:root{
--bg: #0b1020;
--panel: rgba(255,255,255,.08);
--panel2: rgba(255,255,255,.06);
--text: #eaf0ff;
--muted: rgba(234,240,255,.75);
--muted2: rgba(234,240,255,.55);
--line: rgba(255,255,255,.12);
--brand1: #7c5cff;
--brand2: #22d3ee;
--brand3: #34d399;
--shadow: 0 18px 60px rgba(0,0,0,.35);
--radius: 18px;
--radius2: 26px;
--container: 1120px;
}




*{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 20% 10%, rgba(124,92,255,.22), transparent 55%),
radial-gradient(900px 500px at 80% 20%, rgba(34,211,238,.18), transparent 50%),
radial-gradient(900px 600px at 70% 90%, rgba(52,211,153,.12), transparent 55%),
var(--bg);
color:var(--text);
line-height:1.5;
overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{
width:min(var(--container), calc(100% - 40px));
margin-inline:auto;
}

/* Announcement */
.announce{
position:sticky; top:0;
background: rgba(255,255,255,.07);
backdrop-filter: blur(10px);
border-bottom:1px solid var(--line);
z-index:50;
}
.announce__inner{
display:flex; align-items:center; justify-content:space-between;
padding:10px 0;
gap:14px;
font-size:14px;
color:var(--muted);
}
.announce__link{
padding:8px 12px;
border:1px solid var(--line);
border-radius:999px;
background: rgba(255,255,255,.05);
}

/* Header */
.header{
position:sticky; top:44px;
z-index:40;
backdrop-filter: blur(12px);
background: rgba(11,16,32,.55);
border-bottom:1px solid var(--line);
}
.header__inner{
display:flex; align-items:center; justify-content:space-between;
padding:14px 0;
gap:18px;
}

.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
width:44px; height:44px;
display:grid; place-items:center;
border-radius:14px;
background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(34,211,238,.85));
box-shadow: 0 10px 40px rgba(124,92,255,.25);
font-weight:800;
letter-spacing:.6px;
}
.brand__text strong{display:block; font-size:14px}
.brand__text small{display:block; font-size:12px; color:var(--muted2); margin-top:2px}

.nav{display:flex; align-items:center; gap:18px}
.nav a{
color:var(--muted);
font-weight:600;
font-size:14px;
padding:10px 10px;
border-radius:10px;
}
.nav a:hover{background: rgba(255,255,255,.06); color:var(--text)}



/* Buttons */
.btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:12px 16px;
border-radius:14px;
border:1px solid rgba(255,255,255,.08);
background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(34,211,238,.85));
color:#071022;
font-weight:800;
box-shadow: 0 16px 50px rgba(124,92,255,.18);
transition: transform .15s ease, filter .15s ease;
}
.btn:hover{transform: translateY(-1px); filter:saturate(1.1)}
.btn--ghost{
background: rgba(255,255,255,.06);
color:var(--text);
border:1px solid var(--line);
box-shadow:none;
}
.btn--small{padding:10px 12px; border-radius:12px}
.btn--full{width:100%}

/* Hero */
.hero{padding:54px 0 26px}
.hero__grid{
display:grid;
grid-template-columns: 1.05fr .95fr;
align-items:center;
gap:28px;
}
.pill{
display:inline-flex; align-items:center; gap:10px;
padding:8px 12px;
border:1px solid var(--line);
border-radius:999px;
background: rgba(255,255,255,.05);
color:var(--muted);
font-weight:600;
width:fit-content;
}
.dot{width:10px;height:10px;border-radius:999px;background: var(--brand3); box-shadow: 0 0 0 6px rgba(52,211,153,.16)}

.hero h1{
font-size: clamp(36px, 4.2vw, 56px);
line-height:1.05;
margin:14px 0 12px;
letter-spacing:-.8px;
}
.grad{
background: linear-gradient(90deg, rgba(124,92,255,1), rgba(34,211,238,1), rgba(52,211,153,1));
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}
.lead{font-size:16.5px; color:var(--muted); max-width:54ch; margin:0 0 18px}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:18px}

