:root {
  --ink: #0b0a14;
  --ink-soft: #14121f;
  --ink-card: #1c192b;
  --cream: #f5f0e9;
  --paper: #fbf9f6;
  --sand: #e7ded1;
  --muted: #78727e;
  --gold: #d8aa58;
  --gold-light: #f1d08b;
  --lavender: #b9a8c8;
  --line: rgba(19, 16, 29, .12);
  --line-dark: rgba(255, 255, 255, .14);
  --serif: 'Cinzel', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.section-dark { background: var(--ink); color: var(--cream); }
.section-light { background: var(--paper); }
.section-tinted { background: #eee8df; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 20px; }

/* Navigation */
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: var(--cream); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-bottom: 1px solid var(--line-dark); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 12px; letter-spacing: .11em; font-weight: 600; line-height: 1.25; }
.brand em { display: block; color: var(--gold-light); font-style: normal; font-size: 9px; letter-spacing: .28em; margin-top: 3px; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; color: var(--gold); font-size: 20px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; color: #c9c2cb; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); padding: 10px 16px; color: var(--gold-light) !important; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold); color: var(--ink) !important; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; }

/* Shared typography */
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--gold-light); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.eyebrow span { display: inline-block; width: 30px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #a47a37; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; }
h1 { max-width: 700px; margin: 25px 0 22px; font-size: clamp(42px, 6vw, 76px); letter-spacing: -.045em; }
h1 span { color: var(--gold-light); font-style: italic; }
h2 { font-size: clamp(31px, 4vw, 49px); letter-spacing: -.04em; }
h3 { font-size: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .03em; transition: transform .18s var(--ease), background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button:active { transform: scale(.97); }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 0 12px 30px rgba(216, 170, 88, .18); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); box-shadow: 0 14px 35px rgba(216, 170, 88, .28); }
.button-dark { background: var(--ink); color: var(--cream); }
.button-dark:hover, .button-dark:focus-visible { background: #332b44; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; transition: gap .2s var(--ease), color .2s ease; }
.text-link:hover, .text-link:focus-visible { gap: 16px; }
.light-link { color: var(--cream); }
.dark-link { color: #71552e; }

/* Hero */
.hero { position: relative; min-height: 760px; padding: 182px 0 110px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.hero-copy { position: relative; z-index: 2; }
.hero-text { max-width: 510px; color: #bbb3be; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 35px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 55px; color: #948b99; font-size: 11px; }
.proof-avatars { display: flex; }
.proof-avatars span { display: grid; place-items: center; width: 28px; height: 28px; margin-left: -5px; border: 1px solid var(--ink); border-radius: 50%; background: #3d324c; color: var(--gold-light); font-size: 14px; }
.proof-avatars span:first-child { margin-left: 0; background: #6c5260; }
.proof-avatars span:last-child { background: #5e5c76; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 465px); }
.visual-frame { position: relative; width: min(100%, 430px); margin: 0 auto; padding: 14px; border: 1px solid rgba(216, 170, 88, .4); background: rgba(216, 170, 88, .06); transform: rotate(2.7deg); }
.visual-frame::before { position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.16); content: ''; pointer-events: none; z-index: 1; }
.profile-image { width: 100%; aspect-ratio: 1 / 1.24; object-fit: cover; filter: saturate(.82) contrast(1.02); }
.visual-glow { position: absolute; z-index: -1; width: 260px; height: 260px; top: 8%; right: -19%; background: #6d537d; opacity: .35; filter: blur(70px); }
.visual-badge { position: absolute; z-index: 2; right: -56px; bottom: 45px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: rgba(20,18,31,.95); color: #ccc4cf; font-size: 10px; line-height: 1.4; letter-spacing: .03em; transform: rotate(-2.7deg); box-shadow: 0 20px 40px rgba(0,0,0,.24); }
.visual-badge strong { color: var(--gold-light); font-size: 12px; font-weight: 600; }
.badge-icon { color: var(--gold); font-size: 24px; }
.floating-symbol { position: absolute; color: var(--gold); opacity: .8; font-family: var(--serif); }
.symbol-top { top: -43px; left: 14px; font-size: 53px; }
.symbol-bottom { bottom: 4px; left: -45px; font-size: 39px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 440px; height: 440px; right: -155px; top: 180px; border: 1px solid rgba(216,170,88,.1); box-shadow: 0 0 0 40px rgba(216,170,88,.02), 0 0 0 80px rgba(216,170,88,.02); }
.hero-orb-two { width: 280px; height: 280px; left: -170px; bottom: -120px; background: #3d2e4d; opacity: .3; filter: blur(75px); }
.scroll-cue { position: absolute; z-index: 2; right: 32px; bottom: 34px; display: flex; align-items: center; gap: 12px; color: #8b8390; text-transform: uppercase; font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue span { display: block; width: 1px; height: 38px; background: var(--gold); }

/* Intro */
.intro { padding: 112px 0 98px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.intro-heading h2 { max-width: 480px; margin-top: 21px; }
.intro-body { max-width: 480px; padding-top: 33px; color: #625e66; font-size: 15px; line-height: 1.9; }
.intro-body p + p { margin-top: 17px; color: #8a858c; font-size: 12px; line-height: 1.7; }
.intro-body .text-link { margin-top: 28px; }

/* Story image section */
.story-section { padding: 30px 0 125px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.story-image-wrap { position: relative; padding: 14px 0 14px 14px; }
.story-image-wrap::before { position: absolute; inset: 0 14px 0 0; border: 1px solid #c2a670; content: ''; }
.story-image { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-caption { position: absolute; z-index: 2; right: -20px; bottom: 32px; display: flex; align-items: center; gap: 13px; max-width: 235px; padding: 13px 16px; background: var(--ink); color: var(--cream); font-size: 11px; line-height: 1.45; box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.image-caption span { color: var(--gold-light); font-family: var(--serif); font-size: 19px; }
.story-copy h2 { max-width: 500px; margin: 20px 0 17px; }
.story-copy > p:not(.eyebrow) { max-width: 475px; color: #746e74; font-size: 14px; line-height: 1.85; }
.benefit-list { margin: 28px 0 30px; }
.benefit-list > div { display: flex; gap: 13px; align-items: flex-start; margin-top: 15px; }
.benefit-list > div > span { color: #af7e36; font-size: 15px; line-height: 1.5; }
.benefit-list p { color: #777178; font-size: 12px; line-height: 1.5; }
.benefit-list strong { color: var(--ink); font-size: 13px; }

/* Mid-page CTA */
.mid-cta { padding: 106px 0; overflow: hidden; }
.mid-cta-grid { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 80px; }
.mid-cta-copy h2 { max-width: 590px; margin: 20px 0 17px; }
.mid-cta-copy > p:not(.eyebrow) { max-width: 490px; color: #b5acb9; font-size: 14px; line-height: 1.8; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button-outline { border-color: rgba(241,208,139,.65); background: transparent; color: var(--gold-light); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--gold-light); background: rgba(241,208,139,.1); }
.mid-cta-image { position: relative; min-height: 275px; overflow: hidden; border: 1px solid rgba(216,170,88,.55); }
.mid-cta-image img { width: 100%; height: 100%; min-height: 275px; object-fit: cover; opacity: .75; }
.mid-cta-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,10,20,.45), transparent 70%); content: ''; }
.mid-cta-image span { position: absolute; z-index: 1; bottom: 19px; left: 20px; color: var(--gold-light); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* Services */
.services { padding: 32px 0 125px; }
.section-heading { max-width: 570px; }
.section-heading h2 { margin: 20px 0 15px; }
.section-heading > p:last-child { color: var(--muted); font-size: 14px; }
.centered { margin: 0 auto 54px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 35px 32px 30px; border: 1px solid var(--line); background: #f7f4ef; transition: transform .28s var(--ease), box-shadow .28s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 40px rgba(25, 19, 30, .1); }
.service-card.featured { border-color: #bea26d; background: var(--ink); color: var(--cream); box-shadow: 0 14px 34px rgba(25, 19, 30, .14); }
.card-number { position: absolute; top: 23px; right: 27px; color: #b9aa96; font-family: var(--serif); font-size: 11px; letter-spacing: .1em; }
.featured .card-number { color: #827683; }
.card-icon { margin: 25px 0 26px; color: #ae7b2e; font-family: var(--serif); font-size: 35px; line-height: 1; }
.featured .card-icon { color: var(--gold-light); }
.service-card h3 { margin-bottom: 14px; }
.service-card p { min-height: 74px; color: #79747b; font-size: 13px; line-height: 1.75; }
.featured p { color: #b4acb7; }
.card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: #6e522b; font-size: 11px; font-weight: 700; transition: gap .2s var(--ease); }
.card-link:hover, .card-link:focus-visible { gap: 15px; }
.featured .card-link { color: var(--gold-light); }
.featured-tag { position: absolute; top: 0; left: 0; padding: 6px 12px; background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }

/* Quote */
.quote-section { position: relative; padding: 112px 0; overflow: hidden; }
.quote-section::before, .quote-section::after { position: absolute; color: rgba(216,170,88,.12); font-family: var(--serif); font-size: 250px; line-height: 1; }
.quote-section::before { content: '✦'; top: 30px; left: 9%; }
.quote-section::after { content: '☾'; right: 8%; bottom: -32px; }
.quote-wrap { position: relative; z-index: 1; max-width: 800px; margin: auto; text-align: center; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 80px; line-height: .65; }
blockquote { margin: 21px auto 25px; color: var(--cream); font-family: var(--serif); font-size: clamp(24px, 3.3vw, 40px); letter-spacing: -.03em; line-height: 1.35; }
.quote-line { width: 40px; height: 1px; margin: 0 auto 14px; background: var(--gold); }
.quote-wrap p { color: #aca0b0; font-size: 11px; letter-spacing: .1em; }

/* Process */
.process { padding: 120px 0; }
.process-list { margin-top: 52px; border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-number { color: #b5843c; font-family: var(--serif); font-size: 13px; letter-spacing: .1em; }
.process-item h3 { margin-bottom: 7px; font-size: 20px; }
.process-item p { color: var(--muted); font-size: 13px; }

/* Social */
.social-proof { padding: 100px 0; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.social-copy h2 { max-width: 470px; margin: 20px 0 17px; }
.social-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 28px; color: #746e74; font-size: 14px; }
.social-card { position: relative; min-height: 275px; padding: 24px; overflow: hidden; background: linear-gradient(135deg, #1a1521, #4b3450); color: #fff; box-shadow: 18px 22px 0 #d6cabc; }
.social-card::before { position: absolute; top: -105px; right: -60px; width: 250px; height: 250px; border: 1px solid rgba(216,170,88,.35); border-radius: 50%; box-shadow: 0 0 0 30px rgba(216,170,88,.05), 0 0 0 60px rgba(216,170,88,.04); content: ''; }
.social-card-top, .social-card-bottom { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; color: #c5b9c7; font-size: 10px; }
.tiktok-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.social-more { margin-left: auto; letter-spacing: 3px; }
.social-card-content { position: relative; z-index: 1; margin-top: 42px; }
.social-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); font-size: 26px; }
.social-card-content p { margin-top: 14px; color: var(--gold-light); font-size: 12px; }
.social-card-content strong { display: block; margin-top: 7px; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.3; }
.social-card-bottom { position: absolute; right: 24px; bottom: 24px; left: 24px; justify-content: space-between; font-size: 9px; }

/* Consultation image section */
.consultation-note { padding: 95px 0; }
.consultation-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.consultation-image { overflow: hidden; }
.consultation-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.8); }
.consultation-copy h2 { max-width: 500px; margin: 20px 0 17px; }
.consultation-copy > p:not(.eyebrow) { max-width: 475px; margin-bottom: 24px; color: #746e74; font-size: 14px; line-height: 1.85; }

/* FAQ */
.faq { padding: 120px 0 132px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid .section-heading > p:last-child { max-width: 270px; margin-top: 20px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 15px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary span { color: #a47735; font-family: var(--sans); font-size: 21px; font-weight: 400; transition: transform .25s var(--ease); }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 620px; padding: 0 40px 21px 0; color: #777178; font-size: 13px; line-height: 1.75; }

/* Contact */
.contact { position: relative; padding: 120px 0 110px; overflow: hidden; text-align: center; }
.contact::before { position: absolute; top: -270px; left: 50%; width: 640px; height: 640px; border: 1px solid rgba(216,170,88,.15); border-radius: 50%; box-shadow: 0 0 0 35px rgba(216,170,88,.025), 0 0 0 75px rgba(216,170,88,.025); content: ''; transform: translateX(-50%); }
.contact-stars { position: relative; z-index: 1; margin-bottom: 26px; color: var(--gold); font-size: 12px; letter-spacing: .3em; }
.contact-wrap { position: relative; z-index: 1; }
.contact .eyebrow { justify-content: center; }
.contact h2 { margin: 20px 0 16px; font-size: clamp(34px, 5vw, 60px); }
.contact-wrap > p:not(.eyebrow):not(.copy-feedback) { color: #b6adb9; font-size: 15px; }
.button-large { min-height: 57px; margin-top: 31px; padding: 0 29px; }
.contact-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.contact-actions .button-large { margin-top: 31px; }
.button-icon { font-size: 17px; line-height: 1; }
.phone-copy { display: inline-flex; align-items: center; gap: 13px; margin-top: 24px; border: 0; border-bottom: 1px solid rgba(216,170,88,.5); background: transparent; color: var(--gold-light); cursor: pointer; font-family: var(--serif); font-size: 15px; }
.phone-copy span { color: #918792; font-family: var(--sans); font-size: 10px; }
.phone-copy:hover { color: #fff; }
.copy-feedback { min-height: 18px; margin-top: 12px; color: var(--gold-light); font-size: 11px; }

/* Footer + floating CTA */
.site-footer { background: #09080f; color: #8f8793; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 95px; font-size: 10px; }
.footer-brand { color: var(--cream); }
.footer-wrap > a:last-child { color: var(--gold-light); }
.floating-whatsapp { position: fixed; z-index: 15; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 11px 16px 11px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: #272136; color: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.2); font-size: 11px; font-weight: 700; transition: transform .2s var(--ease), background .2s ease; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #3c3150; transform: translateY(-3px); }
.whatsapp-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #53c76c; color: #0c2511; font-size: 19px; }

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .11s; }
.reveal-delay-two { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 680px); }
  .main-nav { gap: 19px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 75px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-text { margin: auto; }
  .hero-visual { justify-self: center; }
  .intro-grid, .story-grid, .social-grid, .faq-grid, .consultation-grid { gap: 55px; }
  .story-grid, .consultation-grid, .mid-cta-grid { grid-template-columns: 1fr; }
  .story-image-wrap, .consultation-image { max-width: 570px; margin: auto; }
  .story-copy, .consultation-copy { max-width: 570px; margin: auto; }
  .service-grid { grid-template-columns: 1fr; max-width: 500px; margin: auto; }
  .service-card { min-height: 280px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card { width: min(100%, 510px); }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 36px); }
  .nav-wrap { min-height: 74px; }
  .brand { font-size: 10px; }
  .brand-mark { width: 23px; font-size: 17px; }
  .brand em { font-size: 7px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 10px 0 10px 10px; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--gold-light); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; top: 74px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 18px; background: rgba(11,10,20,.98); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line-dark); }
  .main-nav .nav-cta { margin-top: 12px; border: 1px solid var(--gold); text-align: center; }
  .hero { padding: 125px 0 80px; }
  h1 { font-size: clamp(37px, 12vw, 58px); }
  .hero-text { font-size: 14px; }
  .hero-actions { gap: 20px; }
  .hero-proof { margin-top: 38px; }
  .visual-frame { width: calc(100% - 22px); }
  .visual-badge { right: -5px; bottom: 26px; }
  .symbol-bottom { left: -12px; }
  .scroll-cue { display: none; }
  .intro, .process, .faq { padding: 78px 0; }
  .story-section, .consultation-note, .mid-cta { padding: 78px 0; }
  .services { padding: 5px 0 80px; }
  .section-heading h2 { font-size: 34px; }
  .intro-grid { grid-template-columns: 1fr; gap: 0; }
  .intro-body { padding-top: 26px; }
  .quote-section { padding: 80px 0; }
  .quote-section::before { left: -9%; }
  .quote-section::after { right: -10%; }
  .process-list { margin-top: 30px; }
  .process-item { grid-template-columns: 48px 1fr; gap: 10px; padding: 24px 0; }
  .process-item h3 { font-size: 17px; }
  .social-proof { padding: 78px 0; }
  .social-grid { gap: 45px; }
  .social-card { box-shadow: 10px 13px 0 #d6cabc; }
  .faq-grid { gap: 40px; }
  summary { font-size: 13px; }
  .contact { padding: 85px 0 80px; }
  .contact h2 { font-size: 39px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button-large { width: 100%; margin-top: 20px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .button { width: 100%; }
  .image-caption { right: -5px; bottom: 22px; max-width: 205px; }
  .footer-wrap { flex-direction: column; justify-content: center; padding: 26px 0; text-align: center; }
  .floating-whatsapp { right: 14px; bottom: 13px; }
}
