/* Canvas-style static build (no build step) */
:root{
  --ink:#0A0F17;
  --teal:#10D7C7;
  --cyan:#21B5FF;
  --blue:#1E7BFF;
  --green:#53E36D;
  --orange:#FF8A2A;
  --pink:#FF4D7D;
  --bg:#F7FBFF;
  --panel:#FFFFFF;
  --border: rgba(10,15,23,.10);
  --shadow: 0 18px 50px rgba(10,15,23,.10);
  --r-xl: 28px;
  --r-lg: 20px;
  --r-md: 14px;
}
*{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;
  color:var(--ink);
  background: var(--bg);
}
button{font:inherit; color:inherit}
a{color:inherit}
.wrap{max-width:1100px; margin:0 auto; padding:0 16px}
.bg{
  min-height:100vh;
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(16, 215, 199, 0.18), transparent 60%),
    radial-gradient(1000px 700px at 90% 10%, rgba(33, 181, 255, 0.16), transparent 60%),
    radial-gradient(1000px 700px at 60% 90%, rgba(83, 227, 109, 0.14), transparent 55%),
    linear-gradient(180deg, #F7FBFF 0%, #FFFFFF 65%, #F7FBFF 100%);
}

/* Top bar */
.topbar{
  position:sticky; top:0; z-index:50;
  border-bottom:1px solid var(--border);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; padding:12px 0; gap:12px}
.brand{
  display:flex; align-items:center; gap:12px;
  border:0; background:transparent; padding:0; cursor:pointer;
}
.brand__logo{
  width:40px; height:40px; border-radius:12px;
  border:1px solid var(--border);
  background:white; object-fit:contain;
}
.brand__copy{line-height:1.1; text-align:left}
.brand__name{font-weight:800; letter-spacing:-.02em}
.brand__sub{font-size:12px; font-weight:650; color: rgba(10,15,23,.65)}
.brand__tag{margin-top:2px; font-size:11px; font-style:italic; letter-spacing:.06em; color: rgba(10,15,23,.50)}

.nav{display:none; align-items:center; gap:6px}
.nav__link{
  border:0; background:transparent; cursor:pointer;
  padding:10px 12px; border-radius:12px;
  font-weight:650; font-size:14px; color: rgba(10,15,23,.75);
}
.nav__link:hover{background: rgba(10,15,23,.06)}
.nav__menu{display:inline-flex}

.mobile{border-top:1px solid var(--border); background: rgba(255,255,255,.88)}
.mobile__grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:14px 16px}
.mobile__link{
  border:1px solid var(--border); background: rgba(10,15,23,.03);
  border-radius:14px; padding:12px 12px;
  font-weight:650; cursor:pointer;
}
.mobile__link:hover{background: rgba(10,15,23,.06)}
.mobile__cta{grid-column:1 / -1}

/* Buttons */
.btn{
  border-radius: 16px;
  border: 1px solid var(--border);
  background: white;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
  display:inline-flex; align-items:center; justify-content:center;
}
.btn--lg{padding:12px 18px; border-radius:18px}
.btn--full{width:100%}
.btn--secondary{background: rgba(10,15,23,.06); border-color: rgba(10,15,23,.06); color: rgba(10,15,23,.85)}
.btn--teal{background: linear-gradient(90deg, var(--teal), var(--cyan)); border:0; color: var(--ink)}
.btn--gradient{background: linear-gradient(90deg, var(--teal), var(--cyan), var(--green)); border:0; color: var(--ink)}
.btn--accent{background: linear-gradient(90deg, var(--orange), var(--pink)); border:0; color: white}

