:root {
  --purple-950: #26015f;
  --purple-800: #42109a;
  --purple-700: #5620b8;
  --purple-600: #6f38d2;
  --purple-100: #eee7fa;
  --purple-50: #f8f5fd;
  --ink: #17131f;
  --muted: #645f6e;
  --white: #fff;
  --line: #ded7e8;
  --green: #4dc55c;
  --shadow: 0 24px 60px rgba(38, 1, 95, .13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--purple-950); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { margin-top: 0; color: var(--purple-950); line-height: 1.1; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(52px, 6vw, 82px); }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.5vw, 58px); }
h3 { margin-bottom: 12px; font-size: 22px; }
.eyebrow { margin: 0 0 16px; color: var(--purple-700); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.large-copy { margin-top: 0; color: var(--purple-950); font-size: clamp(23px, 2.5vw, 31px); line-height: 1.42; letter-spacing: -.02em; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(86,32,184,.09); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--purple-700); font-size: 20px; line-height: 1.1; letter-spacing: -.02em; }
.brand strong { font-weight: 800; }
.brand-mark { width: 39px; height: 39px; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 750; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--purple-700); }
.nav-cta { padding: 12px 18px; color: #fff !important; background: var(--purple-700); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--purple-50); padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 3px; background: var(--purple-700); border-radius: 2px; margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding: 86px 0 94px; background: linear-gradient(135deg, #fbf9ff 0%, #f0e9fb 50%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 84px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 720px; margin: 0 0 31px; color: var(--muted); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--purple-700); box-shadow: 0 12px 28px rgba(86,32,184,.23); }
.button-primary:hover { background: var(--purple-800); }
.button-secondary { color: var(--purple-800); background: #fff; border-color: rgba(86,32,184,.23); }
.owner-inline { display: grid; width: fit-content; margin-top: 29px; padding-left: 16px; border-left: 4px solid var(--purple-600); }
.owner-inline strong { color: var(--purple-950); font-size: 18px; }
.owner-inline span { color: var(--muted); font-size: 14px; }
.hero-visual { position: relative; width: min(100%, 455px); justify-self: end; }
.portrait-frame { overflow: hidden; height: 610px; background: var(--purple-100); border: 12px solid #fff; border-radius: 48% 48% 28px 28px; box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.floating-card { position: absolute; left: -54px; bottom: 46px; display: flex; align-items: center; gap: 13px; max-width: 285px; padding: 15px 20px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--muted); font-size: 12px; }
.floating-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; color: #fff; background: var(--green); border-radius: 50%; font-weight: 900; }
.hero-orb { position: absolute; border-radius: 50%; }
.orb-one { width: 360px; height: 360px; right: -160px; top: -120px; background: rgba(111,56,210,.12); }
.orb-two { width: 200px; height: 200px; left: -80px; bottom: -100px; background: rgba(77,197,92,.12); }

.trust-strip { color: #fff; background: var(--purple-950); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip-grid span { padding: 21px 18px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; font-size: 14px; font-weight: 750; }
.trust-strip-grid span:first-child { border-left: 1px solid rgba(255,255,255,.14); }

.section { padding: 104px 0; }
.section-heading { max-width: 720px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 650px; margin: 0 auto; color: var(--muted); }

.owner-section { background: #fff; }
.owner-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: center; }
.owner-photo { overflow: hidden; max-width: 420px; height: 510px; background: var(--purple-100); border-radius: 28px; box-shadow: var(--shadow); }
.owner-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.owner-copy p:not(.eyebrow):not(.owner-title):not(.large-copy) { color: var(--muted); }
.owner-title { margin: -9px 0 25px; color: var(--purple-700); font-weight: 800; }
.owner-copy .button { margin-top: 14px; }

.services { background: var(--purple-50); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { min-height: 345px; padding: 32px 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(43,20,79,.045); }
.service-card.featured { color: #fff; background: var(--purple-800); border-color: var(--purple-800); transform: translateY(-14px); }
.service-card.featured h3, .service-card.featured p { color: #fff; }
.service-card p { color: var(--muted); font-size: 15px; }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 30px; color: #fff; background: var(--purple-700); border-radius: 18px; }
.featured .service-icon { color: var(--purple-800); background: #fff; }
.service-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.who-help { background: #fff; }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.help-card { padding: 31px 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.help-card > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 25px; color: var(--purple-700); background: var(--purple-100); border-radius: 14px; font-weight: 900; }
.help-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.process { color: #fff; background: var(--purple-950); }
.process .eyebrow { color: #cdb8ec; }
.process .section-heading h2 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { padding: 34px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.process-card h3 { color: #fff; }
.process-card p { color: #d9cbed; }
.step-number { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 28px; color: var(--purple-950); background: #fff; border-radius: 50%; font-size: 20px; font-weight: 900; }

.why-us { background: #fff; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.why-grid .section-heading { position: sticky; top: 130px; align-self: start; }
.why-grid .section-heading > p:not(.eyebrow) { color: var(--muted); }
.why-grid .button { margin-top: 15px; }
.benefit { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid var(--line); }
.benefit:last-child { border-bottom: 1px solid var(--line); }
.benefit > span { display: grid; place-items: center; width: 56px; height: 56px; color: var(--purple-700); background: var(--purple-100); border-radius: 18px; font-weight: 900; }
.benefit h3 { margin-bottom: 7px; }
.benefit p { margin: 0; color: var(--muted); }

.testimonials { background: #faf8fc; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card { position: relative; min-height: 330px; margin: 0; padding: 40px 34px 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.quote-card::before { content: "“"; display: block; height: 53px; color: var(--purple-600); font-family: Georgia, serif; font-size: 76px; line-height: 1; }
.quote-card blockquote { margin: 10px 0 28px; color: #443c50; font-size: 18px; }
.quote-card figcaption { color: var(--purple-800); font-weight: 900; }

.contact { color: #fff; background: linear-gradient(135deg, var(--purple-950), var(--purple-800)); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: start; }
.contact h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { color: #d9cbed; }
.contact .eyebrow { color: #cdb8ec; }
.contact-links { display: grid; gap: 14px; margin-top: 37px; }
.contact-links a { display: flex; align-items: center; gap: 15px; }
.contact-links a > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--purple-800); background: #fff; border-radius: 50%; }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { color: #cdb8ec; }

.contact-form { padding: 36px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--purple-950); font-size: 14px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d8d1df; border-radius: 12px; background: #fcfbfd; padding: 12px 14px; outline: none; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--purple-600); box-shadow: 0 0 0 4px rgba(111,56,210,.11); }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.website-field { position: absolute !important; left: -9999px !important; }
.form-status { display: none; margin-bottom: 18px; padding: 12px 14px; border-radius: 10px; font-size: 14px; }
.form-status.show { display: block; }
.form-status.success { color: #155c2b; background: #e8f7ed; }
.form-status.error { color: #8c2030; background: #fdecef; }

.site-footer { padding: 68px 0 96px; color: #d9d2e4; background: #16062d; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .7fr 1fr; gap: 60px; }
.footer-brand { color: #fff; }
.footer-grid p { max-width: 450px; color: #aba3b9; }
.footer-owner strong { color: #fff; }
.footer-grid h3 { color: #fff; font-size: 16px; letter-spacing: 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.footer-bottom p { margin: 0; }
.mobile-contact { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1040px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 13px; }
}
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; border-radius: 10px; font-size: 15px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero-grid, .owner-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-self: center; }
  .owner-grid, .why-grid, .contact-grid { gap: 45px; }
  .owner-photo { justify-self: center; }
  .service-grid, .help-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.featured { transform: none; }
  .process-grid { grid-template-columns: 1fr; }
  .why-grid .section-heading { position: static; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .quote-card { min-height: 0; }
  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip-grid span { border-bottom: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 65px; }
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { padding: 62px 0 72px; }
  h1 { font-size: clamp(43px, 13vw, 60px); }
  h2 { font-size: clamp(34px, 10vw, 48px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { width: 100%; }
  .portrait-frame { height: 480px; border-radius: 42% 42% 22px 22px; }
  .floating-card { left: 8px; right: 8px; bottom: 18px; }
  .section { padding: 76px 0; }
  .service-grid, .help-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .owner-photo { width: 100%; height: 470px; }
  .trust-strip-grid { grid-template-columns: 1fr; }
  .trust-strip-grid span, .trust-strip-grid span:first-child { border-left: 0; border-right: 0; }
  .benefit { grid-template-columns: 52px 1fr; gap: 15px; }
  .benefit > span { width: 48px; height: 48px; border-radius: 14px; }
  .contact-form { padding: 25px 19px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 65px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(26,9,49,.1); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--purple-800); font-size: 13px; font-weight: 800; }
  .mobile-contact a:not(:last-child) { border-right: 1px solid var(--line); }
}
