/* ==========================================================================
   DESIGN SYSTEM & FOUNDATION - TONINO LAMBORGHINI RESIDENCES LANDING PAGE
   ========================================================================== */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  /* Harmonious Red & Black Color System */
  --bg-pure-black: #070707;
  --bg-deep-carbon: #0f0f0f;
  --bg-card-dark: #141414;
  --bg-card-light: #ffffff;

  --primary-red: #D10000;
  --primary-red-hover: #ff1010;
  --primary-red-glow: rgba(209, 0, 0, 0.35);
  --primary-red-border: rgba(209, 0, 0, 0.2);

  --text-white: #ffffff;
  --text-light-gray: #f5f5f5;
  --text-muted: #a0a0a0;
  --text-dark: #222222;
  --text-dark-muted: #555555;

  --font-display: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;

  --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-fast: all 0.15s ease-out;

  --shadow-glow: 0 8px 32px 0 rgba(209, 0, 0, 0.15);
  --shadow-card: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 16px;
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-pure-black);
  color: var(--text-light-gray);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--text-white);
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

button,
input,
select,
textarea {
  font-family: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   SCROLLBAR & UTILITIES
   ========================================================================== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-pure-black);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-red);
  border-radius: var(--border-radius-sm);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-red-hover);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-red {
  color: var(--primary-red);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--primary-red);
  color: var(--text-white);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 14px 28px;
  border: 1px solid var(--primary-red);
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  box-shadow: var(--shadow-glow);
  transition: var(--transition-smooth);
}

.btn-primary:hover {
  background-color: var(--primary-red-hover);
  box-shadow: 0 10px 35px 0 rgba(209, 0, 0, 0.45);
  transform: translateY(-2px);
}

.btn-primary img,
.btn-primary svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: transparent;
  color: var(--text-white);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 14px 28px;
  border: 1px solid var(--text-white);
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-secondary:hover {
  background-color: var(--text-white);
  color: var(--bg-pure-black);
  transform: translateY(-2px);
}

/* ==========================================================================
   HEADER / NAVIGATION
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(7, 7, 7, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 1000;
  transition: var(--transition-smooth);
}

.header-logos .logo-main-img {
  max-width: 280px;
  object-fit: contain;
}

.header.scrolled {
  height: 70px;
  background: rgba(7, 7, 7, 0.98);
  border-bottom: 1px solid var(--primary-red-border);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-signature-global-img {
  max-width: 110px;
}

.logo-main-img {
  max-height: 42px;
  width: auto;
  display: block;
  transition: var(--transition-smooth);
}

.header.scrolled .logo-main-img {
  max-height: 36px;
}

.footer-logo-img {
  height: 32px !important;
  width: auto;
}

/* Income Estate SVG styling */
.logo-income-estate {
  display: inline-block;
  height: 32px;
  width: 96px;
  /* 3:1 aspect ratio matching 117x39 */
}

.logo-income-estate svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-income-estate svg path {
  fill: var(--text-white) !important;
  /* Force matching theme */
  transition: var(--transition-smooth);
}

.logo-income-estate:hover svg path {
  fill: var(--primary-red) !important;
}

.logo-divider {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
}

.logo-signature-global {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logo-signature-global svg {
  width: 22px;
  height: 22px;
  fill: #8bc34a;
  /* green element matching Signature Global brand */
}

.logo-tonino-lambo {
  height: 22px;
  width: auto;
  opacity: 0.9;
  filter: brightness(0) invert(1);
  /* Force white logo */
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-red-border);
  border: 1px solid var(--primary-red);
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-icon:hover {
  background-color: var(--primary-red);
  box-shadow: 0 0 15px var(--primary-red-glow);
  transform: scale(1.05);
}

.btn-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-white);
  font-size: 1.5rem;
  cursor: pointer;
}

