:root{
  --belnex-primary:#2563eb;
  --belnex-primary-dark:#1554d1;
  --belnex-accent:#00d4b3;
  --belnex-navy:#0a0f1c;
  --belnex-navy-2:#111a2d;
  --belnex-text:#0f172a;
  --belnex-muted:#64748b;
  --belnex-border:#e2e8f0;
  --belnex-surface:#fff;
  --belnex-soft:#f5f8fc;
  --belnex-container:1180px;
  --belnex-font:Poppins,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --belnex-shadow:0 24px 70px rgba(15,23,42,.12);
}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body.belnex-home-page{margin:0!important;background:#fff;color:var(--belnex-text);font-family:var(--belnex-font);font-size:16px;line-height:1.58;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.belnex-home-page *{box-sizing:border-box}
body.belnex-home-page img{max-width:100%;height:auto}
body.belnex-home-page a{text-decoration:none}
body.belnex-home-page button,body.belnex-home-page input{font:inherit}
body.belnex-home-page h1,body.belnex-home-page h2,body.belnex-home-page h3,body.belnex-home-page p{margin-top:0}
body.belnex-home-page .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.belnex-home-container{width:min(var(--belnex-container),calc(100% - 48px));margin-inline:auto}
.belnex-home-skip{position:fixed;z-index:100000;left:20px;top:-100px;padding:10px 15px;border-radius:10px;background:#fff;color:var(--belnex-text);box-shadow:var(--belnex-shadow)}
.belnex-home-skip:focus{top:18px}
.belnex-home-header{position:sticky;z-index:1000;top:0;border-bottom:1px solid rgba(226,232,240,.82);background:rgba(255,255,255,.88);backdrop-filter:blur(20px) saturate(170%);-webkit-backdrop-filter:blur(20px) saturate(170%);transition:box-shadow .2s ease,background .2s ease}
.admin-bar .belnex-home-header{top:32px}
.belnex-home-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 8px 32px rgba(15,23,42,.07)}
.belnex-home-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:28px}
.belnex-home-brand{display:inline-flex;align-items:center;gap:11px;color:var(--belnex-navy);font-size:18px;font-weight:800;letter-spacing:.18em;white-space:nowrap}
.belnex-home-brand img{display:block;width:42px;height:42px;object-fit:contain}
.belnex-home-brand.is-light{color:#fff}
.belnex-home-nav{display:flex;align-items:center;justify-content:flex-end;gap:30px;flex:1}
.belnex-home-nav__links,.belnex-home-nav__actions{display:flex;align-items:center;gap:5px}
.belnex-home-nav__links a{padding:10px 12px;border-radius:10px;color:#46546a;font-size:14px;font-weight:650;transition:.18s ease}
.belnex-home-nav__links a:hover{color:var(--belnex-text);background:#f1f5f9}
.belnex-home-nav__actions{gap:12px;margin-left:8px}
.belnex-home-login{padding:10px 8px;color:#334155;font-size:14px;font-weight:700}
.belnex-home-account{display:flex;align-items:center;gap:9px;padding:5px 10px 5px 5px;border:1px solid var(--belnex-border);border-radius:13px;color:var(--belnex-text);background:#fff}
.belnex-home-account span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--belnex-primary),var(--belnex-accent));font-weight:800}
.belnex-home-account strong{font-size:13px}
.belnex-home-menu-toggle{display:none;width:44px;height:44px;padding:9px;border:0;border-radius:11px;background:transparent;cursor:pointer}
.belnex-home-menu-toggle i{display:block;width:23px;height:2px;margin:5px auto;border-radius:5px;background:var(--belnex-navy);transition:.2s ease}
.belnex-home-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:13px 20px;border:1px solid transparent;border-radius:13px;font-weight:750;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.belnex-home-button svg,.belnex-home-text-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-button:hover{transform:translateY(-2px)}
.belnex-home-button:focus-visible,.belnex-home-nav a:focus-visible,.belnex-home-faq-item button:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:3px}
.belnex-home-button.is-small{min-height:42px;padding:10px 16px;border-radius:11px;font-size:14px}
.belnex-home-button--primary{color:#fff;background:linear-gradient(135deg,var(--belnex-primary),#1597df 58%,var(--belnex-accent));box-shadow:0 12px 28px rgba(37,99,235,.24)}
.belnex-home-button--primary:hover{box-shadow:0 17px 34px rgba(37,99,235,.32)}
.belnex-home-button--secondary{color:var(--belnex-text);border-color:var(--belnex-border);background:#fff;box-shadow:0 6px 22px rgba(15,23,42,.06)}
.belnex-home-button--secondary:hover{border-color:#cbd5e1;background:#f8fafc}
.belnex-home-button--light{color:var(--belnex-navy);background:#fff;box-shadow:0 15px 34px rgba(0,0,0,.18)}
.belnex-home-button--dark-ghost{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.06)}
.belnex-home-main{overflow:hidden}
.belnex-home-hero{position:relative;isolation:isolate;padding:88px 0 90px;color:#fff;background:radial-gradient(circle at 78% 25%,rgba(0,212,179,.19),transparent 30%),radial-gradient(circle at 16% 0,rgba(37,99,235,.24),transparent 35%),linear-gradient(145deg,#07101f 0,var(--belnex-navy) 56%,#071320 100%)}
.belnex-home-hero::before{content:"";position:absolute;z-index:-1;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.belnex-home-hero__grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);align-items:center;gap:72px}
.belnex-home-hero__content{position:relative;z-index:2}
.belnex-home-announcement{display:inline-flex;align-items:center;gap:9px;margin-bottom:24px;padding:7px 11px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#d9e7f7;background:rgba(255,255,255,.06);font-size:12px;font-weight:650;letter-spacing:.025em}
.belnex-home-announcement span{width:7px;height:7px;border-radius:50%;background:var(--belnex-accent);box-shadow:0 0 0 5px rgba(0,212,179,.12)}
.belnex-home-eyebrow{margin:0 0 14px;color:var(--belnex-primary);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.belnex-home-hero .belnex-home-eyebrow{color:#65e6d1}
.belnex-home-hero h1{max-width:710px;margin:0 0 24px;color:#fff;font-size:clamp(44px,5.8vw,76px);font-weight:790;line-height:1.02;letter-spacing:-.052em}
.belnex-home-hero h1 span{display:block;color:transparent;background:linear-gradient(90deg,#65a6ff 5%,#4cd9dd 58%,#65f2c8);-webkit-background-clip:text;background-clip:text}
.belnex-home-hero__lead{max-width:650px;margin:0 0 32px;color:#b7c5d8;font-size:clamp(17px,1.6vw,20px);line-height:1.7}
.belnex-home-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.belnex-home-hero__checks{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin:26px 0 0;padding:0;list-style:none}
.belnex-home-hero__checks li{display:flex;align-items:center;gap:7px;color:#aebed2;font-size:13px;font-weight:600}
.belnex-home-hero__checks svg{width:17px;height:17px;fill:none;stroke:#5ce0c9;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-hero__visual{position:relative;min-height:520px;display:grid;place-items:center}
.belnex-home-hero__custom-image{display:block;width:100%;max-height:600px;object-fit:contain;filter:drop-shadow(0 32px 60px rgba(0,0,0,.3))}
.belnex-home-visual-glow{position:absolute;width:410px;height:410px;border-radius:50%;background:radial-gradient(circle,rgba(0,212,179,.26),rgba(37,99,235,.13) 48%,transparent 70%);filter:blur(8px)}
.belnex-home-luggage{position:absolute;left:70px;bottom:28px;width:270px;height:390px;transform:rotate(-3deg)}
.belnex-home-luggage__handle{position:absolute;left:82px;top:0;width:104px;height:74px;border:14px solid #29374c;border-bottom:0;border-radius:32px 32px 0 0}
.belnex-home-luggage__body{position:absolute;inset:62px 0 14px;border:1px solid rgba(255,255,255,.13);border-radius:48px;background:linear-gradient(145deg,#26354b,#111a29 68%,#0d1422);box-shadow:inset 8px 10px 26px rgba(255,255,255,.05),0 42px 70px rgba(0,0,0,.35)}
.belnex-home-luggage__body::before,.belnex-home-luggage__body::after{content:"";position:absolute;top:45px;bottom:42px;width:4px;border-radius:9px;background:rgba(255,255,255,.055)}
.belnex-home-luggage__body::before{left:70px}.belnex-home-luggage__body::after{right:70px}
.belnex-home-luggage__line{position:absolute;left:30px;right:30px;top:25px;height:2px;border-radius:9px;background:rgba(255,255,255,.08)}
.belnex-home-luggage__wheel{position:absolute;bottom:-16px;width:26px;height:29px;border-radius:8px;background:#060a12;box-shadow:inset 0 4px rgba(255,255,255,.06)}
.belnex-home-luggage__wheel.is-left{left:48px}.belnex-home-luggage__wheel.is-right{right:48px}
.belnex-home-tag-card{position:absolute;right:2px;top:58px;width:275px;padding:23px;border:1px solid rgba(255,255,255,.24);border-radius:26px;color:var(--belnex-text);background:rgba(255,255,255,.95);box-shadow:0 30px 65px rgba(0,0,0,.28);transform:rotate(3deg);backdrop-filter:blur(15px)}
.belnex-home-tag-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.belnex-home-tag-card__top img{width:54px;height:54px;object-fit:contain}
.belnex-home-tag-card__top span{padding:6px 9px;border-radius:999px;color:#087c68;background:#e6faf5;font-size:10px;font-weight:800;letter-spacing:.08em}
.belnex-home-tag-card strong{display:block;margin-bottom:7px;font-size:20px;letter-spacing:-.025em}
.belnex-home-tag-card p{margin:0;color:var(--belnex-muted);font-size:12px;line-height:1.55}
.belnex-home-qr{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;width:76px;height:76px;margin:20px 0 0 auto;padding:7px;border:1px solid var(--belnex-border);border-radius:10px;background:#fff}
.belnex-home-qr span{border-radius:2px;background:var(--belnex-navy)}
.belnex-home-qr span:nth-child(2),.belnex-home-qr span:nth-child(4),.belnex-home-qr span:nth-child(6),.belnex-home-qr span:nth-child(8){background:transparent}
.belnex-home-notification{position:absolute;right:24px;bottom:44px;display:flex;align-items:center;gap:12px;width:300px;padding:14px 15px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(11,20,35,.9);box-shadow:0 22px 48px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.belnex-home-notification__icon{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--belnex-primary),var(--belnex-accent))}
.belnex-home-notification__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-notification div{display:grid;gap:2px;flex:1}
.belnex-home-notification small{color:#8ea1bb;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.belnex-home-notification strong{color:#fff;font-size:13px}
.belnex-home-notification__live{width:8px;height:8px;border-radius:50%;background:var(--belnex-accent);box-shadow:0 0 0 6px rgba(0,212,179,.11)}
.belnex-home-trust{border-bottom:1px solid var(--belnex-border);background:#fff}
.belnex-home-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:28px 0}
.belnex-home-trust__grid>div{display:flex;align-items:center;gap:12px;padding:4px 24px;border-right:1px solid var(--belnex-border)}
.belnex-home-trust__grid>div:first-child{padding-left:0}.belnex-home-trust__grid>div:last-child{padding-right:0;border-right:0}
.belnex-home-trust svg{width:27px;height:27px;flex:0 0 auto;fill:none;stroke:var(--belnex-primary);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-trust span{display:grid;color:var(--belnex-muted);font-size:11px;line-height:1.4}
.belnex-home-trust strong{color:var(--belnex-text);font-size:13px}
.belnex-home-section{padding:110px 0}
.belnex-home-section-heading{max-width:760px;margin:0 auto 54px;text-align:center}
.belnex-home-section-heading h2,.belnex-home-privacy h2,.belnex-home-use-cases h2,.belnex-home-faq h2{margin:0 0 18px;color:var(--belnex-text);font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.045em}
.belnex-home-section-heading>p:last-child,.belnex-home-section-lead{margin:0;color:var(--belnex-muted);font-size:17px;line-height:1.72}
.belnex-home-how{background:#fff}
.belnex-home-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.belnex-home-step{position:relative;min-height:300px;padding:31px;border:1px solid var(--belnex-border);border-radius:24px;background:#fff;box-shadow:0 10px 32px rgba(15,23,42,.055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.belnex-home-step:hover{transform:translateY(-5px);border-color:#cbd5e1;box-shadow:0 22px 45px rgba(15,23,42,.09)}
.belnex-home-step__number{position:absolute;right:22px;top:18px;color:#e6ebf2;font-size:54px;font-weight:850;line-height:1}
.belnex-home-step__icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:26px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--belnex-primary),#169adf 58%,var(--belnex-accent));box-shadow:0 13px 28px rgba(37,99,235,.19)}
.belnex-home-step__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-step h3{position:relative;margin:0 0 11px;font-size:21px;letter-spacing:-.025em}
.belnex-home-step p{position:relative;margin:0;color:var(--belnex-muted);font-size:14px;line-height:1.7}
.belnex-home-flow-line{width:72%;height:1px;margin:38px auto 0;background:linear-gradient(90deg,transparent,var(--belnex-primary),var(--belnex-accent),transparent)}
.belnex-home-privacy{background:linear-gradient(180deg,#f7f9fc,#f0f5fb)}
.belnex-home-privacy__grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);align-items:center;gap:94px}
.belnex-home-privacy__visual{position:relative;min-height:495px;display:grid;place-items:center}
.belnex-home-privacy__visual::before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.16),rgba(0,212,179,.08) 48%,transparent 70%)}
.belnex-home-private-card{position:relative;z-index:2;width:min(410px,90%);padding:30px;border:1px solid rgba(226,232,240,.8);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 28px 70px rgba(15,23,42,.14);backdrop-filter:blur(16px)}
.belnex-home-private-card__head{display:flex;align-items:center;gap:14px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid var(--belnex-border)}
.belnex-home-private-card__icon{display:grid;place-items:center;width:51px;height:51px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--belnex-primary),var(--belnex-accent))}
.belnex-home-private-card__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-private-card__head div{display:grid}.belnex-home-private-card__head small{color:var(--belnex-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.belnex-home-private-card__head strong{font-size:18px}
.belnex-home-private-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;color:#42516a;font-size:13px;font-weight:650}
.belnex-home-private-row i{display:block;width:56%;height:10px;border-radius:99px;background:repeating-linear-gradient(90deg,#dbe3ed 0 7px,transparent 7px 12px)}
.belnex-home-private-lock{display:flex;align-items:center;gap:9px;margin-top:18px;padding:12px 14px;border-radius:12px;color:#087c68;background:#e8faf5;font-size:11px;font-weight:700}
.belnex-home-private-lock svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-message-card{position:absolute;z-index:3;right:2px;bottom:18px;display:flex;align-items:center;gap:11px;width:290px;padding:16px;border:1px solid var(--belnex-border);border-radius:17px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.13)}
.belnex-home-message-card>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:var(--belnex-primary);background:#eff6ff}
.belnex-home-message-card svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-message-card div{display:grid;gap:2px}.belnex-home-message-card small{color:var(--belnex-muted);font-size:10px}.belnex-home-message-card strong{font-size:12px}
.belnex-home-feature-list{display:grid;gap:15px;margin:30px 0;padding:0;list-style:none}
.belnex-home-feature-list li{display:flex;align-items:flex-start;gap:11px;color:#35445b;font-weight:600}
.belnex-home-feature-list svg{width:21px;height:21px;flex:0 0 auto;margin-top:2px;fill:none;stroke:#08a88e;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--belnex-primary);font-weight:750}
.belnex-home-text-link:hover{gap:12px}
.belnex-home-benefits{background:#fff}
.belnex-home-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.belnex-home-benefit{padding:27px 25px;border:1px solid var(--belnex-border);border-radius:21px;background:#fff;transition:.2s ease}
.belnex-home-benefit:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 20px 40px rgba(15,23,42,.075)}
.belnex-home-benefit__icon{display:grid;place-items:center;width:50px;height:50px;margin-bottom:22px;border-radius:15px;color:var(--belnex-primary);background:linear-gradient(135deg,#eff6ff,#e8fbf7)}
.belnex-home-benefit__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-benefit h3{margin:0 0 9px;font-size:18px;letter-spacing:-.02em}
.belnex-home-benefit p{margin:0;color:var(--belnex-muted);font-size:13px;line-height:1.7}
.belnex-home-use-cases{position:relative;color:#fff;background:radial-gradient(circle at 10% 0,rgba(37,99,235,.2),transparent 34%),radial-gradient(circle at 92% 90%,rgba(0,212,179,.16),transparent 30%),var(--belnex-navy)}
.belnex-home-use-cases__grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:82px}
.belnex-home-use-cases .belnex-home-eyebrow{color:#5ce0c9}.belnex-home-use-cases h2{color:#fff}.belnex-home-use-cases .belnex-home-section-lead{margin-bottom:29px;color:#aebed2}
.belnex-home-use-cases__cards{display:grid;gap:13px}
.belnex-home-use-card{display:flex;align-items:center;gap:19px;padding:19px 21px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px);transition:.2s ease}
.belnex-home-use-card:hover{transform:translateX(-5px);border-color:rgba(92,224,201,.36);background:rgba(255,255,255,.075)}
.belnex-home-use-card>span{display:grid;place-items:center;width:55px;height:55px;flex:0 0 auto;border-radius:16px;color:#fff;background:linear-gradient(135deg,rgba(37,99,235,.9),rgba(0,212,179,.9))}
.belnex-home-use-card svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.belnex-home-use-card h3{margin:0 0 4px;color:#fff;font-size:17px}.belnex-home-use-card p{margin:0;color:#9fb0c5;font-size:12px}
.belnex-home-use-card.is-2{margin-left:38px}.belnex-home-use-card.is-3{margin-left:76px}
.belnex-home-faq{background:#f7f9fc}
.belnex-home-faq__grid{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:86px}
.belnex-home-faq__intro{position:sticky;top:120px}
.belnex-home-faq__intro .belnex-home-section-lead{margin-bottom:26px}
.belnex-home-accordion{display:grid;gap:11px}
.belnex-home-faq-item{overflow:hidden;border:1px solid var(--belnex-border);border-radius:17px;background:#fff;box-shadow:0 4px 15px rgba(15,23,42,.035)}
.belnex-home-faq-item h3{margin:0}
.belnex-home-faq-item button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:20px 22px;border:0;color:var(--belnex-text);background:transparent;text-align:left;font-weight:750;cursor:pointer}
.belnex-home-faq-item button i{position:relative;width:18px;height:18px;flex:0 0 auto}
.belnex-home-faq-item button i::before,.belnex-home-faq-item button i::after{content:"";position:absolute;left:2px;right:2px;top:8px;height:2px;border-radius:5px;background:#536174;transition:transform .2s ease}
.belnex-home-faq-item button i::after{transform:rotate(90deg)}
.belnex-home-faq-item.is-open button i::after{transform:rotate(0)}
.belnex-home-faq-item__answer{padding:0 22px 21px}
.belnex-home-faq-item__answer p{margin:0;padding-top:2px;color:var(--belnex-muted);font-size:14px;line-height:1.75}
.belnex-home-final{padding:100px 0;background:#fff}
.belnex-home-final__card{position:relative;isolation:isolate;overflow:hidden;padding:76px 40px;border-radius:34px;color:#fff;background:radial-gradient(circle at 15% 30%,rgba(37,99,235,.3),transparent 32%),radial-gradient(circle at 88% 65%,rgba(0,212,179,.2),transparent 30%),var(--belnex-navy);box-shadow:0 30px 80px rgba(15,23,42,.18);text-align:center}
.belnex-home-final__card::before{content:"";position:absolute;z-index:-1;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:58px 58px}
.belnex-home-final__card>img{width:82px;height:82px;margin-bottom:20px;filter:drop-shadow(0 12px 25px rgba(0,0,0,.22))}
.belnex-home-final .belnex-home-eyebrow{color:#5ce0c9}
.belnex-home-final h2{max-width:800px;margin:0 auto 17px;color:#fff;font-size:clamp(35px,4.8vw,60px);line-height:1.08;letter-spacing:-.047em}
.belnex-home-final__card>p:not(.belnex-home-eyebrow){max-width:650px;margin:0 auto 29px;color:#aebed2;font-size:17px}
.belnex-home-final__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.belnex-home-footer{color:#b4c1d2;background:#070c16}
.belnex-home-footer__top{display:flex;justify-content:space-between;gap:80px;padding:63px 0 45px}
.belnex-home-footer__brand{max-width:355px}.belnex-home-footer__brand p{margin:17px 0 6px;color:#fff;font-size:17px;font-weight:700}.belnex-home-footer__brand small{color:#8191a7;line-height:1.65}
.belnex-home-footer__columns{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:55px;flex:1;max-width:600px}
.belnex-home-footer__columns>div{display:grid;align-content:start;gap:10px}
.belnex-home-footer__columns strong{margin-bottom:3px;color:#fff;font-size:13px}.belnex-home-footer__columns a{color:#8999af;font-size:13px}.belnex-home-footer__columns a:hover{color:#fff}
.belnex-home-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;border-top:1px solid rgba(255,255,255,.08);color:#65748a;font-size:11px}
[data-belnex-reveal]{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}[data-belnex-reveal].is-visible{opacity:1;transform:none}
@media(max-width:1080px){
  .belnex-home-nav__links{display:none}.belnex-home-hero__grid{grid-template-columns:1fr 460px;gap:35px}.belnex-home-hero h1{font-size:clamp(45px,6.5vw,66px)}
  .belnex-home-trust__grid{grid-template-columns:repeat(2,1fr);row-gap:22px}.belnex-home-trust__grid>div:nth-child(2){border-right:0}.belnex-home-trust__grid>div:nth-child(3){padding-left:0}.belnex-home-benefits__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .belnex-home-hero{padding-top:68px}.belnex-home-hero__grid{grid-template-columns:1fr;gap:20px}.belnex-home-hero__content{text-align:center}.belnex-home-hero h1,.belnex-home-hero__lead{margin-left:auto;margin-right:auto}.belnex-home-hero__actions,.belnex-home-hero__checks{justify-content:center}.belnex-home-hero__visual{width:min(620px,100%);margin:0 auto;min-height:505px}
  .belnex-home-privacy__grid,.belnex-home-use-cases__grid,.belnex-home-faq__grid{grid-template-columns:1fr;gap:55px}.belnex-home-privacy__content{order:-1;text-align:center}.belnex-home-feature-list{max-width:660px;margin-left:auto;margin-right:auto;text-align:left}.belnex-home-faq__intro{position:static;text-align:center}.belnex-home-use-cases__grid>div:first-child{text-align:center}.belnex-home-use-cases__cards{max-width:650px;width:100%;margin:0 auto}.belnex-home-footer__top{display:grid}.belnex-home-footer__columns{max-width:none}
}
@media(max-width:782px){.admin-bar .belnex-home-header{top:46px}}
@media(max-width:760px){
  html{scroll-padding-top:78px}.belnex-home-container{width:min(100% - 32px,var(--belnex-container))}.belnex-home-header__inner{min-height:70px}.belnex-home-brand img{width:38px;height:38px}.belnex-home-brand{font-size:16px}.belnex-home-menu-toggle{display:block;position:relative;z-index:4}.belnex-home-menu-toggle.is-open i:nth-of-type(1){transform:translateY(7px) rotate(45deg)}.belnex-home-menu-toggle.is-open i:nth-of-type(2){opacity:0}.belnex-home-menu-toggle.is-open i:nth-of-type(3){transform:translateY(-7px) rotate(-45deg)}
  .belnex-home-nav{display:none;position:absolute;z-index:3;left:16px;right:16px;top:calc(100% + 8px);padding:16px;border:1px solid var(--belnex-border);border-radius:18px;background:#fff;box-shadow:0 25px 60px rgba(15,23,42,.18)}.belnex-home-nav.is-open{display:grid;gap:15px}.belnex-home-nav__links,.belnex-home-nav__actions{display:grid;gap:4px}.belnex-home-nav__links a{padding:12px}.belnex-home-nav__actions{padding-top:12px;border-top:1px solid var(--belnex-border)}.belnex-home-nav__actions>*{width:100%;justify-content:center}.belnex-home-login{text-align:center}
  .belnex-home-hero{padding:58px 0 65px}.belnex-home-hero h1{font-size:clamp(41px,12vw,58px)}.belnex-home-hero__lead{font-size:16px}.belnex-home-hero__actions{display:grid}.belnex-home-hero__actions a{width:100%}.belnex-home-hero__checks{display:grid;justify-content:start;width:max-content;max-width:100%;margin-left:auto;margin-right:auto;text-align:left}.belnex-home-hero__visual{min-height:430px}.belnex-home-luggage{left:10px;bottom:20px;width:225px;height:335px}.belnex-home-luggage__handle{left:68px;width:89px}.belnex-home-tag-card{right:-10px;top:38px;width:235px;padding:18px}.belnex-home-notification{right:0;bottom:18px;width:260px}.belnex-home-notification strong{font-size:11px}
  .belnex-home-trust__grid{grid-template-columns:1fr;gap:0;padding:13px 0}.belnex-home-trust__grid>div,.belnex-home-trust__grid>div:nth-child(3){padding:14px 0;border-right:0;border-bottom:1px solid var(--belnex-border)}.belnex-home-trust__grid>div:last-child{border-bottom:0}
  .belnex-home-section{padding:80px 0}.belnex-home-section-heading{margin-bottom:38px}.belnex-home-section-heading h2,.belnex-home-privacy h2,.belnex-home-use-cases h2,.belnex-home-faq h2{font-size:clamp(31px,9vw,43px)}.belnex-home-steps,.belnex-home-benefits__grid{grid-template-columns:1fr}.belnex-home-flow-line{display:none}.belnex-home-step{min-height:0}.belnex-home-privacy__grid{gap:35px}.belnex-home-privacy__visual{min-height:450px}.belnex-home-message-card{right:-4px}.belnex-home-use-card.is-2,.belnex-home-use-card.is-3{margin-left:0}.belnex-home-faq__grid{gap:35px}.belnex-home-final{padding:70px 0}.belnex-home-final__card{padding:56px 22px;border-radius:26px}.belnex-home-footer__top{gap:43px;padding:48px 0 37px}.belnex-home-footer__columns{grid-template-columns:repeat(2,1fr);gap:32px}.belnex-home-footer__columns>div:last-child{grid-column:1/-1}.belnex-home-footer__bottom{align-items:flex-start;flex-direction:column}
}
@media(max-width:480px){
  .belnex-home-hero__visual{min-height:390px}.belnex-home-luggage{left:-28px;width:205px;height:310px}.belnex-home-tag-card{right:-18px;width:215px}.belnex-home-notification{right:-14px;width:245px}.belnex-home-private-card{width:100%;padding:22px}.belnex-home-message-card{width:250px}.belnex-home-footer__columns{grid-template-columns:1fr}.belnex-home-footer__columns>div:last-child{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.belnex-home-button,.belnex-home-step,.belnex-home-benefit,.belnex-home-use-card,[data-belnex-reveal]{transition:none!important}.belnex-home-button:hover,.belnex-home-step:hover,.belnex-home-benefit:hover,.belnex-home-use-card:hover{transform:none}}
