:root{
  --navy:#0b1f3a;
  --navy2:#071628;
  --ink:#0b1220;
  --ink2:#111827;
  --muted:#334155;
  --line:#e5e7eb;
  --soft:#f8fafc;

  --silverA:#ffffff;
  --silverB:#f1f5f9;
  --silverC:#e2e8f0;
  --silverText:#2b3648;

  --available:#2dd4bf;
  --soon:#f59e0b;

  --green:#16a34a;

  --shadow: 0 18px 48px rgba(0,0,0,.12);
  --shadow2: 0 30px 90px rgba(0,0,0,.18);

  --frameBorder: rgba(11,31,58,0.16);
  --frameGlowA: rgba(15,23,42,0.10);
  --frameGlowB: rgba(29,121,255,0.08);

  --priceBorder: rgba(22,163,74,0.26);
  --priceGlow: rgba(22,163,74,0.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background:#fff;
  color:var(--ink);
  overflow-x:hidden;
}
body.no-scroll{overflow:hidden;}

img{max-width:100%; height:auto; display:block;}

.container{max-width:1200px;margin:0 auto;padding:0 20px;}
.section{padding:64px 0;}
.section-tight{padding:44px 0;}

/* ===== GLOBAL LINKS ===== */
a{
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s ease, opacity .2s ease;
}
a:visited{ color: var(--navy); }
a:hover{
  color: var(--navy2);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* ===== TOPBAR ===== */
.topbar{
  position:sticky; top:0; z-index:60;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}

.topbar .container{
  max-width: 1400px;
  padding: 0 16px;
}

.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 0;
  gap:14px;
  flex-wrap:nowrap;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width:0;
  flex:0 0 auto;
}
.brand img{
  height:46px;
  width:auto;
}

.nav{
  display:flex;
  gap:18px;
  font-weight:750;
  flex-wrap:wrap;
  justify-content:center;
}
.topbar .nav a{
  color: var(--navy);
  font-size:13px;
  font-weight:600;
  letter-spacing:0.3px;
  text-decoration:none !important;
  position:relative;
  padding:5px 0;
  opacity:.95;
  white-space:nowrap;
}
.topbar .nav a:visited{ color: var(--navy); }
.topbar .nav a:hover{
  color: var(--navy2);
  opacity:1;
  text-decoration:none !important;
}
.topbar .nav a::after{
  content:"";
  position:absolute;
  left:0; bottom:-6px;
  width:0%;
  height:2px;
  background: var(--navy2);
  border-radius:2px;
  transition:width .18s ease;
}
.topbar .nav a:hover::after{width:100%}

.top-ctas{
  display:flex;
  gap:10px;
  align-items:center;
  flex:0 0 auto;
}

/* ===== BUTTONS ===== */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  border:1px solid var(--line);
  font-weight:900;
  font-size:14px;
  text-decoration:none !important;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  text-align:center;
}
.btn, .btn:visited, .btn:hover, .btn:active, .btn:focus{
  text-decoration:none !important;
}
.btn:hover{transform: translateY(-1px); box-shadow: 0 10px 24px rgba(15,23,42,0.10);}

.btn-primary{
  background:var(--navy);
  border-color:transparent;
  color:#fff !important;
}
.btn-primary:hover{background:var(--navy2);}

.btn-ghost{
  background:#fff;
  color:var(--navy) !important;
  border-color: rgba(11,31,58,0.25);
}
.btn-ghost:hover{
  background:#f1f5f9;
  color:var(--navy2) !important;
}

