@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#071b18;--lime:#b9ff65;--paper:#f4f1e9;--white:#fff;--muted:#63706c;--line:#d9ddd6;--danger:#bd3c30}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}header{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px}.brand{font:800 19px Manrope;color:var(--ink);text-decoration:none}.brand span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ink);color:var(--lime);margin-right:7px}.primary,.ghost{border:0;border-radius:12px;padding:14px 20px;font-weight:700}.primary{background:var(--ink);color:white}.primary:hover{background:#123a33}.ghost{background:transparent;border:1px solid #bdc5bf;color:var(--ink)}.hero{max-width:1180px;min-height:590px;margin:20px auto 0;padding:60px 70px;border-radius:34px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.hero>div:first-child{max-width:610px;z-index:2}.eyebrow,dialog small{color:var(--lime);font-weight:700;letter-spacing:2px;font-size:12px}.hero h1{font:800 clamp(48px,7vw,84px)/.98 Manrope;margin:20px 0}.hero h1 em{color:var(--lime);font-style:normal}.hero p:not(.eyebrow){color:#c3cecb;font-size:18px;line-height:1.6}.hero .primary{background:var(--lime);color:var(--ink);font-size:16px;margin-top:16px}.trust{display:flex;gap:24px;font-size:13px;color:#b9c5c2;margin-top:28px}.phone-art{width:270px;height:490px;border:13px solid #d9e1dd;border-radius:47px;transform:rotate(8deg);display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#173f37,#081c18);box-shadow:0 35px 70px #0008}.phone-art span{position:absolute;top:24px;font-weight:800}.phone-art b{font:800 72px Manrope;color:var(--lime)}.phone-art small{color:#c6d2cf}.steps{max-width:1040px;margin:55px auto 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.steps article{border-top:1px solid #b9c0ba;padding-top:22px}.steps article>b{color:#789276}.steps h3{font:700 20px Manrope;margin:14px 0 5px}.steps p{margin:0;color:var(--muted)}dialog{width:min(720px,calc(100% - 24px));max-height:92vh;border:0;border-radius:24px;padding:0;background:#fff;box-shadow:0 30px 80px #0005}dialog::backdrop{background:#071b18cc;backdrop-filter:blur(5px)}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start;padding:26px 28px;border-bottom:1px solid #eee}.dialog-head small{color:#547c1d}.dialog-head h2{font:800 25px Manrope;margin:5px 0 0}.close{border:0;background:#eef1ed;border-radius:50%;width:38px;height:38px;font-size:24px}form{padding:28px}.progress{height:5px;background:#edf0eb;border-radius:4px;margin-bottom:28px}.progress i{display:block;width:33.3%;height:100%;background:#82d226;border-radius:4px;transition:.3s}.form-step{display:none}.form-step.active{display:block}.form-step h3{font:700 20px Manrope;margin-top:0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;margin-bottom:16px}input,select,textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);outline:0}input:focus,select:focus,textarea:focus{border-color:#75a83c;box-shadow:0 0 0 3px #b9ff6533}.checks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0 22px}.checks label,.consent{flex-direction:row;align-items:center;padding:11px;border:1px solid var(--line);border-radius:10px;margin:0}.checks input,.consent input{width:auto}.form-step nav{display:flex;justify-content:space-between;margin-top:25px}.upload{align-items:center;border:2px dashed #b9c8bc;padding:22px;border-radius:14px;background:#f8faf6}.upload input{border:0;padding:8px}.upload span{font-weight:400;color:var(--muted)}#trackForm{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}#trackForm label{margin:0}#trackResult{padding:0 28px 28px}.result-card{padding:20px;background:#f2f6ee;border-radius:14px}.result-card .price{font:800 32px Manrope}.pill{display:inline-block;padding:6px 10px;border-radius:20px;background:#dfe8da;font-size:12px;font-weight:700}.actions{display:flex;gap:10px;margin-top:16px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,30px);background:var(--ink);color:white;padding:13px 20px;border-radius:10px;opacity:0;transition:.25s;z-index:99}#toast.show{opacity:1;transform:translate(-50%,0)}#success{padding:45px;text-align:center}#success b{font:800 25px Manrope;display:block;margin-bottom:12px}
@media(max-width:760px){header{height:66px;padding:0 16px}.hero{margin:8px 12px 0;padding:48px 25px;min-height:540px;border-radius:24px}.hero h1{font-size:48px}.phone-art{position:absolute;opacity:.13;right:-80px}.trust{flex-direction:column;gap:8px}.steps{grid-template-columns:1fr;margin:35px 24px}.grid{grid-template-columns:1fr}.wide{grid-column:auto}.checks{grid-template-columns:1fr}.dialog-head,form{padding:21px}dialog{max-height:96vh}.form-step{overflow:auto}#trackForm{grid-template-columns:1fr}#trackResult{padding:0 21px 21px}}
.photo-box{border:1px solid var(--line);padding:18px;border-radius:14px;background:#f8faf6;margin-bottom:22px}.photo-title{display:flex;gap:12px;align-items:center}.photo-title>span{font-size:28px}.photo-title div{display:flex;flex-direction:column}.photo-title small{color:var(--muted);font-weight:400;margin-top:3px}.photo-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.camera-button,.gallery-button{display:block;text-align:center;padding:13px 10px;border-radius:11px;margin:0;font-size:14px}.camera-button{background:var(--ink);color:#fff}.gallery-button{border:1px solid #aeb8b0;background:#fff}.camera-button input,.gallery-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.photo-preview{display:flex;gap:9px;overflow-x:auto;margin-top:14px;padding-top:5px}.photo-item{position:relative;flex:0 0 82px;height:82px}.photo-item img{width:100%;height:100%;object-fit:cover;border-radius:10px}.photo-item button{position:absolute;right:-4px;top:-4px;width:24px;height:24px;border:0;border-radius:50%;background:#b62e26;color:#fff;font-weight:700}.photo-box>p{color:var(--muted);font-size:12px;margin:10px 0 0}@media(max-width:760px){.photo-actions{grid-template-columns:1fr}}
.field-help{font-size:11px;color:var(--muted);font-weight:400}.field-help.loading{color:#6b6b21}.field-help.success{color:#397318}.field-help.error{color:var(--danger)}input[readonly]{background:#edf3e9;color:#31502b;border-color:#bed1b4}.site-footer{max-width:1180px;margin:0 auto;padding:22px 24px 35px;border-top:1px solid #ccd2cc;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.site-footer a{color:var(--ink);font-weight:700;text-decoration:none}.site-footer a:hover{text-decoration:underline}@media(max-width:600px){.site-footer{margin:0 12px;padding-left:8px;padding-right:8px}}
.brand{display:flex;align-items:center;gap:9px}.brand>img{width:42px;height:42px;object-fit:contain}.brand>span{display:inline!important;width:auto!important;height:auto!important;background:none!important;color:inherit!important;margin:0!important;border-radius:0!important}.brand>span b{color:#5d921e}.brand:not(:has(img))>span{width:42px!important;height:42px!important;display:inline-block!important;background:url('icon-192.png') center/contain no-repeat!important;font-size:0!important}.step-caption{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.step-caption b{font:700 13px Manrope}.step-caption span{font-size:12px;color:var(--muted)}.progress i{width:20%}.step-visual{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}.step-visual>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:12px;background:var(--lime);font:800 13px Manrope}.step-visual h3{margin:0 0 4px}.step-visual p{margin:0;color:var(--muted);font-size:13px}.review-card{display:grid;gap:10px;margin:18px 0}.review-card>div{display:flex;flex-direction:column;gap:3px;padding:15px;border:1px solid var(--line);border-radius:12px;background:#f8faf6}.review-card small{color:#6b7b75}.review-card b{font:700 16px Manrope}.review-card span{font-size:13px;color:var(--muted)}
