:root {
  --purple: #4b1d6d;
  --purple-2: #6f2a96;
  --magenta: #e91e63;
  --magenta-dark: #c91556;
  --gold: #d4af37;
  --lavender: #fbf7fd;
  --lavender-2: #f4edf8;
  --ink: #2c2330;
  --muted: #6f6673;
  --line: #e8dfeb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(75, 29, 109, .11);
  --shadow-soft: 0 8px 28px rgba(75, 29, 109, .08);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 92px 0; }
.section-sm { padding: 64px 0; }
.section-tint { background: linear-gradient(180deg, #fff 0%, var(--lavender) 100%); }
.section-label {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--magenta-dark); font-weight: 800; text-transform: uppercase;
  letter-spacing: .16em; font-size: .78rem;
}
.section-label::before { content: ""; width: 30px; height: 2px; background: var(--gold); }
.section-title {
  margin: 12px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--purple);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.12;
  letter-spacing: -.02em;
}
.section-copy { color: var(--muted); font-size: 1.05rem; max-width: 730px; }
.center { text-align: center; }
.center .section-copy { margin-inline: auto; }
.center .section-label::before { display: none; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: var(--purple); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(75,29,109,.08);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 270px; }
.brand img { width: 260px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-weight: 700; font-size: .95rem; color: #4f4452; position: relative; }
.site-nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--magenta); transition: .25s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav a[aria-current="page"] { color: var(--purple); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 10px; color: var(--purple); }
.menu-toggle svg { width: 24px; height: 24px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 0; border-radius: 999px; min-height: 50px; padding: 0 24px;
  font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--magenta), #a31ca0 90%); box-shadow: 0 12px 26px rgba(233,30,99,.23); }
