:root{
  --bg:#f6f8fb;
  --bg-soft:#eef4f8;
  --surface:#ffffff;
  --surface-2:#f3f6fa;
  --text:#0f172a;
  --muted:#526075;
  --muted-2:#6b7a90;
  --line:#dce5ef;
  --line-strong:#c8d4e1;
  --primary:#0d9488;
  --primary-2:#164e63;
  --accent:#14b8a6;
  --dark:#08111f;
  --dark-2:#0f1c2e;
  --shadow:0 20px 60px rgba(12, 23, 42, .10);
  --shadow-soft:0 12px 30px rgba(12, 23, 42, .08);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
  --container:1200px;
}

*,
*::before,
*::after{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:#fff;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{
  width:min(var(--container), calc(100% - 40px));
  margin-inline:auto;
}
.eyebrow{
  display:inline-block;
  margin-bottom:18px;
  font-size:.74rem;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#5f7189;
}
.eyebrow.light{color:#b8d6df}
h1,h2,h3,h4{
  margin:0;
  font-family:"Manrope","Inter",sans-serif;
  letter-spacing:-.03em;
  line-height:1.04;
}
h1{font-size:clamp(2.5rem, 6vw, 5rem)}
h2{font-size:clamp(2rem, 4.3vw, 3.3rem)}
h3{font-size:1.34rem}
p{margin:0 0 1rem;color:var(--muted)}
.lead{
  font-size:clamp(1.08rem,1.6vw,1.25rem);
  line-height:1.75;
  max-width:62ch;
}
.lead-small{
  font-size:1.03rem;
  line-height:1.9;
  color:var(--muted);
}
.section{
  padding:86px 0;
}
.surface-alt{
  background:
    radial-gradient(circle at top right, rgba(20,184,166,.06), transparent 28%),
    var(--bg);
}
.dark-band{
  background:linear-gradient(180deg,#0b1424,#08111f);
  color:#fff;
}
.dark-band p{color:#b7c5d4}
.stats-section{padding:0 0 36px;background:#fff}
.button-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  animation:heroRise 1.25s ease both;
}
.button-row.center{justify-content:center}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  font-weight:700;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background .28s ease,
    border-color .28s ease,
    color .28s ease,
    filter .28s ease;
  border:1px solid transparent;
  min-height:48px;
  will-change:transform;
}
.btn:hover{
  transform:translateY(-3px);
  filter:saturate(1.04);
}
.btn:active{
  transform:translateY(-1px) scale(.99);
}
.btn-small{padding:10px 18px;min-height:40px;font-size:.95rem}
.btn-primary{
  background:linear-gradient(135deg,var(--primary),#0f766e);
  color:#fff;
  box-shadow:0 14px 30px rgba(13,148,136,.22);
}
.btn-outline{
  border-color:var(--line-strong);
  background:#fff;
  color:var(--text);
}
.btn-secondary{
  border-color:var(--line-strong);
  background:transparent;
  color:var(--text);
}
.btn-dark{
  background:var(--dark);
  color:#fff;
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  font-weight:700;
  color:var(--primary-2);
}
.text-link span{transition:transform .2s ease}
.text-link:hover span{transform:translateX(4px)}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(220,229,239,.72);
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(18px);
  transition:
    background .3s ease,
    box-shadow .3s ease,
    border-color .3s ease,
    transform .3s ease;
}
.site-header.scrolled{
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 40px rgba(12,23,42,.08);
  border-bottom-color:rgba(200,212,225,.9);
}
.nav-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  transition:transform .28s ease, opacity .28s ease;
}
.brand:hover{transform:translateY(-1px)}
.brand img{flex:0 0 auto}
.brand-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.brand-name{
  font-weight:800;
  letter-spacing:.08em;
  font-size:1.06rem;
}
.brand-tag{
  font-size:.82rem;
  color:var(--muted-2);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:420px;
}
.desktop-nav{
  display:flex;
  align-items:center;
  gap:28px;
}
.desktop-nav a{
  position:relative;
  color:var(--muted);
  font-weight:600;
  padding:6px 0;
  transition:color .25s ease, transform .25s ease;
}
.desktop-nav a:hover{transform:translateY(-1px)}
.desktop-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-6px;
  height:2px;
  border-radius:999px;
  background:var(--primary);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .25s ease;
}
.desktop-nav a:hover,
.desktop-nav a.active{color:var(--text)}
.desktop-nav a:hover::after,
.desktop-nav a.active::after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:14px}
.mobile-toggle{
  display:none;
  width:46px;height:46px;
  border:1px solid var(--line-strong);
  background:#fff;
  border-radius:14px;
  padding:0;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.mobile-toggle span{
  display:block;
  width:18px;height:2px;background:var(--text);border-radius:999px;
}
.mobile-nav{
  display:none;
  border-top:1px solid var(--line);
  background:#fff;
}
.mobile-nav .container{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:16px 0 22px;
}
.mobile-nav a{
  padding:12px 0;
  font-weight:600;
  color:var(--text);
}
.mobile-nav.open{display:block}
.mobile-nav-cta{margin-top:10px;width:100%}

.hero-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(20,184,166,.14), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(59,130,246,.10), transparent 28%),
    linear-gradient(180deg,#f8fbfd 0%, #eef3f8 100%);
}
.hero-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(12px);
  opacity:.42;
  animation:orbFloat 12s ease-in-out infinite alternate;
}
.hero-orb-one{
  width:420px;height:420px;
  background:linear-gradient(180deg, rgba(20,184,166,.28), rgba(99,102,241,.06));
  top:-120px;left:-100px;
}
.hero-orb-two{
  width:360px;height:360px;
  background:linear-gradient(180deg, rgba(59,130,246,.16), rgba(20,184,166,.06));
  right:-100px;bottom:-60px;
  animation-duration:15s;
}
.hero-grid,
.page-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:center;
  padding:74px 0 64px;
}
.page-hero{background:linear-gradient(180deg,#f9fbfd, #eef4f8)}
.page-hero-alt{background:#fff}
.dark-hero{
  background:linear-gradient(180deg,#08111f,#0f1c2e);
  color:#fff;
}
.dark-hero p,
.dark-hero .lead{color:#bed0de}
.hero-copy h1,
.page-hero h1{
  max-width:12ch;
  margin-bottom:18px;
  animation:heroRise .9s ease both;
}
.hero-copy .lead{
  margin-bottom:28px;
  animation:heroRise 1.1s ease both;
}
.trust-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:32px;
}
.trust-row > div{
  padding:16px 18px;
  border:1px solid rgba(200,212,225,.85);
  border-radius:18px;
  background:rgba(255,255,255,.75);
  box-shadow:var(--shadow-soft);
}
.trust-row strong{
  display:block;
  margin-bottom:6px;
  font-size:.95rem;
}
.trust-row span{display:block;color:var(--muted);font-size:.95rem}

.hero-visual,
.page-hero-media{
  position:relative;
  isolation:isolate;
}
.page-hero-media::after,
.hero-visual::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:34px;
  background:linear-gradient(120deg, transparent 20%, rgba(255,255,255,.18) 40%, transparent 60%);
  transform:translateX(-120%);
  animation:shimmerSweep 7s ease-in-out infinite;
  pointer-events:none;
  z-index:2;
}
.carousel-shell{
  position:relative;
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid rgba(200,212,225,.8);
  background:#0b1528;
}
.carousel-slide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transition:opacity .55s ease;
}
.carousel-slide.active{
  opacity:1;
  pointer-events:auto;
}
.carousel-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s ease, filter .8s ease;
  will-change:transform;
}
.carousel-slide.active img{
  transform:scale(1.02);
}
.slide-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(7,14,28,.06), rgba(7,14,28,.78) 85%);
}
.slide-copy{
  position:absolute;
  left:28px;
  right:28px;
  bottom:30px;
  color:#fff;
  max-width:520px;
}
.slide-copy h2{
  font-size:clamp(1.8rem, 3vw, 2.7rem);
  margin-bottom:12px;
}
.slide-copy p{color:rgba(255,255,255,.82);margin:0}
.floating-card{
  position:absolute;
  max-width:260px;
  padding:18px 18px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:var(--shadow);
  z-index:2;
  animation:floatCard 5.5s ease-in-out infinite;
  transition:transform .3s ease, box-shadow .3s ease;
  will-change:transform;
}
.floating-card:hover{
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 26px 60px rgba(12,23,42,.18);
}
.floating-card p{margin:0;color:var(--text);font-weight:600;line-height:1.6}
.floating-card-top{top:22px;left:22px}
.floating-card-bottom{
  right:22px;
  bottom:92px;
  animation-delay:1.2s;
}
.carousel-dots{
  position:absolute;
  right:22px;
  bottom:22px;
  display:flex;
  gap:8px;
  z-index:4;
}
.carousel-dot{
  width:36px;height:10px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.35);
  transition:all .25s ease;
}
.carousel-dot.active{background:#fff;width:52px}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.stat-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow-soft);
  padding:26px 24px;
}
.stat-card strong{
  display:block;
  font-size:2.15rem;
  line-height:1;
  font-family:"Manrope",sans-serif;
  margin-bottom:10px;
}
.stat-card span{color:var(--muted)}

