:root {
  --coral: #ff385c;
  --coral-deep: #e00b41;
  --coral-soft: #fff0f3;
  --ink: #222222;
  --body: #484848;
  --muted: #6a6a6a;
  --line: #dddddd;
  --line-soft: #ebebeb;
  --canvas: #ffffff;
  --soft: #f7f7f7;
  --lime: #9cec00;
  --violet: #7367f0;
  --shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 2px 6px rgb(0 0 0 / 4%), 0 12px 28px rgb(0 0 0 / 10%);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --max: 1180px;
  font-family: Inter, Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--body); background: var(--canvas); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--coral-deep); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgb(255 56 92 / 28%); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; border-bottom: 1px solid rgb(221 221 221 / 75%); background: rgb(255 255 255 / 92%); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 18px; font-weight: 760; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: block; flex: 0 0 34px; width: 34px; height: 34px; overflow: hidden; border-radius: 11px; background: url("assets/vela-brand-logo.webp") center / cover no-repeat; box-shadow: 0 6px 16px rgb(77 57 190 / 20%); }
.brand-mark svg { display: none; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 14px; border-radius: 999px; color: var(--muted); font-size: 14px; font-weight: 620; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); background: var(--soft); }
.nav-contact { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 18px; border-radius: 999px; color: white !important; background: var(--coral); }
.nav-contact:hover { background: var(--coral-deep) !important; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); cursor: pointer; }
.menu-button svg { width: 20px; margin: auto; }

.hero { position: relative; overflow: hidden; padding: 76px 0 84px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgb(255 56 92 / 10%), transparent 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; color: var(--coral-deep); font-size: 13px; font-weight: 720; letter-spacing: .02em; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px var(--coral-soft); }
h1, h2, h3 { margin-top: 0; color: var(--ink); letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 7vw, 86px); font-weight: 730; line-height: .98; }
.hero-copy { max-width: 580px; margin: 0 0 30px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 650; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--coral); box-shadow: 0 9px 22px rgb(255 56 92 / 18%); }
.button-primary:hover { color: white; background: var(--coral-deep); }
.button-secondary { border-color: var(--ink); color: var(--ink); background: white; }
.button-secondary:hover { color: var(--ink); background: var(--soft); }
.button svg { width: 18px; height: 18px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--muted); font-size: 13px; }
.hero-note svg { width: 17px; color: var(--coral); }

