/* ============================================
   NivasLabs — Production Styles
   Colour Palette:
     Navy:       #0D1B2A
     Gold:       #C5973A
     Off-white:  #FAF9F6
     Charcoal:   #1C1C1C
     Muted grey: #6B7280
     Border:     #E5E7EB
     WhatsApp:   #25D366
   Typography:
     Headings:   Cormorant Garamond
     Body:       DM Sans
   ============================================ */

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1C1C1C;
  background-color: #FAF9F6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 200ms ease;
}

ul {
  list-style: none;
}

/* --- Utility --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  max-width: 720px;
}

/* scroll-margin for sticky nav offset */
section[id] {
  scroll-margin-top: 100px;
}

/* --- Eyebrow Text --- */
.eyebrow {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C5973A;
  margin-bottom: 16px;
  text-align: center;
}

.eyebrow-gold {
  color: #C5973A;
}

/* --- Section Headlines --- */
.section-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 600;
  color: #0D1B2A;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-headline-white {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-sub {
  font-size: 16px;
  color: #6B7280;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

.section-sub-white {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 14px 28px;
  cursor: pointer;
  transition: all 200ms ease;
  border: none;
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 2px solid #C5973A;
  outline-offset: 2px;
}

.btn-gold {
  background-color: #C5973A;
  color: #fff;
}

.btn-gold:hover {
  background-color: #b0862f;
  box-shadow: 0 4px 16px rgba(197, 151, 58, 0.3);
}

.btn-whatsapp-outline {
  background: transparent;
  border: 1.5px solid #25D366;
  color: #1C1C1C;
}

.btn-whatsapp-outline:hover {
  background-color: rgba(37, 211, 102, 0.06);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.15);
}

.btn-whatsapp-lg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #25D366;
  color: #fff;
  padding: 18px 48px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 200ms ease;
  border: none;
  text-decoration: none;
}

.btn-whatsapp-lg:hover {
  background-color: #1fb855;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-lg:focus-visible {
  outline: 2px solid #C5973A;
  outline-offset: 2px;
}

.btn-full {
  width: 100%;
  justify-content: center;
}

.arrow {
  transition: transform 200ms ease;
}

.btn:hover .arrow {
  transform: translateX(4px);
}

.icon-whatsapp-sm {
  flex-shrink: 0;
}

/* ============================================
   SECTION 1 — Announcement Strip + Navbar
   ============================================ */

