:root {
  --ink: #3f4037;
  --ink-deep: #303129;
  --ink-soft: #625b54;
  --paper: #f8f3ee;
  --cream: #e7d7cc;
  --rose: #b7634c;
  --rose-dark: #8f493a;
  --gold: #c99778;
  --wine: #6b4546;
  --line: rgba(63, 64, 55, .16);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(48, 49, 41, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(48,49,41,.95); backdrop-filter: blur(16px); color: #fff; }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); font-family: Georgia, serif; letter-spacing: -.04em; }
.brand-name { white-space: nowrap; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .91rem; }
.desktop-nav a:hover { color: #fff; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; background: var(--rose); color: #fff; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--rose-dark); }
.button-small { min-height: 40px; padding-inline: 18px; font-size: .9rem; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--ink); font-weight: 700; text-underline-offset: 5px; }

.hero { position: relative; overflow: hidden; background: var(--ink-deep); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0 0 auto auto; width: 52%; height: 62%; opacity: .19; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='460' viewBox='0 0 720 460'%3E%3Cg fill='none' stroke='%23b7634c' stroke-width='10' stroke-linecap='round'%3E%3Cpath d='M50 40c90 65 122-36 216 22s120 184 242 111 88-129 171-98'/%3E%3Cpath d='M-16 226c97-87 177 29 274-8s161-92 236-10 97 147 238 88'/%3E%3Cpath d='M54 426c39-106 143-85 210-31s145 31 180-57 145-93 242-26'/%3E%3C/g%3E%3C/svg%3E"); background-size: cover; }
.hero-grid { position: relative; z-index: 1; }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(48px, 8vw, 108px); align-items: center; padding-block: 72px; }
.eyebrow { margin: 0 0 14px; color: var(--rose); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: #dca28f; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.9rem, 5.6vw, 5.7rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 4.1rem); }
h3 { margin-bottom: 12px; font-size: 1.28rem; }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.hero .text-link { color: #fff; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 40px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: .92rem; }
.hero-facts li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 10px; border-radius: 50%; background: var(--gold); vertical-align: 2px; }
.hero-portrait { position: relative; justify-self: end; }
.portrait-frame { position: relative; overflow: hidden; max-width: 434px; border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; }
.portrait-note { position: absolute; right: -20px; bottom: 28px; max-width: 190px; padding: 14px 18px; border-radius: 14px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); font-family: Georgia, serif; font-size: 1.04rem; line-height: 1.35; }

.section { padding-block: clamp(76px, 10vw, 132px); }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading > p:last-child { max-width: 670px; margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.section-heading.narrow { max-width: 620px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.service-card.featured { background: var(--rose); color: #fff; border-color: var(--rose); }
.service-card p { margin: 0; color: var(--ink-soft); }
.service-card.featured p { color: rgba(255,255,255,.83); }
.card-number { display: block; margin-bottom: 54px; font-size: .78rem; font-weight: 800; letter-spacing: .12em; opacity: .62; }

.super-section { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.super-photo { position: relative; width: min(100%, 420px); justify-self: center; }
.super-photo img { width: 100%; border-radius: 26px; box-shadow: var(--shadow); }
.color-dots { position: absolute; right: -18px; bottom: 28px; display: grid; grid-template-columns: repeat(3, 22px); gap: 7px; padding: 13px; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.color-dots span { width: 22px; height: 22px; border-radius: 50%; background: #f2c64b; }
.color-dots span:nth-child(2) { background: #e84c7d; }.color-dots span:nth-child(3) { background: #39a9cb; }.color-dots span:nth-child(4) { background: #7559a7; }.color-dots span:nth-child(5) { background: #6eb969; }
.super-copy > p { color: var(--ink-soft); font-size: 1.06rem; }
.program-logo-wrap { width: fit-content; margin-bottom: 25px; padding: 10px 14px; border: 1px solid rgba(63,64,55,.1); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 12px 35px rgba(48,49,41,.1); }
.program-logo { width: 138px; height: auto; }
.credential-line { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--rose); background: rgba(255,255,255,.62); font-weight: 700; }

.process { background: #fff; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 30px 26px 0; border-left: 1px solid var(--line); }
.process-list li:first-child { padding-left: 0; border-left: 0; }
.step { display: block; margin-bottom: 56px; color: var(--rose); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.process-list p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

.about { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.about::after { content: ""; position: absolute; width: 390px; height: 250px; right: -80px; bottom: -85px; border: 10px solid rgba(183,99,76,.28); border-radius: 48% 52% 42% 58%; transform: rotate(-14deg); pointer-events: none; }
.about-grid { position: relative; z-index: 1; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 140px); }
.about .eyebrow { color: #dca28f; }
.about-copy { color: rgba(255,255,255,.76); font-size: 1.07rem; }
.about-copy p:first-child { margin-top: 0; }
.signature { display: flex; flex-direction: column; margin-top: 40px; color: #fff; font-family: Georgia, serif; font-size: 1.35rem; }
.signature span { margin-top: 5px; color: rgba(255,255,255,.58); font-family: "Segoe UI", Arial, sans-serif; font-size: .85rem; }

.legacy { padding-top: 0; background: var(--paper); }
.legacy-card { display: grid; grid-template-columns: 250px 1fr; gap: 60px; align-items: center; padding: 55px; border-radius: var(--radius); background: var(--cream); }
.legacy-number { color: var(--rose); font-family: Georgia, serif; font-size: 7rem; line-height: .75; }
.legacy-number span { display: block; margin: 18px 0 0 7px; color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.legacy-card h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.legacy-card p:last-child { margin-bottom: 0; }

.additional { padding-top: 0; }
.additional-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 8vw, 100px); align-items: start; }
.additional-card { padding: 38px; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 48px rgba(48,49,41,.08); }
.additional-card p { color: var(--ink-soft); }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 9vw, 120px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 40px 24px 0; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -5px 50px 24px 0; color: var(--ink-soft); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 9vw, 120px); }
.contact-info > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-links { display: grid; gap: 18px; margin-top: 38px; }
.contact-links a, .contact-links > div { display: flex; flex-direction: column; text-decoration: none; }
.contact-links span { color: var(--rose); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { margin-top: 4px; font-weight: 650; }
.contact-form { display: grid; gap: 18px; padding: clamp(24px, 4vw, 44px); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fdfcfb; color: var(--ink); font: inherit; }
input, select { height: 49px; padding-inline: 14px; }
textarea { padding: 12px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(183,99,76,.2); border-color: var(--rose); }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; color: var(--ink-soft); font-size: .78rem !important; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--rose); }
.form-note { margin: -8px 0 0; color: var(--ink-soft); text-align: center; font-size: .78rem; }

.site-footer { padding-block: 32px; background: var(--ink-deep); color: #fff; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-inner > div { display: flex; flex-direction: column; }
.footer-inner span, .footer-inner p, .footer-inner a { color: rgba(255,255,255,.58); font-size: .82rem; }
.footer-inner p { margin: 0; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 15; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #1fa95b; color: #fff; box-shadow: 0 12px 30px rgba(10,80,42,.28); font-size: .82rem; font-weight: 900; text-decoration: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-inner { gap: 14px; }
  .brand-name { display: none; }
  .header-inner .button { margin-left: auto; }
  .hero-grid, .split-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 62px; gap: 56px; }
  .hero-portrait { justify-self: center; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .process-list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .legacy-card { grid-template-columns: 160px 1fr; gap: 30px; padding: 38px; }
  .legacy-number { font-size: 5.5rem; }
  .additional-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header .button-small { min-height: 38px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.05rem, 11vw, 3rem); }
  .hero-grid { min-height: auto; padding-block: 52px 74px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-facts { display: grid; gap: 8px; }
  .portrait-note { right: 8px; bottom: 18px; max-width: 170px; }
  .service-grid, .process-list, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; padding: 28px; }
  .card-number { margin-bottom: 36px; }
  .process-list { gap: 0; border-top: 0; }
  .process-list li, .process-list li:first-child, .process-list li:nth-child(3) { padding: 26px 0; border-left: 0; border-top: 1px solid var(--line); }
  .step { margin-bottom: 28px; }
  .legacy-card { grid-template-columns: 1fr; gap: 38px; padding: 30px 24px; }
  .legacy-number { font-size: 5rem; }
  .contact-form { padding: 24px 18px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
