:root {
  --ink: #17213a;
  --muted: #66708a;
  --primary: #7259e8;
  --primary-dark: #5a43d1;
  --mint: #68d9bd;
  --lavender: #eeeaff;
  --sky: #e5f3ff;
  --peach: #fff0df;
  --rose: #ffe8ef;
  --lime: #ecf7dd;
  --line: #e8e9f2;
  --surface: #ffffff;
  --shadow: 0 18px 55px rgba(67, 55, 132, .11);
  --soft-shadow: 0 10px 30px rgba(55, 47, 105, .08);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfaff 0, #f4f8ff 25%, #fff 51%, #f8fbff 100%);
  font-family: Inter, Manrope, "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
a { color: inherit; }
svg { display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; border-radius: 20px; background: var(--ink); color: #fff; transform: translateY(-150%); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; padding: 22px 0; }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink); font-weight: 700; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand strong { color: var(--primary); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: var(--primary); background: linear-gradient(145deg, #ece8ff, #def9f2); box-shadow: 0 8px 18px rgba(114, 89, 232, .14); }
.brand-mark svg { width: 24px; height: 24px; }
.header-inner > .button { justify-self: end; }
.back-link { justify-self: start; color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.back-link:hover { color: var(--primary); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; background: var(--primary); color: #fff; font-weight: 750; text-decoration: none; box-shadow: 0 12px 25px rgba(114, 89, 232, .24); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--primary-dark); box-shadow: 0 15px 28px rgba(114, 89, 232, .3); }
.button:focus-visible, .faq-question:focus-visible, a:focus-visible { outline: 3px solid rgba(114, 89, 232, .35); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.65); border-color: #deddea; box-shadow: none; }
.button-ghost:hover { background: #fff; box-shadow: var(--soft-shadow); }

.hero { position: relative; overflow: hidden; padding-top: 62px; padding-bottom: 72px; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(8px); }
.hero::before { width: 520px; height: 520px; left: -230px; top: 0; background: radial-gradient(circle, rgba(157,224,208,.34), rgba(157,224,208,0) 70%); }
.hero::after { width: 600px; height: 600px; right: -240px; top: -80px; background: radial-gradient(circle, rgba(175,160,255,.34), rgba(175,160,255,0) 70%); }
.hero-inner { text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border: 1px solid rgba(114,89,232,.12); border-radius: 999px; background: rgba(255,255,255,.8); color: var(--primary-dark); font-size: 13px; font-weight: 800; letter-spacing: .025em; box-shadow: 0 6px 20px rgba(55,47,105,.05); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(104,217,189,.18); }
.hero h1 { margin: 25px auto 20px; max-width: 920px; font-size: clamp(49px, 7.2vw, 86px); line-height: .99; letter-spacing: -.064em; }
.hero h1 span { color: var(--primary); }
.hero-copy { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.microcopy { margin: 15px 0 0; color: #8189a0; font-size: 12px; font-weight: 650; }

.preview-shell { position: relative; margin: 58px auto 0; max-width: 1060px; overflow: hidden; border: 8px solid rgba(255,255,255,.88); border-radius: 31px; background: #fff; box-shadow: 0 35px 80px rgba(67,55,132,.18), 0 0 0 1px rgba(88,72,170,.08); text-align: left; }
.browser-bar { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid #ececf3; background: #fbfbfd; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 9px; height: 9px; border-radius: 50%; background: #dcddea; }
.browser-dots span:first-child { background: #ffadad; }
.browser-dots span:nth-child(2) { background: #ffd890; }
.browser-dots span:last-child { background: #8de2c8; }
.browser-address { min-width: 260px; padding: 7px 22px; border-radius: 999px; background: #f0f1f6; color: #9298aa; font-size: 11px; text-align: center; }
.browser-pill { justify-self: end; padding: 5px 11px; border-radius: 99px; background: var(--lavender); color: var(--primary); font-size: 10px; font-weight: 800; }
.preview-body { min-height: 470px; display: grid; grid-template-columns: 165px 1fr; background: #f7f8fc; }
.preview-sidebar { display: flex; flex-direction: column; gap: 19px; padding: 28px 24px; border-right: 1px solid #ebebf2; background: #fff; }
.mini-logo { width: 37px; height: 37px; margin-bottom: 15px; border-radius: 12px; background: linear-gradient(145deg, var(--primary), #a693ff); }
.side-line { width: 90px; height: 9px; border-radius: 9px; background: #e6e7ef; }
.side-line.short { width: 62px; }
.side-line.active { height: 34px; width: 115px; margin-left: -10px; background: var(--lavender); }
.preview-main { padding: 34px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.preview-heading > div { display: flex; flex-direction: column; }
.ui-kicker { color: #9299aa; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.preview-heading strong { margin-top: 3px; font-size: 22px; }
.ui-chip, .soft-label { padding: 7px 12px; border-radius: 99px; color: #328b73; background: #e3f8f1; font-size: 10px; font-weight: 800; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(200px, .8fr); gap: 20px; }
.facade-card, .metric-card, .progress-card { border: 1px solid #ebebf2; border-radius: 20px; background: #fff; box-shadow: 0 8px 25px rgba(56,49,99,.045); }
.facade-card { padding: 20px; }
.facade-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; }
.building-diagram { position: relative; width: min(360px, 90%); height: 270px; margin: 28px auto 0; border: 3px solid #d8d4f5; border-bottom: 0; border-radius: 16px 16px 0 0; background: linear-gradient(180deg, #faf9ff, #f0edff); }
.roof-line { position: absolute; top: -11px; left: 10%; width: 80%; height: 8px; border-radius: 8px; background: var(--primary); }
.window-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px 31px; padding: 32px 35px; }
.window-grid span { height: 39px; border: 4px solid #fff; border-radius: 6px; background: #bfe8e2; box-shadow: 0 0 0 1px #a9ddd4; }
.balcony-line { position: absolute; left: 6%; width: 88%; height: 6px; border-radius: 8px; background: #9d8ff0; opacity: .75; }
.balcony-line.one { top: 92px; }.balcony-line.two { top: 165px; }.balcony-line.three { top: 238px; }
.metric-stack { display: flex; flex-direction: column; gap: 16px; }
.metric-card { min-height: 91px; display: flex; align-items: center; gap: 14px; padding: 18px; }
.metric-card.mint { background: linear-gradient(135deg, #fff, #e9faf5); }
.metric-card.violet { background: linear-gradient(135deg, #fff, #f0edff); }
.metric-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: #fff; color: var(--primary); font-weight: 900; box-shadow: 0 5px 15px rgba(68,58,120,.08); }
.metric-card div { display: flex; flex-direction: column; }
.metric-card small { color: #8c94a7; font-size: 9px; text-transform: uppercase; }
.metric-card strong { font-size: 14px; }
.progress-card { padding: 20px; }
.progress-label { display: flex; justify-content: space-between; color: #777f94; font-size: 10px; }
.progress-label strong { color: var(--ink); }
.progress-track { height: 8px; margin-top: 14px; overflow: hidden; border-radius: 10px; background: #ececf3; }
.progress-track span { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), var(--mint)); }

.trust-strip { padding: 28px 0; border-block: 1px solid rgba(226,226,236,.9); background: rgba(255,255,255,.65); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #8c92a5; font-size: 12px; font-weight: 850; letter-spacing: .065em; }
.trust-label { color: #b0b4c2; font-weight: 650; letter-spacing: 0; text-transform: none; }

.section-heading { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .faq-intro h2, .cta-banner h2, .privacy-hero h1 { margin: 20px 0 15px; font-size: clamp(36px, 4.8vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.section-heading.compact { margin-bottom: 55px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(232,233,242,.9); border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: var(--soft-shadow); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon-box { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 17px; color: var(--primary); }
.icon-box svg, .step-icon svg, .privacy-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lavender { background: var(--lavender); }.mint { background: #e4f9f2; }.peach { background: var(--peach); }.sky { background: var(--sky); }.rose { background: var(--rose); }.lime { background: var(--lime); }
.feature-card h3 { margin: 22px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.feature-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.feature-card a { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; color: var(--primary); font-size: 13px; font-weight: 800; text-decoration: none; }
.feature-card a:hover { gap: 12px; }

.process-section { background: linear-gradient(180deg, rgba(244,241,255,.65), rgba(237,250,247,.6)); }
.steps-row { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr; align-items: start; }
.step-card { text-align: center; }
.step-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 20px; border: 8px solid rgba(255,255,255,.9); border-radius: 22px; background: var(--lavender); color: var(--primary); box-shadow: var(--soft-shadow); }
.step-card:nth-of-type(2) .step-icon { background: #e5f9f3; color: #348f79; }
.step-card:nth-of-type(3) .step-icon { background: var(--peach); color: #d18741; }
.step-card:nth-of-type(4) .step-icon { background: var(--sky); color: #5189bc; }
.step-card h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.step-connector { height: 1px; margin-top: 33px; background: repeating-linear-gradient(90deg, #c9c5e7 0 5px, transparent 5px 10px); }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 35px; }
.faq-intro h2 { font-size: clamp(36px, 4vw, 52px); }
.faq-intro > p { color: var(--muted); font-size: 17px; }
.help-card { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding: 17px; border: 1px solid #e9e8f4; border-radius: 20px; background: #fff; box-shadow: var(--soft-shadow); }
.help-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: var(--lavender); color: var(--primary); font-weight: 900; }
.help-card div { display: flex; flex-direction: column; }
.help-card strong { font-size: 13px; }.help-card a { color: var(--primary); font-size: 12px; font-weight: 750; text-decoration: none; }
.accordion { display: flex; flex-direction: column; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid #e8e8f1; border-radius: 22px; background: #fff; box-shadow: 0 8px 24px rgba(58,50,102,.045); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 24px; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; font-weight: 780; }
.faq-toggle { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; background: var(--lavender); }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; border-radius: 2px; background: var(--primary); transition: transform .25s ease; }
.faq-toggle::after { transform: rotate(90deg); }
.faq-question[aria-expanded="true"] .faq-toggle::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 65px 24px 24px; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.cta-section { padding-top: 45px; }
.cta-banner { position: relative; overflow: hidden; padding: 72px 30px; border-radius: 40px; background: linear-gradient(135deg, #5f47dc, #806cf0 55%, #57bca9); color: #fff; text-align: center; box-shadow: 0 28px 60px rgba(89,70,200,.28); }
.cta-banner > *:not(.cta-decoration) { position: relative; z-index: 1; }
.cta-decoration { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.cta-decoration-one { width: 360px; height: 360px; left: -150px; bottom: -190px; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.cta-decoration-two { width: 280px; height: 280px; right: -80px; top: -150px; box-shadow: 0 0 0 45px rgba(255,255,255,.04); }
.eyebrow.light { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.13); color: #fff; box-shadow: none; }
.cta-banner h2 { margin-top: 23px; font-size: clamp(38px, 5vw, 60px); }
.cta-banner > p { max-width: 640px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: 17px; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-white { background: #fff; color: var(--primary-dark); box-shadow: none; }
.button-white:hover { background: #f7f5ff; color: var(--primary-dark); }
.button-translucent { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); box-shadow: none; }
.button-translucent:hover { background: rgba(255,255,255,.2); }
.cta-contact { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 30px; margin-top: 25px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 650; }

.site-footer { padding: 75px 0 25px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.brand-left { justify-content: flex-start; }
.footer-brand p { max-width: 300px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column h3 { margin: 7px 0 8px; font-size: 13px; }
.footer-column a, .footer-column address { color: var(--muted); font-size: 13px; font-style: normal; text-decoration: none; }
.footer-column a:hover { color: var(--primary); }
.social-links { display: flex; flex-direction: column; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line); color: #969bac; font-size: 12px; }
.footer-bottom a { color: var(--muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--primary); }
.simple-footer { padding-top: 15px; }

.privacy-main { padding: 65px 0 105px; }
.privacy-container { max-width: 1060px; }
.privacy-hero { max-width: 760px; margin: 0 auto 65px; text-align: center; }
.privacy-hero p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.updated { display: inline-block; margin-top: 20px; color: #9399aa; font-size: 12px; font-weight: 650; }
.privacy-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 55px; align-items: start; }
.privacy-nav { position: sticky; top: 25px; display: flex; flex-direction: column; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.85); box-shadow: var(--soft-shadow); }
.privacy-nav strong { margin-bottom: 7px; font-size: 13px; }
.privacy-nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.privacy-nav a:hover { color: var(--primary); }
.privacy-content { display: flex; flex-direction: column; gap: 16px; }
.privacy-content section { position: relative; padding: 31px 32px 28px 88px; scroll-margin-top: 25px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--soft-shadow); }
.privacy-icon { position: absolute; top: 30px; left: 27px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--lavender); color: var(--primary); }
.privacy-content h2 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.025em; }
.privacy-content p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.privacy-content p:last-child { margin-bottom: 0; }
.privacy-content a { color: var(--primary); font-weight: 700; }

@media (max-width: 950px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-row { grid-template-columns: repeat(2, 1fr); gap: 35px 24px; }
  .step-connector { display: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; max-width: 700px; text-align: center; margin-inline: auto; }
  .help-card { max-width: 350px; margin-inline: auto; text-align: left; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .preview-body { grid-template-columns: 110px 1fr; }
  .preview-sidebar { padding-inline: 17px; }
  .side-line { width: 65px; }.side-line.active { width: 80px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-spacer, .back-link { display: none; }
  .brand { justify-content: flex-start; font-size: 14px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px; }
  .header-inner > .button { font-size: 0; width: 42px; min-height: 42px; padding: 0; }
  .header-inner > .button::after { content: "☎"; font-size: 17px; }
  .hero { padding-top: 38px; }
  .hero h1 { font-size: clamp(46px, 14vw, 67px); }
  .hero-copy { font-size: 17px; }
  .preview-shell { margin-top: 42px; border-width: 5px; border-radius: 23px; }
  .browser-bar { grid-template-columns: 1fr auto; }
  .browser-address { display: none; }
  .preview-body { min-height: auto; grid-template-columns: 1fr; }
  .preview-sidebar { display: none; }
  .preview-main { padding: 21px; }
  .preview-heading strong { font-size: 17px; }
  .ui-chip { display: none; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .building-diagram { height: 235px; }
  .window-grid { gap: 20px; padding: 28px; }
  .balcony-line.one { top: 82px; }.balcony-line.two { top: 145px; }.balcony-line.three { top: 208px; }
  .metric-stack { display: grid; grid-template-columns: 1fr 1fr; }
  .progress-card { grid-column: 1 / -1; }
  .metric-card { padding: 12px; }
  .trust-inner { justify-content: center; flex-wrap: wrap; gap: 12px 22px; }
  .trust-label { flex-basis: 100%; text-align: center; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 275px; }
  .steps-row { grid-template-columns: 1fr; gap: 40px; }
  .step-card { max-width: 430px; margin-inline: auto; }
  .faq-question { padding: 19px; font-size: 14px; }
  .faq-answer p { padding: 0 50px 20px 19px; }
  .cta-section { padding-top: 25px; }
  .cta-banner { padding: 58px 20px; border-radius: 30px; }
  .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; margin-top: 38px; }
  .privacy-main { padding-top: 40px; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-nav { display: none; }
  .privacy-content section { padding: 78px 23px 25px; }
  .privacy-icon { top: 22px; left: 22px; }
}

@media (max-width: 420px) {
  .hero-actions .button { width: 100%; }
  .microcopy { padding-inline: 10px; }
  .metric-stack { grid-template-columns: 1fr; }
  .progress-card { grid-column: auto; }
  .metric-card.violet { display: none; }
  .building-diagram { width: 100%; }
  .window-grid { gap: 18px 14px; padding-inline: 20px; }
}

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