:root {
  color-scheme: light;
  --ink: #2d0b32;
  --muted: #726775;
  --purple: #560064;
  --purple-dark: #36003f;
  --orange: #ff6500;
  --pink: #ef006f;
  --lime: #a8d80d;
  --lime-dark: #304300;
  --cream: #fff9f3;
  --panel: #ffffff;
  --line: #eaded8;
  --shadow: 0 18px 55px rgba(75, 8, 69, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); }
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(86, 0, 100, .1);
  background: rgba(255, 249, 243, .94);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand .brand-logo { display: block; width: 220px; height: auto; border-radius: 0; }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a { color: #574a59; text-decoration: none; font-size: 14px; font-weight: 750; }
.site-nav a:hover { color: var(--purple); }
.site-nav a.nav-cta, .site-nav a.nav-cta:hover { color: #fff; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border: 0; border-radius: 14px; text-decoration: none; font-weight: 850; }
.nav-cta, .button.primary { color: #fff; background: var(--purple); box-shadow: 0 9px 22px rgba(86, 0, 100, .18); }
.button.secondary { color: var(--purple); border: 1px solid #d8c8d8; background: #fff; }
.button.orange { color: #fff; background: var(--orange); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--purple); font-size: 27px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 62px; }
.hero::before, .hero::after { position: absolute; z-index: -1; width: 340px; height: 340px; border-radius: 50%; content: ""; filter: blur(1px); }
.hero::before { top: -160px; right: -110px; background: #f9e2ed; }
.hero::after { bottom: -230px; left: -130px; background: #edf7c9; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 17px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 3px; border-radius: 4px; background: var(--orange); content: ""; }
h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 7vw, 75px); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: var(--orange); }
.lead { max-width: 650px; margin: 24px 0 30px; color: #625466; font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.availability-note { display: flex; align-items: center; gap: 9px; margin: 20px 0 0; color: #625466; font-size: 13px; font-weight: 750; }
.availability-note span { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(168, 216, 13, .16); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-chip { padding: 9px 12px; border: 1px solid var(--line); border-radius: 30px; color: #514553; background: rgba(255,255,255,.72); font-size: 12px; font-weight: 750; }
.visual-card { position: relative; min-height: 520px; padding: 32px; border-radius: 38px; color: #fff; background: var(--purple-dark); box-shadow: var(--shadow); }
.visual-card .mascot { position: absolute; right: -34px; bottom: 0; width: min(83%, 390px); filter: drop-shadow(0 18px 25px rgba(0,0,0,.2)); }
.visual-copy { position: relative; z-index: 1; max-width: 250px; }
.visual-copy strong { display: block; font-size: 31px; line-height: 1.05; }
.visual-copy p { color: #ecdcec; line-height: 1.5; }
.location-pill { display: inline-flex; gap: 8px; margin-top: 10px; padding: 10px 13px; border-radius: 14px; color: var(--purple-dark); background: var(--lime); font-weight: 850; }

.product-tour-section { border-top: 1px solid #f0e3dc; border-bottom: 1px solid #f0e3dc; background: #fff4ec; }
.product-tour { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 72px; align-items: center; }
.tour-copy h2 { max-width: 680px; margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.tour-lead { max-width: 670px; margin: 22px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.journey-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.journey-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 15px; border: 1px solid rgba(86, 0, 100, .11); border-radius: 17px; background: rgba(255, 255, 255, .72); }
.journey-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--purple); font-weight: 900; }
.journey-list li:nth-child(2) > span { background: var(--orange); }
.journey-list li:nth-child(3) > span { color: var(--lime-dark); background: var(--lime); }
.journey-list strong { display: block; margin: 1px 0 5px; font-size: 16px; }
.journey-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.phone-demo { width: min(100%, 420px); margin-inline: auto; overflow: hidden; border: 9px solid #2e1731; border-radius: 42px; background: #fff; box-shadow: 0 26px 60px rgba(62, 15, 57, .18); }
.phone-top { min-height: 50px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 21px; color: #5e4e60; background: #fff; font-size: 12px; }
.phone-top strong { color: var(--ink); font-size: 14px; }
.phone-top span:last-child { text-align: right; letter-spacing: 2px; }
.demo-cover { position: relative; min-height: 205px; display: flex; flex-direction: column; justify-content: end; padding: 25px; color: #fff; background: var(--purple); }
.demo-cover::after { position: absolute; top: 22px; right: 21px; width: 82px; height: 82px; border: 18px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.match-score { position: absolute; top: 20px; left: 20px; padding: 8px 10px; border-radius: 12px; color: var(--lime-dark); background: var(--lime); font-size: 12px; font-weight: 900; }
.demo-cover p { margin: 0 0 4px; color: #ead7ed; font-size: 13px; font-weight: 750; }
.demo-cover h3 { position: relative; z-index: 1; margin: 0; font-size: 31px; letter-spacing: -.04em; }
.demo-location { position: relative; z-index: 1; margin-top: 8px; color: #ead7ed; font-size: 13px; }
.demo-body { display: grid; gap: 18px; padding: 21px; }
.demo-meta { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }
.demo-meta span { padding: 12px 8px; color: var(--muted); text-align: center; font-size: 10px; }
.demo-meta span + span { border-left: 1px solid var(--line); }
.demo-meta strong { display: block; margin-top: 4px; color: var(--ink); font-size: 12px; }
.position-head { display: flex; justify-content: space-between; gap: 14px; align-items: center; font-size: 13px; }
.position-head span { color: var(--orange); font-size: 11px; font-weight: 850; }
.position-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.position-grid span { padding: 11px 7px; border: 1px solid var(--line); border-radius: 13px; text-align: center; font-size: 11px; }
.position-grid b { display: block; margin-top: 5px; color: #40720a; }
.position-grid b.full { color: #a82020; }
.privacy-note { display: flex; gap: 10px; align-items: center; padding: 12px; border-radius: 13px; color: #4e3852; background: #f6edf7; }
.privacy-note p { margin: 0; font-size: 11px; line-height: 1.45; }
.demo-button { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 14px; color: #fff; background: var(--orange); text-decoration: none; font-size: 14px; font-weight: 900; }

.section { padding: 76px 0; }
.section.white { background: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.section-head h2, .page-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); letter-spacing: -.05em; }
.section-head p { max-width: 580px; margin: 0; color: var(--muted); line-height: 1.6; }
.compact-head { margin-bottom: 35px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: 0 9px 30px rgba(60, 30, 55, .05); }
.feature-card:nth-child(2), .feature-card:nth-child(5) { background: #fff4ec; }
.feature-card:nth-child(3), .feature-card:nth-child(6) { background: #f6fadf; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; color: #fff; background: var(--purple); font-size: 21px; }
.feature-card:nth-child(2) .feature-icon, .feature-card:nth-child(5) .feature-icon { background: var(--orange); }
.feature-card:nth-child(3) .feature-icon, .feature-card:nth-child(6) .feature-icon { color: var(--lime-dark); background: var(--lime); }
.feature-card h3 { margin: 0 0 9px; font-size: 20px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.55; }

.safety-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; padding: 40px; border-radius: 32px; color: #fff; background: var(--purple); }
.safety-panel h2 { margin: 0 0 15px; font-size: clamp(32px, 5vw, 50px); letter-spacing: -.05em; }
.safety-panel p { color: #ead6ec; line-height: 1.65; }
.safety-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.safety-item { padding: 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.09); font-weight: 750; }
.safety-item span { color: var(--lime); }

.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px; border: 1px solid #f3d3c1; border-radius: 30px; background: #fff2e9; }
.cta-panel h2 { margin: 0 0 9px; font-size: clamp(30px, 4vw, 45px); letter-spacing: -.045em; }
.cta-panel p { margin: 0; color: var(--muted); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.site-footer { padding: 52px 0 28px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(2, .8fr); gap: 35px; }
.footer-grid h3 { margin: 0 0 12px; }
.footer-grid p { max-width: 420px; color: var(--muted); line-height: 1.6; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 4px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--purple); }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.page-hero { padding: 74px 0 38px; }
.page-hero p { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 48px; align-items: start; padding-bottom: 80px; }
.legal-nav { position: sticky; top: 100px; display: grid; gap: 7px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-nav a { padding: 9px 10px; border-radius: 9px; color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.legal-nav a:hover { color: var(--purple); background: #f7eef6; }
.legal-content { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.legal-content h2 { margin: 34px 0 10px; font-size: 24px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 24px 0 9px; }
.legal-content p, .legal-content li { color: #625764; line-height: 1.7; }
.legal-content li + li { margin-top: 7px; }
.info-box { margin: 22px 0; padding: 17px; border-left: 4px solid var(--lime); border-radius: 10px; color: var(--lime-dark); background: #f5f9df; }
.danger-box { margin: 22px 0; padding: 17px; border-left: 4px solid var(--orange); border-radius: 10px; color: #71340d; background: #fff2e8; }
.steps { counter-reset: steps; display: grid; gap: 13px; margin: 25px 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 55px; padding: 15px 15px 15px 63px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.steps li::before { position: absolute; left: 14px; top: 11px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--purple); counter-increment: steps; content: counter(steps); font-weight: 900; }
.contact-card { display: grid; gap: 15px; padding: 25px; border-radius: 22px; color: #fff; background: var(--purple); }
.contact-card a { color: var(--lime); font-weight: 850; }

.support-hero { padding-bottom: 24px; }
.support-section { padding-top: 28px; }
.support-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 28px; align-items: start; }
.support-aside { position: sticky; top: 110px; display: grid; gap: 14px; }
.support-aside-card, .support-notice { padding: 24px; border-radius: 22px; }
.support-aside-card { color: #fff; background: var(--purple); box-shadow: var(--shadow); }
.support-aside-card .feature-icon { color: var(--lime-dark); background: var(--lime); }
.support-maki-avatar { width: 104px; height: 104px; display: block; margin: -7px auto 20px; padding: 8px; border-radius: 28px; background: var(--lime); object-fit: contain; filter: drop-shadow(0 8px 12px rgba(25, 0, 31, .2)); }
.support-aside-card h2 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.035em; }
.support-aside-card p { margin: 0; color: #ead8ed; line-height: 1.6; }
.support-notice { border: 1px solid #f0d4c2; background: #fff2e9; }
.support-notice strong { color: #7a3100; }
.support-notice p { margin: 7px 0 0; color: #765647; font-size: 14px; line-height: 1.55; }
.support-email-note { margin: 0; padding: 0 7px; color: var(--muted); font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.support-form-card { border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 16px 48px rgba(58, 9, 54, .08); }
.support-form { padding: 34px; }
.form-section-title { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.form-section-title > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--purple); font-weight: 900; }
.form-section-title h2 { margin: 1px 0 4px; font-size: 21px; }
.form-section-title p { margin: 0; color: var(--muted); font-size: 14px; }
.form-grid { display: grid; gap: 17px; }
.form-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 8px; min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field > span { color: #46384a; font-size: 14px; font-weight: 800; }
.field b, .consent-field b { color: var(--orange); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #dccccf; border-radius: 13px; outline: none; color: var(--ink); background: #fffdfb; transition: border-color .18s, box-shadow .18s; }
.field input, .field select { min-height: 48px; padding: 0 14px; }
.field textarea { padding: 14px; resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(86, 0, 100, .09); }
.field small { color: var(--muted); font-size: 12px; }
.form-divider { height: 1px; margin: 30px 0; background: var(--line); }
.upload-field { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 20px; border: 1.5px dashed #c9b1c9; border-radius: 18px; background: #fcf7fc; cursor: pointer; }
.upload-field:hover, .upload-field:focus-within { border-color: var(--purple); background: #f8eef8; }
.upload-field input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-icon { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--orange); font-size: 25px; }
.upload-field strong, .upload-field small { display: block; }
.upload-field strong { margin-bottom: 4px; color: var(--purple); }
.upload-field small { color: var(--muted); overflow-wrap: anywhere; }
.field-error, .form-status.error { color: #a82020; font-size: 13px; font-weight: 750; }
.consent-field { display: flex; gap: 11px; align-items: flex-start; margin-top: 25px; color: #635568; font-size: 13px; line-height: 1.55; }
.consent-field input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--purple); }
.consent-field a { color: var(--purple); font-weight: 800; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 25px; }
.form-actions button { cursor: pointer; }
.form-actions button:disabled { opacity: .68; cursor: wait; }
.form-status { min-height: 20px; margin: 13px 0 0; text-align: right; }
.honeypot { position: absolute !important; left: -9999px !important; }
.success-page { min-height: calc(100vh - 190px); display: grid; place-items: center; padding: 60px 18px; }
.success-card { width: min(680px, 100%); padding: 48px; border: 1px solid var(--line); border-radius: 30px; text-align: center; background: #fff; box-shadow: var(--shadow); }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 24px; color: var(--lime-dark); background: var(--lime); font-size: 36px; font-weight: 900; }
.success-card .eyebrow { justify-content: center; }
.success-card h1 { margin: 0 auto; font-size: clamp(34px, 6vw, 52px); line-height: 1.03; }
.success-card > p:not(.eyebrow) { max-width: 540px; margin: 20px auto 0; color: var(--muted); line-height: 1.65; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 88px; left: 0; right: 0; display: none; margin: 0; padding: 18px; border-bottom: 1px solid var(--line); background: #fff; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 9px; }
  .hero { padding-top: 55px; }
  .hero-grid, .safety-panel, .product-tour { grid-template-columns: 1fr; }
  .product-tour { gap: 42px; }
  .visual-card { min-height: 440px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { align-items: start; flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; gap: 18px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .support-layout { grid-template-columns: 1fr; }
  .support-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-email-note { grid-column: 1 / -1; }
}

@media (max-width: 590px) {
  .container { width: min(100% - 24px, 1120px); }
  .header-inner { min-height: 76px; }
  .brand .brand-logo { width: 180px; }
  .site-nav { top: 76px; }
  .hero { padding: 44px 0 34px; }
  h1 { font-size: 45px; }
  .availability-note { align-items: flex-start; font-size: 12px; }
  .visual-card { min-height: 390px; padding: 24px; }
  .visual-copy { max-width: 195px; }
  .visual-copy strong { font-size: 25px; }
  .feature-grid, .safety-list, .footer-grid { grid-template-columns: 1fr; }
  .product-tour-section { padding-top: 62px; }
  .tour-copy h2 { font-size: 39px; }
  .tour-lead { font-size: 16px; }
  .journey-list li { grid-template-columns: 38px 1fr; padding: 13px; }
  .journey-list li > span { width: 38px; height: 38px; }
  .phone-demo { border-width: 7px; border-radius: 34px; }
  .demo-cover { min-height: 188px; padding: 21px; }
  .demo-cover h3 { font-size: 27px; }
  .demo-body { padding: 17px; }
  .section { padding: 55px 0; }
  .safety-panel, .cta-panel, .legal-content { padding: 24px; }
  .cta-panel { align-items: stretch; flex-direction: column; }
  .cta-actions { display: grid; justify-content: stretch; }
  .copyright { flex-direction: column; }
  .support-aside, .form-grid.two-columns { grid-template-columns: 1fr; }
  .support-form { padding: 23px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .form-status { text-align: center; }
  .success-card { padding: 32px 23px; }
}
