:root{
  --bg:#081117;
  --bg2:#0d171f;
  --panel:#12212b;
  --line:#1f303a;
  --text:#edf4f7;
  --muted:#9fb1bb;
  --green:#64f6a6;
  --green2:#1bcf77;
  --blue:#5db8ff;
  --white:#ffffff;
  --paper:#f2f6f7;
  --paper2:#dbe6ea;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.narrow{max-width:860px}
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(8,17,23,.84);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav{height:92px;display:flex;align-items:center;gap:28px;padding-top:7px;padding-bottom:3px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}
.brand-mark{
  display:grid;place-items:center;width:36px;height:36px;border-radius:10px;
  background:linear-gradient(135deg,var(--green),var(--green2));color:#05150d;
  font-size:12px;letter-spacing:.05em
}
.brand-name{font-size:20px}
nav{display:flex;gap:24px;margin-left:auto}
nav a{font-size:14px;color:var(--muted)}
nav a:hover{color:var(--white)}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 22px;border-radius:12px;
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#04140c;font-weight:800;box-shadow:0 12px 30px rgba(27,207,119,.16);
}
.button:hover{transform:translateY(-1px)}
.button-small{min-height:40px;padding:0 16px;font-size:14px}
.text-link{color:var(--muted);font-weight:700}
.text-link span{color:var(--green)}