.hero__proof{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:12px;
margin-top:18px;
}
.proofCard{
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius:16px;
padding:14px;
}
.proofCard strong{display:block; font-size:13px}
.proofCard span{display:block; margin-top:4px; font-size:12px; color:var(--muted2)}

.trustRow{
display:flex; flex-wrap:wrap; align-items:center;
gap:10px 12px;
margin-top:18px;
color:var(--muted2);
font-size:13px;
}
.trustRow__label{color:var(--muted); font-weight:700}
.trustLogo{
padding:6px 10px;
border:1px solid var(--line);
border-radius:999px;
background: rgba(255,255,255,.04);
}

/* Hero Visual */
.hero__visual{position:relative; min-height: 520px}
.hero__bg{
position:absolute; inset:-30px -30px -40px -30px;
background:
radial-gradient(420px 280px at 30% 30%, rgba(124,92,255,.18), transparent 55%),
radial-gradient(380px 260px at 70% 20%, rgba(34,211,238,.14), transparent 50%),
radial-gradient(420px 320px at 60% 80%, rgba(52,211,153,.10), transparent 55%);
filter: blur(2px);
z-index:0;
}
.glassCard{
position:relative;
z-index:1;
background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
border:1px solid rgba(255,255,255,.12);
border-radius: var(--radius2);
box-shadow: var(--shadow);
padding:18px;
overflow:hidden;
transform: translateY(0);
animation: floaty 6s ease-in-out infinite;
}
@keyframes floaty{
0%,100%{transform: translateY(0)}
50%{transform: translateY(-10px)}
}
.glassCard__top{
display:flex; align-items:center; gap:12px;
}
.avatar{
width:44px;height:44px;border-radius:16px;
background: linear-gradient(135deg, rgba(34,211,238,.8), rgba(124,92,255,.8));
border:1px solid rgba(255,255,255,.18);
}
.badge{
margin-left:auto;
font-size:12px;
padding:6px 10px;
border-radius:999px;
border:1px solid rgba(255,255,255,.14);
background: rgba(52,211,153,.12);
color: rgba(255, 255, 255, 0.9);
}

.miniStats{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:10px;
margin:14px 0;
}
.miniStat{
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius:16px;
padding:12px;
}
.miniStat small{color:var(--muted2)}
.miniStat strong{display:block; font-size:20px; margin-top:4px}

.timeline{display:grid; gap:10px}
.timeline__item{
display:flex; gap:10px; align-items:flex-start;
background: rgba(255,255,255,.045);
border:1px solid var(--line);
border-radius:16px;
padding:12px;
}
.timeline__item.ok{border-color: rgba(52,211,153,.35)}
.timeline__item.warn{border-color: rgba(34,211,238,.35)}
.chip{
font-size:12px;
padding:6px 10px;
border-radius:999px;
border:1px solid rgba(255,255,255,.14);
background: rgba(255,255,255,.05);
color:rgba(234,240,255,.9);
white-space:nowrap;
}
.timeline__item small{color:var(--muted2)}
.glassCard__bottom{
display:flex; justify-content:space-between; align-items:center;
margin-top:14px;
color:var(--muted2);
font-size:12px;
}
.link{color:rgba(234,240,255,.9); font-weight:700}
.link:hover{text-decoration:underline}
.muted{color:var(--muted)}

