:root{
  --muted-text:#7c7f85;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;-webkit-font-smoothing:antialiased;}

img{display:block;max-width:100%;height:auto;}
a{color:inherit;text-decoration:none;}
button, input, textarea, select{font:inherit;}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.container{width:min(calc(100% - var(--page-gap)*2),var(--content));margin-inline:auto;}

.skip-link{position:fixed;left:16px;top:-60px;z-index:1000;padding:12px 18px;background:#000;color:#fff;}
.skip-link:focus{top:16px;}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}









.header-contact{justify-self:end;display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:700;}
.header-contact svg, .button svg, .text-link svg{transition:transform .3s var(--ease);}
.header-contact:hover svg, .button:hover svg, .text-link:hover svg{transform:translateX(5px);}


.menu-icon-close{display:none;}
.hero{min-height:900px;padding-top:var(--header-h);display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8fbfc 100%);}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.86fr);align-items:center;gap:clamp(50px,6vw,120px);padding-block:90px;}
.hero-copy{max-width:900px;}
.eyebrow{margin:0 0 22px;}
h1, h2, h3, p{margin-top:0;}
h1, h2, h3, h4{font-weight:300;letter-spacing:-.025em;line-height:1.08;}
h1{margin-bottom:34px;}
h2{margin-bottom:28px;}



.button{display:inline-flex;align-items:center;justify-content:center;}




