:root{
  --bg:#0A0A0A;
  --chalk:#F5F5F3;
  --white:#FFFFFF;
  --blue:#1456C8;
  --gold:#C9A84C;
  --muted:rgba(245,245,243,0.72);
  --muted2:rgba(245,245,243,0.55);
  --border:rgba(245,245,243,0.14);
  --surface:rgba(245,245,243,0.06);
  --surface2:rgba(245,245,243,0.09);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--white);
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.mono{font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}

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

/* Nav */
.nav{position:sticky; top:0; z-index:10; backdrop-filter: blur(10px); background:rgba(10,10,10,0.6); border-bottom:1px solid var(--border)}
.nav__inner{max-width:1200px; margin:0 auto; padding:16px 20px; display:flex; align-items:center; justify-content:space-between; gap:16px;}
.wordmark{color:var(--white); text-decoration:none; font-family:"Neue Machina", Inter, sans-serif; font-size:20px; letter-spacing:-0.02em}
.wordmark__share{font-weight:800}
.wordmark__land{font-weight:400}

/* Buttons */
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; text-decoration:none; border:1.5px solid transparent; padding:14px 18px; font-family:"Neue Machina", Inter, sans-serif; font-weight:700; letter-spacing:-0.01em; border-radius:0}
.btn--primary{background:var(--blue); color:var(--white)}
.btn--ghost{background:transparent; border-color:rgba(20,86,200,0.75); color:rgba(245,245,243,0.92); padding:10px 14px; font-weight:400}
.btn--primary:hover{filter:brightness(1.05)}
.btn--ghost:hover{border-color:var(--blue); color:var(--white)}

/* Hero */
.hero{position:relative; min-height:860px; display:flex; align-items:flex-end; padding:64px 0 48px; overflow:hidden; border-bottom:1px solid var(--border)}
.hero__bg{position:absolute; inset:0; background-image:url("https://shareosimages.s3.us-west-2.amazonaws.com/lp/hero-miami.jpg"); background-size:cover; background-position:center; transform:scale(1.03)}
.hero__overlay{position:absolute; inset:0; background:radial-gradient(60% 80% at 50% 35%, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.66) 70%), rgba(0,0,0,0.35)}
.hero__content{position:relative; z-index:2; padding-top:120px}

.hero__brackets{position:absolute; inset:0; z-index:2; pointer-events:none}
.bracket{position:absolute; width:72px; height:72px; border-color:rgba(255,255,255,0.92); border-style:solid; border-width:0;}
.bracket--tl{top:44px; left:44px; border-top-width:2.5px; border-left-width:2.5px}
.bracket--br{bottom:44px; right:44px; border-bottom-width:2.5px; border-right-width:2.5px}

.label{font-family:"Neue Machina", Inter, sans-serif; font-weight:400; letter-spacing:0.10em; text-transform:uppercase; font-size:12px; color:rgba(245,245,243,0.84)}
.label__gold{color:var(--gold)}
.hero__title{margin:14px 0 0; font-family:"Neue Machina", Inter, sans-serif; font-weight:800; font-size:76px; line-height:1.0; letter-spacing:-0.04em; max-width:980px}
.hero__sub{margin:16px 0 0; max-width:720px; font-size:20px; line-height:1.55; color:var(--muted)}

.priceBlock{margin-top:24px}
.priceBlock__row{display:flex; align-items:baseline; gap:12px; flex-wrap:wrap}
.priceBlock__price{font-family:"JetBrains Mono"; font-weight:700; font-size:104px; letter-spacing:-0.05em}
.priceBlock__unit{font-family:"JetBrains Mono"; font-weight:600; font-size:22px; color:rgba(245,245,243,0.78)}
.badge{display:inline-flex; align-items:center; height:26px; padding:0 10px; border:1px solid rgba(255,255,255,0.22); font-family:"JetBrains Mono"; font-size:12px; letter-spacing:0.10em; text-transform:uppercase; border-radius:0}
.badge--gold{border-color:rgba(201,168,76,0.55); color:var(--gold)}
.priceBlock__note{margin-top:8px; font-size:13px; color:var(--muted2)}

.hero__cta{margin-top:22px; display:flex; flex-direction:column; align-items:flex-start; gap:10px}
.ctaSecondary{color:rgba(245,245,243,0.78); text-decoration:none; font-size:13px; letter-spacing:0.02em}
.ctaSecondary:hover{color:var(--white)}

