:root{
  --blue-950:#0a49c7;
  --blue-900:#0c60e8;
  --blue-800:#1f78f4;
  --blue-700:#3d96ff;
  --blue-600:#69bcff;
  --blue-100:#eaf4ff;
  --blue-050:#f5f9ff;
  --bg:#edf5ff;
  --card:#ffffff;
  --line:#dbe8fb;
  --text:#152640;
  --muted:#667791;
  --success:#16a34a;
  --danger:#ef4444;
  --shadow:0 18px 45px rgba(17,72,182,.12);
  --shadow-strong:0 30px 70px rgba(9,84,220,.18);
  --radius-2xl:30px;
  --radius-xl:24px;
  --radius-lg:20px;
  --radius-md:16px;
  --radius-sm:12px;
  --container:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(108,188,255,.22), transparent 24%),
    linear-gradient(180deg, #0c63eb 0px, #2081f7 320px, #e9f4ff 320px, #f7fbff 100%);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.page-shell{min-height:100vh;display:flex;flex-direction:column}
.header{position:sticky;top:0;z-index:100;background:rgba(10,86,218,.86);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.12)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;position:relative}
.logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:900;font-size:23px}
.logo small{display:block;width:28px;height:10px;border-bottom:4px solid #fff;border-radius:999px;margin-top:-2px}
.nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.nav a{padding:10px 14px;border-radius:999px;color:rgba(255,255,255,.92);font-weight:700;font-size:14px;transition:.18s}
.nav a:hover,.nav a.active{background:rgba(255,255,255,.16);color:#fff}
.header-actions{display:flex;align-items:center;gap:10px}
.user-pill{display:none;padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-weight:800}
.btn{border:none;border-radius:14px;padding:12px 18px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:#fff;color:var(--blue-950);box-shadow:0 8px 24px rgba(255,255,255,.15)}
.btn-soft{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.2)}
.btn-ghost{background:#eef5ff;color:var(--blue-950)}
.btn-danger{background:var(--danger);color:#fff}
.btn-line{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.7)}
.icon-btn{width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:20px;display:grid;place-items:center}
.icon-btn.active{background:#fff0f4;color:#e11d48;border-color:#ffc7d2}
.menu-toggle{display:none;width:46px;height:46px;border:none;border-radius:14px;background:rgba(255,255,255,.16);color:#fff;font-size:22px}
.hero{padding:26px 0 18px}
.hero-box{
  position:relative;overflow:hidden;
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:28px;align-items:center;
  min-height:540px;
  background:linear-gradient(135deg,#0c5fdf 0%,#1571f1 42%,#39a6ff 100%);
  border-radius:36px;padding:34px 34px 28px;box-shadow:var(--shadow-strong)
}
.hero-box::before,.hero-box::after{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.08)}
.hero-box::before{width:420px;height:420px;right:-130px;top:-160px}
.hero-box::after{width:320px;height:320px;right:30px;bottom:-120px}
.hero-decor span{position:absolute;color:rgba(255,255,255,.16);font-size:40px;font-weight:700;user-select:none}
.hero-decor .d1{left:53%;top:18%}
.hero-decor .d2{left:57%;top:54%;font-size:26px}
.hero-decor .d3{right:5%;top:42%;font-size:30px}
.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-weight:800;margin-bottom:16px}
.hero-badge::before{content:"";width:8px;height:8px;border-radius:50%;background:#fff}
.hero-title{margin:0 0 12px;color:#fff;line-height:1.04;font-size:clamp(36px,4.6vw,58px);max-width:600px}
.hero-subtitle{margin:0 0 20px;color:rgba(255,255,255,.9);font-size:17px;line-height:1.72;max-width:560px}
.hero-copy{position:relative;z-index:2;max-width:620px;padding-right:4px}
.search-panel{background:#fff;border-radius:24px;padding:16px;box-shadow:0 18px 40px rgba(8,42,110,.16);max-width:610px}
.search-row{display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:18px;border:1px solid #e3edff;background:#f8fbff}
.search-row span{font-size:20px;color:#7c94bf}
.search-row input{flex:1;border:none;background:transparent;outline:none;color:var(--text)}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.chip{padding:10px 14px;border:none;border-radius:999px;background:#edf5ff;color:var(--blue-950);font-weight:800;cursor:pointer}
.chip.active{background:linear-gradient(135deg,var(--blue-950),var(--blue-800));color:#fff}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.hero-media{position:relative;min-height:450px;display:flex;align-items:flex-end;justify-content:flex-end;padding-right:8px}
.hero-media::before{content:"";position:absolute;left:50%;bottom:14px;transform:translateX(-50%);width:78%;height:34px;border-radius:50%;background:rgba(0,0,0,.14);filter:blur(10px)}
.hero-media::after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle at center, rgba(255,255,255,.22), rgba(255,255,255,.1) 42%, rgba(255,255,255,0) 72%);top:0;right:14px}
.mascot-image{position:relative;z-index:2;width:min(100%,500px);object-fit:contain;filter:drop-shadow(0 20px 30px rgba(10,35,98,.2));transform:none}
.float-card{position:absolute;z-index:3;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(10px);color:#fff;padding:14px 16px;border-radius:20px;box-shadow:0 14px 32px rgba(5,18,56,.14)}
.float-card strong{display:block;font-size:18px;line-height:1.15}
.float-card span{font-size:14px;color:rgba(255,255,255,.92)}
.fc-top{top:22px;right:8px}
.fc-bottom{left:0;bottom:26px}
.section{padding:22px 0 48px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}
.section-head h2{margin:0;font-size:40px;line-height:1.04}
.section-head p{margin:8px 0 0;color:var(--muted);max-width:760px;line-height:1.7}
.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:var(--card);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}
.service-card{display:flex;flex-direction:column;gap:14px;min-height:235px;transition:transform .2s ease,box-shadow .2s ease}
.service-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px rgba(17,72,182,.16)}
.service-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-950),var(--blue-800));color:#fff;font-size:26px;box-shadow:0 12px 28px rgba(20,95,220,.22)}
.service-card h3{margin:0;font-size:24px;line-height:1.15}
.service-card p{margin:0;color:var(--muted);line-height:1.62;flex:1}
.link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-950);font-weight:800}
.offer-card{display:flex;flex-direction:column;gap:12px;min-height:100%}
.badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.badge{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}
.blue{background:#e8f0ff;color:var(--blue-950)}
.green{background:#e9faef;color:#15945b}
.violet{background:#f1ebff;color:#6b46ff}
.orange{background:#fff3e5;color:#db8a06}
.red{background:#ffe9ea;color:#d73953}
.card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.card-title{margin:0;font-size:28px;line-height:1.1}
.card-desc{margin:0;color:var(--muted);line-height:1.65}
.meta{display:flex;gap:10px;flex-wrap:wrap;color:#687a94;font-size:14px}
.rating{font-size:14px;color:#50607b;font-weight:700}
.rating .star{color:#f59e0b}
.card-footer{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:14px;border-top:1px solid #edf2fb}
.author{font-size:14px;color:#607089}
.author strong{display:block;color:var(--text);font-size:16px}
.price{font-size:28px;font-weight:900;color:var(--blue-950);line-height:1}
.small{font-size:14px;color:var(--muted)}
.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.control{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 14px;box-shadow:var(--shadow)}
.control input,.control select{border:none;background:transparent;outline:none;color:var(--text);min-width:160px}
.feature-card{background:linear-gradient(180deg,#ffffff,#f7fbff);border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow)}
.feature-icon{width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#dcecff,#f4f9ff);display:grid;place-items:center;font-size:28px;color:var(--blue-950);margin-bottom:12px}
.feature-card h3{margin:0 0 8px;font-size:22px}
.feature-card p{margin:0;color:var(--muted);line-height:1.65}
.stat-bar{margin-top:18px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:28px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:var(--shadow)}
.stat-item{display:flex;align-items:center;gap:12px;padding:22px;border-right:1px solid #e8eefb}
.stat-item:last-child{border-right:none}
.stat-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-950),var(--blue-700));color:#fff;font-size:24px}
.stat-item strong{display:block;font-size:30px;line-height:1.1}
.stat-item span{display:block;color:var(--muted);font-size:14px}
.page-banner{position:relative;overflow:hidden;background:linear-gradient(135deg,#0c5fdf 0%,#1674f1 40%,#3aa7ff 100%);border-radius:32px;padding:28px;display:flex;justify-content:space-between;gap:20px;align-items:center;color:#fff;box-shadow:var(--shadow-strong)}
.page-banner::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;top:-100px;background:rgba(255,255,255,.1)}
.page-banner h1{margin:0;font-size:44px;line-height:1.03}
.page-banner p{margin:12px 0 0;color:rgba(255,255,255,.92);max-width:800px;line-height:1.75}
.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:14px;color:rgba(255,255,255,.88);margin-bottom:10px}
.mini-mascot{width:170px;position:relative;z-index:1;filter:drop-shadow(0 18px 28px rgba(17,72,182,.14))}
.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.kpi{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}
.kpi strong{display:block;font-size:40px;color:var(--blue-950);line-height:1.1}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.info-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}
.info-panel h3{margin:0 0 12px;font-size:24px}
.info-panel p,.info-panel li{margin:0;color:var(--muted);line-height:1.72}
.info-panel ul{margin:0;padding-left:20px}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.member-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:20px;box-shadow:var(--shadow);display:flex;gap:14px;align-items:flex-start}
.member-avatar{flex:0 0 56px;width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,var(--blue-950),var(--blue-700));display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px}
.member-card h4{margin:0 0 6px;font-size:18px;line-height:1.3}
.member-role{font-weight:800;color:var(--blue-950);font-size:14px;margin-bottom:8px}
.member-card p{margin:0;color:var(--muted);line-height:1.62;font-size:14px}
.empty{padding:26px;border-radius:24px;background:#fff;border:1px dashed #c9daf7;color:var(--muted);text-align:center}
.footer{margin-top:auto;background:linear-gradient(135deg,#0b56da,#1170ed 46%,#2d9cff 100%);color:#fff;padding:42px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 1.15fr;gap:18px}
.footer h4{margin:0 0 12px;font-size:18px}
.footer p,.footer li,.footer a{color:rgba(255,255,255,.9);line-height:1.7}
.footer ul{list-style:none;padding:0;margin:0}
.subscribe{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);padding:8px;border-radius:999px}
.subscribe input{flex:1;border:none;background:transparent;color:#fff;outline:none;padding:8px 10px}
.subscribe input::placeholder{color:rgba(255,255,255,.72)}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);font-size:14px;color:rgba(255,255,255,.88)}
.modal-backdrop{position:fixed;inset:0;background:rgba(10,19,42,.46);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:18px;z-index:200}
.modal-backdrop.show{display:flex}
.modal{width:min(560px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 25px 65px rgba(5,15,40,.25)}
.modal-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px}
.modal-head h3{margin:0;font-size:30px}
.close-btn{width:40px;height:40px;border:none;border-radius:12px;background:#eef5ff;color:var(--blue-950);font-size:20px;cursor:pointer}
.form-grid{display:grid;gap:14px}
.field{display:grid;gap:8px}
.field label{font-weight:800}
.field input,.field textarea,.field select{padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#f7fbff;outline:none}
.field textarea{min-height:110px;resize:vertical}
.form-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.notice{display:none;margin-top:10px;padding:13px 15px;border-radius:16px;background:#eafaf0;color:var(--success);font-weight:800}
.notice.show{display:block}
.helper{font-size:14px;color:var(--muted)}
@media (max-width:1120px){
  .hero-box{grid-template-columns:1fr;gap:8px;padding:28px 28px 22px}
  .hero-media{min-height:420px}
  .grid-5{grid-template-columns:repeat(3,1fr)}
  .grid-4,.grid-3,.kpi-grid,.info-grid,.team-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}
  .stat-bar{grid-template-columns:repeat(2,1fr)}
  .stat-item:nth-child(2){border-right:none}
  .stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid #e8eefb}
}
@media (max-width:860px){
  .menu-toggle{display:grid;place-items:center}
  .nav{display:none;position:absolute;left:0;right:0;top:72px;background:#0f67eb;border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .nav.show{display:flex}
  .header-actions .btn[data-login],.header-actions .btn[data-register]{display:none}
  .page-banner{flex-direction:column;align-items:flex-start}
}
@media (max-width:680px){
  .container{width:min(var(--container),calc(100% - 20px))}
  .hero-box,.search-panel,.card,.page-banner,.info-panel,.kpi,.modal{padding:18px}
  .section-head,.card-footer,.footer-bottom{flex-direction:column;align-items:flex-start}
  .grid-5,.grid-4,.grid-3,.kpi-grid,.info-grid,.team-grid,.footer-grid,.stat-bar{grid-template-columns:1fr}
  .stat-item{border-right:none!important;border-bottom:1px solid #e8eefb}
  .stat-item:last-child{border-bottom:none}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-title{font-size:34px}
  .section-head h2,.page-banner h1{font-size:32px}
  .hero-media{min-height:340px}
  .mascot-image{max-width:360px}
  .fc-top,.fc-bottom{display:none}
}


/* Clean homepage redesign */
.clean-hero{
  padding:34px 0 28px;
}
.clean-hero-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  gap:34px;
  align-items:center;
  min-height:560px;
  border-radius:36px;
  padding:42px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255,255,255,.18), transparent 28%),
    radial-gradient(circle at 14% 85%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(135deg,#0b55d8 0%,#1371f2 48%,#35a7ff 100%);
  box-shadow:0 30px 70px rgba(9,84,220,.22);
}
.clean-hero-card::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-140px;
  top:-140px;
  background:rgba(255,255,255,.08);
}
.clean-hero-card::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  border-radius:50%;
  left:-150px;
  bottom:-160px;
  background:rgba(255,255,255,.08);
}
.clean-hero-copy{
  position:relative;
  z-index:2;
}
.clean-hero .hero-title{
  max-width:640px;
  font-size:clamp(40px,4.4vw,62px);
  line-height:1.02;
}
.clean-hero .hero-subtitle{
  max-width:610px;
}
.clean-search{
  max-width:650px;
}
.clean-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
  max-width:650px;
}
.clean-proof div{
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  backdrop-filter:blur(8px);
}
.clean-proof strong{
  display:block;
  font-size:24px;
  line-height:1.1;
}
.clean-proof span{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:rgba(255,255,255,.84);
}
.clean-mascot-panel{
  position:relative;
  z-index:2;
  align-self:stretch;
  min-height:470px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:32px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.18);
}
.clean-mascot-panel::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:42px;
  transform:translateX(-50%);
  width:72%;
  height:42px;
  border-radius:50%;
  background:rgba(3,20,75,.18);
  filter:blur(13px);
}
.clean-orbit{
  position:absolute;
  width:78%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.22),rgba(255,255,255,.08) 48%,transparent 70%);
}
.clean-mascot{
  position:relative;
  z-index:2;
  width:min(92%,470px);
  max-height:455px;
  object-fit:contain;
  filter:drop-shadow(0 22px 34px rgba(4,22,75,.23));
}
.clean-service-section{
  padding-top:8px;
}
@media (max-width:1100px){
  .clean-hero-card{
    grid-template-columns:1fr;
    min-height:auto;
    padding:32px;
  }
  .clean-mascot-panel{
    min-height:380px;
  }
  .clean-mascot{
    width:min(74%,430px);
    max-height:360px;
  }
}
@media (max-width:720px){
  .clean-hero{
    padding-top:20px;
  }
  .clean-hero-card{
    padding:20px;
    border-radius:28px;
    gap:22px;
  }
  .clean-hero .hero-title{
    font-size:34px;
  }
  .clean-proof{
    grid-template-columns:1fr;
  }
  .clean-mascot-panel{
    min-height:290px;
  }
  .clean-mascot{
    width:min(90%,320px);
    max-height:280px;
  }
}


/* v6 homepage redesign */
.v6-hero{
  padding:36px 0 24px;
}
.v6-hero-grid{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:36px;
  align-items:center;
  border-radius:38px;
  padding:46px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.20), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(135deg,#0750cf 0%,#126ef0 48%,#35a7ff 100%);
  box-shadow:0 30px 75px rgba(8,74,210,.24);
}
.v6-hero-grid::before{
  content:"";
  position:absolute;
  right:-120px;
  top:-130px;
  width:380px;
  height:380px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.v6-hero-grid::after{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-140px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.v6-copy{
  position:relative;
  z-index:2;
}
.v6-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-weight:850;
  margin-bottom:18px;
}
.v6-badge::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff;
}
.v6-copy h1{
  margin:0;
  max-width:680px;
  color:#fff;
  font-size:clamp(42px,4.9vw,68px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.v6-copy p{
  margin:18px 0 0;
  max-width:620px;
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.72;
}
.v6-search{
  margin-top:26px;
  max-width:660px;
  padding:16px;
  border-radius:26px;
  background:#fff;
  box-shadow:0 22px 46px rgba(7,36,105,.16);
}
.v6-search-row{
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px 16px;
  border-radius:18px;
  border:1px solid #deebff;
  background:#f8fbff;
}
.v6-search-row span{
  color:#7c94bf;
  font-size:22px;
}
.v6-search-row input{
  flex:1;
  border:none;
  outline:none;
  background:transparent;
  color:var(--text);
}
.v6-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.v6-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}
.v6-visual{
  position:relative;
  z-index:2;
  align-self:stretch;
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.v6-visual-card{
  position:relative;
  width:100%;
  max-width:520px;
  min-height:470px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.22);
}
.v6-visual-card::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:48px;
  transform:translateX(-50%);
  width:72%;
  height:42px;
  border-radius:50%;
  background:rgba(3,20,75,.18);
  filter:blur(14px);
}
.v6-visual-card::after{
  content:"";
  position:absolute;
  width:80%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.22),rgba(255,255,255,.07) 48%,transparent 72%);
}
.v6-mascot{
  position:relative;
  z-index:2;
  width:min(88%,455px);
  max-height:445px;
  object-fit:contain;
  filter:drop-shadow(0 24px 34px rgba(4,22,75,.24));
}
.v6-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:18px;
}
.v6-stats div{
  padding:20px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.v6-stats strong{
  display:block;
  color:var(--blue-950);
  font-size:30px;
  line-height:1.1;
}
.v6-stats span{
  display:block;
  margin-top:6px;
  color:var(--muted);
}
.v6-services{
  padding-top:16px;
}
.v6-service-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.v6-service-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:250px;
  padding:22px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  transition:.2s ease;
}
.v6-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 48px rgba(17,72,182,.16);
}
.v6-service-card h3{
  margin:0;
  font-size:24px;
}
.v6-service-card p{
  margin:0;
  color:var(--muted);
  line-height:1.62;
  flex:1;
}
.v6-service-card span{
  color:var(--blue-950);
  font-weight:850;
}
.v6-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.v6-steps div{
  padding:26px;
  border-radius:30px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.v6-steps b{
  display:inline-flex;
  margin-bottom:28px;
  color:var(--blue-950);
  font-size:34px;
}
.v6-steps h3{
  margin:0 0 10px;
  font-size:26px;
}
.v6-steps p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.v6-trust{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(135deg,#0b55d8,#1681f4 60%,#46b7ff);
  box-shadow:var(--shadow-strong);
  color:#fff;
}
.v6-trust h2{
  margin:0;
  font-size:40px;
  line-height:1.06;
}
.v6-trust p{
  color:rgba(255,255,255,.88);
  line-height:1.7;
}
.v6-trust-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.v6-trust-grid div{
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
}
.v6-trust-grid strong{
  font-size:30px;
}
.v6-trust-grid h3{
  margin:8px 0 6px;
}
.v6-trust-grid p{
  margin:0;
  font-size:14px;
}
@media (max-width:1120px){
  .v6-hero-grid{
    grid-template-columns:1fr;
    padding:34px;
  }
  .v6-visual{
    min-height:360px;
  }
  .v6-visual-card{
    min-height:350px;
  }
  .v6-mascot{
    width:min(70%,380px);
    max-height:330px;
  }
  .v6-service-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .v6-stats{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:760px){
  .v6-hero{
    padding-top:20px;
  }
  .v6-hero-grid{
    padding:20px;
    border-radius:28px;
    gap:22px;
  }
  .v6-copy h1{
    font-size:34px;
  }
  .v6-copy p{
    font-size:16px;
  }
  .v6-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .v6-visual{
    min-height:280px;
  }
  .v6-visual-card{
    min-height:270px;
  }
  .v6-mascot{
    width:min(88%,300px);
    max-height:260px;
  }
  .v6-stats,
  .v6-service-grid,
  .v6-steps,
  .v6-trust,
  .v6-trust-grid{
    grid-template-columns:1fr;
  }
  .v6-trust{
    padding:22px;
  }
  .v6-trust h2{
    font-size:30px;
  }
}


/* v7 premium homepage polish */
.v7-hero{
  padding:38px 0 22px;
}
.v7-hero-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  gap:40px;
  align-items:center;
  min-height:610px;
  padding:48px;
  border-radius:42px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(8,77,202,.96),rgba(18,113,242,.97) 45%,rgba(52,169,255,.96)),
    radial-gradient(circle at 80% 14%,rgba(255,255,255,.22),transparent 24%);
  box-shadow:0 34px 90px rgba(8,74,210,.26);
}
.v7-hero-card::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-180px;
  top:-180px;
  border-radius:50%;
  background:rgba(255,255,255,.09);
}
.v7-hero-card::after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  left:-130px;
  bottom:-140px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.v7-hero-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(6px);
  pointer-events:none;
}
.v7-glow-one{
  width:220px;
  height:220px;
  left:44%;
  top:9%;
  background:rgba(255,255,255,.10);
}
.v7-glow-two{
  width:140px;
  height:140px;
  right:10%;
  bottom:14%;
  background:rgba(255,255,255,.10);
}
.v7-copy{
  position:relative;
  z-index:3;
}
.v7-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-weight:850;
  margin-bottom:20px;
}
.v7-kicker span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff;
}
.v7-copy h1{
  margin:0;
  max-width:690px;
  font-size:clamp(43px,4.8vw,70px);
  line-height:1.01;
  letter-spacing:-.045em;
  color:#fff;
}
.v7-copy p{
  margin:20px 0 0;
  max-width:650px;
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.72;
}
.v7-search{
  margin-top:28px;
  padding:16px;
  max-width:690px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 50px rgba(7,31,90,.18);
}
.v7-search-main{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  padding:8px 8px 8px 16px;
  border-radius:20px;
  background:#f6faff;
  border:1px solid #deebff;
}
.v7-search-icon{
  color:#7896c2;
  font-size:22px;
}
.v7-search-main input{
  min-width:0;
  border:none;
  outline:none;
  background:transparent;
  color:var(--text);
  font-size:16px;
}
.v7-search-btn{
  border:none;
  border-radius:16px;
  padding:13px 20px;
  background:linear-gradient(135deg,var(--blue-950),var(--blue-800));
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.v7-chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:12px;
}
.v7-hero-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
}
.v7-link-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
  padding:12px 0;
}
.v7-dark-link{
  color:var(--blue-950);
}
.v7-visual{
  position:relative;
  z-index:3;
  min-height:510px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.v7-mascot-card{
  position:relative;
  width:100%;
  max-width:520px;
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:38px;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,255,255,.28),rgba(255,255,255,.08) 46%,transparent 74%),
    linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.22);
}
.v7-mascot-card::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:45px;
  transform:translateX(-50%);
  width:72%;
  height:42px;
  border-radius:50%;
  background:rgba(4,21,74,.18);
  filter:blur(14px);
}
.v7-mascot{
  position:relative;
  z-index:2;
  width:min(88%,455px);
  max-height:455px;
  object-fit:contain;
  filter:drop-shadow(0 26px 36px rgba(4,22,75,.24));
}
.v7-floating{
  position:absolute;
  z-index:4;
  padding:15px 17px;
  border-radius:22px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(12px);
  box-shadow:0 18px 34px rgba(5,22,70,.16);
}
.v7-floating strong{
  display:block;
  font-size:22px;
}
.v7-floating span{
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.88);
  font-size:13px;
}
.v7-floating-top{
  top:46px;
  right:-2px;
}
.v7-floating-bottom{
  left:-8px;
  bottom:62px;
}
.v7-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:18px;
}
.v7-stats article{
  padding:22px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.v7-stats strong{
  display:block;
  color:var(--blue-950);
  font-size:32px;
  line-height:1.05;
}
.v7-stats span{
  display:block;
  margin-top:7px;
  color:var(--muted);
}
.v7-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}
.v7-section-head span{
  display:inline-flex;
  margin-bottom:8px;
  color:var(--blue-950);
  font-weight:900;
}
.v7-section-head h2{
  margin:0;
  max-width:760px;
  font-size:42px;
  line-height:1.04;
  letter-spacing:-.025em;
}
.v7-section-head p{
  max-width:460px;
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.v7-bento{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:18px;
}
.v7-bento-card{
  min-height:245px;
  padding:24px;
  border-radius:30px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:14px;
  transition:.22s ease;
}
.v7-bento-card:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 54px rgba(17,72,182,.17);
}
.v7-bento-large{
  grid-row:span 2;
  min-height:508px;
  background:
    radial-gradient(circle at 80% 15%,rgba(35,144,255,.16),transparent 28%),
    linear-gradient(180deg,#fff,#eef6ff);
}
.v7-bento-card h3{
  margin:0;
  font-size:25px;
  line-height:1.15;
}
.v7-bento-large h3{
  font-size:34px;
}
.v7-bento-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  flex:1;
}
.v7-bento-card span{
  color:var(--blue-950);
  font-weight:900;
}
.v7-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.v7-steps article{
  position:relative;
  overflow:hidden;
  padding:28px;
  border-radius:32px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.v7-steps article::after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-45px;
  top:-45px;
  border-radius:50%;
  background:rgba(35,144,255,.08);
}
.v7-steps b{
  display:inline-flex;
  color:var(--blue-950);
  font-size:36px;
  margin-bottom:36px;
}
.v7-steps h3{
  margin:0 0 10px;
  font-size:26px;
}
.v7-steps p{
  margin:0;
  color:var(--muted);
  line-height:1.72;
}
.v7-offers-grid .offer-card{
  transition:.22s ease;
}
.v7-offers-grid .offer-card:hover{
  transform:translateY(-4px);
}
.v7-trust-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:center;
  padding:38px;
  border-radius:38px;
  color:#fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.18),transparent 24%),
    linear-gradient(135deg,#0750cf,#1375f1 55%,#35a7ff);
  box-shadow:var(--shadow-strong);
}
.v7-trust-card > div > span{
  display:inline-flex;
  margin-bottom:10px;
  color:rgba(255,255,255,.88);
  font-weight:900;
}
.v7-trust-card h2{
  margin:0;
  max-width:560px;
  font-size:42px;
  line-height:1.05;
  letter-spacing:-.025em;
}
.v7-trust-card p{
  color:rgba(255,255,255,.88);
  line-height:1.72;
}
.v7-trust-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.v7-trust-grid article{
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
}
.v7-trust-grid strong{
  font-size:30px;
}
.v7-trust-grid h3{
  margin:10px 0 6px;
}
.v7-trust-grid p{
  margin:0;
  font-size:14px;
}
.v7-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:34px;
  border-radius:34px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.v7-cta h2{
  margin:0;
  font-size:36px;
}
.v7-cta p{
  margin:8px 0 0;
  color:var(--muted);
}
.v7-cta .btn-primary{
  background:linear-gradient(135deg,var(--blue-950),var(--blue-800));
  color:#fff;
}
.v7-cta .v7-link-btn{
  color:var(--blue-950);
}
.v7-cta-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
@media (max-width:1120px){
  .v7-hero-card{
    grid-template-columns:1fr;
    min-height:auto;
    padding:34px;
  }
  .v7-visual{
    min-height:390px;
  }
  .v7-mascot-card{
    min-height:370px;
  }
  .v7-mascot{
    width:min(70%,380px);
    max-height:340px;
  }
  .v7-bento{
    grid-template-columns:1fr 1fr;
  }
  .v7-bento-large{
    grid-row:auto;
    grid-column:span 2;
    min-height:300px;
  }
  .v7-stats,.v7-steps,.v7-trust-card{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:760px){
  .v7-hero{
    padding-top:20px;
  }
  .v7-hero-card{
    padding:20px;
    border-radius:30px;
    gap:24px;
  }
  .v7-copy h1{
    font-size:36px;
  }
  .v7-copy p{
    font-size:16px;
  }
  .v7-search-main{
    grid-template-columns:auto 1fr;
  }
  .v7-search-btn{
    grid-column:1 / -1;
  }
  .v7-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .v7-visual{
    min-height:290px;
  }
  .v7-mascot-card{
    min-height:280px;
  }
  .v7-mascot{
    width:min(86%,300px);
    max-height:260px;
  }
  .v7-floating{
    display:none;
  }
  .v7-stats,.v7-bento,.v7-steps,.v7-trust-card,.v7-trust-grid{
    grid-template-columns:1fr;
  }
  .v7-bento-large{
    grid-column:auto;
    min-height:245px;
  }
  .v7-section-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .v7-section-head h2,
  .v7-trust-card h2{
    font-size:32px;
  }
  .v7-trust-card,.v7-cta{
    padding:22px;
  }
  .v7-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* Blue ↔ White gradient theme */
body{
  background:
    radial-gradient(circle at 12% 8%, rgba(60,150,255,.28), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.95), transparent 26%),
    linear-gradient(135deg,#0b5fe8 0%,#2f9cff 28%,#dff1ff 58%,#ffffff 100%);
  background-attachment:fixed;
}
.header{
  background:linear-gradient(90deg,rgba(9,81,208,.92),rgba(45,151,255,.78),rgba(255,255,255,.82));
  border-bottom:1px solid rgba(255,255,255,.32);
}
.nav a{
  color:rgba(255,255,255,.95);
}
.nav a:hover,
.nav a.active{
  background:rgba(255,255,255,.22);
  color:#fff;
}
.header-actions .btn-soft{
  background:rgba(255,255,255,.20);
  color:#fff;
}
.header-actions .btn-primary{
  background:#fff;
  color:var(--blue-950);
}
.v7-hero-card,
.hero-box,
.clean-hero-card,
.v6-hero-grid{
  background:
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.36), transparent 26%),
    radial-gradient(circle at 10% 88%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg,#0750cf 0%,#1682f5 38%,#9fd8ff 68%,#ffffff 100%) !important;
  color:#fff;
}
.v7-hero-card::before,
.v7-hero-card::after{
  background:rgba(255,255,255,.18);
}
.v7-mascot-card,
.v6-visual-card,
.clean-mascot-panel,
.hero-media{
  background:
    radial-gradient(circle at center,rgba(255,255,255,.80),rgba(255,255,255,.28) 44%,rgba(255,255,255,.08) 75%);
  border-color:rgba(255,255,255,.45);
}
.v7-floating,
.float-card{
  background:rgba(255,255,255,.28);
  border-color:rgba(255,255,255,.42);
}
.v7-stats article,
.card,
.v7-bento-card,
.v7-steps article,
.v7-cta,
.feature-card,
.service-card,
.offer-card,
.info-panel,
.kpi,
.member-card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(235,246,255,.92));
  border-color:rgba(205,227,255,.85);
}
.v7-section-head span,
.link,
.v7-dark-link,
.v7-bento-card span,
.v6-service-card span{
  color:#0750cf;
}
.v7-trust-card,
.page-banner{
  background:
    radial-gradient(circle at 86% 10%,rgba(255,255,255,.35),transparent 26%),
    linear-gradient(135deg,#0750cf 0%,#1480f5 46%,#9fd8ff 78%,#ffffff 100%) !important;
}
.footer{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.24),transparent 26%),
    linear-gradient(135deg,#0750cf 0%,#1682f5 48%,#9fd8ff 78%,#ffffff 100%);
}
.footer h4,
.footer p,
.footer li,
.footer a,
.footer-bottom{
  color:rgba(255,255,255,.96);
}
.footer .logo{
  color:#fff;
}
.footer .btn-primary{
  background:#fff;
  color:var(--blue-950);
}
.footer-bottom{
  border-top-color:rgba(255,255,255,.28);
}
.v7-search,
.search-panel,
.v6-search,
.clean-search{
  background:linear-gradient(180deg,#ffffff,#eef7ff);
}
.chip{
  background:#eaf4ff;
  color:#0750cf;
}
.chip.active{
  background:linear-gradient(135deg,#0750cf,#1682f5);
  color:#fff;
}
.btn-primary{
  background:linear-gradient(135deg,#0750cf,#1682f5);
  color:#fff;
}
.v7-hero-card .btn-primary,
.hero-box .btn-primary,
.clean-hero-card .btn-primary,
.v6-hero-grid .btn-primary{
  background:#fff;
  color:#0750cf;
}
.btn-line{
  border-color:rgba(255,255,255,.78);
  color:#fff;
}
@media (max-width:860px){
  .nav{
    background:linear-gradient(135deg,#0750cf,#1682f5,#9fd8ff);
  }
}


/* Darker blue-white gradient correction */
body{
  background:
    radial-gradient(circle at 12% 8%, rgba(32,112,230,.22), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(255,255,255,.70), transparent 25%),
    linear-gradient(135deg,#063b9f 0%,#0b5ed7 32%,#6bb7f2 64%,#f4f9ff 100%) !important;
  background-attachment:fixed;
}
.header{
  background:linear-gradient(90deg,rgba(5,55,150,.94),rgba(10,94,215,.86),rgba(190,224,255,.70)) !important;
  border-bottom:1px solid rgba(255,255,255,.22);
}
.v7-hero-card,
.hero-box,
.clean-hero-card,
.v6-hero-grid{
  background:
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.22), transparent 25%),
    radial-gradient(circle at 10% 88%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(135deg,#05358f 0%,#0753c7 38%,#2d91ec 68%,#d9efff 100%) !important;
  box-shadow:0 34px 90px rgba(5,47,135,.30) !important;
}
.v7-trust-card,
.page-banner{
  background:
    radial-gradient(circle at 86% 10%,rgba(255,255,255,.20),transparent 26%),
    linear-gradient(135deg,#05358f 0%,#0753c7 46%,#2d91ec 78%,#d9efff 100%) !important;
}
.footer{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.18),transparent 26%),
    linear-gradient(135deg,#05358f 0%,#0753c7 48%,#2d91ec 78%,#d9efff 100%) !important;
}
.v7-mascot-card,
.v6-visual-card,
.clean-mascot-panel,
.hero-media{
  background:
    radial-gradient(circle at center,rgba(255,255,255,.58),rgba(255,255,255,.20) 44%,rgba(255,255,255,.06) 75%) !important;
  border-color:rgba(255,255,255,.30) !important;
}
.v7-floating,
.float-card{
  background:rgba(255,255,255,.20) !important;
  border-color:rgba(255,255,255,.30) !important;
}
.v7-stats article,
.card,
.v7-bento-card,
.v7-steps article,
.v7-cta,
.feature-card,
.service-card,
.offer-card,
.info-panel,
.kpi,
.member-card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(231,242,255,.94)) !important;
  border-color:rgba(181,211,248,.88) !important;
}
.btn-primary{
  background:linear-gradient(135deg,#05358f,#0753c7) !important;
  color:#fff !important;
}
.v7-hero-card .btn-primary,
.hero-box .btn-primary,
.clean-hero-card .btn-primary,
.v6-hero-grid .btn-primary{
  background:#fff !important;
  color:#05358f !important;
}
.chip.active{
  background:linear-gradient(135deg,#05358f,#0753c7) !important;
}
.v7-search-btn{
  background:linear-gradient(135deg,#05358f,#0753c7) !important;
}
.v7-section-head span,
.link,
.v7-dark-link,
.v7-bento-card span,
.v6-service-card span{
  color:#05358f !important;
}
.price,
.v7-stats strong,
.kpi strong{
  color:#05358f !important;
}
@media (max-width:860px){
  .nav{
    background:linear-gradient(135deg,#05358f,#0753c7,#2d91ec) !important;
  }
}


/* Readability fix: every text block must have enough contrast */
.section-head,
.v7-section-head{
  padding:22px 24px;
  border-radius:28px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(190,215,248,.88);
  box-shadow:0 18px 42px rgba(5,47,135,.12);
  backdrop-filter:blur(10px);
}
.section-head h2,
.v7-section-head h2{
  color:#062b73 !important;
  text-shadow:none !important;
}
.section-head p,
.v7-section-head p{
  color:#465b78 !important;
  text-shadow:none !important;
}
.v7-section-head span{
  color:#0753c7 !important;
}
.v7-dark-link{
  color:#0753c7 !important;
}

/* Keep big blue blocks readable */
.v7-hero-card,
.hero-box,
.clean-hero-card,
.v6-hero-grid,
.v7-trust-card,
.page-banner{
  color:#fff !important;
}
.v7-hero-card h1,
.v7-hero-card p,
.hero-box h1,
.hero-box p,
.clean-hero-card h1,
.clean-hero-card p,
.v6-hero-grid h1,
.v6-hero-grid p,
.v7-trust-card h2,
.v7-trust-card p,
.page-banner h1,
.page-banner p{
  color:#fff !important;
  text-shadow:0 2px 10px rgba(2,20,70,.16);
}
.v7-trust-card > div > span,
.breadcrumbs{
  color:rgba(255,255,255,.92) !important;
}

/* Make cards and forms consistently readable */
.card,
.v7-bento-card,
.v7-steps article,
.v7-cta,
.feature-card,
.service-card,
.offer-card,
.info-panel,
.kpi,
.member-card,
.v7-stats article,
.control,
.filters .control,
.v7-search,
.search-panel,
.v6-search,
.clean-search{
  color:#152640 !important;
}
.card p,
.v7-bento-card p,
.v7-steps p,
.v7-cta p,
.feature-card p,
.service-card p,
.offer-card p,
.info-panel p,
.info-panel li,
.member-card p,
.small,
.meta,
.author,
.card-desc,
.v7-stats span{
  color:#53667f !important;
}

/* Footer should not fade into white anymore */
.footer{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.12),transparent 26%),
    linear-gradient(135deg,#042a78 0%,#053f9e 44%,#0753c7 100%) !important;
}
.footer h4,
.footer p,
.footer li,
.footer a,
.footer-bottom{
  color:rgba(255,255,255,.94) !important;
}
.footer-bottom{
  border-top-color:rgba(255,255,255,.22) !important;
}

/* Header should stay readable on all screen sizes */
.header{
  background:linear-gradient(90deg,rgba(4,42,120,.96),rgba(7,83,199,.92),rgba(16,113,230,.88)) !important;
}
.nav a{
  color:rgba(255,255,255,.95) !important;
}
.nav a:hover,
.nav a.active{
  color:#fff !important;
  background:rgba(255,255,255,.18) !important;
}
.header-actions .btn-soft{
  color:#fff !important;
  background:rgba(255,255,255,.16) !important;
}
.header-actions .btn-primary{
  color:#05358f !important;
  background:#fff !important;
}

/* If a link button appears on a light panel, keep it dark blue */
.v7-cta .v7-link-btn{
  color:#0753c7 !important;
}