.hero-visual{position:relative;min-height:650px;isolation:isolate;}
.hero-visual:before{content:"";position:absolute;width:620px;height:620px;right:-110px;top:0;border-radius:50%;background:radial-gradient(circle at 32% 32%,rgba(155,236,249,.95),rgba(35,168,205,.32) 38%,rgba(255,255,255,0) 68%);filter:blur(4px);}
.fiber-core{position:absolute;width:300px;height:300px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 35% 30%,#e9fdff 0,#90e5f0 24%,#0b93bd 58%,#073c57 100%);box-shadow:0 40px 100px rgba(0,112,152,.25),inset -25px -28px 60px rgba(1,41,61,.3);}
.fiber-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(0,111,150,.22);border-radius:50%;transform:translate(-50%,-50%) rotate(-15deg);}
.fiber-orbit:before, .fiber-orbit:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--cyan);box-shadow:0 0 30px rgba(0,169,214,.75);}
.fiber-orbit-a{width:510px;height:330px;}
.fiber-orbit-a:before{left:44px;top:55px;}
.fiber-orbit-a:after{right:34px;bottom:72px;}
.fiber-orbit-b{width:630px;height:430px;transform:translate(-50%,-50%) rotate(33deg);}
.fiber-orbit-b:before{right:82px;top:34px;}
.fiber-orbit-b:after{left:72px;bottom:40px;}
.hero-stat{position:absolute;z-index:3;width:210px;padding:22px 24px;border-radius:20px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);box-shadow:var(--shadow);}
.hero-stat strong{display:block;font-size:30px;line-height:1;margin-bottom:8px;}
.hero-stat span{color:var(--muted);font-size:13px;}
.hero-stat-top{right:0;top:100px;}
.hero-stat-bottom{left:10px;bottom:90px;}
.intro{background:#fff;}
.intro-grid{display:grid;grid-template-columns:280px 1fr;gap:clamp(40px,7vw,140px);align-items:start;}
.intro h2{max-width:1050px;}
.cards-section{background:var(--surface);}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:55px;}
.section-head h2{max-width:900px;margin-bottom:0;}
.text-link{white-space:nowrap;}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.service-card{min-height:390px;padding:34px;display:flex;flex-direction:column;background:#fff;border-radius:var(--radius);box-shadow:0 16px 50px rgba(23,58,75,.06);transition:transform .35s var(--ease),box-shadow .35s var(--ease);}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);}
.card-number{font-size:12px;font-weight:800;color:var(--cyan);letter-spacing:.12em;margin-bottom:auto;}
.service-card h3{margin:48px 0 18px;}
.service-card p{color:var(--muted);font-size:16px;}
.service-card .card-arrow{width:45px;height:45px;margin-top:22px;border-radius:50%;display:grid;place-items:center;background:var(--surface);font-size:19px;}
.markets{background:#fff;}
.market-panel{min-height:610px;position:relative;overflow:hidden;border-radius:34px;padding:clamp(55px,6vw,110px);display:flex;align-items:center;background:linear-gradient(135deg,#06364e,#087598 58%,#1ca9c1);color:#fff;}
.market-copy{position:relative;z-index:2;max-width:780px;}
.market-copy .eyebrow{color:#8ee9f5;}
.market-copy p:not(.eyebrow){max-width:650px;color:rgba(255,255,255,.76);font-size:20px;}
.market-copy .button{margin-top:26px;}
.market-lines{position:absolute;inset:0;}
.market-lines span{position:absolute;width:860px;height:860px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-320px;top:-210px;}
.market-lines span:nth-child(2){transform:scale(.84);}
.market-lines span:nth-child(3){transform:scale(.68);}
.market-lines span:nth-child(4){transform:scale(.52);}
.market-lines span:nth-child(5){transform:scale(.36);}
.products-preview{background:#fff;}
.product-preview-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;}
.product-preview{min-height:540px;position:relative;overflow:hidden;padding:42px;border-radius:var(--radius);background:var(--surface);box-shadow:0 18px 60px rgba(20,48,62,.06);}
.product-preview h3{position:relative;z-index:2;max-width:530px;font-size:clamp(34px,3vw,54px);}
.product-label{display:block;margin-bottom:25px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.16em;}
.product-preview .card-arrow{position:absolute;left:42px;bottom:42px;z-index:3;background:#fff;}
.product-visual{position:absolute;border-radius:50%;}
.product-visual-a{width:520px;height:520px;right:-90px;bottom:-180px;background:radial-gradient(circle at 33% 28%,#d5fbff 0,#60cfdf 26%,#0b779f 56%,#09364c 80%);box-shadow:0 35px 90px rgba(0,104,143,.25);}
.product-visual-b{width:390px;height:390px;right:-110px;bottom:-90px;border:62px solid rgba(0,169,214,.16);box-shadow:0 0 0 34px rgba(0,91,143,.07),0 0 0 68px rgba(0,91,143,.035);}
.cta-section{padding-top:0;}
.cta-inner{padding:65px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:40px;}
.cta-inner h2{margin-bottom:0;}






.page-header{max-width:1100px;margin-bottom:75px;}
.page-header h1{font-size:clamp(58px,5vw,94px);}
.page-article{max-width:1180px;}


.entry-content h2{margin-top:1.5em;}
.featured-media{margin:0 0 70px;}
.featured-media img{width:100%;border-radius:var(--radius);}







.error-page{min-height:80vh;display:grid;place-items:center;padding-top:var(--header-h);}
.error-inner{max-width:900px;}
.error-inner h1{font-size:clamp(58px,6vw,110px);}
@media (max-width:1200px){

.service-grid{grid-template-columns:repeat(2,1fr);}
.hero-grid{grid-template-columns:1fr .8fr;}
.product-preview-grid{grid-template-columns:1fr 1fr;}

}
@media (max-width:900px){

:root{--header-h:74px;}





.header-contact{display:none;}

.menu-open .menu-icon-open{display:none;}
.menu-open .menu-icon-close{display:block;}
.hero{min-height:auto;}
.hero-grid{grid-template-columns:1fr;padding-block:90px 70px;}
.hero-visual{min-height:520px;}
.intro-grid{grid-template-columns:1fr;}
.products-preview .product-preview-grid{grid-template-columns:1fr;}


}
@media (max-width:640px){
:root{--page-gap:20px;--radius:20px;}
body{font-size:17px;}
.section{padding:80px 0;}
.hero-grid{padding-top:65px;}
.hero-visual{min-height:390px;}
.hero-visual:before{width:430px;height:430px;right:-180px;}
.fiber-core{width:205px;height:205px;}
.fiber-orbit-a{width:350px;height:230px;}
.fiber-orbit-b{width:420px;height:285px;}
.hero-stat{width:170px;padding:16px;}
.hero-stat-top{top:45px;}
.hero-stat-bottom{bottom:32px;}

.button{width:100%;}
.section-head{align-items:flex-start;flex-direction:column;}
.service-grid{grid-template-columns:1fr;}
.service-card{min-height:320px;}
.market-panel{min-height:560px;border-radius:24px;}
.product-preview{min-height:430px;padding:30px;}
.product-preview .card-arrow{left:30px;bottom:30px;}
.product-visual-a{width:380px;height:380px;right:-160px;}
.cta-inner{align-items:flex-start;flex-direction:column;}



}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto;}
*, *:before, *:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms;}
}












.search-form{grid-template-columns:1fr 58px;margin-inline:auto;}
.search-field{min-width:0;border:0;background:none;padding:16px 0;font-size:28px;outline:0;}
.search-submit{border:0;background:none;display:grid;place-items:center;cursor:pointer;}
.search-submit svg{width:25px;height:25px;}
.breadcrumbs{margin-bottom:42px;}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:9px;list-style:none;margin:0;padding:0;}
.breadcrumbs li:not(:last-child):after{content:"/";margin-left:9px;color:#a8b0b5;}





.section-copy{max-width:1100px;margin-bottom:60px;}
.section-copy-after{margin:80px 0 0;}








.item-content-2{margin-top:90px;}
.item-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:45px;}
.download-list{margin-top:55px;border-top:1px solid var(--line);}


.product-tab-panel{display:none;max-width:1180px;}
.product-tab-panel.is-active{display:block;}

.related-section h2{margin-bottom:45px;}










.home-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);}
.home-feature-card{position:relative;overflow:hidden;}

.home-feature-image img{width:100%;object-fit:cover;}
.home-feature-icon img{margin-bottom:28px;}
.home-feature-card p:not(.eyebrow){color:var(--muted);}




.form-field{display:flex;flex-direction:column;gap:7px;}

.form-field input, .form-field textarea, .form-field select{width:100%;border-bottom:1px solid rgba(255,255,255,.35);outline:0;}
.form-field textarea{resize:vertical;}

.search-empty{max-width:760px;}
.error-search{margin-top:45px;max-width:760px;}
.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:100px;}



@media (max-width:1100px){
.home-feature-grid{grid-template-columns:repeat(2,1fr);}
.contact-grid{grid-template-columns:1fr;}
}

@media (max-width:640px){
.search-field{font-size:20px;}

.home-feature-grid{grid-template-columns:1fr;}


}

/* Multilingual / language switcher */


.language-chevron{font-size:14px;transition:transform .2s var(--ease);}

.language-menu{position:absolute;inset-block-start:calc(100% + 8px);inset-inline-end:0;min-width:180px;padding:7px;background:#fff;border:1px solid var(--line);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s var(--ease);z-index:120;}

.language-option{display:flex;align-items:center;gap:12px;padding:10px 11px;border-radius:9px;font-size:13px;}
.language-option:hover{background:var(--surface);}
.language-option.is-current{background:var(--surface);font-weight:700;}
.language-code{min-width:28px;font-weight:800;color:var(--blue);}
.language-name{color:var(--muted);}



.home-intro .entry-content{max-width:1180px;}
.related-section-cross+.related-section-cross{margin-top:75px;}

/* RTL foundation: use logical direction without duplicating page CSS */
html[dir="rtl"] body{text-align:right;}
html[dir="rtl"] .breadcrumbs ol, html[dir="rtl"] .item-links, html[dir="rtl"] .product-tab-nav{direction:rtl;}
html[dir="rtl"] .breadcrumbs li:not(:last-child):after{margin-left:0;margin-inline-start:9px;}

html[dir="rtl"] .language-menu{inset-inline-end:auto;inset-inline-start:0;}
html[dir="rtl"] .button svg, html[dir="rtl"] .text-link svg, html[dir="rtl"] .card-arrow svg, html[dir="rtl"] .download-arrow svg{transform:scaleX(-1);}
html[dir="rtl"] .button:hover svg, html[dir="rtl"] .text-link:hover svg{transform:scaleX(-1) translateX(5px);}


@media(max-width:900px){.language-menu{inset-inline-end:0;inset-inline-start:auto;}html[dir="rtl"] .language-menu{inset-inline-start:0;inset-inline-end:auto;}}



:root{--content:1780px;--page-gap:clamp(24px,3.1vw,60px);--surface-2:#eef6fb;--surface-3:#e7f3fa;--white:#fff;--cyan-soft:#dff7fc;--blue-deep:#075eaa;--deep:#0b3154;--radius:8px;--radius-lg:14px;--shadow:0 16px 42px rgba(36,81,111,.10);--header-h:92px;--section-space:clamp(72px,7vw,126px);--ease:cubic-bezier(.22,.7,.24,1);}
body{background:var(--white);font-size:17px;line-height:1.65;}
::selection{background:var(--cyan-soft);color:var(--deep);}
.section{padding:var(--section-space) 0;}
.entry-content{font-size:17px;line-height:1.72;color:var(--text);}
.entry-content>*+*{margin-top:1.25em;}
.entry-content h2, .entry-content h3{color:var(--ink);}
.rich-text p:last-child, .feature-abstract p:last-child, .feature-content p:last-child{margin-bottom:0;}
h1, h2, h3, h4{color:var(--ink);font-family:"Heebo",Arial,sans-serif;font-weight:500;letter-spacing:-.025em;line-height:1.08;}
h1{font-size:clamp(48px,4.3vw,82px);}h2{font-size:clamp(34px,2.8vw,52px);}h3{font-size:clamp(23px,1.7vw,31px);}
.eyebrow{color:var(--blue);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:none;}

.section-lead{margin-top:-14px;margin-bottom:42px;}
.button{letter-spacing:.01em;}



.button-light{background:var(--cyan);color:#fff;box-shadow:none;}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.03em;}
.text-link svg{width:13px;height:13px;}

/* Header */









.language-menu{border-radius:8px;box-shadow:var(--shadow);}

/* Hero */










.home-intro{display:none;}

/* Home common */
.home-feature-section{position:relative;overflow:hidden;}
.home-feature-section>.container>h2{margin-bottom:10px;font-size:clamp(30px,2.4vw,44px);font-weight:400;}
.home-feature-grid{gap:24px;}
.home-feature-card{min-height:0;padding:0;border:1px solid var(--line-soft);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);}
.home-feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:#d6e6ef;}
.home-feature-image{margin:0;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0;}
.home-feature-image img{aspect-ratio:1.55;transition:transform .55s var(--ease);}
.home-feature-card:hover .home-feature-image img{transform:scale(1.025);}
.home-feature-icon{padding:28px 28px 0;}
.home-feature-icon img{width:62px;height:62px;margin:0;object-fit:contain;}
.home-feature-card>.eyebrow, .home-feature-card>h3, .home-feature-card>.feature-abstract, .home-feature-card>.feature-content, .home-feature-card>.text-link{margin-inline:28px;}
.home-feature-card>.eyebrow{margin-top:26px;margin-bottom:8px;}
.home-feature-card>h3{margin-top:26px;margin-bottom:12px;font-size:26px;font-weight:500;}
.home-feature-card>.eyebrow+h3{margin-top:0;}
.feature-abstract{color:var(--text);font-size:15px;line-height:1.55;}
.feature-content{color:var(--muted);font-size:14px;line-height:1.6;}
.home-feature-card>.text-link{margin-top:22px;margin-bottom:28px;}

/* Product focus */
.home-feature-section.products{background:linear-gradient(180deg,#f5f8fb 0%,#f8fbfd 100%);}
.home-feature-section.products .home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.home-feature-section.products .home-feature-card{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(290px,.82fr);min-height:470px;align-items:center;background:#fff;}
.home-feature-section.products .home-feature-image{grid-row:1 / span 6;height:100%;border-radius:var(--radius) 0 0 var(--radius);}
.home-feature-section.products .home-feature-image img{height:100%;aspect-ratio:auto;object-fit:contain;background:linear-gradient(145deg,#f4f8fb,#fff);}
.home-feature-section.products .home-feature-card>.eyebrow, .home-feature-section.products .home-feature-card>h3, .home-feature-section.products .home-feature-card>.feature-abstract, .home-feature-section.products .home-feature-card>.feature-content, .home-feature-section.products .home-feature-card>.text-link{margin-inline:34px;}
.home-feature-section.products .home-feature-card>h3{font-size:30px;}

/* Solutions */
.home-feature-section.solutions{background:var(--surface);}
.home-feature-section.solutions .home-feature-grid{grid-template-columns:repeat(3,1fr);}
.home-feature-section.solutions .home-feature-card{background:rgba(255,255,255,.82);}
.home-feature-section.solutions .home-feature-icon img{width:68px;height:68px;}

/* Markets */
.home-feature-section.markets{background:#fff;}
.home-feature-section.markets .home-feature-grid{grid-template-columns:repeat(3,1fr);}
.home-feature-section.markets .home-feature-card{position:relative;min-height:390px;isolation:isolate;}
.home-feature-section.markets .home-feature-image{position:absolute;inset:0;border-radius:var(--radius);}
.home-feature-section.markets .home-feature-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.70) 45%,rgba(255,255,255,.15));}
.home-feature-section.markets .home-feature-image img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;}
.home-feature-section.markets .home-feature-card>*:not(.home-feature-image){position:relative;z-index:2;max-width:58%;}
.home-feature-section.markets .home-feature-card>.eyebrow{margin-top:34px;}
.home-feature-section.markets .home-feature-card>h3{margin-top:42px;font-size:28px;}

/* Icon strip */












/* Feature boxes */




/* Inner page hero */






.breadcrumbs{font-size:12px;color:var(--muted);}

/* Cards */







.card-arrow{color:var(--cyan);}

/* Single */



.item-content{max-width:1180px;}
.product-tabs{margin-top:60px;}



.product-tab-panel{color:var(--text);}
.related-section{margin-top:90px;padding-top:58px;border-top:1px solid var(--line);}
.related-section h2{font-size:36px;font-weight:400;}

/* Forms */





.form-field span{color:var(--ink);font-size:12px;font-weight:500;}
.form-field input, .form-field textarea, .form-field select{min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--text);}
.form-field textarea{min-height:120px;}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus{border-color:#9ccde8;box-shadow:0 0 0 3px rgba(20,118,198,.07);}


/* Footer */













.search-form input[type="search"]{font-family:"Heebo",Arial,sans-serif;}

/* Responsive */
@media(max-width:1280px){
  .home-feature-section.products .home-feature-grid{grid-template-columns:1fr;}
  
}
@media(max-width:1100px){
  
  
  .home-feature-section.solutions .home-feature-grid, .home-feature-section.markets .home-feature-grid{grid-template-columns:repeat(2,1fr);}
  
  
}
@media(max-width:760px){
  :root{--header-h:72px;--page-gap:20px;}
  body{font-size:16px;}
  
  
  
  
  
  .home-feature-section.products .home-feature-card{display:block;min-height:0;}
  .home-feature-section.products .home-feature-image{height:auto;border-radius:var(--radius) var(--radius) 0 0;}
  .home-feature-section.products .home-feature-image img{aspect-ratio:1.45;height:auto;}
  .home-feature-section.solutions .home-feature-grid, .home-feature-section.markets .home-feature-grid{grid-template-columns:1fr;}
  .home-feature-section.markets .home-feature-card>*:not(.home-feature-image){max-width:72%;}
  
}



.home-feature-item{min-width:0;}



.home-feature-video{position:relative;border-radius:var(--radius) var(--radius) 0 0;background:#07172e;}
.feature-video{display:block;width:100%;height:100%;object-fit:cover;}
.feature-video-play{position:absolute;top:50%;left:50%;display:grid;width:72px;height:72px;place-items:center;padding:0;border:0;border-radius:50%;transform:translate(-50%,-50%);background:rgba(5,23,51,.88);color:#fff;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:opacity .25s var(--ease),transform .25s var(--ease),background .25s var(--ease);}
.feature-video-play:hover{transform:translate(-50%,-50%) scale(1.06);background:rgba(5,23,51,.98);}
.feature-video-play span{margin-inline-start:4px;font-size:26px;line-height:1;}
.home-feature-video.is-playing .feature-video-play{opacity:0;}
.home-feature-video.is-playing:hover .feature-video-play{opacity:.7;}






















@media(max-width:760px){
    
    
    .feature-video-play{width:60px;height:60px;}
    
}











:root{--radius-sm:6px;--line-soft:#e8edf1;--shadow-sm:0 8px 28px rgba(21,48,64,.07);--shadow-hover:0 16px 42px rgba(21,48,64,.11);}
body{font-family:"Heebo",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);font-weight:400;}

/* Header / menu — flatter and closer to the approved reference */










/* Search */

.search-form{display:flex;border-bottom:1px solid #cfd8de;}
.search-form label{flex:1;}
.search-form input[type="search"]{width:100%;padding:0 16px;border:0;background:transparent;outline:0;font-size:15px;}
.search-form button{display:grid;border:0;background:transparent;color:#59646d;place-items:center;cursor:pointer;}

/* Links: compact cyan label + ring arrow */
.text-link, .card-arrow{display:inline-flex;align-items:center;}
.text-link svg, .card-arrow svg{width:15px;height:15px;border-radius:50%;}

/* Buttons — reference uses small rectangular controls */

.button:hover{transform:none;}
.button-primary{border:1px solid var(--cyan);background:var(--cyan);color:#fff;box-shadow:none;}
.button-primary:hover{background:#009fc9;box-shadow:none;}
.button-ghost{box-shadow:none;}

.button svg{width:15px;height:15px;padding:3px;border:1px solid currentColor;border-radius:50%;}

/* Tabs — white cards with active underline */




.product-tab-panel{padding:34px 4px;}

/* Listing layout is now controlled from CMS */







/* Cards */






.card-position{margin-bottom:9px;color:var(--blue);font-weight:500;}

/* Team fields from Core */

.team-position{font-size:20px;font-weight:500;color:var(--blue);}
.team-contact{display:flex;flex-wrap:wrap;gap:12px 28px;}
.team-contact a{color:var(--text);border-bottom:1px solid #cbd7de;}
.team-contact a:hover{color:var(--cyan);border-color:var(--cyan);}
.team-socials{display:flex;flex-wrap:wrap;gap:10px;}
.team-socials a{display:grid;min-width:38px;height:38px;padding:0 11px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--text);font-size:12px;}
.team-socials a:hover{border-color:var(--cyan);color:var(--cyan);}
.team-social-icon{width:18px;height:18px;object-fit:contain;}

/* Footer settings output */




/* WYSIWYG content: keep editor paragraphs as real paragraphs, not visible markup */
.rich-text p, .entry-content p, .feature-content p, .feature-abstract p{margin:0 0 1em;}
.rich-text p:last-child, .entry-content p:last-child, .feature-content p:last-child, .feature-abstract p:last-child{margin-bottom:0;}






:root{
  --cyan:#03baf0;
  --cyan-deep:#00a7d1;
  --blue:#0564a1;
  --ink:#101d2d;
  --text:#303b47;
  --muted:#687584;
  --surface:#f5f8fb;
  --surface-blue:#eef5fb;
  --line:#e2e8ed;
  --shadow-card:0 12px 34px rgba(35,60,78,.08);
  --radius-card:8px;
}

/* Header */








.search-form{max-width:330px;margin-inline-start:auto;background:rgba(255,255,255,.5);border:0;}
.search-form input[type="search"]{min-height:44px;padding-inline:14px;color:#5a6570;}
.search-form button{width:48px;}

/* Dot/ring action language */
.ui-target-icon{width:16px;height:16px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .35s ease;}
.ui-target-dot{fill:currentColor;stroke:none;transform-origin:center;transition:transform .35s ease;}
a:hover .ui-target-icon, button:hover .ui-target-icon{transform:rotate(90deg) scale(1.08);}
a:hover .ui-target-dot, button:hover .ui-target-dot{transform:scale(1.55);}

.text-link, .card-arrow{
  gap:8px;
  color:var(--cyan-deep);
  font-size:11px;
  line-height:1;
  font-weight:400;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.text-link svg, .card-arrow svg{padding:0;border:0;}

/* Buttons: translucent at rest, blue/cyan on hover */
.button{
  min-height:46px;padding:0 22px;border-radius:5px;gap:16px;
  box-shadow:none;font-size:14px;font-weight:400;transition:background .25s,color .25s,border-color .25s,box-shadow .25s;
}
.button-primary, .button-light{
  background:rgba(0,184,222,.10);
  border:1px solid rgba(0,174,214,.30);
  color:#146481;
}
.button-primary:hover, .button-light:hover{
  background:var(--cyan);
  border-color:var(--cyan);
  color:#fff;
  box-shadow:0 8px 22px rgba(0,185,223,.18);
}
.button-ghost{
  background:rgba(255,255,255,.28);
  border:1px solid #d9e1e6;
  color:#303b47;
}
.button-ghost:hover{background:var(--blue);border-color:var(--blue);color:#fff;}

/* section typography */
.section-title{margin:0 0 9px;font-size:28px;font-weight:400;color:#222e38;}
.section-lead{max-width:980px;margin:0 0 35px;color:#66727d;font-size:14px;line-height:1.6;}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;}
.section-heading .section-title{margin-bottom:6px;}
.section-heading .section-lead{margin-bottom:0;}
.section-heading.with-arrows{align-items:flex-start;}
.section-arrows{display:flex;gap:10px;}

/* Product feature: tabs + large product panel */

















/* Solutions: left navigation + big media */

















/* Markets: shaped cards */













/* icon strip */









/* editorial feature boxes */




.home-feature-video{aspect-ratio:1.42;overflow:hidden;}
.home-feature-video video{width:100%;height:100%;object-fit:cover;}

/* Footer form */






.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;}
.form-field.width-full{grid-column:1/-1;}
.form-label{display:block;margin-bottom:0;color:#303a43;font-size:11px;font-weight:500;}
.required-mark{margin-inline-start:3px;color:#1a2025;}




.select-wrap{position:relative;}
.select-wrap::after{content:"";position:absolute;right:17px;top:50%;width:7px;height:7px;border-right:1.5px solid #65717b;border-bottom:1.5px solid #65717b;transform:translateY(-70%) rotate(45deg);pointer-events:none;}
.select-wrap select{appearance:none;padding-right:38px;}
.field-help{margin-top:6px;color:#83909a;font-size:11px;line-height:1.45;}
.choice-list{display:flex;flex-wrap:wrap;gap:12px 22px;}
.choice-control{display:inline-flex;align-items:flex-start;gap:10px;color:#4c5862;font-size:11px;line-height:1.45;cursor:pointer;}
.choice-control input{position:absolute;opacity:0;pointer-events:none;}
.choice-box{display:block;flex:0 0 14px;width:14px;height:14px;margin-top:1px;border:1px solid #aebbc5;border-radius:2px;background:#fff;position:relative;}
.choice-control input:checked + .choice-box{border-color:var(--cyan);background:var(--cyan);}
.choice-control input:checked + .choice-box:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);}
.consent-copy p{display:inline;margin:0;}
.consent-copy a{color:var(--blue);text-decoration:underline;text-underline-offset:2px;}
.file-control{display:flex;align-items:center;min-height:44px;border:1px solid #dfe6eb;background:#fff;}
.file-control input{position:absolute;width:1px;height:1px;opacity:0;}
.file-button{align-self:stretch;display:flex;align-items:center;padding:0 15px;background:#edf3f7;color:#34414b;font-size:11px;cursor:pointer;}
.file-name{padding:0 13px;color:#7d8993;font-size:11px;}
.form-submit-row{display:flex;justify-content:flex-end;margin-top:18px;}
.form-submit{min-width:176px;justify-content:space-between;}
.form-honeypot{position:absolute;left:-9999px;}






/* responsive */

@media(max-width:760px){
  
  
  
  
  
  
  
  
  
  
  
  .form-grid{grid-template-columns:1fr;}
  .form-field.width-half, .form-field.width-full{grid-column:1;}
}

.site-main{min-height:75vh;}