.btn-etsy{
  background: linear-gradient(90deg,#f97316,#ea580c);
  border-color: transparent;
  color:#fff !important;
}
.btn-etsy:hover{background: linear-gradient(90deg,#ea580c,#c2410c);}

/* ===== HERO ===== */
.hero{
  padding:46px 0 14px;
  text-align:center;
  background:
    radial-gradient(1200px 520px at 10% -10%, rgba(29,121,255,0.10), transparent 60%),
    radial-gradient(900px 450px at 90% 0%, rgba(11,31,58,0.10), transparent 55%);
}
.hero-logo{
  height:170px;
  filter: drop-shadow(0 16px 34px rgba(15,23,42,0.14));
}
.hero-gap{margin-bottom:60px}

/* ===== PRODUCT BOX ===== */
.products-wrap{
  display:flex;
  justify-content:center;
  padding: 0 16px 42px;
}
.products-box{
  width:min(96vw, 1600px);
  background: linear-gradient(180deg, var(--silverA) 0%, var(--silverB) 55%, var(--silverC) 100%);
  border-radius:34px;
  padding: 54px 44px 44px;
  box-shadow: 0 24px 90px rgba(15,23,42,.14);
  border: 1px solid var(--line);
  position:relative;
  overflow:hidden;
}
.products-box::before{
  content:"";
  position:absolute; inset:-40%;
  background: radial-gradient(circle at 30% 20%, rgba(11,31,58,0.07), transparent 55%),
              radial-gradient(circle at 85% 5%, rgba(29,121,255,0.08), transparent 50%),
              radial-gradient(circle at 92% 88%, rgba(45,212,191,0.10), transparent 55%);
  opacity: 0.9;
  pointer-events:none;
  animation: floatGlow 10s ease-in-out infinite;
}
@keyframes floatGlow{
  0%,100%{transform: translate3d(0,0,0) scale(1);}
  50%{transform: translate3d(0,-14px,0) scale(1.02);}
}

.products-head{
  position:relative;
  display:flex;
  justify-content:center;
  text-align:center;
  margin-bottom: 30px;
}
.products-title{
  font-family: 'Cinzel', serif;
  font-size: 48px;
  line-height:1.12;
  letter-spacing: 0.02em;
  margin:0;
  color: var(--navy);
  text-shadow: 0 14px 40px rgba(15,23,42,0.10);
}

.products-grid{
  position:relative;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media(max-width: 1180px){
  .products-grid{grid-template-columns: repeat(2, 1fr);}
}
@media(max-width: 760px){
  .products-grid{grid-template-columns: 1fr;}
  .products-box{padding: 38px 16px 30px;}
  .products-title{font-size: 34px;}
}

/* ===== CARDS ===== */
.card{
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow: var(--shadow);
  position:relative;
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease;
}
.card:hover{box-shadow: var(--shadow2);}
.card::after{
  content:"";
  position:absolute; inset:-40%;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 30%), rgba(255,255,255,0.30), transparent 45%);
  opacity:0;
  transition: opacity .25s ease;
  pointer-events:none;
}
.card:hover::after{opacity:1;}

.badge{
  position:absolute;
  top:16px; right:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.02em;
  z-index:3;
}
.badge.available{
  background: rgba(45,212,191,.18);
  border:1px solid rgba(45,212,191,.55);
  color:#0f766e;
}
.badge.soon{
  background: rgba(245,158,11,.18);
  border:1px solid rgba(245,158,11,.55);
  color:#92400e;
}

.card-header{padding: 56px 20px 10px;}
.card-title{
  font-size:20px;
  font-weight:1100;
  color: var(--navy);
  margin:0;
}
.card-meta{
  margin-top:6px;
  font-size:13px;
  font-weight:900;
  color: var(--ink2);
  opacity:.9;
}
.card-body{padding: 0 20px 20px;}

.prod-logo{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  margin: 8px 0 12px;
}

.dashlist{
  margin: 0;
  padding: 0;
  list-style:none;
  text-align:left;
  color: var(--ink2);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}
.dashlist li{
  position:relative;
  padding-left:14px;
  margin: 6px 0;
}
.dashlist li::before{
  content:"–";
  position:absolute;
  left:0;
  top:0;
  color: #64748b;
  font-weight:900;
}
.card-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap;}

/* ===== HEADINGS ===== */
.h2{
  font-size:32px;
  margin:0 0 10px;
  color:var(--navy);
  text-align:center;
}
.p{
  margin:0 0 18px;
  color:var(--muted);
  text-align:center;
  line-height:1.7;
}

/* ===== COMPARE TABLE ===== */
.compare{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 12px 30px rgba(15,23,42,0.08);
  background:#fff;
}
.compare th, .compare td{
  padding:14px 14px;
  border-bottom:1px solid var(--line);
  vertical-align:top;
  font-size:14px;
}
.compare th{
  background: var(--soft);
  color: var(--navy);
  font-weight:1100;
}
.compare tr:last-child td{border-bottom:none;}
.compare td.feature{color: var(--silverText); font-weight:900;}
.compare td.tu{color:#0f172a; font-weight:1100;}
.compare td.tusub{color: var(--silverText); font-weight:950;}
.yes{color:#0a7a2f; font-weight:1100;}
.no{color:#b42318; font-weight:1100;}
.planned{color:#92400e; font-weight:1100;}

/* ===== UNIFIED FRAME ===== */
.boxframe{
  border:1px solid var(--line);
  border-radius:24px;
  background: linear-gradient(180deg, var(--silverA), var(--silverB));
  box-shadow: 0 18px 40px rgba(15,23,42,0.10);
  position:relative;
}
.boxframe::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:24px;
  pointer-events:none;
  border: 1px solid rgba(11,31,58,0.10);
}
.boxframe:hover{
  box-shadow: 0 26px 70px rgba(15,23,42,0.18);
}

/* ===== PRICING ===== */
.core-logo-wrap{
  display:flex;
  justify-content:center;
  margin:28px 0 40px 0;
}
.core-logo-big{
  width:360px;
  max-width:90%;
  height:auto;
  filter: drop-shadow(0 16px 40px rgba(15,23,42,0.16));
}

.pricing-grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items:stretch;
  margin-top: 16px;
}
@media(max-width: 980px){ .pricing-grid{grid-template-columns:1fr;} }

.pricebox{ padding:22px; }

.boxframe-price{
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(241,245,249,1));
  border: 1px solid var(--priceBorder);
  box-shadow: 0 22px 70px var(--priceGlow);
}

.pricebox h3{
  margin:0;
  color:var(--navy);
  font-size:19px;
  font-weight:1100;
}

.price-row{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:12px 0 6px;
  flex-wrap:wrap;
}

.price{
  font-size:64px;
  font-weight:1200;
  color:var(--navy);
  letter-spacing:-0.02em;
  text-shadow: 0 18px 40px rgba(15,23,42,0.10);
}

.one-time-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:1000;
  letter-spacing:.02em;
  color:#0f766e;
  background: rgba(45,212,191,.18);
  border:1px solid rgba(45,212,191,.55);
}

.ul{margin:10px 0 0; padding-left:18px; color:var(--ink2); font-weight:500; line-height:1.75;}
.hr{border:none;border-top:1px solid var(--line); margin:18px 0;}

.promo-note{
  display:inline-block;
  padding:10px 22px;
  border-radius:30px;
  font-weight:800;
  font-size:15px;
  letter-spacing:.02em;
  background:linear-gradient(90deg,#22c55e,#16a34a);
  color:#fff;
  box-shadow:0 14px 34px rgba(34,197,94,0.32);
  border: 1px solid rgba(255,255,255,0.35);
}

.pricing-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-start;
}

.disclaimer{
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11,31,58,0.06), rgba(11,31,58,0.03));
  border: 1px dashed rgba(11,31,58,0.18);
  color: var(--navy);
  font-weight:650;
  line-height:1.7;
}