/* ==========================================================================
   HERO SECTION & BACKROUND SLIDESHOW
   ========================================================================== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hero-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(209, 0, 0, 0.08) 0%, rgba(7, 7, 7, 0.75) 50%, rgba(7, 7, 7, 0.95) 100%);
  z-index: 3;
}

.hero-container {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.hero-card {
  max-width: 480px;
  background: rgba(20, 20, 20, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--primary-red);
  border-radius: var(--border-radius-md);
  padding: 36px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), 0 0 40px rgba(209, 0, 0, 0.05);
  animation: slideInLeft 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.hero-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.badge {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--border-radius-sm);
  background-color: var(--primary-red-border);
  border: 1px solid var(--primary-red);
  color: var(--text-white);
}

.badge.light {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  font-weight: 400;
}

.hero-specs {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  margin-bottom: 28px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.spec-item:last-child {
  margin-bottom: 0;
}

.spec-item svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--primary-red);
  stroke-width: 2px;
}

.hero-pricing-box {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  padding: 14px 20px;
  border-radius: var(--border-radius-sm);
  margin-bottom: 28px;
}

.price-label {
  font-family: var(--font-display);
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}

.price-value {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-white);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-actions .btn-primary {
  width: 100%;
}

.hero-note {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-align: center;
  font-style: italic;
}

.slideshow-dots {
  position: absolute;
  bottom: 30px;
  right: 50px;
  display: flex;
  gap: 12px;
  z-index: 5;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.dot.active {
  background-color: var(--primary-red);
  transform: scale(1.3);
  box-shadow: 0 0 10px var(--primary-red);
}

/* ==========================================================================
   ABOUT / BRAND STATEMENT SECTION
   ========================================================================== */
.about {
  padding: 100px 0;
  background-color: var(--bg-deep-carbon);
  position: relative;
}

.diagonal-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 94%, rgba(209, 0, 0, 0.05) 94%),
    linear-gradient(315deg, transparent 94%, rgba(209, 0, 0, 0.05) 94%);
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.about-visual {
  background: var(--bg-pure-black);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-lg);
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.about-visual::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(209, 0, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.about-brand-logo {
  max-width: 100%;
  max-height: 280px;
  height: auto;
  width: auto;
  z-index: 2;
  filter: drop-shadow(0 10px 25px rgba(209, 0, 0, 0.25));
  object-fit: contain;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--primary-red);
  text-transform: uppercase;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-line {
  width: 60px;
  height: 4px;
  background-color: var(--primary-red);
  margin-top: 8px;
  border-radius: 2px;
}

.quote-box {
  border-left: 3px solid var(--primary-red);
  padding-left: 20px;
  margin: 10px 0;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text-white);
  font-weight: 500;
}

.about-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Premium Project Highlights Grid Styles */
.project-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 15px;
}

.project-highlight-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-md);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--transition-smooth);
}

.project-highlight-item:hover {
  background: rgba(209, 0, 0, 0.03);
  border-color: var(--primary-red-border);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(209, 0, 0, 0.1);
}

.project-highlight-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(209, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-red);
  flex-shrink: 0;
  border: 1px solid rgba(209, 0, 0, 0.15);
  transition: var(--transition-smooth);
}

.project-highlight-item:hover .project-highlight-icon-box {
  background-color: var(--primary-red);
  color: var(--text-white);
  border-color: var(--primary-red);
  box-shadow: 0 0 10px rgba(209, 0, 0, 0.4);
}

.project-highlight-icon-box svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.project-highlight-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-light-gray);
  line-height: 1.45;
  font-family: var(--font-body);
}

@media (max-width: 768px) {
  .project-highlights-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ==========================================================================
   EVENT HIGHLIGHTS SECTION
   ========================================================================== */
.highlights {
  padding: 100px 0;
  background-color: var(--bg-pure-black);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-top: 10px;
  max-width: 600px;
  font-weight: 400;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.highlight-card {
  background: var(--bg-card-light);
  color: var(--text-dark);
  border-radius: var(--border-radius-md);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: var(--transition-smooth);
  border: 1px solid transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition-smooth);
}

.highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(209, 0, 0, 0.15);
  border-color: var(--primary-red-border);
}

.highlight-card:hover::before {
  transform: scaleX(1);
}

.highlight-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius-sm);
  background-color: rgba(209, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-red);
}

.highlight-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.highlight-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
}

.highlight-desc {
  font-size: 0.85rem;
  color: var(--text-dark-muted);
  line-height: 1.6;
}

.section-btn-wrap {
  text-align: center;
  margin-top: 40px;
}

/* ==========================================================================
   PROJECT CONFIGURATION / PRICING
   ========================================================================== */
