:root{
  --bg0:#07111f;
  --bg1:#0b1527;
  --bg2:#101c31;
  --surface:rgba(11,21,39,.78);
  --surface-2:rgba(15,24,43,.62);
  --surface-3:rgba(255,255,255,.04);
  --text:#f8fbff;
  --muted:#b9c6da;
  --line:rgba(255,255,255,.09);
  --line-strong:rgba(255,255,255,.16);
  --brand:#2dd4bf;
  --brand-2:#38bdf8;
  --brand-3:#22c55e;
  --brand-4:#a78bfa;
  --warning:#f59e0b;
  --shadow:0 24px 70px rgba(0,0,0,.34);
  --radius:22px;
  --radius-lg:30px;
  --max:1320px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--text);
  background:
    radial-gradient(1100px 680px at 8% -10%, rgba(45,212,191,.16), transparent 60%),
    radial-gradient(1000px 620px at 100% 5%, rgba(56,189,248,.16), transparent 55%),
    radial-gradient(900px 520px at 40% 120%, rgba(167,139,250,.12), transparent 58%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 42%, var(--bg2));
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.page-shell{min-height:100vh;display:flex;flex-direction:column}
.container-pro{max-width:var(--max);margin:0 auto;padding:0 22px}
.section{padding:92px 0}
.section.compact{padding:68px 0}
.section-title{
  font-size:clamp(2rem,4vw,2.9rem);
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:900;
  margin:0 0 14px;
}
.section-sub{
  margin:0;
  color:var(--muted);
  max-width:920px;
  font-size:1.05rem;
  line-height:1.75;
}
.eyebrow,.kicker{
  display:inline-flex;
  align-items:center;
  gap:.62rem;
  padding:.58rem .96rem;
  border-radius:999px;
  border:1px solid rgba(56,189,248,.22);
  background:rgba(56,189,248,.08);
  color:#eef8ff;
  font-size:.92rem;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.topbar{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(18px);
  background:rgba(6,10,20,.72);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.navbar-pro{min-height:84px}
.navbar-pro .container-pro{display:flex;align-items:center;justify-content:space-between;gap:14px}
.brand-link{
  display:flex;align-items:center;gap:14px;
  min-width:0;
  flex:0 0 auto;
}
.brand-link img{
  width:48px;height:48px;object-fit:contain;border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.brand-meta{display:flex;flex-direction:column;line-height:1.04;min-width:0}
.brand-meta > span{font-size:1.06rem;font-weight:800;white-space:nowrap;letter-spacing:-.02em}
.brand-meta small{font-size:.74rem;font-weight:700;color:var(--muted);white-space:nowrap;letter-spacing:.02em}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.84)!important}
.navbar-dark .navbar-nav .nav-link:hover{color:#fff!important}
.navbar-pro .navbar-collapse{justify-content:flex-end;flex:1 1 auto;min-width:0}
.navbar-pro .navbar-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:8px;row-gap:8px;min-width:0}
.navbar-pro .nav-item{flex:0 0 auto}
.nav-pill{
  display:inline-flex;align-items:center;gap:.56rem;
  min-height:46px;
  padding:.52rem .92rem!important;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  font-weight:700;
  font-size:.95rem;
  line-height:1;
  white-space:nowrap;
  transition:transform .14s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.nav-pill:hover,.nav-pill:focus{
  transform:translateY(-1px);
  background:rgba(255,255,255,.07);
  border-color:var(--line-strong);
  box-shadow:0 8px 26px rgba(0,0,0,.16);
}
.nav-pill.brand-cta{
  background:linear-gradient(180deg, rgba(56,189,248,.18), rgba(14,116,144,.18));
  border-color:rgba(56,189,248,.28);
}
.nav-pill.active-soft{
  background:linear-gradient(180deg, rgba(45,212,191,.18), rgba(56,189,248,.12));
  border-color:rgba(45,212,191,.28);
}
.dot{width:9px;height:9px;border-radius:50%;display:inline-block;box-shadow:0 0 0 3px rgba(255,255,255,.04)}
.dot.blue{background:var(--brand-2)}
.dot.green{background:var(--brand-3)}
.dot.purple{background:var(--brand-4)}
.dot.orange{background:var(--warning)}
.dot.teal{background:var(--brand)}
.dropdown-menu.dropdown-menu-dark{
  background:rgba(7,13,24,.98);
  border:1px solid var(--line);
  border-radius:18px;
  padding:.6rem;
  box-shadow:var(--shadow);
}
.dropdown-menu .dropdown-item{border-radius:12px;color:rgba(255,255,255,.84);padding:.68rem .82rem}
.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{background:rgba(255,255,255,.08);color:#fff}
.dropdown-menu .dropdown-item.active{background:rgba(45,212,191,.14)}

.hero{padding:92px 0 46px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}
.hero h1{
  font-size:clamp(2.8rem,5.6vw,4.7rem);
  line-height:1.01;
  letter-spacing:-.05em;
  font-weight:900;
  margin:20px 0 18px;
}
.hero p{
  font-size:1.1rem;
  color:var(--muted);
  margin:0 0 24px;
  max-width:770px;
  line-height:1.78;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}
.hero-point,.value-pill{
  padding:16px 18px;
  border-radius:20px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
}
.hero-point strong,.value-pill strong{display:block;font-size:.98rem;margin-bottom:6px}
.hero-point span,.value-pill span{display:block;color:var(--muted);font-size:.93rem;line-height:1.55}
.btn-pro{
  display:inline-flex;align-items:center;justify-content:center;gap:.65rem;
  min-height:50px;
  padding:.88rem 1.22rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-weight:800;
  box-shadow:0 14px 32px rgba(0,0,0,.18);
  transition:transform .14s ease,filter .14s ease,background .18s ease;
}
.btn-pro:hover{transform:translateY(-1px);filter:brightness(1.04);background:rgba(255,255,255,.08);color:#fff}
.btn-pro.primary{background:linear-gradient(180deg, rgba(45,212,191,.96), rgba(14,116,144,.92));border-color:rgba(45,212,191,.34)}
.btn-pro.ghost{background:transparent}
.btn-pro.warning{background:linear-gradient(180deg, rgba(245,158,11,.96), rgba(217,119,6,.92));border-color:rgba(245,158,11,.36)}

.glass-card,.feature-card,.sector-card,.step-card,.contact-card,.stat-card,.subtle-card,.copy-box,.trust-band,.cta-banner,.visual-card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.glass-card{overflow:hidden}
.glass-card-body{padding:22px}
.card-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.83rem;font-weight:700;
}
.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.metric,.proof-item,.module-card{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
}
.metric strong,.proof-item strong,.module-card strong{display:block;font-size:1rem;margin-bottom:7px}
.metric span,.proof-item span,.module-card span{display:block;color:var(--muted);font-size:.94rem;line-height:1.55}
.metric .chip,.mini-chip,.label-soft{
  display:inline-flex;align-items:center;gap:.42rem;
  margin-bottom:10px;padding:.34rem .66rem;border-radius:999px;
  background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:.76rem;font-weight:800;color:#fff;
}
.label-soft.new{background:rgba(245,158,11,.10);border-color:rgba(245,158,11,.22)}
.mini-chip{margin:0}

.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card,.sector-card,.step-card,.contact-card,.stat-card,.subtle-card,.visual-card,.trust-band,.cta-banner,.copy-box{padding:24px}
.feature-icon,.mini-icon,.module-icon{
  width:50px;height:50px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(45,212,191,.12);
  border:1px solid rgba(45,212,191,.22);
  margin-bottom:16px;
  font-size:1.16rem;
}
.feature-card h3,.sector-card h3,.step-card h3,.contact-card h3,.subtle-card h3,.visual-card h3,.copy-box h2,.copy-box h3,.trust-band h3,.module-card h3{
  font-size:1.18rem;
  font-weight:800;
  letter-spacing:-.02em;
  margin:0 0 10px;
}
.feature-card p,.sector-card p,.step-card p,.contact-card p,.subtle-card p,.visual-card p,.copy-box p,.trust-band p,.module-card p{
  margin:0;
  color:var(--muted);
  line-height:1.68;
}
.feature-meta,.card-actions,.stack-actions{display:flex;flex-wrap:wrap;gap:10px}
.feature-meta{margin:16px 0 18px}
.list-pro{padding-left:1.05rem;margin:0;color:var(--muted)}
.list-pro li{margin:.4rem 0;line-height:1.6}

.stat-band,.trust-band{
  padding:24px;
  border-radius:var(--radius-lg);
  background:radial-gradient(840px 340px at 10% 0%, rgba(45,212,191,.14), transparent 55%), rgba(255,255,255,.03);
}
.stat-card strong{display:block;font-size:1.02rem;margin-bottom:6px}
.stat-card span{display:block;color:var(--muted);font-size:.95rem;line-height:1.55}
.section-divider{height:1px;background:linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);margin:0}
.step-num{
  width:38px;height:38px;border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(56,189,248,.16);
  border:1px solid rgba(56,189,248,.22);
  font-weight:900;
  margin-bottom:12px;
}
.cta-banner{background:linear-gradient(135deg, rgba(45,212,191,.15), rgba(56,189,248,.10) 42%, rgba(167,139,250,.12));border-radius:var(--radius-lg)}
.cta-banner p{margin:10px 0 0;color:var(--muted);max-width:760px;line-height:1.72}
.visual-card{padding:0;overflow:hidden}
.visual-card .visual-head{padding:15px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.84rem;font-weight:700}
.visual-card .visual-body{padding:22px}
.visual-stack{display:grid;gap:12px}
.visual-line{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.04)}
.visual-line strong{font-size:.96rem}
.visual-line span{color:var(--muted);font-size:.9rem;line-height:1.5}
.trust-grid,.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}
.proof-grid{grid-template-columns:repeat(3,1fr)}
.proof-item{
  min-height:100%;
}
.logo-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.logo-pill{padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.04);font-weight:700;color:#e8f1ff;text-align:center}