/* ===== SCREENSHOTS ===== */
.screens{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
@media(max-width: 1180px){ .screens{grid-template-columns: repeat(2, 1fr);} }
@media(max-width: 760px){ .screens{grid-template-columns: 1fr;} }

.sshot{ overflow:hidden; text-align:left; }
.sshot-btn{
  width:100%;
  border:none;
  padding:0;
  cursor:pointer;
  background:transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}
.sshot-btn:hover{ transform: translateY(-4px); }

.sshot img{
  width:100%;
  height: 190px;
  object-fit: cover;
  object-position: top;
  display:block;
}
.sshot .cap{
  padding:10px 12px;
  color:var(--ink2);
  font-weight:650;
  font-size:13px;
}

/* ===== WHY NOT ===== */
.why-hero{text-align:center;}
.why-lede{
  display:inline-block;
  margin-top:6px;
  color: var(--green);
  font-weight:1100;
}
.why-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media(max-width: 980px){ .why-grid{grid-template-columns:1fr;} }
.why-card{ padding:18px; }
.why-card h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:16px;
  font-weight:1100;
}
.why-card p{
  margin:0;
  color: var(--navy);
  line-height:1.7;
  font-weight:400;
}

/* ===== WHERE TO BUY ===== */
.where-grid{
  margin-top:24px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:22px;
}
@media(max-width: 980px){ .where-grid{grid-template-columns:1fr;} }
.where-card{
  padding:36px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-align:center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.where-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15,23,42,0.18);
}
.where-card img{
  width:170px;
  height:auto;
  display:block;
  border-radius:18px;
  background:#fff;
  padding:18px;
  border:1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15,23,42,0.08);
}
.where-card h3{
  margin:0;
  font-size:18px;
  font-weight:1100;
  color:var(--navy);
  letter-spacing:.02em;
}

