:root{--sms-ink: #0D0D0D;--sms-page: #F7F7F5;--sms-white: #FFFFFF;--sms-g1: #EAEAE6;--sms-g2: #C8C8C2;--sms-g3: #8A8A84;--sms-green: #34C759;--sms-sand: #B8A99A;--sms-amber: #F59E0B;--sms-r-xs: 6px;--sms-r-sm: 10px;--sms-r-md: 16px;--sms-r-lg: 24px;--sms-r-xl: 32px;--sms-r-pill: 999px;--sms-nav-h: 60px;--sms-max-w: 1120px}.sms-section[id]{scroll-margin-top:calc(var(--sms-nav-h) + 16px)}.sms-btn-p{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 28px;background:var(--sms-ink);color:var(--sms-white);font-size:15px;font-weight:700;border-radius:var(--sms-r-pill);transition:opacity .15s,transform .1s;white-space:nowrap;text-decoration:none}.sms-btn-p:hover{opacity:.82;color:var(--sms-white)}.sms-btn-p:active{transform:scale(.97)}.sms-btn-p svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sms-fm-badge{display:inline-flex;align-items:center;gap:7px;border:.5px solid var(--sms-g2);border-radius:var(--sms-r-pill);padding:5px 13px 5px 8px;background:var(--sms-white);white-space:nowrap}.sms-fm-dot{width:16px;height:16px;border-radius:50%;background:var(--sms-green);flex-shrink:0}.sms-fm-badge span{font-size:11px;font-weight:600;color:var(--sms-g3)}.sms-hero{background:var(--sms-page);padding-top:calc(var(--sms-nav-h) + 72px);padding-bottom:88px;position:relative;overflow:hidden}.sms-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,var(--sms-g1) 1px,transparent 1px);background-size:32px 32px;opacity:.8;pointer-events:none}.sms-hero__inner{position:relative;z-index:1;max-width:var(--sms-max-w);margin:0 auto;padding:0 52px;display:grid;grid-template-columns:1fr 400px;grid-template-rows:auto 1fr;grid-template-areas:"kicker visual" "text   visual";align-items:center;gap:64px}.sms-hero__kicker{grid-area:kicker;align-self:end;justify-self:start;display:inline-flex;align-items:center;gap:8px;border:.5px solid var(--sms-g2);border-radius:var(--sms-r-pill);padding:5px 13px 5px 8px;background:var(--sms-white);margin-bottom:44px;margin-top:-24px}.sms-hero__kicker-text{font-size:12px;font-weight:500;color:var(--sms-g3)}.sms-hero__kicker-icon{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;border-radius:5px;flex-shrink:0;display:block}.sms-hero__text{grid-area:text}.sms-hero__visual{grid-area:visual}.sms-hero__h1{font-weight:900;line-height:1;letter-spacing:-.04em;color:var(--sms-ink);margin-bottom:28px}.sms-hero__h1-line1,.sms-hero__h1-line2{display:inline-block}.sms-hero__h1-line1{font-size:var(--sms-h1-line1-size, clamp(52px, 7vw, 84px))}.sms-hero__h1-line2{font-size:var(--sms-h1-line2-size, clamp(52px, 7vw, 84px))}.sms-hero__divider{display:none}.sms-hero__sub{font-size:18px;font-weight:400;color:var(--sms-g3);line-height:1.6;max-width:400px;margin-bottom:40px}.sms-hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:36px}.sms-hero__ghost-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--sms-g3);transition:color .15s;text-decoration:none}.sms-hero__ghost-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sms-hero__ghost-link:hover{color:var(--sms-ink)}.sms-hero__proof{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-top:28px;border-top:.5px solid var(--sms-g1)}.sms-hero__stars{color:var(--sms-amber);font-size:14px;letter-spacing:1px;flex-shrink:0}.sms-hero__proof-text{font-size:13px;color:var(--sms-g3)}.sms-hero__proof-text strong{color:var(--sms-ink);font-weight:600}.sms-hero__proof-sep{width:1px;height:18px;background:var(--sms-g2);flex-shrink:0}.sms-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;padding:64px 88px 64px 48px}.sms-card-float{animation:smsCardFloat 5s ease-in-out infinite;will-change:transform;display:flex;align-items:center;justify-content:center}@keyframes smsCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.sms-tilt{perspective:800px;display:inline-flex}.sms-tilt__stage{position:relative;transform-style:preserve-3d;transform:rotateX(var(--sms-tilt-x, -5deg)) rotateY(var(--sms-tilt-y, 8deg));transition:transform .14s ease-out}.sms-tilt.is-tilt-pulse .sms-tilt__stage{animation:smsTiltPulse .7s ease-out forwards}@keyframes smsTiltPulse{0%{transform:rotateX(-5deg) rotateY(8deg)}28%{transform:rotateX(-12deg) rotateY(14deg) scale(1.04)}65%{transform:rotateX(3deg) rotateY(-5deg)}to{transform:rotateX(-5deg) rotateY(8deg)}}.sms-hero__img{width:100%;max-width:340px;border-radius:var(--sms-r-lg);display:block;box-shadow:0 40px 80px #0000002e,0 8px 24px #0000001a}.sms-hcard{width:210px;height:325px;background:#1a1a1a;border-radius:20px;box-shadow:0 40px 80px #0003,0 8px 24px #0000001f;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px 18px;overflow:hidden;flex-shrink:0}.sms-hcard-gloss{position:absolute;top:0;left:0;right:0;bottom:50%;background:linear-gradient(180deg,rgba(255,255,255,.035) 0%,transparent 100%);border-radius:20px 20px 0 0;pointer-events:none}.sms-hcard-hole{width:24px;height:11px;background:var(--sms-page);border-radius:6px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.sms-hcard-power{position:absolute;top:18px;right:16px;width:20px;height:20px;border-radius:50%;border:1.5px solid #333;display:flex;align-items:center;justify-content:center}.sms-hcard-power svg{width:10px;height:10px;stroke:#444;fill:none;stroke-width:1.8;stroke-linecap:round}.sms-hcard-wifi{margin-bottom:12px}.sms-hcard-wifi svg{width:38px;stroke:#333;fill:none;stroke-width:1.3;stroke-linecap:round}.sms-hcard-certs{font-size:7.5px;color:#444;letter-spacing:.08em;margin-bottom:8px}.sms-hcard-tag{border:1px solid #282828;border-radius:6px;padding:4px 9px;display:flex;align-items:center;gap:5px}.sms-hcard-tag-ring{width:8px;height:8px;border-radius:50%;border:1.5px solid #3A3A3A;flex-shrink:0}.sms-hcard-tag-text{font-size:7px;color:#666;line-height:1.35;font-weight:500}.sms-chip{position:absolute;background:var(--sms-white);border-radius:var(--sms-r-sm);padding:8px 11px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px #0000001f,0 1px 4px #0000000f;white-space:nowrap;pointer-events:none}.sms-chip-ico{width:28px;height:28px;flex-shrink:0;border-radius:7px;display:flex;align-items:center;justify-content:center}.sms-chip-ico svg{width:14px;height:14px;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.sms-chip-title{font-size:11px;font-weight:700;color:var(--sms-ink);line-height:1.2}.sms-chip-sub{font-size:10px;color:var(--sms-g3);margin-top:1px}.sms-chip-ico--mint{background:#e6f9ed}.sms-chip-ico--mint svg{stroke:#27ae60}.sms-chip-ico--blue{background:#e8f0fe}.sms-chip-ico--blue svg{stroke:#1a6fd4}.sms-chip-ico--amber{background:#fef3e2}.sms-chip-ico--amber svg{stroke:#d97706}.sms-chip-a{top:16px;right:8px;animation:smsChipFloat 4s ease-in-out infinite}.sms-chip-b{bottom:40px;right:0;animation:smsChipFloat 4.8s ease-in-out infinite .7s}.sms-chip-c{bottom:0;left:0;animation:smsChipFloat 5.2s ease-in-out infinite 1.4s}@keyframes smsChipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(max-width:960px){.sms-hero{padding-top:calc(var(--sms-nav-h) + 40px);padding-bottom:64px}.sms-hero__inner{display:flex;flex-direction:column;grid-template-columns:none;grid-template-areas:none;padding:0 28px;gap:48px}.sms-hero__kicker{order:-2;align-self:flex-start;margin-top:-56px;margin-bottom:8px}.sms-hero__visual{order:-1;padding:64px 96px 72px 64px}.sms-hero__text{order:0}.sms-hero__h1-line1{font-size:var(--sms-h1-line1-size-tablet, clamp(44px, 10vw, 64px))}.sms-hero__h1-line2{font-size:var(--sms-h1-line2-size-tablet, clamp(44px, 10vw, 64px))}.sms-hero__sub{max-width:100%}.sms-hero__actions .sms-btn-p{flex:1}.sms-chip-a{top:8px;right:4px}.sms-chip-b{bottom:48px;right:0}.sms-chip-c{bottom:28px;left:0}.sms-chip{padding:6px 9px;gap:6px}.sms-chip-ico{width:20px;height:20px;border-radius:6px}.sms-chip-ico svg{width:12px;height:12px}.sms-chip-title{font-size:10px}.sms-chip-sub{font-size:9px}}@media(max-width:480px){.sms-hero__visual{padding:60px 88px 68px 56px}.sms-hero__h1-line1{font-size:var(--sms-h1-line1-size-mobile, 44px)}.sms-hero__h1-line2{font-size:var(--sms-h1-line2-size-mobile, 44px)}.sms-hero__proof{gap:8px}.sms-hero__proof-sep{display:none}.sms-hcard{width:180px;height:280px}.sms-hero__img{max-width:200px}}@media(prefers-reduced-motion:reduce){.sms-chip-a,.sms-chip-b,.sms-chip-c,.sms-card-float{animation:none!important}.sms-tilt__stage{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/sms-hero.css.map */
