
:root{--blue:#ef233c;--deep:#11131a;--cyan:#ff5364;--ink:#10233e;--muted:#607089;--line:#dce5ef;--soft:#f3f8ff;--white:#fff;--shadow:0 16px 45px rgba(8,39,84,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;color:var(--ink);line-height:1.75;background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.top{display:none}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-row{height:76px;display:flex;align-items:center;gap:28px}
.logo{width:168px}
.nav{display:flex;gap:24px;margin-left:auto;align-items:center}
.nav a{font-size:15px;padding:26px 0;white-space:nowrap}
.nav a:hover,.nav a.active{color:var(--blue);box-shadow:inset 0 -2px var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:7px;font-weight:700;transition:.2s}
.btn.primary{background:var(--blue);color:#fff}
.btn.ghost{border:1px solid var(--line);background:#fff}
.menu{display:none;margin-left:auto;border:0;background:var(--deep);color:#fff;padding:9px 12px;border-radius:5px}
.hero{background:linear-gradient(120deg,#eef7ff 0,#fff 60%);padding:82px 0 68px;border-bottom:1px solid var(--line)}
.home .hero{position:relative;overflow:hidden;height:800px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(6,18,34,.97) 0%,rgba(7,20,37,.91) 48%,rgba(7,17,31,.38) 100%),var(--hero-image) center right/cover no-repeat;color:#fff;border-bottom:0;padding:92px 0 96px}
.home .hero.has-overlay{height:auto;min-height:0;aspect-ratio:1920/800;padding:0;background:linear-gradient(90deg,rgba(6,18,34,.97) 0%,rgba(7,20,37,.91) 48%,rgba(7,17,31,.38) 100%),var(--hero-image) center right/cover no-repeat}
.hero-hit{position:absolute;inset:0;z-index:1}
.home .hero .hero-frost{position:absolute;inset:0;z-index:1;pointer-events:none}
.home .hero .hero-frost.is-frost{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.home .hero .hero-overlay-box{z-index:2}
.home .hero .container{position:relative;z-index:2}
.article-meta{color:var(--muted);font-size:14px;margin:0 0 18px}
.inquiry-ok,.inquiry-err{padding:12px 16px;border-radius:8px;margin:0 0 18px}
.inquiry-ok{background:#e8f7ee;color:#146c2e}
.inquiry-err{background:#fde8e8;color:#9b1c1c}
.not-found{padding:80px 0;text-align:center}
.home .hero h1{color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.22)}
.home .hero .lead{color:#cbd6e5}
.home .hero .btn.ghost{color:#fff;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.32)}
@keyframes reveal-up{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
.hero-copy .eyebrow,.hero-copy h1,.hero-copy .lead,.hero-copy .actions{opacity:0;animation:reveal-up .75s cubic-bezier(.22,.8,.32,1) forwards}
.hero-copy .eyebrow{animation-delay:.08s}
.hero-copy h1{animation-delay:.2s}
.hero-copy .lead{animation-delay:.38s}
.hero-copy .actions{animation-delay:.52s}
.pagehero-copy h1,.pagehero-copy p{opacity:0;animation:reveal-up .75s cubic-bezier(.22,.8,.32,1) forwards}
.pagehero-copy h1{animation-delay:.12s}
.pagehero-copy p{animation-delay:.3s}
.pagehero .hero-overlay-layer,.home .hero .hero-overlay-layer{animation:overlay-in .7s ease both}
.pagehero .hero-overlay-layer:nth-child(2),.home .hero .hero-overlay-layer:nth-child(2){animation-delay:.12s}
.pagehero .hero-overlay-layer:nth-child(3),.home .hero .hero-overlay-layer:nth-child(3){animation-delay:.22s}
@keyframes overlay-in{from{opacity:0}to{opacity:1}}
.hero-grid{display:grid;grid-template-columns:1fr;align-items:center}
.hero-copy{max-width:920px}
.eyebrow{color:var(--blue);font-weight:800;letter-spacing:2px;font-size:13px}
.hero h1{font-size:54px;line-height:1.12;margin:16px 0 22px;letter-spacing:-2px}
.hero h1 em{color:var(--blue);font-style:normal}
.lead{font-size:19px;color:var(--muted);max-width:700px}
.actions{display:flex;gap:12px;margin-top:30px}
.managed-showcase{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);gap:52px;align-items:center;margin-bottom:58px;padding:48px;background:linear-gradient(125deg,var(--deep) 0,#171d2b 58%,#8f1628 145%);color:#fff;border-radius:20px;box-shadow:var(--shadow);overflow:hidden;position:relative}
.managed-showcase:after{content:"";position:absolute;width:260px;height:260px;right:-110px;bottom:-150px;border-radius:50%;background:rgba(239,35,60,.18);filter:blur(2px)}
.managed-showcase-copy,.managed-deliverables{position:relative;z-index:1}
.managed-kicker{display:inline-flex;color:#ff6678;font-size:13px;font-weight:800;letter-spacing:2px;margin-bottom:12px}
.managed-showcase h2{font-size:36px;line-height:1.35;margin:0 0 18px}
.managed-showcase-copy p{margin:0;color:#cbd4e2;font-size:16px}
.managed-deliverables{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.managed-item{min-height:118px;padding:20px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(255,255,255,.07);display:flex;flex-direction:column;gap:10px;backdrop-filter:blur(4px)}
.managed-item span{color:#ff5364;font-size:20px;font-weight:800;line-height:1}
.managed-item strong{font-size:16px;line-height:1.55}
.client-logo-board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:0 0 30px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.client-logo{margin:0;display:flex;align-items:center;justify-content:center;min-height:132px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:12px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.client-logo img{display:block;width:auto;max-width:100%;max-height:86px;height:auto;object-fit:contain}
.client-logo:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d7e3f2}
.news-feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:stretch}
.news-visual{display:block;min-height:460px;border-radius:16px;overflow:hidden;background:var(--deep);box-shadow:var(--shadow)}
.news-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center right;transition:transform .35s ease}
.news-visual:hover img{transform:scale(1.025)}
.news-list{display:grid;grid-template-rows:repeat(6,1fr);background:transparent;border:0;border-radius:0;overflow:visible}
.news-list a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 0;border:0;transition:color .2s}
.news-list a:hover strong,.news-list a:hover em{color:#c9182b}
.news-list span{color:var(--blue);font-size:18px;font-weight:800}
.news-list strong{font-size:16px;line-height:1.45}
.news-list em{color:var(--blue);font-size:13px;font-style:normal;font-weight:700;white-space:nowrap}
.company-profile{background:#fff}
.company-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:54px;align-items:center}
.company-profile-image{overflow:hidden;border-radius:14px;box-shadow:0 18px 42px rgba(18,42,77,.16)}
.company-profile-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.company-profile h2{font-size:44px;line-height:1.2;margin:10px 0 22px}
.company-profile-copy p{margin:0;color:#354760;font-size:18px;line-height:1.9}
.company-profile-copy{width:100%}
.company-history{margin-top:64px;padding:42px 46px 14px;border-radius:18px;background:var(--soft)}
.company-history-head{display:flex;justify-content:space-between;align-items:end;gap:42px}
.company-history-head h3{margin:8px 0 0;font-size:36px;line-height:1.25;color:var(--ink)}
.company-history-head p{max-width:520px;margin:0;color:var(--muted);font-size:16px}
.history-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:52px;list-style:none;margin:36px 0 0;padding:0}
.history-list li{position:relative;min-height:104px;padding:0 20px 30px 30px;border-left:2px solid #d6e1ed}
.history-list li:before{content:"";position:absolute;left:-7px;top:6px;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 2px var(--blue)}
.history-list time{display:block;margin-bottom:7px;color:var(--blue);font-size:20px;font-weight:800;line-height:1.3}
.history-list p{margin:0;color:#354760;font-size:15px;line-height:1.7}
.about-bridge{max-width:920px}
.section.team-section{padding:76px 0;background:#fff;color:var(--deep)}
.team-section .section-head{margin-bottom:38px}
.team-section .section-head p{color:var(--muted)}
.team-members{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:24px;align-items:stretch}
.team-member{display:flex;min-width:0;flex-direction:column}
.team-portrait{display:flex;width:min(100%,360px);aspect-ratio:1371/1503;margin:0 auto;align-items:flex-end;justify-content:center;overflow:hidden;background:transparent}
.team-portrait img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom}
.team-member-liumin .team-portrait img{transform:scale(.889);transform-origin:center bottom}
.team-member-linchuming .team-portrait img{transform:scale(.889);transform-origin:center bottom}
.team-member-liuwen .team-portrait img{transform:translateX(19%)}
.team-card{flex:1;padding:22px 24px 24px;border:1px solid #dbe1e8;border-radius:12px;background:#eef1f5;box-shadow:0 10px 26px rgba(25,42,66,.07)}
.team-card h3{margin:0 0 4px;font-size:25px;color:#111b2c}
.team-card h3 small{color:#59677a;font-size:16px;font-weight:600}
.team-card strong{display:block;color:#162238;margin-bottom:12px}
.team-card p{margin:0;color:#59677a;font-size:13px;line-height:1.6}
.book-section{background:#fff}
.book-showcase{display:grid;grid-template-columns:220px minmax(0,1fr) 210px;gap:36px;align-items:center;margin-bottom:42px;padding:24px 32px;border-radius:24px;background:#c5c5c5}
.book-asset{width:100%;height:230px;background-image:url("/assets/images/geo-book-introduction.webp");background-repeat:no-repeat;background-size:contain;background-position:center;mix-blend-mode:darken}
.book-cover{background-size:400% auto;background-position:0 0}
.book-award{background-size:500% auto;background-position:100% 8%}
.book-headline h3{margin:0;font-size:44px;line-height:1.22;color:#05070a}
.book-headline p{margin:22px 0 0;color:var(--muted);font-size:18px}
.book-experts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.book-expert{overflow:hidden;border-radius:16px;background:#f7f9fc}
.book-expert-photo{width:100%;aspect-ratio:4/3;overflow:hidden}
.book-expert-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.book-expert-copy{padding:22px}
.book-expert h3{margin:0 0 10px;font-size:22px;color:var(--deep)}
.book-expert strong{display:block;min-height:70px;font-size:14px;line-height:1.65}
.book-expert p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.7}
.patent-section{padding-bottom:0;background:var(--soft)}
.patent-visual{line-height:0;text-align:center}
.patent-visual img{display:block;width:min(100%,1100px);height:auto;margin:0 auto;vertical-align:bottom}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}
.home-metrics{position:relative;z-index:2}
.home-metrics .metrics{margin-top:28px}
.metric{padding:22px;border-right:1px solid var(--line);opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.metric:nth-child(2){transition-delay:.08s}
.metric:nth-child(3){transition-delay:.16s}
.metric:nth-child(4){transition-delay:.24s}
.metric.is-in{opacity:1;transform:none}
.metric:last-child{border:0}
.metric b{display:block;font-size:24px;color:var(--deep)}
.metric span{font-size:13px;color:var(--muted)}
.home-journey-section{padding-top:58px;padding-bottom:68px}
.home-journey-head{margin-bottom:26px}
.home-journey{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));list-style:none;margin:0;padding:0;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#11131a 0%,#1b2230 100%);box-shadow:0 22px 50px rgba(17,19,26,.18);color:#fff}
.home-journey li{position:relative;min-height:220px;padding:30px 24px 28px;border-right:1px solid rgba(255,255,255,.12);transition:background .28s ease}
.home-journey li > *{position:relative;z-index:1}
.home-journey li:before{content:"";position:absolute;inset:0;background:var(--blue);opacity:0;transition:opacity .28s ease;pointer-events:none}
.home-journey li:hover:before{opacity:.22}
.home-journey li:last-child{border-right:0}
.home-journey time{display:inline-flex;min-width:52px;height:30px;align-items:center;justify-content:center;margin-bottom:24px;border-radius:999px;background:var(--blue);font-size:16px;font-weight:800}
.home-journey strong{display:block;margin-bottom:11px;font-size:20px;line-height:1.35}
.home-journey p{margin:0;color:#cbd6e5;font-size:14px;line-height:1.75}
.home-journey-more{margin-top:18px;text-align:right}
.section{padding:76px 0}
.section.soft{background:var(--soft)}
.section.dark{background:var(--deep);color:#fff}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:34px}
.section-head h2{font-size:38px;line-height:1.2;margin:8px 0}
.section-head p{color:var(--muted);max-width:620px}
.dark .section-head p{color:#c3d4eb}
.grid{display:grid;gap:20px}
.grid.cols2{grid-template-columns:repeat(2,1fr)}
.grid.cols3{grid-template-columns:repeat(3,1fr)}
.grid.cols4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card .num{color:var(--blue);font-weight:800;font-size:13px}
.home .card .num{display:block;font-size:24px;line-height:1}
.top-level-page .card .num.sequence{display:block;font-size:24px;line-height:1}
.card h3{font-size:22px;line-height:1.35;margin:12px 0}
.card p{color:var(--muted);margin:0 0 14px}
.card-thumb{display:block;width:100%;height:168px;object-fit:cover;border-radius:8px;margin:0 0 14px;background:#eef3fb}
.contact-qr{width:140px;height:140px;object-fit:contain;margin:12px 0 0;background:#fff}
.more{color:var(--blue);font-weight:700}
.band{background:linear-gradient(115deg,var(--deep),#0e4789);color:#fff;border-radius:16px;padding:38px 42px;display:flex;justify-content:space-between;gap:30px;align-items:center}
.band h2{margin:0;font-size:30px}
.steps{counter-reset:s}
.step{position:relative;padding:26px 26px 26px 76px;border-left:3px solid var(--blue);background:#fff;margin-bottom:14px;border-radius:0 10px 10px 0}
.step:before{counter-increment:s;content:counter(s);position:absolute;left:22px;top:24px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:800}
.top-level-page .step:before{left:17px;top:19px;width:44px;height:44px;font-size:24px;line-height:1}
.pagehero{position:relative;overflow:hidden;height:800px;display:flex;align-items:center;padding:58px 0;background:linear-gradient(125deg,var(--deep),#0c458a);color:#fff}
.pagehero.has-ad{background:var(--pagehero-image) center/cover no-repeat}
.pagehero.has-ad.has-overlay{height:auto;min-height:0;aspect-ratio:1920/800;padding:0}
.pagehero .hero-frost{position:absolute;inset:0;z-index:1;pointer-events:none}
.pagehero .hero-frost.is-frost{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.pagehero .hero-overlay-box{z-index:2}
.pagehero .hero-hit{z-index:1}
.pagehero .pagehero-copy{position:relative;z-index:2}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.crumb{display:none}
.pagehero h1{font-size:43px;line-height:1.2;margin:16px 0 12px}
.pagehero p{font-size:18px;color:#d1e0f3;max-width:800px}
.content{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:52px;align-items:start}
.article h2{font-size:29px;margin:42px 0 12px}
.article h3{font-size:21px;margin:28px 0 8px}
.article p,.article li{color:#354760}
.article img{max-width:100%;height:auto;border-radius:10px}
.article ul,.article ol{padding-left:24px}
.callout{padding:24px 26px;border-left:4px solid var(--blue);background:var(--soft);margin:26px 0;border-radius:0 10px 10px 0}
.sidebar{position:sticky;top:100px;border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff}
.sidebar b{display:block;margin-bottom:10px}
.sidebar a:not(.btn){display:block;padding:10px 0;border-bottom:1px solid var(--line)}
.sidebar a:not(.btn):last-child{border:0}
.sidebar .btn{width:100%;margin-top:14px}
.service-hero{display:grid;grid-template-columns:1fr 360px;gap:45px}
.service-box{background:var(--soft);padding:26px;border-radius:12px}
.list-check{list-style:none;padding:0!important}
.list-check li{padding:9px 0 9px 28px;position:relative}
.list-check li:before{content:'✓';position:absolute;left:0;color:var(--cyan);font-weight:900}
.case-tags{display:flex;gap:8px;flex-wrap:wrap}
.tag{padding:5px 10px;background:#edf5ff;color:#1b5db5;border-radius:20px;font-size:12px}
.quote{font-size:25px;line-height:1.5;color:var(--deep);font-weight:700;border-left:5px solid var(--cyan);padding-left:22px}
.faq details{border-bottom:1px solid var(--line);padding:18px 0}
.faq summary{font-weight:700;font-size:17px;cursor:pointer}
.form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:1/-1}
.field input,.field select,.field textarea{padding:13px;border:1px solid #cfdbe9;border-radius:6px;font:inherit}
.footer{background:#f3f6fa;border-top:1px solid var(--line);padding:54px 0 22px;color:#607089}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px}
.footer h4{color:var(--ink)}
.footer a{display:block;margin:7px 0}
.copyright{border-top:1px solid var(--line);margin-top:35px;padding-top:18px;font-size:13px}
.notice{font-size:12px;color:#78869a}
.mobile-float{display:none}
@media(max-width:960px){.top{display:none}
.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:14px 22px;box-shadow:var(--shadow)}
.nav.open{display:block}
.nav a{display:block;padding:12px 0}
.menu{display:block}
.header .btn{display:none}
.hero-grid,.service-hero,.content{grid-template-columns:1fr}
.home .hero,.pagehero{height:auto;min-height:520px}
.home .hero.has-overlay{min-height:280px}
.managed-showcase{grid-template-columns:1fr;padding:38px;gap:34px}
.news-feature{grid-template-columns:1fr}
.news-visual{min-height:320px}
.company-profile-grid{grid-template-columns:1fr;gap:20px}
.company-history{margin-top:48px;padding:36px 32px 10px}
.company-history-head{align-items:start}
.team-section .section-head{margin-bottom:30px}
.book-experts{grid-template-columns:repeat(2,1fr)}
.book-showcase{grid-template-columns:170px minmax(0,1fr) 160px;gap:22px}
.book-asset{height:190px}
.book-headline h3{font-size:34px}
.hero h1{font-size:42px}
.grid.cols4,.grid.cols3{grid-template-columns:repeat(2,1fr)}
.client-logo-board{grid-template-columns:repeat(3,minmax(0,1fr))}
.metrics{grid-template-columns:repeat(2,1fr)}
.home-journey{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-journey li{min-height:190px;border-bottom:1px solid rgba(255,255,255,.12)}
.home-journey li:nth-child(2n){border-right:0}
.home-journey li:last-child{grid-column:1/-1;min-height:0;border-bottom:0}
.sidebar{position:static}
.footer-grid{grid-template-columns:1fr 1fr}
}
@media(min-width:621px) and (max-width:860px){.team-member:last-child{grid-column:1/-1;width:calc((100% - 28px)/2);justify-self:center}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}
.home .hero,.pagehero{min-height:440px}
.home .hero.has-overlay{min-height:220px}
.hero{padding:55px 0}
.hero h1{font-size:35px}
.section{padding:55px 0}
.patent-section{padding-bottom:0}
.section-head{display:block}
.section-head h2{font-size:31px}
.managed-showcase{padding:28px 22px;margin-bottom:42px;border-radius:14px}
.managed-showcase h2{font-size:28px}
.managed-deliverables{grid-template-columns:1fr}
.managed-item{min-height:auto}
.client-logo-board{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;margin-bottom:22px}
.client-logo{min-height:112px}
.news-visual{min-height:230px}
.news-list a{grid-template-columns:34px minmax(0,1fr);padding:15px 0}
.news-list em{display:none}
.company-profile h2{font-size:34px}
.company-profile-copy p{font-size:16px}
.company-history{margin-top:38px;padding:30px 22px 8px;border-radius:14px}
.company-history-head{display:block}
.company-history-head h3{font-size:30px}
.company-history-head p{margin-top:14px;font-size:15px}
.history-list{grid-template-columns:1fr;margin-top:28px}
.history-list li{min-height:0;padding:0 4px 28px 26px}
.history-list li:last-child{padding-bottom:10px}
.team-members{gap:38px}
.team-portrait{width:min(100%,330px)}
.team-card{padding:22px}
.book-experts{grid-template-columns:1fr}
.book-expert strong{min-height:0}
.book-showcase{grid-template-columns:1fr;gap:18px;text-align:center}
.book-asset{width:210px;height:220px;margin:0 auto}
.book-headline h3{font-size:30px}
.book-headline p{font-size:16px}
.book-expert{display:grid;grid-template-columns:140px minmax(0,1fr)}
.book-expert-photo{height:auto;min-height:0}
.grid.cols2,.grid.cols3,.grid.cols4{grid-template-columns:1fr}
.metrics{grid-template-columns:1fr}
.metric{border-right:0;border-bottom:1px solid var(--line)}
.home-journey-section{padding-top:42px}
.home-journey{grid-template-columns:1fr}
.home-journey li,.home-journey li:last-child{grid-column:auto;min-height:0;padding:24px 22px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
.home-journey li:last-child{border-bottom:0}
.home-journey time{margin-bottom:16px}
.home-journey-more{text-align:left}
.band{display:block;padding:28px}
.band .btn{margin-top:18px}
.form{grid-template-columns:1fr}
.field.full{grid-column:auto}
.footer-grid{grid-template-columns:1fr}
.mobile-float{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fff;box-shadow:0 -4px 16px #0002}
.mobile-float a{flex:1;text-align:center;padding:12px;color:#fff;background:var(--blue)}
.mobile-float a:first-child{background:var(--deep)}
}
@media(prefers-reduced-motion:reduce){
.hero-copy .eyebrow,.hero-copy h1,.hero-copy .lead,.hero-copy .actions,.pagehero-copy h1,.pagehero-copy p{opacity:1;animation:none;transform:none}
.pagehero .hero-overlay-layer,.home .hero .hero-overlay-layer{opacity:1;animation:none;transform:translate(var(--layer-tx,-50%),-50%)}
.metric{opacity:1;transform:none;transition:none}
.client-logo,.home-journey li,.home-journey li:before{transition:none}
}

.home .hero.has-overlay,
.pagehero.has-ad.has-overlay {
  height: auto;
  min-height: 0;
  aspect-ratio: 1920 / 800;
  padding: 0;
}


