
:root {
  --background: #f5f9fc;
  --foreground: #102b3a;
  --card: #ffffff;
  --card-foreground: #102b3a;
  --popover: #ffffff;
  --popover-foreground: #102b3a;
  --primary: #0785b9;
  --primary-foreground: #ffffff;
  --secondary: #e7f4fa;
  --secondary-foreground: #075270;
  --muted: #edf4f7;
  --muted-foreground: #5f7580;
  --accent: #e73349;
  --accent-foreground: #ffffff;
  --destructive: #c42037;
  --border: #d5e4eb;
  --input: #c7d9e1;
  --ring: #0785b9;
  --radius: 0.9rem;
  --brand-blue: #0785b9;
  --brand-blue-bright: #09a4dd;
  --brand-cyan: #72d7f2;
  --brand-navy: #062f43;
  --brand-navy-deep: #031f2e;
  --brand-ink: #102b3a;
  --brand-red: #e73349;
  --brand-cloud: #f5f9fc;
  --brand-line: #d5e4eb;
  --font-sans: Inter, "Segoe UI", ui-sans-serif, system-ui, -apple-system, sans-serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; color-scheme: light; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, textarea { font: inherit; }
img, svg { display: block; }
img { max-width: 100%; height: auto; }
::selection { color: #ffffff; background: var(--brand-blue); }
[id] { scroll-margin-top: 110px; }
.wp-icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wp-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; text-decoration: none; cursor: pointer; }
.custom-logo-link { flex: 0 0 auto; display: inline-flex; align-items: center; }
.custom-logo-link img { width: 218px; height: auto; max-height: 70px; object-fit: contain; }
.admin-bar .site-header { top: 32px; }

.site-shell { min-height: 100vh; overflow: clip; }
.site-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 500; padding: 10px 16px; color: var(--brand-navy); background: #ffffff; border-radius: 10px; box-shadow: 0 12px 34px rgba(6, 46, 64, 0.18); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: relative; z-index: 65; color: rgba(255,255,255,.78); background: var(--brand-navy-deep); font-size: .76rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-group { display: flex; align-items: center; gap: 20px; }
.topbar a, .topbar-location { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.topbar svg { width: 14px; height: 14px; color: var(--brand-cyan); }
.topbar a:hover { color: #ffffff; }
.topbar-label { color: #ffffff; font-weight: 780; letter-spacing: .025em; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,82,113,.11); box-shadow: 0 10px 30px rgba(5,43,60,.055); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-link { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand-link img { width: 218px; height: auto; }
.desktop-nav { flex: 0 1 auto; }
.desktop-nav-list { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.desktop-nav-list > li { position: relative; }
.desktop-nav-list > li > a { position: relative; min-height: 44px; display: inline-flex; align-items: center; gap: 6px; padding: 10px; color: #385663; border-radius: 9px; font-size: .84rem; font-weight: 760; text-decoration: none; white-space: nowrap; transition: color 180ms ease, background 180ms ease; }
.desktop-nav-list > li > a:hover, .desktop-nav-list > li:focus-within > a { color: var(--brand-blue); background: #edf8fc; }
.desktop-nav-list .menu-item-has-children > a::after { content: "⌄"; position: relative; top: -1px; color: var(--brand-blue); font-size: .83rem; }
.desktop-nav-list .sub-menu { position: absolute; top: calc(100% + 6px); left: 0; z-index: 80; width: 270px; display: grid; gap: 3px; margin: 0; padding: 9px; background: #ffffff; border: 1px solid var(--brand-line); border-radius: 14px; box-shadow: 0 24px 70px rgba(4,36,51,.18); list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease; }
.desktop-nav-list > li:nth-last-child(-n+2) .sub-menu { right: 0; left: auto; }
.desktop-nav-list li:hover > .sub-menu, .desktop-nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.desktop-nav-list .sub-menu a { display: block; padding: 10px 12px; color: #486571; border-radius: 9px; font-size: .77rem; font-weight: 730; text-decoration: none; }
.desktop-nav-list .sub-menu a:hover, .desktop-nav-list .sub-menu a:focus { color: var(--brand-blue); background: #edf8fc; }
.desktop-nav [data-slot="navigation-menu-list"] { gap: 0; }
.nav-link, .nav-trigger { position: relative; min-height: 44px !important; display: inline-flex !important; align-items: center; padding: 10px 10px !important; color: #385663 !important; background: transparent !important; border-radius: 9px !important; font-size: .84rem !important; font-weight: 760 !important; text-decoration: none; white-space: nowrap; transition: color 180ms ease, background 180ms ease !important; }
.nav-link::after { content: ""; position: absolute; right: 10px; bottom: 4px; left: 10px; height: 2px; background: var(--brand-blue); border-radius: 99px; transform: scaleX(0); transition: transform 180ms ease; }
.nav-link:hover, .nav-trigger:hover, .nav-trigger[data-state="open"] { color: var(--brand-blue) !important; background: #edf8fc !important; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.campus-link { color: var(--brand-blue) !important; }
.mega-menu-content { width: 650px !important; margin-top: 7px !important; padding: 10px !important; border: 1px solid var(--brand-line) !important; border-radius: 17px !important; box-shadow: 0 24px 70px rgba(4,36,51,.18) !important; }
.products-menu-content { width: 660px !important; }
.mega-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 6px; }
.mega-menu-link { min-height: 82px; display: grid !important; grid-template-columns: 42px 1fr; align-items: center; gap: 12px !important; padding: 11px !important; color: var(--brand-ink) !important; border: 1px solid transparent; border-radius: 11px !important; text-decoration: none; }
.mega-menu-link:hover, .mega-menu-link:focus { color: var(--brand-ink) !important; background: #f1f9fc !important; border-color: #d4eaf2; }
.mega-menu-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--brand-blue); background: #e5f5fb; border-radius: 11px; }
.mega-menu-icon svg { width: 20px !important; height: 20px !important; color: inherit !important; }
.mega-menu-link strong, .mega-menu-link small { display: block; }
.mega-menu-link strong { color: var(--brand-navy); font-size: .84rem; }
.mega-menu-link small { margin-top: 2px; color: #70858f; font-size: .69rem; line-height: 1.4; }
.header-cta { min-height: 45px !important; padding-inline: 18px !important; color: #ffffff !important; background: var(--brand-red) !important; border-radius: 11px !important; box-shadow: 0 12px 25px rgba(231,51,73,.2); font-size: .82rem !important; font-weight: 800 !important; }
.header-cta:hover { background: #c9273c !important; transform: translateY(-1px); }
.header-cta svg { width: 17px; }
.mobile-nav { display: none; position: relative; }
.mobile-nav > summary { width: 44px; height: 44px; display: grid; place-items: center; color: var(--brand-blue); background: #e8f6fb; border: 1px solid #c8e5ef; border-radius: 11px; cursor: pointer; list-style: none; }
.mobile-nav > summary::-webkit-details-marker, .mobile-subnav > summary::-webkit-details-marker { display: none; }
.mobile-nav-panel { position: absolute; top: 56px; right: 0; width: min(340px, calc(100vw - 30px)); padding: 10px; background: #ffffff; border: 1px solid var(--brand-line); border-radius: 16px; box-shadow: 0 24px 65px rgba(4,36,51,.2); }
.mobile-nav-list { margin: 0; padding: 0; list-style: none; }
.mobile-nav-list a { display: flex; align-items: center; min-height: 43px; padding: 9px 11px; color: #385663; border-radius: 8px; font-size: .84rem; font-weight: 760; text-decoration: none; }
.mobile-nav-list a:hover { color: var(--brand-blue); background: #eff8fb; }
.mobile-nav-list .sub-menu { margin: 0 0 4px 14px; padding: 2px 0 3px 9px; border-left: 2px solid #d8edf4; list-style: none; }
.mobile-nav-list .sub-menu a { min-height: 36px; color: #657b85; font-size: .75rem; }
.mobile-nav-panel > a, .mobile-subnav > summary { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; color: #385663; border-radius: 9px; font-size: .88rem; font-weight: 760; text-decoration: none; cursor: pointer; }
.mobile-nav-panel > a:hover, .mobile-subnav > summary:hover { color: var(--brand-blue); background: #eff8fb; }
.mobile-subnav > summary { justify-content: space-between; }
.mobile-subnav > summary::after { content: "+"; color: var(--brand-blue); font-size: 1.2rem; }
.mobile-subnav[open] > summary::after { content: "−"; }
.mobile-subnav > div { padding: 2px 8px 8px 20px; border-left: 2px solid #d8edf4; }
.mobile-subnav a { display: block; padding: 8px 10px; color: #617781; border-radius: 8px; font-size: .8rem; text-decoration: none; }
.mobile-subnav a:hover { color: var(--brand-blue); background: #f2f9fc; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; padding: 92px 0 104px; color: #ffffff; background: linear-gradient(128deg,#031f2e 0%,#063d55 48%,#075f81 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right,black,transparent 78%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -330px; bottom: -330px; border: 72px solid rgba(231,51,73,.48); border-radius: 50%; }
.hero-glow { position: absolute; width: 620px; height: 620px; top: -280px; right: 12%; background: radial-gradient(circle,rgba(13,175,228,.27),transparent 66%); border-radius: 50%; filter: blur(4px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.hero-copy { animation: rise-in 680ms both ease-out; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #9de5f7; font-size: .76rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; background: #55e0a5; border-radius: 50%; box-shadow: 0 0 0 5px rgba(85,224,165,.12); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3rem,5.5vw,5.2rem); line-height: .98; letter-spacing: -.062em; }
.hero h1 span { color: #78d9f2; }
.hero-lead { max-width: 610px; margin: 25px 0 31px; color: rgba(255,255,255,.74); font-size: 1.04rem; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-action, .secondary-action, .dark-action { min-height: 52px !important; padding-inline: 20px !important; border-radius: 11px !important; font-size: .86rem !important; font-weight: 820 !important; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important; }
.primary-action { color: #ffffff !important; background: var(--brand-red) !important; box-shadow: 0 14px 30px rgba(231,51,73,.25); }
.primary-action:hover { background: #cc293f !important; transform: translateY(-2px); box-shadow: 0 18px 35px rgba(231,51,73,.3); }
.secondary-action { color: #ffffff !important; background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.2) !important; }
.secondary-action:hover { background: rgba(255,255,255,.15) !important; transform: translateY(-2px); }
.dark-action { color: #ffffff !important; background: var(--brand-navy) !important; }
.dark-action:hover { background: #094e6a !important; transform: translateY(-1px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 29px; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 730; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; color: #71d7f0; }
.hero-media { position: relative; animation: rise-in 780ms 80ms both ease-out; }
.hero-image-frame { position: relative; padding: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 25px; box-shadow: 0 35px 100px rgba(0,12,20,.46); transform: perspective(1400px) rotateY(-3deg) rotateZ(.5deg); }
.hero-image-frame::before { content: ""; position: absolute; inset: -10px 55px auto 22px; height: 4px; background: linear-gradient(90deg,var(--brand-red),var(--brand-blue-bright),transparent); border-radius: 99px; }
.hero-image-frame img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 18px; }
.digitec-images-contain .hero-image-frame img { object-fit: contain; object-position: center; background: #f4f8fa; }
.hero-float-card { position: absolute; z-index: 3; min-width: 220px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; color: var(--brand-ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.65); border-radius: 14px; box-shadow: 0 20px 55px rgba(0,21,31,.3); backdrop-filter: blur(12px); }
.hero-float-card strong, .hero-float-card small { display: block; }
.hero-float-card strong { color: var(--brand-navy); font-size: .78rem; }
.hero-float-card small { margin-top: 1px; color: #6a808a; font-size: .65rem; }
.hero-float-one { left: -28px; bottom: -31px; }
.hero-float-two { top: -27px; right: -18px; }
.float-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #ffffff; background: var(--brand-blue); border-radius: 10px; }
.float-icon.red { background: var(--brand-red); }
.float-icon svg { width: 19px; }

.trust-bar { position: relative; z-index: 5; margin-top: -35px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); background: #ffffff; border: 1px solid var(--brand-line); border-radius: 17px; box-shadow: 0 22px 60px rgba(5,49,68,.13); overflow: hidden; }
.trust-grid > div { position: relative; min-height: 88px; display: flex; align-items: center; gap: 12px; padding: 18px 21px; }
.trust-grid > div + div::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 0; width: 1px; background: var(--brand-line); }
.trust-grid > div > svg { flex: 0 0 auto; width: 37px; height: 37px; padding: 8px; color: var(--brand-blue); background: #e7f6fb; border-radius: 10px; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--brand-navy); font-size: .8rem; }
.trust-grid small { margin-top: 1px; color: #6f848d; font-size: .68rem; }

.section { padding: 108px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 17px; color: #8adef5; font-size: .74rem; font-weight: 880; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--brand-red); border-radius: 99px; }
.eyebrow.dark { color: var(--brand-blue); }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2, .products-heading h2, .platform-copy h2, .sectors-copy h2, .faq-intro h2 { margin: 0; color: var(--brand-navy); font-size: clamp(2.2rem,4vw,3.45rem); line-height: 1.07; letter-spacing: -.048em; }
.section-heading > p:last-child { margin: 17px auto 0; color: #607883; font-size: 1rem; }

.about-section { background: #ffffff; }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 78px; }
.about-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.about-visual::before { content: ""; position: absolute; inset: 20px 35px 20px 0; background: linear-gradient(140deg,#e9f7fb,#cdeaf4); border-radius: 34% 66% 56% 44% / 42% 39% 61% 58%; transform: rotate(-3deg); }
.about-logo-card { position: relative; z-index: 2; width: min(90%,520px); min-height: 285px; display: grid; place-items: center; padding: 42px; background: #ffffff; border: 1px solid rgba(7,133,185,.13); border-radius: 25px; box-shadow: 0 30px 80px rgba(6,62,83,.14); transform: rotate(-1.8deg); }
.about-logo-card img { width: 100%; height: auto; }
.about-mini-card { position: absolute; right: 5px; bottom: 33px; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 14px 16px; background: #ffffff; border: 1px solid var(--brand-line); border-radius: 13px; box-shadow: 0 18px 48px rgba(5,49,68,.16); }
.about-mini-card > svg { width: 38px; height: 38px; padding: 9px; color: #ffffff; background: var(--brand-red); border-radius: 10px; }
.about-mini-card strong, .about-mini-card small { display: block; }
.about-mini-card strong { color: var(--brand-navy); font-size: .77rem; }
.about-mini-card small { color: #738791; font-size: .65rem; }
.about-copy > p:not(.eyebrow) { margin: 18px 0 0; color: #607883; }
.value-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin-top: 29px; }
.value-grid > div { display: grid; grid-template-columns: 39px 1fr; column-gap: 11px; padding: 15px; background: #f7fbfd; border: 1px solid #dcebf0; border-radius: 12px; }
.value-icon { grid-row: span 2; width: 39px; height: 39px; display: grid; place-items: center; color: var(--brand-blue); background: #e4f4fa; border-radius: 10px; }
.value-icon svg { width: 19px; }
.value-grid strong, .value-grid small { display: block; }
.value-grid strong { color: var(--brand-navy); font-size: .79rem; }
.value-grid small { color: #718690; font-size: .68rem; line-height: 1.45; }

.services-section { background: var(--brand-cloud); }
.services-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.service-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 28px; background: #ffffff; border: 1px solid var(--brand-line); border-radius: 20px; box-shadow: 0 10px 32px rgba(7,55,74,.045); overflow: hidden; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.service-card:hover { transform: translateY(-7px); border-color: #afd7e6; box-shadow: 0 24px 55px rgba(6,55,74,.12); }
.service-1 { grid-column: span 7; color: #ffffff; background: linear-gradient(140deg,#06384e,#0785b9); border-color: transparent; }
.service-2 { grid-column: span 5; }
.service-3, .service-4, .service-5 { grid-column: span 4; }
.service-1::after { content: ""; position: absolute; width: 240px; height: 240px; right: -115px; bottom: -115px; border: 39px solid rgba(255,255,255,.065); border-radius: 50%; }
.service-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--brand-blue); background: #e6f5fa; border-radius: 14px; }
.service-icon svg { width: 25px; }
.service-1 .service-icon { color: #ffffff; background: rgba(255,255,255,.13); }
.service-index { color: #b6c9d1; font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.service-1 .service-index { color: rgba(255,255,255,.42); }
.service-card h3 { position: relative; z-index: 2; margin: 22px 0 10px; color: var(--brand-navy); font-size: 1.42rem; letter-spacing: -.025em; }
.service-1 h3 { color: #ffffff; font-size: 1.65rem; }
.service-card > p { position: relative; z-index: 2; margin: 0; color: #607883; font-size: .88rem; }
.service-1 > p { max-width: 590px; color: rgba(255,255,255,.72); }
.service-card ul { position: relative; z-index: 2; display: grid; gap: 7px; margin: 19px 0 23px; padding: 0; list-style: none; }
.service-card li { display: flex; align-items: center; gap: 8px; color: #526d79; font-size: .77rem; font-weight: 700; }
.service-card li svg { width: 15px; color: var(--brand-blue); }
.service-1 li { color: rgba(255,255,255,.72); }
.service-1 li svg { color: #7cdaf2; }
.service-card > a { position: relative; z-index: 2; width: fit-content; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--brand-blue); font-size: .78rem; font-weight: 840; text-decoration: none; }
.service-card > a svg { width: 15px; transition: transform 180ms ease; }
.service-card > a:hover svg { transform: translateX(4px); }
.service-1 > a { color: #86e1f7; }

.products-section { background: #ffffff; }
.products-heading { display: grid; grid-template-columns: 1.15fr .62fr; align-items: end; gap: 70px; margin-bottom: 37px; }
.products-heading > p { margin: 0 0 4px; color: #607883; }
.product-tabs { gap: 18px; }
.product-tabs-list { width: 100%; height: auto !important; display: grid !important; grid-template-columns: repeat(3,1fr); gap: 9px; padding: 8px !important; background: #edf5f8 !important; border: 1px solid #d7e7ed; border-radius: 15px !important; }
.product-tabs-list [data-slot="tabs-trigger"] { min-height: 54px; gap: 9px; padding: 11px 14px; color: #52707d; border-radius: 10px; font-size: .83rem; font-weight: 800; }
.product-tabs-list [data-slot="tabs-trigger"] svg { width: 18px; }
.product-tabs-list [data-slot="tabs-trigger"][data-state="active"] { color: #ffffff; background: var(--brand-blue); box-shadow: 0 10px 24px rgba(7,133,185,.2); }
.product-tabs-list [data-slot="tabs-trigger"]::after { display: none; }
.product-tabs-list button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 14px; color: #52707d; background: transparent; border: 0; border-radius: 10px; font-size: .83rem; font-weight: 800; cursor: pointer; }
.product-tabs-list button svg { width: 18px; }
.product-tabs-list button:hover { color: var(--brand-blue); background: rgba(255,255,255,.7); }
.product-tabs-list button.active, .product-tabs-list button[aria-selected="true"] { color: #ffffff; background: var(--brand-blue); box-shadow: 0 10px 24px rgba(7,133,185,.2); }
.product-panel[hidden] { display: none; }
.product-panel { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; min-height: 535px; padding: 42px; background: #f6fafc; border: 1px solid var(--brand-line); border-radius: 24px; box-shadow: 0 18px 52px rgba(7,55,74,.07); }
.product-media { position: relative; }
.product-media::before { content: ""; position: absolute; inset: 22px -17px -17px 22px; border: 2px solid #c3e3ef; border-radius: 20px; }
.product-media img { position: relative; z-index: 2; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; border: 8px solid #ffffff; border-radius: 19px; box-shadow: 0 25px 65px rgba(5,49,68,.19); }
.digitec-images-contain .product-media img { object-fit: contain; object-position: center; background: #ffffff; }
.product-media-badge { position: absolute; left: -17px; bottom: -19px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; color: var(--brand-navy); background: #ffffff; border: 1px solid var(--brand-line); border-radius: 11px; box-shadow: 0 16px 40px rgba(5,49,68,.16); font-size: .7rem; font-weight: 820; }
.product-media-badge svg { width: 16px; color: var(--brand-red); }
.product-copy h3 { margin: 0; color: var(--brand-navy); font-size: clamp(2rem,3.6vw,3.2rem); line-height: 1.07; letter-spacing: -.048em; }
.product-copy > p:not(.eyebrow) { margin: 17px 0 23px; color: #607883; }
.product-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 14px; margin-bottom: 27px; }
.product-features span { display: flex; align-items: center; gap: 8px; color: #476571; font-size: .77rem; font-weight: 720; }
.product-features svg { flex: 0 0 auto; width: 16px; color: var(--brand-blue); }

.platform-section { position: relative; padding-bottom: 0; color: #ffffff; background: linear-gradient(138deg,#031f2e,#063c53 58%,#075e7d); overflow: hidden; }
.platform-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 80% 0%,#24bce8,transparent 30%),linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: auto,72px 72px,72px 72px; mask-image: linear-gradient(to bottom,black,transparent 75%); }
.platform-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .84fr 1.16fr; align-items: start; gap: 70px; }
.platform-copy h2 { color: #ffffff; }
.platform-copy > p:not(.eyebrow) { margin: 20px 0 28px; color: rgba(255,255,255,.7); }
.platform-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.text-action { display: inline-flex; align-items: center; gap: 7px; color: #8be1f7; font-size: .8rem; font-weight: 820; text-decoration: none; }
.text-action svg { width: 16px; transition: transform 180ms ease; }
.text-action:hover svg { transform: translateX(4px); }
.platform-modules { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.platform-modules article { display: grid; grid-template-columns: 43px 1fr; gap: 12px; padding: 19px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 14px; backdrop-filter: blur(8px); transition: background 180ms ease, transform 180ms ease; }
.platform-modules article:hover { background: rgba(255,255,255,.11); transform: translateY(-3px); }
.platform-modules article > span { width: 43px; height: 43px; display: grid; place-items: center; color: #ffffff; background: rgba(10,164,221,.24); border-radius: 11px; }
.platform-modules svg { width: 21px; }
.platform-modules h3 { margin: 0 0 5px; color: #ffffff; font-size: .94rem; }
.platform-modules p { margin: 0; color: rgba(255,255,255,.61); font-size: .72rem; line-height: 1.58; }
.platform-image-wrap { position: relative; z-index: 2; margin-top: 64px; padding: 11px 11px 0; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-bottom: 0; border-radius: 27px 27px 0 0; box-shadow: 0 -20px 80px rgba(0,12,20,.25); }
.platform-image-wrap > img { width: 100%; max-height: 575px; object-fit: cover; object-position: center; border-radius: 18px 18px 0 0; }
.digitec-images-contain .platform-image-wrap > img { height: auto; max-height: none; object-fit: contain; object-position: center; background: #ffffff; }
.platform-tags { position: absolute; right: 28px; bottom: 24px; left: 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 10px; background: rgba(3,31,46,.9); border: 1px solid rgba(255,255,255,.15); border-radius: 13px; backdrop-filter: blur(12px); }
.platform-tags span { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; color: rgba(255,255,255,.82); font-size: .68rem; font-weight: 760; }
.platform-tags svg { width: 16px; color: #73d8f1; }

.method-section { color: #ffffff; background: var(--brand-navy-deep); }
.light-heading h2 { color: #ffffff; }
.light-heading > p:last-child { color: rgba(255,255,255,.62); }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.process-grid article { position: relative; min-height: 280px; padding: 29px 22px; }
.process-grid article + article { border-left: 1px solid rgba(255,255,255,.12); }
.process-grid article::after { content: ""; position: absolute; top: -5px; left: 22px; width: 10px; height: 10px; background: var(--brand-red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(231,51,73,.13); }
.process-number { color: #71d7f0; font-size: .72rem; font-weight: 900; letter-spacing: .11em; }
.process-grid h3 { margin: 31px 0 9px; color: #ffffff; font-size: 1.06rem; }
.process-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: .76rem; line-height: 1.65; }

.sectors-section { background: #ffffff; }
.sectors-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 76px; }
.sectors-copy > p:not(.eyebrow) { margin: 18px 0 24px; color: #607883; }
.dark-link { color: var(--brand-blue); }
.sector-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.sector-cards > div { min-height: 178px; display: flex; flex-direction: column; justify-content: center; padding: 22px; background: #f6fafc; border: 1px solid var(--brand-line); border-radius: 16px; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.sector-cards > div:hover { transform: translateY(-4px); background: #ffffff; border-color: #acd7e6; }
.sector-cards svg { width: 36px; height: 36px; padding: 8px; color: var(--brand-blue); background: #e3f4fa; border-radius: 10px; }
.sector-cards strong { margin-top: 15px; color: var(--brand-navy); font-size: .88rem; }
.sector-cards span { margin-top: 3px; color: #738791; font-size: .7rem; line-height: 1.45; }

.faq-section { background: var(--brand-cloud); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 78px; }
.faq-intro > p:not(.eyebrow) { margin: 18px 0 0; color: #607883; }
.faq-contact { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding: 15px; background: #ffffff; border: 1px solid var(--brand-line); border-radius: 12px; }
.faq-contact > svg { width: 38px; height: 38px; padding: 9px; color: #ffffff; background: #1ebd72; border-radius: 10px; }
.faq-contact strong, .faq-contact a { display: block; }
.faq-contact strong { color: var(--brand-navy); font-size: .75rem; }
.faq-contact a { margin-top: 2px; color: var(--brand-blue); font-size: .7rem; font-weight: 780; text-decoration: none; }
.faq-accordion { background: #ffffff; border: 1px solid var(--brand-line); border-radius: 17px; box-shadow: 0 15px 45px rgba(7,55,74,.07); overflow: hidden; }
.faq-accordion [data-slot="accordion-item"] { border-color: var(--brand-line); }
.faq-accordion [data-slot="accordion-trigger"] { padding: 19px 22px; color: var(--brand-navy); font-size: .88rem; font-weight: 800; text-decoration: none; }
.faq-accordion [data-slot="accordion-trigger"]:hover { color: var(--brand-blue); text-decoration: none; }
.faq-accordion [data-slot="accordion-content"] > div { padding: 0 22px 20px; color: #607883; font-size: .78rem; line-height: 1.7; }
.faq-accordion details { border-bottom: 1px solid var(--brand-line); }
.faq-accordion details:last-child { border-bottom: 0; }
.faq-accordion summary { position: relative; padding: 19px 50px 19px 22px; color: var(--brand-navy); font-size: .88rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: var(--brand-blue); font-size: 1.15rem; transform: translateY(-50%); }
.faq-accordion details[open] summary { color: var(--brand-blue); }
.faq-accordion details[open] summary::after { content: "−"; }
.faq-accordion details > p { margin: 0; padding: 0 22px 20px; color: #607883; font-size: .78rem; line-height: 1.7; }

.contact-section { padding: 108px 0; background: #ffffff; }
.contact-card { display: grid; grid-template-columns: .84fr 1.16fr; padding: 0; background: var(--brand-navy); border-radius: 25px; box-shadow: 0 30px 80px rgba(5,49,68,.18); overflow: hidden; }
.contact-info { position: relative; padding: 50px; color: #ffffff; background: linear-gradient(145deg,#06465f,#0785b9); overflow: hidden; }
.contact-info::before { content: ""; position: absolute; width: 290px; height: 290px; right: -160px; bottom: -160px; border: 46px solid rgba(231,51,73,.5); border-radius: 50%; }
.contact-info h2 { position: relative; z-index: 2; margin: 0; font-size: clamp(2.1rem,4vw,3.25rem); line-height: 1.05; letter-spacing: -.048em; }
.contact-info > p:not(.eyebrow) { position: relative; z-index: 2; margin: 18px 0 30px; color: rgba(255,255,255,.7); }
.contact-list { position: relative; z-index: 2; display: grid; gap: 14px; }
.contact-line { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 12px; color: #ffffff; text-decoration: none; }
.contact-line-icon { width: 40px; height: 40px; display: grid; place-items: center; color: #ffffff; background: rgba(255,255,255,.12); border-radius: 10px; }
.contact-line-icon svg { width: 19px; }
.contact-line strong, .contact-line small { display: block; }
.contact-line strong { font-size: .75rem; }
.contact-line small { color: rgba(255,255,255,.66); font-size: .72rem; }
.contact-form { padding: 47px; color: var(--brand-ink); background: #ffffff; }
.form-heading > span { color: var(--brand-red); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 4px; color: var(--brand-navy); font-size: 1.45rem; letter-spacing: -.02em; }
.form-heading p { margin: 0 0 23px; color: #69808a; font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1/-1; }
.form-field label { color: #385663; font-size: .74rem; font-weight: 820; }
.form-field input, .form-field textarea { min-height: 47px; color: var(--brand-ink); background: #f9fcfd; border-color: #c6dae2; border-radius: 9px; box-shadow: none; }
.form-field textarea { min-height: 108px; resize: vertical; }
.form-field input:focus-visible, .form-field textarea:focus-visible { border-color: var(--brand-blue); box-shadow: 0 0 0 4px rgba(7,133,185,.11); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.form-note { max-width: 270px; margin: 0; color: #758993; font-size: .66rem; line-height: 1.5; }

.editable-page-section { background: #ffffff; }
.editable-page-content { max-width: 980px; }
.editable-page-content > :first-child { margin-top: 0; }
.editable-page-content > :last-child { margin-bottom: 0; }
.content-page { min-height: 60vh; padding: 90px 0; background: #ffffff; }
.content-page h1 { color: var(--brand-navy); font-size: clamp(2.25rem,5vw,4rem); line-height: 1.08; }
.content-page article { max-width: 900px; }

.site-footer { padding: 56px 0 24px; color: rgba(255,255,255,.6); background: #031e2c; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4,.65fr); gap: 38px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand img { width: 232px; height: auto; padding: 9px 12px; background: #ffffff; border-radius: 10px; }
.footer-brand p { max-width: 340px; margin: 16px 0 12px; font-size: .78rem; }
.footer-brand > span { color: rgba(255,255,255,.43); font-size: .67rem; }
.footer-column h3 { margin: 0 0 15px; color: #ffffff; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: 8px 0; color: rgba(255,255,255,.57); font-size: .74rem; text-decoration: none; }
.footer-column a:hover { color: #7bdcf3; }
.footer-nav-list { margin: 0; padding: 0; list-style: none; }
.footer-nav-list li { margin: 0; padding: 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; font-size: .67rem; }
.footer-status { display: inline-flex; align-items: center; gap: 8px; }
.footer-status::before { content: ""; width: 8px; height: 8px; background: #50d69f; border-radius: 50%; box-shadow: 0 0 0 4px rgba(80,214,159,.12); }
.float-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 55; width: 57px; height: 57px; display: grid; place-items: center; color: #ffffff; background: #1ebd72; border: 4px solid #ffffff; border-radius: 50%; box-shadow: 0 16px 38px rgba(5,49,68,.25); transition: transform 180ms ease, box-shadow 180ms ease; }
.float-whatsapp:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 21px 45px rgba(5,49,68,.3); }
.float-whatsapp svg { width: 25px; }

@keyframes rise-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 790px; }
  .hero-media { width: min(920px,94%); margin: 18px auto 0; }
  .hero-float-two { right: -10px; }
  .about-grid, .platform-grid, .sectors-grid, .faq-grid { gap: 52px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(4,.7fr); gap: 25px; }
}

@media (max-width: 960px) {
  .hero { padding-top: 75px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(3)::before { display: none; }
  .trust-grid > div:nth-child(n+3) { border-top: 1px solid var(--brand-line); }
  .about-grid, .product-panel, .platform-grid, .sectors-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .about-visual { min-height: 390px; }
  .products-heading { grid-template-columns: 1fr; gap: 18px; }
  .product-panel { gap: 48px; }
  .platform-copy { max-width: 800px; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid article:nth-child(4) { border-left: 0; }
  .process-grid article:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.12); }
  .sector-cards { grid-template-columns: repeat(3,1fr); }
  .faq-intro { max-width: 750px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  .site-container { width: min(100% - 30px,1240px); }
  .topbar-location, .topbar-label { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-group { gap: 13px; }
  .topbar a:last-child { display: none; }
  .header-inner { min-height: 75px; }
  .brand-link img { width: 180px; }
  .header-cta { display: none !important; }
  .hero { min-height: auto; padding: 68px 0 88px; }
  .hero h1 { font-size: clamp(2.85rem,13vw,4.45rem); }
  .hero-actions { display: grid; }
  .hero-actions a { width: 100%; }
  .hero-trust { display: grid; gap: 8px; }
  .hero-media { width: 100%; margin-top: 25px; }
  .hero-image-frame { padding: 5px; border-radius: 18px; transform: none; }
  .hero-image-frame img { border-radius: 13px; }
  .hero-float-card { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: calc(100% - 28px); margin: -14px auto 0; }
  .hero-float-two { display: none; }
  .trust-bar { margin-top: -28px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 74px; padding: 14px 17px; }
  .trust-grid > div + div::before { display: none; }
  .trust-grid > div:nth-child(n+2) { border-top: 1px solid var(--brand-line); }
  .section, .contact-section { padding: 80px 0; }
  .about-visual { min-height: 310px; }
  .about-logo-card { min-height: 220px; padding: 28px; }
  .about-mini-card { right: 0; bottom: 10px; }
  .value-grid, .platform-modules, .product-features, .form-grid { grid-template-columns: 1fr; }
  .service-1, .service-2, .service-3, .service-4, .service-5 { grid-column: 1/-1; }
  .service-card { min-height: 330px; }
  .product-tabs-list { grid-template-columns: 1fr; }
  .product-tabs-list [data-slot="tabs-trigger"] { justify-content: flex-start; }
  .product-panel { min-height: 0; padding: 24px; }
  .product-media-badge { left: 8px; }
  .platform-tags { position: static; grid-template-columns: repeat(2,1fr); margin: 9px; }
  .platform-image-wrap { padding-bottom: 1px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 205px; }
  .process-grid article + article { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .sector-cards { grid-template-columns: repeat(2,1fr); }
  .contact-info, .contact-form { padding: 34px 25px; }
  .form-field.full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 440px) {
  .site-container { width: min(100% - 24px,1240px); }
  .brand-link img { width: 166px; }
  .hero-kicker { font-size: .67rem; }
  .hero h1 { font-size: 2.75rem; }
  .hero-lead { font-size: .94rem; }
  .about-mini-card { width: 94%; }
  .platform-tags, .sector-cards { grid-template-columns: 1fr; }
  .platform-tags span { justify-content: flex-start; padding-inline: 10px; }
  .product-panel { padding: 18px; }
}

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