
:root { --bg:#0b1328; --bg2:#13213f; --card:#182a4e; --surface:#152544; --surface-elevated:#1b315c; --text:#edf3ff; --muted:#b5c4e3; --primary:#2f80ff; --primary2:#6ab8ff; --border:rgba(166,190,235,.24); --shadow-soft:0 10px 24px rgba(2,8,20,.28); --shadow-elevated:0 18px 40px rgba(2,8,20,.38);}*{box-sizing:border-box}body{margin:0;font-family:"Segoe UI",Inter,system-ui,sans-serif;color:var(--text);background:radial-gradient(1000px 500px at 70% -10%, rgba(47,128,255,.2), transparent 60%),linear-gradient(180deg,#0f1a33 0%,#0a1329 48%,#091226 100%);line-height:1.55;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 2rem));margin:0 auto}.header{position:sticky;top:0;z-index:20;background:rgba(11,19,40,.8);backdrop-filter:blur(12px);border-bottom:1px solid rgba(166,190,235,.16)}.nav{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.logo{font-weight:700}.logo span{color:var(--primary2)}.menu{display:flex;gap:1rem;color:var(--muted);font-size:.92rem;justify-self:center;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.05rem;border-radius:10px;border:1px solid transparent;font-weight:600;font-size:.9rem;transition:all .18s ease}.btn-primary{background:linear-gradient(120deg,var(--primary),var(--primary2));color:#fff}.btn-ghost{border-color:var(--border);background:rgba(255,255,255,.04)}.btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(166,190,235,.36)}.hero{padding:3.8rem 0 2.2rem}.hero h1{margin:0;font-size:clamp(2rem,5vw,3.1rem);line-height:1.1}.eyebrow{color:var(--primary2);font-size:.82rem;text-transform:uppercase;font-weight:700;letter-spacing:.5px;margin-bottom:.8rem}.lead{color:var(--muted);max-width:72ch}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.card{border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,var(--card),var(--bg2));padding:1rem;display:block;box-shadow:var(--shadow-soft);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-2px);border-color:rgba(166,190,235,.38);box-shadow:var(--shadow-elevated)}.card h3{margin:.1rem 0 .35rem;font-size:1rem}.card p{margin:0;color:var(--muted);font-size:.92rem}.section{padding:2.3rem 0}.section h2{margin:0 0 .6rem;font-size:1.8rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.panel{border:1px solid var(--border);border-radius:14px;padding:1rem;background:linear-gradient(180deg,rgba(30,50,92,.9),rgba(19,33,63,.9));box-shadow:var(--shadow-soft)}.kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:1rem}.kpi .item{border:1px solid var(--border);border-radius:10px;padding:.8rem;background:rgba(255,255,255,.03)}.kpi strong{display:block;font-size:1.2rem}.kpi span{color:var(--muted);font-size:.85rem}.list{padding-left:1rem;color:var(--muted)}.footer{border-top:1px solid rgba(166,190,235,.1);color:var(--muted);padding:1.2rem 0 2rem;margin-top:2rem}.page-hero{padding:3rem 0 1.4rem}.badge{display:inline-block;padding:.3rem .6rem;border:1px solid var(--border);border-radius:999px;color:var(--primary2);font-size:.78rem;font-weight:700}.back{color:var(--muted);font-size:.9rem;display:inline-block;margin-bottom:1rem}main .section:nth-of-type(even){background:linear-gradient(180deg,rgba(255,255,255,.022),rgba(255,255,255,.012));border-top:1px solid rgba(166,190,235,.12);border-bottom:1px solid rgba(166,190,235,.1)}a:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(106,184,255,.75);outline-offset:2px}@media(max-width:980px){.cards{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.kpi{grid-template-columns:1fr 1fr}.menu{display:none}}@media(max-width:620px){.cards{grid-template-columns:1fr}.kpi{grid-template-columns:1fr}}


/* Mega menu */
.menu-item{position:relative}
.menu-item>a{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);transition:color 150ms ease}
.menu-item>a::after{content:"▾";font-size:.72rem;opacity:.75;transform:translateY(-1px)}
.menu-item.open>a,.menu-item>a:hover{color:#e3edff}
.mega{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,6px);width:min(980px,92vw);padding:.95rem;border:1px solid rgba(126,162,225,.32);border-radius:14px;background:linear-gradient(180deg,rgba(14,26,52,.99),rgba(8,18,39,.99));opacity:0;visibility:hidden;pointer-events:none;transition:opacity 180ms ease,transform 180ms ease,visibility 180ms ease;box-shadow:0 20px 40px rgba(0,0,0,.42);z-index:40}
.mega::before{content:"";position:absolute;top:-11px;left:0;right:0;height:12px}
.menu-item.open .mega,.menu-item:hover .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.mega-head{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem;margin-bottom:.8rem;padding:0 .2rem}
.mega-title{margin:0;font-size:.86rem;letter-spacing:1px;color:#c9dbff;text-transform:uppercase;font-weight:700}
.mega-subtitle{margin:0;font-size:.78rem;color:var(--muted)}
.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.62rem}
.mega-link{display:block;padding:.64rem .68rem;border-radius:11px;border:1px solid rgba(255,255,255,.04);color:#dce8ff;background:linear-gradient(160deg,rgba(255,255,255,.025),rgba(255,255,255,.008));transition:170ms ease}
.mega-link strong{display:block;font-size:.92rem;line-height:1.25;letter-spacing:.1px}
.mega-link span{display:block;font-size:.8rem;color:var(--muted);margin-top:.22rem;line-height:1.2}
.mega-link:hover{border-color:rgba(126,162,225,.2);background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.025));transform:translateY(-1px)}
.mega-link-top{display:flex;align-items:center;gap:.52rem;min-height:1.35rem}
.mega-icon{display:inline-flex;align-items:center;justify-content:center;color:#b8d0ff;flex-shrink:0;transform:translateY(1px)}
.mega-icon svg{width:16px;height:16px;display:block;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;opacity:.95}
.mega-link:hover .mega-icon{color:#e7f0ff}
.mega-link-wide{grid-column:1/-1;border-color:rgba(126,162,225,.22);background:linear-gradient(135deg,rgba(47,128,255,.16),rgba(22,41,82,.42));display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem .9rem}
.mega-link-wide strong{font-size:.98rem}
.mega-link-wide span{margin-top:0}

/* Module page media */
.media-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;margin-top:1rem}
.media-box{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.02)}
.media-box img{display:block;width:100%;height:auto}
.diagram{padding:1rem}
.diagram h3{margin:.1rem 0 .6rem;font-size:1rem}
.flow{display:flex;flex-wrap:wrap;gap:.45rem}
.flow span{font-size:.78rem;border:1px solid var(--border);border-radius:999px;padding:.25rem .5rem;color:var(--muted)}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.story{border:1px solid var(--border);border-radius:14px;padding:1rem;background:linear-gradient(180deg,rgba(17,31,64,.9),rgba(11,23,48,.9))}
.story h3{margin:.1rem 0 .4rem}
.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem;margin-top:.8rem}
.metric{border:1px solid var(--border);border-radius:10px;padding:.55rem;background:rgba(255,255,255,.02)}
.metric strong{display:block;font-size:1.05rem}
.metric span{font-size:.78rem;color:var(--muted)}
.btn-primary{position:relative;overflow:hidden}
.btn-primary::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.22),transparent 50%);transform:translateX(-120%);transition:transform .45s ease}
.btn-primary:hover::after{transform:translateX(120%)}
.demo-form{display:grid;gap:.6rem}
.demo-form input,.demo-form textarea,.demo-form select{width:100%;padding:.62rem .68rem;border-radius:10px;border:1px solid var(--border);background:rgba(255,255,255,.03);color:var(--text);font:inherit}
.demo-form textarea{resize:vertical}
.demo-form input:focus,.demo-form textarea:focus,.demo-form select:focus{outline:none;border-color:rgba(89,176,255,.6)}
.filter-bar{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:.55rem;margin-bottom:.7rem}
.filter-bar input,.filter-bar select{width:100%;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--border);background:rgba(255,255,255,.03);color:var(--text);font:inherit}
.table-wrap{overflow:auto}
.admin-table{width:100%;border-collapse:collapse;min-width:920px}
.admin-table th,.admin-table td{border:1px solid var(--border);padding:.55rem;vertical-align:top;font-size:.84rem}
.admin-table th{background:rgba(255,255,255,.04);text-align:left}
@media(max-width:980px){.mega{display:none !important}.media-grid,.story-grid{grid-template-columns:1fr}.metric-row{grid-template-columns:1fr 1fr}.filter-bar{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.metric-row{grid-template-columns:1fr}}

/* Module detail intro hero */
.module-hero{padding:2.2rem 0 1.1rem}
.module-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:center}
.module-kicker{font-size:.82rem;color:var(--muted);letter-spacing:1px;text-transform:uppercase;font-weight:700}
.module-hero h1{margin:.4rem 0 .5rem;font-size:clamp(2rem,5vw,3.2rem);line-height:1.03}
.module-hero .lead{max-width:52ch}
.module-hero-shot{position:relative;border-radius:22px;background:linear-gradient(145deg,rgba(31,47,84,.95),rgba(12,21,43,.98));border:1px solid rgba(152,173,213,.28);padding:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -10px 24px rgba(0,0,0,.45),0 18px 32px rgba(0,0,0,.45)}
.module-hero-shot::before{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);width:86px;height:7px;border-radius:999px;background:rgba(10,16,33,.95);border:1px solid rgba(255,255,255,.08);z-index:2}
.module-hero-shot::after{content:"";position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:110px;height:5px;border-radius:999px;background:rgba(231,239,255,.18);z-index:2}
.module-hero-shot img{display:block;width:100%;height:auto;border-radius:14px;border:1px solid rgba(255,255,255,.08)}
.module-hero-glass{position:absolute;inset:12px;border-radius:14px;pointer-events:none;background:linear-gradient(130deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.04) 28%,rgba(255,255,255,0) 46%),linear-gradient(20deg,rgba(255,255,255,.05),rgba(255,255,255,0));mix-blend-mode:screen}
@media(max-width:980px){.module-hero-grid{grid-template-columns:1fr}}

