/* BelegBär Landing – v1
   Palette:
   - Secondary (Bärenschnauze): #FDDCA2
*/

:root{
  --bg0:#070b14;
  --bg1:#0b1220;
  --panel:#0f1930;
  --panel2:#0b152a;
  --text:#e7eefc;
  --muted:#b9c4dd;
  --line:rgba(255,255,255,.10);
  --secondary:#FDDCA2;
  --secondary2:#FFD9B8;
  --accent:#60a5fa;
  --ok:#4ade80;
  --warn:#fbbf24;
  --err:#fb7185;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 26px;
  --wrap: 1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1100px 700px at 10% 10%, rgba(96,165,250,.18), transparent 60%),
    radial-gradient(1000px 650px at 90% 0%, rgba(253,220,162,.16), transparent 55%),
    radial-gradient(800px 600px at 50% 115%, rgba(253,220,162,.10), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  min-height:100vh;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; text-underline-offset:4px; }

.wrap{ width:min(var(--wrap), calc(100% - 40px)); margin:0 auto; }

.sr{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  border:0;
}

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

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(16px);
  background:rgba(7,11,20,.55);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand__mark{
  width:44px;height:44px;
  border-radius:14px;
  display:grid; place-items:center;
  background:rgba(253,220,162,.10);
  border:1px solid rgba(253,220,162,.22);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.bear{ width:34px; height:34px; display:block; }
.brand__text{ display:flex; flex-direction:column; line-height:1.05; }
.brand__name{ font-weight:800; letter-spacing:.2px; }
.brand__tag{ font-size:12px; color:var(--muted); }

.nav{ display:flex; align-items:center; gap:12px; }
.nav__toggle{
  display:none;
  background:transparent;
  border:1px solid var(--line);
  border-radius:14px;
  padding:10px 12px;
  color:var(--text);
  cursor:pointer;
}
.nav__toggleBars{
  width:22px; height:14px;
  display:inline-block;
  background:
    linear-gradient(var(--text),var(--text)) 0 0/100% 2px no-repeat,
    linear-gradient(var(--text),var(--text)) 0 6px/100% 2px no-repeat,
    linear-gradient(var(--text),var(--text)) 0 12px/100% 2px no-repeat;
  opacity:.9;
}
.nav__menu{
  display:flex;
  align-items:center;
  gap:18px;
}
.nav__menu a{ color:var(--muted); font-weight:600; font-size:14px; }
.nav__menu a:hover{ color:var(--text); text-decoration:none; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(253,220,162,.95), rgba(255,217,184,.92));
  color:#0b1220;
  font-weight:800;
  border:1px solid rgba(253,220,162,.55);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  cursor:pointer;
  text-decoration:none!important;
}
.btn:hover{ filter: brightness(1.03); transform: translateY(-1px); }
.btn:active{ transform: translateY(0px); }
.btn--ghost{
  background:rgba(255,255,255,.06);
  color:var(--text);
  border:1px solid var(--line);
  box-shadow:none;
}
.btn--dark{
  background:rgba(11,18,32,.92);
  color:var(--text);
  border:1px solid rgba(253,220,162,.35);
}
.btn--sm{ padding:10px 12px; border-radius:14px; font-size:14px; }

.hero{
  padding:72px 0 26px;
  position:relative;
  overflow:hidden;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:34px;
  align-items:center;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:650;
  font-size:13px;
}
.dot{
  width:10px;height:10px;border-radius:999px;
  background:radial-gradient(circle at 30% 30%, #fff, var(--secondary));
  box-shadow: 0 0 0 4px rgba(253,220,162,.14);
}
.hero h1{
  margin:16px 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height:1.02;
  letter-spacing:-.7px;
}
.accent{
  background: linear-gradient(135deg, var(--secondary), #ffffff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width: 56ch;
}

.hero__cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }

.trust{
  margin-top:22px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.trust__item{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
}
.trust__k{ font-size:18px; }
.trust__t{ font-size:14px; color:var(--muted); font-weight:650; }

.hero__visual{ display:flex; justify-content:flex-end; }
.mock{
  width:min(520px, 100%);
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
  transform: translateY(4px);
}
.mock__top{
  display:flex; align-items:center;
  gap:8px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.15);
}
.mock__dot{
  width:10px;height:10px;border-radius:50%;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.12);
}
.mock__title{
  margin-left:10px;
  font-weight:750;
  color:rgba(255,255,255,.85);
  font-size:13px;
}
.mock__body{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  padding:14px;
}
.mock__left{ display:flex; flex-direction:column; gap:10px; }
.skeleton{
  border-radius:16px;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.05), rgba(255,255,255,.08));
  background-size: 200% 100%;
  animation: shimmer 2.2s infinite linear;
  border:1px solid rgba(255,255,255,.08);
}
.sk--lg{ height:80px; }
.sk--md{ height:44px; }
.sk--sm{ height:26px; width:70%; }
@keyframes shimmer{
  0%{ background-position: 0% 0; }
  100%{ background-position: 200% 0; }
}