.pricing {
  padding: 100px 0;
  background-color: var(--bg-deep-carbon);
  position: relative;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.pricing-card {
  background: var(--bg-card-dark);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.pricing-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-red), transparent);
  opacity: 0;
  transition: var(--transition-smooth);
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-red-border);
  box-shadow: 0 15px 35px rgba(209, 0, 0, 0.1);
}

.pricing-card:hover::after {
  opacity: 1;
}

.pricing-card.featured {
  border-color: rgba(209, 0, 0, 0.4);
  box-shadow: 0 8px 30px rgba(209, 0, 0, 0.08);
}

.pricing-card.featured::before {
  content: 'POPULAR';
  position: absolute;
  top: 20px;
  right: -30px;
  background-color: var(--primary-red);
  color: var(--text-white);
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 800;
  padding: 4px 30px;
  transform: rotate(45deg);
  letter-spacing: 1px;
}

.config-type {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 6px;
}

.config-size {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-divider {
  width: 40px;
  height: 2px;
  background-color: var(--primary-red);
  margin-bottom: 24px;
}

.price-text {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 6px;
}

.price-desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 30px;
}

.pricing-card .btn-secondary {
  width: 100%;
}

.pricing-disclaimer {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 30px;
}

/* ==========================================================================
   AMENITIES SECTION
   ========================================================================== */
.amenities {
  padding: 100px 0;
  background-color: var(--bg-pure-black);
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.amenity-card {
  background: var(--bg-card-light);
  border-radius: var(--border-radius-md);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--transition-smooth);
}

.amenity-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(209, 0, 0, 0.12);
}

.amenity-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--border-radius-sm);
  background-color: rgba(209, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-red);
  flex-shrink: 0;
}

.amenity-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.amenity-name {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-dark);
}

/* ==========================================================================
   ITALIAN DESIGN EXPERIENCE (TABS)
   ========================================================================== */
.design-experience {
  padding: 100px 0;
  background-color: var(--bg-deep-carbon);
}

.design-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
}

.design-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.design-tab-btn {
  background: var(--bg-card-dark);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  text-align: left;
  padding: 22px 28px;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition-smooth);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.design-tab-btn::after {
  content: '\2192';
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: var(--transition-smooth);
}

.design-tab-btn:hover {
  color: var(--text-white);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(4px);
}

.design-tab-btn.active {
  background-color: var(--primary-red);
  color: var(--text-white);
  border-color: var(--primary-red);
  box-shadow: var(--shadow-glow);
}

.design-tab-btn.active::after {
  opacity: 1;
  transform: translateX(0);
}

.design-showcase {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 480px;
}

.design-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  flex-direction: column;
}

.design-pane.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.design-pane-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.design-pane-content {
  background: var(--bg-card-dark);
  padding: 30px;
  flex-grow: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.design-pane-title {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.design-pane-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ==========================================================================
   VISUALIZE DREAM HOME - GALLERY CAROUSEL
   ========================================================================== */
.gallery {
  padding: 100px 0;
  background-color: var(--bg-pure-black);
}

.gallery-carousel-wrap {
  position: relative;
  margin-top: 40px;
}

.gallery-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 420px;
  overflow: hidden;
}

.gallery-slide {
  position: absolute;
  width: 60%;
  height: 100%;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, z-index 0.6s ease;
  opacity: 0;
  z-index: 1;
  filter: brightness(0.4);
}

.gallery-slide.prev {
  transform: translateX(-45%) scale(0.8);
  opacity: 0.5;
  z-index: 2;
}

.gallery-slide.active {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
  filter: brightness(1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
}

.gallery-slide.next {
  transform: translateX(45%) scale(0.8);
  opacity: 0.5;
  z-index: 2;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(20, 20, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition-smooth);
}

.gallery-btn:hover {
  background-color: var(--primary-red);
  border-color: var(--primary-red);
  box-shadow: var(--shadow-glow);
}

.gallery-btn.prev-btn {
  left: 20px;
}

.gallery-btn.next-btn {
  right: 20px;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.gallery-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.gallery-dot.active {
  background-color: var(--primary-red);
  width: 18px;
  border-radius: 3px;
}

/* ==========================================================================
   LOCATION ADVANTAGE & MAP
   ========================================================================== */
.location {
  padding: 100px 0;
  background-color: var(--bg-deep-carbon);
}

.location-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: stretch;
}

.map-container {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  min-height: 450px;
  box-shadow: var(--shadow-card);
}

.map-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-overlay-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(7, 7, 7, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--primary-red-border);
  padding: 20px 24px;
  border-radius: var(--border-radius-md);
  max-width: 320px;
}

.map-card-title {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.map-card-desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.location-table {
  background: var(--bg-card-dark);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  font-size: 0.85rem;
}

.table-row:last-child {
  border-bottom: none;
}

.table-row:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.01);
}

