:root{
  --navy:#0b2e66;--navy2:#153f79;--green:#31a53a;--green2:#21852b;
  --blue:#268bc7;--cyan:#63c4e8;--ink:#17283f;--muted:#66778b;
  --line:#dce7ef;--soft:#f5f9fc;--softg:#f2faf4;--white:#fff;
  --shadow:0 16px 38px rgba(17,55,99,.09);--radius:22px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#edf3f7}
body{
  margin:0;background:#edf3f7;color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased
}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.site{min-height:100vh;background:#fff}
.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.header{
  position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,231,239,.9)
}
.header-row{min-height:76px;display:flex;align-items:center;gap:20px}
.brand{
  display:flex;align-items:center;gap:11px;text-decoration:none;min-width:265px
}
.brand img{width:43px;height:50px;object-fit:contain}
.brand-title{font-weight:950;letter-spacing:.1px;color:var(--navy);font-size:17px;line-height:1.05}
.brand-title b{color:var(--green)}
.brand-sub{font-size:10px;color:var(--muted);margin-top:4px;line-height:1.2}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:20px}
.main-nav>a,.products-summary{
  text-decoration:none;color:var(--navy);font-size:13px;font-weight:800;
  cursor:pointer;white-space:nowrap
}
.main-nav>a:hover,.products-summary:hover{color:var(--green)}
.nav-products{position:relative}
.nav-products>summary{list-style:none}
.nav-products>summary::-webkit-details-marker{display:none}
.dropdown{
  position:absolute;top:30px;left:-18px;width:230px;background:white;
  border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);
  padding:8px;display:grid;gap:3px
}
.dropdown a{
  padding:11px 12px;border-radius:10px;text-decoration:none;color:var(--navy);
  font-size:13px;font-weight:800
}
.dropdown a:hover{background:var(--softg);color:var(--green2)}
.langs{display:flex;gap:3px;padding:3px;background:#f5f8fa;border:1px solid var(--line);border-radius:10px}
.langs a{
  min-width:31px;height:30px;display:flex;align-items:center;justify-content:center;
  border-radius:7px;text-decoration:none;color:var(--navy);font-size:10px;font-weight:950
}
.langs a.active{background:var(--green);color:white}
.menu-btn{display:none;border:0;background:transparent;color:var(--navy);font-size:27px;line-height:1;cursor:pointer}
.mobile-nav{display:none}
.hero{
  position:relative;overflow:hidden;background:
  radial-gradient(circle at 77% 30%,rgba(92,194,229,.16),transparent 28%),
  radial-gradient(circle at 65% 65%,rgba(49,165,58,.10),transparent 25%),
  linear-gradient(180deg,#fff 0%,#f9fcfe 100%)
}
.hero-grid{
  display:block;min-height:470px;padding:76px 0 66px
}
.hero-copy{max-width:1040px}
.hero-copy h1{max-width:1000px}
.hero-copy .lead{max-width:930px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;color:var(--green2);
  font-weight:900;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:14px
}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--green)}
h1,h2,h3,p{margin-top:0}
h1{
  margin-bottom:18px;color:var(--navy);font-size:clamp(42px,5.6vw,72px);
  line-height:.98;letter-spacing:-2px
}
h1 .green,h2 .green{color:var(--green)}
.lead{font-size:18px;line-height:1.55;color:#344a66;max-width:700px}
.hero-kicker{
  margin-bottom:14px;color:var(--navy);font-size:20px;font-weight:900
}
.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.btn{
  min-height:50px;padding:13px 18px;border-radius:13px;text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  border:1px solid transparent;font-size:14px;font-weight:900;cursor:pointer
}
.btn.primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(11,46,102,.18)}
.btn.green{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(49,165,58,.18)}
.btn.ghost{border-color:#bdccda;color:var(--navy);background:#fff}
.btn:hover{transform:translateY(-1px)}
.section{padding:78px 0}
.section.soft{background:var(--soft)}
.section.green-soft{background:var(--softg)}
.section-head{text-align:center;max-width:760px;margin:0 auto 34px}
.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.05;color:var(--navy);letter-spacing:-1px;margin-bottom:12px}
.section-head p{color:var(--muted);font-size:16px;line-height:1.55;margin-bottom:0}
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{
  position:relative;min-height:430px;padding:24px 24px 18px;border:1px solid var(--line);
  border-radius:20px;background:white;box-shadow:0 10px 28px rgba(17,55,99,.055);overflow:hidden;
  display:flex;flex-direction:column;text-decoration:none
}
.product-card:after{
  content:"";position:absolute;inset:auto 0 0 0;height:105px;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(69,177,216,.08))
}
.product-card.protect:after{background:linear-gradient(180deg,transparent,rgba(67,190,94,.075))}
.product-card.aqua:after{background:linear-gradient(180deg,transparent,rgba(48,153,220,.10))}
.product-card.energy:after{background:linear-gradient(180deg,transparent,rgba(107,74,208,.075))}
.product-label{font-size:11px;color:var(--green2);font-weight:900;letter-spacing:.75px;text-transform:uppercase}
.product-card h3{font-size:24px;line-height:1.07;color:var(--navy);margin:10px 0 10px}
.product-card p{color:var(--muted);font-size:12px;line-height:1.5;min-height:72px;margin-bottom:5px}
.product-icon{
  position:relative;z-index:2;margin-top:auto;height:175px;display:flex;align-items:center;justify-content:center;
  overflow:hidden
}
.product-icon picture{display:block;width:100%;height:100%}
.product-icon img{display:block;width:100%;height:100%;object-fit:contain}
.product-link{position:relative;z-index:2;margin-top:10px;font-size:12px;font-weight:900;color:var(--navy)}
.system-grid{
  display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:46px;align-items:center
}
.system-map{
  padding:18px;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:var(--shadow);overflow:hidden
}