.contact-wrap{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.form-pro{display:grid;gap:14px}
.form-label{display:block;margin-bottom:8px;font-weight:700;color:#fff}
.input-pro{width:100%;padding:14px 15px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);outline:none}
textarea.input-pro{min-height:180px;resize:vertical}
.input-pro:focus{border-color:rgba(56,189,248,.50);box-shadow:0 0 0 3px rgba(56,189,248,.11)}
.small-note{font-size:.92rem;color:var(--muted)}
.info-list{display:grid;gap:12px}
.info-row{display:flex;gap:12px;align-items:flex-start;padding:15px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.04)}
.info-row i{margin-top:2px;color:var(--brand-2)}
.info-row strong{display:block;font-size:.98rem;margin-bottom:4px}
.info-row span,.info-row a{color:var(--muted);line-height:1.6}

.footer-pro{margin-top:auto;border-top:1px solid var(--line);background:rgba(255,255,255,.02);padding:44px 0 48px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr .9fr;gap:20px}
.footer-pro h4{font-size:1rem;font-weight:800;margin:0 0 12px}
.footer-pro p,.footer-pro li,.footer-pro a{color:var(--muted);font-size:.95rem;line-height:1.65}
.footer-pro ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.footer-pro a:hover{color:#fff}
.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}

.content-hero{padding:76px 0 26px;border-bottom:1px solid var(--line)}
.content-hero h1{font-size:clamp(2.3rem,4vw,3.7rem);font-weight:900;letter-spacing:-.04em;margin:14px 0 12px;line-height:1.04}
.content-hero p{margin:0;max-width:810px;color:var(--muted);font-size:1.05rem;line-height:1.75}
.copy-box ul{margin:0;padding-left:1.1rem;color:var(--muted)}
.copy-box li{margin:.42rem 0;line-height:1.65}
.focus-outline:focus-visible,a:focus-visible,button:focus-visible,.btn-pro:focus-visible,.nav-link:focus-visible,.input-pro:focus-visible{outline:2px solid rgba(56,189,248,.85);outline-offset:2px}
.text-accent{color:#eafcff}
.muted-note{color:var(--muted)}

@media (max-width: 1499.98px){
  .brand-meta small{display:none}
}
@media (max-width: 1399.98px){
  .container-pro{padding:0 18px}
  .navbar-pro{min-height:auto}
  .navbar-pro .container-pro{flex-wrap:wrap}
  .navbar-pro .navbar-toggler{margin-left:auto}
  .navbar-pro .navbar-collapse{width:100%;margin-top:12px;padding:12px 0 4px;border-top:1px solid var(--line)}
  .navbar-pro .navbar-nav{align-items:stretch;gap:10px;flex-wrap:wrap}
  .navbar-pro .nav-item,.navbar-pro .nav-link{width:100%}
  .nav-pill{justify-content:flex-start;border-radius:18px;padding:.84rem 1rem!important}
}
@media (max-width: 1199.98px){
  .hero-grid,.grid-4,.trust-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .logo-wall,.proof-grid{grid-template-columns:repeat(2,1fr)}
  .hero-points{grid-template-columns:1fr}
}
@media (max-width: 991.98px){
  .hero{padding-top:58px}
  .hero-grid,.contact-wrap,.grid-2,.grid-3,.footer-grid,.logo-wall,.proof-grid{grid-template-columns:1fr}
}
@media (max-width: 767.98px){
  .section{padding:74px 0}
  .section.compact{padding:58px 0}
  .metric-grid,.grid-4,.trust-grid{grid-template-columns:1fr}
  .hero-actions,.card-actions,.stack-actions{flex-direction:column;align-items:stretch}
  .btn-pro{width:100%}
  .footer-pro{padding-top:36px}
}


/* ===== Typography refinement: calmer scale ===== */
body{font-size:14px}
.section-title{font-size:clamp(1.55rem,2.85vw,2.15rem);font-weight:800;letter-spacing:-.03em}
.section-sub{font-size:.95rem;line-height:1.66}
.brand-meta > span{font-size:.94rem;font-weight:700}
.brand-meta small{font-size:.66rem}
.nav-pill{font-size:.84rem;font-weight:650;min-height:42px;padding:.48rem .82rem!important}
.hero h1{font-size:clamp(2rem,4vw,3.3rem);font-weight:800;letter-spacing:-.04em}
.hero p{font-size:.95rem;line-height:1.66}
.hero-point strong,.value-pill strong{font-size:.88rem;font-weight:750}
.hero-point span,.value-pill span{font-size:.83rem}
.metric strong,.proof-item strong,.module-card strong{font-size:.9rem;font-weight:760}
.metric span,.proof-item span,.module-card span{font-size:.84rem}
.feature-card h3,.sector-card h3,.step-card h3,.contact-card h3,.subtle-card h3,.visual-card h3,.copy-box h2,.copy-box h3,.trust-band h3,.module-card h3{font-size:1rem;font-weight:760}
.feature-card p,.sector-card p,.step-card p,.contact-card p,.subtle-card p,.visual-card p,.copy-box p,.trust-band p,.module-card p{font-size:.88rem;line-height:1.58}
.stat-card strong{font-size:.9rem;font-weight:760}
.stat-card span{font-size:.84rem}
.visual-line strong{font-size:.87rem;font-weight:760}
.visual-line span{font-size:.8rem}
.info-row strong{font-size:.88rem;font-weight:760}
.footer-pro p,.footer-pro li,.footer-pro a{font-size:.84rem;line-height:1.58}
.footer-bottom{font-size:.8rem}
.content-hero h1{font-size:clamp(1.75rem,3.1vw,2.7rem);font-weight:800;letter-spacing:-.03em}
.content-hero p{font-size:.94rem;line-height:1.64}
.small-note{font-size:.8rem}
@media (max-width: 767.98px){
  body{font-size:13px}
  .hero h1{font-size:clamp(1.75rem,7vw,2.35rem)}
  .section-title{font-size:clamp(1.38rem,5.4vw,1.8rem)}
  .content-hero h1{font-size:clamp(1.5rem,5.4vw,2rem)}
}


/* Language switcher */
.lang-switcher{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1200;
  display:inline-flex;
  gap:6px;
  padding:6px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,13,24,.82);
  box-shadow:0 18px 40px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}
