@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --navy:#0A1628;
  --navy-mid:#0D2040;
  --blue:#1A4B8C;
  --blue-mid:#1E5FAD;
  --blue-light:#2E7DD1;
  --electric:#4FA3F7;
  --cyan:#00C8E0;
  --vivid-orange:#FF6B35;
  --vivid-teal:#00BFA6;
  --vivid-amber:#FFB800;
  --hero-grad-start:#0D1F3C;
  --hero-grad-end:#1A3A5C;
  --white:#FFFFFF;
  --off-white:#F4F8FF;
  --off-white2:#EEF3FB;
  --gray-light:#DDE5F4;
  --gray:#8A9AB5;
  --text-dark:#0A1628;
  --text-mid:#3A4A65;
  --text-light:#6B7A99;
  --radius-sm:8px;
  --radius-md:16px;
  --radius-lg:24px;
  --shadow-card:0 4px 24px rgba(10,22,40,.07);
  --shadow-hover:0 16px 48px rgba(10,22,40,.13);
  --shadow-soft:0 2px 12px rgba(10,22,40,.05);
  --transition:.35s cubic-bezier(.4,0,.2,1);
}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text-dark);background:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 60px}.muted{color:var(--text-light)}
.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 60px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(10,22,40,.07);transition:box-shadow var(--transition),background var(--transition)}.site-nav.scrolled{background:rgba(255,255,255,.97);box-shadow:0 2px 24px rgba(10,22,40,.08)}.nav-logo{display:flex;align-items:center}.nav-logo img{height:52px;width:auto}.nav-links{display:flex;align-items:center;gap:34px;list-style:none}.nav-links a{font-size:14px;font-weight:600;letter-spacing:.03em;color:var(--text-mid);position:relative}.nav-links a:after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:2px;background:linear-gradient(90deg,var(--blue-light),var(--cyan));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.nav-links a:hover,.nav-links a.active{color:var(--navy)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.btn-primary-nav{padding:10px 22px;border-radius:50px;background:linear-gradient(135deg,var(--blue-light),var(--cyan));color:var(--white);font-size:13px;font-weight:700;box-shadow:0 4px 16px rgba(46,125,209,.28)}.nav-hamburger{display:none;width:42px;height:42px;border:0;background:transparent;cursor:pointer;z-index:1100}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--navy);margin:5px auto;border-radius:2px;transition:.25s}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;inset:0;z-index:999;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);align-items:center;justify-content:center;flex-direction:column;padding:90px 32px 40px}.mobile-menu.open{display:flex}.mobile-menu a{display:block;text-align:center;padding:16px 0;font-size:22px;font-weight:700;color:var(--text-mid);border-bottom:1px solid rgba(10,22,40,.07);width:min(320px,90vw)}.mobile-menu .btn-mobile{margin-top:24px;width:min(280px,90vw);border-bottom:0;color:var(--white);font-size:15px}
.hero{position:relative;height:100vh;max-height:820px;min-height:540px;display:flex;align-items:center;overflow:hidden}.hero-bg,.page-hero-bg{position:absolute;inset:0;background-size:110%;background-position:center 30%;background-color:var(--navy);filter:brightness(1.02) saturate(1.10)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(8,18,36,.55) 0%,rgba(8,18,36,.30) 28%,rgba(8,18,36,.06) 52%,transparent 70%)}.hero-content{position:relative;z-index:2;max-width:700px;margin:0;padding:0 0 0 80px}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 16px;border-radius:50px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.32);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.95);margin-bottom:28px}.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 6px rgba(0,200,224,.18)}.hero-title{font-family:'Playfair Display',serif;font-size:clamp(36px,4.5vw,64px);line-height:1.10;color:var(--white);max-width:620px;margin-bottom:18px;text-shadow:0 2px 24px rgba(8,18,36,.70),0 4px 40px rgba(8,18,36,.45)}.section-title em,.page-title em{font-style:italic;background:linear-gradient(90deg,var(--electric),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title em{font-style:italic;color:#fff;-webkit-text-fill-color:#fff;background:none}.hero-subtitle{font-size:16px;line-height:1.70;color:rgba(255,255,255,.92);max-width:560px;margin-bottom:32px;text-shadow:0 2px 16px rgba(8,18,36,.65),0 4px 28px rgba(8,18,36,.40)}.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-bottom:0}.btn-primary,.btn-secondary,.btn-light{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;border-radius:50px;font-size:15px;font-weight:800;letter-spacing:.02em;transition:all var(--transition)}.btn-primary{background:linear-gradient(135deg,var(--blue-light),var(--cyan));color:var(--white);box-shadow:0 8px 32px rgba(46,125,209,.42)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 48px rgba(46,125,209,.56)}.btn-secondary{border:1.5px solid rgba(255,255,255,.58);color:var(--white);background:rgba(255,255,255,.10);backdrop-filter:blur(4px)}.btn-secondary:hover{background:rgba(255,255,255,.18)}.btn-light{border:1px solid var(--gray-light);color:var(--blue-light);background:var(--white)}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:760px;border:1px solid rgba(255,255,255,.22);border-radius:22px;background:rgba(255,255,255,.13);backdrop-filter:blur(14px);overflow:hidden}.hero-stat{padding:22px 24px;border-right:1px solid rgba(255,255,255,.18)}.hero-stat:last-child{border-right:0}.hero-stat strong{display:block;color:var(--white);font-size:32px;line-height:1;margin-bottom:6px}.hero-stat span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.72)}.ticker{overflow:hidden;background:var(--navy);color:rgba(255,255,255,.84);padding:14px 0}.ticker-track{display:flex;gap:55px;white-space:nowrap;animation:ticker 34s linear infinite}.ticker span{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ticker span:before{content:'';width:5px;height:5px;border-radius:50%;background:var(--cyan)}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
section{padding:100px 0}.section-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-light);display:inline-flex;align-items:center;gap:10px;margin-bottom:16px}.section-kicker:before{content:'';width:28px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--blue-light),var(--cyan))}.section-title{font-family:'Playfair Display',serif;font-size:clamp(32px,3.5vw,50px);line-height:1.18;color:var(--navy);margin-bottom:16px}.section-subtitle{font-size:17px;line-height:1.75;color:var(--text-mid);max-width:640px}.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:56px}.light-section{background:var(--off-white)}.dark-section{background:var(--navy);color:var(--white)}.dark-section .section-title,.dark-section h2,.dark-section h3{color:var(--white)}.dark-section .section-subtitle,.dark-section p{color:rgba(255,255,255,.76)}
.journey-grid{display:grid;grid-template-columns:1fr .92fr;gap:72px;align-items:center}.steps{display:flex;flex-direction:column}.step{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--gray-light)}.step-num{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--off-white2);color:var(--blue-light);font-weight:800;font-size:13px}.step:first-child .step-num{background:linear-gradient(135deg,var(--blue-light),var(--cyan));color:var(--white)}.step h3{font-size:18px;margin-bottom:8px;color:var(--navy)}.step p{font-size:15px;line-height:1.7;color:var(--text-mid)}.image-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-hover)}.image-card img{width:100%;height:560px;object-fit:cover}.floating-proof{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(255,255,255,.94);border:1px solid rgba(10,22,40,.08);border-radius:18px;padding:22px 24px;box-shadow:var(--shadow-card);backdrop-filter:blur(12px)}.floating-proof small{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--blue-light);text-transform:uppercase;margin-bottom:8px}.floating-proof strong{display:block;font-size:17px;line-height:1.4;color:var(--navy)}.proof-line{height:4px;border-radius:5px;background:linear-gradient(90deg,var(--blue-light),var(--cyan));margin-top:16px;width:74%}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.solution-card,.cap-card,.quality-card,.scenario-card,.value-card,.contact-card{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition);overflow:hidden}.solution-card:hover,.cap-card:hover,.quality-card:hover,.scenario-card:hover,.value-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:rgba(46,125,209,.25)}.solution-card img{width:100%;height:230px;object-fit:cover}.solution-body{padding:30px}.tag{display:inline-flex;padding:6px 12px;border-radius:50px;background:linear-gradient(135deg,rgba(46,125,209,.12),rgba(0,200,224,.12));color:var(--blue-light);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.solution-card h3,.quality-card h3,.scenario-card h3,.value-card h3{font-size:22px;color:var(--navy);margin-bottom:12px}.solution-card p,.quality-card p,.scenario-card p,.value-card p{font-size:15px;line-height:1.72;color:var(--text-mid);margin-bottom:20px}.mini-list{list-style:none;display:grid;gap:9px;margin:18px 0}.mini-list li{font-size:14px;color:var(--text-mid);display:flex;gap:9px}.mini-list li:before{content:'';width:6px;height:6px;border-radius:50%;background:var(--blue-light);margin-top:8px;flex:0 0 auto}.card-link{font-weight:800;color:var(--blue-light);font-size:14px}.capability-wrap{display:grid;grid-template-columns:1fr 1fr;gap:28px}.cap-card{padding:30px}.cap-card h3{font-size:20px;margin-bottom:18px;color:var(--navy)}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;padding:9px 13px;border-radius:50px;background:var(--off-white);border:1px solid var(--gray-light);font-size:13px;font-weight:700;color:var(--text-mid)}.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.quality-card{padding:30px}.quality-num{font-family:'Playfair Display',serif;font-size:42px;color:var(--blue-light);line-height:1;margin-bottom:20px}.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.feature-list{display:grid;gap:16px}.feature{display:flex;gap:16px;padding:20px 22px;background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.feature-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,rgba(46,125,209,.14),rgba(0,200,224,.14));color:var(--blue-light);font-weight:900;flex:0 0 auto}.feature h3{font-size:16px;margin-bottom:5px}.feature p{font-size:14px;line-height:1.65;color:var(--text-mid)}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.scenario-card{padding:32px}.cta{position:relative;overflow:hidden;background:var(--navy);color:var(--white);padding:110px 0}.cta-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.16}.cta .container{position:relative;z-index:1;text-align:center}.cta h2{font-family:'Playfair Display',serif;font-size:clamp(36px,5vw,64px);line-height:1.12;margin-bottom:18px}.cta p{max-width:680px;margin:0 auto 34px;color:rgba(255,255,255,.78);font-size:18px;line-height:1.75}.cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.page-hero{position:relative;min-height:520px;display:flex;align-items:center;padding-top:72px;overflow:hidden}.page-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,22,40,.82),rgba(10,22,40,.48),rgba(10,22,40,.12))}.page-hero-content{position:relative;z-index:1;max-width:920px;padding:0 60px;margin:0 auto;width:100%}.page-title{font-family:'Playfair Display',serif;font-size:clamp(42px,5vw,72px);line-height:1.08;color:var(--white);margin-bottom:20px}.page-subtitle{font-size:18px;line-height:1.75;color:rgba(255,255,255,.84);max-width:680px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.copy p{font-size:16px;line-height:1.82;color:var(--text-mid);margin-bottom:18px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat-card{padding:26px;background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.stat-card strong{display:block;font-size:34px;color:var(--blue-light);margin-bottom:8px}.stat-card span{font-size:13px;color:var(--text-mid);font-weight:700}.timeline{display:grid;gap:18px}.milestone{display:grid;grid-template-columns:110px 1fr;gap:26px;padding:24px;background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.milestone strong{color:var(--blue-light);font-size:20px}.service-module{padding:80px 0;border-bottom:1px solid var(--gray-light)}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.service-row.reverse .service-img{order:-1}.service-img img{border-radius:var(--radius-lg);height:430px;width:100%;object-fit:cover;box-shadow:var(--shadow-hover)}.service-text h2{font-family:'Playfair Display',serif;font-size:42px;line-height:1.18;margin-bottom:14px;color:var(--navy)}.service-text .lead{font-size:18px;color:var(--blue-light);font-weight:700;margin-bottom:18px}.table-wrap{overflow-x:auto;border:1px solid var(--gray-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}table{border-collapse:collapse;width:100%;background:var(--white)}th,td{padding:18px 20px;border-bottom:1px solid var(--gray-light);text-align:left;font-size:14px;line-height:1.55;color:var(--text-mid)}th{background:var(--off-white);color:var(--navy);font-weight:800}tr:last-child td{border-bottom:0}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}.contact-list{display:grid;gap:16px}.contact-card{padding:24px}.contact-card h3{font-size:17px;margin-bottom:8px;color:var(--navy)}.contact-card p,.contact-card a{font-size:15px;line-height:1.7;color:var(--text-mid)}.form{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:8px;margin-bottom:16px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800;color:var(--navy)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--gray-light);border-radius:12px;padding:13px 14px;font:inherit;color:var(--navy);background:var(--off-white)}.field textarea{min-height:140px;resize:vertical}.form-note{font-size:12px;color:var(--text-light);line-height:1.6;margin-top:12px}.static-note{padding:14px 16px;background:var(--off-white);border:1px solid var(--gray-light);border-radius:12px;color:var(--text-mid);font-size:13px;line-height:1.6;margin-bottom:20px}footer{background:var(--navy);color:var(--white);padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:44px}.footer-logo img{height:70px;margin-bottom:18px}.footer-desc{color:rgba(255,255,255,.68);line-height:1.7;font-size:14px;max-width:320px}.footer-title{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.92);margin-bottom:18px}.footer-links{list-style:none;display:grid;gap:12px}.footer-links a{color:rgba(255,255,255,.65);font-size:14px}.footer-links a:hover{color:var(--cyan)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;color:rgba(255,255,255,.54);font-size:13px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:980px){.container{padding:0 28px}.site-nav{padding:0 24px}.nav-links,.nav-cta{display:none}.nav-hamburger{display:block}.hero-content,.page-hero-content{padding-left:28px;padding-right:28px}.hero-stats{grid-template-columns:repeat(2,1fr);max-width:520px}.hero-stat:nth-child(2){border-right:0}.hero-stat:nth-child(1),.hero-stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,.18)}.section-header,.journey-grid,.why-grid,.two-col,.service-row,.contact-layout{grid-template-columns:1fr;gap:40px}.cards-grid,.quality-grid,.scenario-grid,.stats-grid{grid-template-columns:1fr 1fr}.capability-wrap,.footer-grid{grid-template-columns:1fr 1fr}.service-row.reverse .service-img{order:0}}@media (max-width:640px){section{padding:72px 0}.hero{min-height:860px}.hero-actions,.cta-actions{align-items:stretch}.btn-primary,.btn-secondary,.btn-light{width:100%}.cards-grid,.quality-grid,.scenario-grid,.stats-grid,.capability-wrap,.footer-grid,.form-grid{grid-template-columns:1fr}.hero-stats{grid-template-columns:1fr}.hero-stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)}.hero-stat:last-child{border-bottom:0}.image-card img,.service-img img{height:360px}.footer-bottom{flex-direction:column}.page-hero{min-height:470px}}

