:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--ui-text: #111827;--ui-text-muted: #3f4754;--ui-border: #dfe5dd;--ui-border-strong: #94a3b8;--ui-surface: #ffffff;--ui-surface-subtle: #f7faf6;--ui-surface-hover: #f1f5f9;--ui-shadow: 0 1px 2px rgba(15,23,42,.06), 0 8px 20px rgba(15,23,42,.04);--ui-shadow-hover: 0 2px 6px rgba(15,23,42,.08), 0 10px 24px rgba(15,23,42,.06);--ui-focus: rgba(53,130,66,.22);--ui-accent: #3f8f44;--ui-accent-hover: #2e7435;--ui-accent-text: #ffffff;--yard-green: #3f8f44;--yard-green-dark: #266b2d;--yard-green-soft: #e9f5e9;color-scheme:light;color:#213547;background-color:#fbfcfb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 9% 0%,rgba(76,145,79,.08),transparent 28rem),linear-gradient(180deg,#fff,#fbfcfb 58%,#fff)}#root{max-width:none;margin:0 auto;padding:0;text-align:center}@media(max-width:768px){#root{padding-left:18px;padding-right:18px}}.app-container{font-family:system-ui,-apple-system,Arial;text-align:center;min-height:100vh}.content-wrap{width:100%;display:flex;justify-content:center}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:66px;padding:12px clamp(20px,3vw,34px);border-bottom:1px solid rgba(17,24,39,.1);background:#ffffffe0;box-shadow:0 1px 12px #1118270d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.brand-lockup{display:inline-flex;align-items:center;gap:12px;color:var(--ui-text);text-align:left}.brand-lockup:hover{color:var(--ui-text)}.brand-lockup strong{display:block;font-size:clamp(1rem,1.3vw,1.3rem);line-height:1;letter-spacing:0;text-transform:uppercase}.brand-lockup small{display:block;margin-top:3px;color:#2f3844;font-size:.82rem}.brand-mark{display:grid;place-items:center;width:42px;height:42px;color:var(--yard-green);flex:0 0 auto}.brand-mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.brand-mark circle{fill:currentColor;stroke:none}.site-nav{display:flex;align-items:center;gap:clamp(14px,2.5vw,34px);color:var(--ui-text)}.site-nav a{color:var(--ui-text);font-size:.95rem;font-weight:500;white-space:nowrap}.nav-help{display:inline-flex;align-items:center;gap:7px}.nav-help span{display:inline-grid;place-items:center;width:18px;height:18px;border:1.5px solid #192231;border-radius:50%;font-size:.77rem;font-weight:800}.site-nav .start-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;color:#fff;background:var(--yard-green);border:1px solid rgba(28,100,39,.45);border-radius:6px;box-shadow:0 5px 14px #3f8f4438;font-weight:700}.upload-page{width:min(1520px,calc(100% - 48px));margin:0 auto;color:var(--ui-text)}.upload-hero{padding:22px 0 24px}.upload-hero h1{margin:0;font-size:clamp(2.05rem,3.1vw,3rem);line-height:1.05;letter-spacing:0;font-weight:800}.upload-hero p{margin:12px auto 0;max-width:760px;color:#2f3742;font-size:clamp(1.05rem,1.7vw,1.45rem);line-height:1.35}.workflow-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--ui-border);border-radius:10px;background:#ffffffeb;box-shadow:0 16px 44px #1118270f;overflow:hidden}.workflow-panel{position:relative;display:grid;grid-template-rows:auto auto auto min-content;align-content:start;gap:18px;min-width:0;padding:28px 20px 22px}.workflow-panel+.workflow-panel{border-left:1px solid #e9eee8}.step-heading{display:inline-flex;align-items:center;justify-content:center;gap:12px}.step-heading span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;color:#fff;background:var(--yard-green);box-shadow:inset 0 -2px #0000001f;font-size:1.25rem;font-weight:800}.step-heading h2{margin:0;font-size:clamp(1.08rem,1.35vw,1.35rem);line-height:1.15;letter-spacing:0}.workflow-panel p{align-self:start;min-height:48px;margin:-3px auto 0;max-width:330px;color:#28313d;font-size:1rem;line-height:1.55}.step-arrow{position:absolute;top:72px;left:-52px;width:86px;border-top:2px dashed rgba(63,143,68,.55)}.step-arrow:after{content:"";position:absolute;top:-6px;right:0;width:10px;height:10px;border-top:2px solid var(--yard-green);border-right:2px solid var(--yard-green);transform:rotate(45deg)}.drop-zone,.calibration-preview,.planning-preview{position:relative;width:100%;aspect-ratio:1.36;overflow:hidden;border:1px solid #d6ded4;border-radius:8px;background:#e5ebe2;box-shadow:inset 0 0 0 1px #ffffff73}.drop-zone{cursor:pointer}.drop-zone img,.calibration-preview img,.planning-preview img{width:100%;height:100%;object-fit:cover;display:block}.drop-zone img{filter:grayscale(42%) brightness(72%) contrast(88%);transition:filter .2s}.calibration-preview .calibration-yard-image{object-position:center bottom}.planning-preview .planning-3d-image{object-fit:contain;background:#fff}.drop-zone:after{content:"";position:absolute;inset:0;background:#37415157;transition:background .2s}.drop-zone.is-dragging:after,.drop-zone:hover:after{background:#1e5c276b}.drop-zone.is-dragging img,.drop-zone:hover img{filter:grayscale(30%) brightness(68%) contrast(92%)}.drop-zone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.selection-frame{position:absolute;inset:8% 14%;z-index:1;border:2px dashed rgba(255,255,255,.88);box-shadow:0 0 0 999px #0000002e}.selection-frame:before,.selection-frame:after,.drop-message:before,.drop-message:after{content:"";position:absolute;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000038}.selection-frame:before{top:-10px;left:-10px}.selection-frame:after{top:-10px;right:-10px}.drop-message{position:absolute;inset:0;z-index:2;display:grid;place-items:center;align-content:center;color:#fff;text-shadow:0 2px 7px rgba(0,0,0,.72)}.drop-message:before{bottom:7%;left:13%}.drop-message:after{bottom:7%;right:13%}.drop-message svg{width:66px;height:52px;margin-bottom:5px;fill:#fff;stroke:#111827;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 3px 6px rgba(0,0,0,.22))}.drop-message strong{font-size:1.05rem;line-height:1.1;font-weight:850}.drop-message small{margin-top:4px;color:#f8fafc;font-size:.94rem;font-weight:650}.sample-divider{display:flex;align-items:center;gap:12px;color:#29313b;font-size:.78rem;font-weight:700}.sample-divider:before,.sample-divider:after{content:"";height:1px;flex:1;background:#e3e8e1}.sample-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 24px}.sample-grid button{min-height:0;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;box-shadow:0 3px 8px #11182726;aspect-ratio:1.12}.sample-grid button:first-child{border-color:var(--yard-green)}.sample-grid img{width:100%;height:100%;object-fit:cover;display:block}.sample-project-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;margin:0 auto;padding:8px 4px;color:var(--yard-green-dark);font-size:.95rem;font-weight:800}.sample-project-link:hover{color:var(--yard-green)}.sample-project-link span{transition:transform .2s}.sample-project-link:hover span{transform:translate(3px)}.calibration-panel{background:linear-gradient(180deg,#fff 0% 69%,#f1faf0)}.measure-line{position:absolute;left:29%;right:32%;top:60%;height:7px;border-radius:999px;background:#5fbd66;box-shadow:0 0 0 2px #fffc,0 5px 16px #16653461}.measure-dot{position:absolute;top:calc(60% - 7px);width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 7px #00000040}.measure-dot.left{left:28%}.measure-dot.right{right:30%}.measure-label{position:absolute;left:50%;top:calc(60% - 48px);transform:translate(-50%);min-width:84px;padding:8px 10px;color:#111827;background:#fff;border-radius:6px;box-shadow:0 5px 14px #1118272e;font-size:1.15rem;font-weight:800}.measure-label:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:14px;background:#fff;transform:translate(-50%) rotate(45deg)}.driveway-measure-label{left:62.5%;top:58%}.distance-form{display:grid;grid-template-columns:auto minmax(74px,110px) 78px;align-items:center;justify-content:center;gap:14px;margin-top:-2px}.distance-form label{color:#111827;font-size:1.03rem;font-weight:800}.distance-form input,.distance-form select{height:48px;border:1px solid #d7ded5;border-radius:8px;color:#111827;background:#fff;box-shadow:0 1px 6px #1118270f;font:inherit;font-size:1.05rem;font-weight:800;text-align:center}.distance-form select{padding:0 12px;font-weight:700}.quick-video{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#24303a;font-size:.95rem}.quick-video span,.quick-video strong{color:var(--yard-green-dark)}.planning-panel{grid-template-columns:minmax(0,1fr)}.planning-panel .step-heading,.planning-panel>p{grid-column:1 / -1}.planning-preview{align-self:start}.overlay-shape{position:absolute;border:2px solid}.overlay-shape.patio{left:13%;top:17%;width:37%;height:36%;border-color:#8e58a7f2;background:#8e58a761}.overlay-shape.pool{left:58%;top:47%;width:25%;height:17%;border-color:#2a8fb7f5;background:#2a8fb785}.overlay-shape.lawn{left:55%;top:70%;width:35%;height:23%;border-color:#2ca436f5;background:#3db23e78}.plan-measure{position:absolute;padding:3px 7px;color:#fff;background:#11182794;border-radius:5px;font-size:.77rem;font-weight:700}.plan-measure.top{left:27%;top:12%}.plan-measure.side{left:1%;top:49%}.plan-measure.bottom{left:46%;bottom:12%}.floating-tools{align-self:start;width:104px;border:1px solid #dfe5df;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1118271c;overflow:hidden;text-align:left}.floating-tools div{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:7px;min-height:48px;padding:0 12px;border-bottom:1px solid #edf0ed;font-size:.8rem;line-height:1.15}.floating-tools div:last-child{border-bottom:0}.tiny-icon{display:inline-grid;place-items:center;width:22px;height:22px;color:var(--yard-green-dark);font-weight:800;font-size:1rem}.confidence-strip{position:relative;overflow:hidden;margin-top:30px;padding:clamp(34px,5vw,64px);border:1px solid rgba(55,91,58,.16);border-radius:24px;background:radial-gradient(circle at 92% 8%,rgba(126,178,119,.2),transparent 29rem),linear-gradient(145deg,#f8fbf7,#eef5ec);box-shadow:0 24px 60px #1f45251a;text-align:left}.confidence-strip:before{content:"";position:absolute;top:0;left:clamp(34px,5vw,64px);width:68px;height:3px;border-radius:999px;background:var(--yard-green)}.confidence-heading{display:grid;grid-template-columns:minmax(230px,.75fr) minmax(320px,1fr);align-items:end;gap:20px 60px;margin-bottom:36px}.confidence-kicker{grid-column:1 / -1;color:var(--yard-green-dark);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.confidence-heading h2{margin:0;color:#15321b;font-size:clamp(2rem,3.8vw,3.15rem);line-height:1.04;letter-spacing:-.045em}.confidence-heading p{max-width:650px;margin:0;color:#4c5e50;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.75}.confidence-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.confidence-feature{position:relative;display:flex;flex-direction:column;min-height:250px;padding:26px 24px 22px;border:1px solid rgba(58,97,60,.13);border-radius:16px;background:#ffffffd1;box-shadow:0 10px 30px #1b361f0e;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.confidence-feature:hover{transform:translateY(-4px);border-color:#3f8f4452;box-shadow:0 18px 38px #1b361f1a}.confidence-feature .tiny-icon{width:46px;height:46px;margin-bottom:28px;border:1px solid rgba(63,143,68,.28);border-radius:13px;color:#216a2a;background:#edf7ec;font-size:1.35rem}.feature-number{position:absolute;top:28px;right:24px;color:#93a697;font-size:.72rem;font-weight:800;letter-spacing:.12em}.confidence-feature strong{display:block;margin-bottom:10px;color:#17321c;font-size:1.05rem;letter-spacing:-.015em}.confidence-feature p{margin:0 0 22px;color:#526057;font-size:.9rem;line-height:1.65}.confidence-feature .feature-detail{display:block;margin-top:auto;padding-top:14px;border-top:1px solid #e3ebe2;color:#3b6940;font-size:.77rem;font-weight:700;line-height:1.45}.sample-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:16px;padding:22px 24px;border-radius:15px;color:#fff;background:linear-gradient(120deg,#1d5527,#347f3d);box-shadow:0 14px 28px #1f5b272e}.sample-cta div{display:grid;gap:3px}.sample-cta span{color:#ffffffbd;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sample-cta strong{color:#fff;font-size:1.08rem}.sample-cta button{flex:0 0 auto;min-height:44px;padding:0 22px;border:1px solid rgba(255,255,255,.5);border-radius:10px;color:#195c23;background:#fff;box-shadow:0 5px 16px #0a270f2e}.privacy-note{margin:16px 0 20px;padding-top:2px;color:#2d3540;border-top:1px solid #e6ebe5;font-size:.95rem}.how-it-works-guide{scroll-margin-top:92px;margin-top:24px;padding:clamp(34px,5vw,64px);border:1px solid var(--ui-border);border-radius:14px;background:radial-gradient(circle at 100% 0%,rgba(63,143,68,.12),transparent 28rem),linear-gradient(180deg,#fff,#f7fbf6);box-shadow:0 18px 48px #11182712;text-align:left}.how-it-works-page{width:min(1280px,calc(100% - 48px));margin:0 auto;color:var(--ui-text)}.how-it-works-page .privacy-note{margin-bottom:28px}.example-project-status{display:grid;place-items:center;align-content:center;gap:10px;width:min(720px,calc(100% - 40px));min-height:62vh;margin:0 auto;color:var(--ui-text)}.example-project-status h1,.example-project-status p{margin:0}.example-project-status p{color:var(--ui-text-muted)}.example-project-status a{margin-top:8px;color:var(--yard-green-dark);font-weight:800}.example-project-spinner{width:42px;height:42px;border:4px solid var(--yard-green-soft);border-top-color:var(--yard-green);border-radius:50%;animation:example-project-spin .8s linear infinite}@keyframes example-project-spin{to{transform:rotate(360deg)}}.help-page{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:42px 0 28px;color:var(--ui-text);text-align:left}.help-hero{max-width:780px;margin:0 auto 50px;text-align:center}.help-hero>span,.help-section-heading>span{color:var(--yard-green-dark);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.help-hero h1{margin:8px 0 12px;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1;letter-spacing:-.05em}.help-hero p{margin:0 auto;max-width:660px;color:#52606f;font-size:1.08rem;line-height:1.65}.help-jump-links{display:inline-flex;gap:8px;margin-top:24px;padding:5px;border:1px solid var(--ui-border);border-radius:10px;background:#fff;box-shadow:var(--ui-shadow)}.help-jump-links a{padding:8px 14px;border-radius:7px;color:#344152;font-size:.88rem;font-weight:700}.help-jump-links a:hover{color:var(--yard-green-dark);background:var(--yard-green-soft)}.help-section{scroll-margin-top:92px;padding:46px 0;border-top:1px solid #e2e8e1}.help-section-heading{margin-bottom:24px}.help-section-heading h2{margin:6px 0 0;color:#111827;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.03em}.help-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.help-guide-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:24px;border:1px solid #e0e7df;border-radius:12px;background:#fff;box-shadow:0 8px 24px #1118270a}.help-guide-number{color:var(--yard-green);font-size:.85rem;font-weight:900;letter-spacing:.08em}.help-guide-card h3,.troubleshooting-grid h3{margin:0;color:#111827;font-size:1.08rem}.help-guide-card p{margin:6px 0 14px;color:#53606e;font-size:.93rem}.help-guide-card ul{display:grid;gap:8px;margin:0;padding:0;color:#364152;list-style:none}.help-guide-card li{position:relative;padding-left:17px;font-size:.9rem;line-height:1.5}.help-guide-card li:before{content:"";position:absolute;top:.62em;left:0;width:6px;height:6px;border-radius:50%;background:var(--yard-green)}.help-video-link{display:inline-flex;margin-top:16px;color:var(--yard-green-dark);font-size:.9rem;font-weight:800}.help-troubleshooting{margin-top:8px}.troubleshooting-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.troubleshooting-grid article{padding:22px;border-radius:10px;background:#f2f8f1;border:1px solid #dce9da}.troubleshooting-grid p{margin:8px 0 0;color:#53606e;font-size:.9rem;line-height:1.55}.faq-list{display:grid;max-width:900px;border-top:1px solid #dfe6de}.faq-list details{border-bottom:1px solid #dfe6de}.faq-list summary{padding:18px 4px;color:#172033;cursor:pointer;font-weight:750}.faq-list details p{margin:-4px 0 18px;padding-right:36px;color:#53606e;line-height:1.6}.help-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:20px;padding:30px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#225f2b,#3f8f44);box-shadow:0 14px 32px #266b2d38}.help-footer-cta span{color:#ffffffb8;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.help-footer-cta h2{margin:5px 0;font-size:1.55rem}.help-footer-cta p{margin:0;color:#ffffffd1}.help-footer-cta>div:last-child{display:flex;gap:10px;flex:0 0 auto}.help-footer-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border-radius:7px;font-size:.88rem;font-weight:800}.help-secondary-action{color:#fff;border:1px solid rgba(255,255,255,.55)}.help-primary-action{color:var(--yard-green-dark);background:#fff;border:1px solid #ffffff}.help-contact{margin:22px 0 0;color:#66717f;text-align:center;font-size:.9rem}.help-contact a{color:var(--yard-green-dark);font-weight:800}.guide-heading{max-width:720px;margin:0 auto 36px;text-align:center}.guide-kicker{display:inline-block;margin-bottom:8px;color:var(--yard-green-dark);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.guide-heading h2{margin:0;color:#111827;font-size:clamp(2rem,3.2vw,3rem);line-height:1.05;letter-spacing:-.035em}.guide-heading p{margin:14px auto 0;color:#46515f;font-size:clamp(1rem,1.4vw,1.14rem);line-height:1.65}.guide-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1100px;margin:0 auto;padding:0;list-style:none;counter-reset:guide-step}.guide-steps li{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;min-height:126px;padding:22px;border:1px solid #e1e8df;border-radius:12px;background:#ffffffe0;box-shadow:0 6px 18px #1118270a}.guide-steps li:last-child{grid-column:1 / -1;width:calc(50% - 8px);justify-self:center}.guide-step-marker{position:relative;display:grid;place-items:center;align-self:start;width:54px;height:54px;border-radius:14px;color:var(--yard-green-dark);background:var(--yard-green-soft);border:1px solid rgba(63,143,68,.2)}.guide-step-marker span{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#fff;background:var(--yard-green);border:2px solid #ffffff;font-size:.72rem;font-style:normal;font-weight:800}.guide-step-marker i{font-size:1.6rem;font-style:normal;font-weight:800}.guide-steps h3{margin:2px 0 7px;color:#111827;font-size:1.05rem;line-height:1.25}.guide-steps p{margin:0;color:#53606e;font-size:.94rem;line-height:1.55}.guide-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1100px;margin:28px auto 0;padding:22px 24px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#215f2b,#3f8f44);box-shadow:0 12px 28px #266b2d3d}.guide-cta>div:first-child{display:grid;gap:3px}.guide-cta strong{font-size:1.16rem}.guide-cta span{color:#ffffffd6;font-size:.92rem}.guide-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.guide-actions .guide-sample-button,.guide-actions .guide-start-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:7px;font-size:.9rem;font-weight:800}.guide-actions .guide-sample-button{color:#fff;background:transparent;border-color:#ffffff8c;box-shadow:none}.guide-actions .guide-start-button{color:#205d29;background:#fff;border:1px solid #ffffff;box-shadow:0 4px 12px #11182724}a{font-weight:500;color:#646cff;text-decoration:none}a:hover{color:#535bf2}button{border-radius:12px;border:1px solid var(--ui-border);padding:.68em 1.05em;min-height:38px;font-size:.95rem;font-weight:600;letter-spacing:.01em;font-family:inherit;color:var(--ui-text);background:var(--ui-surface);cursor:pointer;box-shadow:var(--ui-shadow);transition:border-color .2s,background-color .2s,color .2s,transform .2s,box-shadow .2s}button:hover{border-color:var(--ui-border-strong);background:var(--ui-surface-hover);transform:translateY(-1px);box-shadow:var(--ui-shadow-hover)}button:active{transform:translateY(0);background:#e2e8f0;box-shadow:0 1px 2px #0f172a0d}button:focus,button:focus-visible{outline:3px solid var(--ui-focus);outline-offset:2px}button:disabled{color:#64748b;background:#e2e8f0;border-color:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:1180px){.workflow-card{grid-template-columns:1fr}.workflow-panel+.workflow-panel{border-left:0;border-top:1px solid #e9eee8}.workflow-panel{grid-template-columns:minmax(0,1fr);max-width:760px;justify-self:center;width:calc(100% - 40px)}.planning-panel{grid-template-columns:minmax(0,1fr)}.step-arrow{display:none}.confidence-strip{padding:42px 32px 34px}.confidence-strip:before{left:32px}.confidence-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.site-header{position:static;align-items:flex-start}.site-nav{justify-content:flex-end;flex-wrap:wrap;gap:10px 16px}.site-nav a:not(.start-button){display:none}.upload-page{width:min(100% - 28px,620px)}.upload-hero{padding-top:20px}.workflow-panel{width:auto;padding:22px 14px}.planning-panel{grid-template-columns:minmax(0,1fr)}.floating-tools{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.floating-tools div{border-right:1px solid #edf0ed}.distance-form{grid-template-columns:1fr 92px 72px}.sample-grid{padding:0;gap:10px}.confidence-strip{padding:36px 20px 24px;border-radius:18px}.confidence-strip:before{left:20px}.confidence-heading{grid-template-columns:1fr;gap:12px;margin-bottom:26px}.confidence-features{grid-template-columns:1fr}.confidence-feature{min-height:220px}.sample-cta{align-items:stretch;flex-direction:column}.sample-cta button{width:100%}.how-it-works-guide{padding:30px 18px}.how-it-works-page{width:min(100% - 28px,720px)}.guide-steps{grid-template-columns:1fr}.guide-steps li:last-child{grid-column:auto;width:auto}.guide-cta{align-items:stretch;flex-direction:column;text-align:center}.guide-actions{justify-content:center}.help-page{width:min(100% - 28px,720px);padding-top:30px}.help-guide-grid,.troubleshooting-grid{grid-template-columns:1fr}.help-footer-cta{align-items:stretch;flex-direction:column;text-align:center}.help-footer-cta>div:last-child{justify-content:center}}@media(max-width:520px){.site-header{gap:12px;padding:12px 14px}.brand-mark{width:35px;height:35px}.brand-lockup strong{font-size:.95rem}.brand-lockup small{font-size:.72rem}.site-nav .start-button{min-height:38px;padding:0 12px;font-size:.86rem}.upload-hero h1{font-size:1.9rem}.step-heading{align-items:flex-start}.step-heading span{width:34px;height:34px;font-size:1.05rem}.drop-message strong{font-size:.95rem}.drop-message small{font-size:.84rem}.guide-steps li{grid-template-columns:48px minmax(0,1fr);gap:13px;padding:18px 15px}.guide-step-marker{width:46px;height:46px}.guide-actions{display:grid;grid-template-columns:1fr}.help-jump-links{display:grid;grid-template-columns:1fr;width:min(260px,100%)}.help-guide-card{grid-template-columns:1fr;gap:8px;padding:20px 17px}.help-footer-cta>div:last-child{display:grid;grid-template-columns:1fr}}