/* Sections */
.section{padding:64px 0}
.section--alt{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border-top:1px solid rgba(255,255,255,.06);
border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{
display:flex; align-items:flex-end; justify-content:space-between;
gap:18px;
margin-bottom:20px;
}
.section__head h2{
margin:0;
font-size: clamp(26px, 2.8vw, 38px);
letter-spacing:-.5px;
}
.section__head p{
margin:0;
color:var(--muted);
max-width:60ch;
}

/* Cards */
.cards{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:14px;
}
.card{
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius: var(--radius);
padding:18px;
transition: transform .15s ease, background .15s ease;
}
.card:hover{transform: translateY(-2px); background: rgba(255,255,255,.07)}
.card h3{margin:0 0 6px}
.card p{margin:0 0 12px; color:var(--muted)}
.ticks{margin:0; padding-left:18px; color:var(--muted)}
.ticks li{margin:8px 0}

.banner{
margin-top:18px;
display:flex; align-items:center; justify-content:space-between;
gap:18px;
background: linear-gradient(135deg, rgba(124,92,255,.22), rgba(34,211,238,.14));
border:1px solid rgba(255,255,255,.14);
border-radius: var(--radius2);
padding:18px;
}
.banner h3{margin:0 0 4px}
.banner p{margin:0; color:var(--muted)}

/* Steps */
.steps{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:14px;
}
.step{
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius: var(--radius);
padding:18px;
}
.step__num{
width:38px;height:38px;border-radius:14px;
display:grid; place-items:center;
background: rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.14);
font-weight:800;
margin-bottom:10px;
}
.step p{margin:8px 0 0; color:var(--muted)}

.split{
margin-top:18px;
display:grid;
grid-template-columns: 1.1fr .9fr;
gap:18px;
align-items:center;
}
.checkGrid{
margin-top:12px;
display:grid;
grid-template-columns: repeat(2, 1fr);
gap:10px;
}
.checkItem{
background: rgba(255,255,255,.04);
border:1px solid var(--line);
border-radius: 14px;
padding:10px 12px;
color:rgba(234,240,255,.88);
}
.roundedImg{
border-radius: var(--radius2);
border:1px solid rgba(255,255,255,.12);
box-shadow: var(--shadow);
}

/* Industry grid */
.grid3{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:14px;
}
.iconCard{
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius: var(--radius);
padding:18px;
}
.icon{
width:44px;height:44px;border-radius:16px;
display:grid;place-items:center;
background: rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.14);
margin-bottom:10px;
font-size:20px;
}
.iconCard p{margin:8px 0 0; color:var(--muted)}

/* Quotes */
.quotes{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:14px;
}
.quote{
margin:0;
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius: var(--radius);
padding:18px;
}
.quote blockquote{
margin:0;
color:rgba(234,240,255,.92);
font-weight:600;
letter-spacing:-.2px;
}
.quote figcaption{
margin-top:12px;
display:flex; justify-content:space-between; gap:12px;
color:var(--muted2);
font-size:13px;
}
.qname{color:rgba(234,240,255,.9); font-weight:700}

/* Pricing */
.pricing{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:14px;
}
.priceCard{
position:relative;
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius: var(--radius2);
padding:18px;
}
.priceCard__top h3{margin:0}
.priceCard__top p{margin:6px 0 0}
.price{
display:flex; align-items:baseline; gap:8px;
margin:14px 0;
}
.price__amount{font-size:34px; font-weight:900; letter-spacing:-.5px}
.price__unit{color:var(--muted2)}
.priceCard--featured{
background: linear-gradient(180deg, rgba(124,92,255,.18), rgba(255,255,255,.05));
border-color: rgba(124,92,255,.35);
box-shadow: 0 18px 60px rgba(124,92,255,.18);
}
.priceCard__tag{
position:absolute; top:16px; right:16px;
font-size:12px;
padding:6px 10px;
border-radius:999px;
background: rgba(34,211,238,.14);
border:1px solid rgba(34,211,238,.35);
}
.tinyNote{color:var(--muted2); margin-top:14px; font-size:12px}

/* FAQ */
.faq{max-width:820px}
.faq__item{
width:100%;
display:flex; justify-content:space-between; align-items:center;
text-align:left;
padding:16px 16px;
border-radius:16px;
border:1px solid var(--line);
background: rgba(255,255,255,.05);
color:rgba(234,240,255,.92);
cursor:pointer;
font-weight:700;
margin-bottom:10px;
}
.faq__panel{
padding:0 16px 16px 16px;
margin-top:-6px;
margin-bottom:12px;
color:var(--muted);
}
.faq__icon{font-size:18px; color:var(--muted)}