.hero{
  position:relative;overflow:hidden;
  padding:92px 0 78px;
  background:
    radial-gradient(circle at 75% 38%,rgba(38,206,126,.16),transparent 24%),
    radial-gradient(circle at 20% 20%,rgba(93,184,255,.10),transparent 28%),
    linear-gradient(180deg,#09131a 0%,#071016 100%);
}
.hero:before{
  content:"";position:absolute;inset:0;opacity:.12;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent);
}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.17em;color:var(--green);margin-bottom:18px}
h1,h2,h3,p,ul{margin-top:0}
h1{font-size:clamp(46px,7vw,84px);line-height:.96;letter-spacing:-.055em;margin-bottom:24px}
h2{font-size:clamp(36px,5vw,60px);line-height:1.04;letter-spacing:-.045em;margin-bottom:22px}
h3{font-size:24px;line-height:1.15;letter-spacing:-.025em}
.lede,.section-lede{font-size:19px;color:#bdcad1;max-width:680px}
.hero-actions{display:flex;align-items:center;gap:24px;margin:32px 0 42px}
.tagline{font-size:16px;color:var(--muted);margin:0}
.tagline strong{color:var(--white)}

.hero-media{display:flex;justify-content:center}
.hero-card{
  position:relative;
  width:min(500px,100%);
  background:linear-gradient(180deg,#0f1e27,#0c161d);
  border:1px solid #243540;
  border-radius:30px;
  padding:16px;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.hero-card img{
  border-radius:22px;
  width:100%;
  object-fit:cover;
}
.hero-badge{
  position:absolute;left:28px;bottom:28px;
  padding:12px 16px;border-radius:14px;
  background:rgba(8,17,23,.86);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.08)
}
.hero-badge span,.hero-badge strong{display:block}
.hero-badge span{font-size:11px;letter-spacing:.12em;color:#8ea1ab}
.hero-badge strong{font-size:14px}


.hero-price{
  margin:0 0 34px;
  padding:18px 20px;
  border:1px solid #2a526e;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(10,38,57,.95),rgba(8,26,39,.95));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:680px;
}
.hero-price>div{display:flex;flex-direction:column}
.price-label{font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--blue)}
.hero-price strong{font-size:33px;line-height:1.05;margin:4px 0;color:white}
.hero-price strong small{font-size:13px;color:#9db2c0;font-weight:700}
.retail-price{font-size:12px;color:#8fa5b4}
.price-button{min-height:44px;font-size:13px;white-space:nowrap}

.price-strip{
  padding:54px 0;
  background:#091722;
  border-bottom:1px solid #1d3648;
}
.price-strip-inner{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:center;
}
.price-strip h2{
  font-size:clamp(34px,4.2vw,54px);
  margin-bottom:14px;
}
.price-strip p{color:#a8bbc7;font-size:17px;max-width:650px;margin:0}
.price-stack{
  padding:28px;
  border:1px solid #27516c;
  border-radius:20px;
  background:linear-gradient(145deg,#0e2637,#0a1924);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}
.price-stack>span{font-size:11px;font-weight:900;letter-spacing:.17em;color:var(--blue)}
.price-stack>strong{font-size:58px;line-height:1;margin:7px 0 1px;color:white;letter-spacing:-.04em}
.price-stack>small{font-size:13px;color:#9bb0be}
.price-stack>em{font-size:12px;color:#7f95a3;font-style:normal;margin:12px 0 20px}
.price-stack .button{width:100%}

.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0b141b}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-grid>div{padding:26px 22px;border-right:1px solid var(--line)}
.trust-grid>div:last-child{border-right:0}
.trust-grid strong,.trust-grid span{display:block}
.trust-grid strong{font-size:15px}
.trust-grid span{font-size:13px;color:var(--muted);margin-top:3px}

.section{padding:104px 0}
.section-light{background:var(--paper);color:#0c161b}
.section{background:var(--paper);color:#0b151a}
.section-dark{background:var(--bg2);color:var(--text)}
.section .eyebrow{color:#0d8f59}
.section-dark .eyebrow{color:var(--green)}
.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:54px}
.section-head>div{max-width:720px}
.section-head>p{max-width:430px;color:var(--muted);margin-bottom:8px}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  position:relative;padding:30px;border-radius:22px;
  background:linear-gradient(180deg,#12212c,#0d1820);
  border:1px solid #223440;min-height:280px;
}
.card-no{position:absolute;top:26px;right:28px;color:#52626b;font-size:12px;font-weight:900}
.icon{
  display:grid;place-items:center;width:50px;height:50px;border-radius:14px;
  background:#152d22;color:var(--green);font-size:24px;margin-bottom:28px
}
.card p{color:#a9bac3}

.verdict-panel{
  margin-top:24px;padding:34px;border-radius:22px;border:1px solid #284139;
  background:linear-gradient(135deg,#102219,#0d171c);
  display:flex;justify-content:space-between;align-items:center;gap:40px
}
.verdict-panel h3{font-size:36px;margin:0}
.risk-lights{display:flex;gap:24px}
.light{display:flex;flex-direction:column;align-items:center;gap:8px;color:#6f7e86;font-size:11px;font-weight:900;letter-spacing:.1em}
.light i{display:block;width:28px;height:28px;border-radius:50%;background:#26343d;border:5px solid #18242b}
.light.low.active i{background:var(--green);box-shadow:0 0 28px rgba(100,246,166,.6)}
.light.medium i{background:#6d5324}
.light.high i{background:#612828}

.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.gallery-card{
  background:#fff;border:1px solid #d8e0e3;border-radius:22px;overflow:hidden;
  box-shadow:0 10px 30px rgba(20,30,40,.06)
}
.gallery-card img{aspect-ratio:4/3;object-fit:cover;background:#e8eef0}
.gallery-copy{padding:22px}
.gallery-copy h3{font-size:26px;margin-bottom:10px}
.gallery-copy p{color:#55666e;margin:0}

.photo-band-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
.photo-copy p{font-size:18px;color:#b9c8cf}
.feature-list{padding-left:18px;color:#d4e0e5}
.feature-list li{margin:8px 0}
.stacked-images{position:relative;min-height:640px}
.stacked-images img{
  position:absolute;border-radius:22px;border:1px solid rgba(255,255,255,.08);
  box-shadow:0 25px 60px rgba(0,0,0,.28)
}
.stack-a{width:58%;top:0;left:0}
.stack-b{width:55%;top:120px;right:0}
.stack-c{width:58%;bottom:0;left:10%}

.interest-box{
  padding:42px;border:1px solid #d8e0e3;border-radius:24px;
  background:linear-gradient(180deg,#ffffff,#f7fafb);
  display:flex;align-items:center;justify-content:space-between;gap:34px
}
.interest-box h2{margin-bottom:12px}
.interest-box p{color:#52646d;max-width:620px;margin:0}
.contact-box{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.small-note{font-size:13px;color:#697a82}

.faq{margin-top:40px;border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{cursor:pointer;list-style:none;padding:24px 4px;font-size:18px;font-weight:800}
summary::-webkit-details-marker{display:none}
details p{color:#9fb0b8;padding:0 4px 24px;max-width:760px}


.contact-grid{
  padding:52px;
  border:1px solid #24435b;
  border-radius:26px;
  background:radial-gradient(circle at 15% 10%,rgba(34,169,243,.13),transparent 30%),#0d1d29;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:64px;
  align-items:start;
}
.contact-copy h2{font-size:50px;margin-bottom:18px}
.contact-copy>p{color:#a7bbc7;font-size:17px}
.direct-email{margin-top:34px}
.direct-email a{display:inline-block;margin-top:5px;color:var(--blue);font-weight:850;font-size:19px}
.contact-form{
  background:#091722;
  border:1px solid #21415a;
  border-radius:20px;
  padding:28px;
}
.contact-form label{display:block;margin-bottom:18px}
.contact-form label>span{display:block;color:#c8d6df;font-size:13px;font-weight:800;margin-bottom:7px}
.contact-form input,
.contact-form textarea,
.contact-form select{
  width:100%;
  border:1px solid #29485d;
  border-radius:10px;
  background:#07131d;
  color:#edf5fa;
  font:inherit;
  padding:12px 13px;
  outline:none;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(34,169,243,.12);
}
.contact-form textarea{resize:vertical;min-height:135px}
.form-button{border:0;cursor:pointer}
.form-button:disabled{opacity:.65;cursor:wait}
.form-status{min-height:24px;margin:14px 0 0;color:#a8bbc6;font-size:14px}
.form-status.success{color:var(--green)}
.form-status.error{color:var(--red)}
.bot-field{
  position:absolute!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  height:1px!important;
  width:1px!important;
  margin:-1px!important;
  padding:0!important;
  border:0!important;
}

footer{padding:34px 0;border-top:1px solid var(--line);background:#081117;color:#83939b}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.footer-grid p{margin:0;font-size:13px}
.footer-grid p:nth-child(2){text-align:center}
.footer-grid p:last-child{text-align:right}

@media (max-width:980px){
  nav{display:none}
  .nav .button-small{margin-left:auto}
  .hero-grid,.photo-band-grid,.section-head,.interest-box{grid-template-columns:1fr;display:block}
  .hero{padding-top:66px}
  .cards,.gallery{grid-template-columns:1fr}
  .section-head>p{max-width:none;margin-top:16px}
  .verdict-panel,.interest-box{align-items:flex-start;flex-direction:column}
  .stacked-images{min-height:unset;display:grid;gap:18px}
  .stacked-images img{position:static;width:100%}
}
@media (max-width:760px){
  .trust-grid{grid-template-columns:1fr}
  .trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr;gap:12px}
  .footer-grid p:nth-child(2),.footer-grid p:last-child{text-align:left}
}
@media (max-width:560px){
  .wrap{width:min(var(--max),calc(100% - 28px))}
  .nav{height:66px}
  .brand-name{font-size:18px}
  .hero-actions{align-items:flex-start;flex-direction:column}.hero-price{align-items:flex-start;flex-direction:column}.price-button{width:100%}.price-stack>strong{font-size:50px}
  .section{padding:80px 0}
  .hero-card{padding:12px;border-radius:22px}
  .hero-card img{border-radius:16px}
}


/* VERSION 8 — Hero logo layout */
.nav{
  height:66px;
  gap:24px;
  padding-top:0;
  padding-bottom:0;
}
.mini-brand{
  font-size:18px;
  font-weight:900;
  letter-spacing:-.03em;
  color:#d7e7ef;
  opacity:.95;
}
.mini-brand:hover{color:#fff}
.hero{
  padding:54px 0 78px;
}
.hero-masthead{
  position:relative;
  max-width:980px;
  margin:0 auto 34px;
  padding:16px 26px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#eef6fb 100%);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}
.hero-masthead:before{
  content:"";
  position:absolute;
  inset:-18px -24px auto -24px;
  height:120%;
  background:radial-gradient(circle at 50% 0%,rgba(34,169,243,.18),transparent 55%);
  z-index:-1;
  filter:blur(10px);
}
.hero-masthead img{
  display:block;
  width:100%;
  height:auto;
  max-height:150px;
  object-fit:contain;
  object-position:center;
}
.footer-logo{
  width:245px;
  height:70px;
  padding:4px 8px;
}
.footer-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}
@media (max-width:980px){
  .hero-masthead{max-width:760px}
}
@media (max-width:560px){
  .nav{height:62px}
  .mini-brand{font-size:17px}
  .hero-masthead{margin:0 auto 24px;padding:12px 16px;border-radius:20px}
  .hero-masthead img{max-height:96px}
}


/* VERSION 9 — Future Shop
   The shop page is built and ready. Reveal by removing display:none below. */
.future-shop-link{
  display:none !important;
}

/* Shop page */
.shop-body{
  background:#071016;
  color:var(--text);
}
.shop-hero{
  padding:62px 0 54px;
  background:
    radial-gradient(circle at 78% 28%,rgba(93,184,255,.11),transparent 28%),
    radial-gradient(circle at 22% 16%,rgba(100,246,166,.10),transparent 24%),
    linear-gradient(180deg,#09131a 0%,#071016 100%);
  border-bottom:1px solid var(--line);
}
.shop-logo{
  max-width:760px;
  margin:0 auto 38px;
  padding:14px 24px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#eef6fb);
  box-shadow:0 22px 60px rgba(0,0,0,.26);
}
.shop-logo img{
  width:100%;
  max-height:120px;
  object-fit:contain;
}
.shop-hero-copy{
  text-align:center;
  max-width:820px;
  margin:auto;
}
.shop-hero-copy h1{
  font-size:clamp(44px,6vw,76px);
  margin-bottom:18px;
}
.shop-hero-copy p{
  color:#b9c7ce;
  font-size:19px;
  max-width:700px;
  margin:0 auto;
}
.shop-main{
  padding:82px 0 110px;
  background:#eef3f5;
  color:#0d1922;
}
.shop-product{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:64px;
  align-items:start;
}
.shop-product-image{
  margin:0;
  padding:14px;
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 65px rgba(20,48,66,.15);
}
.shop-product-image img{
  width:100%;
  border-radius:18px;
  aspect-ratio:3/4;
  object-fit:cover;
}
.shop-product-copy .eyebrow{
  color:#087bc4;
}
.shop-product-copy h2{
  font-size:clamp(38px,4.4vw,58px);
  margin-bottom:14px;
}
.shop-subtitle{
  color:#60727c;
  font-size:18px;
  margin-bottom:28px;
}
.shop-price-box{
  padding:24px 26px;
  border:1px solid #c8d7df;
  border-radius:18px;
  background:#fff;
  margin:26px 0;
}
.shop-price-box span{
  display:block;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  color:#087bc4;
}
.shop-price-box strong{
  display:block;
  font-size:52px;
  line-height:1;
  margin:8px 0 4px;
  letter-spacing:-.04em;
}
.shop-price-box small{
  color:#6d7e87;
}
.prelaunch-note{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #dce5e9;
  color:#61747d;
  font-size:13px;
}
.shop-buy{
  width:100%;
  border:0;
  cursor:not-allowed;
  opacity:.58;
  margin-bottom:10px;
}
.shop-not-live{
  color:#74858e;
  font-size:13px;
  margin-bottom:28px;
}
.shop-register{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#087bc4;
  font-weight:850;
}
.shop-features{
  margin:34px 0 0;
  border-top:1px solid #cad7dd;
}
.shop-features>div{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:20px;
  padding:17px 0;
  border-bottom:1px solid #cad7dd;
}
.shop-features b{
  color:#10212d;
}
.shop-features span{
  color:#637680;
}
.included-section,
.future-products{
  margin-top:90px;
}
.shop-section-head{
  max-width:760px;
  margin-bottom:34px;
}
.shop-section-head .eyebrow{
  color:#087bc4;
}
.shop-section-head p{
  color:#647781;
  font-size:17px;
}
.included-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.included-card{
  padding:24px;
  border-radius:18px;
  border:1px solid #d3dfe4;
  background:#fff;
  min-height:160px;
}
.included-card span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:12px;
  margin-bottom:20px;
  background:#e7f5ff;
  color:#087bc4;
  font-weight:900;
}
.included-card h3{
  font-size:20px;
  margin-bottom:8px;
}
.included-card p{
  color:#687a83;
  font-size:14px;
  margin:0;
}
.future-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.future-card{
  position:relative;
  min-height:250px;
  border-radius:20px;
  padding:26px;
  border:1px dashed #b7c9d3;
  background:linear-gradient(180deg,#f9fbfc,#edf3f5);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.future-card:before{
  content:"COMING LATER";
  position:absolute;
  top:22px;
  left:22px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  color:#8398a4;
}
.future-card h3{
  margin-bottom:8px;
}
.future-card p{
  color:#6b7e88;
  margin:0;
}
.shop-policy{
  margin-top:90px;
  padding:34px;
  border-radius:22px;
  background:#0c1b27;
  color:#edf5fa;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.shop-policy h3{
  color:#fff;
  margin-bottom:10px;
}
.shop-policy p{
  color:#9fb3bf;
  margin:0;
  font-size:14px;
}
.shop-footer-note{
  padding:22px 0;
  text-align:center;
  font-size:12px;
  color:#71848f;
  background:#071016;
  border-top:1px solid var(--line);
}

@media(max-width:900px){
  .shop-product{grid-template-columns:1fr}
  .included-grid{grid-template-columns:1fr 1fr}
  .future-grid{grid-template-columns:1fr}
  .shop-policy{grid-template-columns:1fr}
}
@media(max-width:560px){
  .shop-hero{padding-top:36px}
  .shop-logo{padding:10px 14px;border-radius:18px}
  .shop-main{padding:64px 0 82px}
  .included-grid{grid-template-columns:1fr}
  .shop-features>div{grid-template-columns:1fr;gap:4px}
}


/* VERSION 10 — SHOP PREVIEW
   Shop navigation is visible for preview. */
.future-shop-link{
  display:inline-flex !important;
}

/* VERSION 13 — shop launch cleanup */
.future-card:before{
  content:none !important;
  display:none !important;
}

/* Shop is LIVE in the navigation */
.future-shop-link{
  display:inline-flex !important;
}


/* VERSION 15 — NZ freight rates */
.freight-box{
  margin:0 0 22px;
  padding:18px 20px;
  border:1px solid #c9d8df;
  border-radius:16px;
  background:#f8fbfc;
}
.freight-title{
  display:block;
  margin-bottom:10px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  color:#087bc4;
}
.freight-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:8px 0;
  border-top:1px solid #dde7eb;
}
.freight-row:first-of-type{border-top:0}
.freight-row b{
  color:#263943;
  font-size:14px;
}
.freight-row strong{
  color:#10212d;
  font-size:18px;
}
.freight-box small{
  display:block;
  margin-top:9px;
  color:#6a7d86;
  font-size:12px;
}


/* VERSION 17 — Technical analysis section */
.technical-section{
  background:
    radial-gradient(circle at 85% 10%,rgba(93,184,255,.09),transparent 25%),
    #e7eef1;
}
.technical-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:60px;
  align-items:end;
  margin-bottom:46px;
}
.technical-head h2{
  margin-bottom:0;
}
.technical-head>p{
  color:#5f717b;
  font-size:17px;
  margin:0 0 5px;
}
.technical-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.technical-card{
  position:relative;
  padding:30px;
  border-radius:20px;
  border:1px solid #cad9e0;
  background:rgba(255,255,255,.86);
  box-shadow:0 14px 34px rgba(25,54,72,.07);
}
.technical-card h3{
  font-size:25px;
  margin:16px 0 16px;
  color:#10212d;
}
.technical-card p{
  color:#5c707b;
  font-size:15px;
}
.technical-card p strong{
  color:#213a49;
}
.technical-code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  min-height:34px;
  padding:0 11px;
  border-radius:9px;
  border:1px solid #b9d8eb;
  background:#e8f6ff;
  color:#087bc4;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
}
.technical-note{
  margin:24px 0 0 !important;
  padding:15px 16px;
  border-left:3px solid #4eaee8;
  border-radius:0 10px 10px 0;
  background:#f0f7fa;
  color:#627681 !important;
  font-size:13px !important;
}
.technical-card-wide{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:110px 1fr;
  column-gap:26px;
  align-items:start;
}
.technical-card-wide .technical-code{
  grid-row:1 / 4;
  width:82px;
  height:82px;
  border-radius:18px;
  font-size:12px;
}
.technical-card-wide h3{
  margin-top:2px;
}
.technical-flow{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:20px;
}
.technical-flow span,
.technical-flow strong{
  padding:9px 13px;
  border-radius:10px;
  font-size:13px;
}
.technical-flow span{
  background:#edf5f8;
  color:#39515e;
  border:1px solid #d1e0e6;
}
.technical-flow i{
  font-style:normal;
  font-weight:900;
  color:#79909c;
}
.technical-flow strong{
  background:#10212d;
  color:#70ff55;
}

@media(max-width:980px){
  .technical-head{grid-template-columns:1fr;gap:18px}
  .technical-grid{grid-template-columns:1fr}
  .technical-card-wide{
    grid-column:auto;
    display:block;
  }
  .technical-card-wide .technical-code{
    width:auto;
    height:34px;
  }
}
@media(max-width:560px){
  .technical-flow{
    align-items:flex-start;
    flex-direction:column;
  }
  .technical-flow i{
    transform:rotate(90deg);
    margin-left:18px;
  }
}


/* VERSION 19 — launch legal/trust polish */
.form-privacy{
  margin:8px 0 0;
  color:#7f929d;
  font-size:12px;
  line-height:1.5;
}
.form-privacy a{
  color:var(--blue);
  font-weight:800;
}
.footer-grid a,
.shop-footer-note a{
  color:#9ec8e4;
  text-decoration:underline;
  text-underline-offset:3px;
}
.privacy-hero{
  padding:78px 0 58px;
  background:
    radial-gradient(circle at 80% 20%,rgba(93,184,255,.11),transparent 26%),
    linear-gradient(180deg,#09131a,#071016);
}
.privacy-hero h1{
  margin-bottom:18px;
}
.privacy-hero p{
  color:#b8c7cf;
  font-size:18px;
  max-width:780px;
}
.privacy-main{
  padding:72px 0 100px;
  background:#eef3f5;
  color:#10212d;
}
.privacy-copy h2{
  font-size:28px;
  margin:42px 0 12px;
}
.privacy-copy h2:first-child{
  margin-top:0;
}
.privacy-copy p{
  color:#5d707b;
  font-size:16px;
}
.privacy-copy a{
  color:#087bc4;
  font-weight:800;
}
.privacy-updated{
  margin-top:52px !important;
  padding-top:20px;
  border-top:1px solid #cad8df;
  font-size:13px !important;
  color:#7b8e98 !important;
}