/* Sections */
.section{padding:56px 0}
.hero{padding-top:44px}
.hero__grid{display:grid; gap:22px; align-items:center}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 28px rgba(10,15,23,.06);
  padding:8px 12px; border-radius:999px;
  font-weight:650; font-size:13px; color: rgba(10,15,23,.70);
}
.pill__icon{display:grid; place-items:center; color: rgba(10,15,23,.85)}
.h1{margin:14px 0 0; font-size:46px; letter-spacing:-.03em; line-height:1.05}
.h1__grad{
  display:block;
  background: linear-gradient(90deg, var(--teal), var(--cyan), var(--green));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.lead{margin:14px 0 0; max-width:56ch; font-size:16px; line-height:1.65; color: rgba(10,15,23,.72)}
.actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

/* Cards */
.card{
  border:1px solid var(--border);
  border-radius: var(--r-xl);
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 40px rgba(10,15,23,.08);
  backdrop-filter: blur(10px);
}
.pad{padding:18px}
.card__hd{padding:18px 18px 8px}
.card__title{font-weight:900; letter-spacing:-.02em; font-size:18px; display:flex; align-items:center; gap:10px}
.card__titleIc{
  display:grid; place-items:center;
  width:28px; height:28px; border-radius:12px;
  background: rgba(10,15,23,.06);
}
.heroCard{
  position:relative; overflow:hidden;
}
.heroCard::before{
  content:"";
  position:absolute; inset:-70px;
  background:
    radial-gradient(600px 300px at 20% 20%, rgba(255,138,42,.28), transparent 60%),
    radial-gradient(600px 300px at 80% 30%, rgba(255,77,125,.22), transparent 60%),
    radial-gradient(700px 400px at 50% 80%, rgba(30,123,255,.18), transparent 55%);
  filter: blur(18px);
  opacity:.75;
  z-index:0;
}
.heroCard > *{position:relative; z-index:1}

.tiles{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:0 18px 10px}
.tile{border:1px solid var(--border); background:white; border-radius: var(--r-lg); padding:12px}
.tile__k{font-weight:800; font-size:13px; display:flex; align-items:center; gap:8px}
.tile__ic{opacity:.85}
.tile__v{margin-top:4px; font-size:13px; color: rgba(10,15,23,.65)}

.offer{
  margin:8px 18px 0;
  border:1px solid var(--border);
  background:white;
  border-radius: 22px;
  padding:14px;
  display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
}
.offer__title{font-weight:900; font-size:13px}
.offer__desc{margin-top:4px; font-size:13px; color: rgba(10,15,23,.65)}
.offer__price{
  border-radius: 18px;
  padding:10px 12px;
  background: linear-gradient(90deg, var(--orange), var(--pink));
  color:white; font-weight:900;
}
.fine{margin:10px 18px 18px; font-size:12px; color: rgba(10,15,23,.52)}
.heroCard .btn--full{margin:12px 18px 0}

.mini{display:grid; gap:10px; margin-top:18px}
.mini__card{border:1px solid var(--border); background: rgba(255,255,255,.72); border-radius: 22px; padding:14px; box-shadow:0 10px 24px rgba(10,15,23,.05)}
.mini__top{display:flex; align-items:center; gap:10px; font-weight:900; font-size:13px}
.mini__ic{
  width:30px;height:30px;border-radius:14px;
  display:grid; place-items:center;
  background: rgba(10,15,23,.06);
  color: rgba(10,15,23,.80);
}
.mini__desc{margin-top:4px; font-size:12px; color: rgba(10,15,23,.62)}

/* Section headers */
.sectionHd{margin-bottom:18px}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.82);
  border-radius: 999px;
  padding:7px 12px;
  font-weight:900; font-size:12px; color: rgba(10,15,23,.75);
  box-shadow: 0 10px 24px rgba(10,15,23,.05);
}
.dot{width:10px;height:10px;border-radius:999px;background: linear-gradient(90deg, var(--teal), var(--cyan), var(--green))}
.h2{margin:14px 0 0; font-size:34px; letter-spacing:-.03em; line-height:1.15}
.sub{margin:12px 0 0; max-width:72ch; color: rgba(10,15,23,.70); line-height:1.65}
.muted{color: rgba(10,15,23,.65); line-height:1.6}

/* Features */
.features{display:grid; gap:12px}
.feature{display:flex; gap:12px; padding:18px; align-items:flex-start}
.feature__ic{
  width:48px;height:48px;border-radius: 18px;
  display:grid; place-items:center;
  color:white; font-weight:900; flex:0 0 auto;
}
.feature__ic--accent{background: linear-gradient(135deg, var(--orange), var(--pink))}
.feature__ic--teal{background: linear-gradient(135deg, var(--teal), var(--cyan))}
.feature__ic--green{background: linear-gradient(135deg, var(--green), var(--blue))}
.feature__title{font-weight:900; font-size:18px; letter-spacing:-.02em}

/* Columns and steps */
.cols{display:grid; gap:14px; margin-top:14px}
.card__title2{font-weight:900; font-size:18px; letter-spacing:-.02em; margin-bottom:12px}
.steps{display:grid; gap:12px}
.step{display:flex; gap:12px}
.step__n{
  width:36px;height:36px;border-radius:16px;
  display:grid; place-items:center;
  border:1px solid var(--border);
  background: linear-gradient(90deg, rgba(16,215,199,.22), rgba(33,181,255,.18));
  font-weight:900;
}
.step__t{font-weight:900}

.pills{display:flex; flex-wrap:wrap; gap:10px}
.pill2{
  border:1px solid var(--border);
  background:white;
  border-radius:999px;
  padding:10px 12px;
  font-weight:700;
  font-size:13px;
  color: rgba(10,15,23,.75);
}