.btn-primary:hover { box-shadow: 0 16px 32px rgba(233,30,99,.30); }
.btn-secondary { color: var(--purple); background: #fff; border: 1.5px solid var(--purple); }
.btn-small { min-height: 44px; padding: 0 19px; font-size: .91rem; }
.btn-link { color: var(--magenta-dark); font-weight: 800; display: inline-flex; gap: 8px; align-items: center; }
.btn-link span { transition: transform .2s ease; }
.btn-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 72px 0 76px; }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(233,30,99,.08), transparent 68%); left: -220px; top: -180px; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(75,29,109,.08), transparent 68%); right: -240px; bottom: -240px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 54px; align-items: center; }
.hero-kicker { color: var(--magenta-dark); font-family: Georgia,serif; font-style: italic; font-size: 1.25rem; margin: 0 0 8px; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--purple); font-size: clamp(2.7rem, 5.8vw, 5.2rem); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 em { color: var(--magenta); font-style: normal; }
.hero-copy { margin: 24px 0 30px; color: var(--muted); font-size: 1.13rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #574c5b; font-weight: 700; font-size: .92rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: "✓"; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--magenta); background: #fff0f6; }
.hero-art { position: relative; }
.hero-art::before { content: ""; position: absolute; inset: 12% 9% 9%; border: 1px solid rgba(212,175,55,.45); border-radius: 50%; transform: rotate(-7deg); }

.quick-strip { position: relative; z-index: 2; margin-top: -1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { padding: 24px; text-align: center; border-right: 1px solid var(--line); }
.quick-item:last-child { border-right: 0; }
.quick-item strong { display: block; color: var(--purple); font-family: Georgia,serif; font-size: 1.15rem; }
.quick-item span { color: var(--muted); font-size: .9rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #decbe6; }
.card-icon { width: 62px; height: 62px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(145deg, #fff0f7, #f2e9f8); margin-bottom: 22px; color: var(--purple); }
.card-icon svg { width: 34px; height: 34px; }
.card h3 { margin: 0 0 10px; font-family: Georgia,serif; color: var(--purple); font-size: 1.5rem; }
.card p { margin: 0 0 18px; color: var(--muted); }
.card .mini-list { margin: 17px 0 22px; padding: 0; list-style: none; color: var(--muted); }
.card .mini-list li { padding: 7px 0 7px 24px; position: relative; }
.card .mini-list li::before { content: "✦"; color: var(--gold); position: absolute; left: 0; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.visual-panel { min-height: 460px; border-radius: 32px; background: linear-gradient(145deg, #fff3f8, #f1e7f8); position: relative; overflow: hidden; padding: 34px; box-shadow: var(--shadow-soft); }
.visual-panel::before { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(212,175,55,.55); border-radius: 50%; right: -70px; top: -80px; }
.visual-panel::after { content: ""; position: absolute; width: 210px; height: 210px; border: 1px dashed rgba(75,29,109,.25); border-radius: 50%; left: -60px; bottom: -55px; }
.visual-quote { position: absolute; inset: auto 34px 34px; background: rgba(255,255,255,.91); border: 1px solid #ecdfea; border-radius: 22px; padding: 25px; z-index: 2; }
.visual-quote p { margin: 0; font-family: Georgia,serif; font-size: 1.45rem; line-height: 1.4; color: var(--purple); }
.visual-symbol { width: 230px; margin: 10px auto 0; position: relative; z-index: 1; }
.check-list { display: grid; gap: 15px; margin: 28px 0 0; }
.check-item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.check-item i { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #fff0f6; color: var(--magenta); font-style: normal; font-weight: 900; }
.check-item strong { display: block; color: var(--purple); }
.check-item span { color: var(--muted); }

.report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.report-card { border-radius: var(--radius); border: 1px solid var(--line); background: #fff; padding: 28px; position: relative; overflow: hidden; }
.report-card::after { content: ""; position: absolute; width: 95px; height: 95px; border-radius: 50%; background: rgba(233,30,99,.06); right: -35px; top: -35px; }
.report-card .tag { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: var(--lavender-2); color: var(--purple); font-size: .78rem; font-weight: 800; }
.report-card h3 { color: var(--purple); font-family: Georgia,serif; font-size: 1.42rem; margin: 18px 0 10px; }
.report-card p { color: var(--muted); margin: 0 0 20px; }

.process { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; counter-reset: steps; }
.process-step { counter-increment: steps; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; position: relative; }
.process-step::before { content: "0" counter(steps); font-family: Georgia,serif; font-size: 3rem; color: rgba(75,29,109,.13); font-weight: 700; display: block; line-height: 1; margin-bottom: 10px; }
.process-step h3 { color: var(--purple); margin: 0 0 8px; font-family: Georgia,serif; }
.process-step p { color: var(--muted); margin: 0; }

.cta-panel { border-radius: 34px; padding: 52px; background: linear-gradient(135deg, #4b1d6d, #7c218f 60%, #c51a72); color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: 0 24px 60px rgba(75,29,109,.22); position: relative; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; right: 120px; top: -120px; }
.cta-panel h2 { margin: 0 0 10px; font-family: Georgia,serif; font-size: clamp(2rem,4vw,3rem); line-height: 1.1; }
.cta-panel p { margin: 0; color: rgba(255,255,255,.82); max-width: 700px; }
.cta-panel .btn { background: #fff; color: var(--purple); position: relative; z-index: 1; }

.page-hero { padding: 74px 0 62px; background: linear-gradient(180deg, #fff 0%, var(--lavender) 100%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 44px; }
.page-hero h1 { margin: 10px 0 16px; font-family: Georgia,serif; font-size: clamp(2.6rem,5vw,4.7rem); color: var(--purple); line-height: 1.05; }
.page-hero p { color: var(--muted); font-size: 1.1rem; max-width: 700px; }
.page-mark { width: 260px; margin: auto; filter: drop-shadow(0 18px 25px rgba(75,29,109,.11)); }

.service-section { padding: 72px 0; border-bottom: 1px solid var(--line); }
.service-section:last-child { border-bottom: 0; }
.service-row { display: grid; grid-template-columns: 110px 1fr 250px; gap: 34px; align-items: start; }
.service-number { width: 82px; height: 82px; border-radius: 24px; background: var(--lavender); display: grid; place-items: center; font-family: Georgia,serif; font-size: 2.3rem; color: var(--purple); border: 1px solid var(--line); }
.service-row h2 { margin: 0 0 10px; color: var(--purple); font-family: Georgia,serif; font-size: 2.15rem; }
.service-row p { color: var(--muted); }
.service-row ul { columns: 2; padding-left: 20px; color: var(--muted); }
.service-row li { margin-bottom: 8px; }
.service-side { background: var(--lavender); border-radius: 20px; padding: 22px; border: 1px solid var(--line); }
.service-side strong { color: var(--purple); display: block; margin-bottom: 8px; }
.service-side p { margin: 0 0 14px; font-size: .94rem; }

.report-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 42px; }
.report-feature-card { border: 1px solid var(--line); border-radius: 28px; padding: 34px; background: #fff; box-shadow: var(--shadow-soft); }
.report-feature-card.featured { background: linear-gradient(145deg, #fff, #fff4f8); border-color: #f0c8d8; }
.report-feature-card .eyebrow { color: var(--magenta-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.report-feature-card h2 { font-family: Georgia,serif; color: var(--purple); margin: 8px 0 12px; }
.report-feature-card p { color: var(--muted); }
.report-feature-card ul { padding: 0; list-style: none; color: var(--muted); }
.report-feature-card li { padding: 8px 0 8px 26px; position: relative; border-bottom: 1px dashed #eadfea; }
.report-feature-card li:last-child { border-bottom: 0; }
.report-feature-card li::before { content: "✦"; color: var(--gold); position: absolute; left: 0; }
.report-note { margin-top: 24px; padding: 18px 22px; border-radius: 16px; background: var(--lavender); color: var(--muted); border: 1px solid var(--line); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; align-items: start; }
.contact-panel { border-radius: 30px; background: linear-gradient(145deg, #4b1d6d, #831d8e); color: #fff; padding: 36px; position: sticky; top: 115px; overflow: hidden; }
.contact-panel::after { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; right: -130px; bottom: -100px; }
.contact-panel h2 { font-family: Georgia,serif; font-size: 2.2rem; margin: 0 0 14px; }
.contact-panel p { color: rgba(255,255,255,.82); }
.contact-list { display: grid; gap: 15px; margin-top: 28px; }
.contact-list a, .contact-list span { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; color: #fff; position: relative; z-index: 1; }
.contact-list i { width: 38px; height: 38px; border-radius: 12px; background: rgba(255,255,255,.12); display: grid; place-items: center; font-style: normal; }
.form-card { border: 1px solid var(--line); border-radius: 30px; padding: 36px; background: #fff; box-shadow: var(--shadow-soft); }
.form-card h2 { font-family: Georgia,serif; color: var(--purple); margin-top: 0; font-size: 2.2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; color: #4c4050; font-size: .92rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #dcd1df; border-radius: 13px; padding: 13px 14px; color: var(--ink); background: #fff; transition: border .2s, box-shadow .2s; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--purple-2); box-shadow: 0 0 0 4px rgba(111,42,150,.11); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--muted); }
.consent input { margin-top: 5px; }
.form-note { font-size: .88rem; color: var(--muted); margin: 13px 0 0; }
.hidden { position: absolute; left: -9999px; }

.faq { display: grid; gap: 13px; margin-top: 34px; }
details { border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; background: #fff; }
summary { cursor: pointer; color: var(--purple); font-weight: 800; }
details p { color: var(--muted); margin-bottom: 0; }

.site-footer { background: #321047; color: #fff; padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 50px; }
.footer-brand img { width: 310px; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { color: rgba(255,255,255,.67); max-width: 470px; }
.footer-col h3 { font-family: Georgia,serif; margin-top: 0; color: #fff; }
.footer-col a { display: block; color: rgba(255,255,255,.72); margin: 8px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.58); font-size: .86rem; }
.footer-bottom a { color: rgba(255,255,255,.72); }

.notice { border: 1px solid #eadfea; border-left: 4px solid var(--gold); border-radius: 14px; padding: 18px 20px; color: var(--muted); background: #fffdf7; }
.prose h1, .prose h2 { color: var(--purple); font-family: Georgia,serif; }
.prose p, .prose li { color: var(--muted); }

@media (max-width: 980px) {
  .brand { min-width: auto; }
  .brand img { width: 255px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: fixed; left: 20px; right: 20px; top: 96px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 6px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 12px; border-radius: 10px; }
  .site-nav a:hover { background: var(--lavender); }
  .site-nav a::after { display: none; }
  .site-nav .btn { width: 100%; }
  .hero-grid, .split, .page-hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 610px; margin: 0 auto; }
  .card-grid, .report-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; padding: 42px 28px; }
  .cta-panel p { margin-inline: auto; }
  .cta-panel .btn { justify-self: center; }
  .service-row { grid-template-columns: 82px 1fr; }
  .service-side { grid-column: 2; }
  .report-feature { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, var(--max)); }
  .section { padding: 68px 0; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 210px; }
  .site-nav { top: 84px; left: 14px; right: 14px; }
  .hero { padding: 54px 0 46px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-trust { gap: 12px; flex-direction: column; }
  .quick-grid, .card-grid, .report-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .quick-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-item:last-child { border-bottom: 0; }
  .card, .report-card { padding: 24px; }
  .visual-panel { min-height: 390px; padding: 22px; }
  .visual-quote { inset: auto 18px 18px; }
  .visual-quote p { font-size: 1.2rem; }
  .service-row { grid-template-columns: 1fr; gap: 20px; }
  .service-side { grid-column: auto; }
  .service-row ul { columns: 1; }
  .form-card, .contact-panel { padding: 25px; border-radius: 22px; }
  .field.full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