.mock__right{ display:flex; flex-direction:column; gap:10px; }
.cardy{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(11,18,32,.55);
  padding:12px 12px;
}
.cardy__h{ font-weight:800; margin-bottom:8px; }
.cardy__p{ color:var(--muted); font-size:14px; display:flex; gap:8px; flex-wrap:wrap; }
.badge{
  font-weight:800;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
}
.b--ok{ background: rgba(74,222,128,.12); color: #bbf7d0; border-color: rgba(74,222,128,.26); }
.b--warn{ background: rgba(251,191,36,.12); color: #fde68a; border-color: rgba(251,191,36,.28); }
.b--err{ background: rgba(251,113,133,.12); color: #fecdd3; border-color: rgba(251,113,133,.28); }
.minirow{ display:flex; justify-content:space-between; width:100%; gap:10px; }
.miniok{ color:#bbf7d0; font-weight:900; }
.mock__shine{
  position:absolute;
  inset:-30%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.12), transparent 60%);
  transform: rotate(12deg);
  pointer-events:none;
}

.stats{
  margin-top:24px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.stat{
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  padding:14px 14px;
}
.stat__n{
  font-size:22px;
  font-weight:900;
  color:var(--secondary);
}
.stat__t{ color:var(--muted); font-weight:650; margin-top:6px; }

.section{ padding:64px 0; }
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.section__head{ margin-bottom:26px; }
.section__head h2{
  margin:0 0 10px;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing:-.4px;
}
.section__head p{ margin:0; color:var(--muted); max-width: 70ch; }

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.feature{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(11,18,32,.50);
  padding:18px 18px;
  box-shadow: 0 10px 34px rgba(0,0,0,.18);
}
.feature--soft{ background: rgba(11,18,32,.42); }
.feature__icon{
  width:46px;height:46px;
  display:grid; place-items:center;
  border-radius:16px;
  background: rgba(253,220,162,.10);
  border:1px solid rgba(253,220,162,.18);
  margin-bottom:10px;
  font-size:22px;
}
.feature h3{ margin:6px 0 8px; font-size:18px; }
.feature p{ margin:0; color:var(--muted); line-height:1.6; }

.two{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:start;
}
.lead2{ color:var(--muted); font-size:17px; line-height:1.6; }

.checklist{
  margin:14px 0 10px;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.checklist li{
  display:flex; gap:10px; align-items:flex-start;
  color:var(--muted);
}
.checklist li::before{
  content:"✓";
  color:#bbf7d0;
  font-weight:900;
  margin-top:2px;
}

.panel{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  padding:18px;
  box-shadow: var(--shadow);
}
.panel__title{ font-weight:900; font-size:16px; margin-bottom:10px; }
.panel__steps{ display:flex; flex-direction:column; gap:10px; margin-top:10px; }
.step{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px 12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(11,18,32,.55);
}
.step__n{
  width:30px;height:30px;
  border-radius: 12px;
  display:grid; place-items:center;
  background: rgba(253,220,162,.14);
  border:1px solid rgba(253,220,162,.20);
  color: var(--secondary);
  font-weight:950;
}
.step__h{ font-weight:900; }
.step__p{ color:var(--muted); font-size:14px; margin-top:4px; }
.panel__note{
  margin-top:14px;
  color:var(--muted);
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:12px;
}

.toggle{
  display:flex;
  gap:10px;
  justify-content:center;
  margin: 10px 0 18px;
}
.toggle__btn{
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
  color:var(--muted);
  padding:10px 12px;
  border-radius: 999px;
  font-weight:800;
  cursor:pointer;
}
.toggle__btn.is-active{
  background: rgba(253,220,162,.14);
  border-color: rgba(253,220,162,.30);
  color: var(--text);
}
.mini{ font-size:12px; color:var(--muted); margin-left:4px; }

.pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.pricecard{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(11,18,32,.55);
  padding:18px;
  position:relative;
}
.pricecard--featured{
  border-color: rgba(253,220,162,.35);
  background: linear-gradient(180deg, rgba(253,220,162,.12), rgba(11,18,32,.55));
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}
.badgeTop{
  position:absolute; top:14px; right:14px;
  padding:6px 10px;
  border-radius: 999px;
  font-weight:900;
  font-size:12px;
  background: rgba(253,220,162,.18);
  border:1px solid rgba(253,220,162,.30);
  color: var(--secondary);
}
.pricecard__top h3{ margin:0; font-size:20px; }
.pricecard__top p{ margin:8px 0 0; color:var(--muted); }
.price{
  margin:14px 0 10px;
  font-weight:900;
  font-size:18px;
  color: var(--secondary);
}
.price__n{ font-size:44px; color:var(--text); letter-spacing:-1px; margin:0 6px; }
.price__p{ font-size:14px; color:var(--muted); font-weight:800; }
.pricecard ul{
  margin:10px 0 16px;
  padding-left: 18px;
  color: var(--muted);
  line-height:1.7;
}
.center{ text-align:center; }

.faq{ display:flex; flex-direction:column; gap:10px; }
.faq__item{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(11,18,32,.45);
  padding:14px 14px;
}
.faq__item summary{
  cursor:pointer;
  font-weight:900;
  color: var(--text);
  list-style:none;
}
.faq__item summary::-webkit-details-marker{ display:none; }
.faq__body{
  color: var(--muted);
  margin-top:10px;
  line-height:1.65;
}

.cta{
  padding:46px 0;
}
.cta__inner{
  border-radius: var(--radius2);
  border:1px solid rgba(253,220,162,.20);
  background: linear-gradient(135deg, rgba(253,220,162,.14), rgba(255,255,255,.04));
  padding:18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.cta h2{ margin:0 0 8px; }
.cta p{ margin:0; color:var(--muted); max-width: 70ch; }

.contactCards{
  margin-top:14px;
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
}
.contactCard{
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(11,18,32,.45);
  padding:12px 12px;
}
.contactCard__k{ font-size:12px; color:var(--muted); font-weight:800; }
.contactCard__v{ margin-top:6px; font-weight:900; }
.status{
  display:inline-flex;
  padding:6px 10px;
  border-radius: 999px;
  border:1px solid rgba(74,222,128,.26);
  background: rgba(74,222,128,.10);
  color: #bbf7d0;
  font-weight:900;
  font-size:12px;
}

.form{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(11,18,32,.52);
  padding:18px;
  box-shadow: 0 12px 44px rgba(0,0,0,.22);
}
.form__row{ display:flex; flex-direction:column; gap:8px; margin-bottom:12px; }
label{ font-weight:800; color:rgba(255,255,255,.90); font-size:13px; }
input, textarea{
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  padding:12px 12px;
  color: var(--text);
  font: inherit;
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(253,220,162,.35);
  box-shadow: 0 0 0 4px rgba(253,220,162,.12);
}
.form__fine{ margin-top:10px; }
.fine{
  font-size:13px;
  color: rgba(185,196,221,.9);
  line-height:1.6;
}

.footer{
  padding:32px 0 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(7,11,20,.25);
}
.footer__grid{
  display:grid;
  grid-template-columns: 1fr auto auto;
  gap:14px;
  align-items:center;
}
.footer__name{ font-weight:950; font-size:16px; }
.footer__tag{ color:var(--muted); font-size:13px; margin-top:4px; }
.footer__links{ display:flex; gap:14px; color:var(--muted); font-weight:750; font-size:13px; }
.footer__links a:hover{ color:var(--text); text-decoration:none; }
.footer__small{ display:flex; gap:10px; align-items:center; color:var(--muted); font-size:13px; }
.sep{ opacity:.7; }

@media (max-width: 960px){
  .hero__grid{ grid-template-columns: 1fr; }
  .hero__visual{ justify-content:flex-start; }
  .stats{ grid-template-columns: 1fr; }
  .two{ grid-template-columns: 1fr; }
  .grid3{ grid-template-columns: 1fr; }
  .pricing{ grid-template-columns: 1fr; }
  .footer__grid{ grid-template-columns: 1fr; align-items:flex-start; }
  .nav__toggle{ display:inline-flex; }
  .nav__menu{
    position:absolute;
    right:20px;
    top:64px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    min-width: 220px;
    padding:12px;
    border-radius: 18px;
    border:1px solid rgba(255,255,255,.12);
    background: rgba(7,11,20,.92);
    box-shadow: var(--shadow);
  }
  .nav__menu.is-open{ display:flex; }
  .nav__menu a{ padding:10px 10px; border-radius: 14px; }
  .nav__menu a:hover{ background: rgba(255,255,255,.06); }
}
