/* Sunny beach bright vibes — lightweight, no frameworks */
:root{
  --sky: #7dd3fc;
  --sky2:#38bdf8;
  --ocean:#22c55e;
  --ocean2:#06b6d4;
  --sun:#fbbf24;
  --sand:#fde68a;
  --sand2:#fcd34d;
  --coral:#fb7185;
  --ink:#0f172a;
  --muted:#475569;
  --card:#ffffff;
  --line: rgba(15, 23, 42, .08);
  --shadow: 0 18px 40px rgba(2, 6, 23, .12);
  --radius: 18px;
}

*{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, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background:
    radial-gradient(1200px 650px at 18% 10%, rgba(251,191,36,.45), transparent 60%),
    radial-gradient(900px 520px at 78% 20%, rgba(56,189,248,.45), transparent 55%),
    linear-gradient(180deg, #e0f2fe 0%, #cffafe 35%, #ecfeff 60%, #fff7ed 100%);
  min-height:100vh;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
img{max-width:100%; height:auto}
.container{max-width:1100px; margin:0 auto; padding:0 18px}
.pill{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(255,255,255,.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(2,6,23,.08);
  font-weight:600;
  color: rgba(15,23,42,.9);
}

header{
  position:sticky; top:0; z-index:50;
  background: linear-gradient(180deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.55) 100%);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(15,23,42,.06);
}

.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}

.brand{
  display:flex; align-items:center; gap:12px;
  font-weight:900; letter-spacing:.2px;
}
.logo{
  width:40px; height:40px; border-radius:12px;
  background:
    radial-gradient(circle at 30% 30%, rgba(251,191,36,.95) 0 38%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(34,197,94,.95) 0 44%, transparent 46%),
    linear-gradient(135deg, rgba(56,189,248,.95), rgba(251,113,133,.85));
  box-shadow: 0 14px 30px rgba(2,6,23,.14);
}

.navlinks{
  display:flex; gap:16px; align-items:center; flex-wrap:wrap;
}
.navlinks a{
  padding:10px 12px;
  border-radius:999px;
  font-weight:700;
  color: rgba(15,23,42,.9);
}
.navlinks a.active, .navlinks a:hover{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.8);
}

.mobile-btn{
  display:none;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.75);
  border-radius:12px;
  padding:10px 12px;
  font-weight:800;
}
@media (max-width: 860px){
  .mobile-btn{display:inline-flex}
  .navlinks{display:none; width:100%}
  .navlinks.open{display:flex; padding-bottom:10px}
  .nav{flex-wrap:wrap; gap:10px}
}

.hero{
  padding:54px 0 20px;
  position:relative;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:28px;
  align-items:center;
}
@media (max-width: 900px){
  .hero-grid{grid-template-columns:1fr; }
}

.h1{
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  margin:16px 0 12px;
  letter-spacing: -0.6px;
}
.sub{
  font-size: 18px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 18px;
}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius: 14px;
  font-weight:900;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.85);
  box-shadow: 0 14px 30px rgba(2,6,23,.10);
}
.btn.primary{
  border: 0;
  background: linear-gradient(135deg, rgba(251,191,36,.95), rgba(251,113,133,.95));
}
.btn.secondary{
  background: linear-gradient(135deg, rgba(56,189,248,.92), rgba(6,182,212,.88));
  border:0;
}
.btn:active{transform: translateY(1px)}

.card{
  background: rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.85);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card.pad{padding:18px}
.card.small{padding:14px}

.feature-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:16px;
}
@media (max-width: 900px){
  .feature-grid{grid-template-columns:1fr}
}
.feature{
  padding:16px;
  border-radius: 16px;
  border:1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.72);
}
.feature h3{margin:0 0 6px; font-size:16px}
.feature p{margin:0; color:var(--muted); line-height:1.5}

.wave{
  width:100%;
  height:84px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160'%3E%3Cpath fill='%23ffffff' fill-opacity='0.9' d='M0,64L60,80C120,96,240,128,360,128C480,128,600,96,720,90.7C840,85,960,107,1080,112C1200,117,1320,107,1380,101.3L1440,96L1440,160L1380,160C1320,160,1200,160,1080,160C960,160,840,160,720,160C600,160,480,160,360,160C240,160,120,160,60,160L0,160Z'%3E%3C/path%3E%3C/svg%3E") center/cover no-repeat;
  margin-top: 26px;
}

.section{
  padding: 20px 0 52px;
  background: rgba(255,255,255,.72);
  border-top: 1px solid rgba(15,23,42,.06);
}
.section h2{
  font-size: 28px;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}
.section p.lead{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
@media (max-width: 980px){
  .pricing{grid-template-columns:1fr}
}
.price-card{
  position:relative;
  overflow:hidden;
  padding:18px;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 38px rgba(2,6,23,.10);
}
.badge{
  position:absolute;
  top:14px; right:14px;
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  background: rgba(251,191,36,.25);
  border:1px solid rgba(251,191,36,.45);
}
.price-card h3{margin:0 0 6px; font-size:18px}
.price{
  font-size: 38px;
  font-weight: 1000;
  margin: 6px 0 10px;
  letter-spacing:-0.6px;
}
.price small{font-size:14px; color:var(--muted); font-weight:800}
.ul{
  margin:0; padding:0 0 0 18px;
  color: var(--muted);
  line-height:1.7;
}
.ul li{margin:4px 0}
.hr{height:1px; background:rgba(15,23,42,.08); margin:14px 0}

.kicker{
  display:flex; gap:10px; flex-wrap:wrap; margin-top:12px;
}
.kicker span{
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.25);
  border-radius: 999px;
  padding: 7px 10px;
  font-weight: 800;
  color: rgba(15,23,42,.88);
  font-size: 13px;
}

.page{
  padding: 28px 0 52px;
}
.page h1{
  font-size: 34px;
  margin: 0 0 12px;
}
.page p, .page li{
  color: var(--muted);
  line-height: 1.7;
}
.page .doc{
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  border:1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 38px rgba(2,6,23,.08);
}
.note{
  padding:12px 14px;
  border-radius: 16px;
  background: rgba(56,189,248,.12);
  border: 1px solid rgba(56,189,248,.22);
  color: rgba(15,23,42,.85);
  font-weight: 700;
}

.footer{
  padding: 26px 0;
  color: rgba(15,23,42,.75);
  border-top: 1px solid rgba(15,23,42,.06);
  background: rgba(255,255,255,.75);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}
@media (max-width: 900px){
  .footer-grid{grid-template-columns:1fr}
}
.footer a{color: rgba(15,23,42,.8); text-decoration: underline; text-underline-offset: 3px}
.small{font-size:13px; color: rgba(71,85,105,.95)}
