:root{--ti-ink:#10251f;--ti-green:#176b51;--ti-green-2:#0f4f3d;--ti-lime:#dff36a;--ti-paper:#f2f6f3;--ti-card:#fff;--ti-line:#dce7e2;--ti-muted:#64736d;--ti-danger:#a73737;--ti-shadow:0 24px 70px rgba(15,54,42,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ti-paper);color:var(--ti-ink);font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,textarea{font:inherit}.trade-header{height:78px;padding:0 max(22px,calc((100% - 1320px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--ti-ink);color:#fff}.trade-logo img{width:154px;display:block}.trade-header nav{display:flex;align-items:center;gap:20px}.trade-header a{color:#e8f1ed;text-decoration:none;font-weight:700}.trade-header .lang{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:12px}.trade-hero{min-height:430px;padding:72px max(24px,calc((100% - 1220px)/2));display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:70px;background:radial-gradient(circle at 75% 10%,rgba(223,243,106,.22),transparent 27%),linear-gradient(130deg,#0c241d,#176b51);color:#fff}.trade-hero-copy>span,.trade-how>small{color:var(--ti-lime);font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.trade-hero h1{max-width:760px;margin:12px 0 18px;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em}.trade-hero p{max-width:680px;margin:0;color:#dbe9e4;font-size:19px}.hero-proof{margin-top:30px;display:flex;flex-wrap:wrap;gap:10px 18px;color:#dbe8e3;font-weight:650}.hero-proof b{color:var(--ti-lime)}.trade-how{padding:30px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(4,25,18,.27);backdrop-filter:blur(12px);box-shadow:0 22px 55px rgba(0,0,0,.16)}.trade-how ol{margin:22px 0 0;padding:0;display:grid;gap:18px;list-style:none}.trade-how li{display:flex;align-items:center;gap:14px}.trade-how li b{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--ti-lime);color:var(--ti-ink)}.trade-shell{max-width:1220px;margin:-54px auto 80px;padding:0 20px;position:relative}.trade-progress{padding:20px 28px;display:flex;align-items:center;gap:20px;border:1px solid var(--ti-line);border-radius:17px 17px 0 0;background:#fff}.trade-progress-bar{height:8px;flex:1;overflow:hidden;border-radius:10px;background:#e9efec}.trade-progress-bar i{display:block;width:20%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ti-green),#58ab87);transition:width .3s}.trade-progress span{min-width:125px;text-align:right;color:var(--ti-muted);font-size:13px;font-weight:750}.trade-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;border:1px solid var(--ti-line);border-top:0;border-radius:0 0 22px 22px;background:#fff;box-shadow:var(--ti-shadow)}.trade-wizard{min-height:700px;padding:42px;border-right:1px solid var(--ti-line)}.trade-step{display:none}.trade-step.active{display:block;animation:step-in .25s ease}@keyframes step-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.step-heading{display:flex;gap:16px;margin-bottom:30px}.step-heading>span{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:#e8f5ef;color:var(--ti-green);font-weight:900}.step-heading h2{margin:0 0 5px;font-size:clamp(27px,3vw,38px);line-height:1.08;letter-spacing:-.035em}.step-heading p{margin:0;color:var(--ti-muted)}.model-search{height:52px;padding:0 16px;display:flex;align-items:center;gap:10px;border:1px solid #cfdcd6;border-radius:13px;background:#fafcfb}.model-search span{font-size:24px;color:#6d7b75}.model-search input{width:100%;border:0;outline:0;background:transparent}.brand-filters{margin:18px 0;display:flex;flex-wrap:wrap;gap:8px}.brand-filters button{padding:8px 13px;border:1px solid var(--ti-line);border-radius:100px;background:#fff;color:var(--ti-muted);cursor:pointer}.brand-filters button.active{border-color:var(--ti-green);background:#eaf6f0;color:var(--ti-green);font-weight:750}.model-grid{max-height:470px;padding:2px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:auto}.model-card{min-height:104px;padding:13px;display:flex;align-items:center;gap:13px;border:1px solid var(--ti-line);border-radius:15px;background:#fff;text-align:left;cursor:pointer;transition:.15s}.model-card:hover{border-color:#9ac8b5;transform:translateY(-1px)}.model-card.selected{border:2px solid var(--ti-green);background:#f1faf6;box-shadow:0 0 0 4px rgba(23,107,81,.08)}.model-card .thumb{width:72px;height:76px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:#f5f8f6}.model-card img{max-width:64px;max-height:70px;object-fit:contain}.model-card strong,.model-card small{display:block}.model-card small{margin-top:3px;color:var(--ti-muted)}.empty-models{padding:35px;text-align:center;color:var(--ti-muted)}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.choice-card{min-height:108px;padding:18px;border:1px solid var(--ti-line);border-radius:16px;background:#fff;text-align:left;cursor:pointer}.choice-card strong{display:block;font-size:23px}.choice-card small{color:var(--ti-muted)}.choice-card.selected,.grade-card.selected{border:2px solid var(--ti-green);background:#f0faf5;box-shadow:0 0 0 4px rgba(23,107,81,.08)}.grade-grid{display:grid;gap:13px}.grade-card{padding:20px;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:16px;border:1px solid var(--ti-line);border-radius:16px;background:#fff;text-align:left;cursor:pointer}.grade-card .grade-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#edf6f2;color:var(--ti-green);font-size:23px}.grade-card strong{display:block;font-size:18px}.grade-card p{margin:3px 0 0;color:var(--ti-muted)}.grade-card em{color:var(--ti-green);font-style:normal;font-weight:800}.question-stack{display:grid;gap:20px}.question-stack fieldset{margin:0;padding:0;border:0}.question-stack legend{margin-bottom:10px;font-weight:800}.inline-options,.wide-options{display:grid;gap:10px}.inline-options{grid-template-columns:repeat(2,1fr)}.inline-options.triple{grid-template-columns:repeat(3,1fr)}.inline-options label,.wide-options label{cursor:pointer}.inline-options input,.wide-options input{position:absolute;opacity:0;pointer-events:none}.inline-options span,.wide-options>label>span{min-height:48px;padding:12px 15px;display:flex;align-items:center;border:1px solid var(--ti-line);border-radius:12px;background:#fff}.inline-options input:checked+span,.wide-options input:checked+span{border:2px solid var(--ti-green);background:#edf8f3;color:var(--ti-green);box-shadow:0 0 0 3px rgba(23,107,81,.07)}.wide-options>label>span{display:grid}.wide-options small{color:var(--ti-muted)}.two-fields{display:grid;grid-template-columns:.7fr 1.3fr;gap:12px}.two-fields label,.contact-grid label{font-weight:750}.two-fields label span{color:var(--ti-muted);font-size:12px;font-weight:500}.two-fields input,.two-fields textarea,.contact-grid input{width:100%;margin-top:7px;padding:12px;border:1px solid #cedbd5;border-radius:11px;outline:0}.two-fields input:focus,.two-fields textarea:focus,.contact-grid input:focus{border-color:#51a989;box-shadow:0 0 0 4px rgba(81,169,137,.12)}.check-row{display:flex;flex-wrap:wrap;gap:18px}.check-row label,.consent{display:flex;align-items:flex-start;gap:9px;color:var(--ti-muted);cursor:pointer}.check-row input,.consent input{margin-top:3px;accent-color:var(--ti-green)}.offer-card{margin-bottom:28px;padding:28px;border-radius:19px;background:radial-gradient(circle at 90% 0,rgba(223,243,106,.25),transparent 35%),linear-gradient(135deg,#10251f,#176b51);color:#fff}.offer-card>small{color:var(--ti-lime);font-weight:850;letter-spacing:.08em;text-transform:uppercase}.offer-card>strong{margin:5px 0 20px;display:block;font-size:52px;line-height:1}.offer-card>div{padding:9px 0;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.14)}.offer-card p{margin:16px 0 0;color:#d8e7e1;font-size:13px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:18px}.consent{margin:12px 0;font-size:13px}.form-error{margin-top:15px;padding:12px 14px;border:1px solid #efbbbb;border-radius:10px;background:#fff2f2;color:var(--ti-danger)}.step-actions{margin-top:34px;display:flex;justify-content:space-between;gap:12px}.step-actions.end{justify-content:flex-end}.trade-primary,.trade-secondary{min-height:48px;padding:12px 20px;border-radius:12px;font-weight:800;cursor:pointer}.trade-primary{border:0;background:var(--ti-green);color:#fff;box-shadow:0 9px 22px rgba(23,107,81,.2)}.trade-primary:hover{background:var(--ti-green-2)}.trade-primary:disabled{opacity:.4;box-shadow:none;cursor:not-allowed}.trade-secondary{border:1px solid var(--ti-line);background:#fff;color:var(--ti-ink)}.trade-summary{position:sticky;top:20px;padding:34px 28px}.trade-summary>small{color:var(--ti-green);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.summary-device{margin:18px 0 26px;display:flex;align-items:center;gap:14px}.summary-image{width:72px;height:82px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:#f0f5f2}.summary-image img{max-width:66px;max-height:76px;object-fit:contain}.summary-device strong,.summary-device span{display:block}.summary-device span{color:var(--ti-muted)}.trade-summary dl{margin:0}.trade-summary dl div{padding:13px 0;display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--ti-line)}.trade-summary dt{color:var(--ti-muted)}.trade-summary dd{margin:0;text-align:right;font-weight:800}.trade-summary .summary-price dd{color:var(--ti-green);font-size:20px}.trade-summary>p{margin:22px 0 0;padding:16px;border-radius:12px;background:#f1f7f4;color:var(--ti-muted);font-size:13px}.trade-summary>p b{display:block;color:var(--ti-ink)}.trade-success{padding:70px 30px;text-align:center}.success-icon{width:72px;height:72px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#ddf5e9;color:var(--ti-green);font-size:34px;font-weight:900}.trade-success>small{margin-top:18px;display:block;color:var(--ti-green);font-weight:850;letter-spacing:.1em;text-transform:uppercase}.trade-success h2{margin:8px 0;font-size:38px}.trade-success p{max-width:560px;margin:0 auto;color:var(--ti-muted)}.success-offer{max-width:390px;margin:28px auto;padding:20px;border-radius:16px;background:#f1f8f4}.success-offer span,.success-offer strong{display:block}.success-offer strong{color:var(--ti-green);font-size:34px}.trade-success>a{display:inline-block;margin-top:10px;color:var(--ti-green);font-weight:800}.trade-footer{padding:42px max(22px,calc((100% - 1220px)/2));display:flex;align-items:center;gap:28px;background:var(--ti-ink);color:#cbdad4}.trade-footer img{width:135px}.trade-footer p{flex:1}.trade-footer small{color:#8fa79e}@media(max-width:960px){.trade-hero{grid-template-columns:1fr;gap:35px}.trade-how{max-width:620px}.trade-layout{grid-template-columns:1fr}.trade-wizard{border-right:0}.trade-summary{position:static;border-top:1px solid var(--ti-line)}}@media(max-width:680px){.trade-header{height:66px}.trade-logo img{width:125px}.trade-header nav>a:first-child{display:none}.trade-hero{min-height:auto;padding:55px 20px 100px}.trade-hero h1{font-size:44px}.hero-proof{display:grid}.trade-shell{margin-top:-58px;padding:0 10px}.trade-progress{padding:16px}.trade-progress span{min-width:100px}.trade-wizard{min-height:620px;padding:25px 18px}.model-grid{grid-template-columns:1fr}.choice-grid,.contact-grid,.two-fields{grid-template-columns:1fr}.inline-options.triple{grid-template-columns:1fr}.grade-card{grid-template-columns:44px 1fr}.grade-card em{grid-column:2}.step-actions{align-items:stretch;flex-direction:column-reverse}.step-actions.end{align-items:stretch}.trade-primary,.trade-secondary{width:100%}.trade-footer{align-items:flex-start;flex-direction:column}.trade-footer p{margin:0}.trade-summary{padding:26px 20px}}