.lang-switcher a{
  min-width:46px;
  text-align:center;
  padding:.52rem .78rem;
  border-radius:999px;
  color:rgba(255,255,255,.82);
  text-decoration:none;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.06em;
  border:1px solid transparent;
  transition:background .18s ease, transform .12s ease, color .18s ease, border-color .18s ease;
}
.lang-switcher a:hover{background:rgba(255,255,255,.08); color:#fff; transform:translateY(-1px)}
.lang-switcher a.active{
  color:#07111f;
  background:linear-gradient(180deg, rgba(45,212,191,.96), rgba(56,189,248,.92));
  border-color:rgba(255,255,255,.24);
}
@media (max-width: 767.98px){
  .lang-switcher{right:12px; bottom:12px;}
  .lang-switcher a{min-width:42px; padding:.48rem .68rem;}
}

/* ===== Homepage premium sections ===== */
.homepage-visual-card{
  background:
    radial-gradient(520px 240px at 100% 0%, rgba(56,189,248,.12), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.split-intro{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
  gap:22px;
  align-items:stretch;
}
.split-copy{
  padding:6px 4px 6px 0;
}
.intro-checks{display:grid;gap:12px}
.intro-check{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 16px;border-radius:18px;border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:#eaf3ff;font-weight:600;line-height:1.55;
}
.intro-check i{margin-top:3px;color:var(--brand-2)}
.glow-panel{
  border-radius:var(--radius-lg);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
  background:
    radial-gradient(680px 320px at 0% 0%, rgba(45,212,191,.12), transparent 48%),
    radial-gradient(580px 260px at 100% 0%, rgba(56,189,248,.11), transparent 42%),
    rgba(255,255,255,.03);
  box-shadow:var(--shadow);
}
.glow-head{
  display:flex;justify-content:space-between;align-items:center;gap:14px;
  padding:16px 18px;border-bottom:1px solid var(--line);
  color:#eaf3ff;font-size:.84rem;font-weight:800;
}
.glow-head span:last-child{color:var(--muted)}
.glow-body{padding:20px}
.value-strip-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
}
.value-strip-card{
  padding:18px;border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.value-strip-card strong{display:block;font-size:.95rem;font-weight:800;margin-bottom:8px}
.value-strip-card span{display:block;color:var(--muted);font-size:.86rem;line-height:1.58}
.section-heading-row{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);gap:20px;align-items:end;
}
.section-heading-row.align-start{align-items:start}
.section-heading-side{margin:0;max-width:560px}
.small-title{font-size:clamp(1.35rem,2.6vw,1.9rem)}
.product-grid-premium{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;
}
.product-card-premium,.scenario-card,.model-card{
  position:relative;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(56,189,248,.08), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.product-card-premium{padding:24px}
.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.product-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.product-card-premium h3,.scenario-card h3,.model-card h3{font-size:1.12rem;font-weight:800;letter-spacing:-.02em;margin:0 0 10px}
.product-card-premium p,.scenario-card p,.model-card p{margin:0;color:var(--muted);line-height:1.66}
.product-list{margin:18px 0 0;padding-left:1.08rem;color:var(--muted)}
.product-list li{margin:.42rem 0;line-height:1.58}
.product-foot{
  margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;
}
.product-foot span{color:#d9e8fb;font-size:.82rem;font-weight:700;max-width:62%}
.featured-card{
  border-color:rgba(56,189,248,.30);
  box-shadow:0 26px 64px rgba(0,0,0,.28), 0 0 0 1px rgba(56,189,248,.08) inset;
}
.featured-card::before{
  content:"recommended";
  position:absolute;top:16px;right:18px;
  padding:.34rem .6rem;border-radius:999px;
  background:rgba(56,189,248,.14);border:1px solid rgba(56,189,248,.22);
  color:#dff6ff;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
html[lang="pl"] .featured-card::before{content:"polecane"}
.scenario-grid,.model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.scenario-card{padding:22px;min-height:100%}
.scenario-label,.model-tag{
  display:inline-flex;align-items:center;gap:.5rem;
  min-height:38px;padding:.48rem .78rem;border-radius:999px;
  border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);
  color:#edf6ff;font-size:.78rem;font-weight:800;letter-spacing:.04em;
}
.scenario-label{margin-bottom:16px}
.model-band{
  margin-top:20px;padding:24px;border-radius:var(--radius-lg);
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(720px 260px at 0% 0%, rgba(167,139,250,.10), transparent 48%),
    rgba(255,255,255,.03);
  box-shadow:var(--shadow);
}
.model-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.model-card{padding:22px}
.model-tag{margin-bottom:16px}
.premium-cta-banner{
  background:
    radial-gradient(840px 280px at 0% 0%, rgba(45,212,191,.16), transparent 52%),
    radial-gradient(560px 220px at 100% 0%, rgba(56,189,248,.12), transparent 46%),
    linear-gradient(135deg, rgba(45,212,191,.15), rgba(56,189,248,.10) 42%, rgba(167,139,250,.12));
}
@media (max-width: 1199.98px){
  .split-intro,.section-heading-row,.product-grid-premium,.scenario-grid,.model-grid{grid-template-columns:1fr}
  .value-strip-grid{grid-template-columns:1fr}
  .product-foot span{max-width:100%}
}
@media (max-width: 991.98px){
  .scenario-grid,.model-grid{grid-template-columns:1fr}
}


.quick-path-band{
  margin-top:22px;
  padding:24px;
  border-radius:28px;
  border:1px solid var(--line);
  background:linear-gradient(135deg, rgba(45,212,191,.12), rgba(56,189,248,.08) 40%, rgba(167,139,250,.10));
  box-shadow:var(--shadow);
}
.quick-path-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.quick-path-card{
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,17,31,.42);
  backdrop-filter:blur(10px);
}
.quick-path-card strong{display:block;font-size:1rem;margin-bottom:8px}
.quick-path-card p{margin:0;color:var(--muted);line-height:1.62;font-size:.95rem}
.quick-path-card .stack-actions{margin-top:16px}
.contact-topic-badge{
  display:inline-flex;align-items:center;gap:.55rem;
  padding:.66rem .94rem;border-radius:999px;
  border:1px solid rgba(45,212,191,.22);
  background:rgba(45,212,191,.10);
  color:#eefcff;font-size:.88rem;font-weight:800;
}
.intent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.intent-card{
  padding:16px 17px;border-radius:18px;border:1px solid var(--line);
  background:rgba(255,255,255,.04);transition:transform .14s ease, background .18s ease, border-color .18s ease;
}
.intent-card:hover{transform:translateY(-1px);background:rgba(255,255,255,.06);border-color:var(--line-strong)}
.intent-card strong{display:block;font-size:.98rem;margin-bottom:6px}
.intent-card span{display:block;color:var(--muted);font-size:.9rem;line-height:1.56}
.intent-card.active{background:linear-gradient(180deg, rgba(45,212,191,.14), rgba(56,189,248,.08));border-color:rgba(45,212,191,.28)}
.form-inline-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
.smart-form-note{margin:12px 0 0;color:var(--muted);font-size:.88rem;line-height:1.6}
.cta-inline-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;color:var(--muted);font-size:.92rem}
.cta-inline-meta span{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .8rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04)}
@media (max-width: 991.98px){
  .quick-path-grid,.intent-grid{grid-template-columns:1fr}
}


.decision-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:22px;align-items:stretch}
.selection-panel{
  padding:24px;border-radius:30px;border:1px solid var(--line);
  background:
    radial-gradient(560px 240px at 100% 0%, rgba(56,189,248,.10), transparent 48%),
    radial-gradient(520px 220px at 0% 100%, rgba(45,212,191,.10), transparent 46%),
    rgba(255,255,255,.04);
  box-shadow:var(--shadow);
}
.selection-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.selection-header strong{font-size:1rem;letter-spacing:-.02em}
.selection-note{color:var(--muted);font-size:.9rem;line-height:1.65}
.selection-stack{display:grid;gap:12px;margin-top:18px}
.selection-item{
  display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
  padding:16px 17px;border-radius:20px;border:1px solid rgba(255,255,255,.08);
  background:rgba(7,17,31,.42);transition:transform .16s ease, border-color .18s ease, background .18s ease;
}
.selection-item:hover{transform:translateY(-1px);border-color:var(--line-strong);background:rgba(255,255,255,.06)}
.selection-item.active{border-color:rgba(45,212,191,.30);background:linear-gradient(180deg, rgba(45,212,191,.12), rgba(56,189,248,.08))}
.selection-item strong{display:block;font-size:.96rem;margin-bottom:4px}
.selection-item span{display:block;color:var(--muted);font-size:.88rem;line-height:1.55}
.selection-item .mini-chip{flex-shrink:0}
.decision-intro-copy{max-width:760px}
.decision-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.decision-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;color:var(--muted);font-size:.92rem}
.decision-meta span{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .8rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04)}
.path-detail-list{margin:14px 0 0;padding-left:1.02rem;color:var(--muted)}
.path-detail-list li{margin:.42rem 0;line-height:1.56}
.path-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}
.path-card-top .mini-chip{margin-top:2px}
.active-ring{box-shadow:0 0 0 1px rgba(45,212,191,.16) inset, 0 20px 44px rgba(0,0,0,.24)}
.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.journey-step{
  padding:22px;border-radius:24px;border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.journey-step .step-no{
  display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;
  border:1px solid rgba(45,212,191,.24);background:rgba(45,212,191,.12);color:#f3fffe;font-weight:900;margin-bottom:14px;
}
.journey-step h3{font-size:1.06rem;font-weight:800;letter-spacing:-.02em;margin:0 0 8px}
.journey-step p{margin:0;color:var(--muted);line-height:1.65}
.micro-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.micro-proof-card{
  padding:20px;border-radius:22px;border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.04);
}
.micro-proof-card strong{display:block;margin-bottom:8px;font-size:1rem}
.micro-proof-card p{margin:0;color:var(--muted);line-height:1.62}
.compact-cta-band{padding:26px 28px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(135deg, rgba(56,189,248,.11), rgba(45,212,191,.10) 42%, rgba(167,139,250,.10));box-shadow:var(--shadow)}
.compact-cta-band .stack-actions{margin-top:16px}
.helper-note{margin-top:10px;color:var(--muted);font-size:.9rem;line-height:1.6}
@media (max-width: 1199.98px){
  .decision-hero-grid,.journey-grid,.micro-proof-grid{grid-template-columns:1fr}
}
@media (max-width: 991.98px){
  .decision-actions{flex-direction:column;align-items:stretch}
  .decision-actions .btn-pro{justify-content:center}
}