/* Restored original Services page content */
.service-anchor-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;max-width:860px}.service-anchor-nav a{display:inline-flex;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:rgba(255,255,255,.92);font-size:12px;font-weight:800;letter-spacing:.04em;backdrop-filter:blur(8px)}.service-anchor-nav a:hover{background:rgba(255,255,255,.2);color:var(--white)}.service-badges{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 24px}.service-badges span{display:inline-flex;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,rgba(46,125,209,.12),rgba(0,200,224,.12));border:1px solid rgba(46,125,209,.18);color:var(--blue-light);font-size:12px;font-weight:800}.product-portfolio-section{background:var(--off-white)}.product-portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-chip{background:var(--white);border:1px solid var(--gray-light);border-radius:18px;padding:22px;box-shadow:var(--shadow-soft);transition:all var(--transition);min-height:120px;display:flex;align-items:center;position:relative;overflow:hidden;background-size:cover;background-position:center}.product-chip:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:rgba(46,125,209,.5)}.product-chip span{font-weight:850;color:#fff;line-height:1.35;position:relative;z-index:1;text-shadow:0 1px 4px rgba(0,0,0,.4)}.product-chip:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,26,60,.55),rgba(0,80,160,.35));border-radius:18px;z-index:0}.portfolio-note{margin-top:28px;background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-card);display:grid;gap:10px}.portfolio-note strong{font-size:20px;color:var(--navy)}.portfolio-note p{font-size:15px;line-height:1.72;color:var(--text-mid);max-width:760px}@media (max-width:980px){.product-portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.service-anchor-nav{display:none}.product-portfolio-grid{grid-template-columns:1fr}.product-chip{min-height:auto}}

/* ===== HERO SPLIT LAYOUT ===== */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  max-height: 800px;
  min-height: 520px;
  padding-top: 72px;
}
.hero-split-left {
  background: 
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(0,180,255,.28) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(0,230,200,.18) 0%, transparent 55%),
    linear-gradient(135deg, #061529 0%, #0a2040 40%, #0c2a58 70%, #0d1f3c 100%);
  display: flex;
  align-items: center;
  padding: 48px 56px 48px 60px;
  position: relative;
  overflow: hidden;
}
.hero-split-left::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -40px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,160,255,.22) 0%, rgba(0,100,220,.08) 45%, transparent 70%);
  pointer-events: none;
  animation: glow-pulse 6s ease-in-out infinite alternate;
}
.hero-split-left::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,220,200,.20) 0%, rgba(0,180,224,.06) 50%, transparent 70%);
  pointer-events: none;
  animation: glow-pulse 8s ease-in-out infinite alternate-reverse;
}
@keyframes glow-pulse {
  from { opacity: .7; transform: scale(1); }
  to   { opacity: 1;  transform: scale(1.12); }
}
.hero-split-inner {
  position: relative;
  z-index: 2;
  max-width: 580px;
}
.hero-split-left .eyebrow {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
}
.hero-split-left .hero-title {
  text-shadow: none;
  font-size: clamp(32px, 3.8vw, 56px);
  margin-bottom: 16px;
}
.hero-split-left .hero-subtitle {
  font-size: 16px;
  margin-bottom: 32px;
}
.hero-split-left .hero-subtitle {
  text-shadow: none;
  color: rgba(255,255,255,.82);
}
.hero-split-left .hero-stats {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  max-width: 100%;
}
.hero-split-left .hero-stat strong {
  color: #fff;
}
.hero-split-right {
  position: relative;
  overflow: hidden;
}
.hero-split-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero-split-badge {
  position: absolute;
  bottom: 32px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(10,22,40,.08);
  border-radius: 50px;
  padding: 12px 20px;
  box-shadow: 0 8px 32px rgba(10,22,40,.14);
  backdrop-filter: blur(12px);
}
.badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.2);
  flex-shrink: 0;
}
.hero-split-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #0a1628;
  line-height: 1.2;
}
.hero-split-badge span {
  display: block;
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}
@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-split-left {
    padding: 60px 28px;
  }
  .hero-split-right {
    height: 320px;
  }
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  letter-spacing: .02em;
  transition: color .25s;
  padding: 15px 0;
}
.btn-ghost:hover { color: #fff; }