.loc-point {
  font-weight: 500;
  color: var(--text-white);
}

.loc-time {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--primary-red);
}

/* ==========================================================================
   RSVP / CALLBACK FORM SECTION
   ========================================================================== */
.rsvp {
  padding: 100px 0;
  background-color: var(--bg-pure-black);
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: cover;
  position: relative;
}

.rsvp-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: stretch;
}

.rsvp-form-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.rsvp-card {
  background: var(--bg-deep-carbon);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-card);
  max-width: 700px;
  width: 100%;
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-light-gray);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.form-control {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-sm);
  padding: 14px 16px 14px 44px;
  color: var(--text-white);
  font-size: 0.9rem;
  transition: var(--transition-smooth);
}

.form-control::placeholder {
  color: var(--text-muted);
}

.form-control:focus {
  border-color: var(--primary-red);
  box-shadow: 0 0 15px rgba(209, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
}

.form-icon {
  position: absolute;
  top: 24px;
  left: 16px;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.form-control:focus+.form-icon {
  color: var(--primary-red);
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.form-select option {
  background-color: var(--bg-card-dark);
  color: var(--text-white);
  padding: 12px;
}

.select-arrow {
  position: absolute;
  top: 24px;
  right: 16px;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

/* .form-radio-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
} */

.radio-btn {
  position: relative;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 10px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-sm);
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.radio-btn input:checked+.radio-label {
  background-color: var(--primary-red-border);
  border-color: var(--primary-red);
  color: var(--text-white);
  box-shadow: 0 0 10px rgba(209, 0, 0, 0.1);
}

/* Contact Form 7 Compatibility Styles */

.screen-reader-response {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  word-wrap: normal !important;
}

fieldset.hidden-fields-container {
    display: none;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure CF7 inputs inherit all our custom premium form-control styles */
.wpcf7-form .form-control {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: var(--border-radius-sm) !important;
  padding: 14px 16px 14px 44px !important;
  color: var(--text-white) !important;
  font-size: 0.9rem !important;
  transition: var(--transition-smooth) !important;
  box-sizing: border-box !important;
  height: auto !important;
}

.wpcf7-form .form-control:focus {
  border-color: var(--primary-red) !important;
  box-shadow: 0 0 15px rgba(209, 0, 0, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.form-radio-group .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}

.form-radio-group .wpcf7-list-item {
  margin: 0 !important;
  display: block;
}

.form-radio-group .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  display: block;
  margin: 0;
}

.form-radio-group .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-radio-group .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 10px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-sm);
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition-smooth);
  width: 100%;
  box-sizing: border-box;
}

.form-radio-group .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: var(--primary-red-border);
  border-color: var(--primary-red);
  color: var(--text-white);
  box-shadow: 0 0 10px rgba(209, 0, 0, 0.1);
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: var(--primary-red) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
  display: block !important;
  text-align: left;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-response-output:not(:empty) {
  display: block !important;
  margin: 15px 0 0 !important;
  padding: 12px 20px !important;
  border-radius: var(--border-radius-sm) !important;
  font-size: 0.85rem !important;
  border: 1px solid !important;
  background: rgba(20, 20, 20, 0.8) !important;
  color: var(--text-light-gray) !important;
  text-align: left;
}

.wpcf7-mail-sent-ok {
  border-color: #4caf50 !important;
  color: #4caf50 !important;
}

.wpcf7-validation-errors {
  border-color: var(--primary-red) !important;
  color: var(--primary-red) !important;
}

.rsvp-card .btn-primary {
  width: 100%;
}


.form-footer-badges {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.footer-badge svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--primary-red);
  stroke-width: 2.5px;
}

.rsvp-graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  height: 100%;
}