.sourceforge-band{
  padding:28px;
  border-radius:30px;
  border:1px solid var(--line);
  background:
    radial-gradient(820px 280px at 0% 0%, rgba(56,189,248,.16), transparent 48%),
    radial-gradient(620px 240px at 100% 0%, rgba(45,212,191,.14), transparent 44%),
    linear-gradient(135deg, rgba(10,19,34,.96), rgba(7,17,31,.92));
  box-shadow:var(--shadow);
}
.sourceforge-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;align-items:stretch;margin-top:18px}
.sourceforge-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.sourceforge-card{
  padding:22px;border-radius:24px;border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);box-shadow:var(--shadow-soft);
}
.sourceforge-card.featured{
  background:linear-gradient(180deg, rgba(56,189,248,.16), rgba(45,212,191,.10));
  border-color:rgba(56,189,248,.22);
}
.sourceforge-card.coming-soon{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.sourceforge-card h3{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;margin:14px 0 8px}
.sourceforge-card p{margin:0;color:var(--muted);line-height:1.65}
.sourceforge-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:16px;
  border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);
  color:#f7fbff;font-size:1.1rem;
}
.sourceforge-mini-list{display:grid;gap:10px;margin-top:16px}
.sourceforge-mini-list span{
  display:flex;align-items:center;gap:.7rem;padding:.72rem .9rem;border-radius:16px;
  border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--muted);
}
.sourceforge-mini-list i{color:#7dd3fc}
.sourceforge-card .stack-actions{margin-top:18px}
.anchor-offset{scroll-margin-top:120px}
@media (max-width: 1199.98px){
  .sourceforge-grid,.sourceforge-actions-grid{grid-template-columns:1fr}
}

/* ===== Final premium calm refinements ===== */
:root{
  --soft-anim:.55s;
  --soft-anim-slow:.8s;
}
@keyframes softRiseFade{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes softPulseGlow{
  0%,100%{box-shadow:0 0 0 0 rgba(56,189,248,0)}
  50%{box-shadow:0 0 0 12px rgba(56,189,248,.04)}
}
.hero h1{
  font-size:clamp(1.9rem,3.75vw,2.9rem);
  font-weight:780;
  line-height:1.04;
  letter-spacing:-.042em;
  margin:16px 0 14px;
}
.hero p{
  font-size:.98rem;
  line-height:1.7;
  max-width:720px;
}
.section-title{
  font-size:clamp(1.48rem,2.55vw,1.96rem);
  font-weight:780;
  letter-spacing:-.028em;
}
.section-sub{
  font-size:.96rem;
  line-height:1.7;
}
.btn-pro{
  font-weight:760;
  min-height:48px;
}
.hero-point strong,.value-pill strong,
.metric strong,.proof-item strong,.module-card strong,
.feature-card h3,.sector-card h3,.step-card h3,.contact-card h3,.subtle-card h3,.visual-card h3,.copy-box h2,.copy-box h3,.trust-band h3,.module-card h3,
.info-row strong,.stat-card strong{
  font-weight:740;
}
.content-hero h1{
  font-size:clamp(1.65rem,2.9vw,2.35rem);
  font-weight:780;
  letter-spacing:-.03em;
}
.visual-card .visual-head,
.card-head,
.metric .chip,.mini-chip,.label-soft,
.eyebrow,.kicker{
  font-weight:680;
}
.hero-grid > *{
  animation:softRiseFade var(--soft-anim) ease both;
}
.hero-grid > *:nth-child(2){animation-duration:var(--soft-anim-slow);animation-delay:.06s}
.hero-point,.value-pill,.glass-card,.feature-card,.sector-card,.step-card,.contact-card,.stat-card,.subtle-card,.copy-box,.trust-band,.cta-banner,.visual-card,.proof-item,.module-card,.info-row{
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.hero-point:hover,.value-pill:hover,.glass-card:hover,.feature-card:hover,.sector-card:hover,.step-card:hover,.contact-card:hover,.stat-card:hover,.subtle-card:hover,.copy-box:hover,.trust-band:hover,.cta-banner:hover,.visual-card:hover,.proof-item:hover,.module-card:hover,.info-row:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 20px 48px rgba(0,0,0,.24);
}
.eyebrow,.kicker{
  animation:softPulseGlow 4.8s ease-in-out infinite;
}
@media (max-width: 767.98px){
  .hero h1{font-size:clamp(1.72rem,6.7vw,2.2rem)}
  .section-title{font-size:clamp(1.32rem,5vw,1.7rem)}
  .content-hero h1{font-size:clamp(1.45rem,5vw,1.9rem)}
}
@media (prefers-reduced-motion: reduce){
  .hero-grid > *, .eyebrow, .kicker{animation:none !important}
  .hero-point,.value-pill,.glass-card,.feature-card,.sector-card,.step-card,.contact-card,.stat-card,.subtle-card,.copy-box,.trust-band,.cta-banner,.visual-card,.proof-item,.module-card,.info-row,.btn-pro{transition:none !important}
}


/* ===== Ultra elegant layout stabilization ===== */
:root{
  --max:1280px;
  --radius:20px;
  --radius-lg:26px;
  --shadow:0 20px 56px rgba(0,0,0,.28);
}
html,body{overflow-x:hidden}
.hero-grid,
.split-intro,
.section-heading-row,
.product-grid-premium,
.scenario-grid,
.model-grid,
.quick-path-grid,
.intent-grid,
.decision-hero-grid,
.journey-grid,
.micro-proof-grid,
.sourceforge-grid,
.sourceforge-actions-grid,
.contact-wrap,
.grid-2,
.grid-3,
.grid-4,
.logo-wall,
.proof-grid,
.trust-grid,
.footer-grid,
.value-strip-grid,
.hero-points,
.metric-grid,
.premium-value-grid,
.premium-decision-grid,
.premium-preview-footer{
  align-items:stretch;
}
.hero-grid > *,
.split-intro > *,
.section-heading-row > *,
.product-grid-premium > *,
.scenario-grid > *,
.model-grid > *,
.quick-path-grid > *,
.intent-grid > *,
.decision-hero-grid > *,
.journey-grid > *,
.micro-proof-grid > *,
.sourceforge-grid > *,
.sourceforge-actions-grid > *,
.contact-wrap > *,
.grid-2 > *,
.grid-3 > *,
.grid-4 > *,
.logo-wall > *,
.proof-grid > *,
.trust-grid > *,
.footer-grid > *,
.value-strip-grid > *,
.hero-points > *,
.metric-grid > *,
.premium-value-grid > *,
.premium-decision-grid > *,
.premium-preview-footer > *{min-width:0}
.section{padding:84px 0}
.section.compact{padding:60px 0}
.hero{padding:82px 0 38px}
.hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:26px}
.hero h1{
  font-size:clamp(1.82rem,3.25vw,2.62rem);
  line-height:1.06;
  letter-spacing:-.034em;
  font-weight:760;
  max-width:12ch;
}
.hero p,
.section-sub,
.content-hero p,
.copy-box p,
.feature-card p,
.sector-card p,
.step-card p,
.contact-card p,
.subtle-card p,
.visual-card p,
.trust-band p,
.module-card p{line-height:1.62}
.section-title{
  font-size:clamp(1.34rem,2.15vw,1.78rem);
  line-height:1.12;
  letter-spacing:-.024em;
  font-weight:760;
}
.small-title{font-size:clamp(1.18rem,1.95vw,1.54rem)}
.content-hero h1{
  font-size:clamp(1.48rem,2.45vw,2.04rem);
  line-height:1.1;
  max-width:13ch;
}
.btn-pro{min-height:46px;padding:.82rem 1.12rem;font-size:.9rem}
.hero-actions,.card-actions,.stack-actions,.decision-actions,.premium-actions{gap:10px}
.hero-point,.value-pill,.feature-card,.sector-card,.step-card,.contact-card,.stat-card,.subtle-card,.copy-box,.trust-band,.cta-banner,.visual-card,.proof-item,.module-card,.info-row,.product-card-premium,.scenario-card,.model-card,.quick-path-card,.journey-step,.micro-proof-card,.sourceforge-card,.selection-panel,.quick-path-band,.sourceforge-band,.compact-cta-band,.glow-panel{
  border-radius:20px;
}
.visual-card .visual-body,
.copy-box,
.feature-card,
.sector-card,
.step-card,
.contact-card,
.stat-card,
.subtle-card,
.trust-band,
.cta-banner,
.product-card-premium,
.scenario-card,
.model-card,
.quick-path-card,
.journey-step,
.micro-proof-card,
.sourceforge-card,
.selection-panel,
.compact-cta-band{padding:20px}
.visual-line,
.intro-check,
.info-row,
.selection-item,
.intent-card,
.value-strip-card{padding:13px 14px;border-radius:16px}
.homepage-visual-card .visual-body{padding:20px}
.homepage-visual-card .proof-grid{margin-top:14px}
.product-card-premium h3,.scenario-card h3,.model-card h3{font-size:1.02rem}
.product-top{gap:10px;align-items:flex-start}
.product-badges{justify-content:flex-start;max-width:100%}
.label-soft,.mini-chip,.scenario-label,.model-tag,.eyebrow,.kicker{font-size:.75rem;line-height:1.15}
.product-list{margin-top:14px}
.product-foot{margin-top:14px;padding-top:14px;align-items:flex-start}
.product-foot span{max-width:100%;font-size:.78rem;line-height:1.5}
.featured-card{padding-top:58px}
.featured-card::before{left:22px;right:auto;top:18px}
.section-heading-row{grid-template-columns:minmax(0,1fr) minmax(240px,.72fr);gap:18px}
.split-intro{grid-template-columns:minmax(0,1fr) minmax(0,.96fr);gap:18px}
.quick-path-grid,
.journey-grid,
.micro-proof-grid,
.sourceforge-actions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.decision-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:18px}
.selection-item{gap:10px}
.selection-item strong,
.quick-path-card strong,
.journey-step h3,
.micro-proof-card strong{font-size:.95rem}
.sourceforge-band{padding:24px}
.sourceforge-grid{gap:16px}
.sourceforge-card h3{font-size:1rem}
.lang-switcher{bottom:14px;right:14px}