/* Professional module page refinements */
.module-hero{
  padding:2.7rem 0 1.6rem;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.module-hero-grid{
  grid-template-columns:1.05fr .95fr;
  gap:1.4rem;
}
.module-kicker{
  letter-spacing:1.2px;
  color:#b8c8e8;
}
.module-hero h1{
  font-size:clamp(2.3rem,5.8vw,4rem);
  font-weight:800;
  margin:.45rem 0 .65rem;
}
.module-hero .btn{
  margin-top:.9rem;
  min-width:190px;
}
.module-hero-shot{
  border-radius:24px;
  padding:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), inset 0 -12px 28px rgba(0,0,0,.48), 0 20px 38px rgba(0,0,0,.45);
}
.module-hero-shot img{
  border-radius:16px;
}
.module-hero-glass{
  inset:14px;
  border-radius:16px;
}
.section#capabilities .panel{
  padding:1.35rem;
  border-radius:16px;
}
.section#capabilities .panel h2{
  font-size:2rem;
  margin:0 0 .65rem;
  letter-spacing:.2px;
}
.section#capabilities .panel .lead,
.section#capabilities .panel li{
  font-size:1.18rem;
  line-height:1.55;
}
.section#capabilities .kpi .item{
  padding:1rem .95rem;
}
.section#capabilities .kpi strong{
  font-size:1.5rem;
}