.stats{margin-top:28px; display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:14px; padding:18px; background:rgba(10,10,10,0.62); border:1px solid var(--border)}
.stat__value{font-size:20px; font-weight:700; letter-spacing:-0.02em}
.stat__label{margin-top:6px; font-size:12px; color:rgba(245,245,243,0.65)}

/* Sections */
.section{padding:88px 0;}
.section--tight{padding:64px 0}
.section__kicker{font-family:"Neue Machina"; font-weight:400; letter-spacing:0.12em; text-transform:uppercase; font-size:12px; color:rgba(245,245,243,0.7); margin-bottom:18px}

.grid3{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px}
.card{padding:22px; background:var(--surface); border:1px solid var(--border)}
.card__title{font-family:"Neue Machina"; font-weight:700; font-size:18px; letter-spacing:-0.02em}
.card__body{margin-top:10px; color:var(--muted); line-height:1.6}

.marketRow{display:flex; gap:18px}
.marketCard{position:relative; flex:1; min-height:240px; border:1px solid var(--border); background:var(--surface2); overflow:hidden}
.marketCard__img{position:absolute; inset:0; background-image:url("https://shareosimages.s3.us-west-2.amazonaws.com/lp/hero-miami.jpg"); background-size:cover; background-position:center; filter:saturate(1.05); transform:scale(1.04)}
.marketCard::after{content:""; position:absolute; inset:0; background:rgba(0,0,0,0.55)}
.marketCard__bracket{position:absolute; top:16px; left:16px; width:46px; height:46px; border-top:2.5px solid rgba(255,255,255,0.9); border-left:2.5px solid rgba(255,255,255,0.9); z-index:2}
.marketCard__content{position:relative; z-index:3; padding:22px}
.marketCard__name{font-family:"Neue Machina"; font-weight:700; font-size:22px}
.marketCard__price{margin-top:10px; font-size:26px; font-weight:700}
.marketCard__link{margin-top:18px; display:inline-block; color:var(--blue); text-decoration:none; font-family:"Neue Machina"; font-weight:700}
.marketCard__link:hover{text-decoration:underline}

.mini{display:flex; justify-content:space-between; align-items:center; padding:16px 18px; border:1px solid var(--border); background:rgba(255,255,255,0.02); color:rgba(245,245,243,0.9); text-decoration:none; font-family:"Neue Machina"; font-weight:400}
.mini:hover{border-color:rgba(20,86,200,0.6)}

.how{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px}
.how__item{padding:22px; border:1px solid var(--border); background:rgba(255,255,255,0.02)}
.how__num{font-size:18px; color:rgba(245,245,243,0.9)}
.how__title{margin-top:10px; font-family:"Neue Machina"; font-weight:700}
.how__body{margin-top:10px; color:var(--muted); line-height:1.6}

.trust{padding:26px; border:1px solid var(--border); background:rgba(255,255,255,0.02)}
.trust__title{font-family:"Neue Machina"; font-weight:700; font-size:40px; letter-spacing:-0.02em}
.trust__sub{margin-top:8px; color:var(--muted)}

.faq{border:1px solid var(--border); background:rgba(255,255,255,0.01); margin-top:12px; overflow:hidden}
.faq__header{display:flex; align-items:center; justify-content:space-between; padding:20px 22px; cursor:pointer; user-select:none; font-family:"Neue Machina",Inter,sans-serif; font-weight:700; font-size:16px; gap:16px}
.faq__header:hover{background:rgba(255,255,255,0.03)}
.faq__icon{flex-shrink:0; width:20px; height:20px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,0.25); font-size:14px; font-weight:300; color:rgba(255,255,255,0.7); transition:transform .2s; font-family:Inter,sans-serif; line-height:1}
.faq__body{padding:0 22px 20px; color:var(--muted); line-height:1.6; font-size:15px; display:none}
.faq.is-open .faq__body{display:block}
.faq.is-open .faq__icon{transform:rotate(45deg)}

.footer{padding:40px 0; border-top:1px solid var(--border)}
.footer__links{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:16px}
.footer__links a{color:rgba(245,245,243,0.78); text-decoration:none; font-family:"Neue Machina"; font-weight:400; font-size:13px; letter-spacing:0.02em}
.footer__links a:hover{color:var(--white)}
.footer__text{color:rgba(245,245,243,0.62); font-size:12px; line-height:1.6}

