.warrantix{--wx-primary:#17693b;--wx-primary-dark:#0f4f2c;--wx-accent:#d9a528;--wx-text:#15251c;--wx-muted:#68776e;--wx-border:#dfe8e2;--wx-soft:#f3f8f5;--wx-danger:#c53b46;--wx-radius:18px;max-width:980px;margin:30px auto;color:var(--wx-text);font-family:inherit;line-height:1.55}.warrantix *{box-sizing:border-box}.warrantix button,.warrantix input,.warrantix textarea,.warrantix select{font:inherit}.warrantix-hero{position:relative;display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:20px;padding:30px 34px;background:linear-gradient(118deg,#0d4d2b 0%,#17693b 62%,#258250 100%);border-radius:24px 24px 0 0;color:#fff;overflow:hidden}.warrantix-hero:after{content:"";position:absolute;right:-75px;top:-105px;width:285px;height:285px;border:45px solid rgba(255,255,255,.055);border-radius:50%}.warrantix-hero-mark{display:grid;place-items:center;width:68px;height:68px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}.warrantix-hero-mark svg{width:39px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.warrantix-hero h2{margin:2px 0 3px;color:#fff;font-size:28px;line-height:1.2}.warrantix-hero p{margin:0;color:#d8ebdf}.warrantix-kicker{font-size:10px;font-weight:800;letter-spacing:1.7px;color:#f4d47f}.warrantix-secure{position:relative;z-index:1;display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:30px;background:rgba(255,255,255,.13);font-size:12px;font-weight:650;white-space:nowrap}.warrantix-secure span{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff;color:var(--wx-primary);font-size:11px}
.warrantix-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:0 18px;background:#fff;border-right:1px solid var(--wx-border);border-left:1px solid var(--wx-border);box-shadow:0 12px 35px rgba(21,55,37,.07)}.warrantix-tab{position:relative;display:flex;align-items:center;gap:12px;min-height:92px;padding:16px 20px;border:0;border-bottom:3px solid transparent;background:transparent;color:#6c786f;text-align:left;cursor:pointer;transition:.18s ease}.warrantix-tab:not(:last-child):after{content:"";position:absolute;right:0;top:22px;bottom:22px;width:1px;background:#e6ece8}.warrantix-tab:hover{background:#f8fbf9;color:var(--wx-primary)}.warrantix-tab.is-active{border-bottom-color:var(--wx-accent);color:var(--wx-primary)}.warrantix-tab-number{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:50%;background:#edf4ef;color:#6e8275;font-size:12px;font-weight:800;transition:.18s}.warrantix-tab.is-active .warrantix-tab-number{background:var(--wx-primary);color:#fff;box-shadow:0 4px 12px rgba(23,105,59,.25)}.warrantix-tab strong,.warrantix-tab small{display:block}.warrantix-tab strong{font-size:14px}.warrantix-tab small{margin-top:2px;color:#879188;font-size:11px}.warrantix-tab:focus-visible{outline:3px solid rgba(217,165,40,.35);outline-offset:-3px}.warrantix-tab-content{background:#fff;border:1px solid var(--wx-border);border-top:0;border-radius:0 0 24px 24px;box-shadow:0 18px 45px rgba(21,55,37,.09)}.warrantix-tab-panel[hidden]{display:none}.warrantix-tab-panel.is-active{animation:warrantix-fade .22s ease}@keyframes warrantix-fade{from{opacity:.2;transform:translateY(5px)}to{opacity:1;transform:none}}
.warrantix-box{padding:clamp(25px,5vw,46px);background:#fff;border-radius:24px}.warrantix-complete .warrantix-box{border-radius:0;box-shadow:none}.warrantix-standalone .warrantix-box{border:1px solid var(--wx-border);box-shadow:0 16px 45px rgba(21,55,37,.09)}.warrantix-box-heading{display:flex;align-items:flex-start;gap:15px;padding-bottom:22px;border-bottom:1px solid #e8eeea}.warrantix-box-step{display:grid;place-items:center;flex:none;width:45px;height:45px;border-radius:13px;background:linear-gradient(145deg,#17693b,#248250);color:#fff;font-weight:800;box-shadow:0 7px 17px rgba(23,105,59,.2)}.warrantix-box-heading h2{margin:0 0 5px;color:var(--wx-primary-dark);font-size:23px;line-height:1.3}.warrantix-box-heading p{max-width:680px;margin:0;color:var(--wx-muted)}.warrantix .warrantix-hero h2,.warrantix .warrantix-box-heading h2,.warrantix .warrantix-result-heading h3,.warrantix .warrantix-history-heading h4{background:none;background-clip:border-box;-webkit-background-clip:border-box;-webkit-text-fill-color:currentColor}.warrantix .warrantix-hero h2{color:#fff}.warrantix .warrantix-box-heading h2,.warrantix .warrantix-result-heading h3,.warrantix .warrantix-history-heading h4{color:var(--wx-primary-dark)}
.warrantix-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 22px;margin-top:26px}.warrantix-form label{display:block;margin:0;color:#304039;font-size:13px;font-weight:700}.warrantix-label-text{display:block;margin-bottom:7px}.warrantix-label-text em{color:#d33c47;font-style:normal}.warrantix-form input,.warrantix-form select,.warrantix-form textarea{display:block;width:100%;min-height:48px;margin:0;padding:11px 14px;border:1px solid #cbd8d0;border-radius:10px;background:#fff;color:var(--wx-text);box-shadow:0 1px 2px rgba(15,79,44,.03);outline:0;transition:.18s}.warrantix-form input::placeholder,.warrantix-form textarea::placeholder{color:#a0aaa4}.warrantix-form input:focus,.warrantix-form select:focus,.warrantix-form textarea:focus{border-color:#2b8a56;box-shadow:0 0 0 4px rgba(43,138,86,.11)}.warrantix-form textarea{min-height:120px;resize:vertical;margin-top:7px}.warrantix-form button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:49px;padding:12px 24px;border:0;border-radius:10px;background:linear-gradient(105deg,var(--wx-primary-dark),var(--wx-primary));color:#fff;font-weight:750;cursor:pointer;box-shadow:0 8px 20px rgba(23,105,59,.2);transition:.18s}.warrantix-form button:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(23,105,59,.27)}.warrantix-form button span{font-size:19px}.warrantix-form-actions{grid-column:1/-1;display:flex;align-items:center;gap:18px;padding-top:5px}.warrantix-form-actions small{max-width:440px;color:#879189}.warrantix-inline{grid-template-columns:minmax(0,1fr) auto;align-items:end;max-width:720px}.warrantix-inline button{min-width:175px}.warrantix-claim-form label:nth-of-type(n+4){grid-column:1/-1}
.warrantix-privacy-note{display:flex;align-items:center;gap:8px;margin:18px 0 0!important;color:#78847c!important;font-size:12px}.warrantix-privacy-note span{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#edf3ef;color:var(--wx-primary);font-weight:800}.warrantix-message{display:flex;align-items:center;gap:11px;padding:13px 15px;border-radius:10px;margin:20px 0}.warrantix-message span{display:grid;place-items:center;flex:none;width:25px;height:25px;border-radius:50%;font-weight:800}.warrantix-message p{margin:0}.warrantix-message.success{background:#eaf8f0;color:#17693b;border:1px solid #b9e2c9}.warrantix-message.success span{background:#17693b;color:#fff}.warrantix-message.error{background:#fff0f1;color:#9d2933;border:1px solid #f0c2c6}.warrantix-message.error span{background:#cf3c48;color:#fff}.warrantix-upload-area{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:130px;padding:20px;border:2px dashed #b9cbbf;border-radius:12px;background:#f8fbf9;color:var(--wx-primary);text-align:center;cursor:pointer}.warrantix-upload-area:hover{border-color:var(--wx-primary);background:#f1f8f4}.warrantix-upload-area small{margin-top:4px;color:#849087;font-weight:500}.warrantix-upload-area input{position:absolute;inset:0;opacity:0;cursor:pointer}
.warrantix-process{display:flex;align-items:center;justify-content:center;gap:10px;margin:24px 0 4px;color:#8c978f;font-size:11px;font-weight:700}.warrantix-process span{display:flex;align-items:center;gap:6px}.warrantix-process i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#edf1ee;color:#7e8981;font-style:normal}.warrantix-process .is-current{color:var(--wx-primary)}.warrantix-process .is-current i,.warrantix-process span:first-child i{background:var(--wx-primary);color:#fff}.warrantix-process b{width:38px;height:1px;background:#d9e1dc}.warrantix-process b.is-done{background:var(--wx-primary)}
.warrantix-result{margin-top:25px;border:1px solid #cde1d4;border-radius:15px;background:#f8fcf9;overflow:hidden}.warrantix-result.status-expired,.warrantix-result.status-locked{border-color:#efc5c8;background:#fffafa}.warrantix-result-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 21px;background:#edf8f1;border-bottom:1px solid #d6eadc}.warrantix-result.status-expired .warrantix-result-heading,.warrantix-result.status-locked .warrantix-result-heading{background:#fff0f1;border-color:#efd5d7}.warrantix-result-heading>div{display:flex;align-items:center;gap:11px}.warrantix-result-check{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--wx-primary);color:#fff;font-weight:800}.warrantix-result.status-expired .warrantix-result-check,.warrantix-result.status-locked .warrantix-result-check{background:var(--wx-danger)}.warrantix-result-heading small{display:block;color:#789080;font-size:9px;font-weight:800;letter-spacing:1.1px}.warrantix-result-heading h3{margin:1px 0 0;color:var(--wx-primary-dark);font-size:17px}.warrantix-status{padding:6px 11px;border-radius:30px;background:#d9f1e3;color:#137340;font-size:12px}.warrantix-result.status-expired .warrantix-status,.warrantix-result.status-locked .warrantix-status{background:#f8dfe1;color:#b3313c}.warrantix-result dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:5px 20px 17px}.warrantix-result dl>div{padding:14px 10px;border-bottom:1px solid #e3ece6}.warrantix-result dt{margin-bottom:3px;color:#7a887f;font-size:11px}.warrantix-result dd{margin:0;color:#26372d;font-weight:700}.warrantix-history-heading{display:flex;align-items:center;justify-content:space-between;padding:17px 30px 8px}.warrantix-history-heading h4{margin:0;color:var(--wx-primary-dark)}.warrantix-history-heading small{padding:3px 8px;border-radius:20px;background:#e5eee8;color:#5b6a60}.warrantix-claim-history{margin:0 30px 24px!important;padding:0!important;list-style:none!important}.warrantix-claim-history li{padding:9px 0;border-bottom:1px solid #e3ece6;color:#516158;font-size:13px}.warrantix-claim-history li:last-child{border-bottom:0}
.warrantix-assurance{display:flex;justify-content:center;gap:35px;padding:18px;color:#718078;font-size:12px}.warrantix-assurance span{display:flex;align-items:center;gap:7px}.warrantix-assurance i{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#dcebe2;color:var(--wx-primary);font-size:10px;font-style:normal}.warrantix-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:760px){.warrantix{margin:18px auto}.warrantix-hero{grid-template-columns:54px 1fr;padding:24px}.warrantix-hero-mark{width:54px;height:54px}.warrantix-secure{display:none}.warrantix-tabs{padding:0}.warrantix-tab{justify-content:center;min-height:78px;padding:12px 7px;text-align:center}.warrantix-tab-number{width:31px;height:31px}.warrantix-tab>span:last-child small{display:none}.warrantix-tab strong{font-size:12px}.warrantix-box{padding:25px 20px}.warrantix-form{grid-template-columns:1fr}.warrantix-form-actions,.warrantix-claim-form label:nth-of-type(n+4){grid-column:1}.warrantix-inline{grid-template-columns:1fr;max-width:none}.warrantix-inline button{width:100%}.warrantix-result dl{grid-template-columns:repeat(2,1fr)}.warrantix-assurance{gap:14px;flex-wrap:wrap}.warrantix-process{gap:6px}.warrantix-process b{width:20px}}
@media(max-width:480px){.warrantix-hero{grid-template-columns:1fr;text-align:center}.warrantix-hero-mark{margin:auto}.warrantix-hero h2{font-size:24px}.warrantix-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.warrantix-tab{flex-direction:column;gap:5px}.warrantix-tab:not(:last-child):after{top:12px;bottom:12px}.warrantix-tab strong{font-size:10px;line-height:1.2}.warrantix-box-heading{gap:10px}.warrantix-box-step{width:39px;height:39px}.warrantix-box-heading h2{font-size:19px}.warrantix-result-heading{align-items:flex-start;flex-direction:column}.warrantix-result dl{grid-template-columns:1fr}.warrantix-form-actions{align-items:stretch;flex-direction:column}.warrantix-form-actions button{width:100%}.warrantix-process{font-size:0}.warrantix-process i{font-size:11px}.warrantix-assurance{align-items:flex-start;flex-direction:column;padding-left:28px}}
