/* Start custom CSS for html, class: .elementor-element-3733701 */:root{
  --bg:#070A0F;
  --surface:#0D1320;
  --surface2:#0A0F1A;
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --muted2:rgba(255,255,255,.55);
  --border:rgba(255,255,255,.08);
  --emerald:#2ecc71;
  --emeraldGlow:rgba(46,204,113,.35);
  --shadow: 0 20px 60px rgba(0,0,0,.55);
  --radius:18px;
  --radius2:26px;
  --container: 1160px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 70% -10%, rgba(46,204,113,.12), transparent 55%),
              radial-gradient(900px 500px at 10% 0%, rgba(46,204,113,.07), transparent 50%),
              var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{max-width:var(--container); margin:0 auto; padding:0 20px}

/* Background FX */
.bg-grid{
  position:fixed; inset:0; pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(46,204,113,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(46,204,113,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity:.18;
  mask-image: radial-gradient(circle at 50% 20%, black 40%, transparent 75%);
}
.bg-glow{
  position:fixed; inset:-20%;
  pointer-events:none;
  background: radial-gradient(circle at 70% 20%, rgba(46,204,113,.18), transparent 35%),
              radial-gradient(circle at 30% 60%, rgba(46,204,113,.10), transparent 40%);
  filter: blur(18px);
  opacity:.7;
}

/* Header */
.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(7,10,15,.65);
  border-bottom:1px solid var(--border);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  height:72px; gap:16px;
}
.brand{display:flex; align-items:center; gap:10px}
.brand__mark{
  width:12px; height:12px; border-radius:50%;
  background: var(--emerald);
  box-shadow: 0 0 0 6px rgba(46,204,113,.15);
}
.brand__text{letter-spacing:.22em; font-weight:800; font-size:12px; opacity:.95}

.nav{display:flex; gap:18px; align-items:center}
.nav__link{
  font-size:14px; color:var(--muted);
  padding:10px 10px; border-radius:12px;
  transition:.2s ease;
}
.nav__link:hover{color:var(--text); background: rgba(255,255,255,.04)}
.nav__dropdown{position:relative}
.nav__link--btn{border:0; background:transparent; cursor:pointer}
.chev{opacity:.8; margin-left:6px}

.dropdown{
  position:absolute; top:44px; left:0;
  min-width:220px;
  background: rgba(13,19,32,.92);
  border:1px solid var(--border);
  border-radius:14px;
  box-shadow: var(--shadow);
  padding:8px;
  display:none;
}
.dropdown__item{
  display:block; padding:10px 10px;
  border-radius:10px;
  color:var(--muted);
}
.dropdown__item:hover{background: rgba(255,255,255,.04); color:var(--text)}
.nav__dropdown.open .dropdown{display:block}

.header__actions{display:flex; gap:10px; align-items:center}
.lang{display:flex; gap:6px; padding:6px; border:1px solid var(--border); border-radius:14px; background: rgba(255,255,255,.03)}
.chip{
  border:0; background:transparent; cursor:pointer;
  color:var(--muted); font-weight:700; font-size:12px;
  padding:8px 10px; border-radius:10px;
}
.chip.active{color:var(--bg); background: var(--emerald); box-shadow: 0 0 0 1px rgba(46,204,113,.35) inset}
.chip:hover{background: rgba(255,255,255,.05); color:var(--text)}

.btn{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  color:var(--text);
  font-weight:700;
  font-size:14px;
  padding:10px 14px;
  border-radius:14px;
  transition:.2s ease;
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.06)}
.btn--primary{
  border-color: rgba(46,204,113,.35);
  background: rgba(46,204,113,.14);
  box-shadow: 0 0 0 1px rgba(46,204,113,.22) inset, 0 18px 40px rgba(46,204,113,.10);
}
.btn--primary:hover{background: rgba(46,204,113,.18)}
.btn--ghost{
  background: transparent;
}
.btn--full{width:100%}

.burger{display:none; border:1px solid var(--border); background: rgba(255,255,255,.03); border-radius:14px; padding:10px; cursor:pointer}
.burger span{display:block; width:18px; height:2px; background: rgba(255,255,255,.75); margin:4px 0; border-radius:2px}

