.home-c{--gap:16px;--r-lg:24px;--r-md:16px;--r-sm:14px;--card-border:var(--border);--muted:var(--ink-muted);--muted-2:var(--ink-subtle);--surface-2:var(--surface-muted);--green:var(--success-hover);--shadow-card:var(--shadow-md);--shadow-pop:var(--shadow-lg);color:var(--ink);font-family:var(--font-body)}.home-c .container{max-width:1200px;margin-inline:auto;padding-inline:20px}.home-c a{color:inherit;text-decoration:none}.home-c .chev{display:inline-block;direction:ltr}.home-c .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:#fff;font-weight:700;font-size:15px;padding:13px 30px;border-radius:14px;transition:background .2s,transform .2s,box-shadow .2s}.home-c .btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 24px -10px rgba(37,99,235,.55)}.home-c .hero{background:var(--surface);padding-block:24px 32px}.home-c .bento{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,292px);gap:var(--gap)}.home-c .cell{border-radius:var(--r-lg);position:relative;overflow:hidden}.home-c .cell-main{grid-column:1/8;grid-row:1/3;background:var(--ink);color:#fff;display:flex;align-items:center}.home-c .cell-main:before{content:"";position:absolute;left:-8%;bottom:-25%;width:560px;height:560px;border-radius:50%;background:radial-gradient(closest-side,rgba(37,99,235,.5),rgba(37,99,235,0) 72%)}.home-c .hero-copy{position:relative;z-index:2;padding:48px;max-width:62%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.home-c .hero-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(6px);font-size:12.5px;font-weight:600;color:rgba(255,255,255,.92)}.home-c .hero-chip svg{width:14px;height:14px;color:var(--accent-on-dark)}.home-c .hero-title{font-family:var(--font-display);font-size:clamp(30px,3.15vw,45px);font-weight:900;line-height:1.1;letter-spacing:-.025em}.home-c .hero-title .nowrap{white-space:nowrap}.home-c .hero-title .accent{color:var(--accent-on-dark)}.home-c .hero-price{font-size:16px;color:rgba(255,255,255,.75);font-weight:500}.home-c .hero-price strong{color:#fff;font-weight:800;font-size:19px}.home-c .hero-ctas{display:flex;align-items:center;gap:18px;margin-top:6px}.home-c .ghost-link{font-size:14px;font-weight:600;color:rgba(255,255,255,.75);display:inline-flex;align-items:center;gap:5px;transition:color .2s}.home-c .ghost-link:hover{color:#fff}.home-c .hero-phone{position:absolute;bottom:-84px;left:1.5%;width:min(400px,42%);z-index:1;filter:drop-shadow(0 40px 60px rgba(0,0,0,.5));animation:hc-floaty 7s ease-in-out 1s infinite}.home-c .cell-samsung{grid-column:8/13;grid-row:1;background:linear-gradient(135deg,var(--brand-purple),var(--brand-purple-active));color:#fff}.home-c .cell-samsung .cell-copy{position:relative;z-index:2;padding:30px;max-width:60%;display:flex;flex-direction:column;gap:7px;height:100%;justify-content:center}.home-c .cell-samsung h3{font-size:24px;font-weight:900;letter-spacing:-.02em;line-height:1.12}.home-c .cell-samsung .price{font-size:14px;color:rgba(255,255,255,.85);font-weight:500}.home-c .cell-samsung .price strong{font-weight:800;color:#fff;font-size:16px}.home-c .cell-link{margin-top:6px;font-size:13.5px;font-weight:700;color:rgba(255,255,255,.85);display:inline-flex;align-items:center;gap:5px;transition:color .2s,gap .2s}.home-c .cell-link:hover{color:#fff;gap:8px}.home-c .samsung-img{position:absolute;left:-14px;bottom:-26px;width:200px;z-index:1;transform:rotate(-6deg);filter:drop-shadow(0 24px 32px rgba(0,0,0,.4));transition:transform .35s cubic-bezier(.2,.7,.3,1)}.home-c .cell-samsung:hover .samsung-img{transform:rotate(-6deg) scale(1.07) translateY(-4px)}.home-c .cell-trust{grid-column:8/10;grid-row:2;background:var(--accent);color:#fff;padding:26px 24px;display:flex;flex-direction:column;justify-content:center;gap:10px}.home-c .cell-trust svg{width:32px;height:32px}.home-c .cell-trust h3{font-size:18px;font-weight:800;line-height:1.25;letter-spacing:-.01em}.home-c .cell-trust p{font-size:13px;color:rgba(255,255,255,.82);line-height:1.45}.home-c .cell-pods{grid-column:10/13;grid-row:2;background:#fff;border:1px solid var(--card-border);padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:transform .25s,box-shadow .25s,border-color .25s}.home-c .cell-pods:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--border-strong)}.home-c .pods-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.home-c .pods-copy h3{font-size:16px;font-weight:800;letter-spacing:-.01em}.home-c .pods-copy .price{font-size:21px;font-weight:900}.home-c .pods-link{font-size:13px;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:4px;margin-top:2px}.home-c .pods-media{flex:1;min-width:0;max-width:360px;background:var(--surface-muted);border-radius:18px;overflow:hidden;align-self:stretch;display:grid;place-items:center}.home-c .pods-media img{width:100%;height:100%;object-fit:cover}.home-c .logistics{border-block:1px solid var(--card-border);background:#fff}.home-c .logistics-row{display:grid;grid-template-columns:repeat(3,1fr)}.home-c .logi{display:flex;align-items:center;justify-content:center;gap:12px;padding:22px 16px;font-size:15px;font-weight:600;color:var(--ink-soft);text-align:center}.home-c .logi+.logi{border-inline-start:1px solid var(--card-border)}.home-c .logi svg{width:24px;height:24px;color:var(--accent);flex-shrink:0}.home-c .section{padding-block:64px 56px}.home-c .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px}.home-c .section-title{font-family:var(--font-display);font-size:26px;font-weight:900;letter-spacing:-.02em;position:relative;padding-bottom:12px}.home-c .section-title:after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:48px;height:4px;border-radius:4px;background:var(--accent)}.home-c .see-all{font-size:14px;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:5px;transition:gap .2s}.home-c .see-all:hover{gap:9px}.home-c .cats{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--gap)}.home-c .cat{background:var(--surface-2);border:1.5px solid transparent;border-radius:var(--r-md);padding:22px 12px 18px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s}.home-c .cat:hover{background:#fff;border-color:var(--accent);transform:translateY(-4px);box-shadow:var(--shadow-card)}.home-c .cat-plate{width:84px;height:84px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(10,10,11,.06);display:grid;place-items:center;overflow:hidden}.home-c .cat-plate img{width:72px;height:72px;object-fit:contain}.home-c .cat-plate svg{width:40px;height:40px;color:var(--ink-soft)}.home-c .cat span{font-size:15px;font-weight:700}.home-c .card{background:#fff;border:1px solid var(--card-border);border-radius:var(--r-sm);padding:16px;display:flex;flex-direction:column;position:relative;transition:transform .25s,box-shadow .25s,border-color .25s}.home-c .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--border-strong)}.home-c .card-media{aspect-ratio:1/1;display:grid;place-items:center;margin-bottom:14px;border-radius:12px;overflow:hidden;background:#fff}.home-c .card-media img{max-width:82%;max-height:82%;object-fit:contain;transition:transform .35s cubic-bezier(.2,.7,.3,1)}.home-c .media-photo{background:var(--surface-muted)}.home-c .media-photo img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:cover}.home-c .card:hover .card-media img{transform:scale(1.05)}.home-c .card-brand{font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--muted);text-transform:uppercase;margin-bottom:4px}.home-c .card-name{font-size:17px;font-weight:800;letter-spacing:-.01em;line-height:1.25}.home-c .card-sub{font-size:12.5px;color:var(--muted);margin-top:3px}.home-c .card-price{margin-top:10px;font-size:22px;font-weight:900;display:flex;align-items:baseline;gap:6px}.home-c .card-price .from{font-size:12px;font-weight:500;color:var(--muted)}.home-c .card .btn{margin-top:14px;width:100%;padding-block:11px;font-size:14px;border-radius:12px}.home-c .card-body{display:flex;flex-direction:column;flex:1}.home-c .card-body .btn{margin-top:auto}.home-c .best-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}.home-c .card-featured{grid-column:3/5;grid-row:1/3;padding:24px}.home-c .card-featured .card-media{aspect-ratio:auto;flex:1;min-height:0}.home-c .card-featured .card-media img{max-width:74%;max-height:88%}.home-c .badge{position:absolute;top:20px;inset-inline-start:20px;z-index:2;background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:6px 13px;border-radius:999px}.home-c .card-featured .card-name{font-size:24px}.home-c .card-featured .card-sub{font-size:14px;margin-top:5px}.home-c .card-featured .card-price{font-size:32px;margin-top:12px}.home-c .card-featured .card-price .from{font-size:14px}.home-c .trust-check{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:13.5px;font-weight:600;color:var(--green)}.home-c .trust-check svg{width:16px;height:16px}.home-c .card-featured .btn{padding-block:14px;font-size:15px;border-radius:14px}.home-c .brand-band{height:64px;display:flex;align-items:center}.home-c .brand-band .container{width:100%;display:flex;align-items:center;justify-content:space-between}.home-c .brand-band h2{font-family:var(--font-display);font-size:24px;font-weight:900;letter-spacing:-.02em}.home-c .band-pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;padding:8px 18px;border-radius:999px;transition:background .2s,gap .2s}.home-c .band-apple{background:linear-gradient(135deg,#f5f5f7,#c9c9cf);color:var(--ink)}.home-c .band-apple .band-pill{background:rgba(10,10,11,.08);color:var(--ink)}.home-c .band-apple .band-pill:hover{background:rgba(10,10,11,.15);gap:9px}.home-c .band-samsung{background:linear-gradient(135deg,var(--brand-purple),var(--brand-purple-active));color:#fff}.home-c .band-xiaomi{background:linear-gradient(135deg,var(--brand-xiaomi),var(--brand-xiaomi-deep));color:#fff}.home-c .band-samsung .band-pill,.home-c .band-xiaomi .band-pill{background:rgba(255,255,255,.15);color:#fff}.home-c .band-samsung .band-pill:hover,.home-c .band-xiaomi .band-pill:hover{background:rgba(255,255,255,.26);gap:9px}.home-c .brand-grid-wrap{padding-block:32px 48px;background:#fff}.home-c .brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}.home-c .combo{border-radius:var(--r-lg);background:linear-gradient(135deg,var(--accent-soft),#eff6ff);padding:48px 56px;display:flex;align-items:center;justify-content:space-between;gap:40px}.home-c .combo-copy{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:520px}.home-c .combo-copy h2{font-family:var(--font-display);font-size:28px;font-weight:900;letter-spacing:-.02em}.home-c .combo-copy p{font-size:15.5px;color:var(--ink-soft)}.home-c .combo-circles{display:flex;align-items:center}.home-c .combo-circle{width:132px;height:132px;border-radius:50%;background:#fff;box-shadow:var(--shadow-pop);display:grid;place-items:center;overflow:hidden;border:4px solid #fff}.home-c .combo-circle img{width:82%;height:82%;object-fit:contain}.home-c .combo-circle+.combo-circle{margin-inline-start:-28px}.home-c .combo-circle:nth-child(2){z-index:2;width:150px;height:150px}.home-c .combo-circle:nth-child(3){z-index:1}.home-c .combo-circle:first-child{z-index:3}.home-c .reviews{background:var(--surface);padding-block:64px}.home-c .reviews .section-title{padding-bottom:0;margin-inline:auto;text-align:center}.home-c .reviews .section-title:after{display:none}.home-c .reviews-head{text-align:center;margin-bottom:32px}.home-c .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}.home-c .review{background:#fff;border:1px solid var(--card-border);border-radius:var(--r-md);padding:26px;display:flex;flex-direction:column;gap:12px}.home-c .stars{color:var(--accent);font-size:16px;letter-spacing:3px}.home-c .review p{font-size:15px;line-height:1.6;color:var(--ink-soft)}.home-c .review .who{font-size:13px;color:var(--muted);font-weight:600;margin-top:auto}.home-c .service{padding-block:0 64px;background:var(--surface)}.home-c .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}.home-c .service-item{background:#fff;border:1px solid var(--card-border);border-radius:var(--r-md);padding:26px;display:flex;flex-direction:column;gap:10px}.home-c .service-item svg{width:28px;height:28px;color:var(--accent)}.home-c .service-item h3{font-size:16.5px;font-weight:800}.home-c .service-item p{font-size:13.5px;color:var(--muted);line-height:1.55}.home-c .allgrid{padding-block:8px 64px;background:var(--surface)}@keyframes hc-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media (prefers-reduced-motion:reduce){.home-c .hero-phone{animation:none}.home-c *{transition:none!important}}html[data-a11y-motion=off] .home-c .hero-phone{animation:none}@media (max-width:1024px){.home-c .bento{grid-template-columns:repeat(2,1fr);grid-template-rows:none}.home-c .cell-main{grid-column:1/-1;grid-row:auto;min-height:460px}.home-c .hero-copy{max-width:62%;padding:36px}.home-c .hero-phone{width:min(320px,40%);bottom:-52px;left:0}.home-c .cell-samsung,.home-c .cell-trust{grid-column:auto;grid-row:auto;min-height:250px}.home-c .cell-pods{grid-column:1/-1;grid-row:auto;min-height:150px}.home-c .best-grid{grid-template-columns:repeat(2,1fr)}.home-c .card-featured{grid-column:1/-1;grid-row:auto;flex-direction:row;gap:24px;align-items:center}.home-c .card-featured .card-media{flex:1;aspect-ratio:1/1;max-width:44%;margin-bottom:0}.home-c .card-featured .card-body{flex:1}.home-c .cats{grid-template-columns:repeat(3,1fr)}.home-c .brand-grid{grid-template-columns:repeat(2,1fr)}.home-c .combo{padding:40px}}@media (max-width:768px){.home-c .container{padding-inline:16px}.home-c .cell{border-radius:20px}.home-c .cell-main{min-height:480px;align-items:flex-start}.home-c .hero-copy{max-width:100%;padding:30px 30px 0}.home-c .hero-phone{width:min(270px,64%);bottom:-52px;left:-6%}.home-c .bento{grid-template-rows:none}.home-c .cell-samsung{min-height:210px}.home-c .cell-samsung .cell-copy{max-width:58%;padding:22px}.home-c .samsung-img{width:132px;left:-8px;bottom:-12px}.home-c .logistics-row{grid-template-columns:1fr}.home-c .logi+.logi{border-inline-start:none;border-block-start:1px solid var(--card-border)}.home-c .section{padding-block:44px 36px}.home-c .cats{grid-template-columns:repeat(3,1fr)}.home-c .best-grid,.home-c .brand-grid{grid-template-columns:repeat(2,1fr)}.home-c .reviews-grid,.home-c .service-grid{grid-template-columns:1fr}.home-c .combo{flex-direction:column;text-align:center;padding:32px 24px}.home-c .combo,.home-c .combo-copy{align-items:center}}