:root {
  --brand: #015a06;
  --brand-dark: #073414;
  --brand-deep: #07150c;
  --brand-light: #61ce70;
  --ink: #0d2015;
  --ink-soft: #4b5d52;
  --paper: #f3f5f0;
  --paper-dark: #e8ede7;
  --white: #fff;
  --line: rgba(13, 32, 21, .16);
  --line-dark: rgba(255, 255, 255, .17);
  --container: 1240px;
  --utility-h: 34px;
  --header-h: 82px;
  --font: "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: Consolas, "SFMono-Regular", Menlo, monospace;
  --ease: 240ms cubic-bezier(.2, .8, .2, 1);
}

@font-face {
  font-family: "DataPark Icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: normal;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--utility-h) + var(--header-h) + 62px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
address { font-style: normal; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--brand); transform: translateY(-150%); transition: transform var(--ease); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--brand-light); outline-offset: 4px; }

.utility-bar { position: sticky; z-index: 1100; top: 0; min-height: var(--utility-h); color: rgba(255,255,255,.68); background: #030c06; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: var(--utility-h); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.utility-status { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #5ddc70; box-shadow: 0 0 0 4px rgba(93,220,112,.12); }
.utility-links { display: flex; gap: 26px; }
.utility-links a { transition: color var(--ease); }
.utility-links a:hover, .utility-links a:focus-visible { color: var(--white); }

.site-header { position: sticky; z-index: 1050; top: var(--utility-h); height: var(--header-h); color: var(--white); background: rgba(7,21,12,.97); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); transition: box-shadow var(--ease), background var(--ease); }
.site-header.is-scrolled { background: rgba(7,21,12,.99); box-shadow: 0 14px 40px rgba(0,0,0,.16); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.brand { flex: 0 0 auto; }
.brand img { width: 172px; height: 35px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.6vw, 38px); font-size: 14px; font-weight: 640; }
.main-nav > a, .solutions-menu > summary { position: relative; min-height: 44px; display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.76); cursor: pointer; list-style: none; transition: color var(--ease); }
.solutions-menu > summary::-webkit-details-marker { display: none; }
.main-nav > a:not(.portal-link)::after, .solutions-menu > summary::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--brand-light); transform: scaleX(0); transform-origin: right; transition: transform var(--ease); }
.main-nav > a:hover, .main-nav > a:focus-visible, .solutions-menu > summary:hover, .solutions-menu > summary:focus-visible, .main-nav > a.is-active, .solutions-menu.is-active > summary { color: var(--white); }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after, .main-nav > a.is-active::after, .solutions-menu > summary:hover::after, .solutions-menu > summary:focus-visible::after, .solutions-menu.is-active > summary::after { transform: scaleX(1); transform-origin: left; }
.solutions-menu > summary span { font-size: 15px; transition: transform var(--ease); }
.solutions-menu[open] > summary span { transform: rotate(45deg); }
.portal-link { min-height: 42px !important; padding: 0 16px; color: var(--ink) !important; background: var(--white); border: 1px solid var(--white); }
.portal-link:hover, .portal-link:focus-visible { color: var(--white) !important; background: transparent; }
.solutions-menu { position: relative; }
.mega-menu { position: fixed; z-index: 1200; top: calc(var(--utility-h) + var(--header-h)); left: 50%; width: min(var(--container), calc(100% - 64px)); display: grid; grid-template-columns: 300px 1fr; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(3,17,7,.2); transform: translateX(-50%); }
.mega-intro { padding: 38px; color: var(--white); background: var(--brand); }
.mega-intro > span { display: block; margin-bottom: 22px; color: rgba(255,255,255,.62); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.mega-intro strong { display: block; margin-bottom: 34px; font-size: 25px; font-weight: 560; letter-spacing: -.03em; line-height: 1.2; }
.mega-intro a { width: fit-content; display: flex; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 13px; font-weight: 700; }
.mega-links { display: grid; grid-template-columns: repeat(2, 1fr); padding: 14px; }
.mega-links a { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 15px 22px; border: 1px solid transparent; transition: background var(--ease), border-color var(--ease); }
.mega-links a:hover, .mega-links a:focus-visible { background: var(--paper); border-color: var(--line); }
.mega-links strong { margin-bottom: 3px; font-size: 15px; }
.mega-links span { color: var(--ink-soft); font-size: 12px; }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: var(--white); background: transparent; border: 1px solid var(--line-dark); cursor: pointer; }
.nav-toggle span { width: 20px; height: 1px; background: currentColor; transition: transform var(--ease), opacity var(--ease); }

.kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 21px; color: var(--brand); font: 700 11px/1.2 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.kicker-light { color: var(--brand-light); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 19px; border: 1px solid transparent; font-size: 13px; font-weight: 720; transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-white { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-white:hover, .button-white:focus-visible { color: var(--white); background: transparent; }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.36); }
.button-ghost-light:hover, .button-ghost-light:focus-visible { border-color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link, .text-link-light { width: fit-content; display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link { color: var(--brand); }
.text-link-light { color: var(--white); }
.external-arrow {
  display: inline-block;
  flex: 0 0 auto;
  color: currentColor;
  font-family: "DataPark Icons" !important;
  font-size: .92em;
  font-style: normal;
  font-weight: normal !important;
  line-height: 1;
  speak: never;
  vertical-align: -.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.external-arrow::before {
  content: "\f1c5";
}

.home-hero { overflow: hidden; color: var(--white); background: var(--brand-deep); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .72fr); min-height: 650px; border-right: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.home-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 96px); background: radial-gradient(circle at 20% 30%, rgba(1,90,6,.32), transparent 40%); }
.home-hero h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(52px, 6.4vw, 90px); font-weight: 560; letter-spacing: -.06em; line-height: .95; }
.home-hero h1 em { color: var(--brand-light); font-style: normal; }
.home-hero-copy > p { max-width: 690px; margin-bottom: 36px; color: rgba(255,255,255,.67); font-size: clamp(17px, 1.4vw, 20px); }
.home-hero-panel { display: flex; flex-direction: column; padding: 28px; background: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px), #092719; background-size: 32px 32px; border-left: 1px solid var(--line-dark); }
.panel-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.43); font: 10px var(--mono); letter-spacing: .1em; }
.panel-statement { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 36px 15px; }
.panel-statement small { color: rgba(255,255,255,.48); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.panel-statement strong { margin-top: 18px; font-size: clamp(34px, 3.5vw, 52px); font-weight: 520; letter-spacing: -.045em; line-height: 1.04; }
.panel-metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.panel-metrics div { min-height: 118px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.panel-metrics strong { font-size: 28px; font-weight: 560; letter-spacing: -.04em; }
.panel-metrics span { color: rgba(255,255,255,.5); font: 9px/1.4 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.home-hero-rail { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line-dark); border-bottom: 0; }
.home-hero-rail span { padding: 18px; border-right: 1px solid var(--line-dark); color: rgba(255,255,255,.55); font: 9px var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.home-hero-rail span:last-child { border-right: 0; }

.content-section { padding: clamp(88px, 9vw, 142px) 0; }
.section-heading { max-width: 920px; margin-bottom: 68px; }
.section-heading.compact { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .section-header-row h2, .catalog-heading h2 { margin-bottom: 0; font-size: clamp(38px, 4.5vw, 64px); font-weight: 570; letter-spacing: -.052em; line-height: 1.03; }
.section-heading.light h2 { color: var(--white); }
.section-header-row { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .48fr); gap: clamp(48px, 9vw, 120px); align-items: end; margin-bottom: 64px; }
.section-header-row-solo { grid-template-columns: 1fr; }
.section-header-row p { margin-bottom: 5px; color: var(--ink-soft); }
.lead-copy { color: var(--ink); font-size: clamp(22px, 2.2vw, 30px) !important; letter-spacing: -.025em; line-height: 1.4 !important; }

.offer-preview { background: var(--paper); }
.home-offers { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-offer { min-height: 455px; display: flex; flex-direction: column; padding: clamp(24px, 2.8vw, 36px); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color var(--ease), background var(--ease); }
.home-offer:hover, .home-offer:focus-visible { color: var(--white); background: var(--brand-deep); }
.home-offer > span { margin-bottom: 34px; color: var(--brand); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.home-offer:hover > span, .home-offer:focus-visible > span { color: var(--brand-light); }
.home-offer h3 { margin-bottom: 25px; font-size: 25px; font-weight: 600; letter-spacing: -.03em; }
.home-offer > strong { display: block; margin-bottom: 26px; font-size: 30px; font-weight: 590; letter-spacing: -.04em; }
.home-offer > strong small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 11px; font-weight: 500; letter-spacing: 0; }
.home-offer:hover > strong small, .home-offer:focus-visible > strong small { color: rgba(255,255,255,.52); }
.home-offer ul { margin: 0 0 26px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; }
.home-offer li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.home-offer:hover ul, .home-offer:focus-visible ul { color: rgba(255,255,255,.65); }
.home-offer:hover li, .home-offer:focus-visible li { border-color: var(--line-dark); }
.home-offer em { margin-top: auto; color: var(--brand); font-size: 12px; font-style: normal; font-weight: 700; }
.home-offer:hover em, .home-offer:focus-visible em { color: var(--brand-light); }
.pricing-note { margin: 22px 0 0; color: var(--ink-soft); font-size: 12px; }

.home-services { background: var(--white); }
.service-directory { border-top: 1px solid var(--line); }
.directory-row { min-height: 126px; display: grid; grid-template-columns: 52px minmax(190px,.68fr) minmax(260px,1fr) 150px 24px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: padding var(--ease), background var(--ease); }
.directory-row:hover, .directory-row:focus-visible { padding-inline: 18px; background: var(--paper); }
.directory-row > span { color: var(--brand); font: 11px var(--mono); }
.directory-row h3 { margin: 0; font-size: clamp(23px, 2vw, 31px); font-weight: 570; letter-spacing: -.035em; }
.directory-row p { margin: 0; color: var(--ink-soft); }
.directory-row strong { color: var(--brand); font-size: 12px; text-transform: uppercase; }
.directory-row i { color: var(--brand); font-style: normal; }

.infrastructure-band { padding: clamp(90px, 10vw, 150px) 0; color: var(--white); background: var(--brand-dark); }
.infra-home-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(430px,1fr); gap: clamp(74px, 11vw, 160px); }
.infra-home-copy h2 { margin-bottom: 28px; font-size: clamp(42px, 5.4vw, 74px); font-weight: 540; letter-spacing: -.055em; line-height: 1; }
.infra-home-copy > p { margin-bottom: 32px; color: rgba(255,255,255,.65); font-size: 17px; }
.infra-home-list { border-top: 1px solid var(--line-dark); }
.infra-home-list article { display: grid; grid-template-columns: 72px 150px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.infra-home-list span { padding-top: 4px; color: var(--brand-light); font: 9px var(--mono); }
.infra-home-list h3 { margin: 0; font-size: 19px; font-weight: 580; }
.infra-home-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

.mission-section { background: var(--paper-dark); }
.mission-grid, .editorial-grid { display: grid; grid-template-columns: minmax(330px,.8fr) minmax(0,1fr); gap: clamp(70px, 10vw, 150px); }
.mission-copy p, .editorial-copy p { color: var(--ink-soft); font-size: 17px; line-height: 1.78; }
.mission-copy .text-link { margin-top: 12px; }
.partner-home { padding: clamp(90px, 9vw, 135px) 0; color: var(--white); background: var(--brand); }
.partner-home-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 11vw, 160px); }
.partner-home h2 { margin: 0; font-size: clamp(48px, 6.4vw, 88px); font-weight: 530; letter-spacing: -.06em; line-height: .94; }
.partner-home-grid > div:last-child > p { color: rgba(255,255,255,.72); font-size: 17px; }
.commission-rail { display: grid; grid-template-columns: repeat(3,1fr); margin: 34px 0; border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.commission-rail span { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 14px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.58); font: 9px var(--mono); text-transform: uppercase; }
.commission-rail strong { color: var(--white); font: 600 24px var(--font); }

.page-hero, .service-hero { overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(1,90,6,.42), transparent 32%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), var(--brand-deep); background-size: auto, 44px 44px, 44px 44px, auto; }
.page-hero-grid { min-height: 500px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(340px,.58fr); gap: clamp(60px, 10vw, 145px); align-items: end; padding-block: 76px; }
.page-hero h1 { max-width: 850px; margin-bottom: 0; font-size: clamp(50px, 6.2vw, 88px); font-weight: 540; letter-spacing: -.06em; line-height: .96; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 52px; color: rgba(255,255,255,.42); font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: rgba(255,255,255,.68); }
.page-hero-copy > p { margin-bottom: 30px; color: rgba(255,255,255,.68); font-size: 17px; }

.section-nav { position: sticky; z-index: 900; top: calc(var(--utility-h) + var(--header-h)); min-height: 50px; color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.section-nav .container { min-height: 50px; display: flex; align-items: center; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.section-nav .container::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; font-size: 12px; font-weight: 660; }
.section-nav a:hover, .section-nav a:focus-visible { color: var(--brand); }
.editorial-copy { padding-top: 4px; }
.service-page #prezentare .editorial-copy { padding-top: 35px; }
.service-notice { display: grid; grid-template-columns: 190px 1fr; gap: 30px; margin-top: -46px; padding: 25px 28px; color: #5e4100; background: #fff2ce; border: 1px solid #e7c56d; }
.service-notice span { font: 700 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.service-notice p { margin: 0; }
.pricing-section { background: var(--paper-dark); }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.plan-count-1 { grid-template-columns: minmax(300px, 520px); border-left: 0; }
.plan-count-1 .plan-card { border-left: 1px solid var(--line); }
.plan-count-2 { grid-template-columns: repeat(2, minmax(300px, 1fr)); }
.plan-count-4 { grid-template-columns: repeat(4,1fr); }
.plan-card { min-height: 420px; display: flex; flex-direction: column; padding: clamp(22px,2.1vw,30px); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-featured { color: var(--white); background: var(--brand-dark); }
.plan-top { min-height: 108px; display: flex; justify-content: space-between; gap: 15px; align-items: flex-start; }
.plan-top > div { min-width: 0; flex: 1; }
.plan-note { min-height: 40px; display: block; color: var(--ink-soft); font: 9px/1.45 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.plan-featured .plan-note { color: rgba(255,255,255,.55); }
.plan-card h3 { margin: 7px 0 0; font-size: 25px; font-weight: 590; letter-spacing: -.035em; }
.plan-badge { padding: 5px 8px; color: var(--brand); background: var(--white); border: 1px solid currentColor; font: 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.plan-price { min-height: 74px; display: flex; flex-direction: column; justify-content: center; margin-bottom: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-featured .plan-price { border-color: var(--line-dark); }
.plan-price strong { font-size: clamp(26px,2.3vw,34px); font-weight: 590; letter-spacing: -.04em; line-height: 1.1; }
.plan-price span { color: var(--ink-soft); font-size: 11px; }
.plan-featured .plan-price span { color: rgba(255,255,255,.52); }
.spec-list { margin: 0 0 22px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; }
.plan-featured .spec-list { color: rgba(255,255,255,.68); }
.spec-list li { position: relative; padding: 8px 0 8px 16px; border-bottom: 1px solid var(--line); }
.plan-featured .spec-list li { border-color: var(--line-dark); }
.spec-list li::before { content: ""; position: absolute; top: 16px; left: 0; width: 5px; height: 5px; background: var(--brand); }
.plan-featured .spec-list li::before { background: var(--brand-light); }
.plan-action { min-height: 44px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 10px 0; color: var(--brand); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 720; }
.plan-featured .plan-action { color: var(--brand-light); }

.colocation-quote { padding: clamp(24px,4vw,48px); background: var(--white); border: 1px solid var(--line); }
.colocation-quote-controls { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.quote-field { display: flex; flex-direction: column; gap: 9px; }
.quote-field > span:first-child,
.colocation-equipment legend { color: var(--ink); font-size: 14px; font-weight: 680; }
.quote-field small { color: var(--ink-soft); font-size: 12px; }
.quote-field select,
.quote-field input,
.quote-field textarea,
.colocation-equipment-row input { width: 100%; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 0; font: inherit; }
.quote-field select,
.quote-field input,
.colocation-equipment-row input { min-height: 52px; padding: 12px 14px; }
.quote-field textarea { min-height: 150px; padding: 14px; resize: vertical; line-height: 1.55; }
.quote-field select:focus-visible,
.quote-field input:focus-visible,
.quote-field textarea:focus-visible,
.colocation-equipment-row input:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-color: var(--brand); }
.power-range-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.power-range-heading output { color: var(--brand); font: 700 14px var(--mono); }
.quote-field.power-range input[type="range"] { width: 100%; min-height: 28px; padding: 0; accent-color: var(--brand); background: transparent; border: 0; cursor: pointer; }
.quote-field.power-range input[type="range"]:focus-visible { border: 0; outline-offset: 4px; }
.power-range-scale { display: flex; justify-content: space-between; margin-top: -5px; color: var(--ink-soft) !important; font: 10px var(--mono) !important; }
.colocation-equipment { margin: 34px 0; padding: 0 0 34px; border: 0; border-bottom: 1px solid var(--line); }
.colocation-equipment legend { padding: 0; }
.colocation-equipment > p { margin: 7px 0 20px; color: var(--ink-soft); font-size: 13px; }
.colocation-equipment-grid { display: grid; gap: 12px; }
.colocation-equipment-row { display: grid; grid-template-columns: minmax(0,1fr) 130px auto; gap: 12px; align-items: end; padding: 16px; background: var(--paper); border: 1px solid var(--line); }
.colocation-equipment-row label { display: flex; flex-direction: column; gap: 7px; }
.colocation-equipment-row label > span:first-child { color: var(--ink-soft); font: 700 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.equipment-height-control { display: grid; grid-template-columns: minmax(0,1fr) 42px; }
.equipment-height-control input { grid-area: 1 / 1; background: var(--white); }
.equipment-height-control b { grid-area: 1 / 2; display: grid; place-items: center; color: var(--brand); background: var(--paper-dark); border: 1px solid var(--line); border-left: 0; font: 700 11px var(--mono); }
.equipment-description input { background: var(--white); }
.equipment-remove { min-height: 52px; padding: 0 14px; color: var(--ink-soft); background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 11px; font-weight: 680; }
.equipment-remove:hover,
.equipment-remove:focus-visible { color: #8b1f1f; border-color: #b95b5b; }
.colocation-equipment-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 16px; }
.colocation-equipment-actions p { margin: 0; color: var(--brand); font-size: 12px; font-weight: 650; }
.quote-secondary-action { min-height: 44px; padding: 0; color: var(--brand); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; font-weight: 720; }
.quote-project { margin-bottom: 30px; }
.colocation-quote-submit { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.colocation-quote-submit p { max-width: 590px; margin: 0; color: var(--ink-soft); font-size: 12px; }
.colocation-quote-submit .button { flex: 0 0 auto; border: 0; cursor: pointer; }

.inventory-table-wrap { width: 100%; overflow-x: auto; background: var(--white); border: 1px solid var(--line); -webkit-overflow-scrolling: touch; }
.inventory-table { width: 100%; min-width: 980px; border-collapse: collapse; text-align: left; }
.inventory-table th,
.inventory-table td { padding: 20px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: middle; }
.inventory-table thead th { color: rgba(255,255,255,.72); background: var(--brand-deep); font: 700 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.inventory-table tbody th { color: var(--ink); font-size: 16px; font-weight: 660; }
.inventory-table tbody td { color: var(--ink-soft); font-size: 13px; }
.inventory-table tr:last-child > * { border-bottom: 0; }
.inventory-table tr > *:last-child { border-right: 0; }
.inventory-price { color: var(--ink); white-space: nowrap; font-size: 13px; font-weight: 700; }
.inventory-action { display: inline-flex; align-items: center; gap: 14px; color: var(--brand); border-bottom: 1px solid currentColor; white-space: nowrap; font-size: 12px; font-weight: 720; }

.backup-offer { display: grid; grid-template-columns: minmax(330px,1.15fr) minmax(190px,.55fr) minmax(280px,.8fr); align-items: stretch; padding-block: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.backup-offer > div { min-width: 0; padding-inline: clamp(24px,3vw,46px); }
.backup-offer > div:first-child { padding-left: 0; }
.backup-offer > div:last-child { padding-right: 0; }
.backup-offer > div + div { border-left: 1px solid var(--line); }
.backup-offer-price { display: flex; flex-direction: column; justify-content: center; }
.backup-offer-price > span,
.backup-offer-included > span { color: var(--brand); font: 700 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.backup-offer-price strong { margin: 10px 0 2px; color: var(--ink); font-size: clamp(36px,3.8vw,52px); font-weight: 560; letter-spacing: -.05em; line-height: 1; }
.backup-offer-price small { color: var(--ink-soft); font-size: 12px; }
.backup-offer-included h3 { margin: 8px 0 18px; font-size: 25px; font-weight: 590; letter-spacing: -.035em; }
.backup-offer-included ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 18px; margin: 0; padding: 0; list-style: none; }
.backup-offer-included li { position: relative; padding-left: 14px; color: var(--ink-soft); font-size: 13px; }
.backup-offer-included li::before { content: ""; position: absolute; top: .62em; left: 0; width: 5px; height: 5px; background: var(--brand); }
.backup-offer-action { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.backup-offer-action p { margin: 0 0 24px; color: var(--ink-soft); font-size: 13px; }

.comparison-section { background: var(--white); }
.table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); -webkit-overflow-scrolling: touch; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 13px; }
.comparison-table th, .comparison-table td { min-width: 145px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th { color: var(--white); background: var(--brand-deep); font-weight: 620; }
.comparison-table thead th:first-child { min-width: 180px; }
.comparison-table tbody th { color: var(--ink); background: var(--paper); font-weight: 620; }
.comparison-table tr:last-child > * { border-bottom: 0; }
.comparison-table tr > *:last-child { border-right: 0; }
.swipe-hint { display: none; margin: 10px 0 0; color: var(--ink-soft); font: 9px var(--mono); text-transform: uppercase; }

.features-section { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-item { min-height: 255px; padding: 30px; background: rgba(255,255,255,.42); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-item > span { color: var(--brand); font: 10px var(--mono); }
.feature-item h3 { margin: 48px 0 12px; font-size: 21px; font-weight: 590; letter-spacing: -.025em; }
.feature-item p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.feature-three { grid-template-columns: repeat(3,1fr); }
.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(280px,.52fr) minmax(0,1fr); gap: clamp(70px,11vw,160px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brand); transition: transform var(--ease); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 40px 24px 0; color: var(--ink-soft); }
.faq-list details p a { display: inline-flex; gap: 7px; margin-left: 5px; color: var(--brand); border-bottom: 1px solid currentColor; font-weight: 680; }

.service-catalog { background: var(--white); }
.catalog-muted { background: var(--paper-dark); }
.catalog-heading { display: grid; grid-template-columns: 180px 1fr minmax(260px,.45fr); gap: 40px; align-items: end; margin-bottom: 54px; }
.catalog-heading > span { color: var(--brand); font: 10px var(--mono); }
.catalog-heading p { margin: 0; color: var(--ink-soft); }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-two { grid-template-columns: repeat(2,1fr); }
.catalog-single { grid-template-columns: minmax(300px, 680px); }
.catalog-card { min-height: 445px; display: flex; flex-direction: column; padding: clamp(26px,3vw,42px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color var(--ease), background var(--ease); }
.catalog-card:hover, .catalog-card:focus-visible { color: var(--white); background: var(--brand-deep); }
.catalog-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 56px; color: var(--brand); font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.catalog-card:hover .catalog-meta, .catalog-card:focus-visible .catalog-meta { color: var(--brand-light); }
.catalog-card h3 { margin-bottom: 18px; font-size: clamp(25px,2.3vw,34px); font-weight: 580; letter-spacing: -.04em; }
.catalog-card > p { color: var(--ink-soft); }
.catalog-card ul { margin: 18px 0 30px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; }
.catalog-card li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.catalog-card:hover p, .catalog-card:hover ul, .catalog-card:focus-visible p, .catalog-card:focus-visible ul { color: rgba(255,255,255,.62); }
.catalog-card:hover li, .catalog-card:focus-visible li { border-color: var(--line-dark); }
.catalog-card em { margin-top: auto; color: var(--brand); font-size: 12px; font-style: normal; font-weight: 700; }
.catalog-card:hover em, .catalog-card:focus-visible em { color: var(--brand-light); }
.custom-solution-strip, .legal-company { padding: clamp(85px,9vw,135px) 0; color: var(--white); background: var(--brand); }
.custom-strip-grid, .legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px,11vw,160px); }
.custom-strip-grid h2, .legal-grid h2 { margin: 0; font-size: clamp(42px,5vw,70px); font-weight: 540; letter-spacing: -.055em; line-height: 1; }

.priority-services { background: var(--white); }
.priority-service-list { border-top: 1px solid var(--line); }
.priority-service { display: grid; grid-template-columns: 105px minmax(0,1fr) minmax(210px,.3fr); gap: clamp(28px,4vw,64px); padding: clamp(38px,5vw,70px) 0; border-bottom: 1px solid var(--line); }
.priority-service-index { display: flex; flex-direction: column; gap: 12px; color: var(--brand); }
.priority-service-index > span { font: 500 clamp(34px,3.5vw,48px)/1 var(--mono); letter-spacing: -.06em; }
.priority-service-index small,
.priority-service-copy > span { font: 700 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.priority-service-index small { color: var(--ink-soft); }
.priority-service-copy > span { color: var(--brand); }
.priority-service-copy h3 { max-width: 760px; margin: 10px 0 17px; font-size: clamp(30px,3.4vw,48px); font-weight: 570; letter-spacing: -.045em; line-height: 1.04; }
.priority-service-copy h3 a:hover,
.priority-service-copy h3 a:focus-visible { color: var(--brand); }
.priority-service-copy > p { max-width: 780px; margin: 0 0 25px; color: var(--ink-soft); font-size: 15px; }
.priority-service-action { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: clamp(22px,3vw,42px); border-left: 1px solid var(--line); }
.priority-service-action a { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; padding: 12px 0; color: var(--brand); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 720; }
.supporting-services { background: var(--paper-dark); }
.support-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-service { min-height: 285px; display: flex; flex-direction: column; padding: clamp(26px,3vw,40px); background: rgba(255,255,255,.36); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background var(--ease); }
.support-service:hover,
.support-service:focus-visible { background: var(--white); }
.support-service > span { color: var(--brand); font: 700 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.support-service h3 { margin: 36px 0 13px; font-size: clamp(24px,2.5vw,34px); font-weight: 580; letter-spacing: -.04em; }
.support-service p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.support-service em { margin-top: auto; padding-top: 28px; color: var(--brand); font-size: 12px; font-style: normal; font-weight: 720; }
.custom-strip-grid > div:last-child p { color: rgba(255,255,255,.7); font-size: 17px; }

.company-timeline { padding: 0 0 clamp(72px,7vw,96px); background: var(--white); }
.timeline-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline-grid article { min-height: 205px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline-grid span { color: var(--brand); font: 600 28px var(--font); letter-spacing: -.04em; }
.timeline-grid h3 { margin: 32px 0 8px; font-size: 18px; }
.timeline-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.legal-details dl { margin: 0 0 28px; border-top: 1px solid rgba(255,255,255,.3); }
.legal-details dl > div, .location-data dl > div { display: grid; grid-template-columns: 160px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.legal-details dt, .location-data dt { color: rgba(255,255,255,.56); font: 9px var(--mono); text-transform: uppercase; }
.legal-details dd, .location-data dd { margin: 0; }

.partner-type-list { margin-top: 42px; border-top: 1px solid var(--line); }
.partner-type-list article { display: grid; grid-template-columns: 42px 180px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.partner-type-list span { color: var(--brand); font: 9px var(--mono); }
.partner-type-list h3 { margin: 0; font-size: 18px; }
.partner-type-list p { margin: 0; font-size: 14px; }
.commission-section { padding: clamp(88px,9vw,135px) 0; color: var(--white); background: var(--brand-dark); }
.commission-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.commission-grid article { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.commission-grid article > span { color: var(--brand-light); font: 10px var(--mono); text-transform: uppercase; }
.commission-grid strong { margin: 54px 0 30px; font-size: clamp(60px,7vw,94px); font-weight: 520; letter-spacing: -.07em; line-height: 1; }
.commission-grid p { margin: auto 0 0; color: rgba(255,255,255,.6); font-size: 14px; }
.commission-note { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.partner-process, .migration-process { padding: clamp(88px,9vw,135px) 0; color: var(--white); background: var(--brand-deep); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 38px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.process-four { grid-template-columns: repeat(4,1fr); margin-bottom: 0; }
.process-grid article { min-height: 240px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-grid span { color: var(--brand-light); font: 10px var(--mono); }
.process-grid h3 { margin: 55px 0 12px; font-size: 23px; font-weight: 570; }
.process-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

.custom-services { background: var(--white); }
.custom-service-list { border-top: 1px solid var(--line); }
.custom-service-list > article { display: grid; grid-template-columns: 220px 1fr; gap: clamp(50px,10vw,140px); padding: 62px 0; border-bottom: 1px solid var(--line); }
.custom-service-list > article > span { color: var(--brand); font: 10px var(--mono); letter-spacing: .08em; }
.custom-service-list h3 { margin-bottom: 18px; font-size: clamp(30px,3.3vw,48px); font-weight: 560; letter-spacing: -.045em; }
.custom-service-list p { color: var(--ink-soft); font-size: 17px; }
.custom-service-list ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 30px; margin: 28px 0; padding: 0; list-style: none; }
.custom-service-list li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.custom-service-list a { color: var(--brand); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }

.contact-options { background: var(--white); }
.contact-cards { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-card { min-height: 320px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color var(--ease), background var(--ease); }
.contact-card:hover, .contact-card:focus-visible { color: var(--white); background: var(--brand-deep); }
.contact-card > span { color: var(--brand); font: 10px var(--mono); }
.contact-card:hover > span, .contact-card:focus-visible > span { color: var(--brand-light); }
.contact-card h3 { margin: 58px 0 14px; font-size: 23px; }
.contact-card p { color: var(--ink-soft); font-size: 14px; }
.contact-card:hover p, .contact-card:focus-visible p { color: rgba(255,255,255,.62); }
.contact-card em { margin-top: auto; color: var(--brand); font-size: 12px; font-style: normal; font-weight: 700; }
.contact-card:hover em, .contact-card:focus-visible em { color: var(--brand-light); }
.contact-location { padding: clamp(88px,9vw,135px) 0; color: var(--white); background: var(--brand); }
.contact-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px,11vw,160px); }
.contact-location h2 { margin-bottom: 24px; font-size: clamp(48px,6vw,82px); font-weight: 530; letter-spacing: -.06em; }
.contact-location address { color: rgba(255,255,255,.73); font-size: 17px; }
.location-data dl { margin: 0; }

.site-cta { padding: 82px 0; color: var(--white); background: var(--brand); border-top: 1px solid rgba(255,255,255,.22); }
.site-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px,11vw,160px); align-items: end; }
.site-cta h2 { margin: 0; font-size: clamp(42px,5vw,70px); font-weight: 540; letter-spacing: -.055em; line-height: 1; }
.site-cta-grid > div:last-child p { color: rgba(255,255,255,.7); }
.site-footer { color: var(--white); background: #030c06; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; padding: 72px 0; }
.footer-brand img { width: 172px; height: 35px; margin-bottom: 25px; }
.footer-brand p { color: rgba(255,255,255,.43); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-column > span { margin-bottom: 12px; color: rgba(255,255,255,.34); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { color: rgba(255,255,255,.66); font-size: 13px; transition: color var(--ease); }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--white); }
.footer-compliance { min-height: 68px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: 11px; }
.footer-compliance a { transition: color var(--ease); }
.footer-compliance a:hover, .footer-compliance a:focus-visible { color: var(--white); }
.footer-compliance span { color: rgba(255,255,255,.18); }
.footer-legal { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 16px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.33); font-size: 10px; }
.footer-legal p { margin: 0; }
.footer-legal a { transition: color var(--ease); }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--white); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .main-nav { gap: 20px; }
  .mega-menu { width: calc(100% - 48px); }
  .home-hero-grid { grid-template-columns: minmax(0,1fr) 380px; }
  .home-hero-copy { padding: 62px 48px; }
  .home-offers { grid-template-columns: repeat(2,1fr); }
  .plan-count-4 { grid-template-columns: repeat(2,1fr); }
  .catalog-heading { grid-template-columns: 120px 1fr; }
  .catalog-heading p { grid-column: 2; }
  .contact-cards { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 920px) {
  :root { --header-h: 72px; }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: calc(var(--utility-h) + var(--header-h)) 0 auto; height: calc(100dvh - var(--utility-h) - var(--header-h)); display: block; padding: 18px 24px 40px; overflow-y: auto; color: var(--white); background: var(--brand-deep); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity var(--ease), visibility var(--ease), transform var(--ease); }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a, .solutions-menu > summary { min-height: 60px; padding: 8px 0; border-bottom: 1px solid var(--line-dark); font-size: 22px; font-weight: 560; }
  .main-nav > a::after, .solutions-menu > summary::after { display: none; }
  .portal-link { margin-top: 18px; padding: 0 16px !important; justify-content: space-between; color: var(--ink) !important; font-size: 15px !important; }
  .solutions-menu { position: static; }
  .mega-menu { position: static; width: 100%; display: block; color: var(--white); background: transparent; border: 0; box-shadow: none; transform: none; }
  .mega-intro { display: none; }
  .mega-links { display: block; padding: 8px 0 14px 14px; }
  .mega-links a { min-height: 56px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .mega-links a:hover, .mega-links a:focus-visible { background: transparent; border-color: rgba(255,255,255,.09); }
  .mega-links strong { color: var(--white); }
  .mega-links span { color: rgba(255,255,255,.48); }
  .home-hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .home-hero-grid { border: 0; }
  .home-hero-panel { min-height: 500px; border-top: 1px solid var(--line-dark); border-left: 0; }
  .home-hero-rail { grid-template-columns: repeat(3,1fr); }
  .home-hero-rail span:nth-child(3n) { border-right: 0; }
  .home-hero-rail span:nth-child(-n+3) { border-bottom: 1px solid var(--line-dark); }
  .page-hero-grid { gap: 45px; align-items: start; padding-block: 66px; }
  .page-hero-copy { max-width: 700px; }
  .mission-grid, .editorial-grid, .infra-home-grid, .partner-home-grid, .custom-strip-grid, .legal-grid, .contact-location-grid, .site-cta-grid { grid-template-columns: 1fr; gap: 55px; }
  .service-page #prezentare .editorial-copy { padding-top: 0; }
  .infra-home-list article { grid-template-columns: 62px 145px 1fr; }
  .directory-row { grid-template-columns: 42px 1fr 120px 20px; }
  .directory-row p { grid-column: 2; grid-row: 2; padding-bottom: 22px; }
  .directory-row strong { grid-column: 3; grid-row: 1 / span 2; }
  .directory-row i { grid-column: 4; grid-row: 1 / span 2; }
  .plan-grid { grid-template-columns: repeat(2,1fr); }
  .backup-offer { grid-template-columns: 1.3fr .7fr; }
  .backup-offer-action { grid-column: 1 / -1; margin-top: 30px; padding-top: 30px !important; padding-right: 0; padding-left: 0 !important; border-top: 1px solid var(--line); border-left: 0 !important; }
  .colocation-equipment-row { grid-template-columns: minmax(0,1fr) 120px; }
  .equipment-remove { grid-column: 1 / -1; min-height: 40px; }
  .plan-count-1 { grid-template-columns: minmax(300px, 520px); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .priority-service { grid-template-columns: 80px minmax(0,1fr); }
  .priority-service-action { grid-column: 2; padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .priority-service-action a { max-width: 300px; }
  .catalog-card { min-height: 390px; }
  .timeline-grid { grid-template-columns: repeat(2,1fr); }
  .partner-type-list article { grid-template-columns: 35px 165px 1fr; }
  .commission-grid, .process-grid { grid-template-columns: 1fr; }
  .commission-grid article, .process-grid article { min-height: 230px; }
  .commission-grid strong { margin: 32px 0; }
  .process-grid h3 { margin-top: 36px; }
  .custom-service-list > article { grid-template-columns: 150px 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --utility-h: 32px; --header-h: 68px; }
  .container { width: min(var(--container), calc(100% - 30px)); }
  .utility-links a:not(:first-child) { display: none; }
  .utility-status { font-size: 8px; }
  .utility-links { font-size: 8px; }
  .brand img { width: 148px; height: auto; }
  .nav-toggle { width: 44px; height: 44px; }
  .home-hero-copy { padding: 52px 22px 60px; }
  .home-hero h1, .page-hero h1 { font-size: clamp(42px,13vw,58px); }
  .home-hero-copy > p, .page-hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .home-hero-panel { min-height: 470px; padding: 20px; }
  .panel-statement { padding: 32px 6px; }
  .panel-statement strong { font-size: 36px; }
  .panel-metrics div { min-height: 104px; padding: 13px; }
  .panel-metrics strong { font-size: 24px; }
  .home-hero-rail { grid-template-columns: repeat(2,1fr); }
  .home-hero-rail span { padding: 14px 8px; }
  .home-hero-rail span:nth-child(3n) { border-right: 1px solid var(--line-dark); }
  .home-hero-rail span:nth-child(2n) { border-right: 0; }
  .home-hero-rail span:nth-child(-n+4) { border-bottom: 1px solid var(--line-dark); }
  .content-section { padding: 78px 0; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2, .section-header-row h2, .catalog-heading h2 { font-size: clamp(35px,10.5vw,47px); }
  .section-header-row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .home-offers, .plan-grid, .plan-count-2, .plan-count-4, .feature-grid, .commission-rail, .catalog-grid, .timeline-grid, .contact-cards { grid-template-columns: 1fr; }
  .priority-service { grid-template-columns: 1fr; gap: 25px; }
  .priority-service-index { flex-direction: row; align-items: baseline; }
  .support-service-grid { grid-template-columns: 1fr; }
  .priority-service-action { grid-column: auto; }
  .priority-service-action a { max-width: none; }
  .colocation-quote { padding: 22px 18px; }
  .backup-offer { grid-template-columns: 1fr; padding-block: 0; }
  .backup-offer > div { padding: 28px 0; }
  .backup-offer > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .backup-offer-action { grid-column: auto; margin-top: 0; }
  .backup-offer-included ul { grid-template-columns: 1fr; }
  .colocation-quote-controls { grid-template-columns: 1fr; }
  .colocation-equipment-row { grid-template-columns: 1fr; }
  .colocation-equipment-actions { align-items: flex-start; flex-direction: column; }
  .colocation-quote-submit { align-items: stretch; flex-direction: column; }
  .colocation-quote-submit .button { width: 100%; justify-content: space-between; }
  .home-offer { min-height: 410px; }
  .directory-row { min-height: 0; grid-template-columns: 32px 1fr 18px; gap: 12px; padding: 24px 0; }
  .directory-row:hover, .directory-row:focus-visible { padding-inline: 12px; }
  .directory-row h3 { font-size: 23px; }
  .directory-row p { grid-column: 2 / -1; grid-row: 2; padding: 0; font-size: 13px; }
  .directory-row strong { grid-column: 2; grid-row: 3; margin-top: 5px; }
  .directory-row i { grid-column: 3; grid-row: 1; }
  .infra-home-copy h2, .partner-home h2, .custom-strip-grid h2, .legal-grid h2, .site-cta h2, .contact-location h2 { font-size: clamp(40px,12vw,54px); }
  .infra-home-list article { grid-template-columns: 48px 1fr; gap: 12px; }
  .infra-home-list p { grid-column: 2; }
  .partner-home { padding: 78px 0; }
  .commission-rail span { min-height: 72px; }
  .page-hero-grid { min-height: 520px; padding-block: 52px 60px; }
  .breadcrumbs { margin-bottom: 38px; }
  .section-nav .container { width: 100%; padding-inline: 15px; gap: 22px; }
  .service-notice { grid-template-columns: 1fr; gap: 9px; margin-top: -28px; padding: 20px; }
  .plan-count-1 { display: block; border-top: 0; }
  .plan-card { min-height: 420px; }
  .swipe-hint { display: block; }
  .feature-item { min-height: 225px; }
  .feature-item h3 { margin-top: 38px; }
  .catalog-heading { grid-template-columns: 1fr; gap: 16px; }
  .catalog-heading p { grid-column: 1; }
  .catalog-card { min-height: 410px; }
  .timeline-grid article { min-height: 185px; }
  .legal-details dl > div, .location-data dl > div { grid-template-columns: 1fr; gap: 5px; }
  .partner-type-list article { grid-template-columns: 30px 1fr; gap: 12px; }
  .partner-type-list p { grid-column: 2; }
  .custom-service-list > article { grid-template-columns: 1fr; gap: 24px; padding: 46px 0; }
  .custom-service-list ul { grid-template-columns: 1fr; }
  .contact-card { min-height: 275px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-of-type { grid-column: 1 / -1; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 8px; padding: 22px 0; }
  .footer-compliance { align-items: flex-start; flex-direction: column; gap: 8px; padding: 22px 0; }
  .footer-compliance span { display: none; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,
  .footer-column:last-of-type { grid-column: auto; }
}

.footer-link-button { padding: 0; color: rgba(255,255,255,.66); background: transparent; border: 0; cursor: pointer; font-size: 13px; text-align: left; transition: color var(--ease); }
.footer-link-button:hover,
.footer-link-button:focus-visible { color: var(--white); }

.cookie-consent { position: fixed; z-index: 3000; right: 24px; bottom: 24px; left: 24px; }
.cookie-consent-inner { width: min(1120px, 100%); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px 46px; margin-inline: auto; padding: 26px 28px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--brand); box-shadow: 0 22px 70px rgba(3,30,11,.2); }
.cookie-consent-copy > span { display: block; margin-bottom: 4px; color: var(--brand); font: 700 9px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.cookie-consent-copy h2 { margin-bottom: 7px; font-size: 23px; font-weight: 620; letter-spacing: -.025em; }
.cookie-consent-copy p { max-width: 700px; margin-bottom: 7px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.cookie-consent-copy a { color: var(--brand); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.cookie-consent-actions { display: grid; grid-template-columns: repeat(2,minmax(140px,1fr)); gap: 8px; align-content: center; }
.cookie-button { min-height: 43px; padding: 9px 14px; color: var(--brand); background: var(--white); border: 1px solid rgba(1,90,6,.38); cursor: pointer; font-size: 12px; font-weight: 700; transition: color var(--ease), background var(--ease), border-color var(--ease); }
.cookie-button:hover,
.cookie-button:focus-visible { color: var(--white); background: var(--brand); border-color: var(--brand); }
.cookie-button-primary { color: var(--white); background: var(--brand); border-color: var(--brand); }
.cookie-button-primary:hover,
.cookie-button-primary:focus-visible { color: var(--brand); background: var(--white); }
.cookie-button-text { grid-column: 1 / -1; min-height: 32px; padding: 4px 8px; border: 0; text-decoration: underline; text-underline-offset: 3px; }
.cookie-button-text:hover,
.cookie-button-text:focus-visible { color: var(--brand); background: var(--paper); }
.cookie-button-wide { grid-column: 1 / -1; }
.cookie-settings { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 0; padding-top: 18px; border-top: 1px solid var(--line); }
.cookie-option { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; background: var(--paper); border-right: 1px solid var(--line); cursor: pointer; }
.cookie-option:first-child { border-left: 1px solid var(--line); }
.cookie-option strong,
.cookie-option span { display: block; }
.cookie-option strong { margin-bottom: 2px; font-size: 13px; }
.cookie-option span { color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.cookie-option input { flex: 0 0 auto; width: 20px; height: 20px; margin: 0; accent-color: var(--brand); }
.cookie-settings > .cookie-button { align-self: stretch; min-width: 170px; }

.legal-content-grid { display: grid; grid-template-columns: minmax(230px,.42fr) minmax(0,1fr); gap: clamp(60px,10vw,140px); align-items: start; }
.legal-summary { position: sticky; top: calc(var(--utility-h) + var(--header-h) + 40px); padding: 26px; background: var(--paper); border-top: 3px solid var(--brand); }
.legal-summary p { margin-bottom: 24px; color: var(--ink-soft); }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: 58px 0 14px; font-size: clamp(26px,3vw,38px); font-weight: 590; letter-spacing: -.035em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--ink-soft); font-size: 16px; line-height: 1.78; }
.cookie-table-wrap { margin: 24px 0 8px; }
.cookie-table { min-width: 980px; }
.cookie-table thead th { background: var(--brand-dark); }
.legal-update { margin-top: 48px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px !important; }

@media (max-width: 920px) {
  .cookie-consent-inner { grid-template-columns: 1fr; gap: 20px; }
  .cookie-consent-actions { grid-template-columns: repeat(3,1fr); }
  .cookie-button-text { grid-column: auto; min-height: 43px; border: 1px solid rgba(1,90,6,.38); text-decoration: none; }
  .cookie-settings { grid-template-columns: 1fr; }
  .cookie-option { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .cookie-settings > .cookie-button { min-height: 48px; margin-top: 10px; }
  .legal-content-grid { grid-template-columns: 1fr; gap: 48px; }
  .legal-summary { position: static; }
}

@media (max-width: 640px) {
  .cookie-consent { right: 0; bottom: 0; left: 0; }
  .cookie-consent-inner { max-height: calc(100dvh - 18px); gap: 17px; padding: 21px 15px calc(17px + env(safe-area-inset-bottom)); overflow-y: auto; border-right: 0; border-bottom: 0; border-left-width: 3px; }
  .cookie-consent-copy h2 { font-size: 21px; }
  .cookie-consent-actions { grid-template-columns: 1fr; }
  .cookie-button-text { grid-column: 1; }
  .cookie-settings { padding-top: 14px; }
}

@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; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Institutional direction — restrained headers, real photography and editorial hierarchy. */
:root {
  --brand-dark: #0b3b19;
  --brand-deep: #082b13;
  --ink: #172119;
  --ink-soft: #526057;
  --paper: #f7f7f3;
  --paper-dark: #eef1eb;
  --line: rgba(23, 33, 25, .15);
  --utility-h: 30px;
  --header-h: 76px;
  --font: "Avenir Next", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
}

body { background: var(--white); }
.utility-bar { background: var(--brand-dark); }
.site-header,
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.98); border-bottom-color: var(--line); box-shadow: none; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(9,39,18,.08); }
.main-nav > a,
.solutions-menu > summary { color: #3f4b43; }
.main-nav > a:hover,
.main-nav > a:focus-visible,
.solutions-menu > summary:hover,
.solutions-menu > summary:focus-visible,
.main-nav > a.is-active,
.solutions-menu.is-active > summary { color: var(--brand); }
.main-nav > a:not(.portal-link)::after,
.solutions-menu > summary::after { background: var(--brand); }
.portal-link { color: var(--white) !important; background: var(--brand); border-color: var(--brand); }
.portal-link:hover,
.portal-link:focus-visible { color: var(--brand) !important; background: transparent; }
.nav-toggle { color: var(--ink); border-color: var(--line); }

.button-primary { color: var(--white); background: var(--brand); border-color: var(--brand); }
.button-primary:hover,
.button-primary:focus-visible { color: var(--brand); background: transparent; }
.button-outline { color: var(--brand); background: transparent; border-color: rgba(1,90,6,.45); }
.button-outline:hover,
.button-outline:focus-visible { color: var(--white); background: var(--brand); border-color: var(--brand); }

.home-hero { color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.home-hero-grid { min-height: 520px; grid-template-columns: minmax(0,1.06fr) minmax(390px,.78fr); gap: clamp(50px,7vw,100px); border: 0; }
.home-hero-copy { padding: clamp(70px,7vw,96px) 0; background: none; }
.home-hero h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(48px,5.3vw,68px); font-weight: 590; letter-spacing: -.047em; line-height: 1.02; }
.home-hero h1 em { color: var(--ink); }
.home-hero-copy > p { max-width: 680px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(17px,1.35vw,19px); line-height: 1.65; }
.home-hero-visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--paper-dark); }
.home-hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(23,33,25,.1); pointer-events: none; }
.home-hero-visual picture { width: 100%; height: 100%; display: block; }
.home-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 34%; }
.home-hero-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 20px; padding: 14px 17px; color: rgba(255,255,255,.86); background: linear-gradient(transparent,rgba(0,0,0,.72)); font: 9px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.home-hero-facts { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(16px,2vw,24px); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-hero-facts > div { min-height: 94px; display: flex; align-items: center; gap: 14px; padding: 20px clamp(15px,2.4vw,30px); border-right: 1px solid var(--line); }
.home-hero-facts strong { color: var(--brand); font-size: 28px; font-weight: 620; letter-spacing: -.04em; }
.home-hero-facts span { color: var(--ink-soft); font-size: 12px; line-height: 1.35; }

.content-section { padding: clamp(78px,7.5vw,112px) 0; }
.section-heading { margin-bottom: 54px; }
.section-heading h2,
.section-header-row h2,
.catalog-heading h2 { font-size: clamp(35px,3.7vw,52px); font-weight: 590; letter-spacing: -.042em; line-height: 1.08; }
.section-header-row { margin-bottom: 50px; }
.lead-copy { font-size: clamp(20px,1.9vw,26px) !important; }

.home-offer { min-height: 425px; }
.home-offer:hover,
.home-offer:focus-visible { color: var(--ink); background: #f1f5ef; }
.home-offer:hover > span,
.home-offer:focus-visible > span,
.home-offer:hover em,
.home-offer:focus-visible em { color: var(--brand); }
.home-offer:hover > strong small,
.home-offer:focus-visible > strong small,
.home-offer:hover ul,
.home-offer:focus-visible ul { color: var(--ink-soft); }
.home-offer:hover li,
.home-offer:focus-visible li { border-color: var(--line); }

.infrastructure-band { padding: clamp(78px,7.5vw,112px) 0; background: var(--brand-dark); }
.infra-home-copy h2 { font-size: clamp(38px,4.2vw,58px); font-weight: 570; line-height: 1.06; }
.partner-home { color: var(--ink); background: #eaf1e8; border-top: 1px solid var(--line); }
.partner-home .kicker-light { color: var(--brand); }
.partner-home h2 { font-size: clamp(40px,4.8vw,66px); font-weight: 590; line-height: 1; }
.partner-home-grid > div:last-child > p { color: var(--ink-soft); }
.partner-home .commission-rail { border-color: var(--line); }
.partner-home .commission-rail span { color: var(--ink-soft); border-color: var(--line); }
.partner-home .commission-rail strong { color: var(--ink); }
.partner-home .button-white { color: var(--white); background: var(--brand); border-color: var(--brand); }
.partner-home .button-white:hover,
.partner-home .button-white:focus-visible { color: var(--brand); background: transparent; }

.page-hero,
.service-hero { overflow: visible; color: var(--ink); background: var(--paper); background-image: none; border-bottom: 1px solid var(--line); }
.page-hero-grid { min-height: 330px; grid-template-columns: minmax(0,1fr) minmax(300px,.52fr); grid-template-rows: auto 1fr; column-gap: clamp(50px,8vw,110px); row-gap: 14px; align-items: start; padding-block: 38px 48px; }
.page-hero h1 { max-width: 760px; margin-bottom: 0; font-size: clamp(42px,4.7vw,62px); font-weight: 590; letter-spacing: -.047em; line-height: 1.03; }
.page-hero-breadcrumbs { grid-column: 1 / -1; align-self: start; margin-bottom: 0; }
.page-hero-title { align-self: start; }
.page-hero-copy { min-height: 210px; display: flex; align-self: start; flex-direction: column; padding-top: 14px; }
.page-hero-copy > p { margin-bottom: 24px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.page-hero-copy > .button { align-self: flex-start; margin-top: auto; }
.page-hero-copy > .hero-actions { margin-top: auto; }
.breadcrumbs { margin-bottom: 30px; color: #788079; }
.page-hero .page-hero-breadcrumbs { margin-bottom: 0; }
.breadcrumbs a { color: var(--brand); }
.page-hero .kicker-light,
.service-hero .kicker-light { color: var(--brand); }
.page-hero .button-white { color: var(--white); background: var(--brand); border-color: var(--brand); }
.page-hero .button-white:hover,
.page-hero .button-white:focus-visible { color: var(--brand); background: transparent; }

.section-nav { top: calc(var(--utility-h) + var(--header-h)); }

.plan-featured { color: var(--ink); background: #e9f1e7; box-shadow: inset 0 3px 0 var(--brand); }
.plan-featured .plan-note,
.plan-featured .plan-price span,
.plan-featured .spec-list { color: var(--ink-soft); }
.plan-featured .plan-price,
.plan-featured .spec-list li { border-color: var(--line); }
.plan-featured .spec-list li::before { background: var(--brand); }
.plan-featured .plan-action { color: var(--brand); }
.plan-badge { background: transparent; }

.catalog-card { min-height: 405px; }
.catalog-card:hover,
.catalog-card:focus-visible,
.contact-card:hover,
.contact-card:focus-visible { color: var(--ink); background: #f1f5ef; }
.catalog-card:hover .catalog-meta,
.catalog-card:focus-visible .catalog-meta,
.catalog-card:hover em,
.catalog-card:focus-visible em,
.contact-card:hover > span,
.contact-card:focus-visible > span,
.contact-card:hover em,
.contact-card:focus-visible em { color: var(--brand); }
.catalog-card:hover p,
.catalog-card:focus-visible p,
.catalog-card:hover ul,
.catalog-card:focus-visible ul,
.contact-card:hover p,
.contact-card:focus-visible p { color: var(--ink-soft); }
.catalog-card:hover li,
.catalog-card:focus-visible li { border-color: var(--line); }
.feature-item h3 { margin-top: 34px; }
.custom-solution-strip,
.legal-company,
.contact-location,
.site-cta { background: var(--brand-dark); }
.custom-strip-grid h2,
.legal-grid h2,
.site-cta h2,
.contact-location h2 { font-size: clamp(38px,4.3vw,58px); }

@media (max-width: 920px) {
  .main-nav { color: var(--white); background: var(--brand-deep); }
  .main-nav > a,
  .solutions-menu > summary { color: rgba(255,255,255,.82); }
  .main-nav > a:hover,
  .main-nav > a:focus-visible,
  .solutions-menu > summary:hover,
  .solutions-menu > summary:focus-visible { color: var(--white); }
  .home-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .home-hero-copy { padding: 64px 0 58px; }
  .home-hero-visual { min-height: 430px; }
  .home-hero-facts { grid-template-columns: repeat(2,1fr); }
  .home-hero-facts > div { border-bottom: 1px solid var(--line); }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-grid { min-height: auto; grid-template-rows: auto; gap: 28px; padding-block: 48px 54px; }
  .page-hero-copy { min-height: auto; padding-top: 0; }
  .page-hero-copy > .button { margin-top: 0; }
  .page-hero-copy > .hero-actions { margin-top: 0; }
}

@media (max-width: 640px) {
  :root { --utility-h: 32px; --header-h: 68px; }
  .home-hero-copy { padding: 48px 0 44px; }
  .home-hero h1,
  .page-hero h1 { font-size: clamp(38px,11vw,46px); line-height: 1.05; }
  .home-hero-copy > p,
  .page-hero-copy > p { font-size: 16px; }
  .home-hero-visual { min-height: 300px; }
  .home-hero-visual img { object-position: 53% 28%; }
  .home-hero-facts > div { min-height: 82px; align-items: flex-start; flex-direction: column; gap: 2px; padding: 15px; }
  .home-hero-facts strong { font-size: 23px; }
  .home-hero-facts span { font-size: 10px; }
  .content-section { padding: 68px 0; }
  .section-heading h2,
  .section-header-row h2,
  .catalog-heading h2 { font-size: clamp(32px,9vw,41px); }
  .page-hero-grid { min-height: auto; padding-block: 40px 46px; }
  .breadcrumbs { margin-bottom: 25px; }
  .partner-home h2,
  .infra-home-copy h2,
  .custom-strip-grid h2,
  .legal-grid h2,
  .site-cta h2,
  .contact-location h2 { font-size: clamp(36px,10vw,46px); }
}

/* Standalone HTTP error pages. Kept independent from the regular PHP layout. */
.system-error-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.system-error-header { flex: 0 0 auto; min-height: 86px; display: flex; align-items: center; background: var(--white); border-bottom: 1px solid var(--line); }
.system-error-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.system-error-brand img { width: 172px; height: 35px; object-fit: contain; }
.system-error-context { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font: 700 9px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.system-error-context i { width: 7px; height: 7px; display: block; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px rgba(1,90,6,.1); }
.system-error-main { flex: 1 0 auto; display: flex; align-items: center; padding: clamp(48px,7vw,96px) 0; }
.system-error-panel { display: grid; grid-template-columns: minmax(280px,.52fr) minmax(0,1fr); background: var(--white); border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(8,43,19,.08); }
.system-error-index { position: relative; min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px,3.8vw,48px); overflow: hidden; color: var(--white); background: var(--brand-dark); }
.system-error-index::before,
.system-error-index::after { content: ""; position: absolute; pointer-events: none; }
.system-error-index::before { inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 36px 36px; }
.system-error-index::after { width: 260px; height: 260px; right: -110px; bottom: -120px; border: 54px solid rgba(97,206,112,.13); border-radius: 50%; }
.system-error-index span,
.system-error-index small { position: relative; z-index: 1; color: rgba(255,255,255,.62); font: 700 9px/1.3 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.system-error-index strong { position: relative; z-index: 1; display: block; margin-block: auto; color: var(--white); font-size: clamp(108px,14vw,190px); font-weight: 570; letter-spacing: -.085em; line-height: .8; }
.system-error-copy { min-height: 500px; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,6vw,82px); }
.system-error-kicker { margin-bottom: 23px; color: var(--brand); font: 750 10px/1.3 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.system-error-copy h1 { max-width: 720px; margin: 0 0 23px; font-size: clamp(40px,4.5vw,62px); font-weight: 590; letter-spacing: -.052em; line-height: 1.02; }
.system-error-lead { max-width: 690px; margin: 0; color: var(--ink-soft); font-size: clamp(16px,1.4vw,19px); line-height: 1.72; }
.system-error-guidance { max-width: 690px; display: grid; grid-template-columns: 128px 1fr; gap: 24px; margin-top: 33px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.system-error-guidance span { padding-top: 3px; color: var(--brand); font: 750 9px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.system-error-guidance p { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.65; }
.system-error-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.system-error-resources { min-height: 72px; display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px,4vw,54px); padding: 0 25px; background: #edf2ea; border: 1px solid var(--line); border-top: 0; }
.system-error-resources > span { margin-right: auto; color: var(--ink-soft); font: 700 9px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.system-error-resources a { color: var(--brand); font-size: 12px; font-weight: 700; }
.system-error-resources a:hover,
.system-error-resources a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.system-error-footer { flex: 0 0 auto; padding: 21px 0; color: rgba(255,255,255,.58); background: #07150c; font: 650 9px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.system-error-footer .container { display: flex; justify-content: space-between; gap: 25px; }

@media (max-width: 820px) {
  .system-error-panel { grid-template-columns: 1fr; }
  .system-error-index { min-height: 190px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 20px; }
  .system-error-index strong { grid-column: 1 / -1; margin: 5px 0 0; font-size: clamp(84px,24vw,132px); }
  .system-error-index small { position: absolute; right: 28px; bottom: 28px; }
  .system-error-copy { min-height: auto; }
}

@media (max-width: 560px) {
  .system-error-header,
  .system-error-header-inner { min-height: 72px; }
  .system-error-header-inner { width: min(var(--container),calc(100% - 38px)); }
  .system-error-context { display: none; }
  .system-error-main { padding: 24px 0 40px; }
  .system-error-main > .container { width: min(var(--container),calc(100% - 30px)); }
  .system-error-index { min-height: 160px; padding: 24px; }
  .system-error-index strong { font-size: 82px; }
  .system-error-index small { right: 22px; bottom: 22px; }
  .system-error-copy { padding: 34px 25px 38px; }
  .system-error-copy h1 { font-size: clamp(34px,10vw,44px); }
  .system-error-guidance { grid-template-columns: 1fr; gap: 8px; }
  .system-error-actions { display: grid; }
  .system-error-resources { align-items: flex-start; flex-direction: column; gap: 11px; padding: 23px 25px; }
  .system-error-resources > span { margin: 0 0 5px; }
  .system-error-footer .container { align-items: flex-start; flex-direction: column; gap: 5px; }
}

/* Institutional architecture: capabilities and operating model. */

.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { min-height: 350px; display: flex; flex-direction: column; padding: clamp(24px,2.5vw,34px); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-card > span { color: var(--brand); font: 700 9px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.capability-card h3 { min-height: 68px; margin: 52px 0 18px; font-size: clamp(23px,2vw,29px); font-weight: 590; letter-spacing: -.035em; line-height: 1.15; }
.capability-card p { flex: 1 1 auto; color: var(--ink-soft); font-size: 14px; }
.capability-card > div { min-height: 48px; display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 7px; margin-top: 0; }
.capability-card a { color: var(--brand); font-size: 12px; font-weight: 720; text-underline-offset: 4px; }
.capability-card a:hover,
.capability-card a:focus-visible { text-decoration: underline; }
.service-index-link { margin-top: 34px; }
.section-header-solo { grid-template-columns: 1fr; }
.section-header-solo > div { max-width: 960px; }

.operational-home { padding: clamp(72px,7vw,104px) 0; color: var(--white); background: var(--brand-dark); }
.operational-home-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1fr); gap: clamp(60px,9vw,130px); align-items: start; }
.operational-home h2 { max-width: 570px; margin: 0; font-size: clamp(38px,4vw,56px); font-weight: 570; letter-spacing: -.045em; line-height: 1.06; }
.operational-home-links { border-top: 1px solid var(--line-dark); }
.operational-home-links a { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line-dark); }
.operational-home-links strong { font-size: 16px; font-weight: 590; }
.operational-home-links span { color: rgba(255,255,255,.52); font: 10px var(--mono); text-transform: uppercase; }
.operational-home-links a:hover strong,
.operational-home-links a:focus-visible strong { color: var(--brand-light); }

@media (max-width: 1120px) {
  .capability-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 920px) {
  .operational-home-grid { grid-template-columns: 1fr; }
  .operational-home-grid { align-items: start; }
}

@media (max-width: 640px) {
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 310px; }
  .capability-card h3 { min-height: 0; }
  .capability-card p { flex: 0 1 auto; }
  .capability-card > div { min-height: 0; margin-top: auto; }
  .operational-home-links a { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .partner-home h2 { font-size: clamp(34px,9vw,43px); }
}

.home-hero-facts > div { justify-content: center; text-align: center; }
.partner-home-grid > div:last-child { padding-top: 34px; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 26px; }
.legal-actions .text-link-light { margin: 0; }

.identity-header { padding: 48px 0 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.identity-breadcrumbs { margin-bottom: 48px; color: #788079; }
.identity-breadcrumbs a { color: var(--brand); }
.identity-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.62fr); gap: clamp(50px,8vw,112px); align-items: end; margin-bottom: 54px; }
.identity-heading h1 { max-width: 780px; margin: 0; font-size: clamp(46px,5vw,70px); font-weight: 590; letter-spacing: -.05em; line-height: 1.02; }
.identity-heading > p { margin: 0 0 5px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.identity-facts { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); }
.identity-facts > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 20px clamp(18px,2.5vw,30px); border-right: 1px solid var(--line); }
.identity-facts dt { color: var(--ink-soft); font: 700 9px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.identity-facts dd { margin: 0; font-size: 14px; font-weight: 680; overflow-wrap: anywhere; }
.identity-document { background: var(--white); }
.identity-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: clamp(60px,9vw,130px); align-items: start; }
.identity-toc { position: sticky; top: calc(var(--utility-h) + var(--header-h) + 42px); display: flex; flex-direction: column; align-items: flex-start; gap: 11px; padding-top: 5px; }
.identity-toc > span { margin-bottom: 11px; color: var(--ink-soft); font: 700 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.identity-toc a { color: var(--brand); font-size: 12px; font-weight: 680; }
.identity-toc a:hover,
.identity-toc a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.identity-body { min-width: 0; }
.identity-block { padding: 0 0 64px; margin-bottom: 64px; border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--utility-h) + var(--header-h) + 38px); }
.identity-block:last-child { margin-bottom: 0; }
.identity-index { display: block; margin-bottom: 24px; color: var(--brand); font: 700 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.identity-block h2 { max-width: 820px; margin-bottom: 24px; font-size: clamp(32px,3.2vw,46px); font-weight: 590; letter-spacing: -.04em; line-height: 1.08; }
.identity-block > p,
.identity-block address { max-width: 850px; margin-bottom: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.primary-activity { display: grid; grid-template-columns: 120px 1fr; gap: 26px; padding: 22px 0; border-top: 1px solid var(--line); }
.primary-activity:last-child { border-bottom: 1px solid var(--line); }
.primary-activity strong { color: var(--brand); font: 700 11px var(--mono); }
.primary-activity p { margin: 0; color: var(--ink-soft); }
.activity-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.activity-list li { min-height: 92px; display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: start; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.activity-list strong { padding-top: 2px; color: var(--brand); font: 700 10px var(--mono); }
.activity-list span { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.identity-block .import-export { max-width: none; padding: 18px 20px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-top: 0; font-size: 13px; }
.certificate-list { margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.certificate-list li { display: grid; grid-template-columns: minmax(190px,.6fr) minmax(0,1fr); gap: 34px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.certificate-list strong { font-size: 14px; }
.certificate-list span { color: var(--ink-soft); font-size: 14px; }

@media (max-width: 920px) {
  .partner-home-grid > div:last-child { padding-top: 0; }
  .identity-heading,
  .identity-layout { grid-template-columns: 1fr; }
  .identity-heading { gap: 26px; }
  .identity-facts { grid-template-columns: repeat(2,1fr); }
  .identity-layout { gap: 48px; }
  .identity-toc { position: static; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px 18px; padding: 20px; background: var(--paper); border: 1px solid var(--line); }
  .identity-toc > span { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .home-hero-facts > div { align-items: center; }
  .identity-header { padding-top: 34px; }
  .identity-breadcrumbs { margin-bottom: 34px; }
  .identity-heading { margin-bottom: 40px; }
  .identity-heading h1 { font-size: clamp(38px,11vw,48px); }
  .identity-facts { grid-template-columns: 1fr; }
  .identity-facts > div { min-height: 86px; }
  .identity-toc { grid-template-columns: 1fr; }
  .identity-toc > span { grid-column: 1; }
  .identity-block { padding-bottom: 48px; margin-bottom: 48px; }
  .primary-activity,
  .certificate-list li { grid-template-columns: 1fr; gap: 9px; }
  .activity-list { grid-template-columns: 1fr; }
}