/* Drawer */
.drawer{
  display:none;
  border-top:1px solid var(--border);
  background: rgba(7,10,15,.92);
}
.drawer__inner{padding:14px 20px; display:grid; gap:10px}
.drawer__link{color:var(--muted); padding:10px 12px; border-radius:12px; border:1px solid transparent}
.drawer__link:hover{background: rgba(255,255,255,.04); color:var(--text)}
.drawer__link--strong{border-color: rgba(46,204,113,.25); background: rgba(46,204,113,.08)}
.drawer__hr{height:1px; background: var(--border); margin:6px 0}

/* Hero */
.hero{position:relative; padding:84px 0 50px; overflow:hidden}
.hero__media{position:absolute; inset:0; z-index:-1}
.hero__video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.25; filter:saturate(1.1) contrast(1.05)}
.hero__overlay{
  position:absolute; inset:0;
  background: radial-gradient(900px 420px at 20% 25%, rgba(46,204,113,.14), transparent 55%),
              linear-gradient(to bottom, rgba(7,10,15,.15), rgba(7,10,15,.92) 70%);
}
.hero__grid{
  position:absolute; inset:0;
  background-image:
    linear-gradient(to right, rgba(46,204,113,.09) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(46,204,113,.07) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity:.18;
  mask-image: radial-gradient(circle at 50% 20%, black 35%, transparent 70%);
}

.hero__content{max-width:860px}
.kicker{
  display:inline-flex; gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(46,204,113,.18);
  background: rgba(46,204,113,.06);
  color: rgba(255,255,255,.82);
  font-weight:700;
  font-size:12px;
  letter-spacing:.02em;
}
.h1{
  margin:18px 0 10px;
  font-size:54px;
  line-height:1.03;
  letter-spacing:-.02em;
}
.lead{
  font-size:18px;
  color: var(--muted);
  line-height:1.6;
  max-width:720px;
}
.hero__cta{display:flex; gap:10px; margin-top:22px; flex-wrap:wrap}
.hero__trust{display:flex; gap:10px; flex-wrap:wrap; margin-top:22px}
.pill{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  color: var(--muted);
  font-weight:600;
  font-size:13px;
}

/* Sections */
.section{padding:70px 0}
.section--alt{
  background: radial-gradient(900px 520px at 70% 10%, rgba(46,204,113,.08), transparent 55%),
              rgba(255,255,255,.02);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.section__head{margin-bottom:22px}
.h2{font-size:34px; margin:0 0 10px; letter-spacing:-.02em}
.h3{font-size:20px; margin:0 0 10px}
.muted{color:var(--muted); line-height:1.6}
.small{font-size:12.5px; color:var(--muted2)}
.label{font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.6); font-weight:800}

/* Layout helpers */
.grid-2{display:grid; grid-template-columns: 1.2fr .8fr; gap:14px}
.cards-3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.cards-2{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px}
.stack{display:grid; gap:14px}
.row{display:flex; align-items:center; gap:12px; margin-top:14px; flex-wrap:wrap}

/* Cards */
.card{
  background: rgba(13,19,32,.75);
  border:1px solid var(--border);
  border-radius: var(--radius2);
  box-shadow: 0 0 0 1px rgba(255,255,255,.02) inset;
  padding:18px;
}
.card--media{padding:14px}
.card--hover{transition:.2s ease}
.card--hover:hover{
  transform: translateY(-2px);
  border-color: rgba(46,204,113,.22);
  box-shadow: 0 0 0 1px rgba(46,204,113,.12) inset, var(--shadow);
}
.card__row{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
.card__icon{width:38px; height:38px; border-radius:14px; display:flex; align-items:center; justify-content:center;
  background: rgba(46,204,113,.10); border:1px solid rgba(46,204,113,.20); margin-bottom:12px}
.card__tag{
  display:inline-flex; padding:8px 10px; border-radius:999px;
  border:1px solid rgba(46,204,113,.18);
  background: rgba(46,204,113,.06);
  color: rgba(255,255,255,.8);
  font-weight:700;
  font-size:12px;
  margin-bottom:10px;
}

.divider{height:1px; background: var(--border); margin:12px 0}

/* Media frame */
.mediaFrame{
  height:360px;
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.25);
}
.mediaFrame iframe{width:100%; height:100%; border:0}

/* Metrics */
.metric{font-size:22px; font-weight:800; letter-spacing:-.02em}
.unit{font-size:12px; font-weight:800; letter-spacing:.16em; opacity:.75; margin-left:6px}
.status{
  font-size:12px; font-weight:900; letter-spacing:.12em;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  color: var(--muted);
}
.status--ok{border-color: rgba(46,204,113,.22); color: rgba(255,255,255,.85); background: rgba(46,204,113,.08)}
.quote{margin:0; font-size:16px; line-height:1.7; color:rgba(255,255,255,.82)}

/* Lists */
.list{margin:12px 0 0; padding-left:18px; color:var(--muted)}
.list li{margin:8px 0}

/* Steps */
.steps{display:grid; grid-template-columns: repeat(4, 1fr); gap:14px}
.step{display:flex; gap:12px; align-items:flex-start}
.step__n{
  width:38px; height:38px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(46,204,113,.10);
  border:1px solid rgba(46,204,113,.20);
  font-weight:900;
}
.step__title{font-weight:900}

/* Checkout */
.checkout{margin-top:26px}
.checkout__head{margin:20px 0 14px}
.pricing{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.price__top{display:grid; gap:6px}
.badge{
  display:inline-flex; align-self:flex-start;
  padding:8px 10px; border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  font-size:12px; font-weight:900; letter-spacing:.08em; color:rgba(255,255,255,.78)
}
.badge--emerald{
  border-color: rgba(46,204,113,.25);
  background: rgba(46,204,113,.10);
}
.price__name{font-size:18px; font-weight:900}
.price__desc{color:var(--muted); line-height:1.5}
.price--featured{
  border-color: rgba(46,204,113,.22);
  box-shadow: 0 0 0 1px rgba(46,204,113,.12) inset, 0 30px 80px rgba(46,204,113,.09);
}

.pay{margin-top:14px}
.pay__row{display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap}
.pay__cta{display:flex; gap:10px}
.legal{margin:10px 0 0; color:var(--muted2); font-size:12.5px}

/* Inputs */
.input{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.02);
  color: var(--text);
  outline:none;
}
.input:focus{
  border-color: rgba(46,204,113,.30);
  box-shadow: 0 0 0 4px rgba(46,204,113,.12);
}

.validate__row{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.validate__row .input{flex:1; min-width:240px}
.validate__result{margin-top:14px}
.seal{display:flex; align-items:center; gap:10px; padding:12px 14px; border-radius:16px;
  background: rgba(46,204,113,.09); border:1px solid rgba(46,204,113,.22)}
.seal__dot{width:10px; height:10px; border-radius:50%; background: var(--emerald); box-shadow: 0 0 18px rgba(46,204,113,.45)}
.seal__text{font-weight:900; letter-spacing:.08em}
.kv{display:grid; gap:10px; margin-top:12px}
.kv__item{display:flex; justify-content:space-between; gap:12px; padding:10px 12px; border-radius:14px; border:1px solid var(--border); background: rgba(255,255,255,.02)}
.kv__k{color:var(--muted)}
.kv__v{font-weight:800}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}

/* Footer */
.footer{
  border-top:1px solid var(--border);
  background: rgba(255,255,255,.02);
  padding:40px 0 20px;
}
.footer__grid{display:grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap:14px}
.footer__brand{font-weight:900; letter-spacing:.18em; font-size:12px}
.footer__title{font-weight:900; color:rgba(255,255,255,.82); margin-bottom:10px}
.footer__link{display:block; color:var(--muted); margin:8px 0}
.footer__link:hover{color:var(--text)}
.logos{display:flex; gap:10px; flex-wrap:wrap}
.logo{
  font-size:12px; font-weight:900; letter-spacing:.12em;
  padding:8px 10px; border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.02);
}
.footer__bottom{margin-top:18px; padding-top:14px; border-top:1px solid var(--border); display:flex; justify-content:space-between}

/* Responsive */
@media (max-width: 980px){
  .nav{display:none}
  .burger{display:inline-block}
  .drawer.open{display:block}
  .grid-2{grid-template-columns:1fr}
  .cards-3{grid-template-columns:1fr}
  .cards-2{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr 1fr}
  .h1{font-size:40px}
}
@media (max-width: 560px){
  .footer__grid{grid-template-columns:1fr}
  .hero{padding-top:70px}
}/* End custom CSS */