:root{
  --bg:#ffffff;
  --card:#ffffff;
  --muted:#5e6b84;
  --text:#0b1020;
  --primary:#19c37d;
  --primaryHover:#11a76a;
  --accent1:#2f7cff;
  --accent2:#19c37d;
  --danger:#c21840;
  --ok:#0e9f6e;
  --border:rgba(11,16,32,.10);
  --shadow:0 18px 55px rgba(11,16,32,.10);
  --shadowHero:0 40px 110px rgba(11,16,32,.26);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica;
  color:var(--text);
  background:
    radial-gradient(900px 600px at 15% 0%, rgba(47,124,255,.16), transparent 60%),
    radial-gradient(900px 600px at 90% 10%, rgba(25,195,125,.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 55%, #ffffff 100%);
}
.container{
  max-width:1120px;
  margin:0 auto;
  padding:28px 16px 40px;
}
.header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
  position:sticky;
  top:12px;
  z-index:20;
  padding:10px 12px;
  border-radius:18px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.brand__logo{
  width:34px;
  height:34px;
  border-radius:12px;
  background:linear-gradient(135deg, var(--accent1), var(--accent2));
  box-shadow:0 16px 40px rgba(47,124,255,.18);
  border:1px solid rgba(0,0,0,.06);
  flex:0 0 auto;
}
.brand__name{
  font-weight:800;
  letter-spacing:.2px;
  font-size:18px;
}
.brand__tag{
  margin-top:2px;
  color:var(--muted);
  font-size:13px;
}
.nav{display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:flex-end}
.nav__link{color:rgba(11,16,32,.72); text-decoration:none; font-weight:800; font-size:13px}
.nav__link:hover{color:rgba(11,16,32,.92)}
.nav__cta{
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  padding:10px 12px;
  border-radius:12px;
  color:#ffffff;
  background:linear-gradient(90deg, var(--primary), #22d98e);
  box-shadow:0 10px 24px rgba(25,195,125,.18);
}
.nav__cta:hover{background:linear-gradient(90deg, var(--primaryHover), #18c882)}
.header__contact{
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.75);
  color:rgba(11,16,32,.88);
}
.header__contact:hover{border-color:rgba(11,16,32,.18)}
.card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:22px 18px;
  overflow:hidden;
}
.main{display:flex; flex-direction:column; gap:14px}
.panel{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:28px 22px;
  overflow:hidden;
}
.heroPanel{
  background:
    radial-gradient(900px 600px at 15% 0%, rgba(47,124,255,.30), transparent 55%),
    radial-gradient(900px 600px at 90% 10%, rgba(25,195,125,.20), transparent 52%),
    linear-gradient(180deg, rgba(11,16,32,.96), rgba(11,16,32,.88));
  border-color:rgba(255,255,255,.10);
  box-shadow:var(--shadowHero);
}
.heroPanel .title{color:#ffffff}
.heroPanel .subtitle{color:rgba(255,255,255,.72)}
.heroPanel .sectionText{color:rgba(255,255,255,.74)}
.heroPanel .fineprint{color:rgba(255,255,255,.60)}
.heroPanel .kicker{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.14); color:rgba(255,255,255,.86)}
.heroPanel .bullet{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.12)}
.heroPanel .bullet__text{color:rgba(255,255,255,.86)}
.heroPanel .btn--ghost{background:transparent; color:#ffffff; border-color:rgba(255,255,255,.22)}
.heroPanel .btn--ghost:hover{border-color:rgba(255,255,255,.40)}
 .heroPanel .device{
   border-color:rgba(255,255,255,.14);
   background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
   box-shadow:0 24px 80px rgba(0,0,0,.28);
 }
 .heroPanel .device__top{color:rgba(255,255,255,.72)}
 .heroPanel .bubble{background:rgba(255,255,255,.92)}
 .heroPanel .bubble--me{background:rgba(25,195,125,.16)}
 .heroPanel .foodCard{border-color:rgba(255,255,255,.12)}
 .heroPanel .foodCard figcaption{background:rgba(255,255,255,.78)}
.panel__head{max-width:720px}
.panel[id]{scroll-margin-top:84px}
.title{
  margin:0;
  font-size:30px;
  letter-spacing:-.3px;
}
.title--xl{font-size:44px; letter-spacing:-.8px; line-height:1.08}
.subtitle{
  margin:10px 0 18px;
  color:var(--muted);
  line-height:1.4;
}
.subtitle--lg{font-size:16px}
.hero{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:center;
  position:relative;
}
.hero__copy{min-width:0}
.hero__media{display:grid; gap:12px; align-content:start; position:relative; z-index:1}
.heroArt{
  position:absolute;
  right:-160px;
  top:-160px;
  width:min(460px, 50vw);
  height:auto;
  opacity:.95;
  filter:blur(0px);
  pointer-events:none;
  z-index:0;
}
.hero__copy, .device{position:relative; z-index:1}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--border);
  background:rgba(47,124,255,.05);
  color:rgba(11,16,32,.85);
  font-weight:700;
  font-size:12px;
}
.kicker__dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--accent1), var(--accent2));
}
.ctaRow{display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:14px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:14px;
  padding:13px 14px;
  cursor:pointer;
  font-weight:800;
  font-size:15px;
  color:#ffffff;
  background:linear-gradient(90deg, var(--primary), #22d98e);
  box-shadow:0 10px 26px rgba(25,195,125,.22);
}
.btn:hover{background:linear-gradient(90deg, var(--primaryHover), #18c882)}
.btn:disabled{opacity:.65; cursor:not-allowed}
.btn--block{width:100%}
.btn--ghost{
  display:inline-block;
  text-decoration:none;
  border-radius:14px;
  padding:12px 14px;
  border:1px solid var(--border);
  background:#ffffff;
  color:rgba(11,16,32,.92);
  font-weight:800;
}
.btn--ghost:hover{border-color:rgba(11,16,32,.18)}
.fineprint{margin-top:10px; color:rgba(11,16,32,.62); font-size:12px; font-weight:700}
.bullets{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:10px; margin-top:14px}
.bullet{display:flex; gap:10px; align-items:center; border:1px solid var(--border); border-radius:16px; padding:10px 12px; background:rgba(255,255,255,.75)}
.bullet__icon{width:22px; height:22px; border-radius:999px; display:flex; align-items:center; justify-content:center; font-weight:900; color:#ffffff; background:linear-gradient(90deg, var(--accent1), var(--accent2))}
.bullet__text{font-weight:800; color:rgba(11,16,32,.86); font-size:13px}
.device{
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(47,124,255,.06), rgba(25,195,125,.04));
  border-radius:26px;
  padding:14px 12px;
  box-shadow:0 16px 52px rgba(11,16,32,.10);
}

.foodBento{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.foodCard{
  margin:0;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--border);
  background:#ffffff;
  box-shadow:0 16px 60px rgba(11,16,32,.10);
  position:relative;
  min-height:140px;
}

.foodCard--wide{grid-column:1 / -1; min-height:160px}

.foodCard img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.foodCard figcaption{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  padding:10px 10px;
  border-radius:16px;
  font-weight:900;
  font-size:12px;
  color:rgba(11,16,32,.92);
  background:rgba(255,255,255,.82);
  border:1px solid rgba(11,16,32,.10);
  backdrop-filter: blur(10px);
}
.device__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  color:rgba(11,16,32,.75);
  font-size:12px;
  font-weight:800;
}
.bubble{
  max-width:92%;
  border-radius:14px;
  padding:10px 10px;
  font-size:13px;
  line-height:1.35;
  border:1px solid var(--border);
  background:#ffffff;
  margin:8px 0;
}
.bubble--me{
  margin-left:auto;
  background:rgba(25,195,125,.10);
  border-color:rgba(25,195,125,.20);
}
.bubble__small{display:block; margin-top:6px; color:var(--muted); font-size:12px}
.sectionTitle{
  font-size:18px;
  margin:0;
  letter-spacing:-.2px;
}
.sectionTitle--lg{font-size:22px; letter-spacing:-.4px}
.sectionText{margin:10px 0 0; color:rgba(11,16,32,.82); line-height:1.55}
.features{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:12px; margin-top:12px}
.feature{
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,1));
  border-radius:18px;
  padding:14px 12px;
}
.feature__icon{width:34px; height:34px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-weight:900; background:rgba(47,124,255,.10); border:1px solid rgba(47,124,255,.18); margin-bottom:10px}
.feature__t{font-weight:900; margin:0 0 6px; font-size:14px}
.feature__d{margin:0; color:rgba(11,16,32,.78); font-size:13px; line-height:1.45}

