.landing{background:#ffffff;--brand:#0b1f3d;--brand-hover:#16305c;--brand-light:#e8ebf0;--brand-tint:rgba(11,31,61,0.1);--ink:#0b1f3d;--ink-2:#4b5563;--ink-3:#6b7580;--line:#e4e7ea;--line-2:#d8dce4;--line-3:#eef0f3;--star:#e2a21f;--green:#2e7d5b;--placeholder:#c8ccd2;--soft-bg:#f4f6f8;--estimate-bg:#fbfcfd;--radius:12px;--radius-pill:999px;--font-size-md:15px;--font-size-input:16px}.landing.landing-chrome{display:contents}.landing *{box-sizing:border-box}.landing body,.landing html{margin:0;padding:0}.landing body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#ffffff;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.landing img{max-width:100%;display:block}.landing a{color:inherit;text-decoration:none}.landing button{font-family:inherit;cursor:pointer}.landing .nav{position:fixed;top:0;left:0;right:0;z-index:1001;padding:18px max(32px,calc((100% - 1100px) / 2));display:flex;align-items:center;justify-content:space-between;background:#fff}.landing .nav-left{display:flex;align-items:center;gap:44px}.landing .nav-logo{display:inline-flex;align-items:center}.landing .nav-logo img{height:26px;width:auto;display:block;transform:translateY(2px)}.dark .landing .nav-logo img.nav-logo-img-light,.landing .nav-logo img.nav-logo-img-dark{display:none}.dark .landing .nav-logo img.nav-logo-img-dark{display:block}.landing .nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:500}.landing .nav-links a{color:var(--ink)}.landing .nav-links a:hover{color:var(--brand)}.landing .nav-tertiary{color:var(--ink);font-size:14px;font-weight:500;white-space:nowrap}.landing .nav-tertiary:hover{color:var(--brand)}.landing .nav-right{display:flex;align-items:center;gap:16px}.landing .nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;margin-left:-8px;padding:0;border:none;background:transparent;cursor:pointer}.landing .nav-hamburger span{display:block;width:22px;height:2px;border-radius:2px;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.landing .nav-hamburger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.landing .nav-hamburger.is-open span:nth-child(2){opacity:0}.landing .nav-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing .nav-mobile-menu{display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);padding:4px 20px 12px}.landing .nav-mobile-menu a{padding:17px 4px;font-size:17px;font-weight:500;color:var(--ink);border-bottom:1px solid var(--line-3)}.landing .nav-mobile-menu a:last-child{border-bottom:none}.landing .nav-mobile-menu a:hover{color:var(--brand)}.landing .nav-cta{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border:1px solid var(--brand);background:var(--brand);color:#fff!important;border-radius:10px;font-weight:600;font-size:14px;letter-spacing:-.01em;white-space:nowrap;box-shadow:0 1px 2px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.16);transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.landing .nav-cta:hover{background:var(--brand-hover);color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.06)}.landing .nav-cta:active{transform:translateY(0)}.landing .hero{padding:28px 32px 56px;background:#fff}.landing .nav-spacer{height:64px}@media (max-width:880px){.landing .nav-spacer{height:56px}}.landing .hero-inner{max-width:980px;margin:0 auto;text-align:center}.landing .hero h1{font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.12;color:var(--brand);margin:16px auto 28px;max-width:720px}.landing .hero-sub{font-size:15px;color:var(--ink-2);margin:-8px auto 24px;max-width:600px}.landing .hero h1 .marker{position:relative;display:inline-block;white-space:nowrap;z-index:0}.landing .hero h1 .marker:after{content:"";position:absolute;left:-4px;right:-4px;bottom:-2px;height:8px;background:#ee4560;border-radius:3px;transform:rotate(-.6deg);z-index:-1}.landing .hero-search{position:relative;max-width:540px;margin:0 auto 32px;display:flex;align-items:center;background:#fff;border:1.5px solid var(--line-2);border-radius:var(--radius-pill);padding:6px 6px 6px 24px;box-shadow:0 4px 18px rgba(0,0,0,.06)}.landing .hero-search input{flex:1;border:0;outline:0;font:inherit;font-size:var(--font-size-md);background:transparent;color:var(--ink);padding:12px 8px}@media (pointer:coarse){.landing .hero-search input{font-size:var(--font-size-input)}}.landing .hero-search input::-moz-placeholder{color:var(--ink-3)}.landing .hero-search input::placeholder{color:var(--ink-3)}.landing .hero-search button{width:44px;height:44px;border-radius:50%;background:var(--brand);border:0;color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.landing .hero-search button:hover{background:var(--brand-hover)}.landing .hero-search button svg{width:18px;height:18px}.landing .cat-tabs{display:flex;align-items:flex-end;justify-content:safe center;gap:38px;border-bottom:1px solid var(--line);max-width:820px;margin:0 auto 36px;padding:0 16px 4px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.landing .cat-tabs::-webkit-scrollbar{display:none}.landing .cat-tab{display:flex;flex-direction:column;align-items:center;gap:8px;padding:6px 4px 12px;font-size:13px;font-weight:500;color:var(--ink-2);margin-bottom:-1px;cursor:pointer;background:transparent;border:0;border-bottom:2.5px solid transparent;transition:color .15s;flex-shrink:0;white-space:nowrap}.landing .cat-tab-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--ink-3);transition:color .15s}.landing .cat-tab-icon svg{width:24px;height:24px;display:block}.landing .cat-tab:hover,.landing .cat-tab:hover .cat-tab-icon{color:var(--brand)}.landing .cat-tab.is-active{color:var(--ink);border-bottom-color:var(--ink);font-weight:600}.landing .cat-tab.is-active .cat-tab-icon{color:var(--ink)}.landing .hero-feature{display:grid;grid-template-columns:1.18fr 1fr;gap:16px;max-width:980px;margin:0 auto;align-items:stretch}.landing .hero-estimate,.landing .hero-photo{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 24px rgba(11,31,61,.06);aspect-ratio:1972/1496;position:relative}.landing .hero-estimate img{-o-object-fit:contain;object-fit:contain;background:#fff}.landing .hero-estimate img,.landing .hero-photo img{width:100%;height:100%;-o-object-position:center;object-position:center;display:block}.landing .hero-photo img{-o-object-fit:cover;object-fit:cover}.landing .est-fallback{position:absolute;inset:0;background:var(--estimate-bg);padding:22px 24px;display:none;flex-direction:column;font-size:11px;color:var(--ink-2);overflow:hidden}.landing .hero-estimate.is-fallback img{display:none}.landing .hero-estimate.is-fallback .est-fallback{display:flex}.landing .est-eyebrow{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-3);margin-bottom:8px}.landing .est-table{width:100%;border-collapse:collapse;table-layout:fixed}.landing .est-table thead th{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-3);text-align:right;padding:6px 0 10px;border-bottom:1px solid var(--line)}.landing .est-table thead th:first-child{text-align:left}.landing .est-table thead th.col-work{width:50%}.landing .est-table thead th.col-qty,.landing .est-table thead th.col-total,.landing .est-table thead th.col-unit{width:16.66%}.landing .est-section-row td{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ink);background:#f3f4f6;padding:7px 8px 5px}.landing .est-section-row td.section-total{text-align:right}.landing .est-item-row td{padding:5px 8px;vertical-align:top;font-size:10.5px;color:var(--ink)}.landing .est-item-row td:nth-child(2),.landing .est-item-row td:nth-child(3),.landing .est-item-row td:nth-child(4){text-align:right;color:var(--ink-2);font-variant-numeric:tabular-nums}.landing .est-item-row .item-name{font-weight:500;color:var(--ink)}.landing .est-item-row .item-sub{font-size:9px;color:var(--ink-3);margin-top:2px}.landing .est-totals-row td{border-top:1px solid var(--line);padding:9px 8px 0;font-size:11px;font-weight:700;color:var(--ink)}.landing .est-totals-row td:last-child{text-align:right;font-variant-numeric:tabular-nums}.landing .trust-strip{background:var(--brand);color:#fff;padding:40px 32px 44px}.landing .trust-strip-inner{max-width:1100px;margin:0 auto;text-align:center}.landing .trust-strip-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.55);margin:0 0 10px}.landing .trust-strip-title{font-size:18px;font-weight:500;color:rgba(255,255,255,.92);margin:0 auto 28px;max-width:720px;line-height:1.5}.landing .trust-strip-title strong{font-weight:700;color:#fff}.landing .trust-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:820px;margin:0 auto}.landing .trust-stat{display:flex;flex-direction:column;align-items:center}.landing .trust-stat-value{font-size:36px;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.05;margin-bottom:8px}.landing .trust-stat-label{font-size:12px;font-weight:600;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.14em}.landing .section{padding:64px 32px}.landing .section-inner{max-width:1100px;margin:0 auto}.landing .section h2{font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0 0 26px;color:var(--ink)}.landing .projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.landing .project-card{background:transparent}.landing .project-thumb{width:100%;aspect-ratio:4/3;background:var(--placeholder);border-radius:8px;overflow:hidden}.landing .project-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.landing .project-card h4{font-size:14.5px;font-weight:600;margin:12px 0 4px;color:var(--ink);line-height:1.3}.landing .project-card p{font-size:12.5px;color:var(--ink-3);margin:0;line-height:1.4}.landing .section-reviews{padding-top:36px;padding-bottom:36px}.landing .reviews-head{text-align:center;margin-bottom:32px}.landing .reviews-head h2{font-size:20px;font-weight:700;margin:0}.landing .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:28px 44px;max-width:980px;margin:0 auto}.landing .review{display:flex;flex-direction:column;font-size:13.5px;line-height:1.55;color:var(--ink-2)}.landing .review-head{display:flex;align-items:center;gap:10px;margin-bottom:6px}.landing .review-name{font-weight:700;color:var(--ink);font-size:14px}.landing .review-stars{color:var(--star);letter-spacing:1px;font-size:12px}.landing .review p{margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.landing .review-tag{color:var(--brand);font-weight:600;font-size:12.5px;margin-top:auto;padding-top:10px}.landing .trustpilot-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:36px;padding-bottom:12px;font-size:13px;color:var(--ink-2)}.landing .trustpilot-stars{display:inline-flex;gap:3px}.landing .tp-star{width:20px;height:20px;background:var(--green);display:inline-flex;align-items:center;justify-content:center;color:#fff}.landing .tp-star svg{width:12px;height:12px}.landing .tp-link{display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-size:13px}.landing .tp-link strong{font-weight:600}.landing .tp-logo-star{color:var(--green);font-size:14px}.landing .guarantee{padding:48px 32px 40px;background:#fff;border-top:1px solid var(--line)}.landing .guarantee h2{font-size:22px;font-weight:700;margin:0 auto 32px;max-width:1100px;color:var(--ink)}.landing .pillars{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:56px}.landing .pillar h4{font-size:15px;font-weight:700;margin:0 0 8px;color:var(--ink)}.landing .pillar p{font-size:13.5px;color:var(--ink-2);margin:0 0 12px}.landing .pillar-badge{display:inline-flex;align-items:center;gap:6px;background:var(--brand-light);color:var(--brand);padding:6px 12px;border-radius:var(--radius-pill);font-size:12.5px;font-weight:600;margin-top:6px}.landing .pillar-badge svg{width:14px;height:14px}.landing .how{background:var(--soft-bg);padding:64px 32px 72px}.landing .how-inner{max-width:900px;margin:0 auto;text-align:center}.landing .how-title{font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0 0 36px;color:var(--ink)}.landing .how-steps{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:40px}.landing .how-step{display:inline-flex;align-items:center;gap:10px;padding:9px 18px 9px 9px;background:#fff;border:1px solid var(--line);border-radius:999px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;color:var(--ink-3);transition:background .25s ease,border-color .25s ease,color .25s ease}.landing .how-step:hover{border-color:var(--ink-3);color:var(--ink)}.landing .how-step.is-active{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600}.landing .how-step-num{width:24px;height:24px;border-radius:50%;background:var(--line-2);color:var(--ink-3);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;transition:background .25s ease,color .25s ease}.landing .how-step.is-active .how-step-num{background:rgba(255,255,255,.22);color:#fff}.landing .how-carousel{display:flex;justify-content:center;align-items:center;gap:30px;max-width:880px;margin:0 auto;perspective:1200px}.landing .how-slide{flex:1 1 0;min-width:0;max-width:260px;height:auto;display:block;border-radius:14px;background:#fff;-o-object-fit:contain;object-fit:contain;cursor:pointer;opacity:.35;transform:scale(.86);filter:saturate(.75);box-shadow:0 6px 20px rgba(11,31,61,.08);transition:opacity .6s ease,transform .6s ease,filter .6s ease,box-shadow .6s ease}.landing .how-slide:hover{opacity:.6}.landing .how-slide.is-active{opacity:1;transform:scale(1.06);filter:none;box-shadow:0 18px 48px rgba(11,31,61,.18);cursor:default}.landing .gethelp{padding:56px 32px 72px;background:#fff}.landing .gethelp-inner{max-width:1100px;margin:0 auto}.landing .gethelp h2{font-size:22px;font-weight:700;margin:0 0 22px;color:var(--ink)}.landing .gethelp-chips{display:flex;flex-wrap:wrap;gap:10px;max-width:820px}.landing .gethelp-link{border:1px solid var(--line-2);background:#fff;border-radius:var(--radius-pill);padding:8px 16px;font-size:13px;font-weight:500;color:var(--ink-2);transition:all .15s}.landing .gethelp-link:hover{border-color:var(--brand);color:var(--brand)}.landing .gethelp-all{display:inline-block;margin-top:22px;color:var(--brand);font-weight:500;font-size:14px}.landing .gethelp-all:hover{text-decoration:underline}.landing .footer{background:var(--brand);color:#b9c1cc;padding:36px 32px 28px}.landing .footer-inner{max-width:1100px;margin:0 auto}.landing .footer-top{display:flex;align-items:center;gap:14px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:28px;font-size:13.5px}.landing .footer-social{display:inline-flex;gap:14px}.landing .footer-social a{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#b9c1cc}.landing .footer-social svg{width:16px;height:16px}.landing .footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:30px}.landing .footer h5{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:0 0 14px}.landing .footer ul{list-style:none;padding:0;margin:0;font-size:13px}.landing .footer ul li{margin-bottom:8px}.landing .footer ul li a{color:#b9c1cc}.landing .footer ul li a:hover{color:#fff}.landing .footer-app{display:flex;flex-direction:column;gap:8px;margin-top:14px}.landing .app-store{background:#000;color:#fff;border-radius:6px;padding:6px 14px;display:inline-flex;align-items:center;gap:8px;font-size:11px;max-width:150px}.landing .app-store-text{line-height:1.1}.landing .app-store-text small{font-size:9px;opacity:.8;display:block}.landing .app-store-text strong{font-size:14px;font-weight:700}.landing .app-store svg{width:22px;height:22px}@media (max-width:880px){.landing .nav{padding:16px 20px}.landing .nav-links,.landing .nav-tertiary{display:none}.landing .nav-hamburger{display:flex}.landing .nav-mobile-menu.open{display:flex;position:fixed;inset:0;z-index:1000;overflow-y:auto;padding:88px 20px 28px;border-bottom:none}.landing .nav-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.landing .projects-grid{grid-template-columns:repeat(2,1fr)}.landing .reviews-grid{grid-template-columns:1fr 1fr}.landing .pillars{gap:30px}.landing .hero-feature,.landing .pillars{grid-template-columns:1fr}.landing .footer-cols{grid-template-columns:1fr 1fr}.landing .hero{padding:40px 24px 64px}.landing .hero h1{font-size:28px;margin:24px auto 36px}.landing .hero-search{margin-bottom:40px}.landing .how{padding:48px 16px 56px}.landing .how-steps{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;padding:4px 16px 12px;margin:0 -16px 28px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.landing .how-steps::-webkit-scrollbar{display:none}.landing .how-step{flex-shrink:0}.landing .how-carousel{display:block;max-width:100%;padding:0}.landing .how-slide{display:none;width:100%;max-width:280px;margin:0 auto;transform:none;opacity:1;filter:none}.landing .how-slide.is-active{display:block;transform:none;opacity:1;box-shadow:0 18px 48px rgba(11,31,61,.18)}.landing .cat-tabs{gap:22px}.landing .trust-strip-title{font-size:15px}.landing .trust-stat-value{font-size:28px}.landing .trust-stats{gap:16px}}@media (max-width:600px){.landing .nav{padding:14px 16px}.landing .nav-mobile-menu{padding-left:16px;padding-right:16px}}.landing .iq-overlay{position:fixed;inset:0;z-index:2000;display:none;padding:18px 14px;background:rgba(229,231,235,.86);backdrop-filter:blur(5px);overflow-y:auto}.landing .iq-overlay.active{display:flex;align-items:center;justify-content:center}.landing .iq-overlay-content{width:100%;max-width:480px;box-sizing:border-box}.landing .iq-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.14);padding:26px 22px 20px;animation:iq-card-in .18s ease}@keyframes iq-card-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.landing .iq-head{margin-bottom:14px;padding-right:36px}.landing .iq-title{font-size:19px;font-weight:700;color:var(--ink);line-height:1.25;margin:0;letter-spacing:-.01em}.landing .iq-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:999px;border:none;background:var(--line-3);color:var(--ink-2);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.landing .iq-close:hover{background:var(--line);color:var(--ink)}.landing .iq-close svg{width:14px;height:14px}.landing .iq-form{position:relative;min-height:170px;margin:4px 0 18px}.landing .iq-block{display:none;flex-direction:column;gap:14px;animation:iqStepIn .28s ease-out}.landing .iq-block.is-current{display:flex}@keyframes iqStepIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing .iq-step-question{font-size:17px;font-weight:600;color:var(--ink);line-height:1.3;letter-spacing:-.01em;margin:0 0 2px}.landing .iq-options{display:flex;flex-direction:column;gap:8px}.landing .iq-chip{display:flex;align-items:center;gap:14px;width:100%;padding:14px 18px;border:1.5px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);cursor:pointer;transition:all .15s ease;font:inherit;font-size:14.5px;font-weight:500;text-align:left;line-height:1.35}.landing .iq-chip:before{content:"";width:20px;height:20px;border-radius:50%;border:2px solid var(--line-2);background:#fff;flex-shrink:0;transition:all .15s ease;box-sizing:border-box}.landing .iq-chip:hover{background:rgba(11,31,61,.04)}.landing .iq-chip.active,.landing .iq-chip:hover,.landing .iq-chip:hover:before{border-color:var(--brand)}.landing .iq-chip.active{background:rgba(11,31,61,.06)}.landing .iq-chip.active:before{border:6px solid var(--brand);background:#fff}.landing .iq-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:30px 18px;border:1.5px dashed var(--line-2);border-radius:14px;background:#fff;cursor:pointer;text-align:center;transition:all .15s ease}.landing .iq-upload-zone.is-dragover,.landing .iq-upload-zone:hover{border-color:var(--brand);background:rgba(11,31,61,.04)}.landing .iq-upload-zone.is-dragover{border-style:solid}.landing .iq-upload-icon{width:44px;height:44px;border-radius:12px;background:var(--brand-light);color:var(--brand);display:inline-flex;align-items:center;justify-content:center}.landing .iq-upload-icon svg{width:22px;height:22px}.landing .iq-upload-title{font-size:14.5px;font-weight:600;color:var(--ink);line-height:1.3}.landing .iq-upload-sub{font-size:12.5px;color:var(--ink-3);line-height:1.4;margin-top:-4px}.landing .iq-upload-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:8px 16px;border-radius:10px;background:var(--brand);color:#fff;font-size:13px;font-weight:600;pointer-events:none}.landing .iq-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px}.landing .iq-back{background:transparent;border:1px solid var(--line);color:var(--ink-2);cursor:pointer;padding:11px 16px;border-radius:12px;font:inherit;font-size:14px;font-weight:500;transition:all .15s ease;display:inline-flex;align-items:center;gap:6px}.landing .iq-back:hover{background:var(--line-3);color:var(--ink)}.landing .iq-back:disabled{opacity:0;pointer-events:none}.landing .iq-submit{background:var(--brand);color:#fff;border:none;cursor:pointer;padding:11px 22px;border-radius:12px;font:inherit;font-size:14px;font-weight:700;transition:all .15s ease;display:inline-flex;align-items:center;gap:6px}.landing .iq-submit:hover:not(:disabled){background:var(--brand-hover)}.landing .iq-submit:disabled{background:var(--line-3);color:var(--ink-3);cursor:not-allowed}.landing .iq-account-sub{font-size:13.5px;color:var(--ink-2);line-height:1.45;margin:-2px 0 4px}.landing .iq-socials{display:flex;flex-direction:column;gap:8px}.landing .iq-social-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:44px;padding:0 14px;background:#fff;color:var(--ink);border:1px solid var(--line-2);border-radius:10px;font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.landing .iq-social-btn:hover{background:var(--line-3);border-color:#9ca3af}.landing .iq-social-btn svg{width:18px;height:18px;flex-shrink:0}.landing .iq-social-btn.iq-email-cta svg{color:var(--ink-2)}.landing .iq-account-card:not([data-email-collapsed]) .iq-email-cta,.landing .iq-account-card[data-email-collapsed] .iq-divider,.landing .iq-account-card[data-email-collapsed] .iq-email-form{display:none}.landing .iq-email-form{display:flex;flex-direction:column;gap:12px}.landing .iq-divider{position:relative;text-align:center;margin:4px 0 2px;font-size:12px;font-weight:500;color:#9ca3af;letter-spacing:.04em;text-transform:uppercase}.landing .iq-divider:after,.landing .iq-divider:before{content:"";position:absolute;top:50%;width:calc(50% - 80px);height:1px;background:var(--line)}.landing .iq-divider:before{left:0}.landing .iq-divider:after{right:0}.landing .iq-field{display:flex;flex-direction:column;gap:6px}.landing .iq-field label{font-size:12.5px;font-weight:500;color:var(--ink-2)}.landing .iq-input{width:100%;height:44px;padding:0 14px;background:#fff;border:1px solid var(--line-2);border-radius:10px;color:var(--ink);font:inherit;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.landing .iq-input::-moz-placeholder{color:#9ca3af}.landing .iq-input::placeholder{color:#9ca3af}.landing .iq-input:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(11,31,61,.08)}.landing .iq-auth-submit{width:100%;height:46px;margin-top:4px;background:var(--brand);color:#fff;border:none;border-radius:10px;font:inherit;font-size:14.5px;font-weight:600;cursor:pointer;transition:background .15s ease}.landing .iq-auth-submit:hover{background:var(--brand-hover)}.landing .iq-legal{font-size:11.5px;color:var(--ink-3);line-height:1.4;text-align:center;margin:6px 0 0}.landing .iq-processing-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.landing .iq-processing-icon{width:40px;height:40px;border-radius:10px;background:var(--brand-light);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.landing .iq-processing-icon svg{width:20px;height:20px}.landing .iq-processing-meta-wrap{min-width:0}.landing .iq-processing-file{font-size:14px;font-weight:600;color:var(--ink);line-height:1.2}.landing .iq-processing-meta{font-size:12.5px;color:var(--ink-3);margin-top:2px}.landing .iq-processing-progress{width:100%;height:4px;border-radius:999px;background:var(--brand-light);overflow:hidden;margin:4px 0 16px}.landing .iq-processing-progress-fill{width:0;height:100%;border-radius:999px;background:var(--brand);transition:width .4s ease}.landing .iq-processing.is-complete .iq-processing-progress{display:none}.landing .iq-processing-steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.landing .iq-processing-step{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--ink-3);opacity:.6;transition:opacity .25s ease,color .25s ease,transform .25s ease;transform:translateY(2px)}.landing .iq-processing-step.is-done,.landing .iq-processing-step.is-entering{opacity:1;transform:translateY(0)}.landing .iq-processing-step-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--line);background:transparent;display:inline-flex;flex-shrink:0;position:relative;transition:border-color .3s ease,background .3s ease;box-sizing:border-box}.landing .iq-processing-step.is-entering .iq-processing-step-dot{border-color:var(--brand);border-top-color:transparent;animation:iqSpinDot .7s linear infinite}.landing .iq-processing-step.is-done{color:var(--ink)}.landing .iq-processing-step.is-done .iq-processing-step-dot{border-color:var(--brand);background:var(--brand);animation:none}.landing .iq-processing-step.is-done .iq-processing-step-dot:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-65%) rotate(45deg)}@keyframes iqSpinDot{to{transform:rotate(1turn)}}.landing #iqProcessingCta{margin-top:18px;display:none}.landing .iq-processing.is-complete #iqProcessingCta{display:block}.landing .iq-success{text-align:center;padding:6px 0 8px}.landing .iq-success-icon{width:56px;height:56px;border-radius:50%;background:var(--brand-light);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;margin:0 auto 14px}.landing .iq-success-icon svg{width:28px;height:28px}.landing .iq-success-strong{font-size:16px;font-weight:700;color:var(--ink);margin:0 0 6px;line-height:1.3}.landing .iq-success-text{font-size:13.5px;color:var(--ink-2);line-height:1.5;margin:0}@media (max-width:600px){.landing .iq-actions{flex-direction:column-reverse;align-items:stretch}.landing .iq-actions button{width:100%;justify-content:center}.landing .iq-card{padding:22px 18px 18px}.landing .iq-title{font-size:17px}}.dark .landing{--brand:#a8d8f0;--brand-hover:#bfe3f5;--brand-light:rgba(168,216,240,0.15);--brand-tint:rgba(168,216,240,0.2);--ink:#e8ecf2;--ink-2:#aab3c0;--ink-3:#7d8898;--line:#2a3142;--line-2:#353c50;--line-3:#232838;--placeholder:#5a6478;--soft-bg:#161a26;--estimate-bg:#1a1f2e;color:var(--ink)}.dark .landing,.dark .landing .gethelp,.dark .landing .guarantee,.dark .landing .hero,.dark .landing .nav,.dark .landing .section{background:#0f131c}.dark .landing .nav-mobile-menu{background:#0f131c;border-bottom-color:var(--line)}.dark .landing .nav-cta{background:var(--brand);border-color:var(--brand);color:#0f131c!important}.dark .landing .nav-cta:hover{background:var(--brand-hover);color:#0f131c!important}.dark .landing .hero-search{background:var(--estimate-bg);border-color:var(--line-2);box-shadow:0 4px 18px rgba(0,0,0,.35)}.dark .landing .hero-search input{color:var(--ink)}.dark .landing .hero-search button{background:var(--brand);color:#0f131c}.dark .landing .hero-search button:hover{background:var(--brand-hover)}.dark .landing .hero-estimate,.dark .landing .hero-photo{background:var(--estimate-bg);border-color:var(--line);box-shadow:0 4px 24px rgba(0,0,0,.45)}.dark .landing .trust-strip{background:#0a0e16}.dark .landing .how{background:var(--soft-bg)}.dark .landing .how-step{background:var(--estimate-bg);border-color:var(--line);color:var(--ink-2)}.dark .landing .how-step:hover{border-color:var(--ink-3);color:var(--ink)}.dark .landing .how-step.is-active{background:var(--brand);border-color:var(--brand);color:#0f131c}.dark .landing .how-step-num{background:var(--line-2);color:var(--ink-3)}.dark .landing .how-step.is-active .how-step-num{background:rgba(15,19,28,.22);color:#0f131c}.dark .landing .gethelp-link,.dark .landing .how-slide{background:var(--estimate-bg)}.dark .landing .gethelp-link{border-color:var(--line-2);color:var(--ink-2)}.dark .landing .gethelp-link:hover{border-color:var(--brand);color:var(--brand)}.dark .landing .guarantee{border-top-color:var(--line)}.dark .landing .pillar-badge{background:var(--brand-light);color:var(--brand)}.dark .landing .footer{background:#0a0e16;color:#aab3c0}.landing .footer-theme-switch{position:relative;display:inline-flex;align-items:center;justify-content:space-between;width:56px;height:28px;padding:0 6px;margin-left:auto;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#b9c1cc;cursor:pointer;transition:border-color .15s ease,background .15s ease}.landing .footer-theme-switch:hover{border-color:rgba(255,255,255,.4)}.landing .footer-theme-icon{width:14px;height:14px;display:block;position:relative;z-index:1;pointer-events:none}.landing .footer-theme-knob{position:absolute;top:50%;left:2px;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4);transition:left .2s ease;pointer-events:none}.landing .footer-theme-switch.is-dark .footer-theme-knob{left:calc(100% - 24px)}