/* Professional solution page sections */
.solution-band{border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,rgba(17,31,64,.92),rgba(11,23,48,.9));padding:1.2rem}
.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:.75rem}
.solution-card{border:1px solid var(--border);border-radius:12px;background:rgba(255,255,255,.02);padding:.85rem}
.solution-card h4{margin:.1rem 0 .35rem;font-size:.98rem}
.solution-card p{margin:0;color:var(--muted);font-size:.9rem}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.benefit{border:1px solid var(--border);border-radius:12px;padding:.85rem;background:rgba(255,255,255,.02)}
.benefit strong{display:block;font-size:1.5rem;color:#2ad195;line-height:1}
.benefit span{display:block;margin-top:.25rem;color:var(--muted);font-size:.84rem}
.bullet-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.bullet-grid ul{margin:.25rem 0 0;padding-left:1rem;color:var(--muted)}
.bullet-grid li+li{margin-top:.4rem}
@media(max-width:980px){.solution-grid,.benefit-grid,.bullet-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.solution-grid,.benefit-grid,.bullet-grid{grid-template-columns:1fr}}


/* Enterprise module sections */
.stakeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:.8rem}
.stake-card{border:1px solid var(--border);border-radius:12px;background:rgba(255,255,255,.02);padding:.9rem}
.stake-card h4{margin:.1rem 0 .35rem;font-size:.95rem}
.stake-card p{margin:0;color:var(--muted);font-size:.88rem}
.case-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}
.case-panel{border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,rgba(17,31,64,.92),rgba(11,23,48,.88));padding:1rem}
.case-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:.8rem}
.case-kpi{border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.02);padding:.7rem}
.case-kpi strong{display:block;font-size:1.15rem;line-height:1;color:#2ad195}
.case-kpi span{font-size:.8rem;color:var(--muted)}
@media(max-width:980px){.stakeholder-grid{grid-template-columns:1fr 1fr}.case-grid{grid-template-columns:1fr}}
@media(max-width:620px){.stakeholder-grid,.case-kpis{grid-template-columns:1fr}}




/* CTA icons */
.btn svg{width:14px;height:14px;display:block;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.btn.has-icon{gap:.45rem}

.nav > :last-child{justify-self:end}
.menu a.active{color:#e8f1ff;font-weight:700}
.menu > a.active::after{display:none}


/* Rich module content blocks imported from module master file */
.module-rich .mod-hero{padding:2.2rem 0 1.2rem;border-bottom:none}
.module-rich .mod-hero-inner{width:min(1160px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;align-items:start}
.module-rich .mod-tag{display:none}
.module-rich .mod-hero h2{margin:.65rem 0 .5rem;font-size:clamp(1.5rem,3.4vw,2.35rem);line-height:1.08}
.module-rich .mod-hero p{margin:0;color:var(--muted)}
.module-rich .module-tablet{
  margin-top:.9rem;
  width:min(520px,100%);
  border-radius:22px;
  padding:12px;
  border:1px solid rgba(138,165,214,.28);
  background:linear-gradient(145deg,rgba(27,42,76,.95),rgba(10,19,40,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -10px 24px rgba(0,0,0,.36),0 18px 32px rgba(0,0,0,.42);
  position:relative;
}
.module-rich .module-tablet::before{
  content:"";
  position:absolute;
  top:5px;
  left:50%;
  transform:translateX(-50%);
  width:64px;
  height:6px;
  border-radius:999px;
  background:rgba(8,16,33,.9);
  border:1px solid rgba(255,255,255,.08);
}
.module-rich .module-tablet img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
}
.module-rich .mod-kpi-stack{display:grid;gap:.55rem}
.module-rich .kpi-pill{border:1px solid var(--border);border-radius:12px;padding:.75rem .8rem;background:rgba(255,255,255,.02)}
.module-rich .kpi-pill-val{font-size:1.5rem;line-height:1;font-weight:800}
.module-rich .kpi-pill-lbl{font-size:.78rem;color:var(--muted)}
.module-rich .int-strip{width:min(1160px,calc(100% - 2rem));margin:1rem auto 0;border:none;border-radius:12px;padding:.8rem;background:rgba(255,255,255,.02)}
.module-rich .int-label{display:block;font-size:.74rem;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem}
.module-rich .int-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.module-rich .int-tag{font-size:.74rem;border:1px solid var(--border);border-radius:999px;padding:.22rem .55rem;color:#c9d7f5}
.module-rich .int-tag.highlighted{border-color:rgba(89,176,255,.45);color:#dff0ff;background:rgba(47,128,255,.12)}
.module-rich .section{padding:1.95rem 0 1.7rem;width:min(1160px,calc(100% - 2rem));margin:0 auto}
.module-rich .section-eyebrow{font-size:.76rem;text-transform:uppercase;letter-spacing:.9px;color:#b7c8ea;margin-bottom:.35rem}
.module-rich .section-title{margin:.45rem 0 1.15rem;font-size:clamp(1.45rem,3.3vw,2.2rem);line-height:1.16;letter-spacing:.2px}
.module-rich .section-title em{color:#8ec8ff;font-style:normal}
.module-rich main .section:nth-of-type(even){
  background:transparent;
  border-top:none;
  border-bottom:none;
}
.module-rich .cap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.module-rich .cap-card{border:1px solid var(--border);border-radius:12px;padding:.85rem;background:linear-gradient(180deg,rgba(17,31,64,.9),rgba(11,23,48,.88))}
.module-rich .cap-icon-wrap{font-size:1.05rem;margin-bottom:.45rem}
.module-rich .cap-card h4{margin:.1rem 0 .35rem}
.module-rich .cap-card p{margin:0;color:var(--muted);font-size:.92rem}
.module-rich .cap-card ul{margin:.45rem 0 0;padding-left:1rem;color:var(--muted)}
.module-rich .cap-card li+li{margin-top:.2rem}
.module-rich .flow-wrap{border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-top:.25rem}
.module-rich .flow-step{display:grid;grid-template-columns:56px 1fr;border-top:1px solid var(--border)}
.module-rich .flow-step:first-child{border-top:none}
.module-rich .flow-num-col{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border);padding:.7rem}
.module-rich .flow-num{font-weight:800;color:#9cc8ff}
.module-rich .flow-body{padding:.75rem .9rem}
.module-rich .flow-body h4{margin:0 0 .2rem}
.module-rich .flow-body p{margin:0;color:var(--muted);font-size:.9rem}
.module-rich .adv-split{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:min(1160px,calc(100% - 2rem));margin:0 auto}
.module-rich .adv-col{border:1px solid var(--border);border-radius:12px;padding:.9rem;background:rgba(255,255,255,.02)}
.module-rich .adv-col-title{text-transform:uppercase;font-size:.76rem;color:#b8c8e8;margin-bottom:.5rem}
.module-rich .adv-list{display:grid;gap:.55rem}
.module-rich .adv-item{display:flex;gap:.45rem}
.module-rich .adv-dot{width:7px;height:7px;border-radius:50%;margin-top:.45rem;flex:0 0 7px}
.module-rich .adv-item-text h5{margin:0 0 .14rem}
.module-rich .adv-item-text p{margin:0;color:var(--muted);font-size:.88rem}
.module-rich .metrics-band{width:min(1160px,calc(100% - 2rem));margin:0 auto 1rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}
.module-rich .metric-cell{border:1px solid var(--border);border-radius:12px;padding:.7rem;background:rgba(255,255,255,.02);text-align:center}
.module-rich .metric-val{font-weight:800;font-size:1.2rem}
.module-rich .metric-val.c{color:#8ec8ff}.module-rich .metric-val.g{color:#ffd184}.module-rich .metric-val.e{color:#6be1a6}.module-rich .metric-val.r{color:#ff8fa3}
.module-rich .metric-lbl{display:block;color:var(--muted);font-size:.78rem}
.module-rich .mod-cta{display:none}
.module-rich .cta-text h3{margin:0 0 .2rem;font-size:1.05rem}
.module-rich .cta-text p{margin:0;color:var(--muted)}
.module-rich .cta-btns{display:flex;gap:.55rem;flex-wrap:wrap}
.module-rich .btn-p,.module-rich .btn-o{font:inherit;font-weight:700;font-size:.84rem;padding:.58rem .8rem;border-radius:10px;cursor:pointer}
.module-rich .btn-p{border:1px solid transparent;background:linear-gradient(120deg,var(--primary),var(--primary2));color:#fff}
.module-rich .btn-o{border:1px solid var(--border);background:transparent;color:#d8e7ff}
@media(max-width:980px){.module-rich .mod-hero-inner,.module-rich .cap-grid,.module-rich .adv-split{grid-template-columns:1fr}.module-rich .metrics-band{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.module-rich .metrics-band{grid-template-columns:1fr}}

/* Remove remaining horizontal separators across module pages */
.module-rich .mod-hero,
.module-rich .int-strip,
.module-rich .metrics-band,
.module-rich .flow-wrap,
.module-rich .flow-step{
  border-top:none !important;
  border-bottom:none !important;
}
.module-rich .flow-step:first-child{
  border-top:none !important;
}
.module-rich .int-strip{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  margin-top:.6rem;
}
.module-rich .mod-hero{
  border:none !important;
  box-shadow:none !important;
}
.module-rich .mod-hero-glow{
  display:none !important;
}
.module-rich .int-strip::before,
.module-rich .int-strip::after{
  display:none !important;
}

/* Global responsive polish for tablet/mobile */
@media (max-width: 980px) {
  .container {
    width: min(1160px, calc(100% - 1.2rem));
  }

  .mega {
    display: none !important;
  }

  .hero,
  .page-hero,
  .section {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(1160px, calc(100% - 1rem));
  }

  .hero h1,
  .section h2 {
    line-height: 1.15;
  }

  .contact-map {
    min-height: 300px;
  }
}

/* Primary CTAs — emerald (TR + EN) */
.btn-primary {
  background: linear-gradient(128deg, #0a7661, #14b896 42%, #2fd5a4);
  color: #04271f;
  box-shadow: 0 8px 22px rgba(47, 213, 164, 0.32);
}
.btn-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 12px 28px rgba(47, 213, 164, 0.4);
}
.module-rich .btn-p {
  background: linear-gradient(128deg, #0a7661, #14b896 42%, #2fd5a4);
  color: #04271f;
  box-shadow: 0 6px 18px rgba(47, 213, 164, 0.26);
}
.module-rich .btn-p:hover {
  filter: brightness(1.05);
  box-shadow: 0 8px 22px rgba(47, 213, 164, 0.34);
}

/* Industries pages: avoid double separator above footer */
.industry-content .section:last-of-type {
  border-bottom: none !important;
}

/* Global: keep only one separator before footer */
main > .section:last-of-type {
  border-bottom: none !important;
}

/* Premium polish for industry critical sections (TR + EN) */
.industry-content .solution-grid {
  gap: 2rem !important;
  align-items: stretch !important;
}

.industry-content .solution-list {
  gap: 1.1rem !important;
}

.industry-content .solution-item {
  margin: 0 !important;
  padding: 0.95rem 1rem !important;
  border: 1px solid rgba(166, 190, 235, 0.22) !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, rgba(23, 40, 76, 0.82), rgba(16, 30, 59, 0.78)) !important;
  box-shadow: 0 8px 20px rgba(2, 8, 20, 0.22) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.industry-content .solution-item:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(106, 184, 255, 0.45) !important;
  box-shadow: 0 14px 28px rgba(2, 8, 20, 0.32) !important;
}

.industry-content .sol-body h4 {
  margin-bottom: 0.35rem !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  letter-spacing: 0.1px !important;
}

.industry-content .sol-body p {
  font-size: 0.95rem !important;
  line-height: 1.62 !important;
  color: #c7d6ef !important;
}

.industry-content .module-badges {
  gap: 0.75rem !important;
}

.industry-content .module-badge {
  min-height: 64px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(166, 190, 235, 0.24) !important;
  background: linear-gradient(180deg, rgba(24, 45, 84, 0.8), rgba(17, 33, 64, 0.78)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.industry-content .module-badge:hover {
  border-color: rgba(106, 184, 255, 0.42) !important;
  box-shadow: 0 8px 18px rgba(2, 8, 20, 0.22) !important;
}

.industry-content .badge-tag {
  min-width: 72px !important;
  border-radius: 8px !important;
  font-size: 0.73rem !important;
  letter-spacing: 0.08em !important;
}

.industry-content .badge-text {
  font-size: 1rem !important;
  line-height: 1.45 !important;
  color: #e5eefc !important;
}

@media (max-width: 980px) {
  .industry-content .solution-grid {
    gap: 1.2rem !important;
  }
}

