:root {
  --purple: #6c42f5;
  --purple-dark: #5732de;
  --purple-soft: #f2efff;
  --blue-soft: #eef6ff;
  --text: #15151d;
  --muted: #6e7080;
  --line: #e8e8ef;
  --soft: #f7f7fa;
  --card: #ffffff;
  --shadow: 0 20px 50px rgba(39, 30, 88, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 108px 0; }
.soft { background: var(--soft); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(232,232,239,.8); }
.header-inner { height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.04em; font-size: 19px; }
.brand-mark { color: var(--purple); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--purple-soft); }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { font-size: 14px; color: #555766; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--purple); }
.btn { min-height: 52px; padding: 0 21px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--purple); box-shadow: 0 11px 24px rgba(108,66,245,.22); }
.btn-primary:hover { background: var(--purple-dark); }
.btn-secondary { background: #fff; border-color: var(--line); color: #292a34; }
.btn-white { width: 100%; color: var(--purple-dark); background: #fff; }
.btn-small { min-height: 42px; padding: 0 16px; border-radius: 12px; font-size: 14px; }
.hero { overflow: hidden; padding-top: 82px; padding-bottom: 92px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--purple); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.78); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #55c487; box-shadow: 0 0 0 5px rgba(85,196,135,.13); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin: 18px 0 21px; font-size: clamp(43px, 5vw, 70px); line-height: 1.02; letter-spacing: -.076em; }
h2 { margin-bottom: 15px; font-size: clamp(32px, 3.8vw, 48px); line-height: 1.08; letter-spacing: -.065em; }
h3 { margin-bottom: 9px; font-size: 19px; letter-spacing: -.04em; }
p { color: var(--muted); line-height: 1.7; }
.hero-text { max-width: 690px; font-size: 18px; }
.hero-text strong { color: var(--text); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 17px 22px; margin-top: 31px; color: #555766; font-size: 13px; font-weight: 600; }
.check { color: var(--purple); margin-right: 5px; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(135deg, #e6e0ff, #f6f4ff 60%, #e7f6ff); filter: blur(1px); }
.dashboard-card { position: relative; width: min(100%, 430px); padding: 20px; border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 35px 70px rgba(67,46,150,.17); border: 1px solid rgba(255,255,255,.75); }
.dash-top, .order-card, .dash-footer { display: flex; align-items: center; }
.dash-top { justify-content: space-between; margin-bottom: 16px; }
.dash-label, .income-label, .income-note, .order-caption, .dash-footer span { color: var(--muted); font-size: 12px; }
.dash-title { margin-top: 4px; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #318a5b; padding: 8px 10px; border-radius: 99px; background: #edfbf4; font-size: 12px; font-weight: 700; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: #44bd7a; }
.income-card { padding: 21px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #734cf6, #5d36dd); }
.income-label, .income-note { color: rgba(255,255,255,.7); }
.income-value { margin: 7px 0 2px; font-size: 64px; line-height: 1; font-weight: 800; letter-spacing: -.1em; }
.order-card { gap: 12px; margin-top: 13px; padding: 14px 3px 14px 0; }
.order-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--purple); background: var(--purple-soft); }
.order-main { flex: 1; }
.order-title { margin-top: 3px; font-size: 13px; font-weight: 700; }
.order-price { font-size: 14px; font-weight: 800; }
.dash-footer { gap: 12px; border-top: 1px solid var(--line); padding-top: 15px; }
.dash-footer div { flex: 1; display: flex; flex-direction: column; gap: 5px; }
.dash-footer b { font-size: 17px; letter-spacing: -.04em; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-grid div { padding: 22px 25px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; border-right: 1px solid var(--line); }
.strip-grid div:last-child { border-right: none; }
.strip-grid b { color: var(--purple); font-size: 22px; letter-spacing: -.05em; }
.strip-grid span { color: var(--muted); font-size: 13px; }
.section-head { margin-bottom: 40px; }
.section-head.narrow { max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.section-head.left { max-width: 570px; margin-bottom: 0; }
.section-head h2 { margin-top: 13px; }
.section-head p { margin-bottom: 0; }
.income-section { padding-bottom: 92px; }
.income-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 920px; margin: 0 auto; }
.metric-card { padding: 33px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 10px 30px rgba(27,24,50,.04); }
.metric-featured { border-color: #d9d0ff; background: linear-gradient(145deg, #fff, #f8f6ff); }
.metric-tag { display: inline-flex; padding: 7px 10px; border-radius: 99px; color: var(--purple); background: var(--purple-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.metric-value { margin: 25px 0 9px; color: var(--purple); font-size: 55px; font-weight: 800; line-height: 1; letter-spacing: -.09em; }
.metric-card p { margin-bottom: 0; font-size: 14px; }
.footnote { max-width: 920px; margin: 17px auto 0; font-size: 12px; color: #8a8c98; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step-card { min-height: 252px; padding: 26px 23px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.step-number { margin-bottom: 37px; color: var(--purple); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.step-card p { margin-bottom: 0; font-size: 14px; }
.terms-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.terms-card { padding: 12px 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.term-row { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.term-row:last-child { border-bottom: none; }
.term-row span { color: var(--muted); font-size: 14px; }
.term-row b { text-align: right; font-size: 16px; }
.term-row.accent b { color: var(--purple); font-size: 30px; letter-spacing: -.08em; }
.commission-note { margin-top: 27px; }
.commission-note p { margin: 0; padding: 17px 20px; border-radius: 16px; color: #595b69; background: #faf9ff; border: 1px solid #ece8ff; font-size: 14px; }
.commission-note strong { color: var(--purple-dark); }
.equipment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.equipment-card { padding: 29px; border: 1px solid var(--line); border-radius: 23px; background: #fff; }
.equipment-card.featured { border-color: #d8ceff; box-shadow: 0 14px 32px rgba(94,57,214,.08); }
.equipment-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 29px; }
.device-icon { width: 60px; height: 60px; display: grid; place-items: center; color: var(--purple); background: var(--purple-soft); border-radius: 18px; }
.equipment-badge { padding: 7px 9px; border-radius: 99px; color: #717380; background: #f4f4f7; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.equipment-badge.purple { color: var(--purple); background: var(--purple-soft); }
.equipment-subtitle { margin-top: -1px; color: var(--muted); font-size: 14px; }
ul { margin: 22px 0 0; padding: 0; list-style: none; }
.equipment-card li, .clean-list li { position: relative; padding-left: 21px; margin-bottom: 12px; color: #565866; font-size: 14px; line-height: 1.55; }
.equipment-card li::before, .clean-list li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 800; }
.text-link { display: inline-flex; gap: 7px; margin-top: 15px; color: var(--purple); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.info-box { display: flex; gap: 13px; align-items: flex-start; max-width: 980px; margin: 17px auto 0; padding: 16px 18px; border: 1px solid #e4defd; background: #faf9ff; border-radius: 15px; }
.info-icon { flex: 0 0 auto; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--purple); font-size: 13px; font-weight: 800; }
.info-box p { margin: 0; font-size: 13px; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.responsibility-card { padding: 30px; border: 1px solid var(--line); border-radius: 23px; }
.responsibility-card h2 { margin-top: 20px; font-size: 29px; }
.mini-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; }
.purple-bg { color: var(--purple); background: var(--purple-soft); }
.blue-bg { color: #347aca; background: var(--blue-soft); }
.own-use { padding-top: 0; }
.own-use-card { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 43px 47px; border-radius: 27px; background: linear-gradient(135deg, #f4f1ff, #fafdff); border: 1px solid #e4defd; }
.own-use-card h2 { margin-top: 13px; }
.own-use-card p { max-width: 810px; margin-bottom: 0; }
.own-use-icon { flex: 0 0 auto; width: 125px; height: 125px; display: grid; place-items: center; border-radius: 31px; color: var(--purple); background: rgba(255,255,255,.65); }
.connect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 940px; margin: 0 auto; }
.connect-step { display: flex; gap: 17px; padding: 22px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.connect-step b { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: var(--purple); background: var(--purple-soft); }
.connect-step h3 { margin-bottom: 5px; font-size: 16px; }
.connect-step p { margin-bottom: 0; font-size: 13px; }
.faq-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 21px 36px 21px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 17px; right: 2px; color: var(--purple); font-size: 25px; font-weight: 500; }
details[open] summary::after { content: "−"; }
details p { margin: -6px 0 19px; padding-right: 30px; font-size: 14px; }
.application { padding-top: 82px; }
.application-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; padding: 48px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, #7049ef, #5b35d3); box-shadow: 0 25px 50px rgba(88,49,211,.22); }
.application-copy h2 { max-width: 600px; margin-top: 15px; color: #fff; }
.application-copy p { color: rgba(255,255,255,.75); }
.application-note { display: inline-flex; padding: 11px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: rgba(255,255,255,.91); background: rgba(255,255,255,.08); font-size: 13px; font-weight: 700; }
.application-form { padding: 23px; border-radius: 21px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.application-form label { display: block; margin-bottom: 13px; }
.application-form label > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }
input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; outline: none; color: #fff; background: rgba(255,255,255,.1); font: inherit; font-size: 14px; }
input::placeholder { color: rgba(255,255,255,.48); }
input:focus { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.15); }
.consent { display: flex !important; align-items: center; gap: 9px; margin: 15px 0 !important; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; accent-color: #fff; }
.consent span { margin: 0 !important; font-weight: 500 !important; }
.form-hint { margin: 11px 0 0; color: rgba(255,255,255,.63); text-align: center; font-size: 11px; line-height: 1.45; }
.footer { padding: 34px 0 105px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #5d5f6c; }
.footer-site { font-size: 14px; font-weight: 700; }
.mobile-cta { display: none; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 50; max-width: 360px; padding: 15px 17px; border-radius: 14px; color: #fff; background: #20212a; box-shadow: 0 17px 30px rgba(0,0,0,.18); font-size: 13px; line-height: 1.5; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .desktop-nav { display: none; }
  .header-inner .btn { display: none; }
  .hero { padding-top: 62px; }
  .hero-grid, .terms-grid, .faq-wrap, .application-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 25px; }
  .hero-visual { min-height: 405px; }
  .visual-glow { width: 320px; height: 320px; }
  .dashboard-card { max-width: 390px; }
  .terms-grid, .faq-wrap, .application-card { gap: 30px; }
  .section-head.left { margin-bottom: 22px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-card { min-height: 210px; }
  .split-grid { grid-template-columns: 1fr; }
  .own-use-card { padding: 34px; }
  .own-use-icon { width: 95px; height: 95px; }
  .mobile-cta { position: fixed; right: 12px; bottom: 11px; left: 12px; z-index: 30; display: block; }
  .mobile-cta .btn { width: 100%; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 68px 0; }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .hero { padding-top: 46px; padding-bottom: 60px; }
  .hero-text { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; gap: 11px; }
  .hero-visual { min-height: 350px; }
  .visual-glow { width: 275px; height: 275px; }
  .dashboard-card { padding: 15px; border-radius: 22px; }
  .income-value { font-size: 52px; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid div { padding: 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .strip-grid div:last-child { border-bottom: 0; }
  .income-grid, .equipment-grid, .steps-grid, .connect-grid { grid-template-columns: 1fr; }
  .metric-card, .equipment-card, .responsibility-card { padding: 23px; }
  .metric-value { font-size: 49px; }
  .step-card { min-height: auto; }
  .step-number { margin-bottom: 22px; }
  .terms-card { padding: 8px 16px; }
  .term-row { min-height: 58px; }
  .term-row span { max-width: 55%; }
  .own-use-card { display: block; padding: 27px; }
  .own-use-icon { display: none; }
  .application-card { padding: 27px 20px; border-radius: 23px; }
  .application-form { padding: 16px; }
  .footer { padding-bottom: 92px; }
  .toast { right: 12px; bottom: 78px; left: 12px; max-width: none; }
}

.consent a{color:#fff;text-decoration:underline;text-underline-offset:2px}.btn[disabled]{opacity:.65;cursor:wait}