.announcement-strip {
  background-color: #0D1B2A;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 8px 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-strip p {
  margin: 0;
  line-height: 1.4;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(250, 249, 246, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #E5E7EB;
  height: 64px;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: -0.02em;
}

.nav-tagline {
  font-size: 10px;
  color: #6B7280;
  margin-top: -2px;
}

.nav-links {
  display: flex;
  gap: 32px;
}

.nav-links a {
  font-size: 14px;
  color: #1C1C1C;
  font-weight: 400;
  transition: color 200ms ease;
  cursor: pointer;
}

.nav-links a:hover {
  color: #C5973A;
}

.nav-links a:focus-visible {
  outline: 2px solid #C5973A;
  outline-offset: 2px;
  border-radius: 2px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #25D366;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
}

.nav-cta:hover {
  background-color: #1fb855;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

.nav-cta:focus-visible {
  outline: 2px solid #C5973A;
  outline-offset: 2px;
}

/* ============================================
   SECTION 2 — Hero
   ============================================ */

.hero {
  background-color: #FAF9F6;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding: 0 0 32px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-content .eyebrow {
  text-align: left;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero-headline-accent {
  color: #C5973A;
}

.hero-sub {
  font-size: 18px;
  color: #6B7280;
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 24px;
}

.hero-price {
  font-size: 16px;
  color: #1C1C1C;
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero-price-gold {
  font-weight: 700;
  color: #C5973A;
  font-size: 18px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hero-micro-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #6B7280;
}

.hero-micro-trust span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.micro-trust-highlight {
  font-weight: 600;
  color: #C5973A;
  background: rgba(197, 151, 58, 0.08);
  padding: 2px 8px;
  border-radius: 4px;
}

/* Browser Mockup */
.browser-mockup {
  background: #fff;
  border: 2px solid #0D1B2A;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 27, 42, 0.12);
}

.browser-chrome {
  background: #0D1B2A;
  padding: 10px 14px;
  display: flex;
  gap: 6px;
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.browser-dot:first-child {
  background: #ff5f57;
}

.browser-dot:nth-child(2) {
  background: #febc2e;
}

.browser-dot:nth-child(3) {
  background: #28c840;
}

.browser-body {
  padding: 0;
}

.mockup-gradient {
  background: linear-gradient(135deg, #0D1B2A 0%, #1a4a6e 50%, #0D1B2A 100%);
  padding: 48px 32px;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
}

.mockup-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mockup-line {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
}

.mockup-line-lg {
  width: 200px;
}

.mockup-line-md {
  width: 140px;
}

.mockup-line-sm {
  width: 80px;
}

.mockup-label {
  text-align: center;
  font-size: 12px;
  color: #6B7280;
  padding: 12px 16px;
  background: #fff;
}

/* Floating Card */
.hero-visual {
  position: relative;
}

.floating-card {
  position: absolute;
  bottom: 24px;
  left: -20px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #1C1C1C;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  animation: float 3s ease-in-out infinite;
  z-index: 2;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* Hero Load Animations */
.animate-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.animate-slide-in {
  opacity: 0;
  transform: translateX(40px);
  animation: slideInRight 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 400ms;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* ============================================
   SECTION 3 — Social Proof Strip
   ============================================ */

.social-proof {
  background: #fff;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  padding: 24px 0;
}

.social-proof-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.stat-block {
  text-align: center;
}

.stat-number {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #C5973A;
  line-height: 1.2;
}

.stat-label {
  display: block;
  font-size: 13px;
  color: #6B7280;
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: #E5E7EB;
}

/* ============================================
   SECTION 4 — Pain Agitation
   ============================================ */

.pain-section {
  background-color: #0D1B2A;
  padding: 96px 0;
}

.pain-section .eyebrow {
  color: #C5973A;
}

.pain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.pain-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: border-color 200ms ease;
}

.pain-card:hover {
  border-color: rgba(197, 151, 58, 0.3);
}

.pain-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 600;
  color: #C5973A;
  opacity: 0.4;
  line-height: 1;
}

.pain-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 12px;
  line-height: 1.3;
}

.pain-body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  margin-top: 12px;
  flex: 1;
}

.pain-sting {
  font-size: 14px;
  font-weight: 500;
  color: #C5973A;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pain-closing {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

/* ============================================
   SECTION 5 — Portfolio
   ============================================ */

.portfolio-section {
  background: #FAF9F6;
  padding: 96px 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.portfolio-card {
  transition: transform 200ms ease;
}

.portfolio-card:hover {
  transform: translateY(-4px);
}

.browser-mockup-sm {
  box-shadow: 0 8px 30px rgba(13, 27, 42, 0.1);
}

.browser-mockup-sm .browser-chrome {
  padding: 8px 12px;
}

.browser-mockup-sm .browser-dot {
  width: 8px;
  height: 8px;
}

.portfolio-placeholder {
  background: linear-gradient(135deg, #0D1B2A 0%, #1a4a6e 50%, #0D1B2A 100%);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.portfolio-info {
  background: #fff;
  padding: 20px;
  border: 1px solid #E5E7EB;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.portfolio-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  color: #0D1B2A;
}

.portfolio-location {
  font-size: 13px;
  color: #6B7280;
  margin-top: 2px;
}

.portfolio-tag {
  display: inline-block;
  font-size: 11px;
  color: #C5973A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 8px;
}

.portfolio-link {
  display: block;
  font-size: 13px;
  color: #C5973A;
  font-weight: 500;
  margin-top: 8px;
  cursor: pointer;
  transition: color 200ms ease;
}

.portfolio-link:hover {
  color: #b0862f;
}

.portfolio-cta {
  text-align: center;
}

.portfolio-cta-text {
  font-size: 15px;
  color: #6B7280;
  margin-bottom: 16px;
}

/* ============================================
   SECTION 6 — What's Included
   ============================================ */

.included-section {
  background: #fff;
  padding: 96px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature-item {
  padding: 24px;
  border-radius: 12px;
  transition: all 200ms ease;
}

.feature-item:hover {
  background: #FAF9F6;
}

.feature-icon {
  color: #0D1B2A;
  margin-bottom: 16px;
}

.feature-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0D1B2A;
  margin-bottom: 8px;
}

.feature-desc {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.7;
}

/* ============================================
   SECTION 7 — How It Works
   ============================================ */

.process-section {
  background: #0D1B2A;
  padding: 96px 0;
}

.process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 48px;
}

.process-step {
  text-align: center;
  flex: 1;
  max-width: 240px;
  padding: 0 16px;
}

.step-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  color: #C5973A;
  margin-bottom: 12px;
}

.step-icon {
  color: #fff;
  margin-bottom: 16px;
}

.step-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.step-body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.step-connector {
  display: flex;
  align-items: center;
  padding-top: 36px;
  flex-shrink: 0;
}

.process-cta {
  text-align: center;
  margin-top: 48px;
}

.process-cta-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

/* ============================================
   SECTION 8 — Pricing
   ============================================ */

.pricing-section {
  background: #FAF9F6;
  padding: 64px 0;
}

.pricing-card {
  max-width: 580px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #0D1B2A;
  border-radius: 16px;
  padding: 28px 32px;
  text-align: center;
  position: relative;
  margin-top: 16px;
}

.pricing-badge {
  display: inline-block;
  background: #C5973A;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.pricing-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #0D1B2A;
}

.pricing-price-block {
  margin: 12px 0;
}

.pricing-old {
  display: block;
  font-size: 18px;
  color: #6B7280;
  text-decoration: line-through;
}

.pricing-actual {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 700;
  color: #C5973A;
  line-height: 1.1;
}

.pricing-period {
  display: block;
  font-size: 14px;
  color: #6B7280;
  margin-top: 4px;
}

.pricing-divider {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 0;
}

.pricing-inclusions {
  text-align: left;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}

.pricing-inclusions li {
  font-size: 13px;
  color: #1C1C1C;
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-gold {
  color: #C5973A;
  font-weight: 600;
  flex-shrink: 0;
}

.pricing-excluded {
  padding: 8px 0 16px;
}

.pricing-excluded p {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.6;
}

.pricing-micro-trust {
  font-size: 12px;
  color: #6B7280;
  margin-top: 10px;
}

.pricing-comparison {
  max-width: 560px;
  margin: 20px auto 0;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 20px 24px;
  text-align: center;
}

.pricing-comparison p {
  font-size: 14px;
  color: #1C1C1C;
  line-height: 1.7;
}

/* ============================================
   SECTION 9 — Testimonials
   ============================================ */

.testimonials-section {
  background: #fff;
  padding: 96px 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 28px;
  transition: border-color 200ms ease;
}

.testimonial-card:hover {
  border-color: #C5973A;
}

.testimonial-stars {
  color: #C5973A;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 1.7;
}

.testimonial-divider {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 16px 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0D1B2A;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-details {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 14px;
  font-weight: 500;
  color: #1C1C1C;
}

.testimonial-property {
  font-size: 13px;
  color: #6B7280;
}

/* ============================================
   SECTION 10 — FAQ
   ============================================ */

.faq-section {
  background: #fff;
  padding: 96px 0;
}

.faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 200ms ease;
}

.faq-item:hover {
  border-color: #C5973A;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1C1C1C;
  text-align: left;
  line-height: 1.5;
}

.faq-question:focus-visible {
  outline: 2px solid #C5973A;
  outline-offset: -2px;
  border-radius: 10px;
}

.faq-chevron {
  flex-shrink: 0;
  color: #6B7280;
  transition: transform 300ms ease, color 200ms ease;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
  color: #C5973A;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.faq-answer p {
  padding: 0 24px 20px;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.75;
}

/* ============================================
   SECTION 11 — Final CTA
   ============================================ */

.final-cta-section {
  background: #0D1B2A;
  padding: 96px 0;
}

.final-cta-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 24px;
}

.final-cta-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin: 0 auto 8px;
  line-height: 1.7;
}

.final-cta-scarcity {
  font-size: 14px;
  color: #C5973A;
  margin-bottom: 40px;
}

.final-cta-email {
  margin-top: 16px;
}

.final-cta-email a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  transition: color 200ms ease;
}

.final-cta-email a:hover {
  color: #fff;
}

.final-cta-reassurances {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.final-cta-reassurances span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ============================================
   SECTION 12 — Footer
   ============================================ */

.footer {
  background: #1C1C1C;
  padding: 60px 0 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 48px;
}

.footer-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.footer-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin-top: 12px;
}

.footer-heading {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C5973A;
  margin-bottom: 16px;
  font-weight: 500;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  transition: color 200ms ease;
  cursor: pointer;
}

.footer-links a:hover {
  color: #C5973A;
}

.footer-links a:focus-visible {
  outline: 2px solid #C5973A;
  outline-offset: 2px;
  border-radius: 2px;
}

.footer-contact li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 200ms ease;
}

.footer-contact a:hover {
  color: #C5973A;
}

.footer-reply-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 16px;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 48px 24px 0;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  transition: color 200ms ease;
}

.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   Scroll Animations
   ============================================ */

.scroll-animate {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .scroll-animate {
    opacity: 1;
    transform: none;
  }

  .animate-in {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .animate-slide-in {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .floating-card {
    animation: none;
  }
}

/* ============================================
   RESPONSIVE — Tablet (768px – 1023px)
   ============================================ */

@media (max-width: 1023px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-headline {
    font-size: 42px;
  }

  .hero-visual {
    max-width: 70%;
    margin: 0 auto;
  }

  .pain-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

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

  .process-steps {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .step-connector {
    transform: rotate(90deg);
    padding-top: 0;
  }

  .process-step {
    max-width: 400px;
  }

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

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section-headline-white {
    font-size: 36px;
  }

  .final-cta-headline {
    font-size: 40px;
  }
}

/* ============================================
   RESPONSIVE — Mobile (max-width 767px)
   ============================================ */

@media (max-width: 767px) {
  /* Nav */
  .navbar {
    height: 56px;
  }

  .nav-links {
    display: none;
  }

  .logo-text {
    font-size: 18px;
  }

  .nav-tagline {
    font-size: 9px;
  }

  .nav-cta {
    font-size: 13px;
    padding: 8px 14px;
  }

  /* Hero */
  .hero {
    min-height: auto;
    padding: 16px 0 48px;
  }

  .pain-closing {
    white-space: normal;
  }

  .hero-headline {
    font-size: 36px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-content .eyebrow {
    text-align: center;
  }

  .hero-content {
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-micro-trust {
    justify-content: center;
  }

  .hero-visual {
    max-width: 85%;
    margin: 0 auto;
  }

  .floating-card {
    left: 0;
    bottom: -8px;
    font-size: 10px;
    padding: 8px 12px;
  }

  /* Social proof */
  .social-proof-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    justify-items: center;
  }

  .stat-divider {
    display: none;
  }

  /* Pain */
  .pain-section {
    padding: 64px 0;
  }

  .section-headline-white {
    font-size: 30px;
  }

  .pain-cards {
    grid-template-columns: 1fr;
  }

  /* Portfolio */
  .portfolio-section {
    padding: 64px 0;
  }

  .section-headline {
    font-size: 32px;
  }

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

  /* Features */
  .included-section {
    padding: 64px 0;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .feature-item {
    padding: 16px;
  }

  /* Process */
  .process-section {
    padding: 64px 0;
  }

  .process-steps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .step-connector {
    transform: rotate(90deg);
    padding-top: 0;
  }

  /* Pricing */
  .pricing-section {
    padding: 64px 0;
  }

  .pricing-card {
    padding: 20px 18px;
  }

  .pricing-actual {
    font-size: 38px;
  }

  .pricing-inclusions {
    grid-template-columns: 1fr;
  }

  /* Testimonials */
  .testimonials-section {
    padding: 64px 0;
  }

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

  /* FAQ */
  .faq-section {
    padding: 64px 0;
  }

  /* Final CTA */
  .final-cta-section {
    padding: 64px 0;
  }

  .final-cta-headline {
    font-size: 34px;
  }

  .final-cta-sub {
    font-size: 16px;
  }

  .btn-whatsapp-lg {
    font-size: 16px;
    padding: 16px 32px;
  }

  .final-cta-reassurances {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  /* Section vertical padding override */
  section {
    scroll-margin-top: 72px;
  }
}
