:root{
  --bg:#070A12;
  --card:#0E1424;
  --text:#EAF0FF;
  --muted:#A9B4D0;
  --line:rgba(255,255,255,.10);

  /* ORA PMS brand colors (from logo) */
  --brand-gray:#535555;
  --brand-teal:#20B895;
  --brand-orange:#EF5829;
  --brand-yellow:#FCB438;

  --shadow: 0 18px 55px rgba(0,0,0,.40);
  --radius:18px;
  --max:1180px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
  --sans: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,"Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background:
    radial-gradient(950px 620px at 18% 0%, color-mix(in srgb, var(--brand-yellow) 22%, transparent), transparent 62%),
    radial-gradient(900px 600px at 88% 12%, color-mix(in srgb, var(--brand-teal) 22%, transparent), transparent 60%),
    radial-gradient(900px 600px at 55% 110%, color-mix(in srgb, var(--brand-orange) 18%, transparent), transparent 60%),
    var(--bg);
  line-height:1.55;
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.wrap{max-width:var(--max); margin:0 auto; padding:0 18px}

.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:18px; top:14px; width:auto; height:auto; padding:10px 12px;
  background:rgba(255,255,255,.08); border:1px solid var(--line); border-radius:12px;
  z-index:9999;
}

.nav{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: linear-gradient(to bottom, rgba(7,10,18,.82), rgba(7,10,18,.55));
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
  font-weight:900; letter-spacing:.2px;
}
.brand img{height:30px; width:auto}
.badge{
  font-family:var(--mono);
  font-size:12px;
  color:rgba(255,255,255,.82);
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  white-space:nowrap;
}
.nav-links{
  display:flex; gap:18px; align-items:center;
  color:var(--muted);
  font-weight:700;
  font-size:14px;
}
.nav-links a{padding:8px 10px; border-radius:12px}
.nav-links a:hover{color:var(--text); background:rgba(255,255,255,.04)}
.nav-links a.active{color:var(--text); background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10)}
.nav-cta{display:flex; gap:10px; align-items:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  font-weight:800;
  font-size:14px;
  transition:.18s ease;
  white-space:nowrap;
  background: rgba(255,255,255,.03);
}
.btn:hover{transform: translateY(-1px); border-color: rgba(255,255,255,.16)}
.btn.primary{
  border:none;
  color:#120B04;
  background: linear-gradient(90deg, var(--brand-teal), var(--brand-orange), var(--brand-yellow));
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.btn.primary:hover{box-shadow: 0 18px 44px rgba(0,0,0,.25)}
.btn.ghost{background: rgba(255,255,255,.02)}

main{padding:46px 0}
section{padding:46px 0}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero{padding:56px 0 26px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:stretch;
}
.h-title{
  font-size: clamp(30px, 4vw, 52px);
  line-height:1.06;
  margin:14px 0 12px;
  letter-spacing:-.8px;
}
.h-sub{
  color:var(--muted);
  font-size: clamp(15px, 1.7vw, 18px);
  margin:0 0 18px;
  max-width: 62ch;
}
.h-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.pills{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  font-weight:800;
  font-size:13px;
}
.dot{
  width:8px; height:8px; border-radius:50%;
  background: var(--brand-teal);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-teal) 25%, transparent);
}

.hero-card{
  padding:18px;
  overflow:hidden;
  background:
    radial-gradient(600px 400px at 20% 10%, color-mix(in srgb, var(--brand-yellow) 24%, transparent), transparent 55%),
    radial-gradient(500px 360px at 90% 18%, color-mix(in srgb, var(--brand-teal) 20%, transparent), transparent 55%),
    rgba(255,255,255,.03);
}
.hero-card h3{margin:2px 0 10px; font-size:16px}
.kpi-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px}
.kpi{
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.35);
}
.kpi .num{font-size:22px; font-weight:950; margin:0}
.kpi .lbl{margin:2px 0 0; font-size:12px; color:var(--muted); font-family:var(--mono)}
.mini{
  margin-top:12px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.35);
}
.mini-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.06);
  font-size:13px;
}
.mini-row:first-child{border-top:none}
.tag{
  font-family:var(--mono);
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color:rgba(255,255,255,.86);
  white-space:nowrap;
}

.sec-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:14px; flex-wrap:wrap;
  margin-bottom:18px;
}
.kicker{
  color: color-mix(in srgb, var(--brand-yellow) 85%, white);
  font-family:var(--mono);
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:12px;
}
.sec-title{
  font-size: clamp(22px, 2.4vw, 34px);
  margin:6px 0 0;
  letter-spacing:-.4px;
}
.sec-sub{
  margin:10px 0 0;
  color:var(--muted);
  max-width: 76ch;
  font-size:15px;
}