@media (max-width: 1320px){
  .quick-path-grid,
  .journey-grid,
  .micro-proof-grid,
  .sourceforge-actions-grid,
  .scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .decision-hero-grid,
  .sourceforge-grid,
  .split-intro,
  .section-heading-row{grid-template-columns:1fr}
  .content-hero h1{max-width:none}
}
@media (max-width: 1180px){
  .hero-grid,
  .product-grid-premium,
  .model-grid,
  .value-strip-grid,
  .proof-grid,
  .logo-wall,
  .trust-grid,
  .contact-wrap{grid-template-columns:1fr}
  .hero{padding-top:72px}
  .hero h1{max-width:none}
  .quick-path-grid,
  .journey-grid,
  .micro-proof-grid,
  .sourceforge-actions-grid,
  .scenario-grid{grid-template-columns:1fr}
  .product-top{flex-direction:column}
  .featured-card{padding-top:74px}
}
@media (max-width: 900px){
  .section{padding:72px 0}
  .section.compact{padding:52px 0}
  .hero{padding:66px 0 30px}
  .hero h1{font-size:clamp(1.66rem,5.8vw,2.08rem)}
  .section-title{font-size:clamp(1.24rem,4.4vw,1.58rem)}
  .content-hero h1{font-size:clamp(1.34rem,4.9vw,1.72rem)}
  .hero-actions,.card-actions,.stack-actions,.decision-actions,.premium-actions{flex-direction:column;align-items:stretch}
  .btn-pro{width:100%}
}
@media (max-width: 640px){
  .container-pro{padding:0 16px}
  .homepage-visual-card .visual-body,
  .visual-card .visual-body,
  .copy-box,
  .feature-card,
  .sector-card,
  .step-card,
  .contact-card,
  .stat-card,
  .subtle-card,
  .trust-band,
  .cta-banner,
  .product-card-premium,
  .scenario-card,
  .model-card,
  .quick-path-card,
  .journey-step,
  .micro-proof-card,
  .sourceforge-card,
  .selection-panel,
  .compact-cta-band{padding:17px}
  .featured-card{padding-top:70px}
  .featured-card::before{left:18px;top:16px;font-size:.62rem}
  .lang-switcher{bottom:10px;right:10px}
}
@media (prefers-reduced-motion: reduce){
  .eyebrow,.kicker{animation:none !important}
}