.split-intro,
.split-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:start;
  margin-bottom:34px;
}
.tile-grid{
  display:grid;
  gap:18px;
}
.tile-grid.three{grid-template-columns:repeat(3,1fr)}
.tile-grid.four{grid-template-columns:repeat(4,1fr)}
.info-tile,
.persona-card{
  padding:28px;
  border-radius:24px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.info-tile h3,
.persona-card h3{margin-bottom:12px}
.info-tile p,
.persona-card p{margin-bottom:0}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  height:100%;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
  will-change:transform;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
  border-color:#bfd1df;
}
.service-card h3{font-size:1.3rem}
.service-card p{margin:0}
.service-chip{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:8px 12px;
  background:rgba(20,184,166,.10);
  color:#0f766e;
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.mini-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.mini-list li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
}
.mini-list li::before{
  content:"";
  position:absolute;
  left:0;top:.65em;
  width:8px;height:8px;border-radius:50%;
  background:var(--accent);
}

.dual-card-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.feature-card{
  overflow:hidden;
  background:#fff;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
  will-change:transform;
}
.feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 60px rgba(12,23,42,.14);
}
.feature-card img{
  width:100%;
  height:300px;
  object-fit:cover;
  transition:transform .8s ease, filter .8s ease;
  will-change:transform;
}
.feature-card:hover img{transform:scale(1.04)}
.feature-card-body{
  padding:28px;
}
.feature-card-body h2{
  font-size:clamp(1.8rem, 3vw, 2.55rem);
  margin-bottom:14px;
}
.feature-card-body p{margin-bottom:22px}