/* ===== FAQ ===== */
.faq{
  max-width: 980px;
  margin: 18px auto 0;
  display:grid;
  gap:10px;
}
.faq-item{ overflow:hidden; }
.faq-q{
  width:100%;
  text-align:left;
  background:#fff;
  border:none;
  padding:16px 18px;
  font-weight:1100;
  color:var(--navy);
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}
.faq-a{
  padding:0 18px 16px;
  color:var(--ink2);
  font-weight:500;
  line-height:1.7;
  display:none;
}
.faq-item[data-open="1"] .faq-a{display:block;}
.chev{
  width:10px; height:10px;
  border-right:2px solid var(--navy);
  border-bottom:2px solid var(--navy);
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.faq-item[data-open="1"] .chev{transform: rotate(-135deg);}

/* ===== CONTACT ===== */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1.35fr;
  gap:24px;
  align-items:stretch;
  margin-top:24px;
}
@media(max-width: 980px){
  .contact-grid{grid-template-columns:1fr;}
}

.contact-card{
  padding:22px;
  height:100%;
}
.contact-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:22px;
  font-weight:1100;
  line-height:1.25;
}
.contact-card p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.7;
  font-weight:500;
}

.contact-kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--green);
  font-weight:800;
}

.contact-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.contact-list li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
  line-height:1.65;
  font-weight:600;
}
.contact-list li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:var(--green);
  font-weight:900;
}

.contact-mini-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.contact-note{
  margin-top:16px;
  color:#475569;
  font-size:13px;
  font-weight:700;
  line-height:1.6;
}

.contact-embed-wrap{
  padding:0;
  overflow:hidden;
  min-height:640px;
}
.contact-embed{
  display:block;
  width:100%;
  height:640px;
  border:none;
  background:#fff;
}

.contact-email{
  margin-top:18px;
  font-size:14px;
  color:var(--muted);
  text-align:center;
  line-height:1.7;
}

.hidden{display:none;}
.contact-form{display:block;}
.f-label{
  display:block;
  font-weight:900;
  color:var(--navy);
  margin:10px 0 8px;
}
.f-input{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 12px;
  font: inherit;
  color: var(--ink2);
  background:#fff;
  outline:none;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.f-input:focus{
  border-color: rgba(29,121,255,0.35);
  box-shadow: 0 0 0 4px rgba(29,121,255,0.14);
}

.contact-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px;}

@media(max-width: 980px){
  .contact-embed-wrap{min-height:580px;}
  .contact-embed{height:580px;}
}

/* ===== FOOTER ===== */
.footer{
  border-top:1px solid var(--line);
  padding:24px 0;
  color:#475569;
  font-size:13px;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.footer-left{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.footer img{height:24px}

.footer a,
.footer a:visited{
  color: var(--navy);
  text-decoration:none;
}
.footer a:hover{
  color: var(--navy2);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.footer-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap: 12px 32px;
}

.footer a::after{ display:none !important; }

/* ===== REVEAL ===== */
.reveal{opacity:1; transform:none;}
html.js .reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
html.js .reveal.is-in,
html.js .reveal.show{
  opacity:1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
  *{animation:none !important; transition:none !important; scroll-behavior:auto !important;}
  .reveal{opacity:1; transform:none;}
}

/* ===== GALLERY ===== */
.gallery{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
}
.gallery.open{display:block;}

.gallery-backdrop{
  position:absolute;
  inset:0;
  background: rgba(7,22,40,0.70);
  backdrop-filter: blur(6px);
}

.gallery-panel{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: min(1100px, 92vw);
  max-height: 86vh;
  border-radius: 22px;
  background: #0b1220;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 40px 160px rgba(0,0,0,0.45);
  overflow:hidden;
}

.gallery-close{
  position:absolute;
  top:12px;
  right:12px;
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color:#fff;
  font-size:18px;
  cursor:pointer;
}

.gallery-body{
  display:grid;
  grid-template-columns: 64px 1fr 64px;
  align-items:center;
  gap:0;
  padding: 54px 14px 16px;
}

.gallery-nav{
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color:#fff;
  font-size:34px;
  cursor:pointer;
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .12s ease, background .12s ease;
}
.gallery-nav:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.12);
}
.gallery-figure{
  margin:0;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
}
#galleryImg{
  width:100%;
  height:auto;
  max-height: 64vh;
  object-fit: contain;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
#galleryCap{
  color: rgba(255,255,255,0.88);
  font-weight:700;
  font-size:13px;
  line-height:1.5;
  max-width: 92%;
}
@media(max-width: 760px){
  .gallery-body{grid-template-columns: 44px 1fr 44px;}
  .gallery-nav{width:38px;height:38px;font-size:28px;border-radius:12px;}
  #galleryImg{max-height: 60vh;}
}