/* About / Team block */
.aboutWrap{max-width:860px; margin:0 auto}
.teamGrid{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:18px}
@media (max-width:700px){.teamGrid{grid-template-columns:1fr}}
.personCard{border:1px solid rgba(245,245,243,0.16); background:rgba(0,0,0,0.12); padding:16px; display:flex; gap:14px; align-items:center}
.personImg{width:56px; height:56px; border-radius:0; object-fit:cover; border:1px solid rgba(245,245,243,0.16)}
.personName{font-family:"Neue Machina",Inter,sans-serif; font-weight:800; letter-spacing:-0.01em}
.personTitle{font-size:13px; color:rgba(245,245,243,0.65); margin-top:4px}
.personBlurb{font-size:13px; color:rgba(245,245,243,0.70); margin-top:6px; line-height:1.35}

/* Language toggle — compact in nav (desktop) */
.nav__actions{display:flex; align-items:center; gap:12px; flex-shrink:0}
.lang-toggle{display:none; align-items:center; gap:5px; flex-shrink:0}
.lang-toggle__label{font-family:"JetBrains Mono", ui-monospace, monospace; font-size:11px; font-weight:600; letter-spacing:0.06em; color:rgba(245,245,243,0.42); background:none; border:none; padding:4px 2px; cursor:pointer; line-height:1}
.lang-toggle__label:hover{color:rgba(245,245,243,0.72)}
.lang-toggle__label--active{color:rgba(245,245,243,0.92)}
.lang-toggle__switch{position:relative; width:34px; height:18px; flex-shrink:0; padding:0; border:none; cursor:pointer; background:rgba(245,245,243,0.18); border-radius:9px; transition:background 0.25s}
.lang-toggle__switch[aria-checked="true"]{background:#3870FF}
.lang-toggle__knob{position:absolute; top:2px; left:2px; width:14px; height:14px; background:#fff; border-radius:50%; transition:left 0.25s; box-shadow:0 1px 3px rgba(0,0,0,0.35); pointer-events:none}
.lang-toggle__knob[data-on="true"]{left:18px}

/* Language toggle — full-width strip (mobile) */
.lang-toggle-strip{display:flex; align-items:center; justify-content:center; gap:10px; padding:8px 16px; background:rgba(10,10,10,0.92); border-bottom:1px solid rgba(245,245,243,0.10); cursor:pointer; user-select:none}
.lang-toggle-strip__label{font-size:12px; color:rgba(245,245,243,0.75); letter-spacing:0.01em; text-align:center; line-height:1.3}
.lang-toggle-strip__switch{position:relative; width:40px; height:22px; flex-shrink:0; background:rgba(245,245,243,0.18); border-radius:11px; transition:background 0.25s; pointer-events:none}
.lang-toggle-strip__switch[aria-checked="true"]{background:#3870FF}
.lang-toggle-strip__knob{position:absolute; top:3px; left:3px; width:16px; height:16px; background:#fff; border-radius:50%; transition:left 0.25s; box-shadow:0 1px 3px rgba(0,0,0,0.4); pointer-events:none}
.lang-toggle-strip__knob[data-on="true"]{left:21px}

@media (min-width:768px){
  .lang-toggle{display:flex}
  .lang-toggle-strip{display:none}
}

@media (max-width: 980px){
  /* Mobile above-the-fold: ensure primary CTA is visible */
  .hero{min-height:100svh; padding:0; align-items:center}
  .hero__content{padding-top:64px; padding-bottom:24px}
  .hero__title{font-size:34px}
  .hero__sub{font-size:15px; margin-top:8px}
  .priceBlock{margin-top:12px}
  .priceBlock__price{font-size:46px}
  .priceBlock__unit{font-size:15px}
  .priceBlock__note{font-size:12px}
  .hero__cta{margin-top:12px}
  .btn--cta-lg{font-size:16px; padding:14px 28px}
  .btn{padding:12px 16px}
  .stats{display:none}
  .grid3{grid-template-columns:1fr}
  .how{grid-template-columns:1fr}
  .bracket--tl{top:22px; left:22px}
  .bracket--br{bottom:22px; right:22px}
}

/* iOS Safari viewport quirks: keep CTA visible on short viewports */
@media (max-height: 740px) and (max-width: 480px){
  .hero{min-height:100svh}
  .hero__content{padding-top:56px; padding-bottom:16px}
  .hero__title{font-size:30px}
  .priceBlock__price{font-size:40px}
}
