:root {
    --navy: #10233f;
    --navy-deep: #0b1a30;
    --ink: #162333;
    --muted: #687485;
    --line: #dde3e6;
    --paper: #f8f8f5;
    --blue-pale: #e9f2f4;
    --sky: #c8e0e6;
    --coral: #fb7358;
    --coral-dark: #ea6249;
    --green: #2d8e76;
    --white: #fff;
    --shadow: 0 24px 55px rgba(16, 35, 63, .12);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.55 "DM Sans", Arial, sans-serif; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(42px, 5.4vw, 74px); }
h2 { font-size: clamp(33px, 4vw, 55px); }
h3 { font-size: 21px; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #557080; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.eyebrow--light { color: #c3d0df; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading--split { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; }
.section-heading--split > p { max-width: 340px; margin: 0 0 4px; color: var(--muted); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered h2 { margin-inline: auto; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; color: var(--white); background: var(--navy); font-weight: 700; text-decoration: none; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(16, 35, 63, .16); }
.button--coral { background: var(--coral); }
.button--coral:hover { background: var(--coral-dark); }
.button--dark { background: var(--navy); }
.button--ghost { border-color: rgba(255,255,255,.4); background: transparent; }
.button--ghost:hover { background: rgba(255,255,255,.1); }
.button--nav { min-height: 44px; padding: 10px 16px; font-size: 14px; }
.button--full { width: 100%; }
.text-link { color: var(--navy); font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--coral); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(16,35,63,.08); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-text { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-title { font: 800 24px/1 "Manrope", sans-serif; letter-spacing: -.05em; color: var(--navy); }
.brand-dot { color: #0066FF; }
.brand-subtitle { font: 700 7.5px/1 "Manrope", sans-serif; letter-spacing: 0.08em; color: #475569; text-transform: uppercase; margin-top: 3px; white-space: nowrap; }
.brand-mark { display: grid; width: 26px; height: 27px; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 2px; padding: 4px 2px; border-radius: 7px; background: var(--navy); }
.brand-mark i { display: block; border-radius: 2px; background: #d9edf0; }
.brand-mark i:nth-child(1) { height: 35%; }.brand-mark i:nth-child(2) { height: 64%; }.brand-mark i:nth-child(3) { height: 100%; background: var(--coral); }
.main-nav { display: flex; gap: 27px; margin-left: auto; }
.main-nav a { color: #526070; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s; }
.main-nav a:hover { color: var(--coral); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 8px; background: #eef2f4; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 160px 0 90px; color: var(--white); background: var(--navy); }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 10% 110%, rgba(130, 207, 213, .2), transparent 33%), linear-gradient(112deg, rgba(16,35,63,.98) 30%, rgba(16,35,63,.73) 70%, rgba(16,35,63,.44)); content: ""; z-index: 1; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.hero-copy { padding: 25px 0; }
.hero h1 { max-width: 780px; margin-bottom: 27px; }
.hero h1 em { font-style: normal; color: #9ad8dc; }
.hero-lead { max-width: 580px; margin-bottom: 33px; color: #d6e0e8; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 50px; }
.hero-assurances { display: flex; max-width: 580px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-assurances > div { display: flex; flex: 1; gap: 10px; padding: 17px 15px 0 0; font-size: 12px; color: #b8c8d6; line-height: 1.35; }
.hero-assurances b { color: #9ad8dc; font-family: Manrope, sans-serif; }
.hero-visual { position: relative; min-height: 530px; }
.hero-photo { position: absolute; width: 100%; height: 100%; object-fit: cover; border-radius: 24px; box-shadow: 25px 30px 0 rgba(118,179,185,.18); }
.dashboard-float { position: absolute; right: -27px; bottom: 32px; width: min(330px, 70%); padding: 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 20px 42px rgba(4,13,26,.25); backdrop-filter: blur(9px); }
.dash-top { display: flex; align-items: center; gap: 7px; color: #778392; font-size: 11px; font-weight: 700; }.dash-top i { margin-left: auto; color: #9da6ae; letter-spacing: 1px; }.dash-logo { display:grid; place-items:center; width:21px; height:21px; border-radius:6px; color:#fff; background:var(--navy); font-weight:800; }
.dash-income { display: grid; margin: 17px 0 14px; }.dash-income small { color:#768291; font-size:10px; }.dash-income strong { font: 800 27px/1.25 Manrope,sans-serif; letter-spacing: -.06em; }.dash-income span { color: var(--green); font-size: 10px; font-weight: 700; }
.dash-bars { display:flex; height:52px; align-items:end; gap:6px; padding-bottom:5px; border-bottom:1px solid #e6e9eb; }.dash-bars i { flex:1; border-radius:3px 3px 1px 1px; background:#b9dbe0; }.dash-bars i:nth-child(1){height:40%}.dash-bars i:nth-child(2){height:58%}.dash-bars i:nth-child(3){height:44%}.dash-bars i:nth-child(4){height:75%}.dash-bars i:nth-child(5){height:60%}.dash-bars i:nth-child(6){height:92%;background:var(--coral)}.dash-bars i:nth-child(7){height:78%}
.dash-booking { display:flex; align-items:center; gap:9px; margin-top:13px; }.avatar { display:grid; place-items:center; flex:0 0 28px; width:28px;height:28px;border-radius:50%;color:#815640;background:#f1d4bd;font-size:11px;font-weight:700; }.dash-booking p { display:grid; margin:0; line-height:1.25; }.dash-booking p b { font-size:11px; }.dash-booking p small { color:#778392; font-size:9px; }.dash-booking strong { margin-left:auto;font-size:11px; }
.trust-chip { position: absolute; left: -34px; top: 55px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 10px; color: var(--ink); background: #fff; box-shadow: var(--shadow); font-size: 11px; line-height: 1.25; }.chip-check { display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#fff;background:var(--green);font-weight:700; }
.intro-band { background: #dff0f1; }.intro-band__inner { display:flex; justify-content:space-between; gap:35px; padding:24px 0; align-items:center; }.intro-band p { max-width: 860px; margin:0; font:600 18px/1.45 Manrope,sans-serif; letter-spacing:-.02em; }.intro-band a { flex:none; color:var(--navy); font-weight:700; text-decoration:none; }.intro-band a span { color:var(--coral); }

.calculator-section { background: var(--paper); }.income-calculator { display:grid; grid-template-columns: .9fr 1.1fr; overflow:hidden; border:1px solid #e2e5e4; border-radius:22px; background:#fff; box-shadow: var(--shadow); }.calc-fields { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:40px; }.calc-fields label { display:grid; gap:9px; color:#4d5a69; font-size:13px; font-weight:700; }.calc-fields label:nth-child(3), .calc-fields .field-wide { grid-column:1/-1; }.calc-fields input, .calc-fields select, .inline-lead input, .contact-form input { width:100%; height:51px; padding:0 14px; border:1px solid #d7dee2; border-radius:8px; outline:0; color:var(--ink); background:#fff; transition:border-color .2s,box-shadow .2s; }.calc-fields input:focus, .calc-fields select:focus, .inline-lead input:focus, .contact-form input:focus { border-color: #78afb6; box-shadow:0 0 0 3px rgba(120,175,182,.16); }.calc-result { padding:40px; color:#fff; background:var(--navy); }.result-title { display:flex; gap:12px; align-items:start; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.16); }.result-title p { margin:0; font:700 17px/1.25 Manrope,sans-serif; letter-spacing:-.03em; }.result-title small { color:#aebfce;font:400 11px/1.3 "DM Sans",sans-serif;letter-spacing:0; }.result-spark { display:grid;place-items:center;width:27px;height:27px;border-radius:8px;color:var(--navy);background:#9bd8dc; }.income-row { display:flex; justify-content:space-between; align-items:center; padding:16px 0; color:#b9c7d4; font-size:14px; }.income-row strong { color:#fff; font:700 22px Manrope,sans-serif;letter-spacing:-.05em; }.income-row--featured { margin:0 -12px; padding:16px 12px; border-radius:8px; color:#fff; background:rgba(255,255,255,.1); }.income-row--featured strong { color:#9cdcdf; }.income-total { display:flex;justify-content:space-between;align-items:end;margin:18px 0 25px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16); }.income-total span{font-size:13px;color:#bdcad5}.income-total strong{color:var(--coral);font:800 28px Manrope,sans-serif;letter-spacing:-.06em;}.calc-result .button{margin-bottom:11px}.calc-note{display:block;color:#9eafbe;font-size:10px;line-height:1.35;text-align:center}.micro-proof { display:flex;align-items:center;justify-content:center;gap:9px;margin-top:22px;color:#647482;font-size:13px;text-align:center;}.micro-proof span{color:var(--coral);}

.compare-section { background:#fff; }.comparison-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;}.comparison-head{display:grid;grid-template-columns:1fr 1fr;padding:15px 27px;color:#6f7b87;background:#f4f6f6;font-size:13px;font-weight:700;}.comparison-head b{color:var(--navy)}.comparison-row{display:grid;grid-template-columns:25px 1fr 40px 1fr;align-items:center;gap:13px;padding:19px 27px;border-top:1px solid var(--line);}.comparison-row:nth-child(odd){background:#fbfcfc}.comparison-row span:nth-child(2){color:#6f7b87}.comparison-row strong{color:var(--navy);font-size:14px}.compare-icon{color:#bdc6cb}.compare-arrow{color:var(--coral);font-size:20px;}

.control-section { color:#fff;background:var(--navy); }.control-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:75px;align-items:center}.control-copy h2{margin-bottom:22px}.control-copy>p:not(.eyebrow){max-width:500px;color:#bfccda;font-size:17px}.check-list{padding:0;list-style:none}.check-list li{position:relative;padding:8px 0 8px 25px}.check-list li::before{position:absolute;left:0;top:10px;content:"✓";color:#9bd8dc;font-weight:700}.check-list--light{margin:27px 0 31px;color:#e0e8ee;font-size:14px}.control-ui{position:relative}.app-shell{display:grid;grid-template-columns:120px 1fr;min-height:418px;overflow:hidden;border:8px solid #e9f1f3;border-radius:22px;color:var(--ink);background:#fff;box-shadow:18px 20px 0 rgba(121,186,192,.18)}.app-sidebar{display:flex;flex-direction:column;gap:12px;padding:19px 12px;color:#83909d;background:#f5f7f8;font-size:10px;font-weight:600}.app-brand{margin-bottom:18px;color:var(--navy);font:800 16px Manrope,sans-serif;letter-spacing:-.06em}.app-brand span{display:inline-grid;place-items:center;width:17px;height:17px;margin-right:4px;border-radius:5px;color:#fff;background:var(--navy);font-size:11px}.app-sidebar .side-active{margin:0 -6px;padding:8px 6px;border-radius:6px;color:var(--navy);background:#dceef0}.app-main{padding:23px 25px}.app-main-top{display:flex;justify-content:space-between;align-items:center}.app-main-top div{display:grid}.app-main-top small{color:#87939d;font-size:10px}.app-main-top b{font:700 16px Manrope,sans-serif;letter-spacing:-.04em}.profile-dot{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;color:#fff;background:#d98369;font-size:11px;font-weight:700}.app-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.app-metrics>div{display:grid;gap:2px;padding:13px;border:1px solid #e8edef;border-radius:9px}.app-metrics small{color:#86929e;font-size:9px}.app-metrics b{font:800 19px Manrope,sans-serif;letter-spacing:-.06em}.app-metrics em{color:var(--green);font-size:9px;font-style:normal;font-weight:700}.app-calendar{padding:15px;border:1px solid #e7ecee;border-radius:9px}.app-widget-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:10px}.app-widget-title small{color:#89939c}.calendar-days,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-days{margin-bottom:4px;color:#a3abb2;font-size:8px;text-align:center}.calendar-grid i{height:19px;border-radius:4px;background:#f0f2f2}.calendar-grid .booked{background:#b2dbe0}.calendar-grid .booked--coral{background:#f9a995}.calendar-grid .cleaning{background:#d2eadb}.app-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:13px;padding:10px 13px;border-radius:8px;background:#f3f8f7;font-size:10px}.app-bottom div{display:grid}.app-bottom small{color:#778591;font-size:8px}.app-bottom span{color:var(--green);font-weight:700}.control-bubble{position:absolute;right:-21px;bottom:-17px;display:flex;gap:8px;align-items:center;padding:11px 13px;border-radius:10px;color:var(--ink);background:#fff;box-shadow:var(--shadow);font-size:10px;line-height:1.2}.control-bubble>span{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;color:#fff;background:var(--green)}.control-bubble p{display:grid;margin:0}.control-bubble small{color:#7a8691}

.board-section{background:var(--paper)}.boards-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:18px}.board-panel{min-width:0;padding:24px;border:1px solid #e0e7e8;border-radius:15px;background:#fff}.panel-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:24px}.panel-top h3{margin:2px 0 0;font-size:19px}.panel-kicker{color:#84919a;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.panel-badge{padding:5px 8px;border-radius:5px;color:#71808c;background:#eef2f3;font-size:9px;font-weight:700}.panel-badge--green{color:#28765f;background:#e3f3eb}.timeline-head{display:grid;grid-template-columns:1.4fr repeat(7,1fr);gap:5px;margin-bottom:9px;color:#9ba6ae;font-size:9px;text-align:center}.timeline-head span{text-align:left}.booking-line{display:grid;grid-template-columns:1.4fr repeat(7,1fr);gap:5px;align-items:center;height:37px;border-top:1px solid #eef0f1}.booking-line>span{color:#5c6975;font-size:9px}.booking-line b{grid-column:calc(var(--start) + 2)/span var(--span);overflow:hidden;padding:5px 6px;border-radius:4px;white-space:nowrap;color:#1b4950;font-size:8px}.bar-blue{background:#c8e8ec}.bar-coral{background:#fcd2c7;color:#8f4034!important}.bar-navy{background:#d6dfeb;color:#33455c!important}.bar-second{grid-row:1}.board-legend{display:flex;flex-wrap:wrap;gap:9px;margin-top:17px;color:#8a969e;font-size:9px}.board-legend span{display:flex;align-items:center;gap:4px}.board-legend i{width:7px;height:7px;border-radius:2px}.legend-blue{background:#c8e8ec}.legend-coral{background:#fcd2c7}.report-figure{display:grid;gap:2px;margin-bottom:25px}.report-figure strong{font:800 28px Manrope,sans-serif;letter-spacing:-.06em}.report-figure span{color:var(--green);font-size:10px;font-weight:700}.dots{color:#a7afb5;letter-spacing:2px}.chart-bars{display:flex;align-items:end;height:122px;gap:11px;padding:0 4px;border-bottom:1px solid #e8ebeb}.chart-bars i{flex:1;border-radius:5px 5px 1px 1px;background:#b5dce0}.chart-bars i:nth-child(6){background:var(--coral)}.chart-labels{display:flex;justify-content:space-between;margin-top:7px;color:#a5adb3;font-size:8px}.clean-person{display:flex;align-items:center;gap:9px;padding-bottom:16px;border-bottom:1px solid #eceff0}.clean-person>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;color:#fff;background:#6f9fa6;font-size:11px;font-weight:700}.clean-person p{display:grid;flex:1;margin:0;font-size:10px;line-height:1.25}.clean-person small{color:#8d98a1;font-size:8px}.clean-person i{color:#88949d;font-size:9px;font-style:normal}.clean-tasks{display:grid;gap:9px;margin:17px 0}.clean-tasks p{display:flex;gap:7px;margin:0;color:#64717c;font-size:10px}.clean-tasks span{color:var(--green);font-weight:700}.cleaning-panel>a{color:var(--navy);font-size:10px;font-weight:700;text-decoration:none}.cleaning-panel>a span{color:var(--coral)}.form-cta{display:flex;justify-content:space-between;align-items:center;gap:35px;margin-top:32px;padding:26px 30px;border-radius:15px}.form-cta--pale{background:#dceff1}.form-cta--dark{color:#fff;background:var(--navy)}.form-cta .eyebrow{margin-bottom:6px;font-size:9px}.form-cta h3{max-width:530px;margin:0;font-size:21px}.inline-lead{display:grid;grid-template-columns:150px 170px auto;gap:8px;min-width:500px}.inline-lead input{height:48px;border-color:transparent;font-size:13px}.inline-lead .button{min-height:48px;white-space:nowrap;font-size:13px}.inline-lead--dark input{border-color:rgba(255,255,255,.15);color:#fff;background:rgba(255,255,255,.09)}.inline-lead--dark input::placeholder{color:#b9c5d1}

.lock-section{background:#fff}.lock-grid{display:grid;grid-template-columns:.85fr 1fr;gap:85px;align-items:center}.lock-photo-wrap{position:relative;height:580px}.lock-photo-wrap img{width:100%;height:100%;object-fit:cover;border-radius:18px}.photo-note{position:absolute;left:18px;bottom:18px;padding:9px 12px;border-radius:7px;color:var(--navy);background:rgba(255,255,255,.92);font-size:11px;font-weight:700}.lock-copy>p:not(.eyebrow){max-width:550px;color:var(--muted);font-size:17px}.lock-steps{display:grid;gap:0;margin:30px 0 27px;padding:0;list-style:none}.lock-steps li{display:flex;gap:14px;align-items:center;padding:13px 0;border-top:1px solid var(--line)}.lock-steps li:last-child{border-bottom:1px solid var(--line)}.lock-steps>li>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;color:#52727d;background:#e7f3f4;font-size:11px;font-weight:800}.lock-steps div{display:grid;gap:2px}.lock-steps b{font-size:14px}.lock-steps small{color:#71808b;font-size:12px}.remote-section{padding:0 0 112px;background:#fff}.remote-card{display:grid;grid-template-columns:1fr .98fr;overflow:hidden;border-radius:20px;color:#fff;background:var(--navy)}.remote-photo{min-height:475px}.remote-photo img{width:100%;height:100%;object-fit:cover}.remote-copy{align-self:center;padding:55px 64px}.remote-copy h2{margin-bottom:22px}.remote-copy>p:not(.eyebrow){color:#c0cfda;font-size:17px}.remote-cities{display:flex;flex-wrap:wrap;gap:7px;margin:25px 0 30px}.remote-cities span{padding:7px 9px;border:1px solid rgba(255,255,255,.2);border-radius:20px;color:#b8c7d5;font-size:11px}.remote-cities span:last-child{border-color:transparent;color:#9bd8dc}

.objects-section{background:var(--paper)}.objects-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.object-card{overflow:hidden;border:1px solid #e1e5e6;border-radius:12px;background:#fff;transition:transform .2s,box-shadow .2s}.object-card:hover{transform:translateY(-4px);box-shadow:0 12px 27px rgba(16,35,63,.1)}.object-card>img{display:block;width:100%;height:150px;object-fit:cover}.object-card>div{padding:14px}.object-card span{color:#7a8791;font-size:10px}.object-card h3{margin:3px 0 14px;font-size:15px;letter-spacing:-.04em}.object-card dl{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0}.object-card dl div:last-child{grid-column:1/-1}.object-card dt{color:#8d989e;font-size:9px}.object-card dd{margin:1px 0 0;color:var(--navy);font-size:11px;font-weight:700}.object-card dl div:nth-child(2) dd{color:var(--green)}.objects-disclaimer{margin:16px 0 0;color:#82909a;font-size:11px}.video-section{background:#fff}.video-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.video-grid>div>p:not(.eyebrow){max-width:420px;color:var(--muted);font-size:17px}.video-card{position:relative;display:block;height:340px;overflow:hidden;border-radius:18px;color:#fff;text-decoration:none;box-shadow:var(--shadow)}.video-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.video-card:hover img{transform:scale(1.04)}.video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(4,15,30,.74))}.video-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:65px;height:65px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(16,35,63,.58);transform:translate(-50%,-50%);padding-left:4px;font-size:19px}.video-caption{position:absolute;left:23px;right:23px;bottom:19px;display:grid;line-height:1.2}.video-caption b{font:700 18px Manrope,sans-serif;letter-spacing:-.04em}.video-caption small{margin-top:4px;color:#d2dee4;font-size:11px}.process-section{background:#e7f2f2}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process-grid article{position:relative;padding-right:22px}.process-grid article:not(:last-child)::after{position:absolute;right:0;top:9px;width:1px;height:calc(100% - 9px);background:rgba(16,35,63,.16);content:""}.process-grid span{display:block;margin-bottom:24px;color:var(--coral);font:800 38px Manrope,sans-serif;letter-spacing:-.08em}.process-grid h3{margin-bottom:9px;font-size:19px}.process-grid p{color:#657480;font-size:14px}.trust-section{background:#fff}.trust-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.trust-grid>div:first-child>p:not(.eyebrow){max-width:420px;color:var(--muted);font-size:17px}.trust-grid .button{margin-top:15px}.trust-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.trust-cards article{display:flex;gap:13px;padding:20px;border:1px solid var(--line);border-radius:12px}.trust-icon{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:8px;color:var(--navy);background:#dfeff0;font-size:18px}.trust-cards h3{margin:1px 0 6px;font-size:15px;letter-spacing:-.03em}.trust-cards p{margin:0;color:#74818c;font-size:12px;line-height:1.45}

.faq-section{background:var(--paper)}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:95px;align-items:start}.faq-layout>div:first-child>p:not(.eyebrow){color:var(--muted);font-size:16px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:21px 0;border:0;color:var(--navy);background:transparent;text-align:left;font:700 16px/1.3 Manrope,sans-serif;letter-spacing:-.03em}.faq-question span{flex:0 0 30px;color:var(--coral);font:400 27px/1 sans-serif;transition:transform .2s}.faq-item.is-open .faq-question span{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.faq-answer p{overflow:hidden;margin:0;color:#687580;font-size:14px}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer p{padding:0 35px 21px 0}.contact-section{padding:0 0 88px;background:var(--paper)}.contact-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding:55px 60px;border-radius:20px;color:#fff;background:var(--navy);box-shadow:var(--shadow)}.contact-card h2{margin-bottom:18px}.contact-card>div>p:not(.eyebrow){max-width:430px;color:#c2cfdb;font-size:17px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:center}.contact-form input{border-color:rgba(255,255,255,.16);color:#fff;background:rgba(255,255,255,.08)}.contact-form input::placeholder{color:#bdc8d2}.contact-form input[name="email"]{grid-column:1/-1}.contact-form .button{grid-column:1/-1;margin-top:6px}.contact-form small{color:#91a3b3;font-size:10px;text-align:center}.site-footer{padding:35px 0;color:#8d99a2;background:#0b1a30}.footer-inner{display:grid;grid-template-columns:1.2fr 1.5fr auto auto;gap:30px;align-items:center}.brand--footer{color:#fff}.footer-inner>p{margin:0;font-size:12px}.footer-inner>div{display:flex;gap:15px}.footer-inner a{font-size:12px;text-decoration:none}.footer-inner a:hover{color:#fff}.footer-inner small{font-size:11px;white-space:nowrap}

.modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;background:rgba(4,13,25,.62);transition:opacity .22s,visibility .22s}.modal.is-visible{visibility:visible;opacity:1}.modal-dialog{position:relative;width:min(430px,100%);padding:40px;border-radius:17px;text-align:center;background:#fff;box-shadow:var(--shadow);transform:translateY(15px);transition:transform .22s}.modal.is-visible .modal-dialog{transform:none}.modal-close{position:absolute;right:13px;top:10px;border:0;color:#70808d;background:transparent;font-size:29px}.modal-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 16px;border-radius:50%;color:#fff;background:var(--green);font-size:21px;font-weight:700}.modal-dialog h2{font-size:29px}.modal-dialog p{color:var(--muted)}.modal-dialog .button{margin-top:9px;width:100%}

@media (max-width: 1050px){.main-nav{gap:17px}.hero-grid{gap:35px}.hero-visual{min-height:465px}.objects-grid{grid-template-columns:repeat(3,1fr)}.boards-grid{grid-template-columns:1fr 1fr}.board-panel--calendar{grid-column:1/-1}.lock-grid,.trust-grid{gap:55px}.inline-lead{grid-template-columns:1fr 1fr;min-width:390px}.inline-lead .button{grid-column:1/-1}.footer-inner{grid-template-columns:1fr 1fr}.footer-inner>div{justify-content:flex-end}}
@media (max-width: 760px){.container{width:min(100% - 34px,1200px)}.section{padding:74px 0}.site-header .button--nav{display:none}.menu-toggle{display:block}.main-nav{position:absolute;top:76px;left:0;right:0;display:none;flex-direction:column;gap:0;padding:8px 17px 18px;border-bottom:1px solid var(--line);background:#fff}.main-nav.is-open{display:flex}.main-nav a{padding:13px 0}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.hero{padding:123px 0 56px}.hero-grid,.control-grid,.lock-grid,.remote-card,.video-grid,.trust-grid,.faq-layout,.contact-card{grid-template-columns:1fr;gap:38px}.hero-copy{padding:0}.hero-lead{font-size:17px}.hero-assurances{margin-bottom:2px}.hero-assurances>div{font-size:10px}.hero-visual{min-height:355px}.dashboard-float{right:8px;bottom:13px;width:72%;padding:14px}.trust-chip{left:8px;top:18px}.intro-band__inner{align-items:start;flex-direction:column;gap:9px;padding:19px 0}.intro-band p{font-size:15px}.section-heading--split{display:block}.section-heading--split>p{max-width:600px;margin-top:17px}.income-calculator{grid-template-columns:1fr}.calc-fields,.calc-result{padding:25px}.comparison-head{display:none}.comparison-row{grid-template-columns:18px 1fr;gap:8px;padding:15px}.comparison-row span:nth-child(2){grid-column:2}.comparison-row .compare-arrow{display:none}.comparison-row strong{grid-column:2;padding-top:5px;color:var(--navy)}.control-copy>p:not(.eyebrow),.lock-copy>p:not(.eyebrow),.remote-copy>p:not(.eyebrow),.video-grid>div>p:not(.eyebrow),.trust-grid>div:first-child>p:not(.eyebrow){font-size:16px}.app-shell{grid-template-columns:86px 1fr;border-width:5px}.app-sidebar{padding:13px 8px;font-size:9px}.app-brand{font-size:13px}.app-main{padding:17px 13px}.control-bubble{right:4px}.boards-grid{grid-template-columns:1fr}.board-panel--calendar{grid-column:auto}.form-cta{align-items:stretch;flex-direction:column;padding:22px}.inline-lead{grid-template-columns:1fr;min-width:0}.inline-lead .button{grid-column:auto}.lock-photo-wrap{height:430px}.remote-section{padding-bottom:74px}.remote-photo{min-height:300px}.remote-copy{padding:37px 27px}.objects-grid{grid-template-columns:repeat(2,1fr);gap:10px}.object-card>img{height:120px}.object-card>div{padding:11px}.object-card h3{font-size:14px}.form-cta--dark{margin-top:25px}.video-card{height:260px}.process-grid,.trust-cards{grid-template-columns:1fr 1fr}.process-grid{gap:22px}.process-grid article:nth-child(2)::after{display:none}.process-grid article{padding-right:12px}.process-grid span{margin-bottom:13px;font-size:29px}.process-grid h3{font-size:16px}.process-grid p{font-size:12px}.faq-layout{gap:25px}.contact-card{padding:35px 25px}.footer-inner{grid-template-columns:1fr;gap:18px}.footer-inner>div{justify-content:flex-start;flex-wrap:wrap}.footer-inner small{grid-row:4}.footer-inner>p{font-size:11px}}
@media (max-width: 430px){h1{font-size:39px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-assurances{display:grid;grid-template-columns:1fr 1fr}.hero-assurances>div:last-child{display:none}.hero-visual{min-height:310px}.dashboard-float{width:82%}.calc-fields{grid-template-columns:1fr}.calc-fields .field-wide{grid-column:auto}.income-total{align-items:start;flex-direction:column;gap:4px}.objects-grid{grid-template-columns:1fr}.object-card{display:grid;grid-template-columns:43% 57%}.object-card>img{height:100%}.object-card h3{font-size:16px}.process-grid,.trust-cards{grid-template-columns:1fr}.process-grid article:not(:last-child)::after{display:none}.process-grid article{padding-bottom:10px;border-bottom:1px solid rgba(16,35,63,.15)}.process-grid span{margin-bottom:8px}.trust-cards article{padding:17px}.app-sidebar{display:none}.app-shell{grid-template-columns:1fr}.control-bubble{right:-4px}.calendar-grid i{height:16px}.video-card{height:225px}}

/* Light, connected AirDot atmosphere — blue palette from the original version. */
:root {
    --primary: #2563eb;
    --primary-hover: #1d4ed8;
    --primary-light: #eff6ff;
    --primary-mist: rgba(37, 99, 235, .10);
    --navy: #0f172a;
    --ink: #0f172a;
    --muted: #475569;
    --line: rgba(148, 163, 184, .18);
    --paper: #fff;
    --coral: #2563eb;
    --coral-dark: #1d4ed8;
    --green: #059669;
    --shadow: 0 22px 55px rgba(37, 99, 235, .10);
}

body {
    background:
        radial-gradient(circle at 6% 9%, rgba(219, 234, 254, .78), transparent 24rem),
        radial-gradient(circle at 94% 22%, rgba(224, 242, 254, .7), transparent 29rem),
        #fff;
}

.site-header {
    border-bottom: 1px solid rgba(226, 232, 240, .72);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 8px 26px rgba(15, 23, 42, .025);
    transition: min-height .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .94); box-shadow: 0 10px 28px rgba(15, 23, 42, .07); }
.brand-mark { background: var(--primary); }
.brand-mark i:nth-child(3) { background: #bfdbfe; }
.main-nav a:hover { color: var(--primary); }
.button { background: var(--primary); border-radius: 11px; box-shadow: 0 7px 16px rgba(37, 99, 235, .14); }
.button--coral, .button--dark { background: var(--primary); }
.button:hover, .button--coral:hover, .button--dark:hover { background: var(--primary-hover); box-shadow: 0 13px 26px rgba(37, 99, 235, .22); }

.hero {
    color: var(--ink);
    background:
        radial-gradient(circle at 77% 34%, rgba(191, 219, 254, .8), transparent 25rem),
        radial-gradient(circle at 14% 80%, rgba(224, 242, 254, .9), transparent 24rem),
        linear-gradient(145deg, #fff 0%, #f8fbff 54%, #f0f7ff 100%);
}
.hero::before { z-index: 0; background: radial-gradient(circle at 35% 15%, rgba(255,255,255,.98), rgba(255,255,255,0) 45%); }
.hero::after { position: absolute; z-index: 0; width: 28rem; height: 28rem; right: -13rem; bottom: -13rem; border-radius: 50%; background: rgba(37, 99, 235, .16); filter: blur(10px); content: ""; animation: glow-drift 12s ease-in-out infinite alternate; }
.hero h1 { color: var(--ink); }
.hero h1 em { color: var(--primary); }
.hero-lead { color: var(--muted); }
.hero .eyebrow { color: #526780; }
.hero .eyebrow span { background: var(--primary); box-shadow: 0 0 0 5px rgba(37, 99, 235, .09); }
.hero .button--ghost { color: var(--primary); border-color: rgba(37, 99, 235, .28); background: rgba(255,255,255,.66); box-shadow: none; }
.hero .button--ghost:hover { color: #fff; background: var(--primary); }
.hero-assurances { border-top-color: rgba(37, 99, 235, .16); }
.hero-assurances > div { color: #64748b; }
.hero-assurances b { color: var(--primary); }
.hero-photo { box-shadow: 24px 30px 0 rgba(191, 219, 254, .7), 0 25px 50px rgba(37, 99, 235, .12); }
.dashboard-float { border-color: rgba(255,255,255,.92); box-shadow: 0 24px 50px rgba(37,99,235,.18); }
.trust-chip { box-shadow: 0 14px 35px rgba(37,99,235,.14); }
.chip-check { background: var(--primary); }
.intro-band { position: relative; overflow: hidden; background: transparent; }
.intro-band::before { position:absolute; inset: 0; background: linear-gradient(90deg, rgba(239,246,255,.6), rgba(224,242,254,.72), rgba(239,246,255,.5)); content:""; }
.intro-band__inner { position:relative; }
.intro-band a { color: var(--primary); }

.section { position: relative; overflow: clip; background: transparent; }
.section > .container { position: relative; z-index: 1; }
.section::before { position: absolute; width: 31rem; height: 31rem; border-radius: 50%; background: rgba(219,234,254,.48); filter: blur(28px); content: ""; pointer-events: none; }
.calculator-section, .compare-section, .board-section, .objects-section, .faq-section, .contact-section, .process-section, .control-section, .lock-section, .video-section, .trust-section { background: transparent; }
.calculator-section::before { top: -19rem; left: -16rem; }
.board-section::before { right: -17rem; top: 0; }
.objects-section::before { top: 12rem; left: -19rem; }
.faq-section::before { right: -19rem; bottom: -20rem; }
.income-calculator { border: 0; border-radius: 24px; box-shadow: 0 26px 64px rgba(37,99,235,.11); }
.calc-fields { background: rgba(255,255,255,.72); }
.calc-fields input, .calc-fields select, .inline-lead input, .contact-form input { border-color: rgba(148,163,184,.25); background: rgba(255,255,255,.92); }
.calc-result { background: linear-gradient(145deg, #2563eb, #1d4ed8); }
.micro-proof { color: #64748b; }
.micro-proof span, .compare-arrow, .text-link span { color: var(--primary); }

.comparison-card { border: 0; border-radius: 23px; background: rgba(255,255,255,.67); box-shadow: 0 19px 47px rgba(37,99,235,.075); backdrop-filter: blur(12px); }
.comparison-head { color: #64748b; background: rgba(239,246,255,.65); }
.comparison-head b, .comparison-row strong { color: var(--primary); }
.comparison-row { border-top-color: rgba(148,163,184,.14); }
.comparison-row:nth-child(odd) { background: rgba(248,250,252,.36); }

.control-section { color: var(--ink); background: linear-gradient(125deg, rgba(239,246,255,.75), rgba(255,255,255,.72) 56%, rgba(224,242,254,.75)); }
.control-section::before { right: -17rem; bottom: -20rem; background: rgba(147,197,253,.42); }
.control-copy .eyebrow, .remote-copy .eyebrow, .contact-card .eyebrow, .form-cta--dark .eyebrow { color: #57708d; }
.control-copy .eyebrow::first-letter, .remote-copy .eyebrow::first-letter { color: inherit; }
.control-copy>p:not(.eyebrow) { color: var(--muted); }
.check-list--light { color: #334155; }
.check-list li::before { color: var(--primary); }
.app-shell { border-color: rgba(255,255,255,.94); box-shadow: 20px 24px 0 rgba(191,219,254,.6), 0 25px 55px rgba(37,99,235,.13); }
.app-sidebar .side-active { color: var(--primary); background: var(--primary-light); }
.app-brand, .app-brand span { color: var(--primary); }
.app-brand span { color:#fff; background: var(--primary); }
.app-metrics em, .app-bottom span { color: var(--primary); }
.calendar-grid .booked { background: #bfdbfe; }
.calendar-grid .booked--coral { background: #2563eb; }
.calendar-grid .cleaning { background: #dbeafe; }
.control-bubble { box-shadow: 0 15px 35px rgba(37,99,235,.15); }
.control-bubble>span { background: var(--primary); }

.board-panel, .object-card, .trust-cards article { border: 0; box-shadow: 0 16px 37px rgba(37,99,235,.075); background: rgba(255,255,255,.74); backdrop-filter: blur(10px); }
.board-panel { border-radius: 19px; }
.panel-badge { color: var(--primary); background: var(--primary-light); }
.panel-badge--green { color: var(--primary); background: #e0f2fe; }
.bar-blue, .legend-blue { background: #bfdbfe; }
.bar-coral, .legend-coral { color: #fff!important; background: var(--primary); }
.bar-navy { background: #dbeafe; color: #1e3a8a!important; }
.report-figure span, .clean-tasks span, .cleaning-panel>a, .cleaning-panel>a span { color: var(--primary); }
.chart-bars i { background: #bfdbfe; }
.chart-bars i:nth-child(6) { background: var(--primary); }
.form-cta { border-radius: 22px; box-shadow: 0 16px 40px rgba(37,99,235,.06); }
.form-cta--pale { background: linear-gradient(100deg, rgba(239,246,255,.94), rgba(224,242,254,.9)); }
.form-cta--dark { color: var(--ink); background: linear-gradient(100deg, #eff6ff, #e0f2fe); }
.form-cta--dark .inline-lead input { border-color: rgba(148,163,184,.24); color: var(--ink); background: rgba(255,255,255,.82); }
.form-cta--dark .inline-lead input::placeholder { color:#94a3b8; }

.lock-section::before { left: -20rem; bottom: -17rem; background: rgba(224,242,254,.65); }
.lock-photo-wrap img { box-shadow: 18px 22px 0 rgba(219,234,254,.65), 0 22px 50px rgba(37,99,235,.11); }
.photo-note { color: var(--primary); box-shadow: 0 10px 25px rgba(37,99,235,.12); }
.lock-steps>li>span { color: var(--primary); background: var(--primary-light); }
.remote-section { position: relative; overflow: hidden; background: transparent; }
.remote-section::before { position: absolute; inset: 7% 0 0; background: radial-gradient(circle at 88% 40%, rgba(191,219,254,.55), transparent 24rem), linear-gradient(100deg, rgba(255,255,255,.5), rgba(239,246,255,.84)); content:""; }
.remote-card { position: relative; z-index:1; color: var(--ink); border-radius: 26px; background: rgba(255,255,255,.58); box-shadow: 0 24px 60px rgba(37,99,235,.10); backdrop-filter: blur(12px); }
.remote-copy .eyebrow { color:#57708d; }
.remote-copy>p:not(.eyebrow) { color: var(--muted); }
.remote-cities span { border-color: rgba(37,99,235,.16); color: #64748b; background: rgba(255,255,255,.6); }
.remote-cities span:last-child { color: var(--primary); }

.object-card:hover { box-shadow: 0 22px 43px rgba(37,99,235,.16); }
.object-card>img { transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.object-card:hover>img { transform: scale(1.06); filter: saturate(1.08); }
.object-card dl div:nth-child(2) dd { color: var(--primary); }
.objects-disclaimer { color: #64748b; }
.video-card { box-shadow: 0 25px 55px rgba(37,99,235,.15); }
.video-overlay { background: linear-gradient(180deg, rgba(37,99,235,.03) 30%, rgba(15,23,42,.56)); }
.video-play { background: var(--primary); box-shadow: 0 0 0 12px rgba(37,99,235,.14); }
.process-section { background: linear-gradient(110deg, rgba(239,246,255,.85), rgba(255,255,255,.75), rgba(224,242,254,.8)); }
.process-grid span { color: var(--primary); }
.process-grid article:not(:last-child)::after { background: rgba(37,99,235,.16); }
.trust-icon { color: var(--primary); background: var(--primary-light); }
.trust-cards h3 { color: var(--ink); }

.contact-card { color: var(--ink); border-radius: 26px; background: linear-gradient(125deg, rgba(239,246,255,.98), rgba(224,242,254,.94)); box-shadow: 0 24px 60px rgba(37,99,235,.12); }
.contact-card>div>p:not(.eyebrow) { color: var(--muted); }
.contact-form input { border-color: rgba(148,163,184,.24); color: var(--ink); background: rgba(255,255,255,.83); }
.contact-form input::placeholder { color: #94a3b8; }
.contact-form small { color: #64748b; }
.site-footer { color: #64748b; background: rgba(239,246,255,.8); }
.brand--footer { color: var(--ink); }
.brand--footer .brand-title { color: var(--ink); }
.brand--footer .brand-subtitle { color: #64748b; }
.footer-inner a:hover { color: var(--primary); }
.modal-icon { background: var(--primary); }

@keyframes glow-drift { from { transform: translate3d(0,0,0) scale(.92); } to { transform: translate3d(-3rem,-2rem,0) scale(1.12); } }
@keyframes float-card { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-12px,0); } }
@keyframes float-chip { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,8px,0); } }
@keyframes soft-pulse { 0%, 100% { opacity:.72; } 50% { opacity:1; } }
@keyframes reveal-rise { from { opacity:0; transform:translate3d(0,24px,0); } to { opacity:1; transform:translate3d(0,0,0); } }

.hero-visual { animation: float-card 8s ease-in-out infinite; }
.dashboard-float { animation: float-chip 6.5s ease-in-out infinite; }
.trust-chip { animation: float-card 7s ease-in-out 1.2s infinite; }
.dash-bars i:nth-child(6), .chart-bars i:nth-child(6) { animation: soft-pulse 2.4s ease-in-out infinite; }
.board-panel, .trust-cards article { transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, background-color .32s ease; }
.board-panel:hover, .trust-cards article:hover { transform: translateY(-7px); box-shadow: 0 25px 50px rgba(37,99,235,.13); }
.motion-reveal { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.25,1); }
.motion-reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }

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

@media (max-width: 760px) {
    .main-nav { background: rgba(255,255,255,.98); box-shadow: 0 12px 26px rgba(15,23,42,.06); }
    .hero::after { width:20rem; height:20rem; right:-12rem; bottom:-10rem; }
    .remote-section::before { inset: 0; }
}

/* Calculator controls: selected values should feel like part of the product UI. */
.calc-fields label:has(select) { position:relative; }
.calc-fields label:has(select)::after { position:absolute; right:17px; bottom:19px; width:8px; height:8px; border-right:2px solid #2563eb; border-bottom:2px solid #2563eb; transform:rotate(45deg); content:""; pointer-events:none; }
.calc-fields select { appearance:none; -webkit-appearance:none; padding-right:42px; color:#17316f; font-weight:800; cursor:pointer; background:linear-gradient(135deg,rgba(239,246,255,.96),rgba(255,255,255,.94)); }
.calc-fields input { border-color:rgba(37,99,235,.15); box-shadow:inset 0 1px 0 rgba(255,255,255,.9); }
.calc-fields input:hover,.calc-fields select:hover { border-color:rgba(37,99,235,.42); background:#fff; }
.calc-fields label:focus-within { color:#1d4ed8; }.calc-fields label:focus-within input,.calc-fields label:focus-within select { border-color:#2563eb; box-shadow:0 0 0 4px rgba(37,99,235,.11),inset 0 1px 0 #fff; }
.calc-result .button.button--dark { display:flex; justify-content:space-between; align-items:center; min-height:57px; padding:8px 10px 8px 18px; border:0; border-radius:11px; color:#1e3a8a; background:#fff; box-shadow:0 14px 30px rgba(8,36,121,.29); transition:transform .25s ease,box-shadow .25s ease; }
.calc-result .button.button--dark:hover { color:#1e3a8a; background:#fff; transform:translateY(-2px); box-shadow:0 19px 34px rgba(8,36,121,.35); }
.calc-result .button.button--dark span { display:grid; place-items:center; width:37px; height:37px; border-radius:11px; color:#fff; background:linear-gradient(145deg,#1d4ed8,#38bdf8); box-shadow:0 7px 14px rgba(37,99,235,.25); font-size:19px; }
@media (max-width:760px) { .calc-fields label:has(select)::after { right:14px; bottom:18px; }.calc-result .button.button--dark { font-weight:800; } }

@media (max-width:760px) {
    .objects-grid { grid-auto-columns:minmax(198px,56vw); gap:10px; }
    .objects-grid .object-card>img { height:138px; }
    .objects-grid .object-card>div { padding:12px; }
    .objects-grid .object-card h3 { font-size:15px; }
    .objects-section .object-card dd { font-size:9px; }
}

@media (max-width:760px) {
    .section { padding-top:56px; padding-bottom:56px; }
    .control-section { padding-top:56px; padding-bottom:56px; }.remote-section { padding-bottom:56px; }.pricing-section { padding-top:62px; }
    .calc-result .button.button--dark { justify-content:space-between; min-height:57px; padding:8px 10px 8px 18px; border:0; color:#1e3a8a; background:#fff; box-shadow:0 14px 30px rgba(8,36,121,.29); }
    .calc-result .button.button--dark::after { display:none; }.calc-result .button.button--dark:hover { color:#1e3a8a; background:#fff; filter:none; transform:translateY(-1px); }
    .calc-result .button.button--dark span { display:grid; place-items:center; width:37px; height:37px; border-radius:11px; color:#fff; background:linear-gradient(145deg,#1d4ed8,#38bdf8); box-shadow:0 7px 14px rgba(37,99,235,.25); font-size:19px; }
    .autopilot-card::before { display:none; }
    .swipe-cue { display:flex; align-items:center; justify-content:center; gap:8px; margin:-5px 0 11px; color:#2563eb; font-size:10px; }.swipe-cue b { font-weight:800; }.swipe-cue i { width:21px; height:1px; background:rgba(37,99,235,.3); }.swipe-cue span { font-size:15px; font-weight:800; animation:swipe-arrow 1.35s ease-in-out infinite alternate; }.swipe-cue span:first-child { animation-delay:.18s; }
    .boards-grid,.key-features-grid,.feature-grid,.objects-grid,.process-grid,.trust-cards,.pricing-grid { overflow-x:auto; overflow-y:hidden; overscroll-behavior-x:contain; }
    .boards-grid { padding-bottom:12px; }
}
@keyframes swipe-arrow { from { transform:translateX(-3px); opacity:.42; } to { transform:translateX(4px); opacity:1; } }

.hero-consultation-short { display:none; }
@media (max-width:760px) {
    .hero { padding-top:88px; padding-bottom:26px; }
    .hero h1 { margin:11px 0 14px; font-size:clamp(33px,9vw,37px); line-height:.98; letter-spacing:-.07em; }
    .hero h1 em { display:inline-block; margin-top:13px; color:#bfdbfe; font-size:clamp(26px,7.35vw,30px); line-height:1; letter-spacing:-.065em; white-space:nowrap; }
    .hero-lead { margin-bottom:18px; font-size:14px; line-height:1.42; }
    .hero-actions { grid-template-columns:1.08fr .92fr; gap:8px; margin-bottom:17px; }.hero-actions .button { min-height:48px; padding:10px 8px; font-size:12px; }
    .hero-consultation-full { display:none; }.hero-consultation-short { display:inline; }
    .hero-assurances { padding-top:7px; }.hero-assurances>div { flex-basis:calc(50% - 5px); min-height:61px; padding:9px 10px; font-size:8.5px; }.hero-assurances b { margin-bottom:2px; }
    .hero-visual { min-height:244px; margin-top:17px; }.hero-photo { height:226px; border-radius:20px; }.dashboard-float { bottom:-8px; width:75%; padding:12px; }.trust-chip { top:11px; left:23px; }
}

/* One continuous canvas: section changes come from content, not hard background seams. */
main { background:radial-gradient(circle at 6% 18%,rgba(219,234,254,.3),transparent 31rem),radial-gradient(circle at 94% 47%,rgba(219,234,254,.25),transparent 33rem),#fff; }
.section,.remote-section { background:transparent!important; }
.section::before { opacity:.52; filter:blur(46px); }
.platform-section::before,.pricing-section::before,.key-features-section::before { opacity:.38; }
.remote-section::before { opacity:.42; }
.process-section::before { opacity:.3; }

/* Footer is a real navigation endpoint, not a thin legal line. */
.site-footer { padding:64px 0 20px; color:#64748b; background:linear-gradient(145deg,#eff6ff,#f8fbff 52%,#eaf3ff); border-top:1px solid rgba(29,78,216,.08); }
.footer-main { display:grid; grid-template-columns:1.55fr repeat(3,1fr); gap:42px; padding-bottom:48px; }
.footer-branding { max-width:330px; }.footer-branding p { margin:17px 0 22px; color:#64748b; font-size:13px; line-height:1.55; }.footer-cta { display:inline-flex; align-items:center; gap:9px; padding:11px 14px; border:1px solid rgba(29,78,216,.18); border-radius:10px; color:#1d4ed8; background:rgba(255,255,255,.65); font-size:12px; font-weight:800; text-decoration:none; transition:background .2s,transform .2s; }.footer-cta:hover { background:#fff; transform:translateY(-2px); }
.footer-column { display:grid; align-content:start; gap:11px; }.footer-column h3 { margin:0 0 6px; color:#0f172a; font-size:12px; letter-spacing:-.02em; }.footer-column a,.footer-bottom a { color:#64748b; font-size:12px; line-height:1.35; text-decoration:none; transition:color .2s; }.footer-column a:hover,.footer-bottom a:hover { color:#1d4ed8; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top:18px; border-top:1px solid rgba(148,163,184,.18); }.footer-bottom small { color:#94a3b8; font-size:10px; }.footer-bottom div { display:flex; gap:20px; }
@media (max-width:1050px) { .footer-main { grid-template-columns:1.3fr 1fr 1fr; gap:30px; }.footer-main .footer-column:last-child { grid-column:2; } }
@media (max-width:760px) { .site-footer { padding:46px 0 18px; }.footer-main { grid-template-columns:1fr 1fr; gap:29px 20px; padding-bottom:34px; }.footer-branding { grid-column:1/-1; max-width:none; }.footer-branding p { max-width:320px; }.footer-column { gap:10px; }.footer-column h3 { font-size:12px; }.footer-column a { font-size:11px; }.footer-main .footer-column:last-child { grid-column:auto; }.footer-bottom { align-items:flex-start; flex-direction:column; gap:10px; }.footer-bottom div { gap:16px; } }

/* Stronger royal-blue identity, with restraint on the rest of the page. */
:root {
    --primary: #1d4ed8;
    --primary-hover: #1e40af;
    --primary-light: #eff6ff;
    --primary-mist: rgba(29, 78, 216, .09);
    --shadow: 0 22px 55px rgba(29, 78, 216, .10);
}

body {
    background:
        radial-gradient(circle at 4% 14%, rgba(219, 234, 254, .42), transparent 22rem),
        radial-gradient(circle at 96% 28%, rgba(219, 234, 254, .34), transparent 24rem),
        #fff;
}
.hero {
    color: #fff;
    background:
        radial-gradient(circle at 86% 18%, rgba(96, 165, 250, .38), transparent 24rem),
        radial-gradient(circle at 18% 93%, rgba(30, 64, 175, .58), transparent 27rem),
        linear-gradient(126deg, #102a75 0%, #1744bc 52%, #2563eb 100%);
}
.hero::before { background: linear-gradient(90deg, rgba(10,31,99,.23), rgba(10,31,99,0)); }
.hero::after { background: rgba(191, 219, 254, .35); filter: blur(34px); }
.hero h1 { color: #fff; }
.hero h1 em { color: #bfdbfe; }
.hero-lead { color: rgba(255,255,255,.84); }
.hero .eyebrow, .hero .eyebrow--light { color: #dbeafe; }
.hero .eyebrow span { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.13); }
.hero .button--coral { color: var(--primary); background: #fff; box-shadow: 0 10px 24px rgba(7,24,78,.22); }
.hero .button--coral:hover { color: var(--primary-hover); background: #eff6ff; }
.hero .button--ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); }
.hero .button--ghost:hover { color: var(--primary); background: #fff; }
.hero-assurances { border-top-color: rgba(255,255,255,.21); }
.hero-assurances > div { color: #dbeafe; }
.hero-assurances b { color: #fff; }
.hero-photo { box-shadow: 24px 30px 0 rgba(147,197,253,.35), 0 25px 52px rgba(7,24,78,.25); }
.dashboard-float { box-shadow: 0 24px 50px rgba(7,24,78,.22); }

.section::before { background: rgba(219,234,254,.26); }
.control-section { background: linear-gradient(118deg, rgba(239,246,255,.56), rgba(255,255,255,.92) 55%, rgba(239,246,255,.56)); }
.process-section { background: linear-gradient(110deg, rgba(239,246,255,.62), rgba(255,255,255,.84), rgba(239,246,255,.58)); }
.remote-section::before { background: radial-gradient(circle at 88% 40%, rgba(191,219,254,.38), transparent 24rem), linear-gradient(100deg, rgba(255,255,255,.5), rgba(239,246,255,.62)); }
.intro-band::before { background: linear-gradient(90deg, rgba(239,246,255,.42), rgba(219,234,254,.6), rgba(239,246,255,.4)); }

.pricing-section { background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(239,246,255,.76) 52%, rgba(255,255,255,.35)); }
.pricing-section::before { right: -19rem; top: 2rem; width: 35rem; height: 35rem; background: rgba(147,197,253,.33); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; min-height: 570px; padding: 30px; border: 1px solid rgba(148,163,184,.14); border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.78); box-shadow: 0 19px 44px rgba(29,78,216,.08); backdrop-filter: blur(12px); transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease; }
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 28px 58px rgba(29,78,216,.16); }
.pricing-card--featured { color: #fff; border-color: transparent; background: linear-gradient(150deg, #163fae, #2563eb); box-shadow: 0 27px 60px rgba(29,78,216,.28); }
.pricing-card__top { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.price-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: var(--primary); background: var(--primary-light); font-size: 18px; font-weight: 800; }
.pricing-card--featured .price-icon { color: #1e40af; background: #dbeafe; }
.price-label { color: #64748b; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card--featured .price-label { color: #dbeafe; }
.pricing-card h3 { margin-bottom: 11px; font-size: 27px; }
.pricing-card__intro { min-height: 70px; margin-bottom: 21px; color: #64748b; font-size: 14px; line-height: 1.45; }
.pricing-card--featured .pricing-card__intro { color: #dbeafe; }
.price { display: flex; align-items: end; gap: 9px; margin: 0 0 23px; padding-bottom: 22px; border-bottom: 1px solid rgba(148,163,184,.18); }
.price b { color: var(--primary); font: 800 34px/1 Manrope, sans-serif; letter-spacing: -.07em; }
.price span { padding-bottom: 3px; color: #64748b; font-size: 11px; }
.pricing-card--featured .price { border-bottom-color: rgba(255,255,255,.21); }
.pricing-card--featured .price b { color: #fff; }
.pricing-card--featured .price span { color: #dbeafe; }
.pricing-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding-left: 23px; color: #334155; font-size: 13px; line-height: 1.35; }
.pricing-card li::before { position: absolute; left: 0; top: 0; color: var(--primary); content: "✓"; font-weight: 800; }
.pricing-card--featured li { color: #f8fbff; }
.pricing-card--featured li::before { color: #bfdbfe; }
.pricing-card__note { margin: auto 0 20px; padding: 13px 0 0; border-top: 1px solid rgba(148,163,184,.16); color: #64748b; font-size: 11px; line-height: 1.4; }
.pricing-card--featured .pricing-card__note { border-top-color: rgba(255,255,255,.19); color: #dbeafe; }
.pricing-card .button { width: 100%; }
.button--outline { color: var(--primary); border-color: rgba(29,78,216,.28); background: transparent; box-shadow: none; }
.button--outline:hover { color: #fff; border-color: var(--primary); background: var(--primary); }
.button--white { color: var(--primary); background: #fff; }
.button--white:hover { color: var(--primary-hover); background: #eff6ff; }
.pricing-card__ribbon { position: absolute; top: 17px; right: 19px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.26); border-radius: 20px; color: #dbeafe; font-size: 9px; font-weight: 700; }
.pricing-clarifier { display: flex; align-items: center; gap: 13px; margin: 26px auto 0; padding: 15px 19px; width: fit-content; max-width: 100%; border-radius: 12px; color: #475569; background: rgba(255,255,255,.63); box-shadow: 0 9px 22px rgba(29,78,216,.05); font-size: 12px; }
.pricing-mobile-overview,.pricing-mobile-hint { display:none; }
.pricing-clarifier span { display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: var(--primary); font-weight: 800; }
.pricing-clarifier p { margin: 0; }.pricing-clarifier b { color: var(--ink); }.pricing-clarifier a { flex: none; color: var(--primary); font-weight: 700; text-decoration: none; }

@media (max-width: 1050px) { .pricing-grid { grid-template-columns: 1fr; max-width: 670px; margin: 0 auto; }.pricing-card { min-height: auto; }.pricing-card__intro { min-height: auto; }.pricing-card ul { grid-template-columns: 1fr 1fr; }.pricing-card__note { margin-top: 24px; } }
@media (max-width: 760px) { .pricing-card { padding: 25px; }.pricing-card ul { grid-template-columns: 1fr; }.pricing-clarifier { align-items: flex-start; flex-wrap: wrap; }.pricing-clarifier a { width: 100%; margin-left: 35px; } }

/* Compact editorial rhythm: wide desktop headlines, restrained side-column headings. */
.hero { padding-top: 136px; padding-bottom: 74px; }
.hero__container, .hero-grid { grid-template-columns: 1.16fr .84fr; gap: 46px; }
.hero-visual { min-height: 500px; }
.hero h1 { max-width: 700px; margin-bottom: 21px; font-size: clamp(46px, 4.7vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
.hero-title__line, .hero h1 em { display: block; }
.hero h1 em { margin-top: .04em; white-space: nowrap; }
.hero-lead { max-width: 630px; margin-bottom: 26px; }
.hero-actions { margin-bottom: 34px; }
.hero-copy { padding: 10px 0; }

.section-heading h2 { font-size: clamp(34px, 3.65vw, 48px); }
.control-copy h2,
.lock-copy h2,
.remote-copy h2,
.video-grid h2,
.trust-grid h2,
.faq-layout h2,
.contact-card h2 { font-size: clamp(32px, 3.2vw, 44px); line-height: 1.1; }
.control-copy h2 { max-width: 560px; }
.remote-copy h2 { max-width: 570px; }
.trust-grid h2 { max-width: 505px; }
.faq-layout h2 { max-width: 445px; }
.contact-card h2 { max-width: 545px; }

@media (max-width: 1050px) {
    .hero__container, .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .hero h1 { font-size: clamp(43px, 5.5vw, 58px); }
}
@media (max-width: 760px) {
    .hero { padding-top: 118px; padding-bottom: 58px; }
    .hero__container, .hero-grid { grid-template-columns: 1fr; }
    .hero-visual { min-height: 370px; }
    .hero h1 { font-size: clamp(40px, 11.2vw, 52px); letter-spacing: -.05em; }
.hero h1 em { white-space: normal; }
.hero-title__line { display: inline; }
.hero-title__line::after { content: " "; }
}

/* AirDot mark: apartment + confirmation — the two things the service keeps under control. */
.brand { gap: 10px; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: linear-gradient(145deg, #2563eb, #163fae); box-shadow: 0 8px 17px rgba(29, 78, 216, .27); }
.brand-mark svg { display: block; width: 31px; height: 31px; overflow: visible; }
.brand-mark i { display: none; }
.main-nav { gap: 20px; }
.main-nav a { white-space: nowrap; }
@media (max-width: 1050px) { .main-nav { gap: 12px; }.main-nav a { font-size: 12px; } }

/* Product platform: explain the SaaS value before asking a visitor to choose a plan. */
.platform-section { background: linear-gradient(180deg, rgba(239,246,255,.48), rgba(255,255,255,.94) 54%, rgba(239,246,255,.28)); }
.platform-section::before { right: -17rem; top: 6rem; width: 34rem; height: 34rem; background: rgba(147,197,253,.24); }
.platform-intro { display: grid; grid-template-columns: 1.18fr .82fr; gap: 26px; align-items: stretch; margin-bottom: 22px; padding: 31px; border-radius: 23px; color: #fff; background: linear-gradient(128deg, #102a75, #1d4ed8); box-shadow: 0 24px 55px rgba(29,78,216,.20); }
.platform-intro__copy { display: flex; flex-direction: column; align-items: flex-start; }
.platform-kicker { padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; color: #dbeafe; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.platform-intro h3 { max-width: 570px; margin: 18px 0 10px; font-size: 31px; color: #fff; }
.platform-intro p { max-width: 570px; margin: 0; color: #dbeafe; font-size: 14px; }
.platform-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: auto; padding-top: 26px; color: #dbeafe; font-size: 11px; font-weight: 700; }
.platform-flow span { padding: 6px 8px; border-radius: 6px; background: rgba(255,255,255,.11); }.platform-flow i { color: #93c5fd; font-style: normal; }
.platform-intro__screen { display: flex; flex-direction: column; justify-content: center; gap: 15px; padding: 21px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(255,255,255,.11); backdrop-filter: blur(8px); }
.screen-status { display: grid; grid-template-columns: 10px 1fr; gap: 2px 8px; align-items: center; padding: 11px; border-radius: 8px; color: #172554; background: #fff; }.screen-status span { grid-row: 1 / span 2; width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px #dcfce7; }.screen-status b { font-size: 12px; }.screen-status small { color: #64748b; font-size: 10px; }
.screen-route { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.screen-route p { display:flex; align-items:center; gap:6px; margin:0; color:#eff6ff; font-size:10px; }.screen-route i { display:grid; place-items:center; width:16px; height:16px; border-radius:50%; color:#1d4ed8; background:#dbeafe; font-size:9px; font-style:normal; font-weight:800; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-card { display: flex; gap: 11px; min-height: 170px; padding: 17px; border: 1px solid rgba(148,163,184,.14); border-radius: 15px; background: rgba(255,255,255,.76); box-shadow: 0 13px 32px rgba(29,78,216,.055); transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease; }.feature-card:hover { transform: translateY(-5px); background:#fff; box-shadow:0 21px 39px rgba(29,78,216,.12); }
.feature-card--pro { background: rgba(239,246,255,.78); }.feature-icon { display:grid; place-items:center; flex:0 0 31px; width:31px; height:31px; border-radius:8px; color:#1d4ed8; background:#dbeafe; font-size:17px; font-weight:800; }.feature-card--pro .feature-icon { color:#fff; background:#2563eb; }
.feature-card__top { display:flex; align-items:start; justify-content:space-between; gap:6px; }.feature-card h3 { margin:0; color:#1e293b; font-size:15px; line-height:1.18; letter-spacing:-.035em; }.feature-card__top span { padding:3px 5px; border-radius:4px; color:#1d4ed8; background:#dbeafe; font-size:8px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }.feature-card--pro .feature-card__top span { color:#1e40af; background:#bfdbfe; }.feature-card p { margin:7px 0 0; color:#64748b; font-size:11px; line-height:1.42; }
.platform-callout { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:21px; padding:16px 20px; border-radius:12px; background:rgba(255,255,255,.68); box-shadow:0 10px 24px rgba(29,78,216,.045); }.platform-callout div { display:flex; gap:9px; color:#64748b; font-size:13px; }.platform-callout b { color:#0f172a; white-space:nowrap; }.platform-callout .button { min-height:43px; padding:10px 14px; font-size:12px; }

.pricing-section { padding-top: 136px; }.pricing-section .section-heading { margin-bottom: 56px; }.price { margin-top: 8px; margin-bottom: 30px; padding-bottom: 28px; }.price b { font-size: 46px; letter-spacing: -.08em; }.price span { padding-bottom: 6px; font-size: 12px; }.pricing-card { padding-top: 34px; }.pricing-card__top { margin-bottom: 29px; }.pricing-card h3 { font-size: 29px; }.pricing-card__intro { min-height: 75px; }.pricing-card__note { padding-top: 17px; }

@media (max-width: 1050px) { .platform-intro { grid-template-columns: 1fr; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-card { min-height: 145px; } }
@media (max-width: 760px) { .platform-intro { padding: 22px; }.platform-intro h3 { font-size: 26px; }.screen-route { grid-template-columns:1fr; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.platform-callout { align-items:flex-start; flex-direction:column; }.platform-callout div { display:grid; gap:3px; }.platform-callout b { white-space:normal; }.pricing-section { padding-top: 88px; }.price b { font-size: 42px; } }

/* Calculator: compare ownership workload with managed operations, not long-term rent. */
.calc-scenarios { display: grid; gap: 10px; margin: 20px 0 18px; }
.calc-scenario { padding: 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.055); }
.calc-scenario--featured { border-color: rgba(191,219,254,.45); background: rgba(255,255,255,.14); }
.scenario-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }.scenario-label span { color: #fff; font-size: 13px; font-weight: 700; }.scenario-label small { color: #bfdbfe; font-size: 10px; }
.scenario-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.scenario-metrics > div { display: grid; gap: 2px; }.scenario-metrics small { color: #bfdbfe; font-size: 9px; }.scenario-metrics strong { color: #fff; font: 800 20px/1.15 Manrope,sans-serif; letter-spacing: -.05em; }.calc-scenario--featured .scenario-metrics strong { color: #bfdbfe; }
.income-total--dual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; margin: 0 0 21px; padding: 0; border: 0; }.income-total--dual > div { display: grid; gap: 2px; padding: 12px; border-top: 1px solid rgba(255,255,255,.16); }.income-total--dual span { color: #bfdbfe; font-size: 10px; }.income-total--dual strong { color: #fff; font: 800 24px/1.1 Manrope,sans-serif; letter-spacing: -.06em; }.income-total--dual > div:last-child strong { color: #bfdbfe; }
@media (max-width: 760px) { .calc-scenario { padding: 12px; }.scenario-metrics strong { font-size: 18px; }.income-total--dual strong { font-size: 21px; } }

/* Portfolio calculator and the operating model make the service value visible at a glance. */
.autopilot-card { display:grid; grid-template-columns:.8fr .9fr 1.35fr; gap:18px; padding:22px; border-radius:24px; color:#fff; background:linear-gradient(135deg,#102a75,#1d4ed8 58%,#2563eb); box-shadow:0 24px 55px rgba(29,78,216,.2); }
.autopilot-owner,.autopilot-core,.autopilot-tasks { border:1px solid rgba(255,255,255,.18); border-radius:17px; background:rgba(255,255,255,.09); }
.autopilot-owner { display:flex; align-items:flex-start; gap:12px; padding:20px; }.autopilot-avatar { display:grid; place-items:center; flex:0 0 35px; height:35px; border-radius:50%; color:#1d4ed8; background:#dbeafe; font:800 14px Manrope,sans-serif; }.autopilot-owner div { display:grid; gap:4px; }.autopilot-owner small,.autopilot-owner p { color:#dbeafe; font-size:11px; }.autopilot-owner b { font:800 21px/1.1 Manrope,sans-serif; letter-spacing:-.05em; }.autopilot-owner p { margin:8px 0 0; line-height:1.45; }
.autopilot-core { display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px; text-align:center; }.autopilot-core>span { padding:5px 8px; border-radius:20px; color:#dbeafe; background:rgba(255,255,255,.11); font-size:10px; font-weight:800; }.autopilot-core>b { margin-top:13px; font:800 19px/1.1 Manrope,sans-serif; letter-spacing:-.045em; }.autopilot-core p { margin:8px 0 18px; color:#dbeafe; font-size:11px; line-height:1.4; }.autopilot-pulse { display:flex; align-items:center; gap:7px; }.autopilot-pulse i { width:9px; height:9px; border-radius:50%; background:#bfdbfe; box-shadow:0 0 0 5px rgba(191,219,254,.13); }.autopilot-pulse i:nth-child(2){width:14px;height:14px;background:#fff}.autopilot-pulse i:nth-child(3){opacity:.65}
.autopilot-tasks { display:grid; gap:0; padding:4px 17px; }.autopilot-tasks article { display:grid; grid-template-columns:26px 1fr auto; gap:10px; align-items:center; padding:13px 0; border-bottom:1px solid rgba(255,255,255,.14); }.autopilot-tasks article:last-child{border:0}.autopilot-tasks i { display:grid; place-items:center; width:25px; height:25px; border-radius:7px; color:#1d4ed8; background:#dbeafe; font-size:12px; font-style:normal; font-weight:800; }.autopilot-tasks div { display:grid; gap:3px; }.autopilot-tasks b { font-size:12px; }.autopilot-tasks span { color:#dbeafe; font-size:10px; }.autopilot-tasks em { color:#bfdbfe; font-size:9px; font-style:normal; font-weight:800; text-transform:uppercase; }
.key-features-section { background:linear-gradient(180deg,rgba(239,246,255,.68),rgba(255,255,255,.9)); }.key-features-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.key-features-grid article { min-height:250px; padding:22px; border:1px solid rgba(148,163,184,.14); border-radius:18px; background:rgba(255,255,255,.75); box-shadow:0 15px 38px rgba(29,78,216,.07); transition:transform .3s ease,box-shadow .3s ease; }.key-features-grid article:hover { transform:translateY(-6px); box-shadow:0 23px 43px rgba(29,78,216,.13); }.key-features-grid span { display:block; margin-bottom:33px; color:#2563eb; font:800 29px Manrope,sans-serif; letter-spacing:-.08em; }.key-features-grid h3 { margin-bottom:9px; color:#0f172a; font-size:18px; letter-spacing:-.045em; }.key-features-grid p { margin:0; color:#64748b; font-size:12px; line-height:1.5; }.key-features-grid small { display:block; margin-top:20px; color:#1d4ed8; font-size:10px; font-weight:800; }
.objects-section .object-card h3 { min-height:35px; }.objects-section .object-card dl { gap:8px; }.objects-section .object-card dt { font-size:8px; }.objects-section .object-card dd { font-size:10px; }.objects-section .object-card>img { object-position:center; }
@media (max-width:1050px) { .calc-fields { grid-template-columns:1fr 1fr; }.autopilot-card { grid-template-columns:1fr 1fr; }.autopilot-tasks { grid-column:1/-1; }.key-features-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:760px) { .calc-fields { grid-template-columns:1fr; }.autopilot-card { grid-template-columns:1fr; padding:14px; }.autopilot-tasks { grid-column:auto; }.key-features-grid { grid-template-columns:1fr; }.key-features-grid article { min-height:auto; }.key-features-grid span { margin-bottom:17px; } }

/* Mobile is a distinct, touch-first composition — cards are explored by swiping, not simply stacked. */
@media (max-width: 760px) {
    body { overflow-x: hidden; }
    .container { width: min(100% - 32px, 560px); }
    .site-header { border-bottom-color: rgba(29,78,216,.08); background: rgba(255,255,255,.82); }
    .header-inner { min-height: 68px; }
    .brand { font-size: 23px; }.brand-mark { width:34px; height:34px; }
    .menu-toggle { width:42px; height:42px; border:1px solid rgba(29,78,216,.12); border-radius:13px; background:rgba(239,246,255,.8); }
    .main-nav { top:74px; left:12px; right:12px; gap:2px; padding:10px 16px 14px; border:1px solid rgba(29,78,216,.11); border-radius:17px; background:rgba(255,255,255,.96); box-shadow:0 20px 45px rgba(15,23,42,.13); }
    .main-nav a { padding:12px 4px; border-bottom:1px solid rgba(148,163,184,.12); font-size:14px; }.main-nav a:last-child { border:0; }

    .hero { padding:94px 0 34px; overflow:hidden; }.hero::after { right:-9rem; bottom:-9rem; width:22rem; height:22rem; opacity:.75; }
    .hero-copy { position:relative; z-index:2; padding:0; }.hero .eyebrow { font-size:9px; letter-spacing:.1em; }
    .hero h1 { max-width:none; margin:13px 0 16px; font-size:clamp(34px,9.7vw,42px); line-height:1.01; letter-spacing:-.06em; }.hero h1 em { margin-top:.18em; font-size:.9em; }
    .hero-lead { max-width:none; margin-bottom:22px; font-size:15px; line-height:1.45; }
    .hero-actions { display:grid; grid-template-columns:1.15fr .85fr; gap:9px; margin-bottom:24px; }.hero-actions .button { min-height:51px; padding:12px 11px; font-size:12px; }.hero-actions .button--ghost { white-space:normal; text-align:center; }
    .hero-assurances { display:flex; gap:9px; width:calc(100% + 16px); margin:0 -16px; padding:14px 16px 5px; overflow-x:auto; scroll-snap-type:x mandatory; border-top:0; scrollbar-width:none; }.hero-assurances::-webkit-scrollbar { display:none; }.hero-assurances>div { flex:0 0 145px; min-height:74px; padding:11px; border:1px solid rgba(255,255,255,.18); border-radius:13px; background:rgba(255,255,255,.09); scroll-snap-align:start; font-size:9px; }.hero-assurances b { display:block; margin-bottom:4px; color:#bfdbfe; }
    .hero-visual { min-height:285px; margin:24px -16px 0; padding:0 16px; }.hero-photo { height:260px; border-radius:22px; box-shadow:13px 16px 0 rgba(147,197,253,.27),0 20px 40px rgba(7,24,78,.25); }.dashboard-float { right:4px; bottom:-8px; width:77%; border-radius:15px; }.trust-chip { top:14px; left:25px; padding:9px 10px; font-size:9px; }

    .intro-band { margin-top:0; }.intro-band__inner { padding:18px 0; }.intro-band p { font-size:13px; line-height:1.4; }.intro-band a { font-size:12px; }
    .section { padding:70px 0; }.section-heading { margin-bottom:27px; }.section-heading h2 { font-size:clamp(31px,9.2vw,39px); line-height:1.02; letter-spacing:-.055em; }.section-heading--split>p { margin-top:13px; font-size:14px; line-height:1.45; }
    .section-heading .eyebrow { display:flex; align-items:center; gap:8px; }.section-heading .eyebrow::after { width:22px; height:1px; background:#2563eb; content:""; }

    .income-calculator { border-radius:21px; box-shadow:0 20px 46px rgba(29,78,216,.13); }.calc-fields { grid-template-columns:1fr 1fr; gap:13px; padding:22px 18px 24px; }.calc-fields label { gap:7px; font-size:11px; }.calc-fields label:nth-child(3),.calc-fields .field-wide { grid-column:1/-1; }.calc-fields input,.calc-fields select { height:48px; padding:0 12px; border-radius:11px; font-size:13px; }.calc-result { padding:23px 18px 20px; }.result-title { padding-bottom:15px; }.calc-scenarios { gap:8px; margin:15px 0; }.calc-scenario { padding:12px; border-radius:13px; }.scenario-metrics strong { font-size:19px; }.income-total--dual { gap:6px; margin-bottom:15px; }.income-total--dual>div { padding:10px 4px; }.income-total--dual strong { font-size:20px; }.calc-result .button { min-height:52px; font-size:13px; }.micro-proof { margin:15px auto 0; max-width:310px; font-size:11px; line-height:1.45; }

    .autopilot-card { position:relative; gap:11px; padding:12px; overflow:hidden; border-radius:22px; }.autopilot-card::before { position:absolute; top:21%; bottom:19%; left:28px; width:1px; background:linear-gradient(180deg,transparent,#93c5fd,transparent); content:""; }.autopilot-core { order:-1; min-height:160px; border-radius:16px; background:radial-gradient(circle at 50% 85%,rgba(191,219,254,.27),transparent 7rem),rgba(255,255,255,.1); }.autopilot-core>b { font-size:22px; }.autopilot-owner { padding:16px; border-radius:16px; }.autopilot-owner b { font-size:20px; }.autopilot-tasks { padding:3px 14px; border-radius:16px; }.autopilot-tasks article { padding:12px 0; }.autopilot-tasks em { display:none; }

    .control-section { padding:65px 0; }.control-copy .button { width:100%; }.app-shell { margin:0 -5px; min-height:330px; border-radius:18px; }.control-bubble { right:9px; bottom:-14px; }
    .board-section { overflow:hidden; }.boards-grid { display:grid; grid-auto-flow:column; grid-auto-columns:86%; grid-template-columns:unset; gap:12px; width:calc(100% + 16px); margin-right:-16px; padding:3px 16px 16px 0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }.boards-grid::-webkit-scrollbar { display:none; }.board-panel,.board-panel--calendar { grid-column:auto; min-width:0; scroll-snap-align:start; }
    .lock-section { overflow:hidden; }.lock-grid { gap:25px; }.lock-photo-wrap { height:335px; margin:0 -4px; }.lock-photo-wrap img { border-radius:21px; }.lock-copy h2 { font-size:34px; }.lock-steps { margin:22px 0; }.lock-steps li { padding:11px 0; }
    .key-features-section,.platform-section,.objects-section,.pricing-section { overflow:hidden; }.key-features-grid,.feature-grid,.objects-grid { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(250px,78vw); grid-template-columns:unset; gap:12px; width:calc(100% + 16px); margin-right:-16px; padding:4px 16px 17px 0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }.key-features-grid::-webkit-scrollbar,.feature-grid::-webkit-scrollbar,.objects-grid::-webkit-scrollbar { display:none; }.key-features-grid article,.feature-card,.object-card { min-width:0; scroll-snap-align:start; }.key-features-grid article { min-height:245px; padding:21px; }.feature-card { min-height:180px; padding:19px; }.objects-grid { grid-auto-columns:minmax(238px,74vw); }.object-card { display:block; }.object-card>img { height:170px; }.object-card>div { padding:14px; }.object-card h3 { min-height:0; font-size:16px; }
    .remote-section { padding:0 0 70px; }.remote-card { border-radius:22px; }.remote-photo { min-height:250px; }.remote-copy { padding:31px 23px; }.remote-copy h2 { font-size:34px; }.remote-copy .button { width:100%; }
    .video-grid { gap:22px; }.video-card { height:235px; border-radius:20px; }.video-play { width:58px; height:58px; }
    .process-section { overflow:hidden; }.process-grid { display:grid; grid-auto-flow:column; grid-auto-columns:74vw; grid-template-columns:unset; gap:12px; width:calc(100% + 16px); margin-right:-16px; padding:4px 16px 16px 0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }.process-grid::-webkit-scrollbar { display:none; }.process-grid article { min-height:175px; padding:20px; border:1px solid rgba(29,78,216,.1); border-radius:16px; background:rgba(255,255,255,.68); scroll-snap-align:start; }.process-grid article::after { display:none; }.process-grid span { margin-bottom:18px; }
    .trust-grid { gap:28px; }.trust-cards { display:grid; grid-auto-flow:column; grid-auto-columns:78vw; grid-template-columns:unset; width:calc(100% + 16px); margin-right:-16px; padding:2px 16px 14px 0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }.trust-cards::-webkit-scrollbar { display:none; }.trust-cards article { min-height:135px; scroll-snap-align:start; }
    .faq-layout { gap:24px; }.faq-question { padding:18px 0; font-size:15px; }.faq-item:first-child { border-top:1px solid var(--line); }
    .pricing-section { padding-top:76px; }.pricing-section .section-heading { margin-bottom:23px; }.pricing-mobile-overview { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin:0 0 10px; }.pricing-mobile-overview article { display:grid; align-content:start; gap:4px; min-height:102px; padding:12px 9px; border:1px solid rgba(29,78,216,.12); border-radius:14px; color:#1e293b; background:rgba(255,255,255,.72); box-shadow:0 9px 22px rgba(29,78,216,.06); }.pricing-mobile-overview span { color:#64748b; font-size:8px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }.pricing-mobile-overview b { min-height:29px; font-size:12px; line-height:1.1; letter-spacing:-.04em; }.pricing-mobile-overview strong { margin-top:auto; color:#1d4ed8; font:800 16px/1 Manrope,sans-serif; letter-spacing:-.06em; white-space:nowrap; }.pricing-mobile-overview strong small { color:#64748b; font:600 8px/1 DM Sans,sans-serif; letter-spacing:0; }.pricing-mobile-overview__featured { color:#fff!important; border-color:transparent!important; background:linear-gradient(145deg,#163fae,#2563eb)!important; box-shadow:0 12px 25px rgba(29,78,216,.22)!important; }.pricing-mobile-overview__featured span { color:#dbeafe!important; }.pricing-mobile-overview__featured strong { color:#fff!important; }.pricing-mobile-overview__featured strong small { color:#dbeafe!important; }.pricing-mobile-hint { display:block; margin:0 0 11px; color:#64748b; font-size:10px; text-align:center; }.pricing-mobile-hint span { color:#2563eb; font-size:14px; }.pricing-grid { display:flex; gap:13px; width:calc(100% + 16px); margin-right:-16px; padding:4px 16px 18px 0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }.pricing-grid::-webkit-scrollbar { display:none; }.pricing-card { flex:0 0 min(84vw,345px); min-height:535px; padding:25px; scroll-snap-align:start; }.pricing-card__top { margin-bottom:20px; }.pricing-card h3 { font-size:25px; }.pricing-card__intro { min-height:62px; }.price b { font-size:39px; }.pricing-clarifier { margin-top:10px; }
    .contact-section { padding-bottom:44px; }.contact-card { gap:26px; padding:31px 21px; border-radius:22px; }.contact-card h2 { font-size:34px; }.contact-form { grid-template-columns:1fr; }.contact-form input[name="email"] { grid-column:auto; }.contact-form small { font-size:9px; }
}

/* Final mobile polish — these overrides deliberately come last. */
@media (max-width:760px) {
    .section { padding:56px 0; }
    .control-section { padding:56px 0; }.remote-section { padding-bottom:56px; }.pricing-section { padding-top:62px; }
    .hero { padding:88px 0 26px; }.hero h1 { margin:11px 0 14px; font-size:clamp(33px,9vw,37px); line-height:.98; letter-spacing:-.07em; }.hero h1 em { display:inline-block; margin-top:13px; color:#bfdbfe; font-size:clamp(26px,7.35vw,30px); line-height:1; letter-spacing:-.065em; white-space:nowrap; }.hero-lead { margin-bottom:18px; font-size:14px; line-height:1.42; }.hero-actions { grid-template-columns:1.08fr .92fr; gap:8px; margin-bottom:17px; }.hero-actions .button { min-height:48px; padding:10px 8px; font-size:12px; }.hero-consultation-full { display:none; }.hero-consultation-short { display:inline; }.hero-assurances { padding-top:7px; }.hero-assurances>div { flex-basis:calc(50% - 5px); min-height:61px; padding:9px 10px; font-size:8.5px; }.hero-assurances b { margin-bottom:2px; }.hero-visual { min-height:244px; margin-top:17px; }.hero-photo { height:226px; border-radius:20px; }.dashboard-float { bottom:-8px; width:75%; padding:12px; }.trust-chip { top:11px; left:23px; }
    .calc-result .button.button--dark { justify-content:space-between; min-height:57px; padding:8px 10px 8px 18px; border:0; color:#1e3a8a; background:#fff; box-shadow:0 14px 30px rgba(8,36,121,.29); }.calc-result .button.button--dark::after { display:none; }.calc-result .button.button--dark:hover { color:#1e3a8a; background:#fff; filter:none; transform:translateY(-1px); }.calc-result .button.button--dark span { display:grid; place-items:center; width:37px; height:37px; border-radius:11px; color:#fff; background:linear-gradient(145deg,#1d4ed8,#38bdf8); box-shadow:0 7px 14px rgba(37,99,235,.25); font-size:19px; }
    .autopilot-card::before { display:none; }
    .swipe-cue { display:flex; align-items:center; justify-content:center; gap:8px; margin:-5px 0 11px; color:#2563eb; font-size:10px; }.swipe-cue b { font-weight:800; }.swipe-cue i { width:21px; height:1px; background:rgba(37,99,235,.3); }.swipe-cue span { font-size:15px; font-weight:800; animation:swipe-arrow 1.35s ease-in-out infinite alternate; }.swipe-cue span:first-child { animation-delay:.18s; }
    .boards-grid,.key-features-grid,.feature-grid,.objects-grid,.trust-cards,.pricing-grid { overflow-x:auto; overflow-y:hidden; overscroll-behavior-x:contain; }
    .boards-grid { padding-bottom:12px; }.objects-grid { grid-auto-columns:minmax(198px,56vw); gap:10px; }.objects-grid .object-card>img { height:138px; }.objects-grid .object-card>div { padding:12px; }.objects-grid .object-card h3 { font-size:15px; }.objects-section .object-card dd { font-size:9px; }
}

/* Mobile process block: a launch roadmap instead of another horizontal carousel. */
@media (max-width:760px) {
    .process-section { overflow:visible; }
    .process-section .section-heading { margin-bottom:22px; }
    .process-section .section-heading::after {
        display:inline-flex;
        align-items:center;
        gap:7px;
        margin-top:15px;
        padding:7px 10px;
        border:1px solid rgba(37,99,235,.13);
        border-radius:999px;
        color:#1d4ed8;
        background:rgba(255,255,255,.74);
        box-shadow:0 10px 24px rgba(29,78,216,.08);
        content:"4 этапа · 7–10 дней";
        font-size:10px;
        font-weight:800;
        letter-spacing:.02em;
    }
    .process-grid {
        position:relative;
        display:grid;
        grid-auto-flow:row;
        grid-auto-columns:unset;
        grid-template-columns:1fr;
        gap:11px;
        width:auto;
        margin:0;
        padding:5px 0 2px;
        overflow:visible;
        scroll-snap-type:none;
        touch-action:auto;
    }
    .process-grid::before {
        position:absolute;
        top:27px;
        bottom:28px;
        left:28px;
        width:2px;
        border-radius:999px;
        background:linear-gradient(180deg,rgba(37,99,235,.1),rgba(37,99,235,.55),rgba(56,189,248,.45));
        content:"";
    }
    .process-grid article {
        position:relative;
        min-height:0;
        padding:17px 17px 17px 70px;
        border:1px solid rgba(37,99,235,.12);
        border-radius:19px;
        background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(239,246,255,.73));
        box-shadow:0 16px 34px rgba(29,78,216,.08);
        scroll-snap-align:unset;
    }
    .process-grid article:nth-child(even) { margin-left:24px; }
    .process-grid article::after {
        display:block;
        position:absolute;
        inset:auto 16px -7px 76px;
        width:auto;
        height:1px;
        background:linear-gradient(90deg,rgba(37,99,235,.28),transparent);
        content:"";
    }
    .process-grid article:last-child::after { display:none; }
    .process-grid span {
        position:absolute;
        top:17px;
        left:13px;
        display:grid;
        place-items:center;
        width:34px;
        height:34px;
        margin:0;
        border-radius:12px;
        color:#fff;
        background:linear-gradient(145deg,#1d4ed8,#38bdf8);
        box-shadow:0 10px 20px rgba(37,99,235,.22);
        font-size:15px;
        line-height:1;
        letter-spacing:-.06em;
    }
    .process-grid h3 {
        margin:0 0 7px;
        font-size:17px;
        line-height:1.14;
        letter-spacing:-.045em;
    }
    .process-grid p {
        margin:0;
        font-size:12px;
        line-height:1.45;
    }
}

@media (max-width:430px) {
    .process-grid article:nth-child(even) { margin-left:16px; }
    .process-grid article { padding-right:15px; padding-bottom:17px; border-bottom:0; }
}

/* Final conversion polish: clearer SaaS value, denser mobile rhythm, legal endpoint. */
.video-demo { display:grid; gap:14px; }
.video-story { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.video-story span { padding:9px 10px; border:1px solid rgba(29,78,216,.12); border-radius:10px; color:#1d4ed8; background:rgba(239,246,255,.72); font-size:10px; font-weight:800; text-align:center; }
.platform-switch { display:grid; grid-template-columns:1fr 1fr auto; gap:12px; align-items:stretch; margin:-18px 0 22px; }
.platform-switch article { display:grid; grid-template-columns:auto 1fr; gap:4px 10px; padding:17px; border:1px solid rgba(29,78,216,.12); border-radius:15px; background:rgba(255,255,255,.72); box-shadow:0 12px 28px rgba(29,78,216,.055); }
.platform-switch article span { grid-row:1 / span 2; display:grid; place-items:center; width:30px; height:30px; border-radius:9px; color:#fff; background:linear-gradient(145deg,#1d4ed8,#38bdf8); font:800 12px Manrope,sans-serif; }
.platform-switch article b { color:#0f172a; font:800 15px/1.15 Manrope,sans-serif; letter-spacing:-.04em; }
.platform-switch article p { grid-column:2; margin:0; color:#64748b; font-size:12px; line-height:1.45; }
.platform-switch>strong { display:grid; place-items:center; max-width:230px; padding:16px; border-radius:15px; color:#1e3a8a; background:linear-gradient(145deg,#dbeafe,#f8fbff); font-size:12px; line-height:1.35; }

@media (max-width:1050px) {
    .platform-switch { grid-template-columns:1fr 1fr; }
    .platform-switch>strong { grid-column:1/-1; max-width:none; justify-items:start; }
}

@media (max-width:760px) {
    .calculator-section { padding-top:48px; }
    .calculator-section .section-heading,
    .compare-section .section-heading,
    .platform-section .section-heading,
    .pricing-section .section-heading { margin-bottom:20px; }
    .section-heading h2 { font-size:clamp(29px,8.4vw,35px); }
    .section-heading--split>p,
    .control-copy>p:not(.eyebrow),
    .lock-copy>p:not(.eyebrow),
    .remote-copy>p:not(.eyebrow),
    .video-grid>div>p:not(.eyebrow),
    .trust-grid>div:first-child>p:not(.eyebrow) { font-size:13px; line-height:1.43; }
    .income-calculator { border-radius:19px; }
    .calc-fields { gap:11px; padding:19px 16px 20px; }
    .calc-result { padding:20px 16px 18px; }
    .calc-scenario { padding:10px; }
    .scenario-metrics strong { font-size:18px; }
    .control-section,
    .board-section,
    .lock-section,
    .key-features-section,
    .objects-section,
    .video-section,
    .process-section,
    .trust-section,
    .faq-section,
    .platform-section,
    .pricing-section { padding-top:48px; padding-bottom:48px; }
    .app-shell { min-height:300px; }
    .lock-photo-wrap { height:300px; }
    .remote-section { padding-bottom:48px; }
    .remote-photo { min-height:220px; }
    .remote-copy { padding:26px 21px; }
    .video-grid { gap:18px; }
    .video-card { height:205px; }
    .video-story { grid-template-columns:1fr 1fr; gap:7px; }
    .video-story span { padding:8px 9px; font-size:9px; }
    .platform-switch { grid-template-columns:1fr; gap:9px; margin:-9px 0 16px; }
    .platform-switch article { padding:14px; }
    .platform-switch>strong { padding:13px 14px; font-size:11px; }
    .platform-intro { gap:16px; padding:18px; border-radius:20px; }
    .platform-intro h3 { margin-top:13px; font-size:23px; }
    .platform-intro p { font-size:12px; }
    .platform-flow { padding-top:17px; font-size:10px; }
    .feature-card { min-height:150px; padding:16px; }
    .pricing-mobile-overview article { min-height:86px; padding:10px 7px; }
    .pricing-mobile-overview b { min-height:23px; font-size:11px; }
    .pricing-mobile-overview strong { font-size:14px; }
    .pricing-grid { gap:10px; }
    .pricing-card { flex-basis:min(80vw,320px); min-height:auto; padding:20px; }
    .pricing-card__top { margin-bottom:14px; }
    .pricing-card h3 { margin-bottom:8px; font-size:23px; }
    .pricing-card__intro { min-height:0; margin-bottom:14px; font-size:12px; }
    .price { margin:0 0 17px; padding-bottom:17px; }
    .price b { font-size:34px; }
    .pricing-card ul { gap:8px; }
    .pricing-card li { font-size:11px; }
    .pricing-card__note { margin-top:18px; margin-bottom:14px; font-size:10px; }
    .pricing-card .button { min-height:44px; font-size:11px; }
    .contact-card { padding:27px 19px; }
    .contact-card h2 { font-size:31px; }
    .site-footer { padding-top:38px; }
    .footer-main { gap:23px 18px; padding-bottom:25px; }
    .footer-legal { align-items:flex-start; flex-direction:column; gap:10px; margin-bottom:14px; padding:14px 0; }
    .footer-legal div { flex-wrap:wrap; }
    .footer-bottom div { flex-wrap:wrap; gap:12px; }
}

@media (max-width:760px) {
    .platform-section .section-heading { margin-bottom:18px; }
    .platform-section .section-heading h2 { font-size:clamp(27px,7.7vw,32px); }
    .platform-switch { grid-template-columns:1fr 1fr; gap:8px; }
    .platform-switch article { grid-template-columns:1fr; gap:7px; padding:12px; }
    .platform-switch article span { grid-row:auto; width:26px; height:26px; border-radius:8px; font-size:10px; }
    .platform-switch article b { font-size:13px; }
    .platform-switch article p { grid-column:auto; font-size:10px; line-height:1.35; }
    .platform-switch>strong { grid-column:1/-1; padding:11px 12px; }
    .platform-intro { padding:16px; }
    .platform-kicker { padding:5px 8px; font-size:8px; }
    .platform-intro h3 { margin:11px 0 8px; font-size:21px; }
    .platform-intro p { font-size:11px; line-height:1.4; }
    .platform-flow { gap:5px; padding-top:14px; font-size:9px; }
    .platform-flow span { padding:5px 6px; }
    .platform-intro__screen { gap:9px; padding:14px; }
    .screen-status { padding:9px; }
    .screen-route { grid-template-columns:1fr 1fr; gap:6px; }
    .screen-route p { font-size:9px; }
    .platform-callout { margin-top:14px; padding:14px; }
}

/* Conversion blocks: segment the visitor, prove the value, and keep phone capture close. */
.path-section { background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(239,246,255,.54)); }
.path-section .centered>p:not(.eyebrow) { max-width:680px; margin:14px auto 0; color:#64748b; font-size:15px; line-height:1.55; }
.path-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.path-grid article { position:relative; display:flex; flex-direction:column; min-height:250px; padding:24px; border:1px solid rgba(29,78,216,.12); border-radius:22px; background:rgba(255,255,255,.78); box-shadow:0 18px 42px rgba(29,78,216,.075); overflow:hidden; }
.path-grid article::after { position:absolute; right:-42px; top:-42px; width:120px; height:120px; border-radius:50%; background:rgba(147,197,253,.18); content:""; }
.path-grid span { display:grid; place-items:center; width:36px; height:36px; margin-bottom:32px; border-radius:12px; color:#fff; background:linear-gradient(145deg,#1d4ed8,#38bdf8); font:800 13px Manrope,sans-serif; }
.path-grid h3 { margin-bottom:10px; color:#0f172a; font-size:21px; letter-spacing:-.05em; }
.path-grid p { margin:0 0 22px; color:#64748b; font-size:13px; line-height:1.5; }
.path-grid a { margin-top:auto; color:#1d4ed8; font-size:13px; font-weight:800; text-decoration:none; }
.case-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:-12px 0 20px; }
.case-strip article { padding:18px; border:1px solid rgba(29,78,216,.11); border-radius:16px; background:rgba(255,255,255,.78); box-shadow:0 12px 30px rgba(29,78,216,.055); }
.case-strip span { color:#64748b; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.case-strip h3 { margin:6px 0 13px; font-size:17px; }
.case-strip dl { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin:0; }
.case-strip dl div:last-child { grid-column:1/-1; }
.case-strip dt { color:#94a3b8; font-size:9px; }
.case-strip dd { margin:1px 0 0; color:#0f172a; font-size:12px; font-weight:800; }
.case-strip dl div:nth-child(2) dd { color:#16a34a; }
.protection-section { background:linear-gradient(120deg,rgba(239,246,255,.7),rgba(255,255,255,.88)); }
.protection-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.protection-grid article { min-height:190px; padding:22px; border:1px solid rgba(29,78,216,.12); border-radius:18px; background:rgba(255,255,255,.76); box-shadow:0 15px 36px rgba(29,78,216,.065); }
.protection-grid span { display:block; margin-bottom:30px; color:#2563eb; font:800 28px Manrope,sans-serif; letter-spacing:-.08em; }
.protection-grid h3 { margin-bottom:8px; font-size:18px; }
.protection-grid p { margin:0; color:#64748b; font-size:12px; line-height:1.5; }
.protection-cta { margin-top:24px; }
.mobile-sticky-lead { display:none; }

@media (max-width:1050px) {
    .path-grid,.case-strip,.protection-grid { grid-template-columns:1fr 1fr; }
    .path-grid article:last-child,.case-strip article:last-child { grid-column:1/-1; }
}

@media (max-width:760px) {
    body { padding-bottom:74px; }
    .path-section,
    .protection-section { padding-top:48px; padding-bottom:48px; }
    .path-section .centered>p:not(.eyebrow) { font-size:13px; line-height:1.45; }
    .path-grid { grid-template-columns:1fr; gap:10px; }
    .path-grid article,
    .path-grid article:last-child { grid-column:auto; min-height:0; padding:17px; border-radius:17px; }
    .path-grid span { width:31px; height:31px; margin-bottom:14px; border-radius:10px; font-size:11px; }
    .path-grid h3 { font-size:18px; }
    .path-grid p { margin-bottom:13px; font-size:12px; }
    .case-strip { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(236px,74vw); grid-template-columns:unset; gap:10px; width:calc(100% + 16px); margin:0 -16px 16px 0; padding:2px 16px 12px 0; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scrollbar-width:none; }
    .case-strip::-webkit-scrollbar { display:none; }
    .case-strip article,
    .case-strip article:last-child { grid-column:auto; scroll-snap-align:start; padding:15px; }
    .protection-grid { grid-template-columns:1fr 1fr; gap:9px; }
    .protection-grid article { min-height:0; padding:15px; border-radius:15px; }
    .protection-grid span { margin-bottom:17px; font-size:22px; }
    .protection-grid h3 { font-size:14px; }
    .protection-grid p { font-size:10px; line-height:1.42; }
    .protection-cta { margin-top:16px; }
    .mobile-sticky-lead { position:fixed; z-index:60; left:10px; right:10px; bottom:10px; display:grid; grid-template-columns:1fr auto; gap:8px; padding:8px; border:1px solid rgba(255,255,255,.6); border-radius:18px; background:rgba(15,23,42,.82); box-shadow:0 18px 45px rgba(15,23,42,.28); backdrop-filter:blur(14px); }
    .mobile-sticky-lead.is-hidden { transform:translateY(130%); opacity:0; pointer-events:none; }
    .mobile-sticky-lead input { min-width:0; height:44px; padding:0 12px; border:0; border-radius:13px; outline:0; color:#0f172a; background:#fff; font-size:13px; }
    .mobile-sticky-lead button { height:44px; padding:0 14px; border:0; border-radius:13px; color:#fff; background:linear-gradient(145deg,#fb7358,#ea6249); font-size:12px; font-weight:800; white-space:nowrap; }
}

@media (max-width:430px) {
    .protection-grid { grid-template-columns:1fr 1fr; }
    .protection-grid article { padding:13px; }
    .protection-grid span { margin-bottom:13px; font-size:19px; }
    .protection-grid h3 { font-size:13px; }
    .protection-grid p { font-size:9.5px; }
}

/* Focus pass: shorten the path to lead and make decisions clearer. */
.hero-phone-form { display:grid; grid-template-columns:minmax(210px,300px) auto; gap:8px; max-width:520px; margin:-18px 0 28px; padding:7px; border:1px solid rgba(255,255,255,.18); border-radius:16px; background:rgba(255,255,255,.1); backdrop-filter:blur(10px); }
.hero-phone-form input { min-width:0; height:48px; padding:0 14px; border:0; border-radius:11px; outline:0; color:#0f172a; background:#fff; font-size:13px; }
.hero-phone-form button { height:48px; padding:0 16px; border:0; border-radius:11px; color:#fff; background:linear-gradient(145deg,#fb7358,#ea6249); font-size:13px; font-weight:800; white-space:nowrap; }
.path-section { padding-top:74px; padding-bottom:74px; }
.path-section .section-heading { margin-bottom:24px; }
.path-grid article { min-height:0; padding:19px; border-radius:18px; }
.path-grid span { width:31px; height:31px; margin-bottom:17px; border-radius:10px; font-size:11px; }
.path-grid h3 { font-size:18px; }
.path-grid p { margin-bottom:16px; font-size:12px; line-height:1.42; }
.calc-step-label { grid-column:1/-1; display:flex; align-items:center; gap:8px; margin:-3px 0 -4px; color:#1d4ed8; font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.calc-step-label::after { flex:1; height:1px; background:rgba(29,78,216,.12); content:""; }
.calc-step-label--contact { margin-top:7px; color:#64748b; }
.calc-contact-field input { border-color:rgba(29,78,216,.2)!important; background:#f8fbff!important; }
.tariff-guide { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:-25px 0 24px; }
.tariff-guide article { padding:14px 16px; border:1px solid rgba(29,78,216,.12); border-radius:15px; background:rgba(255,255,255,.74); box-shadow:0 11px 26px rgba(29,78,216,.055); }
.tariff-guide b { display:block; margin-bottom:4px; color:#0f172a; font-size:13px; }
.tariff-guide span { color:#1d4ed8; font-size:12px; font-weight:800; }
.trust-section { padding-top:82px; padding-bottom:82px; }

@media (max-width:760px) {
    .hero-phone-form { display:none; }
    .path-section { padding-top:38px; padding-bottom:38px; }
    .path-section .section-heading { margin-bottom:16px; }
    .path-section .section-heading h2 { font-size:clamp(27px,7.8vw,32px); }
    .path-section .centered>p:not(.eyebrow) { margin-top:9px; font-size:12px; }
    .path-grid { gap:8px; }
    .path-grid article { display:grid; grid-template-columns:auto 1fr; gap:3px 10px; padding:13px; }
    .path-grid article::after { display:none; }
    .path-grid span { grid-row:1 / span 3; width:28px; height:28px; margin:0; border-radius:9px; }
    .path-grid h3 { margin:0; font-size:15px; }
    .path-grid p { margin:1px 0 4px; font-size:10px; line-height:1.35; }
    .path-grid a { font-size:11px; }
    .calc-step-label { margin-top:0; font-size:9px; }
    .calc-step-label--contact { margin-top:4px; }
    .tariff-guide { grid-template-columns:1fr; gap:7px; margin:-7px 0 14px; }
    .tariff-guide article { display:flex; justify-content:space-between; gap:12px; align-items:center; padding:11px 12px; border-radius:13px; }
    .tariff-guide b { margin:0; font-size:11px; }
    .tariff-guide span { font-size:11px; white-space:nowrap; }
    .trust-section { padding-top:46px; padding-bottom:46px; }
}
