@import "tailwindcss";
:root{--red:#861b22;--dark:#202124;--muted:#6e7075;--cream:#f6f3ef;--line:#e5e1dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dark);background:#fff;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,88px);border-bottom:1px solid #eee;position:sticky;top:0;background:#fffc;backdrop-filter:blur(14px);z-index:20}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.08em}.brandMark{width:44px;height:44px;background:var(--red);color:white;display:grid;place-items:center;border-radius:12px;letter-spacing:-.08em}.brand small{display:block;font-size:8px;letter-spacing:.16em;color:var(--muted);margin-top:3px}.nav nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.navCta,.button{background:var(--red);color:white;border:0;border-radius:10px;padding:15px 22px;font-weight:700;cursor:pointer;display:inline-flex;justify-content:center;gap:18px}.button:disabled{opacity:.45;cursor:not-allowed}.hero{min-height:620px;padding:80px clamp(24px,8vw,120px);display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px;background:linear-gradient(115deg,#fff 0 61%,#f2ece7 61%)}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:800}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,86px);line-height:.98;letter-spacing:-.05em;margin:22px 0 24px;max-width:760px}.hero h1 em{color:var(--red);font-weight:400}.heroCopy>p{font-size:18px;color:var(--muted);line-height:1.7;max-width:600px}.heroActions{display:flex;align-items:center;gap:25px;margin:32px 0}.textLink{font-weight:700;border-bottom:1px solid}.trust{display:flex;flex-wrap:wrap;gap:18px;color:#555;font-size:13px}.trust span::first-letter{color:var(--red)}.heroVisual{height:460px;position:relative;display:grid;place-items:center}.orbit{position:absolute;width:390px;height:390px;border:1px solid #d9cbc3;border-radius:50%}.phone{width:220px;height:430px;background:#202124;border:7px solid #303136;border-radius:38px;padding:12px;transform:rotate(5deg);box-shadow:0 30px 60px #47131744;z-index:2}.speaker{width:70px;height:15px;background:#202124;border-radius:0 0 12px 12px;position:absolute;top:6px;left:75px}.screen{height:100%;border-radius:25px;background:linear-gradient(150deg,#a22b32,#691218);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center}.screen span{font-size:14px}.screen b{font-family:Georgia,serif;font-size:27px;margin:8px}.screen i{background:white;color:var(--red);width:45px;height:45px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:24px;margin-top:25px}.floatCard{position:absolute;z-index:3;right:0;bottom:35px;background:white;padding:18px 22px;border-radius:12px;box-shadow:0 15px 40px #3e1a1725}.floatCard b,.floatCard span{display:block}.floatCard span{font-size:12px;color:var(--muted);margin-top:6px}.quoteSection{padding:100px clamp(20px,8vw,120px);background:var(--cream)}.sectionHead{text-align:center;max-width:700px;margin:0 auto 40px}.sectionHead h2,.stores h2,.bottomCta h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,55px);letter-spacing:-.035em;margin:14px 0}.sectionHead p,.stores>div>p{color:var(--muted);line-height:1.65}.quoteCard{background:#fff;max-width:980px;margin:auto;border-radius:18px;box-shadow:0 20px 70px #41261912;overflow:hidden}.steps{display:grid;grid-template-columns:repeat(3,1fr);padding:25px 50px;border-bottom:1px solid var(--line)}.steps div{display:flex;align-items:center;gap:10px;color:#aaa}.steps div:not(:last-child):after{content:"";height:1px;background:#ddd;flex:1}.steps b{width:29px;height:29px;border-radius:50%;border:1px solid #ccc;display:grid;place-items:center;font-size:12px}.steps .active{color:var(--red)}.steps .active b{background:var(--red);color:white;border-color:var(--red)}.formPane{padding:38px 50px}.formPane h3{font:700 28px Georgia,serif;margin-top:0}label,legend{font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:9px}select,input,textarea{font:inherit;background:#fafafa;border:1px solid #ddd;border-radius:8px;padding:14px;color:#333;width:100%}fieldset{border:0;padding:0;margin:26px 0}.deviceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px}.deviceGrid button{border:1px solid #ddd;border-radius:10px;background:#fff;padding:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.deviceGrid button span{font-size:25px;color:var(--red)}.deviceGrid .selected{border:2px solid var(--red);background:#fff7f7}.fields{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.fields.contact{grid-template-columns:repeat(2,1fr)}.check{flex-direction:row;align-items:center;margin-top:22px;font-weight:500}.check input{width:18px;height:18px;accent-color:var(--red)}.priceBox{margin-top:20px;padding:18px;border-radius:10px;background:#f7eeee;display:grid;grid-template-columns:1fr auto}.priceBox b{color:var(--red);font-size:24px}.priceBox small{grid-column:1/-1;color:var(--muted);margin-top:5px}.formNav{padding:20px 50px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:12px}.back{background:none;border:0;font-weight:700;cursor:pointer;padding:10px 18px}.summary>div{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line)}.summary span{color:var(--muted)}.summary .total b{color:var(--red);font-size:22px}.summary .check{justify-content:flex-start;border:0}.success{text-align:center;padding:65px 30px}.success>div{width:70px;height:70px;border-radius:50%;background:#e8f5eb;color:#28733b;display:grid;place-items:center;font-size:32px;margin:auto}.success h3{font:700 32px Georgia,serif}.success p{color:var(--muted);max-width:540px;margin:0 auto 25px;line-height:1.6}.benefits{display:grid;grid-template-columns:repeat(3,1fr);padding:100px clamp(24px,8vw,120px);gap:60px}.benefits article b{color:var(--red);font-size:12px}.benefits h3{font:700 25px Georgia,serif}.benefits p{color:var(--muted);line-height:1.7}.stores{padding:100px clamp(24px,8vw,120px);background:var(--dark);color:white;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.stores>div>p{color:#aaa}.storeList article{display:flex;align-items:center;gap:20px;padding:21px 0;border-bottom:1px solid #ffffff22}.storeList article>span{color:#a75358;font-size:12px}.storeList h3{margin:0 0 5px}.storeList p{margin:0;color:#999;font-size:13px}.storeList a{margin-left:auto;color:#d07579;font-size:22px}.bottomCta{text-align:center;background:var(--red);color:white;padding:85px 24px}.bottomCta h2{margin:12px 0 30px}.button.light{background:white;color:var(--red)}footer{padding:45px clamp(24px,8vw,120px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;font-size:12px;color:var(--muted)}footer p:last-child{text-align:right}
@media(max-width:780px){.nav{height:70px;padding:0 18px}.nav nav a:not(.navCta){display:none}.navCta{padding:11px 13px}.brand{font-size:13px}.brandMark{width:38px;height:38px}.hero{grid-template-columns:1fr;padding:55px 22px 70px;background:linear-gradient(#fff 0 58%,#f2ece7 58%)}.hero h1{font-size:52px}.heroVisual{height:420px}.trust{display:grid}.phone{width:190px;height:375px}.orbit{width:320px;height:320px}.floatCard{right:0}.quoteSection{padding:70px 14px}.sectionHead{text-align:left;padding:0 10px}.quoteCard{border-radius:13px}.steps{padding:20px 15px}.steps div{gap:6px}.steps span{font-size:11px}.steps div:not(:last-child):after{display:none}.formPane{padding:28px 18px}.fields,.fields.contact{grid-template-columns:1fr}.deviceGrid{gap:6px}.deviceGrid button{padding:14px 6px;flex-direction:column;font-size:12px}.formNav{padding:18px;justify-content:space-between}.benefits{grid-template-columns:1fr;padding:70px 24px;gap:35px}.stores{grid-template-columns:1fr;padding:70px 24px;gap:35px}footer{grid-template-columns:1fr;text-align:center}footer .brand{justify-content:center}footer p:last-child{text-align:center}.heroActions{align-items:flex-start;flex-direction:column}.priceBox{grid-template-columns:1fr}}

.previewForm{padding:38px 50px}.buttonOutline{background:#fff;color:var(--red);border:2px solid var(--red)}.dualCta{gap:12px}.dualCta .button{min-height:54px;align-items:center}.repairCarousel{height:520px;position:relative;background:#111;overflow:hidden}.repairSlide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;background-image:linear-gradient(90deg,#000b 0 36%,transparent 70%),url('broken-phones-carousel.png');background-size:300% 100%;background-repeat:no-repeat;display:flex;align-items:flex-end;padding:70px clamp(24px,8vw,120px);color:#fff}.repairSlide.active{opacity:1;z-index:1}.slide1{background-position:0 center}.slide2{background-position:50% center}.slide3{background-position:100% center}.repairSlide span{color:#f0adb0;font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:12px}.repairSlide h2{font:700 clamp(35px,5vw,64px) Georgia,serif;max-width:600px;margin:12px 0}.carouselControls{position:absolute;z-index:4;right:clamp(24px,8vw,120px);bottom:55px;display:flex;align-items:center;gap:13px}.carouselControls button{width:42px;height:42px;border-radius:50%;border:1px solid #ffffff88;background:#1118;color:#fff;cursor:pointer}.carouselControls #carouselDots{display:flex;gap:7px}.carouselControls #carouselDots button{width:8px;height:8px;padding:0;background:#ffffff66;border:0}.carouselControls #carouselDots button.active{background:#fff}.estimateButton{margin-top:22px}.formError{color:#a1121b;font-weight:700;min-height:20px}.priceResult{margin-top:28px;border:2px solid var(--red);border-radius:15px;padding:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#fffafa}.priceResult[hidden]{display:none}.priceResult>div{display:flex;flex-direction:column;gap:8px}.priceResult span{font-size:12px;color:var(--muted);font-weight:700;text-transform:uppercase}.priceResult strong{font-size:24px}.priceResult .discountPrice strong{color:var(--red);font-size:30px}.priceResult .bookingFromEstimate{grid-column:1/-1;font-size:17px}.priceResult small{grid-column:1/-1;color:var(--muted)}.bookingSection{padding:100px clamp(20px,8vw,120px);background:#fff}.bookingGrid{max-width:1100px;margin:auto;display:grid;grid-template-columns:.72fr 1.28fr;gap:24px}.storeChooser{display:flex;flex-direction:column;gap:10px}.storeChooser button{text-align:left;border:1px solid #ddd;background:#fff;border-radius:12px;padding:17px;cursor:pointer}.storeChooser button b,.storeChooser button span{display:block}.storeChooser button span{font-size:12px;color:var(--muted);margin-top:5px}.storeChooser button.selected{border:2px solid var(--red);background:#fff7f7}.bookingCard{border:1px solid #e7e2dd;border-radius:18px;padding:32px;box-shadow:0 18px 55px #41261910}.bookingCard h3{font:700 30px Georgia,serif;margin:0 0 22px}.bookingFields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.bookingSummary{background:#f7eeee;color:#4e1519;padding:17px;border-radius:10px;margin:20px 0}.bookingSummary b{color:var(--red)}.commentLabel{margin-top:15px}.wideButton{width:100%;margin-top:8px}.reviews{padding:100px clamp(24px,8vw,120px);background:var(--cream)}.reviewGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:auto}.reviewGrid article{background:#fff;padding:28px;border-radius:15px;box-shadow:0 12px 38px #4126190d}.reviewGrid h3{font:700 24px Georgia,serif}.reviewGrid p{color:var(--muted);line-height:1.6}.reviewGrid a{color:var(--red);font-weight:800}.stars{color:#e8a323;letter-spacing:.1em}.centered{justify-content:center}.darkButton{background:var(--dark)}
.repairFields{grid-template-columns:repeat(2,1fr)}
@media(max-width:780px){.repairFields{grid-template-columns:1fr}}
@media(max-width:780px){.previewForm{padding:28px 18px}.dualCta{width:100%;flex-direction:column}.dualCta .button{width:100%}.repairCarousel{height:420px}.repairSlide{padding:45px 24px 95px;background-size:auto 100%}.slide1{background-position:16% center}.slide2{background-position:50% center}.slide3{background-position:84% center}.carouselControls{left:24px;right:auto;bottom:30px}.priceResult{grid-template-columns:1fr}.priceResult .bookingFromEstimate,.priceResult small{grid-column:1}.bookingSection{padding:70px 14px}.bookingGrid{grid-template-columns:1fr}.storeChooser{display:grid;grid-template-columns:1fr 1fr}.bookingCard{padding:24px 18px}.bookingFields{grid-template-columns:1fr}.reviewGrid{grid-template-columns:1fr}.centered{align-items:center}.centered .button{width:100%;max-width:340px}}
