@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--navy:#073655;--ink:#102e46;--blue:#117daa;--cyan:#22bce4;--muted:#667986;--line:#dce5e9;--pale:#f3f8fa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}header{height:96px;padding:16px 4.2%;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#ffffffed;backdrop-filter:blur(18px);position:sticky;top:0;z-index:20;border-bottom:1px solid #e8eef2}.brand img{width:121px;display:block}nav{display:flex;gap:23px;font-size:14px;font-weight:550}nav a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--navy);color:white;padding:16px 23px;border:1px solid var(--navy);border-radius:4px;font-weight:600;font-size:14px;transition:background .2s,transform .2s}.button:hover{background:#117daa;transform:translateY(-2px)}.button span,.text-link span{font-size:20px}.button.small{padding:12px 17px;white-space:nowrap}.menu-toggle{display:none}.hero{padding:65px 4.2% 0;position:relative;display:grid;grid-template-columns:1.04fr 1fr;gap:34px;overflow:hidden;background:radial-gradient(ellipse at 40% 50%,#edf8fc55,transparent 70%)}.hero-copy{padding:12px 0 34px;z-index:2}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--blue);margin:0 0 22px}.eyebrow>span{display:inline-block;width:7px;height:7px;background:var(--cyan);margin-right:9px;border-radius:50%}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.15;letter-spacing:-1.8px;font-weight:600;margin:0}h1{font-size:clamp(42px,4.1vw,66px);letter-spacing:-3px}h1 em{font-style:normal;color:var(--blue)}.intro{max-width:535px;color:var(--muted);font-size:16px;line-height:1.8;margin:26px 0 30px}.actions{display:flex;align-items:center;gap:27px}.text-link{font-size:14px;font-weight:600;display:inline-flex;gap:20px;align-items:center}.hero-topics{font-size:12px;color:#647d8d;margin:30px 0 0}.hero-topics b{padding:0 8px;color:#14a3ca}.hero-art{position:relative;min-height:550px;background:radial-gradient(ellipse at 50% 45%,#125979,#061c31 70%);border-radius:5px;overflow:hidden;color:#b8dae9}.hero-art>img{position:absolute;width:100%;height:100%;object-fit:cover}.art-top{position:absolute;top:25px;left:26px;right:26px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.7px}.art-caption{position:absolute;bottom:65px;left:28px;font-size:12px;color:#afc4d2;text-shadow:0 2px 10px #001322}.art-caption strong{font-weight:500;font-size:19px;color:white}.pulse{display:inline-block;background:var(--cyan);height:6px;width:6px;margin-right:8px;border-radius:50%;box-shadow:0 0 12px var(--cyan)}.art-tags{position:absolute;bottom:0;display:flex;justify-content:space-around;width:100%;padding:17px 15px;background:#001c33b0;border-top:1px solid #a9eaff22;font-size:9px;letter-spacing:1.5px}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:14px 0 23px;font-size:11px;letter-spacing:1.4px;color:#708392}.hero-bottom a{letter-spacing:0;font-size:13px}.hero-bottom a span{margin-left:30px}.hero-video,.hero-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}.hero.has-video .hero-video,.hero.has-video .hero-overlay{display:block}.hero-overlay{background:#fffffff0}.section{padding:100px 7%;scroll-margin-top:95px}h2{font-size:clamp(30px,3vw,44px)}h3{font-size:25px;letter-spacing:-.7px}.about{display:grid;grid-template-columns:1.2fr 1fr;gap:40px}.about>p{max-width:480px;color:var(--muted);align-self:center}.capability-line{grid-column:1/-1;position:relative;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:600;border-top:1px solid var(--line);padding-top:30px}.capability-line b{color:var(--blue);font-weight:400}.capability-line:before{content:'';position:absolute;width:80px;height:2px;background:var(--cyan);top:-1px;animation:travel 9s linear infinite}@keyframes travel{from{left:0}to{left:calc(100% - 80px)}}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:45px;gap:30px}.section-head>p{color:var(--muted);max-width:380px}.solutions{background:var(--pale)}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution{background:white;padding:32px;min-height:260px;border:1px solid #dfe9ef;border-radius:6px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s}.solution:hover{transform:translateY(-5px);box-shadow:0 16px 30px #092e4910}.solution.wide{grid-column:span 2;padding-right:44%;background:linear-gradient(100deg,#073655,#0b4b70);color:white}.solution.wide p{color:#b3cedd}.solution.wide img{position:absolute;right:0;top:0;width:43%;height:100%;object-fit:cover;mask-image:linear-gradient(90deg,transparent,#000 25%)}.solution .num{font-size:12px;letter-spacing:2px;color:#6a92a9;margin-bottom:25px;display:block}.solution p{color:var(--muted);font-size:14px;line-height:1.75;margin-bottom:0}.solution .arrow{position:absolute;right:25px;top:25px;color:var(--blue);font-size:22px}.solution:last-child{background:#e2f3f8}.dark{background:#061f34;color:white}.dark .eyebrow{color:#48c4e2}.dark .section-head>p{color:#a1b6c4}.dc-layout{display:grid;grid-template-columns:1fr 1.7fr 1fr;align-items:center;gap:30px}.dc-image{position:relative}.dc-image img{width:100%;border-radius:50%;aspect-ratio:1;object-fit:cover;mask-image:radial-gradient(ellipse,#000 45%,transparent 73%)}.hotspots{display:grid;gap:15px}.hotspots button{background:transparent;border:0;border-bottom:1px solid #ffffff20;color:#b4c9d7;text-align:left;padding:12px;transition:.2s}.hotspots button:hover,.hotspots button:focus-visible{color:#53d5f4;border-color:#53d5f4;transform:translateX(5px)}.hotspots button:before{content:'+';margin-right:14px;color:#41c9e9}.dc-caption{text-align:center;color:#99b9cb;font-size:13px}.journey{text-align:center;background:#f7fbfd}.journey-flow{position:relative;display:grid;grid-template-columns:repeat(6,1fr);margin-top:65px;gap:12px}.journey-flow:before{content:'';position:absolute;left:6%;right:6%;top:30px;height:1px;background:linear-gradient(90deg,#9dc2d4,#1bb8df,#9dc2d4)}.journey-item{z-index:1}.journey-item span{display:grid;place-items:center;background:#f7fbfd;border:1px solid #9dcbdc;border-radius:50%;width:60px;height:60px;margin:0 auto 24px;color:var(--blue);font-size:14px}.journey-item h3{font-family:'DM Sans',sans-serif;font-size:16px;letter-spacing:0}.journey-flow:after{content:'';width:7px;height:7px;background:#00b9e6;box-shadow:0 0 12px #00b9e6;border-radius:50%;position:absolute;top:27px;animation:travel 9s linear infinite}.videos{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-tile{padding:0;border:0;background:transparent;text-align:left;color:var(--ink)}.video-image{position:relative;overflow:hidden;border-radius:5px;background:#073655;aspect-ratio:1.5}.video-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.video-tile:hover img{transform:scale(1.06)}.video-tile:nth-child(2) img{object-position:top;filter:hue-rotate(15deg);transform:scale(1.35)}.video-tile:nth-child(3) img{object-position:bottom;filter:hue-rotate(-15deg)}.play{position:absolute;left:24px;bottom:22px;width:49px;height:49px;display:grid;place-items:center;color:white;border:1px solid #ffffff90;border-radius:50%;background:#ffffff15;backdrop-filter:blur(5px);font-size:24px}.video-tile h3{font-size:20px;margin:20px 0 6px}.video-tile p{font-size:12px;letter-spacing:1.6px;color:var(--muted)}.industries{background:#ecf5f9;display:grid;grid-template-columns:1fr 1.4fr;gap:70px}.industries p:not(.eyebrow){color:var(--muted)}.industry-list{display:grid;grid-template-columns:1fr 1fr;gap:0 35px}.industry-list a{padding:20px 0;border-bottom:1px solid #bbd3df;display:flex;justify-content:space-between}.industry-list a:hover{color:var(--blue)}.logo-section{padding-top:70px;padding-bottom:65px}.logo-section+.logo-section{padding-top:20px}.logo-heading{display:flex;justify-content:space-between;align-items:center;gap:25px}.logo-heading h2{font-size:29px}.logo-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:25px;padding:34px 0;border-bottom:1px solid var(--line);color:#718492;font-family:Manrope,sans-serif;font-weight:700;font-size:22px}.placeholder-note{font-size:12px;color:#84939d}.extra-customers[hidden]{display:none}.why{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.why>div>p:not(.eyebrow){color:var(--muted);max-width:410px}.why-nodes{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;border-left:1px solid #adc9d8;padding-left:30px}.why-nodes div{padding:22px 0;border-bottom:1px solid var(--line);font-size:15px}.why-nodes span{color:var(--blue);margin-right:15px;font-size:12px}.cta{text-align:center;position:relative;background-color:#063653;background-image:radial-gradient(#3fa7c344 1px,transparent 1px);background-size:24px 24px}.cta h2{font-size:clamp(36px,4vw,58px);max-width:770px;margin:auto}.cta p{color:#b2cbd9}.cta .actions{justify-content:center;margin-top:35px}.cta .button{background:white;color:var(--navy);border-color:white}.cta .text-link{color:white}footer{padding:50px 7% 25px}.footer-top{display:flex;justify-content:space-between;gap:30px;padding-bottom:35px}.footer-top img{width:130px;height:auto;object-fit:contain}.footer-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap;font-size:13px}.footer-bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}dialog{border:1px solid var(--line);border-radius:10px;padding:40px;max-width:700px;width:90%;color:var(--ink);box-shadow:0 30px 100px #00182a50}dialog::backdrop{background:#001b30bb;backdrop-filter:blur(8px)}dialog h2{font-size:32px}dialog p{color:var(--muted)}.close{position:absolute;right:15px;top:8px;border:0;background:none;font-size:30px;color:var(--ink)}.modal-media{height:270px;position:relative;margin-top:24px;background:var(--navy);overflow:hidden;border-radius:5px}.modal-media img{width:100%;height:100%;object-fit:cover}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}:focus-visible{outline:3px solid #22bce4;outline-offset:5px}
@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1150px){header{gap:20px}nav{gap:14px;font-size:12px}header>.button{display:none}.hero{gap:25px}.hero-art{min-height:530px}.hero-topics{font-size:11px}.hero-topics b{padding:0 3px}h1{letter-spacing:-2px}.footer-links{gap:15px}}@media(max-width:800px){header{height:80px}.brand img{width:100px}.menu-toggle{display:block;border:0;background:none;color:var(--navy)}.menu-toggle span{margin-left:15px}nav{display:none;position:absolute;top:80px;left:0;right:0;background:white;padding:25px;box-shadow:0 15px 20px #09334b15;font-size:16px;grid-template-columns:1fr 1fr;gap:22px}nav.open{display:grid}.hero{padding-top:30px;grid-template-columns:1fr}.hero-copy{padding-bottom:0}h1{font-size:48px}.hero-art{min-height:450px}.hero-bottom{margin-top:5px}.section{padding:65px 6%}.about,.industries,.why{grid-template-columns:1fr;gap:25px}.about>p{margin:0}.capability-line{font-size:11px;letter-spacing:.5px;gap:8px}.section-head{align-items:start;flex-direction:column;gap:10px}.solution-grid{grid-template-columns:1fr 1fr}.solution.wide{padding-right:42%}.dc-layout{gap:8px;grid-template-columns:1fr 1.3fr 1fr}.hotspots button{font-size:12px;padding:9px 0}.hotspots button:before{margin-right:5px}.journey-flow{grid-template-columns:repeat(3,1fr);row-gap:35px}.journey-flow:before,.journey-flow:after{display:none}.videos{gap:14px}.video-tile h3{font-size:16px}.play{width:36px;height:36px;left:12px;bottom:12px;font-size:19px}.footer-top{flex-direction:column}.logo-row{justify-content:start;column-gap:35px}.hero-bottom{font-size:9px}}@media(max-width:500px){h1{font-size:43px}.hero-art{min-height:360px}.hero-topics{font-size:10px}.actions{gap:17px}.button{padding:14px 17px;gap:22px}.text-link{gap:10px;font-size:13px}.hero-bottom>span{max-width:150px}.solution-grid{grid-template-columns:1fr}.solution.wide{grid-column:auto;padding:30px;min-height:340px;padding-right:30px}.solution.wide img{opacity:.2;width:100%}.solution.wide h3,.solution.wide p,.solution.wide .num{position:relative;z-index:1}.videos{grid-template-columns:1fr;gap:30px}.video-tile h3{font-size:21px}.dc-layout{grid-template-columns:1fr 1fr}.dc-image{grid-column:1/-1;grid-row:1}.dc-image img{max-height:300px}.industry-list{gap:0 20px;font-size:14px}.why-nodes{padding-left:16px;gap:0 15px}.footer-bottom{flex-direction:column;gap:10px}.capability-line b{font-size:11px}.capability-line span{font-size:10px}.art-top{font-size:9px}dialog{padding:30px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
/* Connected architecture details */
.dc-layout{position:relative}.hotspots button{position:relative}.hotspots:first-child button:after{content:'';position:absolute;width:45px;height:1px;background:linear-gradient(90deg,#36bada80,transparent);left:100%;top:50%}.hotspots:last-child button:after{content:'';position:absolute;width:45px;height:1px;background:linear-gradient(90deg,transparent,#36bada80);right:100%;top:50%}.why-nodes div{position:relative}.why-nodes div:before{content:'';position:absolute;left:-35px;top:50%;width:8px;height:8px;border:1px solid #1595be;border-radius:50%;background:white}.journey-flow:before,.journey-flow:after{display:none}.journey-wave{position:absolute;width:100%;height:90px;top:-13px;left:0;overflow:visible}.journey-wave path{stroke:#66bdd7;stroke-width:1;fill:none}.journey-wave .data-wave{stroke:#05bce9;stroke-width:3;stroke-dasharray:10 990;animation:flow 9s linear infinite}@keyframes flow{to{stroke-dashoffset:-1000}}.solution:last-child{grid-column:span 2}.solution:last-child h3{font-size:32px}.solution:last-child p{max-width:520px}@media(max-width:800px){.journey-wave{display:none}.solution:last-child{grid-column:auto}.solution:last-child h3{font-size:25px}}@media(prefers-reduced-motion:reduce){.journey-wave .data-wave{animation:none}}

/* Equal image tiles, expanding within their own row on hover or keyboard focus. */
.solution-gallery{display:grid;gap:20px}.solution-row{display:flex;gap:16px;align-items:stretch}.solution-tile{position:relative;flex:1 1 0;min-width:0;min-height:405px;overflow:hidden;border-radius:7px;background:#082c43;color:white;transition:flex-grow .45s ease,box-shadow .45s ease}.solution-photo{position:absolute;inset:0;background-image:url('../assets/images/solutions-atlas.png');background-image:image-set(url('../assets/images/solutions-atlas.webp') type('image/webp'),url('../assets/images/solutions-atlas.png') type('image/png'));background-size:400% 200%;background-position:var(--image-x) var(--image-y);transition:filter .4s;filter:brightness(.85)}.solution-shade{position:absolute;inset:0;background:linear-gradient(180deg,#041c3220 0%,#041c3240 26%,#041c32eb 70%,#041c32 100%)}.solution-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;min-height:405px;padding:24px}.solution-number{font-size:13px;letter-spacing:2px;color:#8ee7f5;margin-bottom:auto;padding-bottom:60px}.solution-content h3{font-size:22px;line-height:1.22;letter-spacing:-.6px;min-height:108px;margin:0 0 15px;overflow-wrap:break-word}.solution-content p{font-size:14px;line-height:1.6;color:#bed5e1;margin:0 0 20px;max-height:0;opacity:0;overflow:hidden;transition:max-height .45s,opacity .3s}.solution-explore{display:inline-flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 0;border-top:1px solid #91cede66;color:#fff;font-size:14px;margin-top:auto;min-height:44px}.solution-explore span{color:#6bdaef;font-size:21px}.solution-explore:hover{color:#86e5f4}.solution-tile:focus-within{flex-grow:1.65;box-shadow:0 15px 35px #052a4325}.solution-tile:focus-within p{opacity:1;max-height:150px}.solution-tile:focus-within .solution-photo{filter:brightness(1)}
@media(hover:hover) and (pointer:fine){.solution-tile:hover{flex-grow:1.65;box-shadow:0 15px 35px #052a4325}.solution-tile:hover p{opacity:1;max-height:150px}.solution-tile:hover .solution-photo{filter:brightness(1)}}
@media(max-width:1100px){.solution-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.solution-content h3{min-height:60px;font-size:24px}.solution-content p{max-height:none;opacity:1}.solution-tile,.solution-content{min-height:420px}.solution-number{padding-bottom:75px}.solution-tile:focus-within{transform:scale(1.025);z-index:2}@media(hover:hover) and (pointer:fine){.solution-tile:hover{transform:scale(1.025);z-index:2}}}
@media(max-width:600px){.solution-row{grid-template-columns:1fr}.solution-tile,.solution-content{min-height:390px}.solution-content h3{min-height:0;font-size:26px}.solution-content{padding:26px}.solution-number{padding-bottom:90px}.solution-tile:focus-within{transform:none}}
@media(prefers-reduced-motion:reduce){.solution-tile,.solution-photo,.solution-content p{transition:none}.solution-tile:hover,.solution-tile:focus-within{transform:none}}
.solution-photo{bottom:auto;width:100%;aspect-ratio:1}.solution-shade{background:linear-gradient(180deg,transparent 0%,#041c3233 25%,#041c32dd 60%,#041c32 85%)}

/* Compact solution cards */
.solution-tile,.solution-content{min-height:330px}
.solution-content{padding:20px}
.solution-number{padding-bottom:35px}
.solution-content h3{min-height:78px;font-size:19px;margin-bottom:10px}
.solution-content p{font-size:13px;line-height:1.5;margin-bottom:12px}
.solution-explore{padding:7px 0;min-height:36px;font-size:13px}
@media(max-width:1100px){.solution-tile,.solution-content{min-height:345px}.solution-number{padding-bottom:45px}.solution-content h3{min-height:52px;font-size:21px}}
@media(max-width:600px){.solution-tile,.solution-content{min-height:350px}.solution-content{padding:22px}.solution-number{padding-bottom:65px}.solution-content h3{font-size:23px}}

/* Infrastructure group labels */
.hotspot-heading{min-height:52px;margin:0 0 10px;color:#65d7ef;font-family:'DM Sans',Arial,sans-serif;font-size:15px;line-height:1.45;letter-spacing:1.2px;text-transform:uppercase}
.hotspots button{font-size:17px;line-height:1.4}
@media(max-width:800px){.hotspot-heading{min-height:60px;font-size:12px;letter-spacing:.8px}.hotspots button{font-size:14px}}
@media(max-width:500px){.hotspot-heading{min-height:54px;font-size:12px}.hotspots button{font-size:15px}}

/* Simplified solution-card controls */
.solution-content h3{margin-top:auto}
.solution-explore{align-self:flex-start;justify-content:center;width:auto;min-height:38px;margin-top:0;padding:9px 17px;border:1px solid #66d7ed;border-radius:4px;background:linear-gradient(135deg,#0d7fa7,#16a9ca);color:#fff;box-shadow:0 7px 18px #001d2f38;line-height:1}
.solution-explore:hover,.solution-explore:focus-visible{background:linear-gradient(135deg,#1aa8ca,#36cae4);border-color:#8ceaff;color:#042b42;box-shadow:0 9px 22px #001d2f4d}

/* Technology journey */
.journey{text-align:center;background:#f7fbfd}
.journey-scroll{margin-top:54px;overflow:visible}
.journey-track{position:relative;min-width:0;min-height:225px}
.journey-wave{position:absolute;top:0;left:0;width:100%;height:110px;overflow:visible;pointer-events:none}
.journey-wave path{fill:none;vector-effect:non-scaling-stroke}
.journey-line-base{stroke:#a8cfdd;stroke-width:1.2}
.journey-line-progress{stroke:var(--cyan);stroke-width:2;stroke-linecap:round;filter:drop-shadow(0 0 3px #22bce477);stroke-dasharray:1;stroke-dashoffset:1}
.journey.journey-active .journey-line-progress{animation:journey-draw 2.4s cubic-bezier(.4,0,.2,1) forwards}
@keyframes journey-draw{to{stroke-dashoffset:0}}
.journey-stages{position:relative;z-index:1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.journey-item{position:relative;text-align:center;transition-delay:calc(var(--stage) * 130ms)}
.journey-item::before{content:'';position:absolute;z-index:-1;top:calc(var(--node-y) + 27px);left:50%;width:72%;height:3px;background:var(--cyan);filter:blur(4px);opacity:0;transition:opacity .25s}
.journey-node{width:60px;height:60px;margin:var(--node-y) auto 22px!important;border:1px solid #8fc6d8!important;border-radius:50%;background:#f7fbfd!important;color:var(--blue)!important;font-size:14px!important;box-shadow:0 0 0 0 #22bce400;transition:border-color .25s,box-shadow .25s,transform .25s}
.journey-item h3{min-height:38px;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:14px;line-height:1.35;letter-spacing:.8px;text-transform:uppercase}
.journey-item p{margin:7px 0 0;color:#768c98;font-size:13px;line-height:1.4;opacity:.7;transition:color .25s,opacity .25s}
.journey-item:hover .journey-node,.journey-item:focus-within .journey-node{border-color:var(--cyan)!important;box-shadow:0 0 0 6px #22bce414,0 0 20px #22bce455;transform:scale(1.06)}
.journey-item:hover::before,.journey-item:focus-within::before{opacity:.6}
.journey-item:hover p,.journey-item:focus-within p{color:#486978;opacity:1}
.journey-enablers{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:26px;padding:17px 22px;border-top:1px solid #c7dde5;border-bottom:1px solid #dbe8ed;color:#667f8c}
.journey-enablers>span{color:var(--blue);font-size:11px;font-weight:700;letter-spacing:1.7px;white-space:nowrap}
.journey-enablers p{margin:0;font-size:13px;letter-spacing:.2px}
.journey-enablers b{padding:0 10px;color:#26a8c8;font-weight:400}
@media(max-width:950px) and (min-width:601px){.journey-scroll{margin-right:-6%;padding:0 6% 16px 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#9fc9d8 transparent}.journey-track{min-width:900px}.journey-enablers{align-items:flex-start;flex-direction:column;gap:7px;text-align:left}.journey-enablers p{line-height:1.8}}
@media(max-width:600px){.journey{text-align:left}.journey-scroll{margin-top:42px;overflow:visible}.journey-track{min-height:0}.journey-wave{display:none}.journey-stages{display:block}.journey-item{display:grid;grid-template-columns:62px 1fr;grid-template-rows:auto auto;gap:2px 18px;min-height:112px;text-align:left}.journey-item::before{z-index:0;top:58px;left:29px;width:1px;height:54px;background:#8fc9da;filter:none;opacity:1}.journey-item:last-child::before{display:none}.journey-node{grid-column:1;grid-row:1/3;width:58px;height:58px;margin:0!important}.journey-item h3{grid-column:2;min-height:0;margin-top:7px;font-size:15px}.journey-item p{grid-column:2;margin-top:3px;font-size:13px;opacity:.85}.journey-enablers{display:block;margin-top:12px;padding:18px 0;text-align:left}.journey-enablers p{margin-top:8px;line-height:1.9}.journey-enablers b{padding:0 5px}}
@media(prefers-reduced-motion:reduce){.journey-line-progress{stroke-dashoffset:0}.journey.journey-active .journey-line-progress{animation:none}.journey-item{transition-delay:0s}.journey-node,.journey-item::before,.journey-item p{transition:none}}

/* Readability refinement: slightly larger body copy across the homepage. */
body{font-size:17px}
.intro{font-size:18px}
.solution-content p{font-size:14px}
.journey-item p,.journey-enablers p{font-size:14px}
@media(max-width:600px){body{font-size:16px}.intro{font-size:17px}.solution-content p,.journey-item p,.journey-enablers p{font-size:14px}}

/* Journey capability icons */
.journey-node{display:flex!important;align-items:center;justify-content:center;width:64px;height:64px}
.journey-node svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:600px){.journey-node{width:62px;height:62px}.journey-node svg{width:26px;height:26px}.journey-item::before{top:62px;left:30px}}

/* End-to-end delivery lifecycle */
.delivery{background:#fff}.delivery-head{display:grid;grid-template-columns:1.15fr 1fr;align-items:end;gap:clamp(40px,8vw,130px);margin-bottom:64px}.delivery-head>p{max-width:560px;margin:0;color:var(--muted);font-size:18px;line-height:1.8}.delivery-stages{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}.delivery-stages::before{content:'';position:absolute;top:17px;left:4%;right:4%;height:1px;background:var(--line)}.delivery-stage{position:relative;min-width:0;padding:0 24px 22px 0;outline-offset:5px;opacity:0;transform:translateY(14px);transition:opacity .45s ease calc(var(--stage)*.12s),transform .45s ease calc(var(--stage)*.12s),color .25s}.delivery-stage::after{content:'→';position:absolute;top:4px;right:12px;color:#65a8c3;font-size:16px;transition:color .25s,transform .25s}.delivery-stage:last-child::after{display:none}.delivery-stage.visible{opacity:1;transform:none}.delivery-number{position:relative;z-index:1;display:grid;place-items:center;width:35px;height:35px;margin:0 0 24px;background:#fff;border:1px solid #8fc6d8;border-radius:50%;color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.6px;transition:border-color .25s,background .25s,color .25s,box-shadow .25s}.delivery-stage h3{font-family:'DM Sans',Arial,sans-serif;font-size:17px;line-height:1.3;letter-spacing:1.4px;text-transform:uppercase}.delivery-tagline{margin:7px 0 0;color:#557180;font-size:15px;line-height:1.45}.delivery-detail{max-width:190px;margin:12px 0 0;color:#718792;font-size:14px;line-height:1.5;opacity:.68;transition:opacity .25s,color .25s}.delivery-stage:hover .delivery-number,.delivery-stage:focus-visible .delivery-number{border-color:var(--cyan);background:#effbfe;color:#087da7;box-shadow:0 0 0 5px #22bce410}.delivery-stage:hover::after,.delivery-stage:focus-visible::after{color:var(--cyan);transform:translateX(3px)}.delivery-stage:hover .delivery-detail,.delivery-stage:focus-visible .delivery-detail{color:#486978;opacity:1}.delivery-foundation{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:38px;padding:18px 22px;border-top:1px solid #cfe1e8;border-bottom:1px solid #cfe1e8;background:#f8fbfc}.delivery-foundation>span{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:1.7px;white-space:nowrap}.delivery-foundation p{margin:0;color:#496979;font-size:15px;letter-spacing:.2px}.delivery-foundation b{padding:0 8px;color:var(--cyan);font-weight:400}
@media(max-width:1050px) and (min-width:601px){.delivery-head{gap:50px}.delivery-stages{grid-template-columns:repeat(3,1fr);row-gap:42px}.delivery-stages::before{display:none}.delivery-stage:nth-child(3)::after{display:none}.delivery-detail{max-width:250px}}
@media(max-width:600px){.delivery-head{grid-template-columns:1fr;align-items:start;gap:22px;margin-bottom:45px}.delivery-stages{display:block}.delivery-stages::before{top:17px;bottom:20px;left:17px;right:auto;width:1px;height:auto}.delivery-stage{display:grid;grid-template-columns:54px 1fr;grid-template-rows:auto auto auto;min-height:136px;padding:0}.delivery-stage::after{content:'↓';top:auto;right:auto;bottom:16px;left:13px}.delivery-stage:last-child{min-height:108px}.delivery-number{grid-column:1;grid-row:1/4;margin:0}.delivery-stage h3{grid-column:2;margin-top:7px}.delivery-tagline,.delivery-detail{grid-column:2}.delivery-tagline{margin-top:3px}.delivery-detail{max-width:100%;margin-top:7px;opacity:.82}.delivery-foundation{display:block;margin-top:20px;padding:18px 0;background:transparent}.delivery-foundation p{margin-top:8px;line-height:1.9}.delivery-foundation b{padding:0 4px}}
@media(prefers-reduced-motion:reduce){.delivery-stage{opacity:1;transform:none;transition:none}.delivery-number,.delivery-stage::after,.delivery-detail{transition:none}}

/* Illustrated delivery framework */
.delivery-visual{position:relative;margin-top:6px;padding-top:4px}.delivery-wave{position:absolute;top:0;left:-1%;width:102%;height:112px;overflow:visible}.delivery-wave path{fill.gmail:none;fill:none;stroke:#8ddaf0;stroke-width:1.5}.delivery-wave .delivery-wave-accent{stroke:#069de0;stroke-width:2.2;stroke-dasharray:1;stroke-dashoffset:1}.delivery-wave .delivery-wave-arrow{fill:none;stroke:#069de0;stroke-width:2}.delivery-stages{z-index:1}.delivery-stages::before{display:none}.delivery-stage{padding:0 14px 24px;text-align:center}.delivery-stage::after{display:none}.delivery-icon{position:relative;display:grid;place-items:center;width:76px;height:76px;margin:4px auto 13px;border:1px solid #b7e8f5;border-radius:50%;background:#fff;color:#098bd0;box-shadow:0 0 0 9px #dcf6fc80,0 8px 22px #0c8fba18;transition:color .25s,border-color .25s,box-shadow .25s,transform .25s}.delivery-icon::after{content:'';position:absolute;top:calc(100% + 1px);left:50%;width:1px;height:20px;background:#65cce8}.delivery-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.delivery-number{display:block;width:auto;height:auto;margin:27px 0 7px;border:0;background:transparent;color:#0c9ddd;font-size:12px;letter-spacing:.5px}.delivery-stage h3{font-size:17px}.delivery-tagline{font-size:15px}.delivery-detail{max-width:205px;margin:10px auto 0;font-size:14px;opacity:.74}.delivery-stage:hover .delivery-icon,.delivery-stage:focus-visible .delivery-icon{border-color:var(--cyan);color:#0577bd;box-shadow:0 0 0 10px #d9f7fd,0 10px 26px #058ebe26;transform:translateY(-2px)}.delivery-stage:hover .delivery-number,.delivery-stage:focus-visible .delivery-number{border:0;background:transparent;box-shadow:none}.delivery.delivery-active .delivery-wave-accent{animation:draw-delivery 1.3s ease-out forwards}@keyframes draw-delivery{to{stroke-dashoffset:0}}
@media(max-width:1050px) and (min-width:601px){.delivery-visual{padding-top:0}.delivery-wave{display:none}.delivery-stages{row-gap:46px}.delivery-stage{padding:0 20px}.delivery-stage:nth-child(-n+3){border-bottom:1px solid var(--line);padding-bottom:40px}.delivery-icon{margin-top:0}}
@media(max-width:600px){.delivery-visual{padding-top:0}.delivery-wave{display:none}.delivery-stages::before{display:block;top:38px;bottom:35px;left:37px}.delivery-stage{grid-template-columns:92px 1fr;min-height:150px;padding:0;text-align:left}.delivery-stage::after{display:block;left:33px;bottom:15px;color:#49bddd}.delivery-icon{grid-column:1;grid-row:1/5;width:72px;height:72px;margin:0}.delivery-icon::after{display:none}.delivery-number{grid-column:2;grid-row:1;margin:2px 0 3px}.delivery-stage h3{grid-column:2;grid-row:2;margin:0}.delivery-tagline{grid-column:2;grid-row:3}.delivery-detail{grid-column:2;grid-row:4;margin:7px 0 0}.delivery-stage:last-child{min-height:120px}}
@media(prefers-reduced-motion:reduce){.delivery-wave-accent{stroke-dashoffset:0}.delivery.delivery-active .delivery-wave-accent{animation:none}.delivery-icon{transition:none}}

/* Number-free delivery stages */
.delivery-stage h3{margin-top:30px}
@media(max-width:600px){.delivery-icon{grid-row:1/4}.delivery-stage h3{grid-row:1;margin-top:8px}.delivery-tagline{grid-row:2}.delivery-detail{grid-row:3}}

/* Industries section color alignment */
.industries{background:#fff;border-top:1px solid var(--line)}

/* Designer technology journey */
.journey{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,#fbfdff 0%,#f7fcff 58%,#eef9fe 100%)}.journey::before,.journey::after{content:'';position:absolute;z-index:-1;left:-8%;right:-8%;height:170px;border-radius:50%;background:repeating-radial-gradient(ellipse at center,transparent 0 13px,#8bd8fa16 14px 15px,transparent 16px 24px);pointer-events:none}.journey::before{top:-110px;transform:rotate(-7deg)}.journey::after{bottom:-125px;transform:rotate(4deg)}.journey-heading{position:relative;text-align:center}.journey-heading .eyebrow{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:20px;color:#098edf;font-size:13px}.journey-heading .eyebrow::before,.journey-heading .eyebrow::after{content:'';width:78px;height:1px;background:#86ccef}.journey-heading h2{color:#082f56;font-size:clamp(38px,3.5vw,54px);font-weight:700;letter-spacing:-2.2px}.journey-intro{margin:14px auto 0;color:#61798d;font-size:18px}.journey-scroll{margin-top:72px}.journey-track{min-height:300px}.journey-wave{top:8px;height:110px}.journey-line-base{stroke:#7bd3ee;stroke-width:1.5}.journey-line-progress{stroke:url(#journey-gradient);stroke:#02aee4;stroke-width:3}.journey-node{width:96px!important;height:96px!important;margin:var(--node-y) auto 28px!important;border:1px solid #a5ddf1!important;background:#fff!important;color:#0785cd!important;box-shadow:0 0 0 10px #dff7fd99,0 10px 30px #087fa525!important}.journey-node::after{content:'';position:absolute;bottom:-24px;width:7px;height:7px;border-radius:50%;background:#11b6df;box-shadow:0 0 0 3px #e1f8fd}.journey-node svg{width:40px;height:40px;stroke-width:1.8}.journey-item{position:relative}.journey-item h3{min-height:auto;color:#082f56;font-size:16px;font-weight:700;letter-spacing:.3px}.journey-item>i{display:block;width:34px;height:3px;margin:12px auto 0;border-radius:3px;background:#20bde7}.journey-item p{margin-top:12px;color:#5f7689;font-size:15px;opacity:1}.journey-item:hover .journey-node,.journey-item:focus-within .journey-node{box-shadow:0 0 0 12px #d9f6fc,0 12px 34px #0789bb38!important;transform:translateY(-3px) scale(1.03)}.journey-enablers{position:relative;z-index:2;margin-top:14px;background:#ffffff8c;backdrop-filter:blur(3px)}
@media(max-width:950px) and (min-width:601px){.journey-heading h2{font-size:42px}.journey-scroll{margin-top:66px}.journey-track{min-height:300px}}
@media(max-width:600px){.journey{padding-top:72px}.journey-heading{text-align:left}.journey-heading .eyebrow{justify-content:flex-start;font-size:12px}.journey-heading .eyebrow::before{display:none}.journey-heading .eyebrow::after{width:48px}.journey-heading h2{font-size:36px;letter-spacing:-1.5px}.journey-intro{font-size:16px;line-height:1.7}.journey-scroll{margin-top:48px}.journey-track{min-height:0}.journey-node{width:66px!important;height:66px!important;margin:0!important}.journey-node::after{display:none}.journey-node svg{width:29px;height:29px}.journey-item{grid-template-columns:70px 1fr;min-height:126px}.journey-item::before{top:66px;left:32px;height:60px}.journey-item h3{margin-top:5px;font-size:16px}.journey-item>i{grid-column:2;width:28px;margin:7px 0 0}.journey-item p{grid-column:2;margin-top:5px;font-size:14px}.journey-enablers{background:transparent;backdrop-filter:none}}

/* Consistent typography hierarchy across the homepage */
body{font-size:17px;line-height:1.7}.eyebrow{font-size:13px}.intro{font-size:18px;line-height:1.75}.hero-topics{font-size:13px}.art-top{font-size:11px}.art-caption{font-size:13px}.art-tags{font-size:10px}.hero-bottom{font-size:12px}.section-head>p,.industries p:not(.eyebrow),.why>div>p:not(.eyebrow),.cta p{font-size:17px;line-height:1.75}.solution-content h3{font-size:20px}.solution-content p{font-size:15px;line-height:1.6}.solution-explore{font-size:14px}.hotspot-heading{font-size:15px}.hotspots button{font-size:17px}.dc-caption{font-size:14px}.delivery-head>p{font-size:18px}.delivery-stage h3{margin-top:29px;font-size:18px}.delivery-tagline{font-size:16px}.delivery-detail{font-size:14px;line-height:1.55}.delivery-foundation>span{font-size:12px}.delivery-foundation p{font-size:15px}.journey-heading .eyebrow{font-size:13px}.journey-intro{font-size:18px}.journey-item h3{font-size:17px}.journey-item p{font-size:15px}.industry-list a{font-size:17px;line-height:1.45}.why-nodes div{font-size:16px}.footer-links{font-size:14px}.footer-bottom{font-size:13px}
@media(max-width:800px){.section-head>p,.industries p:not(.eyebrow),.why>div>p:not(.eyebrow),.cta p{font-size:16px}.hotspots button{font-size:15px}.industry-list a{font-size:16px}.delivery-stage h3{font-size:17px}}
@media(max-width:600px){body{font-size:16px}.eyebrow{font-size:12px}.intro{font-size:17px}.hero-topics{font-size:11px}.delivery-head>p{font-size:16px}.delivery-stage h3{grid-row:1;margin-top:7px;font-size:17px}.delivery-tagline{grid-row:2;font-size:15px}.delivery-detail{grid-row:3;font-size:14px}.journey-heading .eyebrow{font-size:12px}.journey-intro{font-size:16px}.journey-item h3{font-size:16px}.journey-item p{font-size:14px}.footer-links{font-size:13px}.footer-bottom{font-size:12px}}

/* Customer logo carousel */
.customer-section{overflow:hidden}.customer-section .logo-heading{margin-bottom:42px}.customer-marquee{position:relative;width:calc(100% + 14vw);margin-left:-7vw;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.customer-marquee::before,.customer-marquee::after{content:'';position:absolute;z-index:2;top:0;bottom:0;width:9%;pointer-events:none}.customer-marquee::before{left:0;background:linear-gradient(90deg,#fff,transparent)}.customer-marquee::after{right:0;background:linear-gradient(270deg,#fff,transparent)}.customer-track{display:flex;width:max-content;animation:customer-roll 95s linear infinite;will-change:transform}.customer-group{display:flex;align-items:stretch;flex-shrink:0}.customer-logo{display:grid;grid-template-rows:96px 58px;place-items:center;width:220px;margin:0;padding:25px 24px 18px;border-right:1px solid #edf2f4;background:#fff}.customer-logo img{display:block;max-width:170px;width:auto;height:76px;object-fit:contain}.customer-logo figcaption{align-self:start;width:100%;margin-top:8px;color:#677d8b;font-size:12px;line-height:1.3;text-align:center}.customer-marquee:hover .customer-track,.customer-marquee:focus-within .customer-track{animation-play-state:paused}@keyframes customer-roll{to{transform:translateX(-50%)}}
@media(max-width:600px){.customer-section .logo-heading{margin-bottom:28px}.customer-marquee{width:calc(100% + 12vw);margin-left:-6vw}.customer-logo{grid-template-rows:82px 52px;width:170px;padding:20px 18px 15px}.customer-logo img{max-width:135px;height:64px}.customer-logo figcaption{font-size:11px}.customer-track{animation-duration:80s}}
@media(prefers-reduced-motion:reduce){.customer-marquee{overflow-x:auto}.customer-track{animation:none;will-change:auto}.customer-group[aria-hidden="true"]{display:none}}

/* Match the customer heading to the homepage section-heading scale. */
.customer-section .logo-heading h2{font-size:clamp(30px,3vw,44px);font-weight:600;line-height:1.15;letter-spacing:-1.8px}

/* Give the ITPF Advantage its own visual band within the site palette. */
.why{position:relative;overflow:hidden;background:linear-gradient(135deg,#e9f6fb 0%,#f4fbfd 52%,#dff1f8 100%);border-top:1px solid #cce5ee;border-bottom:1px solid #cce5ee}
.why::after{content:'';position:absolute;right:-110px;bottom:-170px;width:420px;height:420px;border:1px solid #27acd133;border-radius:50%;box-shadow:0 0 0 55px #27acd10b,0 0 0 110px #27acd108;pointer-events:none}
.why>div,.why-nodes{position:relative;z-index:1}
.why-image-section{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.48fr);align-items:center;gap:44px;padding:58px 2.5% 58px 4.2%}.why-image-section>div{max-width:440px}.advantage-visual{position:relative;z-index:1;margin:0;border:1px solid #d4e8f0;border-radius:4px;overflow:hidden;background:#f4fbfe}.advantage-visual img{display:block;width:100%;height:auto}
@media(max-width:800px){.why-image-section{grid-template-columns:1fr;gap:34px;padding:65px 6%}.why-image-section>div{max-width:620px}.advantage-visual{width:100%;overflow-x:auto}.advantage-visual img{width:900px;max-width:none}}

/* Contact details and social channels */
.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1050px;margin:40px auto 0;text-align:left}.contact-item{display:flex;align-items:center;gap:15px;padding:18px 20px;border:1px solid #6ecce455;border-radius:7px;background:#ffffff0d;transition:background .2s,border-color .2s,transform .2s}.contact-item:hover{background:#ffffff18;border-color:#6edcf0;transform:translateY(-2px)}.contact-icon{display:grid;place-items:center;flex:0 0 45px;width:45px;height:45px;border-radius:50%;background:#20bce41c;color:#55d5ef}.contact-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contact-item small,.contact-item strong{display:block}.contact-item small{color:#79d8eb;font-size:11px;line-height:1.2;letter-spacing:1.3px;text-transform:uppercase}.contact-item strong{margin-top:5px;color:#fff;font-size:15px;font-weight:550;line-height:1.35}.social-links{display:flex;justify-content:center;flex-wrap:wrap;gap:13px;margin-top:24px}.social-links a{display:inline-flex;align-items:center;gap:9px;padding:10px 16px;border:1px solid #ffffff2e;border-radius:999px;color:#d6edf5;font-size:13px;transition:color .2s,border-color .2s,background .2s}.social-links a:hover{color:#fff;border-color:#58d1eb;background:#ffffff0d}.social-links svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cta>p:not(.eyebrow){max-width:1050px;margin:22px auto 0;text-align:center;white-space:nowrap}
.cta-nowrap{display:block;white-space:nowrap}
@media(max-width:800px){.contact-grid{grid-template-columns:1fr;max-width:540px}.contact-item{padding:16px 18px}}
@media(max-width:900px){.cta>p:not(.eyebrow){white-space:normal}}
@media(max-width:700px){.cta .cta-nowrap{font-size:clamp(16px,4.8vw,34px);letter-spacing:-1px}}

/* About ITPF navigation dropdown */
.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit}.nav-dropdown-toggle:hover,.nav-dropdown.open .nav-dropdown-toggle{color:var(--blue)}.nav-dropdown-toggle span{font-size:12px;transition:transform .2s}.nav-dropdown.open .nav-dropdown-toggle span{transform:rotate(180deg)}.nav-submenu{position:absolute;top:calc(100% + 20px);left:-20px;width:190px;padding:10px;background:#fff;border:1px solid #e0eaef;border-radius:5px;box-shadow:0 18px 42px #092e4920;opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s,visibility .2s,transform .2s}.nav-submenu::before{content:'';position:absolute;left:0;right:0;bottom:100%;height:21px}.nav-dropdown.open .nav-submenu{opacity:1;visibility:visible;transform:none}.nav-submenu a{display:block;padding:10px 12px;border-radius:3px;color:var(--ink);font-size:14px;white-space:nowrap}.nav-submenu a:hover,.nav-submenu a:focus-visible{background:var(--pale);color:var(--blue)}
@media(max-width:800px){.nav-dropdown{grid-column:1/-1}.nav-dropdown-toggle{width:100%;justify-content:space-between;text-align:left}.nav-submenu{position:static;width:100%;max-height:0;margin:0;padding:0 0 0 14px;overflow:hidden;border:0;border-left:1px solid var(--line);border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;transition:max-height .25s,margin .25s}.nav-dropdown.open .nav-submenu{max-height:260px;margin-top:10px}.nav-submenu a{padding:8px 12px;font-size:14px}}

/* Icon-led industries directory */
.industries{display:block;padding-top:92px;padding-bottom:105px;background:linear-gradient(180deg,#fff 0%,#f7fbfd 100%)}.industries-heading{display:grid;grid-template-columns:1fr 1.2fr;align-items:end;gap:45px 7vw;margin-bottom:50px}.industries-heading .eyebrow{grid-column:1/-1;margin-bottom:-15px}.industries-heading>p:last-child{max-width:560px;margin:0;color:var(--muted);font-size:17px;line-height:1.75}.industry-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}.industry-list a{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) 32px;align-items:center;gap:20px;min-height:112px;padding:14px 20px;border:1px solid #d6e6ed;border-radius:8px;overflow:hidden;background:linear-gradient(105deg,#fff 0%,#fff 73%,#eaf7fb 100%);box-shadow:0 7px 22px #07365508;color:var(--navy);transition:transform .25s,border-color .25s,box-shadow .25s}.industry-list a:nth-child(3n+2){background:linear-gradient(105deg,#fff 0%,#fff 73%,#e7f8f7 100%)}.industry-list a:nth-child(3n){background:linear-gradient(105deg,#fff 0%,#fff 73%,#edf2fb 100%)}.industry-list a::after{content:'';position:absolute;right:13%;top:-48%;width:145px;height:205px;border-radius:50%;background:#fff;opacity:.72;transform:rotate(18deg)}.industry-list a:hover{transform:translateY(-3px);border-color:#8bcfe1;box-shadow:0 14px 30px #07365514;color:var(--blue)}.industry-icon{position:relative;z-index:1;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(145deg,#e2f4fb,#f3fbfe);color:var(--blue)}.industry-list a:nth-child(3n+2) .industry-icon{background:linear-gradient(145deg,#dff7f5,#f2fbfa);color:#087d89}.industry-list a:nth-child(3n) .industry-icon{background:linear-gradient(145deg,#e8edfb,#f6f8fe);color:#244f9a}.industry-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.industry-list strong{position:relative;z-index:1;font:600 clamp(16px,1.55vw,22px)/1.35 Manrope,sans-serif;letter-spacing:-.45px}.industry-arrow{position:relative;z-index:1;justify-self:end;color:var(--navy);font-size:27px;line-height:1}
@media(max-width:850px){.industries-heading{grid-template-columns:1fr;gap:18px}.industries-heading .eyebrow{grid-column:auto;margin-bottom:0}.industry-list{grid-template-columns:1fr}.industry-list a{min-height:104px}}
@media(max-width:520px){.industries{padding-top:70px;padding-bottom:75px}.industry-list{gap:13px}.industry-list a{grid-template-columns:55px minmax(0,1fr) 23px;gap:13px;min-height:88px;padding:12px 14px}.industry-icon{width:50px;height:50px}.industry-icon svg{width:27px;height:27px}.industry-list strong{font-size:15px}.industry-arrow{font-size:22px}}

/* Compact industries layout */
.industries{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(560px,1.22fr);align-items:center;gap:clamp(45px,6vw,90px);padding:82px 4.2%}.industries-heading{display:block;margin:0}.industries-heading .eyebrow{margin:0 0 22px}.industries-heading h2{font-size:clamp(35px,3.4vw,52px)}.industries-heading>p:last-child{max-width:510px;margin:25px 0 0;font-size:16px;line-height:1.7}.industry-list{grid-template-columns:1fr 1fr;gap:9px 13px}.industry-list a{grid-template-columns:38px minmax(0,1fr) 18px;gap:10px;min-height:58px;padding:7px 10px;border-radius:4px;box-shadow:0 3px 12px #07365507}.industry-list a::after{right:10%;top:-95%;width:100px;height:150px}.industry-icon{width:34px;height:34px}.industry-icon svg{width:18px;height:18px;stroke-width:1.7}.industry-list strong{font-size:12px;line-height:1.3;letter-spacing:-.1px}.industry-arrow{font-size:16px}.industry-list a:hover{transform:translateY(-2px);box-shadow:0 8px 18px #07365512}
@media(max-width:1050px){.industries{grid-template-columns:1fr;padding:75px 6%}.industries-heading{max-width:720px}.industry-list{margin-top:4px}}
@media(max-width:620px){.industry-list{grid-template-columns:1fr}.industry-list a{min-height:58px}.industry-list strong{font-size:12px}}