.rsvp-quote {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  color: var(--text-white);
  text-transform: uppercase;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.85);
}

.rsvp-portrait-wrap {
  width: 250px;
  height: 320px;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-card);
  position: relative;
}

.rsvp-portrait-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--bg-pure-black) 0%, transparent 40%);
  z-index: 2;
}

.rsvp-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   HOSTS SECTION
   ========================================================================== */
.hosts {
  padding: 100px 0;
  background-color: var(--bg-deep-carbon);
}

.hosts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.host-card {
  background: var(--bg-card-dark);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.host-header {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
}

.host-logo-box {
  height: 40px;
  width: auto;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.host-logo-box svg {
  height: 36px;
  width: auto;
  aspect-ratio: 117 / 39;
  display: block;
}

.host-logo-img {
  height: 45px;
  width: 150px;
  object-fit: cover;
}

.host-name {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}

.host-tag {
  font-size: 0.75rem;
  color: var(--primary-red);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
}

.host-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.host-bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.host-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

.host-bullet::before {
  content: '\2713';
  color: var(--primary-red);
  font-weight: 700;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background-color: var(--bg-pure-black);
  border-top: 1px solid var(--primary-red-border);
  padding: 60px 0 30px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logos svg,
.footer-logos img {
  height: 38px;
  width: auto;
}

.footer-logos svg {
  aspect-ratio: 117 / 39;
  display: block;
}

.footer-nav {
  display: flex;
  gap: 24px;
}

.footer-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-link:hover {
  color: var(--primary-red);
}

.footer-rera {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-md);
  padding: 16px 24px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-disclaimer {
  font-size: 0.65rem;
  color: var(--text-muted);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* ==========================================================================
   SUCCESS MODAL
   ========================================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: var(--bg-deep-carbon);
  border: 1px solid var(--primary-red-border);
  border-radius: var(--border-radius-lg);
  padding: 50px 40px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 50px rgba(209, 0, 0, 0.2);
  transform: scale(0.9);
  transition: var(--transition-smooth);
}

.modal-overlay.active .modal-card {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--transition-fast);
}

.modal-close:hover {
  color: var(--primary-red);
}

.modal-success-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(209, 0, 0, 0.1);
  border: 2px solid var(--primary-red);
  color: var(--primary-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.modal-success-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5px;
}

.modal-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.modal-message {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   ANIMATIONS & KEYFRAMES
   ========================================================================== */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */
@media (max-width: 1024px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-visual {
    padding: 30px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 40px auto 0;
    gap: 24px;
  }

  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .design-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .map-container {
    min-height: 350px;
  }

  .rsvp {
    background-size: cover;
    background-position: center;
  }

  .rsvp-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }



  .hosts-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .header {
    height: 70px;
  }

  .header-actions {
    display: none;
  }

  .nav-menu {
    display: none;
    /* Mobile menu implementation */
  }

  .mobile-nav-toggle {
    display: block;
  }

  .hero {
    height: auto;
    min-height: 100vh;
    padding: 100px 0 60px;
    display: flex;
    align-items: center;
  }

  .hero-card {
    max-width: 100%;
  }

  .slideshow-dots {
    display: none;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-slide {
    width: 85%;
  }

  .gallery-slide.prev,
  .gallery-slide.next {
    display: none;
  }

  .gallery-slider {
    height: 300px;
  }

  .rsvp-card {
    padding: 24px;
  }

  /* .form-radio-group {
    grid-template-columns: 1fr;
    gap: 8px;
  } */

  .footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-nav {
    flex-direction: column;
    gap: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   THANK YOU PAGE PREMIUM STYLING
   ========================================================================== */
.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-pure-black);
  position: relative;
  overflow: hidden;
}

.thank-you-page::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(209, 0, 0, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.thank-you-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
}

.thank-you-card-wrap {
  text-align: center;
  max-width: 550px;
  width: 100%;
  padding: 50px 40px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.thank-you-title {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 30%, var(--primary-red) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 30px rgba(209, 0, 0, 0.15);
}

.thank-you-subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 35px;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
}

.thank-you-actions .btn-primary {
  padding: 16px 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .thank-you-card-wrap {
    padding: 35px 24px;
  }

  .thank-you-title {
    font-size: 2.2rem;
  }

  .thank-you-subtitle {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
}