.system-picture{display:block;width:100%}
.system-picture img{display:block;width:100%;height:auto;border-radius:20px}
.system-copy{min-width:0}
.bullets{display:grid;gap:14px;margin-top:22px}
.bullet{display:flex;gap:12px;align-items:flex-start}
.bullet i{
  flex:0 0 28px;height:28px;border-radius:50%;background:#e8f7eb;color:var(--green2);
  display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:950
}
.bullet b{color:var(--navy)}
.research-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.research-card{
  padding:22px;border:1px solid var(--line);border-radius:17px;background:white;
  box-shadow:0 8px 24px rgba(17,55,99,.06)
}
.research-card .ico{font-size:36px;margin-bottom:13px}
.research-card h3{font-size:18px;color:var(--navy);margin-bottom:8px}
.research-card p{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:0}
.partner-box{
  display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
  padding:38px;border-radius:26px;background:
  radial-gradient(circle at 90% 30%,rgba(70,177,220,.16),transparent 30%),
  linear-gradient(135deg,#08295b,#0f427f);color:white
}
.partner-box h2{font-size:38px;line-height:1.05;margin-bottom:12px}
.partner-box p{max-width:760px;color:#e4eef7;line-height:1.55;margin-bottom:0}
.partner-box .btn{white-space:nowrap}
.about-strip{
  display:grid;grid-template-columns:1fr 1fr;gap:18px
}
.about-card{
  padding:28px;border:1px solid var(--line);border-radius:20px;background:white
}
.about-card h3{color:var(--navy);font-size:23px;margin-bottom:10px}
.about-card p{color:var(--muted);line-height:1.55;margin-bottom:0}
.page-hero{
  padding:70px 0 48px;background:
  radial-gradient(circle at 85% 20%,rgba(74,181,222,.17),transparent 25%),
  linear-gradient(180deg,#fff,#f8fbfd)
}
.page-hero h1{font-size:clamp(42px,6vw,66px)}
.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:16px}
.breadcrumbs a{text-decoration:none;color:var(--navy);font-weight:800}
.content-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:28px}
.prose{
  padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)
}
.prose h2{color:var(--navy);font-size:30px;margin:0 0 14px}
.prose h3{color:var(--navy);font-size:21px;margin:28px 0 9px}
.prose p,.prose li{color:#465a73;line-height:1.65;font-size:15px}
.prose ul{padding-left:20px}
.side-card{
  align-self:start;position:sticky;top:105px;padding:24px;border:1px solid var(--line);
  border-radius:20px;background:var(--softg)
}
.side-card h3{color:var(--navy);font-size:21px;margin-bottom:10px}
.side-card p{color:var(--muted);font-size:14px;line-height:1.5}
.callout{
  margin:24px 0;padding:18px 20px;border-left:4px solid var(--green);
  background:#f3faf4;border-radius:0 12px 12px 0;color:#39536b
}
.footer{background:#071f45;color:#dbe7f4}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.7fr);gap:28px;padding:48px 0 32px}
.footer-brand{display:flex;gap:12px;align-items:flex-start}
.footer-brand img{width:42px;height:49px;object-fit:contain}
.footer h3{font-size:13px;color:white;margin:0 0 12px}
.footer a{display:block;text-decoration:none;color:#c8d7e7;font-size:12px;margin:8px 0}
.footer a:hover{color:#7fdb88}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);padding:16px 0 24px;
  color:#95abc2;font-size:11px;line-height:1.5
}
.notice{
  padding:16px;border:1px solid #d9e3eb;border-radius:13px;background:#f7f9fb;
  color:#6a7888;font-size:12px;line-height:1.55
}
.lang-gateway{
  min-height:100vh;display:grid;place-items:center;background:
  radial-gradient(circle at 50% 30%,rgba(70,177,220,.15),transparent 30%),
  linear-gradient(180deg,#fff,#f2f7fa)
}
.gateway-box{width:min(720px,calc(100% - 32px));text-align:center}
.gateway-logo{width:92px;margin:0 auto 20px}
.gateway-box h1{font-size:46px;line-height:1.02}
.gateway-langs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.gateway-langs a{
  padding:22px;border:1px solid var(--line);border-radius:18px;background:white;text-decoration:none;
  box-shadow:var(--shadow)
}
.gateway-langs strong{display:block;color:var(--navy);font-size:20px}
.gateway-langs span{display:block;margin-top:5px;color:var(--muted);font-size:12px}
.stub{
  min-height:60vh;display:grid;align-items:center;padding:70px 0
}
.stub-card{
  padding:44px;border:1px solid var(--line);border-radius:26px;background:white;box-shadow:var(--shadow)
}
.stub-card h1{font-size:48px}
@media(max-width:980px){
  .main-nav{display:none}.menu-btn{display:block;margin-left:auto}
  .brand{min-width:0}.brand-sub{display:none}.langs{margin-left:auto}
  .mobile-nav{
    border-top:1px solid var(--line);padding:10px 0 16px
  }
  .mobile-nav.open{display:block}
  .mobile-nav a,.mobile-nav summary{
    display:block;padding:11px 0;text-decoration:none;color:var(--navy);
    font-weight:850;font-size:14px;list-style:none
  }
  .mobile-sub{padding-left:16px}
  .mobile-sub a{font-weight:750;color:#4b617c}
  .hero-grid{min-height:auto;padding:55px 0 45px}
  .hero-copy{max-width:900px}
  .cards3{grid-template-columns:1fr}.product-card{min-height:390px}
  .system-grid{grid-template-columns:1fr}
  .research-grid{grid-template-columns:repeat(2,1fr)}
  .partner-box{grid-template-columns:1fr}
  .about-strip{grid-template-columns:1fr}
  .content-grid{grid-template-columns:1fr}.side-card{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .wrap{width:min(100% - 22px,1180px)}
  .header-row{min-height:62px;gap:8px}
  .brand img{width:35px;height:40px}.brand-title{font-size:13px}
  .langs a{min-width:27px;height:27px;font-size:9px}.menu-btn{font-size:23px}
  .hero-grid{padding:42px 0 38px}
  h1{font-size:39px;letter-spacing:-1.2px}.hero-kicker{font-size:17px}.lead{font-size:16px}
  .section{padding:55px 0}.section-head{margin-bottom:24px}.section-head h2{font-size:32px}
  .research-grid{grid-template-columns:1fr}
    .partner-box{padding:27px}.partner-box h2{font-size:30px}
  .footer-grid{grid-template-columns:1fr}
  .gateway-box h1{font-size:36px}.gateway-langs{grid-template-columns:1fr}
  .stub-card{padding:28px}.stub-card h1{font-size:38px}
}
@media(max-width:620px){
  .hero-copy h1,.hero-copy .lead{max-width:none}
  .product-icon{height:165px}
  .system-map{padding:10px;border-radius:22px}
  .system-picture img{border-radius:15px}
  .system-grid{gap:25px}
}


/* ============================================================
   REVISION 02 — MOBILE-FIRST TYPOGRAPHY / OVERFLOW FIXES
   ============================================================ */
html,body{width:100%;max-width:100%;overflow-x:hidden}
*,*::before,*::after{min-width:0}
img,svg,video,iframe{max-width:100%;height:auto}

/* Never allow textual content to force the viewport wider. */
h1,h2,h3,h4,h5,h6,p,li,a,button,summary,.lead,.hero-kicker,.section-head,.prose,.side-card{
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}

/* HERO: after removal of the right-side image this is one centered text block. */
.hero-grid{
  display:block;
  width:100%;
  min-height:0;
  padding:72px 0 62px;
}
.hero-copy{
  width:100%;
  max-width:1080px;
  margin:0 auto;
  padding:0;
  text-align:center;
}
.hero-copy .eyebrow{justify-content:center}
.hero-copy h1{
  width:100%;
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
  text-wrap:balance;
}
.hero-copy .hero-kicker,
.hero-copy .lead{
  width:100%;
  max-width:930px;
  margin-left:auto;
  margin-right:auto;
}
.hero-copy .actions{justify-content:center}

/* Generic responsive safeguards for all corporate page layouts. */
.cards3,.system-grid,.research-grid,.about-strip,.content-grid,.partner-box,.footer-grid{
  width:100%;
}
.product-card,.system-map,.prose,.side-card,.about-card,.research-card,.stub-card{
  max-width:100%;
  overflow:hidden;
}
.btn{
  white-space:normal;
  text-align:center;
  line-height:1.25;
}

@media(max-width:980px){
  .hero-grid{padding:52px 0 44px}
  .hero-copy{max-width:820px}
  .hero-copy h1{max-width:780px}
  .hero-copy .lead{max-width:740px}
}

@media(max-width:620px){
  .wrap{width:calc(100% - 24px);max-width:100%;margin-left:auto;margin-right:auto}
  .site,.hero,.section,.page-hero{width:100%;max-width:100%;overflow-x:hidden}

  .header-row{min-height:60px;gap:6px}
  .brand{max-width:calc(100% - 132px)}
  .brand img{flex:0 0 auto}
  .brand-title{font-size:12px;white-space:normal;overflow-wrap:normal}
  .langs{flex:0 0 auto;margin-left:auto}
  .menu-btn{flex:0 0 auto}

  .hero-grid{padding:34px 0 32px}
  .hero-copy{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0;
    text-align:center;
  }
  .hero-copy .eyebrow{
    width:100%;
    justify-content:center;
    font-size:10px;
    letter-spacing:.8px;
    margin-bottom:11px;
  }
  .hero-copy .hero-kicker{
    width:100%;
    max-width:100%;
    font-size:clamp(14px,4.2vw,17px);
    line-height:1.28;
    margin-bottom:12px;
    padding:0 2px;
  }
  .hero-copy h1,
  h1{
    width:100%;
    max-width:100%;
    font-size:clamp(29px,8.6vw,38px);
    line-height:1.02;
    letter-spacing:-.7px;
    margin-left:auto;
    margin-right:auto;
    overflow-wrap:anywhere;
    hyphens:auto;
  }
  .hero-copy .lead,
  .lead{
    width:100%;
    max-width:100%;
    font-size:clamp(14px,4vw,16px);
    line-height:1.48;
    padding:0 1px;
  }
  .hero-copy .actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin-top:20px;
  }
  .hero-copy .btn{width:100%;min-height:48px;padding:12px 13px}

  .section{padding:48px 0}
  .section-head{width:100%;max-width:100%;padding:0 2px;margin-bottom:22px}
  .section-head h2{
    width:100%;
    font-size:clamp(27px,7.6vw,32px);
    line-height:1.08;
    letter-spacing:-.45px;
    overflow-wrap:anywhere;
  }
  .section-head p{font-size:14px;line-height:1.48}

  /* One-column mobile-first layout across every corporate page. */
  .cards3,.system-grid,.research-grid,.about-strip,.content-grid,.footer-grid{
    grid-template-columns:1fr !important;
    gap:14px;
  }
  .partner-box{
    grid-template-columns:1fr !important;
    gap:16px;
    padding:22px;
  }
  .product-card{min-height:0;padding:21px}
  .product-card h3{font-size:clamp(22px,6.5vw,28px)}
  .product-card p{font-size:14px;line-height:1.48}
  .product-icon{height:auto;min-height:0;max-height:none}
  .product-icon img{width:100%;height:auto;object-fit:contain}

  .system-map{padding:9px;border-radius:19px}
  .system-picture img{width:100%;height:auto;border-radius:13px}
  .system-grid{gap:20px}

  .page-hero{padding:38px 0 28px}
  .page-hero h1,.stub-card h1{
    font-size:clamp(29px,8.4vw,38px);
    line-height:1.04;
    overflow-wrap:anywhere;
    hyphens:auto;
  }
  .breadcrumbs{max-width:100%;overflow-wrap:anywhere}
  .prose,.side-card,.about-card,.research-card,.stub-card{padding:20px}
  .prose h2{font-size:clamp(24px,7vw,30px);line-height:1.1}
  .prose h3{font-size:clamp(19px,5.5vw,22px);line-height:1.15}
  .prose p,.prose li,.side-card p{font-size:14px;line-height:1.55}

  .footer-grid{padding:34px 0 24px}
}

@media(max-width:360px){
  .wrap{width:calc(100% - 20px)}
  .hero-copy h1,h1,.page-hero h1,.stub-card h1{font-size:28px}
  .hero-copy .hero-kicker{font-size:14px}
  .hero-copy .lead,.lead{font-size:14px}
  .brand-title{font-size:11px}
}

/* ============================================================
   REVISION 03 — MOBILE-ONLY SITE
   There is intentionally no desktop layout. On wide screens the
   same phone layout is shown in a centered 560px column.
   ============================================================ */
body{background:#edf3f7;padding:0}
.site{
  width:100%;
  max-width:560px;
  min-height:100vh;
  margin:0 auto;
  background:#fff;
  box-shadow:0 0 30px rgba(10,40,85,.08);
}
.wrap{
  width:calc(100% - 24px)!important;
  max-width:536px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Mobile header at every viewport width. */
.header-row{min-height:60px!important;gap:6px!important}
.main-nav{display:none!important}
.menu-btn{display:block!important;flex:0 0 auto;margin-left:0!important;font-size:23px!important}
.brand{min-width:0!important;max-width:calc(100% - 132px)!important;gap:8px!important}
.brand img{width:35px!important;height:40px!important;flex:0 0 auto}
.brand-title{font-size:12px!important;white-space:normal!important;line-height:1.05!important}
.brand-sub{display:none!important}
.langs{flex:0 0 auto;margin-left:auto!important}
.langs a{min-width:27px!important;height:27px!important;font-size:9px!important}
.mobile-nav{display:none;border-top:1px solid var(--line);padding:10px 0 16px}
.mobile-nav.open{display:block!important}
.mobile-nav a,.mobile-nav summary{
  display:block;padding:11px 0;text-decoration:none;color:var(--navy);
  font-weight:850;font-size:14px;list-style:none;cursor:pointer
}
.mobile-sub{padding-left:16px}
.mobile-sub a{font-weight:750;color:#4b617c}

/* Phone typography and spacing at every viewport width. */
.hero-grid{min-height:0!important;padding:34px 0 32px!important}
.hero-copy{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;text-align:center!important}
.hero-copy .eyebrow{width:100%;justify-content:center;font-size:10px;letter-spacing:.8px;margin-bottom:11px}
.hero-copy .hero-kicker{
  width:100%;max-width:100%;font-size:16px!important;line-height:1.28;
  margin:0 auto 12px;padding:0 2px
}
.hero-copy h1,h1{
  width:100%;max-width:100%;font-size:38px!important;line-height:1.02!important;
  letter-spacing:-.7px!important;margin-left:auto;margin-right:auto;
  overflow-wrap:anywhere;hyphens:auto
}
.hero-copy .lead,.lead{width:100%;max-width:100%;font-size:16px!important;line-height:1.48!important;padding:0 1px}
.hero-copy .actions{width:100%;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:20px!important}
.hero-copy .btn{width:100%;min-height:48px;padding:12px 13px}

.section{padding:48px 0!important}
.section-head{width:100%;max-width:100%!important;padding:0 2px;margin:0 auto 22px!important}
.section-head h2{
  width:100%;font-size:32px!important;line-height:1.08!important;
  letter-spacing:-.45px!important;overflow-wrap:anywhere
}
.section-head p{font-size:14px!important;line-height:1.48!important}

/* Every former desktop grid is permanently one column. */
.cards3,.system-grid,.research-grid,.about-strip,.content-grid,.footer-grid{
  grid-template-columns:1fr!important;
  gap:14px!important;
}
.partner-box{grid-template-columns:1fr!important;gap:16px!important;padding:22px!important}
.partner-box h2{font-size:30px!important;line-height:1.08!important}
.product-card{min-height:0!important;padding:21px!important}
.product-card h3{font-size:27px!important;line-height:1.08!important}
.product-card p{min-height:0!important;font-size:14px!important;line-height:1.48!important}
.product-icon{height:auto!important;min-height:0!important;max-height:none!important}
.product-icon img{width:100%!important;height:auto!important;object-fit:contain!important}
.system-map{padding:9px!important;border-radius:19px!important}
.system-picture img{width:100%!important;height:auto!important;border-radius:13px!important}
.system-grid{gap:20px!important}
.system-copy h2{font-size:32px!important;line-height:1.08!important;margin-bottom:12px!important}
.system-copy .lead{font-size:14px!important;line-height:1.48!important;text-align:left}
.bullets{gap:12px!important;margin-top:18px!important}
.bullet{font-size:14px;line-height:1.45}

.page-hero{padding:38px 0 28px!important}
.page-hero h1,.stub-card h1{font-size:38px!important;line-height:1.04!important;overflow-wrap:anywhere;hyphens:auto}
.breadcrumbs{max-width:100%;overflow-wrap:anywhere}
.prose,.side-card,.about-card,.research-card,.stub-card{padding:20px!important}
.prose h2{font-size:30px!important;line-height:1.1!important}
.prose h3{font-size:22px!important;line-height:1.15!important}
.prose p,.prose li,.side-card p{font-size:14px!important;line-height:1.55!important}
.side-card{position:static!important;top:auto!important}
.footer-grid{padding:34px 0 24px!important}

/* Language gateways are phone-only too. */
.lang-gateway{
  width:100%;max-width:560px;min-height:100vh;margin:0 auto;
  padding:28px 0;background:
    radial-gradient(circle at 50% 30%,rgba(70,177,220,.15),transparent 30%),
    linear-gradient(180deg,#fff,#f2f7fa)
}
.gateway-box{width:calc(100% - 24px)!important;max-width:536px!important}
.gateway-box h1{font-size:36px!important;line-height:1.04!important}
.gateway-langs{grid-template-columns:1fr!important;gap:12px!important;margin-top:22px!important}
.stub{padding:42px 0!important}
.stub-card h1{font-size:38px!important}

@media(max-width:360px){
  .wrap,.gateway-box{width:calc(100% - 20px)!important}
  .hero-copy h1,h1,.page-hero h1,.stub-card h1{font-size:28px!important}
  .hero-copy .hero-kicker{font-size:14px!important}
  .hero-copy .lead,.lead{font-size:14px!important}
  .brand-title{font-size:11px!important}
}
@media(min-width:561px){
  body{padding:18px 0}
  .site,.lang-gateway{border-radius:22px;overflow:hidden}
}