.app-showcase { position: relative; min-height: 530px; display: grid; place-items: center; }
.showcase-orbit { position: absolute; width: min(100%, 490px); aspect-ratio: 1; border: 1px dashed rgb(255 56 92 / 24%); border-radius: 50%; }
.phone { position: relative; width: 278px; height: 530px; padding: 12px; border: 1px solid #d6d6d6; border-radius: 42px; background: #171717; box-shadow: 0 30px 70px rgb(34 34 34 / 18%); transform: rotate(2.5deg); }
.phone::before { content: ""; position: absolute; top: 17px; left: 50%; z-index: 2; width: 78px; height: 21px; border-radius: 999px; background: #171717; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 31px; background: linear-gradient(165deg, #7666ef 0%, #9b87ff 48%, #fff0e7 48.2%, #fff 100%); }
.phone-art { height: 55%; display: grid; place-items: center; padding: 44px 34px 18px; }
.phone-icon { width: 168px; border-radius: 36px; box-shadow: 0 18px 45px rgb(59 38 165 / 36%); }
.phone-content { padding: 24px 22px; }
.phone-kicker { margin: 0 0 6px; color: var(--coral-deep); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.phone-title { margin: 0 0 8px; color: var(--ink); font-size: 25px; font-weight: 760; line-height: 1.1; letter-spacing: -.04em; }
.phone-text { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.phone-button { display: grid; place-items: center; height: 42px; border-radius: 10px; color: white; background: var(--coral); font-size: 12px; font-weight: 700; }
.floating-chip { position: absolute; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgb(221 221 221 / 70%); border-radius: 999px; background: rgb(255 255 255 / 94%); box-shadow: var(--shadow); color: var(--ink); font-size: 13px; font-weight: 650; backdrop-filter: blur(10px); }
.floating-chip svg { width: 17px; color: var(--coral); }
.chip-one { top: 96px; left: 0; }
.chip-two { right: -8px; bottom: 98px; }

.section { padding: 88px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(32px, 4vw, 48px); font-weight: 700; line-height: 1.08; }
.section-heading p { max-width: 420px; margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 280px; padding: 28px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: white; transition: transform .18s ease, box-shadow .18s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 50px; border-radius: 15px; color: var(--coral-deep); background: var(--coral-soft); }
.feature-icon svg { width: 24px; }
.feature-card:nth-child(2) .feature-icon { color: #5748dc; background: #efedff; }
.feature-card:nth-child(3) .feature-icon { color: #558600; background: #efffd5; }
.feature-card h3 { margin-bottom: 10px; font-size: 21px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }

.trust-panel { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line-soft); border-radius: var(--radius-xl); background: white; }
.trust-visual { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff0f3, #f4f0ff); }
.trust-visual::before, .trust-visual::after { content: ""; position: absolute; border-radius: 50%; }
.trust-visual::before { width: 320px; height: 320px; background: var(--coral); opacity: .9; }
.trust-visual::after { width: 210px; height: 210px; border: 54px solid var(--lime); transform: translate(115px, 120px); }
.trust-card { position: relative; z-index: 1; width: 250px; padding: 28px; border-radius: 24px; background: white; box-shadow: 0 24px 60px rgb(55 32 70 / 22%); }
.trust-card svg { width: 38px; color: var(--coral); }
.trust-card strong { display: block; margin: 18px 0 7px; color: var(--ink); font-size: 22px; }
.trust-card span { color: var(--muted); font-size: 14px; }
.trust-copy { padding: clamp(42px, 7vw, 84px); }
.trust-copy h2 { max-width: 500px; margin-bottom: 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; }
.trust-copy > p { margin: 0 0 28px; color: var(--muted); }
.trust-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.trust-list li { display: flex; gap: 12px; color: var(--ink); font-size: 15px; font-weight: 600; }
.trust-list svg { flex: 0 0 auto; width: 21px; color: var(--coral); }

.cta { padding: 88px 0; }
.cta-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(38px, 7vw, 72px); border-radius: var(--radius-xl); color: white; background: var(--ink); }
.cta-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -120px; top: -160px; border: 48px solid var(--coral); border-radius: 50%; opacity: .85; }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 620px; margin-bottom: 9px; color: white; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.cta-card p { margin: 0; color: #cfcfcf; }
.cta-card .button { flex: 0 0 auto; }

.site-footer { padding: 56px 0 26px; border-top: 1px solid var(--line-soft); background: var(--soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; padding-bottom: 44px; }
.footer-intro p { max-width: 300px; margin: 16px 0; color: var(--muted); font-size: 14px; }
.footer-email { font-size: 14px; font-weight: 650; word-break: break-word; }
.footer-column h3 { margin-bottom: 15px; font-size: 14px; letter-spacing: 0; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: var(--muted); font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: var(--ink); text-decoration: underline; }
.legal-band { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.legal-band p { margin: 0; }
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; }

.page-hero { padding: 76px 0 54px; border-bottom: 1px solid var(--line-soft); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { max-width: 860px; margin-bottom: 18px; font-size: clamp(42px, 6vw, 68px); line-height: 1.02; }
.page-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 25px; color: var(--muted); font-size: 13px; }
.meta-row strong { color: var(--ink); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 740px); justify-content: center; gap: 72px; padding: 64px 0 96px; }
.toc { position: sticky; top: 108px; align-self: start; }
.toc strong { display: block; margin-bottom: 14px; color: var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.toc ol { display: grid; gap: 7px; margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; }
.toc a { text-decoration: none; }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 108px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line-soft); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 14px; font-size: 26px; line-height: 1.25; letter-spacing: -.025em; }
.legal-content h3 { margin: 24px 0 8px; font-size: 18px; letter-spacing: -.01em; }
.legal-content p, .legal-content li { color: #4b4b4b; font-size: 15px; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li + li { margin-top: 7px; }
.legal-content table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.legal-content th, .legal-content td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-content th { color: var(--ink); background: var(--soft); }
.notice { padding: 18px 20px; border-left: 4px solid var(--coral); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--coral-soft); }
.notice p { margin: 0; color: var(--ink); }
.contact-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); }
.contact-card p:last-child { margin-bottom: 0; }

.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; padding: 72px 0 96px; }
.support-card { align-self: start; padding: 32px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: var(--soft); }
.support-card img { width: 82px; margin-bottom: 22px; border-radius: 20px; }
.support-card h2 { margin-bottom: 10px; font-size: 28px; }
.support-card p { color: var(--muted); }
.support-card .button { width: 100%; margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 44px 22px 0; color: var(--ink); font-weight: 650; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 24px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -5px 0 22px; color: var(--muted); font-size: 15px; }

.delete-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 64px; padding: 72px 0 96px; }
.step-list { display: grid; gap: 16px; margin: 28px 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; counter-increment: steps; }
.step-list li::before { content: counter(steps); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--coral); font-weight: 750; }
.step-list strong { display: block; color: var(--ink); }
.step-list span { color: var(--muted); font-size: 14px; }
.request-card { align-self: start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.request-card h2 { margin-bottom: 10px; font-size: 26px; }
.request-card p { color: var(--muted); font-size: 14px; }
.request-card .button { width: 100%; margin-top: 12px; }
.request-meta { display: grid; gap: 12px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.request-meta div { display: flex; justify-content: space-between; gap: 18px; font-size: 13px; }
.request-meta span { color: var(--muted); }
.request-meta strong { color: var(--ink); text-align: right; }

@media (max-width: 920px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 20px 40px rgb(0 0 0 / 10%); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px 16px; }
  .nav-contact { justify-content: center; margin-top: 7px; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 700px; }
  .app-showcase { min-height: 500px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 32px; }
  .trust-panel { grid-template-columns: 1fr; }
  .trust-visual { min-height: 380px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; }
  .toc { position: static; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-md); }
  .toc ol { grid-template-columns: repeat(2, 1fr); }
  .support-grid, .delete-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 68px; }
  .main-nav { top: 68px; }
  .brand { font-size: 17px; }
  .hero { padding: 48px 0 64px; }
  h1 { font-size: clamp(44px, 16vw, 66px); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .app-showcase { min-height: 465px; }
  .phone { width: 238px; height: 454px; border-radius: 38px; }
  .phone-screen { border-radius: 28px; }
  .phone-icon { width: 140px; border-radius: 30px; }
  .phone-content { padding: 17px 18px; }
  .phone-title { font-size: 21px; }
  .phone-text { margin-bottom: 12px; }
  .chip-one { left: -8px; top: 72px; }
  .chip-two { right: -8px; bottom: 54px; }
  .floating-chip { padding: 10px 12px; font-size: 11px; }
  .section, .cta { padding: 64px 0; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 16px; }
  .feature-card { padding: 24px; }
  .trust-copy { padding: 38px 26px; }
  .trust-visual { min-height: 330px; }
  .trust-card { width: 220px; }
  .cta-card { display: block; border-radius: 24px; }
  .cta-card .button { width: 100%; margin-top: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-intro { grid-column: 1 / -1; }
  .legal-band { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 54px 0 40px; }
  .page-hero h1 { font-size: 43px; }
  .legal-layout { padding: 42px 0 68px; }
  .toc ol { grid-template-columns: 1fr; }
  .legal-content table { display: block; overflow-x: auto; }
  .support-grid, .delete-layout { padding: 48px 0 72px; }
  .support-card, .request-card { padding: 24px; }
  .request-meta div { display: grid; gap: 2px; }
  .request-meta strong { text-align: left; }
}

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