.grid3{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; margin-top:18px}
.grid2{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:18px}

.feat{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  min-height: 164px;
}
.feat h4{margin:10px 0 8px; font-size:16px}
.feat p{margin:0; color:var(--muted); font-size:14px}
.icon{
  width:42px; height:42px;
  display:grid; place-items:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  font-weight:950;
  font-family:var(--mono);
}
.icon.teal{color:var(--brand-teal); background: color-mix(in srgb, var(--brand-teal) 18%, transparent)}
.icon.orange{color:var(--brand-orange); background: color-mix(in srgb, var(--brand-orange) 18%, transparent)}
.icon.yellow{color:var(--brand-yellow); background: color-mix(in srgb, var(--brand-yellow) 18%, transparent)}

.banner{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--brand-teal) 22%, transparent),
      color-mix(in srgb, var(--brand-orange) 18%, transparent),
      color-mix(in srgb, var(--brand-yellow) 18%, transparent)
    );
}
.banner .row{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}

.pricing{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; margin-top:18px}
.plan{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  display:flex; flex-direction:column; gap:12px;
}
.plan.featured{
  border-color: color-mix(in srgb, var(--brand-yellow) 35%, rgba(255,255,255,.10));
  background:
    radial-gradient(520px 280px at 20% 0%, color-mix(in srgb, var(--brand-yellow) 24%, transparent), transparent 55%),
    rgba(255,255,255,.03);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.plan .name{font-weight:950; font-size:16px}
.plan .price{font-size:32px; font-weight:950; letter-spacing:-.6px}
.plan .per{color:var(--muted); font-size:13px}
.list{margin:0; padding:0; list-style:none; color:rgba(255,255,255,.90)}
.list li{
  padding:9px 0;
  border-top:1px solid rgba(255,255,255,.06);
  font-size:14px;
  display:flex; gap:10px; align-items:flex-start;
}
.list li:first-child{border-top:none}
.check{
  width:18px; height:18px;
  border-radius:6px;
  background: color-mix(in srgb, var(--brand-teal) 20%, transparent);
  border:1px solid color-mix(in srgb, var(--brand-teal) 38%, transparent);
  display:grid; place-items:center;
  margin-top:1px;
  flex:0 0 auto;
}

.quote{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.quote p{margin:0 0 12px; color:rgba(255,255,255,.92)}
.who{display:flex; gap:10px; align-items:center; color:var(--muted); font-size:13px}
.avatar{
  width:36px; height:36px; border-radius:14px;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--brand-teal) 35%, transparent),
    color-mix(in srgb, var(--brand-orange) 30%, transparent),
    color-mix(in srgb, var(--brand-yellow) 25%, transparent)
  );
  border:1px solid rgba(255,255,255,.10);
}

details{
  border:1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  padding:12px 14px;
}
summary{cursor:pointer; font-weight:900; list-style:none}
summary::-webkit-details-marker{display:none}
details p{color:var(--muted); margin:10px 0 0; font-size:14px}

.contact{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:14px;
  margin-top:18px;
}
.form{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
label{display:block; font-size:13px; color:rgba(255,255,255,.85); margin:10px 0 6px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.55);
  color:var(--text);
  outline:none;
  font-family:var(--sans);
  font-size:14px;
}
textarea{min-height:110px; resize:vertical}
input:focus, textarea:focus{border-color: color-mix(in srgb, var(--brand-yellow) 35%, rgba(255,255,255,.10))}
.note{color:var(--muted); font-size:13px; margin-top:10px}
.small{font-size:12px; color:rgba(255,255,255,.58)}
.hr{height:1px; background: rgba(255,255,255,.06); margin:18px 0}

.footer{
  padding:28px 0 36px;
  border-top:1px solid rgba(255,255,255,.08);
  color:var(--muted);
  font-size:13px;
}
.footer-grid{display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:14px; margin-top:18px}
.fcol h5{margin:0 0 10px; color:var(--text)}
.fcol a{display:block; padding:6px 0; color:var(--muted)}
.fcol a:hover{color:var(--text)}

.page-hero{
  padding:42px 0 8px;
}
.page-hero .title{
  font-size: clamp(26px, 3.2vw, 42px);
  letter-spacing:-.6px;
  margin:10px 0 8px;
}
.page-hero .lead{margin:0; color:var(--muted); max-width: 78ch}

.table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.table th, .table td{
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.06);
  text-align:left;
  font-size:14px;
}
.table th{font-family:var(--mono); font-size:12px; text-transform:uppercase; color:rgba(255,255,255,.78); letter-spacing:.6px}
.table tr:last-child td{border-bottom:none}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
}