/* ===== JNL Software brand refresh v3 ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Manrope:wght@600;700;800&display=swap');
:root{
  --bg0:#07111d;
  --bg1:#0b1730;
  --bg2:#10233b;
  --surface:rgba(8,18,34,.82);
  --surface-2:rgba(11,22,40,.72);
  --surface-3:rgba(255,255,255,.05);
  --text:#f6fbff;
  --muted:#bfd0dd;
  --line:rgba(184,208,224,.12);
  --line-strong:rgba(184,208,224,.22);
  --brand:#1FB5B8;
  --brand-2:#0C3763;
  --brand-3:#22A7A1;
  --brand-4:#7f95ff;
  --warning:#FF8A1F;
  --shadow:0 28px 80px rgba(0,0,0,.32);
  --radius:24px;
  --radius-lg:34px;
}
body{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:
    radial-gradient(1200px 700px at 8% -10%, rgba(31,181,184,.16), transparent 58%),
    radial-gradient(1000px 620px at 100% 5%, rgba(12,55,99,.18), transparent 55%),
    radial-gradient(960px 540px at 40% 120%, rgba(255,138,31,.09), transparent 58%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 44%, var(--bg2));
}
.section-title,.hero h1,.content-hero h1,.copy-box h2,.copy-box h3,.feature-card h3,.sector-card h3,.step-card h3,.contact-card h3,.subtle-card h3,.visual-card h3,.trust-band h3,.module-card h3,.footer-pro h4{
  font-family:'Manrope','Inter',sans-serif;
}
.topbar{
  background:rgba(7,14,28,.76);
  backdrop-filter:blur(22px);
  border-bottom:1px solid rgba(184,208,224,.10);
  box-shadow:0 14px 40px rgba(0,0,0,.20);
}
.navbar-pro{min-height:88px}
.brand-link{gap:16px}
.brand-link img{
  width:44px;height:44px;object-fit:contain;border-radius:0;box-shadow:none;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
.brand-meta > span{font-family:'Manrope','Inter',sans-serif;font-size:1rem;font-weight:800;letter-spacing:-.02em}
.brand-meta small{font-size:.68rem;font-weight:700;color:#b8c9d7;letter-spacing:.08em;text-transform:uppercase}
.nav-pill{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(184,208,224,.10);
}
.nav-pill.brand-cta{background:linear-gradient(180deg, rgba(12,55,99,.34), rgba(9,35,65,.24));border-color:rgba(31,181,184,.20)}
.nav-pill.active-soft{background:linear-gradient(180deg, rgba(31,181,184,.16), rgba(12,55,99,.16));border-color:rgba(31,181,184,.22)}
.hero{padding:98px 0 56px;position:relative}
.hero::before{
  content:'';position:absolute;inset:0 0 auto 0;height:1px;
  background:linear-gradient(90deg, transparent, rgba(184,208,224,.18), transparent);
}
.hero-grid{gap:40px}
.hero-lockup{margin-bottom:18px}
.hero-lockup img{width:min(100%, 470px);height:auto;filter:drop-shadow(0 16px 36px rgba(0,0,0,.18))}
.hero-lockup.compact img{width:min(100%, 340px)}
.descriptor-note{
  display:inline-flex;align-items:center;gap:.6rem;margin:0 0 24px;
  padding:.62rem .98rem;border-radius:999px;border:1px solid rgba(184,208,224,.12);
  background:rgba(255,255,255,.045);color:#d8e6ef;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
.kicker{background:rgba(12,55,99,.14);border-color:rgba(31,181,184,.20);color:#eff7fb}
.hero h1{max-width:900px}
.hero p{max-width:760px;color:#c5d6e2}
.hero-point,.value-pill,.metric,.proof-item,.module-card,.product-card-premium,.scenario-card,.model-card,.feature-card,.sector-card,.step-card,.contact-card,.stat-card,.subtle-card,.copy-box,.trust-band,.cta-banner,.visual-card,.glow-panel,.quick-path-band,.path-card,.value-strip-card{
  border-color:rgba(184,208,224,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}
.homepage-visual-card{
  background:
    radial-gradient(520px 240px at 100% 0%, rgba(31,181,184,.10), transparent 52%),
    radial-gradient(420px 180px at 0% 100%, rgba(255,138,31,.06), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
}
.btn-pro{border-color:rgba(184,208,224,.10)}
.btn-pro.primary{background:linear-gradient(180deg, #1FB5B8, #0C3763);border-color:rgba(31,181,184,.26)}
.btn-pro.warning{background:linear-gradient(180deg, #FF9C43, #FF8A1F);border-color:rgba(255,138,31,.24)}
.footer-pro{
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.015));
  border-top:1px solid rgba(184,208,224,.10);
}
.footer-brand-lockup{margin:0 0 14px}
.footer-brand-lockup img{width:min(100%, 250px);height:auto;filter:drop-shadow(0 10px 24px rgba(0,0,0,.16))}
.footer-bottom{color:#b5c7d4}
.lang-switcher{background:rgba(7,14,28,.86);border-color:rgba(184,208,224,.14)}
.lang-switcher a.active{color:#04101b;background:linear-gradient(180deg, #1FB5B8, #6fd7d9)}
@media (max-width: 991.98px){
  .hero-lockup img{width:min(100%, 360px)}
  .descriptor-note{font-size:.76rem;letter-spacing:.05em}
}


/* ===== Final polish v4: calmer premium / more mature ===== */
:root{
  --bg0:#08111d;
  --bg1:#0d1828;
  --bg2:#122437;
  --surface:rgba(10,18,31,.86);
  --surface-2:rgba(13,22,37,.76);
  --surface-3:rgba(255,255,255,.045);
  --text:#f7fbff;
  --muted:#c4d1dc;
  --line:rgba(194,211,225,.10);
  --line-strong:rgba(194,211,225,.18);
  --brand:#21aeb0;
  --brand-2:#143f6c;
  --brand-3:#249b9d;
  --warning:#f28b2e;
  --shadow:0 22px 56px rgba(0,0,0,.24);
  --radius:18px;
  --radius-lg:26px;
  --max:1380px;
}
body{
  background:
    radial-gradient(960px 540px at 8% -10%, rgba(33,174,176,.10), transparent 58%),
    radial-gradient(860px 500px at 100% 5%, rgba(20,63,108,.12), transparent 55%),
    radial-gradient(780px 420px at 50% 120%, rgba(242,139,46,.05), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 46%, var(--bg2));
  color:var(--text);
  font-size:15px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.topbar{
  background:rgba(7,14,26,.82);
  border-bottom:1px solid rgba(194,211,225,.08);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 28px rgba(0,0,0,.16);
}
.navbar-pro{min-height:82px}
.brand-link{gap:15px}
.brand-link img{width:42px;height:42px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.14))}
.brand-meta > span{font-size:.98rem;font-weight:800}
.brand-meta small{font-size:.64rem;letter-spacing:.1em;color:#b6c6d3}
.nav-pill{
  min-height:40px;
  padding:.46rem .82rem!important;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(194,211,225,.09);
  font-size:.82rem;
  font-weight:700;
  box-shadow:none;
}
.nav-pill:hover,.nav-pill:focus{transform:translateY(-1px);background:rgba(255,255,255,.055);border-color:rgba(194,211,225,.15);box-shadow:0 10px 20px rgba(0,0,0,.12)}
.nav-pill.brand-cta{background:linear-gradient(180deg, rgba(20,63,108,.34), rgba(11,35,58,.28));border-color:rgba(33,174,176,.18)}
.nav-pill.active-soft{background:linear-gradient(180deg, rgba(33,174,176,.12), rgba(20,63,108,.12));border-color:rgba(33,174,176,.18)}
.hero{
  padding:92px 0 52px;
  border-bottom:1px solid rgba(194,211,225,.08);
}
.hero-grid{gap:32px;align-items:start}
.hero-lockup{margin-bottom:16px}
.hero-lockup img{width:min(100%, 430px);filter:drop-shadow(0 14px 28px rgba(0,0,0,.16))}
.kicker,.eyebrow,.descriptor-note,.mini-chip,.label-soft,.scenario-label,.model-tag{
  box-shadow:none;
}
.kicker,.eyebrow{
  padding:.56rem .9rem;
  border-color:rgba(33,174,176,.16);
  background:rgba(20,63,108,.14);
  color:#eef6fb;
  font-size:.78rem;
  letter-spacing:.03em;
}
.descriptor-note{
  padding:.58rem .88rem;
  border-radius:999px;
  border:1px solid rgba(194,211,225,.10);
  background:rgba(255,255,255,.04);
  color:#d7e4ee;
  font-size:.76rem;
  letter-spacing:.1em;
}
.hero h1{
  font-size:clamp(1.92rem,3.55vw,2.95rem);
  line-height:1.06;
  letter-spacing:-.036em;
  font-weight:800;
  max-width:14ch;
  margin:18px 0 16px;
}
.hero p{
  font-size:1rem;
  line-height:1.72;
  max-width:700px;
  color:#c7d4de;
}
.section-title{
  font-size:clamp(1.4rem,2.28vw,1.92rem);
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:800;
}
.small-title{font-size:clamp(1.22rem,2vw,1.6rem)}
.section-sub,.content-hero p,.copy-box p,.feature-card p,.sector-card p,.step-card p,.contact-card p,.subtle-card p,.visual-card p,.trust-band p,.module-card p{
  color:#c4d1dc;
  line-height:1.66;
}
.btn-pro{
  min-height:46px;
  padding:.8rem 1.08rem;
  border-radius:999px;
  font-size:.88rem;
  font-weight:800;
  border-color:rgba(194,211,225,.10);
  background:rgba(255,255,255,.04);
  box-shadow:0 12px 26px rgba(0,0,0,.14);
}
.btn-pro:hover{transform:translateY(-1px);background:rgba(255,255,255,.06);box-shadow:0 14px 28px rgba(0,0,0,.16)}
.btn-pro.primary{background:linear-gradient(180deg, #1eaeb0, #143f6c);border-color:rgba(33,174,176,.22)}
.btn-pro.ghost{background:rgba(255,255,255,.018)}
.hero-point,.value-pill,.metric,.proof-item,.module-card,
.feature-card,.sector-card,.step-card,.contact-card,.stat-card,.subtle-card,.copy-box,.trust-band,.cta-banner,.visual-card,
.glow-panel,.quick-path-band,.quick-path-card,.selection-panel,.journey-step,.micro-proof-card,.sourceforge-band,.sourceforge-card,
.product-card-premium,.scenario-card,.model-card,.compact-cta-band,.info-row,.intent-card,.selection-item,.value-strip-card{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.028));
  border:1px solid rgba(194,211,225,.09);
  box-shadow:0 16px 40px rgba(0,0,0,.16);
}
.hero-point,.value-pill,.metric,.proof-item,.module-card,.visual-line,.intro-check,.info-row,.selection-item,.intent-card,.value-strip-card{border-radius:15px}
.visual-card,.glow-panel,.quick-path-band,.selection-panel,.sourceforge-band,.compact-cta-band,.cta-banner{border-radius:22px}
.homepage-visual-card{
  background:
    radial-gradient(480px 220px at 100% 0%, rgba(33,174,176,.08), transparent 52%),
    radial-gradient(360px 170px at 0% 100%, rgba(242,139,46,.04), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.028));
}
.visual-card .visual-head,.glow-head,.card-head{
  color:#d4e0ea;
  border-bottom:1px solid rgba(194,211,225,.08);
  font-size:.8rem;
}
.quick-path-band,
.model-band,
.premium-cta-banner,
.cta-banner{
  background:
    radial-gradient(700px 240px at 0% 0%, rgba(33,174,176,.09), transparent 52%),
    radial-gradient(520px 220px at 100% 0%, rgba(20,63,108,.09), transparent 46%),
    linear-gradient(135deg, rgba(255,255,255,.048), rgba(255,255,255,.025));
}
.hero-point:hover,.value-pill:hover,.glass-card:hover,.feature-card:hover,.sector-card:hover,.step-card:hover,.contact-card:hover,.stat-card:hover,.subtle-card:hover,.copy-box:hover,.trust-band:hover,.cta-banner:hover,.visual-card:hover,.proof-item:hover,.module-card:hover,.info-row:hover,
.quick-path-card:hover,.selection-item:hover,.intent-card:hover,.journey-step:hover,.micro-proof-card:hover,.sourceforge-card:hover,.product-card-premium:hover,.scenario-card:hover,.model-card:hover{
  transform:translateY(-2px);
  border-color:rgba(194,211,225,.14);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.footer-pro{
  margin-top:auto;
  padding:46px 0 52px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.012));
  border-top:1px solid rgba(194,211,225,.08);
}
.footer-grid{gap:24px}
.footer-brand-lockup img{width:min(100%, 232px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.14))}
.footer-pro p,.footer-pro li,.footer-pro a{font-size:.86rem;line-height:1.62;color:#bccbd7}
.footer-pro a:hover{color:#f5fbff}
.footer-bottom{padding-top:16px;margin-top:20px;color:#aebfcc}
.lang-switcher{
  right:14px;
  bottom:14px;
  padding:5px;
  background:rgba(7,14,26,.88);
  border:1px solid rgba(194,211,225,.10);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.lang-switcher a{min-width:42px;padding:.46rem .7rem;font-size:.74rem}
.lang-switcher a.active{background:linear-gradient(180deg, #56cdd0, #1eaeb0);color:#08121d}
/* calmer motion */
.hero-grid > *{animation:softRiseFade .44s ease both}
.hero-grid > *:nth-child(2){animation-duration:.56s;animation-delay:.03s}
.eyebrow,.kicker{animation:none !important}
@media (max-width: 1180px){
  .hero h1{max-width:none}
}
@media (max-width: 900px){
  body{font-size:14px}
  .hero{padding:72px 0 38px}
  .hero-lockup img{width:min(100%, 340px)}
  .hero h1{font-size:clamp(1.72rem,6vw,2.18rem)}
  .section-title{font-size:clamp(1.28rem,4.6vw,1.62rem)}
}


/* ===== Final polish v5 ===== */
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}
body{background:
  radial-gradient(900px 380px at 10% 0%, rgba(31,181,184,.07), transparent 58%),
  radial-gradient(720px 320px at 100% 0%, rgba(12,55,99,.12), transparent 52%),
  linear-gradient(180deg, #08121d 0%, #0a1420 42%, #09131e 100%);}
.topbar{backdrop-filter:blur(14px);}
.navbar-pro{background:rgba(8,18,29,.78);border-bottom:1px solid rgba(194,211,225,.08);}
.brand-link img{filter:drop-shadow(0 10px 20px rgba(0,0,0,.16));}
.hero{padding:88px 0 54px;}
.hero-grid{gap:42px;align-items:start;}
.hero-lockup img{width:min(100%, 420px);filter:drop-shadow(0 12px 24px rgba(0,0,0,.14));}
.hero h1{max-width:15ch;letter-spacing:-.04em;}
.hero p{max-width:60ch;color:#cdd9e2;}
.kicker,.eyebrow,.descriptor-note,.mini-chip,.label-soft,.scenario-label,.model-tag{letter-spacing:.08em;}
.section{padding:66px 0;}
.section.compact{padding:52px 0;}
.section-heading-row{gap:24px;}
.section-sub{max-width:62ch;}
.hero-point,.proof-item,.value-strip-card,.quick-path-card,.product-card-premium,.scenario-card,.model-card,.feature-card,.sector-card,.step-card,.contact-card,.copy-box,.glow-panel,.visual-card,.cta-banner{box-shadow:0 14px 34px rgba(0,0,0,.15);}
.hero-point,.proof-item,.value-strip-card,.quick-path-card,.product-card-premium,.scenario-card,.model-card{border-radius:20px;}
.hero-point:hover,.proof-item:hover,.value-strip-card:hover,.quick-path-card:hover,.product-card-premium:hover,.scenario-card:hover,.model-card:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(0,0,0,.17);}
.btn-pro{box-shadow:0 10px 22px rgba(0,0,0,.12);}
.btn-pro:hover{box-shadow:0 12px 24px rgba(0,0,0,.14);}
.product-grid-premium,.scenario-grid,.model-grid,.quick-path-grid{align-items:stretch;}
.product-card-premium,.scenario-card,.model-card,.quick-path-card{display:flex;flex-direction:column;height:100%;}
.product-list{margin-top:16px;}
.product-foot{margin-top:auto;padding-top:16px;display:flex;flex-direction:column;align-items:flex-start;}
.product-foot span{max-width:none;}
.cta-banner p{max-width:64ch;}
.footer-pro{background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.01));}
.footer-bottom{border-top:1px solid rgba(194,211,225,.07);padding-top:18px;}
@media (max-width: 1180px){
  .hero{padding:74px 0 44px;}
  .hero h1{max-width:none;}
}
@media (max-width: 767.98px){
  .hero-lockup img{width:min(100%, 320px);}
  .section{padding:52px 0;}
  .section.compact{padding:42px 0;}
}


/* ===== Navigation safety fix v6 ===== */
@media (max-width: 1560px){
  .navbar-pro .container-pro{gap:12px}
  .brand-link{gap:12px}
  .brand-meta > span{font-size:.95rem}
  .brand-meta small{display:none}
  .navbar-pro .navbar-nav{gap:7px}
  .nav-pill{
    min-height:38px;
    padding:.42rem .72rem!important;
    font-size:.78rem;
  }
}
@media (max-width: 1480px){
  .navbar-pro .container-pro{flex-wrap:wrap}
  .navbar-pro .navbar-toggler{margin-left:auto}
  .navbar-pro .navbar-collapse{
    width:100%;
    margin-top:12px;
    padding:12px 0 4px;
    border-top:1px solid rgba(194,211,225,.10);
  }
  .navbar-pro .navbar-nav{
    align-items:stretch;
    gap:10px;
    flex-wrap:wrap;
  }
  .navbar-pro .nav-item,
  .navbar-pro .nav-link{width:100%}
  .nav-pill{
    justify-content:flex-start;
    border-radius:18px;
    padding:.84rem 1rem!important;
  }
}


/* custom earlier collapse for the main homepage header */
@media (max-width: 1480px){
  .nav-safe-expand .navbar-toggler{display:block}
  .nav-safe-expand .navbar-collapse:not(.show){display:none!important}
  .nav-safe-expand .navbar-collapse.show{display:block!important}
}
@media (min-width: 1480.02px){
  .nav-safe-expand .navbar-toggler{display:none}
  .nav-safe-expand .navbar-collapse{display:flex!important;flex-basis:auto}
}


/* ===== Typography polish v7 ===== */
:root{
  --font-ui: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
body{
  font-family:var(--font-ui);
}
h1,h2,h3,h4,h5,h6,
.section-title,
.hero h1,
.content-hero h1,
.copy-box h2,
.copy-box h3,
.feature-card h3,
.sector-card h3,
.step-card h3,
.contact-card h3,
.subtle-card h3,
.visual-card h3,
.trust-band h3,
.module-card h3,
.footer-pro h4,
.brand-meta > span,
.brand-meta small,
.btn-pro,
.nav-pill,
.dropdown-toggle-soft,
.dropdown-item,
.mini-chip,
.eyebrow,
.kicker,
.value-pill strong,
.hero-point strong,
.path-card-top strong,
.selection-header strong,
.selection-item strong,
.footer-brand-lockup + p{
  font-family:var(--font-ui) !important;
}
.brand-meta > span{
  letter-spacing:-.018em;
  font-weight:800;
}
.brand-meta small{
  letter-spacing:.09em;
  font-weight:700;
}
.hero h1,
.content-hero h1,
.section-title,
h1,h2{
  letter-spacing:-.032em;
}
.section-sub,
.hero p,
.content-hero p,
.decision-intro-copy,
.selection-note,
.selection-item span,
.path-detail-list,
.footer-pro p,
.footer-pro li,
.contact-copy,
.copy-box p,
.step-card p,
.feature-card p,
.sector-card p,
.model-card p,
.quick-path-card p,
.scenario-card p{
  font-family:var(--font-ui);
}


.case-studies-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.case-study-card{
  position:relative;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(45,212,191,.08), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.case-study-card h3{font-size:1.08rem;font-weight:800;letter-spacing:-.02em;margin:14px 0 10px}
.case-study-card p{margin:0;color:var(--muted);line-height:1.66}
.case-study-result{
  margin-top:16px;padding:14px 16px;border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#e6f1ff;font-size:.88rem;line-height:1.58;
}
.case-study-foot span{
  max-width:58%;
  color:#9eb2c4;
  font-size:.78rem;
  overflow-wrap:anywhere;
}
@media (max-width: 991.98px){
  .case-studies-grid{grid-template-columns:1fr}
}


.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.news-card{
  position:relative;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(12,55,99,.10), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
  display:grid;gap:14px;
}
.news-topline{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.news-date{color:#9eb2c4;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.news-card h3{font-size:1.08rem;font-weight:800;letter-spacing:-.02em;margin:0}
.news-card p{margin:0;color:var(--muted);line-height:1.66}
.news-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.news-meta-item{padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);display:grid;gap:6px}
.news-meta-item strong{font-size:.78rem;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#cfe0ee}
.news-meta-item span{font-size:.9rem;line-height:1.5;color:#e6f1ff}
.news-business-box{display:grid;gap:8px}
.news-business-box strong{font-size:.78rem;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#cfe0ee}
.news-business-box span{display:block;color:#e6f1ff;line-height:1.6}
@media (max-width: 991.98px){
  .news-grid{grid-template-columns:1fr}
  .news-meta-grid{grid-template-columns:1fr}
}


/* CMS module: partner / implementation / outcome */
.partner-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.partner-result-card{position:relative;padding:24px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(247,250,252,.86));border:1px solid rgba(31,74,115,.08);box-shadow:0 18px 50px rgba(12,34,56,.07);display:flex;flex-direction:column;gap:16px;}
.partner-card-topline{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;}
.partner-metric{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(19,47,75,.06);border:1px solid rgba(19,47,75,.08);font-size:.82rem;font-weight:700;color:#163a5b;}
.partner-context-grid,.partner-flow-grid{display:grid;gap:12px;}
.partner-context-item,.partner-flow-box{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(19,47,75,.08);}
.partner-context-item strong,.partner-flow-box strong{display:block;margin-bottom:6px;color:#12324d;font-size:.84rem;letter-spacing:.02em;}
.partner-context-item span,.partner-flow-box span{display:block;color:#4c6175;line-height:1.6;}
.partner-flow-grid{grid-template-columns:1fr;}
.partner-flow-result{background:linear-gradient(180deg,rgba(31,181,184,.10),rgba(255,255,255,.84));border-color:rgba(31,181,184,.18);}
@media (max-width: 1100px){.partner-results-grid{grid-template-columns:1fr 1fr;}}
@media (max-width: 700px){.partner-results-grid{grid-template-columns:1fr;}.partner-result-card{padding:20px;border-radius:20px;}.partner-card-topline{align-items:flex-start;}}