/* Contact */
.contact{
display:grid;
grid-template-columns: 1.05fr .95fr;
gap:16px;
align-items:start;
}
.contactCard{
margin-top:14px;
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius: var(--radius2);
padding:16px;
}
.contactRow{
display:grid;
grid-template-columns: 110px 1fr;
gap:12px;
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,.08);
}
.contactRow:last-child{border-bottom:0}
.contactLabel{color:var(--muted2); font-weight:700; font-size:13px}
.contactValue{color:rgba(234,240,255,.92)}
.note{
margin-top:14px;
padding:14px 16px;
border-radius: var(--radius);
border:1px solid rgba(255,255,255,.12);
background: rgba(52,211,153,.08);
color: rgba(234,240,255,.92);
}
.form{
background: rgba(255,255,255,.05);
border:1px solid var(--line);
border-radius: var(--radius2);
padding:16px;
}
.formRow{display:grid; gap:8px; margin-bottom:12px}
label{font-weight:700; font-size:13px; color:rgba(234,240,255,.92)}
input, textarea{
width:100%;
padding:12px 12px;
border-radius:14px;
border:1px solid rgba(255,255,255,.12);
background: rgba(11,16,32,.35);
color:var(--text);
outline:none;
}
input::placeholder, textarea::placeholder{color:rgba(234,240,255,.45)}
input:focus, textarea:focus{border-color: rgba(34,211,238,.45); box-shadow: 0 0 0 5px rgba(34,211,238,.10)}

.formRow--two{
grid-template-columns: 1fr 1fr;
gap:12px;
}
.error{
color: rgba(255,140,140,.95);
font-size:12px;
min-height:14px;
}
.formNote{margin:10px 0 0; color:var(--muted2); font-size:12px}

.toast{
margin-top:12px;
padding:12px 14px;
border-radius:14px;
border:1px solid rgba(52,211,153,.35);
background: rgba(52,211,153,.10);
color:rgba(234,240,255,.92);
}

/* Footer */
.footer{
padding:44px 0 26px;
border-top:1px solid rgba(255,255,255,.08);
background: rgba(0,0,0,.12);
}
.footer__inner{
display:grid;
grid-template-columns: 1.3fr .7fr .9fr;
gap:18px;
align-items:start;
}
.brand--footer .brand__mark{width:40px;height:40px;border-radius:14px}
.footer__col h4{margin:0 0 10px}
.footer__col a, .footer__col span{display:block; margin:10px 0; color:var(--muted)}
.footer__col a:hover{text-decoration:underline; color:rgba(234,240,255,.9)}
.footer__bottom{
margin-top:18px;
padding-top:16px;
border-top:1px solid rgba(255,255,255,.08);
display:flex; justify-content:space-between; align-items:center;
color:var(--muted2);
font-size:12px;
gap:12px;
}
.backTop{color:rgba(234,240,255,.85); font-weight:700}
.backTop:hover{text-decoration:underline}

/* Responsive */
@media (max-width: 980px){
.hero__grid{grid-template-columns: 1fr; gap:20px}
.hero__visual{min-height: 480px}
.cards{grid-template-columns: repeat(2, 1fr)}
.steps{grid-template-columns: repeat(2, 1fr)}
.split{grid-template-columns: 1fr}
.grid3{grid-template-columns: repeat(2, 1fr)}
.quotes{grid-template-columns: 1fr}
.pricing{grid-template-columns: 1fr}
.contact{grid-template-columns: 1fr}
}
@media (max-width: 720px){
.nav{
position:fixed;
inset: 110px 20px auto 20px;
display:none;
flex-direction:column;
gap:10px;
padding:14px;
border-radius: 18px;
background: rgba(11,16,32,.92);
border:1px solid rgba(255,255,255,.14);
box-shadow: var(--shadow);
}
.nav a{width:100%}
.burger{display:block}
.hero__proof{grid-template-columns: 1fr}
.section__head{flex-direction:column; align-items:flex-start}
.formRow--two{grid-template-columns: 1fr}
}