.gallery{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:12px;
}

.galleryItem{
  margin:0;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--border);
  background:#ffffff;
  box-shadow:0 16px 60px rgba(11,16,32,.08);
}

.galleryItem img{width:100%; height:240px; object-fit:cover; display:block}

.galleryItem figcaption{
  padding:12px 12px;
  font-weight:900;
  font-size:13px;
  color:rgba(11,16,32,.86);
  border-top:1px solid rgba(11,16,32,.06);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,1));
}
.featureGrid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:12px;
}
.mini{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border:1px solid var(--border);
  border-radius:18px;
  padding:14px 12px;
  background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,1));
}
.mini__icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(47,124,255,.08);
  border:1px solid rgba(47,124,255,.16);
  flex:0 0 auto;
}
.mini__t{font-weight:950; letter-spacing:-.2px}
.mini__d{margin-top:6px; color:rgba(11,16,32,.78); font-size:13px; line-height:1.45}
.plans{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin:10px 0 16px;
}

.testimonials{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:12px;
}

.quote{
  border:1px solid var(--border);
  border-radius:22px;
  padding:16px 14px;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,1));
  box-shadow:0 18px 60px rgba(11,16,32,.08);
}

.quote__text{font-weight:850; line-height:1.5; letter-spacing:-.2px; color:rgba(11,16,32,.90)}
.quote__who{margin-top:10px; color:rgba(11,16,32,.62); font-size:12px; font-weight:800}
.plan{
  display:block;
  cursor:pointer;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:14px 12px;
  transition:transform .08s ease, border-color .08s ease, background .08s ease;
}
.plan:hover{transform:translateY(-1px); border-color:rgba(11,16,32,.18)}
.plan input{display:none}
.plan__body{display:flex; flex-direction:column; gap:6px}
.plan__name{font-weight:700}
.plan__price{font-weight:900; font-size:18px}
.plan__meta{color:var(--muted); font-size:12px}
.plan input:checked + .plan__body{
  outline:2px solid rgba(47,124,255,.35);
  outline-offset:8px;
}
.plan--featured{border-color:rgba(25,195,125,.45); box-shadow:0 22px 70px rgba(25,195,125,.12)}
.plan__top{display:flex; align-items:center; justify-content:space-between; gap:10px}
.pill{display:inline-flex; align-items:center; justify-content:center; padding:6px 10px; border-radius:999px; font-weight:900; font-size:11px; color:rgba(11,16,32,.78); border:1px solid var(--border); background:rgba(11,16,32,.02)}
.pill--strong{color:#0b1020; border-color:rgba(25,195,125,.35); background:rgba(25,195,125,.10)}
.form{margin-top:8px}
.grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.field{display:flex; flex-direction:column; gap:8px; margin:10px 0}
label{font-size:13px; color:rgba(11,16,32,.90)}
input{
  width:100%;
  background:#ffffff;
  color:rgba(11,16,32,.95);
  border:1px solid var(--border);
  padding:12px 12px;
  border-radius:12px;
  outline:none;
  font-size:14px;
}
input:focus{border-color:rgba(79,124,255,.6); box-shadow:0 0 0 4px rgba(79,124,255,.15)}
.hint{color:var(--muted); font-size:12px}
.status{
  margin-top:10px;
  min-height:18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.status--error{color:var(--danger)}
.status--ok{color:var(--ok)}
.divider{height:1px; background:var(--border); margin:18px 0}
.h2{font-size:16px; margin:0 0 10px}
.faq__item{color:rgba(11,16,32,.82); margin:6px 0}
.faq{display:flex; flex-direction:column; gap:10px}
.faqItem{border:1px solid var(--border); border-radius:16px; background:rgba(255,255,255,.9); padding:12px 12px}
.faqItem summary{cursor:pointer; font-weight:900; color:rgba(11,16,32,.92)}
.faqItem__body{margin-top:8px}
.contact{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:14px; flex-wrap:wrap}
.contact__wa{
  display:inline-block;
  text-decoration:none;
  font-weight:800;
  color:var(--text);
  border:1px solid rgba(25,195,125,.30);
  background:rgba(25,195,125,.10);
  padding:10px 12px;
  border-radius:12px;
}
.contact__wa:hover{border-color:rgba(61,220,151,.55)}
.contact__muted{color:var(--muted); font-size:12px}
.footer{margin-top:18px; color:var(--muted); font-size:12px}
.plan__actions{margin-top:8px}
.plan__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  text-decoration:none;
  border-radius:12px;
  padding:10px 12px;
  font-weight:900;
  color:#ffffff;
  background:linear-gradient(90deg, var(--primary), #22d98e);
  box-shadow:0 10px 22px rgba(25,195,125,.18);
}
.plan__cta:hover{background:linear-gradient(90deg, var(--primaryHover), #18c882)}
.page{
  text-align:center;
  padding:26px 12px;
}
.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  width:52px;
  height:52px;
  border-radius:16px;
  margin-bottom:10px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
}
.badge--ok{border-color:rgba(61,220,151,.35); background:rgba(61,220,151,.10)}
.badge--warn{border-color:rgba(110,231,255,.25); background:rgba(110,231,255,.08)}
.badge--fail{border-color:rgba(255,77,109,.35); background:rgba(255,77,109,.10)}
.actions{display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-top:14px}
.action{
  display:inline-block;
  text-decoration:none;
  color:var(--text);
  border:1px solid var(--border);
  background:#ffffff;
  padding:10px 12px;
  border-radius:12px;
  font-weight:800;
}
.action:hover{border-color:rgba(11,16,32,.18)}
.action--primary{border-color:rgba(25,195,125,.55); background:rgba(25,195,125,.10)}
.legal{
  text-align:left;
  white-space:pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:13px;
  line-height:1.55;
  color:rgba(11,16,32,.92);
  background:rgba(11,16,32,.02);
  border:1px solid var(--border);
  padding:14px 12px;
  border-radius:14px;
}
.footerLinks{display:flex; gap:12px; flex-wrap:wrap; margin-top:10px}
.footerLinks a{color:var(--muted); text-decoration:none}
.footerLinks a:hover{color:rgba(11,16,32,.85)}
.wa-fab{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:999px;
  background:linear-gradient(180deg, #23e58f, #19c37d);
  color:#ffffff;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 14px 40px rgba(25,195,125,.25);
}
.wa-fab:active{transform:translateY(1px)}
.wa-fab span{font-size:18px}
.finalCta{
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(47,124,255,.14), transparent 58%),
    radial-gradient(900px 500px at 90% 30%, rgba(25,195,125,.12), transparent 55%),
    #ffffff;
}
.finalCta__inner{display:flex; align-items:center; justify-content:space-between; gap:16px}
.finalCta__actions{display:flex; gap:10px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
@media (max-width:860px){
  .plans{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
  .title{font-size:26px}
  .title--xl{font-size:32px}
  .hero{grid-template-columns:1fr}
  .heroArt{display:none}
  .features{grid-template-columns:1fr}
  .featureGrid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .galleryItem img{height:220px}
  .testimonials{grid-template-columns:1fr}
  .bullets{grid-template-columns:1fr}
  .ctaRow .btn{width:100%}
  .ctaRow .btn--ghost{width:100%; text-align:center}
  .finalCta__inner{flex-direction:column; align-items:flex-start}
  .finalCta__actions{justify-content:flex-start; width:100%}
  .finalCta__actions .btn, .finalCta__actions .btn--ghost{width:100%}
}
