/* How It Works — from source HTML */

.atlas-hiw-page{isolation:isolate;background:#fff;color:#171717}
.atlas-hiw-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 20px;border-radius:10px;font-size:13px;font-weight:800;border:1px solid transparent;text-decoration:none;cursor:pointer}
.atlas-hiw-page .btn-yellow{background:var(--y,#f4c400);color:#111;border-color:var(--y,#f4c400)}
.atlas-hiw-page .btn-dark{background:#111;color:#fff;border-color:#111}
.atlas-hiw-page .btn-ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.4)}
.atlas-hiw-page .soft .btn-ghost,.atlas-hiw-page .cta .btn-ghost{background:#fff;color:#111;border-color:#111}
.atlas-hiw-page .reveal,.atlas-hiw-page .reveal-left,.atlas-hiw-page .reveal-right{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.atlas-hiw-page .reveal.revealed,.atlas-hiw-page .reveal-left.revealed,.atlas-hiw-page .reveal-right.revealed{opacity:1;transform:none}
.atlas-hiw-page .faq-item{cursor:pointer}
.atlas-hiw-page .faq-item small{display:block;max-height:0;overflow:hidden;opacity:0;transition:.25s}
.atlas-hiw-page .faq-item.open small{max-height:160px;opacity:1;margin-top:8px}

.atlas-hiw-page{--y:#f4c400;--yd:#d4a800;--ys:#fff8cc;--k:#0b0b0c;--k2:#171719;--w:#fff;--bg:#f5f5f2;--tx:#171717;--mut:#676761;--line:#deded7;--ok:#116b47;--danger:#a52525;--r:10px;--shadow:0 24px 70px rgba(0,0,0,.12);--soft:0 14px 38px rgba(0,0,0,.07)}.atlas-hiw-page *{box-sizing:border-box}.atlas-hiw-page{scroll-behavior:smooth}.atlas-hiw-page{margin:0;background:var(--w);color:var(--tx);font-family:var(--sans);line-height:1.65;overflow-x:hidden}.atlas-hiw-page{overflow:hidden}.atlas-hiw-page button, .atlas-hiw-page input, .atlas-hiw-page select, .atlas-hiw-page textarea{font:inherit}.atlas-hiw-page button, .atlas-hiw-page a{touch-action:manipulation}.atlas-hiw-page a{color:inherit;text-decoration:none}.atlas-hiw-page img{display:block;max-width:100%}.atlas-hiw-page h1, .atlas-hiw-page h2, .atlas-hiw-page h3, .atlas-hiw-page h4, .atlas-hiw-page p{margin-top:0}.atlas-hiw-page h1, .atlas-hiw-page h2, .atlas-hiw-page .display{font-family:var(--serif);font-weight:700;letter-spacing:-.032em;line-height:1.02}.atlas-hiw-page h3, .atlas-hiw-page h4{line-height:1.25}.atlas-hiw-page .wrap{width:min(1280px,calc(100% - 40px));margin:auto}.atlas-hiw-page .eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}.atlas-hiw-page .eyebrow:before{content:"";width:28px;height:2px;background:var(--y)}.atlas-hiw-page #progress{position:fixed;left:0;top:0;height:3px;background:var(--y);width:0;z-index:9000}.atlas-hiw-page .top{background:var(--k);color:#fff;font-size:12px}.atlas-hiw-page .top .wrap{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:18px}.atlas-hiw-page .top-left, .atlas-hiw-page .top-right, .atlas-hiw-page .control-row{display:flex;align-items:center;gap:15px}.atlas-hiw-page .top .gold{color:var(--y);font-weight:800}.atlas-hiw-page .top button{color:#fff;background:transparent;border:0;cursor:pointer;display:flex;align-items:center;gap:7px}.atlas-hiw-page .top select{appearance:none;background:#202023;color:#fff;border:1px solid #36363a;padding:7px 30px 7px 10px;border-radius:999px;font-size:11px;cursor:pointer}.atlas-hiw-page header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.atlas-hiw-page .nav{min-height:92px;height:auto;padding:14px 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px}.atlas-hiw-page .brand{display:flex;align-items:center;gap:12px;min-width:max-content}.atlas-hiw-page .brand-mark{position:relative;width:54px;height:54px;background:var(--y);border:2px solid var(--k);border-radius:8px;display:grid;place-items:center}.atlas-hiw-page .brand-mark:before, .atlas-hiw-page .brand-mark:after{content:"";position:absolute;inset:6px;border:1px solid rgba(0,0,0,.35)}.atlas-hiw-page .brand-mark:after{inset:12px;transform:rotate(45deg)}.atlas-hiw-page .brand-mark i{position:relative;z-index:2;width:23px}.atlas-hiw-page .brand strong{display:block;font-size:15px;letter-spacing:.04em}.atlas-hiw-page .brand small{display:block;font-size:9px;letter-spacing:.19em;text-transform:uppercase;color:var(--mut)}.atlas-hiw-page .menu{display:flex;flex-wrap:wrap;row-gap:5px;column-gap:2px;justify-content:center;align-items:center;max-width:760px;margin:auto}.atlas-hiw-page .menu a{border-radius:7px;padding:9px 10px;white-space:nowrap;font-size:12px;font-weight:700}.atlas-hiw-page .menu a:hover, .atlas-hiw-page .menu a.active{background:var(--ys)}.atlas-hiw-page .actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.atlas-hiw-page .icon-btn{width:44px;height:44px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;border-radius:9px;cursor:pointer;position:relative}.atlas-hiw-page .signin-btn{background:#111;color:#fff;border-color:#111}.atlas-hiw-page .signin-btn i{color:var(--y)}.atlas-hiw-page .hamb{display:none}.atlas-hiw-page .btn{border:0;border-radius:8px;padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800;cursor:pointer;transition:.22s}.atlas-hiw-page .btn:hover{transform:translateY(-2px);box-shadow:var(--soft)}.atlas-hiw-page .btn-dark{background:var(--k);color:#fff}.atlas-hiw-page .btn-yellow{background:var(--y);color:#111}.atlas-hiw-page .btn-white{background:#fff;border:1px solid var(--line)}.atlas-hiw-page .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(8px)}.atlas-hiw-page .hero{position:relative;min-height:760px;padding:90px 0 78px;display:flex;align-items:center;isolation:isolate;overflow:hidden;background:#111}.atlas-hiw-page .hero-bg{position:absolute;inset:0;z-index:-3;background-image:url('/wp-content/uploads/atlas/corporate/how-it-works/hiw-bg-08-14faf2f95a.webp');background-size:cover;background-position:center;transform:scale(1.03);animation:heroZoom 14s ease-in-out infinite alternate}.atlas-hiw-page .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,6,.94),rgba(5,5,6,.79) 52%,rgba(5,5,6,.44));z-index:-2}.atlas-hiw-page .hero-grid{display:grid;grid-template-columns:1.06fr .72fr;gap:54px;align-items:center;position:relative;z-index:2}.atlas-hiw-page .hero-copy{color:#fff}.atlas-hiw-page .hero-copy h1{font-size:clamp(56px,6vw,92px);margin:20px 0 24px;line-height:.94;text-wrap:balance;color:#fff;text-shadow:0 8px 30px rgba(0,0,0,.28)}.atlas-hiw-page .hero-title-accent{display:inline;background:#fff;color:#111;padding:.01em .14em .04em;box-decoration-break:clone;-webkit-box-decoration-break:clone;text-shadow:none}.atlas-hiw-page .hero-copy>p{max-width:690px;font-size:17px;color:#deded8}.atlas-hiw-page .hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin:30px 0}.atlas-hiw-page .process-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.atlas-hiw-page .process-line span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);padding:8px 10px;border-radius:7px;font-size:10px;font-weight:800;color:#fff;backdrop-filter:blur(8px)}.atlas-hiw-page .process-line i{color:var(--y);width:14px;height:14px}.atlas-hiw-page .hero-panel{background:rgba(8,8,9,.84);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(18px);padding:30px;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.3);border-radius:10px}.atlas-hiw-page .hero-panel h3{font-family:var(--serif);font-size:31px;margin:14px 0 25px}.atlas-hiw-page .hero-panel .phase{display:flex;gap:13px;padding:15px 0;border-top:1px solid rgba(255,255,255,.12)}.atlas-hiw-page .hero-panel .phase:first-of-type{border-top:0}.atlas-hiw-page .hero-panel .phase i{color:var(--y);flex:0 0 auto}.atlas-hiw-page .hero-panel b, .atlas-hiw-page .hero-panel small{display:block}.atlas-hiw-page .hero-panel small{color:#aaa;font-size:10px}
@keyframes heroZoom{.atlas-hiw-page from{transform:scale(1.03)}.atlas-hiw-page to{transform:scale(1.09)}}.atlas-hiw-page .trustbar{background:var(--k);color:#fff;border-bottom:5px solid var(--y)}.atlas-hiw-page .trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.atlas-hiw-page .trust-item{padding:25px;border-right:1px solid #29292d;display:flex;gap:13px}.atlas-hiw-page .trust-item i{color:var(--y)}.atlas-hiw-page .trust-item strong{display:block}.atlas-hiw-page .trust-item small{color:#adada9}.atlas-hiw-page section{padding:96px 0}.atlas-hiw-page .soft{background:var(--bg)}.atlas-hiw-page .dark{background:var(--k);color:#fff}.atlas-hiw-page .dark h2, .atlas-hiw-page .dark h3{color:#fff}.atlas-hiw-page .dark p{color:#bdbdb8}.atlas-hiw-page .head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.atlas-hiw-page .head h2, .atlas-hiw-page .center h2{font-size:clamp(38px,4.5vw,64px);margin:12px 0;max-width:820px}.atlas-hiw-page .head p{max-width:500px;color:var(--mut)}.atlas-hiw-page .center{text-align:center;max-width:850px;margin:0 auto 42px}.atlas-hiw-page .center p{color:var(--mut)}.atlas-hiw-page .flow-wrap{position:relative}.atlas-hiw-page .flow-rail{position:absolute;left:34px;top:40px;bottom:40px;width:1px;background:linear-gradient(var(--line),var(--y),var(--line))}.atlas-hiw-page .flow-grid{display:grid;gap:18px}.atlas-hiw-page .flow-card{position:relative;display:grid;grid-template-columns:70px minmax(0,1fr) minmax(320px,.72fr);gap:24px;align-items:center;border:1px solid var(--line);background:#fff;padding:24px;border-radius:10px;box-shadow:0 1px 0 rgba(0,0,0,.02);transition:.28s}.atlas-hiw-page .flow-card:hover{transform:translateY(-4px);box-shadow:var(--soft)}.atlas-hiw-page .flow-num{width:54px;height:54px;background:var(--k);color:var(--y);border-radius:10px;display:grid;place-items:center;font:700 23px/1 var(--serif);position:relative;z-index:2}.atlas-hiw-page .flow-copy h3{font-size:25px;margin:6px 0 8px}.atlas-hiw-page .flow-copy p{font-size:12px;color:var(--mut);margin:0 0 14px}.atlas-hiw-page .chips{display:flex;gap:7px;flex-wrap:wrap}.atlas-hiw-page .chips span{font-size:9px;font-weight:800;background:var(--bg);border:1px solid var(--line);padding:6px 8px;border-radius:6px}.atlas-hiw-page .flow-media{overflow:hidden;border-radius:8px;min-height:235px}.atlas-hiw-page .flow-media img{width:100%;height:235px;object-fit:cover;transition:.55s}.atlas-hiw-page .flow-card:hover .flow-media img{transform:scale(1.04)}.atlas-hiw-page .mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.atlas-hiw-page .mini-box{padding:13px;border:1px solid var(--line);background:#fafafa;border-radius:7px}.atlas-hiw-page .mini-box b, .atlas-hiw-page .mini-box small{display:block}.atlas-hiw-page .mini-box small{font-size:9px;color:var(--mut)}.atlas-hiw-page .mini-box b{font-size:11px;margin-top:3px}.atlas-hiw-page .split{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.atlas-hiw-page .media-card{position:relative;overflow:hidden;border-radius:10px;min-height:540px}.atlas-hiw-page .media-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.atlas-hiw-page .media-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.72))}.atlas-hiw-page .media-caption{position:absolute;left:26px;right:26px;bottom:24px;z-index:2;color:#fff}.atlas-hiw-page .media-caption span{background:var(--y);color:#111;padding:6px 8px;border-radius:6px;font-size:9px;font-weight:800}.atlas-hiw-page .media-caption h3{font-family:var(--serif);font-size:34px;margin:12px 0 0}.atlas-hiw-page .panel{border:1px solid var(--line);padding:30px;background:#fff;border-radius:10px}.atlas-hiw-page .panel h3{font-size:29px;margin:8px 0 18px}.atlas-hiw-page .list{display:grid;gap:9px}.atlas-hiw-page .list div{display:flex;gap:10px;align-items:flex-start;padding:11px 0;border-top:1px solid var(--line);font-size:11px}.atlas-hiw-page .list div:first-child{border-top:0}.atlas-hiw-page .list i{color:var(--yd);width:16px;height:16px;flex:0 0 auto;margin-top:1px}.atlas-hiw-page .purchase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.atlas-hiw-page .purchase-card{padding:28px;border:1px solid var(--line);background:#fff;border-radius:10px;transition:.28s}.atlas-hiw-page .purchase-card:hover{transform:translateY(-4px);box-shadow:var(--soft)}.atlas-hiw-page .purchase-card .icon{width:48px;height:48px;background:var(--ys);display:grid;place-items:center;border-radius:8px}.atlas-hiw-page .purchase-card .icon i{color:#8c7200}.atlas-hiw-page .purchase-card h3{font-size:22px;margin:17px 0 8px}.atlas-hiw-page .purchase-card p{font-size:11px;color:var(--mut)}.atlas-hiw-page .status-board{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#343438;border:1px solid #343438;border-radius:10px;overflow:hidden}.atlas-hiw-page .status{background:#171719;color:#fff;padding:22px;min-height:170px}.atlas-hiw-page .status i{color:var(--y)}.atlas-hiw-page .status b{display:block;margin:20px 0 6px;font-size:14px}.atlas-hiw-page .status small{color:#999;font-size:10px}.atlas-hiw-page .shipping-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.atlas-hiw-page .shipping-panel{padding:30px;border-radius:10px}.atlas-hiw-page .shipping-panel.domestic{border:1px solid var(--line);background:#fff}.atlas-hiw-page .shipping-panel.international{background:var(--y);color:#111}.atlas-hiw-page .shipping-panel h3{font-size:27px}.atlas-hiw-page .shipping-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:18px}.atlas-hiw-page .shipping-options span{padding:12px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.58);font-size:10px;font-weight:800;border-radius:7px;display:flex;gap:8px;align-items:center}.atlas-hiw-page .timeline{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--line);border-radius:10px;overflow:hidden}.atlas-hiw-page .timeline-step{background:#fff;padding:22px;min-height:185px;position:relative}.atlas-hiw-page .timeline-step:after{content:"";position:absolute;left:22px;bottom:0;width:42%;height:4px;background:var(--y)}.atlas-hiw-page .timeline-step i{color:var(--yd)}.atlas-hiw-page .timeline-step b{display:block;margin:22px 0 7px;font-size:13px}.atlas-hiw-page .timeline-step small{display:block;font-size:9px;color:var(--mut)}.atlas-hiw-page .compare{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:10px;overflow:hidden}.atlas-hiw-page .compare th, .atlas-hiw-page .compare td{padding:16px 18px;border-bottom:1px solid var(--line);font-size:11px;text-align:left}.atlas-hiw-page .compare th{background:var(--k);color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.atlas-hiw-page .compare th:last-child{background:var(--y);color:#111}.atlas-hiw-page .compare tr:last-child td{border-bottom:0}.atlas-hiw-page .compare td:nth-child(2){background:#fffdf0;font-weight:700}.atlas-hiw-page .faq-list{max-width:920px;margin:auto;display:grid;gap:8px}.atlas-hiw-page .faq-item{width:100%;text-align:left;border:1px solid var(--line);background:#fff;padding:18px 20px;display:grid;grid-template-columns:1fr auto;gap:20px;cursor:pointer;border-radius:10px}.atlas-hiw-page .faq-item b, .atlas-hiw-page .faq-item small{display:block}.atlas-hiw-page .faq-item b{font-size:13px}.atlas-hiw-page .faq-item small{font-size:10px;color:var(--mut);max-height:0;overflow:hidden;opacity:0;margin-top:0;transition:.25s}.atlas-hiw-page .faq-item.open small{max-height:160px;opacity:1;margin-top:8px}.atlas-hiw-page .faq-item i{color:var(--yd)}.atlas-hiw-page .cta{background:var(--y)}.atlas-hiw-page .cta-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.atlas-hiw-page .cta h2{font-size:clamp(42px,5vw,70px);margin:10px 0 12px}.atlas-hiw-page .cta p{max-width:680px;color:#3f3500}.atlas-hiw-page footer{background:var(--k);color:#fff;padding:70px 0 25px;border-top:8px solid var(--y)}.atlas-hiw-page .footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:28px}.atlas-hiw-page .footer-grid h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.atlas-hiw-page .footer-grid p, .atlas-hiw-page .footer-grid a, .atlas-hiw-page .footer-grid li{color:#b3b3af;font-size:11px}.atlas-hiw-page .footer-grid ul{list-style:none;padding:0;display:grid;gap:8px}.atlas-hiw-page .footer-contact{display:grid;gap:7px;margin:17px 0}.atlas-hiw-page .footer-contact a{display:flex;gap:10px;align-items:center;border:1px solid #343437;padding:10px;border-radius:7px}.atlas-hiw-page .footer-contact i{color:var(--y);width:17px}.atlas-hiw-page .footer-contact small, .atlas-hiw-page .footer-contact b{display:block}.atlas-hiw-page .footer-contact small{font-size:8px;color:#777}.atlas-hiw-page .footer-contact b{font-size:10px;color:#fff}.atlas-hiw-page .newsletter-inline{display:flex;margin-top:14px}.atlas-hiw-page .newsletter-inline input{min-width:0;width:100%;background:#1e1e21;border:1px solid #38383d;color:#fff;padding:11px}.atlas-hiw-page .newsletter-inline button{border:0;background:var(--y);padding:0 13px;cursor:pointer}.atlas-hiw-page .social-row{display:flex;gap:7px;margin-top:14px}.atlas-hiw-page .social-row a{width:38px;height:38px;border:1px solid #37373a;border-radius:7px;display:grid;place-items:center}.atlas-hiw-page .footer-bottom{border-top:1px solid #2c2c2f;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#888;font-size:9px}.atlas-hiw-page .overlay{position:fixed;z-index:5000;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(15px);display:none;align-items:center;justify-content:center;padding:20px}.atlas-hiw-page .overlay.open{display:flex}.atlas-hiw-page .dialog{width:min(650px,100%);max-height:90vh;overflow:auto;background:#fff;padding:32px;box-shadow:var(--shadow);position:relative;border-radius:10px}.atlas-hiw-page .dialog h2{font-size:38px}.atlas-hiw-page .close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:25px;cursor:pointer;border-radius:8px}.atlas-hiw-page .field{display:grid;gap:6px;margin:13px 0}.atlas-hiw-page .field label{font-size:10px;font-weight:800}.atlas-hiw-page .field input, .atlas-hiw-page .field select, .atlas-hiw-page .field textarea{border:1px solid var(--line);padding:14px;background:#fff;outline:0;width:100%;border-radius:7px}.atlas-hiw-page .toast{position:fixed;right:22px;bottom:22px;background:var(--k);color:#fff;padding:14px 18px;z-index:9000;display:none;max-width:320px;border-left:5px solid var(--y);font-size:11px;border-radius:7px}.atlas-hiw-page .wa-float{position:fixed;right:22px;bottom:22px;z-index:8500}.atlas-hiw-page .wa-fab{border:0;background:#111;color:#fff;border-radius:8px;padding:13px 17px;display:flex;align-items:center;gap:8px;font-weight:800;cursor:pointer;box-shadow:0 16px 40px rgba(0,0,0,.22);border-bottom:3px solid var(--y)}.atlas-hiw-page .wa-fab i{color:var(--y)}.atlas-hiw-page .wa-float-panel{position:absolute;right:0;bottom:62px;width:min(350px,calc(100vw - 30px));background:#fff;border:1px solid var(--line);box-shadow:0 24px 65px rgba(0,0,0,.2);padding:18px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.22s;border-radius:10px}.atlas-hiw-page .wa-float-panel.open{opacity:1;visibility:visible;transform:none}.atlas-hiw-page .wa-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.atlas-hiw-page .wa-head button{border:0;background:none;font-size:22px;cursor:pointer}.atlas-hiw-page .wa-float-panel p{font-size:11px;color:var(--mut)}.atlas-hiw-page .wa-float-panel textarea{width:100%;border:1px solid var(--line);padding:11px;resize:vertical;border-radius:7px}.atlas-hiw-page .wa-send{width:100%;margin-top:8px;border:0;background:var(--y);padding:12px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:8px}.atlas-hiw-page .reveal{opacity:0;transform:translateY(28px);transition:opacity .78s cubic-bezier(.2,.7,.2,1),transform .78s cubic-bezier(.2,.7,.2,1)}.atlas-hiw-page .reveal.revealed{opacity:1;transform:none}.atlas-hiw-page .reveal-left{opacity:0;transform:translateX(-34px);transition:opacity .85s ease,transform .85s ease}.atlas-hiw-page .reveal-left.revealed{opacity:1;transform:none}.atlas-hiw-page .reveal-right{opacity:0;transform:translateX(34px);transition:opacity .85s ease,transform .85s ease}.atlas-hiw-page .reveal-right.revealed{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){.atlas-hiw-page *{scroll-behavior:auto!important;animation:none!important;transition:none!important}.atlas-hiw-page .reveal, .atlas-hiw-page .reveal-left, .atlas-hiw-page .reveal-right{opacity:1;transform:none}}

@media(max-width:1220px){.atlas-hiw-page .menu{max-width:620px}.atlas-hiw-page .menu a{font-size:11px;padding:8px}.atlas-hiw-page .brand small{display:none}}
@media(max-width:1080px){.atlas-hiw-page .nav{grid-template-columns:1fr auto}.atlas-hiw-page .menu{display:none}.atlas-hiw-page .hamb{display:grid}.atlas-hiw-page .hero-grid, .atlas-hiw-page .split{grid-template-columns:1fr}.atlas-hiw-page .hero{min-height:700px;background-position:62% center}.atlas-hiw-page .hero-panel{max-width:720px}.atlas-hiw-page .flow-card{grid-template-columns:64px 1fr}.atlas-hiw-page .flow-media{grid-column:2}.atlas-hiw-page .status-board{grid-template-columns:repeat(3,1fr)}.atlas-hiw-page .timeline{grid-template-columns:repeat(4,1fr)}.atlas-hiw-page .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){.atlas-hiw-page .wrap{width:min(100% - 24px,1280px)}.atlas-hiw-page .top-left{display:none}.atlas-hiw-page .top .wrap{justify-content:center}.atlas-hiw-page .top-right{width:100%;justify-content:space-between}.atlas-hiw-page .nav{padding:10px 0;min-height:74px}.atlas-hiw-page .brand-mark{width:46px;height:46px}.atlas-hiw-page .actions{gap:5px}.atlas-hiw-page .actions .icon-btn{width:40px;height:40px}.atlas-hiw-page .hero{min-height:auto;padding:70px 0 55px}.atlas-hiw-page .hero-shade{background:rgba(4,4,5,.84)}.atlas-hiw-page .hero-grid{gap:28px}.atlas-hiw-page .hero-copy h1{font-size:46px}.atlas-hiw-page .hero-panel{padding:22px}.atlas-hiw-page .trust-grid, .atlas-hiw-page .shipping-grid, .atlas-hiw-page .purchase-grid, .atlas-hiw-page .cta-grid{grid-template-columns:1fr}.atlas-hiw-page .trust-item{border-bottom:1px solid #29292d}.atlas-hiw-page section{padding:72px 0}.atlas-hiw-page .head{display:block}.atlas-hiw-page .flow-rail{display:none}.atlas-hiw-page .flow-card{grid-template-columns:1fr;gap:16px}.atlas-hiw-page .flow-media{grid-column:auto}.atlas-hiw-page .flow-num{width:48px;height:48px}.atlas-hiw-page .status-board{grid-template-columns:1fr 1fr}.atlas-hiw-page .timeline{grid-template-columns:1fr 1fr}.atlas-hiw-page .footer-grid{grid-template-columns:1fr 1fr}.atlas-hiw-page .cta .btn{width:100%}
}
@media(max-width:470px){.atlas-hiw-page .actions .icon-btn:first-child{display:none}.atlas-hiw-page .hero-copy h1{font-size:42px}.atlas-hiw-page .hero-actions .btn{width:100%}.atlas-hiw-page .status-board, .atlas-hiw-page .timeline, .atlas-hiw-page .mini-grid, .atlas-hiw-page .shipping-options, .atlas-hiw-page .footer-grid{grid-template-columns:1fr}.atlas-hiw-page .flow-media{min-height:200px}.atlas-hiw-page .flow-media img{height:200px}.atlas-hiw-page .compare th, .atlas-hiw-page .compare td{padding:12px 10px;font-size:9px}.atlas-hiw-page .wa-float{right:14px;bottom:14px}.atlas-hiw-page .wa-fab span{display:none}
}