.productShowcase {
  padding: 100px 0;
  background: #f8fafc;
}

.center {
  text-align: center;
}

.showcaseGrid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  margin-top: 60px;
}

.showcaseImage img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,.15);
}

.showcaseText h3 {
  font-size: 28px;
  margin-bottom: 16px;
}


/* HEADER BASE */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header--glass {
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* INNER */
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* BRAND */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand__logo {
  background: linear-gradient(135deg,#2563eb,#4f46e5);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  letter-spacing: .5px;
}

.brand__text strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.brand__text small {
  font-size: 12px;
  color: #64748b;
}

/* NAV */
.nav {
  display: flex;
  gap: 28px;
}

.nav a {
  font-weight: 500;
  font-size: 14px;
  color: #0f172a;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width .25s ease;
}

.nav a:hover::after {
  width: 100%;
}

/* ACTIONS */
.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.trustBadge {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-weight: 600;
}

/* BUTTON */
.btn {
  background: linear-gradient(135deg,#2563eb,#4f46e5);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(37,99,235,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37,99,235,.35);
}

/* BURGER */
.burger {
  display: none;
  background: none;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav,
  .header__actions {
    display: none;
  }
  .burger {
    display: block;
  }
}

/* HEADER BASE */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header--glass {
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* INNER */
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* BRAND */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand__logo {
  background: linear-gradient(135deg,#2563eb,#4f46e5);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  letter-spacing: .5px;
}

.brand__text strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.brand__text small {
  font-size: 12px;
  color: #64748b;
}

/* NAV */
.nav {
  display: flex;
  gap: 28px;
}

.nav a {
  font-weight: 500;
  font-size: 14px;
  color: #0f172a;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width .25s ease;
}

.nav a:hover::after {
  width: 100%;
}

/* ACTIONS */
.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.trustBadge {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-weight: 600;
}

/* BUTTON */
.btn {
  background: linear-gradient(135deg,#2563eb,#4f46e5);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(37,99,235,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37,99,235,.35);
}

/* BURGER */
.burger {
  display: none;
  background: none;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav,
  .header__actions {
    display: none;
  }
  .burger {
    display: block;
  }
}


/* HAMBURGER BASE */
.burger {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, box-shadow .25s ease;
}

.burger:hover {
  background: #f8fafc;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

/* LINES */
.burger .line {
  width: 20px;
  height: 2px;
  background: #0f172a;
  display: block;
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}

.burger .line:not(:last-child) {
  margin-bottom: 5px;
}

/* ACTIVE STATE (X animation) */
.burger.active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.active .line:nth-child(2) {
  opacity: 0;
}

.burger.active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* SHOW ONLY ON MOBILE */
@media (max-width: 900px) {
  .burger {
    display: flex;
  }
}

    .story {
  padding: 100px 0;
  background: #ffffff;
}

.story--alt {
  background: #7567b6;
}

.story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.story__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0a3ca1;
  margin-bottom: 12px;
}

.story__text h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.story__text p {
  font-size: 17px;
  color: #0a45b9;
  margin-bottom: 20px;
}

.story__image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,.15);
}

/* Mobile */
@media (max-width: 900px) {
  .story__grid {
    grid-template-columns: 1fr;
  }
}

.story__text h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.story__text p {
  font-size: 18px;
  font-weight: 500;
  color: #011c42;
}

.story__tag {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: .12em;
}

.storyta {
font-size: 13px;
  font-weight: 800;
  color: #010db8;
  letter-spacing: .12em;

}


/* Burger Button */
.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.burger .line {
  width: 28px;
  height: 3px;
  background: #000;
  display: block;
  margin: 6px 0;
  transition: all 0.3s ease;
}

/* Animate burger into X */
.burger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active .line:nth-child(2) {
  opacity: 0;
}

.burger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu */
.mobileMenu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: none;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.mobileMenu a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: bold;
  color: #0b2545;
  border-bottom: 1px solid #eee;
}

.mobileMenu a:last-child {
  border-bottom: none;
}

/* Show menu */
.mobileMenu.show {
  display: flex;
}

/* Mobile only */
@media (max-width: 768px) {
  .burger {
    display: block;
  }
}



/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Hero section layout */
.heroContent {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* Image styling */
.heroImage img {
  width: 500px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.heroImage img:hover {
  transform: scale(1.05);
}

/* Text styling */
.heroText h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.heroText p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: #555;
}

.featuresList h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.featuresList ul {
  list-style: none;
  padding-left: 0;
}

.featuresList li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.featuresList li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #4CAF50;
}

/* Buttons */
.heroButtons {
  margin: 30px 0;
}

.btnPrimary {
  background: #0078D4;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 15px;
  transition: background 0.3s;
}

.btnPrimary:hover {
  background: #005ea2;
}

.btnSecondary {
  background: transparent;
  color: #0078D4;
  border: 2px solid #0078D4;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

.btnSecondary:hover {
  background: #0078D4;
  color: white;
}

/* Trust logos */
.trustLogos {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.trustLogos img {
  height: 40px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.trustLogos img:hover {
  opacity: 1;
}

/* Responsive for tablets (768px - 1024px) */
@media (max-width: 1024px) {
  .heroContent {
    gap: 40px;
  }

  .heroText h1 {
    font-size: 2.2rem;
  }

  .featuresList h3 {
    font-size: 1.3rem;
  }

  .heroButtons a {
    padding: 10px 25px;
  }
}

/* Responsive for mobile (up to 767px) */
@media (max-width: 767px) {
  .heroContent {
    flex-direction: column;
    text-align: center;
  }

  .heroText {
    order: -1; /* text appears first on mobile */
  }

  .heroText h1 {
    font-size: 2rem;
  }

  .heroText p {
    font-size: 1rem;
  }

  .featuresList h3 {
    font-size: 1.2rem;
  }

  .heroButtons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .heroButtons a {
    width: 100%;
    padding: 12px 0;
  }

  .trustLogos {
    justify-content: center;
    gap: 15px;
  }

  .heroImage img {
    width: 100%;
    max-width: 400px;
  }
}


/* Footer general styling */
.footer {
  background-color: #0b2545; /* Dark blue background */
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  padding: 60px 20px 20px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s;
}

.footer a:hover {
  color: #00bfa6; /* Bright accent color on hover */
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer__col h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.brand__mark {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
  color: #00bfa6;
}

.brand__text strong {
  display: block;
  font-size: 1.1rem;
}

.brand__text small {
  display: block;
  font-size: 0.85rem;
  color: #a0a0a0;
}

.muted {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin-top: 10px;
  display: block;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1a3a6b;
  padding-top: 20px;
  font-size: 0.9rem;
  flex-wrap: wrap;
  gap: 10px;
}

.backTop {
  background-color: #00bfa6;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.backTop:hover {
  background-color: #009d88;
}

/* Responsive - Tablets */
@media (max-width: 1024px) {
  .footer__inner {
    gap: 30px;
  }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .footer__col a {
    margin-bottom: 5px;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .backTop {
    width: fit-content;
    margin: 0 auto;
  }
}


.pricingSection {
  background: #f8fafc;
}

.center {
  text-align: center;
}

/* GRID */
.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 25px;
  margin-top: 40px;
}

/* CARD */
.priceCard {
  background: white;
  padding: 25px;
  border-radius: 15px;
  transition: 0.3s;
  border: 1px solid #eee;
}

.priceCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* FEATURED */
.priceCard--featured {
  border: 2px solid #00bfa6;
  transform: scale(1.03);
}

/* TAG */
.priceCard__tag {
  background: #00bfa6;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

/* TEXT */
.priceCard h3 {
  margin-bottom: 5px;
}

.muted {
  color: #64748b;
  font-size: 0.9rem;
}

/* NOTE */
.priceNote {
  margin: 15px 0;
  font-size: 0.9rem;
  color: #444;
}

.highlightNote {
  color: #00bfa6;
  font-weight: 600;
}

/* TRUST */
.pricingTrust {
  text-align: center;
  margin-top: 40px;
  color: #555;
}

.pricingTrust small {
  display: block;
  margin-top: 10px;
  color: #888;
}

/* MOBILE */
@media(max-width:768px){
  .priceCard--featured {
    transform: none;
  }
}


/* SECTION BACKGROUND */
.heroSection {
  background: linear-gradient(135deg, #0b2545, #0f3c78);
  padding: 100px 20px;
  color: white;
  position: relative;
  overflow: hidden;
}

/* GLOW EFFECT */
.heroSection::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #00bfa6;
  filter: blur(120px);
  top: -100px;
  left: -100px;
  opacity: 0.3;
}

/* LAYOUT */
.heroContent {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

/* IMAGE */
.heroImage {
  flex: 1;
  display: flex;
  justify-content: center;
}

.imageCard {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
  animation: float 5s ease-in-out infinite;
}

.imageCard img {
  width: 100%;
  max-width: 500px;
}

/* FLOATING CARD */
.floatingCard {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.floatingCard small {
  display: block;
  font-size: 0.75rem;
  color: #ddd;
}

/* TEXT */
.heroText {
  flex: 1;
}

.heroBadge {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-size: 0.85rem;
}

/* HEADLINE */
.heroText h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gradientText {
  background: linear-gradient(135deg,#00bfa6,#00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PARAGRAPH */
.heroText p {
  font-size: 1.1rem;
  color: #e2e8f0;
  margin-bottom: 25px;
}

/* FEATURES */
.featureItem {
  margin-bottom: 10px;
  font-weight: 500;
}

/* BUTTONS */
.heroButtons {
  margin-top: 25px;
}

.btnPrimary {
  background: linear-gradient(135deg,#00bfa6,#0078D4);
  padding: 12px 25px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.btnPrimary:hover {
  transform: translateY(-2px);
}

.btnSecondary {
  border: 2px solid white;
  padding: 12px 25px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.btnSecondary:hover {
  background: white;
  color: #0b2545;
}

/* FLOAT ANIMATION */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

/* MOBILE */
@media(max-width:768px){
  .heroContent {
    flex-direction: column;
    text-align: center;
  }

  .heroText h1 {
    font-size: 2rem;
  }

  .heroButtons a {
    display: block;
    margin-bottom: 10px;
  }
}

/* SECTION BACKGROUND */
.story {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  position: relative;
  overflow: hidden;
}

/* SOFT GLOW */
.story::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #00bfa6;
  filter: blur(120px);
  top: -50px;
  right: -50px;
  opacity: 0.2;
}

/* GRID */
.story__grid {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* IMAGE */
.story__image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.imageWrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.imageWrap img {
  width: 100%;
  max-width: 500px;
  transition: transform 0.4s ease;
}

/* IMAGE HOVER */
.imageWrap:hover img {
  transform: scale(1.08);
}

/* FLOATING BADGE */
.imageBadge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 0.9rem;
  backdrop-filter: blur(6px);
}

.imageBadge small {
  display: block;
  font-size: 0.75rem;
  color: #ddd;
}

/* TEXT */
.story__text {
  flex: 1;
}

/* TAG */
.story__tag {
  display: inline-block;
  background: #00bfa6;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-size: 0.8rem;
}

/* HEADLINE */
.story__text h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.gradientText {
  background: linear-gradient(135deg,#00bfa6,#0078D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PARAGRAPH */
.story__text p {
  color: #555;
  margin-bottom: 20px;
}

/* LIST */
.ticks {
  list-style: none;
  padding: 0;
}

.ticks li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.ticks li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00bfa6;
}

/* BUTTON */
.storyBtn {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(135deg,#00bfa6,#0078D4);
  color: white;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.storyBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* MOBILE */
@media(max-width:768px){
  .story__grid {
    flex-direction: column;
    text-align: center;
  }

  .story__text h2 {
    font-size: 1.8rem;
  }

  .storyBtn {
    width: 100%;
  }
}