/* Pricing */
.prices{display:grid; gap:12px; margin-top:18px}
.price{padding:18px}
.price__top{display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
.price__name{font-weight:950; letter-spacing:-.02em}
.price__amt{font-size:36px; font-weight:950; letter-spacing:-.03em}
.bullets{margin:14px 0 0; padding-left:18px; color: rgba(10,15,23,.70); line-height:1.75}
.price--pop{border-color: rgba(16,215,199,.35); box-shadow: 0 25px 60px rgba(10,15,23,.12); position:relative}
.pop{
  position:absolute; top:14px; right:14px;
  padding:7px 10px; border-radius:999px;
  font-size:12px; font-weight:900;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
  color: var(--ink);
}
.addon{
  margin-top:14px;
  padding:18px;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  flex-wrap:wrap;
}
.addon__t{font-weight:950; letter-spacing:-.02em}

/* About */
.rows{display:grid; gap:12px}
.row{display:flex; gap:12px; align-items:flex-start}
.row__ic{
  width:44px;height:44px;border-radius:18px;
  display:grid; place-items:center;
  color:white; font-weight:900; flex:0 0 auto;
}
.row__ic--teal{background: linear-gradient(135deg, var(--teal), var(--cyan))}
.row__ic--green{background: linear-gradient(135deg, var(--green), var(--blue))}
.row__ic--accent{background: linear-gradient(135deg, var(--orange), var(--pink))}
.row__t{font-weight:900}

.checks{margin:0; padding-left:18px; display:grid; gap:8px; color: rgba(10,15,23,.72); line-height:1.65}
.callout{
  margin-top:14px;
  border:1px solid var(--border);
  background:white;
  border-radius:22px;
  padding:14px;
}
.callout__t{font-weight:950; display:flex; align-items:center; gap:10px}
.callout__ic{
  width:36px;height:36px;border-radius:18px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  color:white;
}

/* FAQ */
.faq{display:grid; gap:12px; margin-top:18px}
details summary{cursor:pointer; font-weight:950; font-size:16px; outline:none}
details p{margin:10px 0 0; color: rgba(10,15,23,.68); line-height:1.65}

/* Form */
.form{display:grid; gap:12px}
.form__row{display:grid; gap:12px}
label span{display:block; font-weight:850; font-size:13px; margin-bottom:8px; color: rgba(10,15,23,.78)}
input, textarea{
  width:100%;
  border:1px solid rgba(10,15,23,.14);
  border-radius: 20px;
  background:white;
  padding:12px 14px;
  font-size:14px;
  outline:none;
}
textarea{min-height:110px; resize:vertical}
input:focus, textarea:focus{border-color: rgba(10,15,23,.26)}

/* Info */
.info{display:grid; gap:10px; margin-top:6px}
.info__row{
  display:flex; gap:10px; align-items:flex-start;
  padding:12px; border:1px solid var(--border);
  border-radius:22px; background:white;
}
.info__ic{
  width:40px;height:40px;border-radius:18px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(255,138,42,.20), rgba(255,77,125,.18));
}
.info__t{font-weight:900}

/* Footer */
.footer{border-top:1px solid var(--border); background: rgba(255,255,255,.75); backdrop-filter: blur(10px)}
.footer__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:22px 0; flex-wrap:wrap}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__mark{
  width:44px;height:44px;border-radius:18px;border:1px solid var(--border);
  background-image: linear-gradient(135deg, rgba(16,215,199,.25), rgba(33,181,255,.18), rgba(83,227,109,.18));
}
.footer__name{font-weight:950}
.footer__links{display:flex; flex-wrap:wrap; gap:8px}
.footer__link{
  border:0; background:transparent; cursor:pointer;
  padding:10px 12px; border-radius:12px; color: rgba(10,15,23,.62)
}
.footer__link:hover{background: rgba(10,15,23,.06); color: rgba(10,15,23,.80)}

/* Responsive */
@media (min-width: 760px){
  .nav{display:flex}
  .nav__menu{display:none}
  .hero__grid{grid-template-columns: 1.15fr .85fr}
  .mini{grid-template-columns: repeat(3,minmax(0,1fr))}
  .features{grid-template-columns: repeat(3,minmax(0,1fr))}
  .cols{grid-template-columns: repeat(2,minmax(0,1fr))}
  .prices{grid-template-columns: repeat(3,minmax(0,1fr))}
  .faq{grid-template-columns: repeat(2,minmax(0,1fr))}
  .form__row{grid-template-columns: repeat(2,minmax(0,1fr))}
}