.process-head{
  max-width:780px;
  margin-bottom:30px;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.process-card{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  padding:26px;
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.process-card span{
  display:inline-flex;
  width:42px;height:42px;
  align-items:center;justify-content:center;
  border-radius:14px;
  background:rgba(20,184,166,.14);
  color:#93f5eb;
  font-weight:800;
  margin-bottom:18px;
}
.process-card h3{margin-bottom:12px;font-size:1.18rem}
.process-card p{margin:0;color:#b7c5d4}

.insight-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.insight-card{
  overflow:hidden;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
  will-change:transform;
}
.insight-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 60px rgba(12,23,42,.14);
}
.insight-image{
  height:210px;
  transition:transform .8s ease, filter .8s ease;
  will-change:transform;
}
.insight-card:hover .insight-image{transform:scale(1.04)}
.gradient-a{background:linear-gradient(135deg,#c6f4f1,#dbeafe 55%, #f8fafc)}
.gradient-b{background:linear-gradient(135deg,#e0f2fe,#d1fae5 55%, #f8fafc)}
.gradient-c{background:linear-gradient(135deg,#dcfce7,#fde68a 55%, #f8fafc)}
.insight-body{padding:24px}
.insight-body h3{
  font-size:1.45rem;
  margin-bottom:12px;
}
.insight-body p{margin-bottom:0}

.cta-section{padding:0 0 88px}
.cta-shell{
  padding:34px;
  border-radius:32px;
  background:
    radial-gradient(circle at top right, rgba(20,184,166,.18), transparent 24%),
    linear-gradient(135deg,#082233,#103449);
  color:#fff;
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.cta-shell p{color:#cce0ea;max-width:58ch}

.page-hero-grid.reverse{
  grid-template-columns:.95fr 1.05fr;
}
.page-hero-media img{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
  transition:transform .8s ease, filter .8s ease;
  will-change:transform;
}
.page-hero-media:hover img{transform:scale(1.04)}
.compact-card{
  display:flex;
  align-items:center;
  justify-content:center;
}
.contact-card{
  background:#fff;
  border-radius:30px;
  border:1px solid var(--line);
  padding:28px;
  width:min(100%,440px);
  box-shadow:var(--shadow);
  display:grid;
  gap:10px;
}
.contact-card strong{color:var(--muted-2);font-size:.9rem;text-transform:uppercase;letter-spacing:.08em}
.contact-card a,.contact-card span{font-size:1.04rem;color:var(--text)}

.layered-panel{
  min-height:420px;
  display:grid;
  gap:16px;
  align-content:center;
}
.layer-card{
  padding:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  box-shadow:0 20px 40px rgba(0,0,0,.14);
}
.layer-card strong{display:block;font-size:1.2rem;margin-bottom:6px}

.stacked-list{
  display:grid;
  gap:16px;
}
.stacked-list > div{
  padding:20px 22px;
  background:#fff;
  border-radius:20px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
  will-change:transform;
}
.stacked-list > div:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(12,23,42,.12);
  border-color:#c5d4e2;
}
.stacked-list strong{
  display:block;
  margin-bottom:6px;
  font-size:1.02rem;
}
.stacked-list span{color:var(--muted)}

.filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.filter-btn{
  border:1px solid var(--line-strong);
  background:#fff;
  color:var(--muted);
  padding:10px 16px;
  border-radius:999px;
  font-weight:700;
  transition:all .25s ease;
}
.filter-btn:hover,
.filter-btn.active{
  background:var(--dark);
  border-color:var(--dark);
  color:#fff;
}
.detail-stack{
  display:grid;
  gap:18px;
}
.detail-panel{
  padding:30px;
  border-radius:28px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
  will-change:transform;
}
.detail-panel:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(12,23,42,.12);
  border-color:#c5d4e2;
}
.detail-panel-head{
  margin-bottom:22px;
}
.detail-panel-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr;
  gap:22px;
}
.detail-panel h3{
  font-size:1rem;
  margin-bottom:10px;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:var(--muted-2);
}
.check-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.check-list.large li{font-size:1.05rem}
.check-list li{
  position:relative;
  padding-left:26px;
  color:var(--muted);
}
.check-list li::before{
  content:"";
  position:absolute;
  left:0;top:.48em;
  width:14px;height:14px;
  border-radius:50%;
  background:radial-gradient(circle at 32% 32%, #99f6e4, #14b8a6 55%, #0f766e);
  box-shadow:0 0 0 3px rgba(20,184,166,.12);
}

.media-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.media-grid img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:26px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  transition:transform .8s ease, filter .8s ease;
  will-change:transform;
}
.media-grid img:hover{transform:scale(1.04)}

.quote-card{
  padding:28px;
  border-radius:26px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fff,#f7fafc);
  box-shadow:var(--shadow-soft);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
  will-change:transform;
}
.quote-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(12,23,42,.12);
  border-color:#c5d4e2;
}
.quote-card p{
  color:var(--text);
  font-size:1.18rem;
  line-height:1.8;
  font-weight:600;
}
.quote-card span{display:block;color:var(--muted)}

.contact-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
}
.contact-form{
  padding:30px;
  border-radius:28px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
}
.contact-form h2{margin-bottom:10px}
.contact-form p{margin-bottom:22px}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-bottom:18px;
}
.form-grid label{
  display:grid;
  gap:8px;
  color:var(--text);
  font-weight:600;
}
.form-grid .full{grid-column:1 / -1}
input,select,textarea{
  width:100%;
  border-radius:16px;
  border:1px solid var(--line-strong);
  padding:14px 16px;
  background:#fbfdff;
  color:var(--text);
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}
input:focus,select:focus,textarea:focus{
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(20,184,166,.10);
}
.contact-side{
  display:grid;
  gap:16px;
  align-content:start;
}
.prose{
  max-width:860px;
}
.prose h2{
  margin:28px 0 12px;
  font-size:1.6rem;
}
.prose p{margin-bottom:18px}

.notfound-shell{
  min-height:46vh;
  display:grid;
  place-items:center;
  text-align:center;
}

.site-footer{
  margin-top:32px;
  color:#d6e1eb;
  background:linear-gradient(180deg,#08111f,#060d18);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr .8fr .9fr 1fr;
  gap:34px;
  padding:56px 0;
}
.footer-brand p{color:#9fb0c2;max-width:38ch}
.footer-brand-lockup .brand-tag{color:#9fb0c2;max-width:none;white-space:normal}
.site-footer h3{
  margin-bottom:16px;
  font-size:.95rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#90a7bc;
}
.site-footer ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.site-footer a{color:#e8f0f8}
.site-footer a:hover{color:#9ae9dd}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-bottom-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 0 22px;
  color:#90a7bc;
  font-size:.95rem;
}
.footer-inline-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.hide-mobile{display:inline-flex}

.reveal{
  opacity:0;
  transform:translateY(26px) scale(.985);
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,1,.36,1);
  will-change:transform, opacity;
}
.reveal.in-view{
  opacity:1;
  transform:translateY(0) scale(1);
}
.reveal.delay-1{transition-delay:.08s}
.reveal.delay-2{transition-delay:.16s}
.reveal.delay-3{transition-delay:.24s}

.slim-hero .container{padding:80px 0 24px}
code{
  padding:2px 6px;
  border-radius:8px;
  background:#edf4f8;
  font-size:.92em;
}

@keyframes orbFloat{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(18px,-14px,0) scale(1.06)}
}
@keyframes heroRise{
  0%{
    opacity:0;
    transform:translateY(18px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}
@keyframes floatCard{
  0%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
  100%{transform:translateY(0)}
}
@keyframes shimmerSweep{
  0%, 70%, 100%{transform:translateX(-120%)}
  85%{transform:translateX(120%)}
}

@media (max-width:1100px){
  .hero-grid,
  .page-hero-grid,
  .page-hero-grid.reverse,
  .split-intro,
  .split-layout,
  .contact-grid,
  .detail-panel-grid,
  .dual-card-layout{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .tile-grid.four{grid-template-columns:repeat(2,1fr)}
  .insight-grid,
  .process-grid,
  .media-grid,
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .page-hero-media img{min-height:380px}
  .cta-shell{flex-direction:column;align-items:flex-start}
  .floating-card-bottom{bottom:84px}
}
@media (max-width:820px){
  .desktop-nav,.hide-mobile{display:none}
  .mobile-toggle{display:flex}
  .brand-tag{max-width:240px}
  .hero-grid,.page-hero-grid{padding:54px 0}
  .carousel-shell{min-height:420px}
  .slide-copy{left:20px;right:20px;bottom:20px}
  .floating-card{display:none}
  .trust-row{grid-template-columns:1fr}
  .service-grid,
  .tile-grid.three,
  .tile-grid.four,
  .insight-grid,
  .process-grid,
  .media-grid,
  .footer-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr}
  .footer-bottom-row{flex-direction:column;align-items:flex-start}
  .form-grid{grid-template-columns:1fr}
  .container{width:min(var(--container), calc(100% - 28px))}
  .section{padding:70px 0}
}
@media (max-width:560px){
  .nav-shell{padding:14px 0}
  .brand-copy{gap:0}
  .brand-name{font-size:.98rem}
  .brand-tag{font-size:.76rem;max-width:190px}
  .btn{width:100%}
  .button-row{flex-direction:column;align-items:stretch}
  .page-hero-media img{min-height:280px}
  .carousel-shell{min-height:360px}
  .stat-card strong{font-size:1.8rem}
  .feature-card img{height:240px}
  .insight-image{height:180px}
  .detail-panel,.contact-form,.info-tile,.persona-card,.service-card,.feature-card-body,.stat-card{padding:22px}
}
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
  .reveal{
    opacity:1 !important;
    transform:none !important;
  }
}