:root {
  --navy: #071b32;
  --navy-2: #0c2d50;
  --blue: #2d83ef;
  --blue-2: #66b4ff;
  --green: #00b98a;
  --ink: #10213a;
  --muted: #64748b;
  --line: #dfe6ee;
  --paper: #f4f7fb;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 18, 34, .14);
  --font-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  --font-latin: "Manrope", "Avenir Next", system-ui, sans-serif;
  --font-english: "Inter", "Segoe UI", system-ui, sans-serif;
}

/* ICDA Corporate Web Design Demo v1.3.1 — visible website experience entry. */
.service-detail-email { display: inline-flex; align-items: center; min-height: 46px; padding: 0 9px; color: #b9d5ec; font-size: 13px; font-weight: 750; text-decoration: none; }
.service-detail-email:hover { color: #fff; }
.web-design-entry { position: relative; overflow: hidden; color: #11243c; background: linear-gradient(180deg,#eef5fb 0%,#f8fafc 100%); }
.web-design-entry::before { content: ""; position: absolute; top: -220px; right: -180px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle,rgba(31,139,232,.15),transparent 68%); pointer-events: none; }
.web-design-entry-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 42px; }
.web-design-entry-heading h2 { max-width: 800px; margin: 18px 0 0; font-size: clamp(38px,4.7vw,60px); line-height: 1.14; letter-spacing: -.045em; }
html[lang="en"] .web-design-entry-heading h2 { font-family: var(--font-latin); font-weight: 760; letter-spacing: -.038em; }
.web-design-entry-heading > p { margin: 0; color: #60758b; font-size: 16px; line-height: 1.85; }
.web-design-entry-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.web-design-entry-card { min-height: 292px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #d7e3ee; border-radius: 21px; color: #11243c; background: rgba(255,255,255,.92); box-shadow: 0 18px 46px rgba(8,35,62,.08); text-decoration: none; transition: transform .24s,border-color .24s,box-shadow .24s; }
.web-design-entry-card:hover { transform: translateY(-6px); border-color: #9fc6e8; box-shadow: 0 25px 58px rgba(8,35,62,.14); }
.web-design-entry-card > span { color: #2785d6; font: 800 9px var(--font-latin); letter-spacing: .13em; }
.web-design-entry-card h3 { margin: 28px 0 11px; font-size: 24px; line-height: 1.24; letter-spacing: -.025em; }
.web-design-entry-card p { margin: 0; color: #63768a; font-size: 14px; line-height: 1.75; }
.web-design-entry-card b { margin-top: auto; padding-top: 28px; color: #0877df; font-size: 13px; }
.web-design-entry-card.is-featured { color: #fff; border-color: #164875; background: radial-gradient(circle at 85% 12%,rgba(58,166,255,.31),transparent 32%),linear-gradient(145deg,#06182b,#0b3356); box-shadow: 0 24px 60px rgba(5,31,55,.22); }
.web-design-entry-card.is-featured > span,.web-design-entry-card.is-featured b { color: #6cc4ff; }
.web-design-entry-card.is-featured p { color: #b8cddd; }

@media (max-width: 1040px) {
  .web-design-entry-heading { grid-template-columns: 1fr; gap: 22px; }
  .web-design-entry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .service-detail-email { width: 100%; min-height: 34px; padding-left: 2px; }
  .web-design-entry-heading h2 { font-size: 36px; }
  .web-design-entry-heading > p { font-size: 15px; }
  .web-design-entry-grid { grid-template-columns: 1fr; }
  .web-design-entry-card { min-height: 250px; padding: 25px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-sans);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: .012em;
  -webkit-font-smoothing: antialiased;
}
a, button { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { font-family: var(--font-sans); font-weight: 800; text-wrap: balance; }
p { text-wrap: pretty; }
.card-index, .service-icon, .portal-label, .design-kicker, .architecture-label span, .system-flow, .machine-topline, .machine-impact span, .risk-node > span, .risk-controls button span, .footer-bottom { font-family: var(--font-latin), var(--font-sans); }
html[lang="en"] body, html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3 { font-family: var(--font-english), var(--font-sans); letter-spacing: 0; }
html[lang="en"] body { line-height: 1.65; }
html[lang="en"] .container { width: min(1280px, calc(100% - 48px)); }
html[lang="en"] .site-nav { gap: 15px; }
html[lang="en"] .site-nav a { font-size: 12px; }
html[lang="en"] .hero-grid { grid-template-columns: 1.12fr .88fr; gap: 48px; min-height: 680px; }
html[lang="en"] .hero h1 { max-width: 720px; font-size: clamp(39px, 4.1vw, 56px); line-height: 1.1; font-weight: 800; letter-spacing: -.04em; }
html[lang="en"] .hero-lead { max-width: 710px; font-size: 16px; line-height: 1.72; }
html[lang="en"] .hero-visual { height: 500px; }
html[lang="en"] .risk-intro { max-width: 1080px; }
html[lang="en"] .risk-intro h2 { font-size: clamp(39px, 4.4vw, 58px); line-height: 1.1; font-weight: 750; letter-spacing: -.04em; }
html[lang="en"] .risk-intro > p:last-child { max-width: 900px; font-size: 16px; line-height: 1.7; }
html[lang="en"] .risk-scene h3 { font-size: clamp(29px, 2.8vw, 38px); line-height: 1.18; font-weight: 750; letter-spacing: -.03em; }
html[lang="en"] .section-heading h2,
html[lang="en"] .design-heading h2,
html[lang="en"] .system-copy h2,
html[lang="en"] .ma-copy h2,
html[lang="en"] .operations-heading h2,
html[lang="en"] .center-heading h2 { font-size: clamp(32px, 3.5vw, 47px); line-height: 1.16; font-weight: 750; letter-spacing: -.035em; }
html[lang="en"] .service-card h3,
html[lang="en"] .operation-card h3,
html[lang="en"] .portal-grid h3 { font-weight: 700; letter-spacing: -.015em; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.service-ribbon { height: 35px; color: #c9d7e5; background: #04101f; font-size: 11px; }
.ribbon-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ribbon-inner a { color: #b9cbda; text-decoration: none; }
.ribbon-inner a:hover { color: #fff; }
.ribbon-inner a b { color: #70baff; margin-left: 5px; }
.ribbon-status { display: flex; align-items: center; gap: 8px; font-family: var(--font-latin), var(--font-sans); font-weight: 800; letter-spacing: .08em; }
.ribbon-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0, 185, 138, .12); }
.ribbon-contact { font-weight: 800; }
.site-header {
  height: 72px;
  background: rgba(250, 250, 252, .86);
  border-bottom: 1px solid rgba(223, 230, 238, .9);
  backdrop-filter: saturate(180%) blur(20px);
  position: sticky;
  top: 0;
  z-index: 40;
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 126px; max-height: 49px; object-fit: contain; object-position: left center; }
.brand-meta { display: grid; margin-left: 13px; padding-left: 13px; border-left: 1px solid #d5dce4; line-height: 1.12; }
.brand-meta b { font-family: var(--font-latin); font-size: 12px; letter-spacing: .08em; }
.brand-meta small { margin-top: 3px; color: #718096; font-family: var(--font-latin); font-size: 8px; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 21px; }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .025em; transition: .2s; }
.site-nav a:hover { color: var(--blue); }
.site-nav .language-switch { min-width: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 6px 10px; border: 1px solid #cbd5df; border-radius: 999px; color: #41546a; font-family: var(--font-latin); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: center; }
.language-globe { display: inline-grid; place-items: center; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif; font-size: 15px; line-height: 1; letter-spacing: 0; }
.site-nav .language-switch:hover { color: #0877df; border-color: #87baf0; background: #edf6ff; }
.site-nav .nav-login { color: #fff; background: #0877df; padding: 9px 16px; border-radius: 999px; box-shadow: 0 7px 20px rgba(8, 119, 223, .2); }
.site-nav .nav-login:hover { color: #fff; background: #0067c7; transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px; }
.menu-toggle b { position: absolute; clip: rect(0, 0, 0, 0); }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 24%, rgba(45, 131, 239, .24), transparent 32%),
    linear-gradient(130deg, #061426 0%, #0a213a 58%, #07182c 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 180, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 180, 255, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, transparent 5%, #000 70%);
}
.hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  align-items: center;
  gap: 58px;
  position: relative;
  z-index: 1;
}
.hero-scroll-cue { position: absolute; left: 0; bottom: 20px; display: flex; align-items: center; gap: 10px; color: #7990a6; font-family: var(--font-latin); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-decoration: none; }
.hero-scroll-cue span { width: 35px; height: 1px; overflow: hidden; background: rgba(121, 144, 166, .35); }
.hero-scroll-cue span::after { content: ""; display: block; width: 16px; height: 1px; background: #66b4ff; animation: scroll-line 2.2s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: translateX(-18px); } 50%, 100% { transform: translateX(38px); } }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-family: var(--font-latin), var(--font-sans); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; background: var(--green); vertical-align: middle; margin-right: 8px; }
.eyebrow.light, .hero .eyebrow { color: #9dd6ff; }
.hero h1 {
  font-size: clamp(44px, 5.25vw, 68px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -.045em;
  margin: 0 0 25px;
  max-width: 760px;
}
.hero h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(92deg, #66b4ff 0%, #8bd8ff 52%, #51dab0 100%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 700px; color: #c0d0df; font-size: 18px; font-weight: 450; line-height: 1.85; margin: 0; }
.hero-actions { display: flex; gap: 13px; margin: 34px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 10px; text-decoration: none; font-weight: 750; letter-spacing: .025em; transition: .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(45, 131, 239, .28); }
.button.primary:hover { background: #176bd1; }
.button.secondary { border: 1px solid rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .07); color: #fff; }
.button.secondary:hover { border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .12); }
.trust-list { list-style: none; padding: 0; margin: 43px 0 0; display: flex; gap: 24px; flex-wrap: wrap; }
.trust-list li { font-size: 13px; font-weight: 750; color: #aebfd0; }
.trust-list span { display: block; color: var(--blue-2); font-size: 11px; letter-spacing: .12em; }

.hero-visual {
  position: relative;
  margin: 0;
  height: 545px;
  border: 1px solid rgba(126, 193, 255, .24);
  border-radius: 26px;
  overflow: hidden;
  background: #04101f;
  box-shadow: 0 42px 95px rgba(0, 0, 0, .42);
}
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3, 13, 25, .45), transparent 48%), linear-gradient(0deg, rgba(3, 13, 25, .68), transparent 38%); pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; inset: 14px; z-index: 2; border: 1px solid rgba(255, 255, 255, .12); border-radius: 17px; pointer-events: none; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-visual figcaption { position: absolute; z-index: 3; left: 38px; right: 38px; bottom: 34px; display: grid; }
.hero-visual figcaption span { color: #65bdff; font-family: var(--font-latin); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.hero-visual figcaption b { margin-top: 5px; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: .055em; }
.hero-visual figcaption small { color: #9db2c5; }

.risk-story { position: relative; overflow: hidden; background: #f5f5f7; }
.risk-story::before { content: ""; position: absolute; width: 580px; height: 580px; left: 50%; top: -390px; transform: translateX(-50%); border-radius: 50%; background: rgba(45, 131, 239, .12); filter: blur(90px); }
.risk-intro { position: relative; max-width: 930px; margin: 0 auto 58px; text-align: center; }
.risk-intro .eyebrow { display: flex; justify-content: center; align-items: center; }
.risk-intro h2 { margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.13; font-weight: 900; letter-spacing: -.05em; }
.risk-intro h2 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #667085, #9aa3b2); -webkit-background-clip: text; background-clip: text; }
.risk-intro > p:last-child { max-width: 760px; margin: 25px auto 0; color: #697386; font-size: 18px; }
.risk-stage { display: grid; grid-template-columns: .94fr 1.06fr; overflow: hidden; min-height: 610px; border: 1px solid #e1e4e8; border-radius: 34px; background: #fff; box-shadow: 0 38px 100px rgba(15, 23, 42, .12); }
.risk-copy-panel { min-width: 0; display: flex; flex-direction: column; padding: 55px 52px 39px; }
.risk-scenes { position: relative; min-height: 365px; }
.risk-scene { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease, visibility .55s; }
.risk-scene.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.risk-scene > span { color: #0877df; font-family: var(--font-latin); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.risk-scene h3 { margin: 12px 0 17px; font-size: clamp(31px, 3.4vw, 44px); line-height: 1.24; font-weight: 850; letter-spacing: -.035em; }
.risk-scene p { margin: 0; color: #687386; font-size: 16px; }
.risk-scene-solution > span { color: #00a77c; }
.risk-scene-solution h3 { color: #0877df; }
.risk-scene-solution a { display: inline-flex; margin-top: 22px; color: #0877df; font-weight: 850; text-decoration: none; }
.risk-controls { display: grid; grid-template-columns: repeat(8, 1fr); gap: 5px; margin-top: auto; }
.risk-controls button { appearance: none; min-width: 0; padding: 11px 5px 8px; border: 0; border-top: 2px solid #dce1e7; color: #8a94a3; background: transparent; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; transition: .2s; }
.risk-controls button span { display: block; margin-bottom: 2px; font-size: 9px; }
.risk-controls button:hover, .risk-controls button.is-active { color: #0877df; border-top-color: #0877df; }
.risk-machine { position: relative; min-height: 610px; overflow: hidden; background: radial-gradient(circle at 50% 46%, #113b61 0%, #071a2f 42%, #040e1b 78%); border-left: 1px solid #e1e4e8; }
.risk-machine::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(99, 178, 247, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 178, 247, .1) 1px, transparent 1px); background-size: 45px 45px; mask-image: radial-gradient(circle, #000 20%, transparent 76%); }
.machine-topline { position: absolute; z-index: 5; left: 28px; right: 28px; top: 24px; display: flex; align-items: center; justify-content: space-between; color: #91a8bc; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.machine-topline span { display: flex; align-items: center; gap: 8px; }
.machine-topline i { width: 6px; height: 6px; border-radius: 50%; background: #45aaf5; box-shadow: 0 0 0 5px rgba(69, 170, 245, .12); animation: status-pulse 1.8s ease-in-out infinite; }
.machine-topline b { color: #72bcff; }
@keyframes status-pulse { 50% { opacity: .45; transform: scale(.82); } }
.machine-core { position: absolute; left: 50%; top: 48%; width: 245px; height: 245px; transform: translate(-50%, -50%); transition: transform .55s ease; }
.core-ring { position: absolute; inset: 0; border: 1px solid rgba(88, 171, 245, .29); border-radius: 50%; }
.core-ring::before, .core-ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #4aa8f5; box-shadow: 0 0 18px #4aa8f5; }
.core-ring::before { left: 22px; top: 38px; }
.core-ring::after { right: 10px; bottom: 67px; }
.ring-a { animation: core-spin 15s linear infinite; }
.ring-b { inset: 28px; border-style: dashed; animation: core-spin 11s linear infinite reverse; }
@keyframes core-spin { to { transform: rotate(360deg); } }
.core-center { position: absolute; inset: 67px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(126, 196, 255, .32); border-radius: 50%; color: #fff; background: linear-gradient(145deg, #143f65, #071a2f); box-shadow: 0 0 55px rgba(45, 131, 239, .22); }
.core-center span { font-size: 21px; font-weight: 900; letter-spacing: .08em; }
.core-center small { color: #69b7f5; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.risk-node { position: absolute; z-index: 3; width: 142px; padding: 13px 15px; border: 1px solid rgba(112, 178, 236, .2); border-radius: 12px; color: #fff; background: rgba(7, 25, 44, .88); box-shadow: 0 15px 35px rgba(0, 0, 0, .25); transition: opacity .4s, border-color .45s, background .45s, transform .45s, box-shadow .45s; }
.risk-node > span { display: block; overflow-wrap: anywhere; color: #6caedc; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.risk-node b, .risk-node small { display: block; }
.risk-node b { margin-top: 3px; font-size: 14px; }
.risk-node small { color: #8297aa; font-size: 10px; }
.node-account { left: 34px; top: 105px; }
.node-backup { right: 28px; top: 120px; }
.node-network { left: 28px; bottom: 118px; }
.node-security { right: 34px; bottom: 105px; }
.risk-node.is-foundation { border-color: rgba(75, 174, 255, .68); background: rgba(9, 52, 88, .9); box-shadow: 0 0 0 4px rgba(69, 170, 245, .08), 0 18px 40px rgba(0, 0, 0, .3); }
.risk-node.is-foundation > span, .risk-node.is-foundation small { color: #76c1ff; }
.risk-node.is-managed { border-color: rgba(40, 205, 155, .5); background: rgba(4, 59, 51, .82); box-shadow: 0 0 0 4px rgba(40, 205, 155, .07), 0 18px 40px rgba(0, 0, 0, .28); }
.risk-node.is-managed > span, .risk-node.is-managed small { color: #62ddb6; }
.risk-node.is-content-updated { animation: risk-card-update .48s ease both; }
@keyframes risk-card-update { from { opacity: .25; transform: translateY(7px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.risk-stage:is([data-step="4"], [data-step="5"], [data-step="6"], [data-step="7"]) .machine-topline i { background: #27cc9a; box-shadow: 0 0 0 5px rgba(39, 204, 154, .12); }
.risk-stage:is([data-step="4"], [data-step="5"], [data-step="6"], [data-step="7"]) .machine-topline b { color: #62ddb6; }
.risk-stage:is([data-step="4"], [data-step="5"], [data-step="6"], [data-step="7"]) .core-ring { border-color: rgba(45, 215, 162, .4); }
.risk-stage:is([data-step="4"], [data-step="5"], [data-step="6"], [data-step="7"]) .core-ring::before,
.risk-stage:is([data-step="4"], [data-step="5"], [data-step="6"], [data-step="7"]) .core-ring::after { background: #31d5a2; box-shadow: 0 0 18px #31d5a2; }
.risk-stage:is([data-step="4"], [data-step="5"], [data-step="6"], [data-step="7"]) .core-center { border-color: rgba(64, 222, 175, .42); background: linear-gradient(145deg, #0f5b4b, #082d2a); box-shadow: 0 0 60px rgba(39, 204, 154, .18); }
.machine-impact { position: absolute; z-index: 5; left: 28px; right: 28px; bottom: 25px; padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, .11); }
.machine-impact span { color: #6e879d; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.machine-impact b { display: block; margin: 3px 0 8px; color: #d7e3ed; font-size: 12px; }
.machine-impact > i { display: block; overflow: hidden; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .09); }
.machine-impact em { display: block; width: 24%; height: 100%; background: #45aaf5; transition: width .55s ease, background .55s; }
.risk-stage[data-step="1"] .machine-impact em { width: 43%; }
.risk-stage[data-step="2"] .machine-impact em { width: 64%; }
.risk-stage[data-step="3"] .machine-impact em { width: 88%; }
.risk-stage[data-step="4"] .machine-impact em { width: 100%; background: #27cc9a; }
.risk-stage[data-step="5"] .machine-impact em { width: 72%; background: #27cc9a; }
.risk-stage[data-step="6"] .machine-impact em { width: 86%; background: #27cc9a; }
.risk-stage[data-step="7"] .machine-impact em { width: 100%; background: #27cc9a; }

.global-philosophy { position: relative; overflow: hidden; color: #f4f8ff; background:
  radial-gradient(circle at 78% 42%, rgba(21, 99, 170, .2), transparent 34%),
  radial-gradient(circle at 18% 22%, rgba(16, 191, 151, .08), transparent 28%),
  linear-gradient(145deg, #020811 0%, #061526 48%, #030a13 100%); }
.site-nav a.is-current { color: var(--blue); }
.philosophy-page-main { padding: 82px 0 108px; }
.philosophy-page-heading { position: relative; z-index: 2; padding-bottom: 76px; border-bottom: 1px solid rgba(129,190,241,.2); }
.philosophy-back { display: inline-flex; align-items: center; gap: 8px; color: #7fb9e9; font-size: 13px; font-weight: 800; text-decoration: none; transition: color .2s, transform .2s; }
.philosophy-back:hover { color: #fff; transform: translateX(-3px); }
.philosophy-page-heading .eyebrow { margin-top: 45px; color: #66b6fb; }
.philosophy-page-heading h1 { max-width: 1120px; margin: 23px 0 25px; color: #fff; font-size: clamp(48px, 6vw, 86px); line-height: 1.08; letter-spacing: -.055em; }
.philosophy-page-heading > p { max-width: 850px; margin: 0; color: #a6b7c8; font-size: 18px; line-height: 1.9; }
html[lang="en"] .philosophy-page-heading h1 { max-width: 1040px; font-family: var(--font-latin); font-size: clamp(44px, 4.6vw, 68px); font-weight: 700; line-height: 1.1; letter-spacing: -.042em; }
html[lang="en"] .philosophy-page-heading > p { max-width: 820px; font-size: 17px; line-height: 1.75; }
.philosophy-page-heading h1 em { color: #72c4ff; font-style: normal; }
.philosophy-page-grid { padding-top: 92px; }
.philosophy-framework { background: #f4f7fa; }
.philosophy-method { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 55px 0 0; padding: 0; list-style: none; counter-reset: philosophy-step; }
.philosophy-method li { position: relative; min-height: 285px; padding: 31px 27px; overflow: hidden; border: 1px solid #d8e2ec; border-radius: 20px; background: #fff; box-shadow: 0 15px 42px rgba(13,42,75,.06); counter-increment: philosophy-step; }
.philosophy-method li::after { content: "0" counter(philosophy-step); position: absolute; right: 18px; bottom: 8px; color: rgba(14,109,219,.07); font: 800 64px/1 var(--font-latin); }
.philosophy-method span { color: #0e76dd; font: 850 10px/1 var(--font-latin); letter-spacing: .13em; }
.philosophy-method h3 { margin: 33px 0 15px; color: #0a203c; font-size: 24px; }
.philosophy-method p { position: relative; z-index: 1; margin: 0; color: #62748a; font-size: 14px; line-height: 1.85; }
.philosophy-contact { background: #eef4fa; }
.global-philosophy::before { content: ""; position: absolute; inset: 0; opacity: .34; pointer-events: none; background-image:
  radial-gradient(circle, rgba(255,255,255,.82) 0 1px, transparent 1.5px),
  radial-gradient(circle, rgba(112,186,255,.62) 0 1px, transparent 1.4px),
  radial-gradient(circle, rgba(255,255,255,.42) 0 .7px, transparent 1px); background-position: 22px 31px, 91px 127px, 45px 77px; background-size: 137px 137px, 193px 193px, 83px 83px; }
.global-philosophy-stars { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(64,151,231,.08) 50%, transparent); mask-image: linear-gradient(#000, transparent 92%); }
.global-philosophy-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 68px; }
.philosophy-copy .eyebrow { color: #66b6fb; }
.philosophy-copy h2 { margin: 22px 0 25px; max-width: 720px; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.14; letter-spacing: -.045em; }
html[lang="en"] .philosophy-copy h2 { max-width: 680px; font-family: var(--font-latin); font-size: clamp(38px, 3.6vw, 54px); font-weight: 700; line-height: 1.13; letter-spacing: -.038em; }
.philosophy-copy h2 em { color: #71c4ff; font-style: normal; }
.philosophy-copy > p { max-width: 700px; color: #9eb0c4; font-size: 16px; line-height: 1.9; }
.philosophy-copy .philosophy-lead { color: #d5e1ed; font-size: 18px; }
html[lang="en"] .philosophy-copy .philosophy-lead { font-size: 17px; line-height: 1.76; }
.philosophy-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 35px 0; border-top: 1px solid rgba(129,190,241,.22); border-bottom: 1px solid rgba(129,190,241,.22); }
.philosophy-metrics > div { display: flex; align-items: center; gap: 16px; padding: 21px 0; }
.philosophy-metrics > div + div { padding-left: 28px; border-left: 1px solid rgba(129,190,241,.2); }
.philosophy-metrics strong { color: #fff; font-family: var(--font-latin); font-size: 42px; line-height: 1; }
.philosophy-metrics sup { color: #53d6ae; font-size: 18px; }
.philosophy-metrics span { color: #66829d; font-family: var(--font-latin); font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1.6; }
.philosophy-metrics b { color: #c9d7e4; font-family: var(--font-sans); font-size: 12px; letter-spacing: .03em; }
.philosophy-pillars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.philosophy-pillars li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px; border: 1px solid rgba(116,178,230,.16); border-radius: 13px; background: rgba(255,255,255,.035); }
.philosophy-pillars li > span { color: #43cda4; font-family: var(--font-latin); font-size: 9px; font-weight: 850; }
.philosophy-pillars b, .philosophy-pillars small { display: block; }
.philosophy-pillars b { color: #fff; font-size: 15px; }
.philosophy-pillars small { margin-top: 4px; color: #7f93a8; font-size: 12px; line-height: 1.6; }
.globe-stage { position: relative; min-height: 745px; padding: 25px 20px 18px; text-align: center; isolation: isolate; }
.globe-stage-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(125,190,245,.18); text-align: left; }
.globe-stage-heading span { color: #5caeee; font-family: var(--font-latin); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.globe-stage-heading b { color: #9db4c8; font-size: 12px; }
.globe-orbit { position: absolute; z-index: -1; left: 50%; top: 310px; border: 1px solid rgba(81,159,224,.13); border-radius: 50%; transform: translate(-50%,-50%) rotate(-12deg); }
.orbit-one { width: 590px; height: 310px; }
.orbit-two { width: 680px; height: 390px; opacity: .5; transform: translate(-50%,-50%) rotate(17deg); }
.interactive-globe { position: relative; width: min(440px, 76vw); aspect-ratio: 1; margin: 62px auto 0; border-radius: 50%; cursor: grab; touch-action: none; outline: none; filter: drop-shadow(0 35px 55px rgba(0,0,0,.7)); }
.interactive-globe:focus-visible { box-shadow: 0 0 0 3px #72c6ff, 0 0 0 8px rgba(114,198,255,.15); }
.interactive-globe.is-dragging { cursor: grabbing; }
.globe-webgl { position: absolute; inset: 0; border-radius: 50%; }
.globe-webgl > div, .globe-webgl canvas { display: block; border-radius: 50%; }
.globe-loading { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 12px; border: 1px solid rgba(111,195,255,.22); border-radius: 50%; color: #7691aa; background: radial-gradient(circle at 35% 30%, #0b2b48, #020810 70%); font-size: 11px; letter-spacing: .06em; }
.globe-loading span, .world-explorer-loading span { width: 28px; height: 28px; border: 2px solid rgba(92,183,249,.18); border-top-color: #54dcb0; border-radius: 50%; animation: globe-loading-spin .8s linear infinite; }
.interactive-globe.is-webgl-ready .globe-loading { opacity: 0; pointer-events: none; }
.interactive-globe.is-webgl-fallback { background: url('../img/black-marble-2016.jpg') center/cover; }
.globe-3d-label { display: grid; grid-template-columns: 10px 60px minmax(130px, 180px); align-items: center; color: #fff; pointer-events: none; filter: drop-shadow(0 3px 9px rgba(0,0,0,.9)); }
.globe-3d-label > span { width: 10px; height: 10px; border: 2px solid #061523; border-radius: 50%; background: #54dfb2; box-shadow: 0 0 0 5px rgba(84,223,178,.14), 0 0 18px #54dfb2; }
.globe-3d-label > i { height: 1px; background: linear-gradient(90deg, #54dfb2, rgba(84,223,178,.18)); }
.globe-3d-label > div { padding: 8px 10px; border-left: 1px solid rgba(84,223,178,.52); text-align: left; background: linear-gradient(90deg, rgba(3,17,30,.94), rgba(3,17,30,.18)); }
.globe-3d-label b, .globe-3d-label small { display: block; }
.globe-3d-label b { font: 800 10px/1.3 var(--font-latin); letter-spacing: .04em; }
.globe-3d-label small { margin-top: 3px; color: #8fa7bb; font-size: 8px; line-height: 1.4; }
@keyframes globe-loading-spin { to { transform: rotate(360deg); } }
.globe-surface, .globe-shade { position: absolute; inset: 0; border-radius: 50%; }
.globe-surface { overflow: hidden; border: 1px solid rgba(111,195,255,.38); background-color: #02050b; background-image: url('../img/black-marble-2016.jpg'); background-repeat: repeat-x; background-size: 200% 112%; background-position-x: -50%; background-position-y: top; box-shadow: inset -42px -18px 75px rgba(0,0,0,.86), inset 23px 8px 40px rgba(102,184,255,.13), 0 0 70px rgba(28,125,215,.19); }
.globe-surface::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 34% 27%, rgba(91,174,255,.13), transparent 26%), repeating-linear-gradient(90deg, transparent 0 54px, rgba(94,177,238,.045) 55px), repeating-linear-gradient(0deg, transparent 0 54px, rgba(94,177,238,.035) 55px); mix-blend-mode: screen; }
.globe-shade { pointer-events: none; background: radial-gradient(circle at 32% 28%, transparent 0 34%, rgba(0,4,11,.08) 55%, rgba(0,3,8,.78) 88%, #000 100%); box-shadow: inset 0 0 0 1px rgba(142,209,255,.18); }
.globe-pin { position: absolute; z-index: 5; left: 50%; top: 50%; width: 1px; height: 1px; pointer-events: none; transition: left .18s linear, top .18s linear, opacity .25s; }
.globe-pin > span { position: absolute; left: -6px; top: -6px; width: 12px; height: 12px; border: 2px solid #07192c; border-radius: 50%; background: #53dfb2; box-shadow: 0 0 0 6px rgba(83,223,178,.12), 0 0 18px #53dfb2; }
.globe-pin > i { position: absolute; left: 4px; top: -1px; width: 78px; height: 1px; background: linear-gradient(90deg, #53dfb2, rgba(83,223,178,.2)); transform: rotate(-18deg); transform-origin: left center; }
.globe-pin > div { position: absolute; left: 75px; top: -60px; width: 190px; padding: 10px 12px; border-left: 1px solid rgba(83,223,178,.58); text-align: left; background: linear-gradient(90deg, rgba(3,16,29,.9), rgba(3,16,29,.18)); }
.globe-pin small, .globe-pin b, .globe-pin em { display: block; }
.globe-pin small { color: #51d9ad; font-family: var(--font-latin); font-size: 7px; font-style: normal; font-weight: 850; letter-spacing: .14em; }
.globe-pin b { margin-top: 2px; color: #fff; font-family: var(--font-latin); font-size: 12px; letter-spacing: .04em; }
.globe-pin em { margin-top: 3px; color: #8da5b9; font-size: 10px; font-style: normal; }
.globe-pin.is-left > i { left: auto; right: 4px; transform: rotate(18deg); transform-origin: right center; background: linear-gradient(270deg, #53dfb2, rgba(83,223,178,.2)); }
.globe-pin.is-left > div { left: auto; right: 75px; border-right: 1px solid rgba(83,223,178,.58); border-left: 0; text-align: right; background: linear-gradient(270deg, rgba(3,16,29,.9), rgba(3,16,29,.18)); }
.globe-region-controls { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.globe-region-controls button { padding: 7px 11px; border: 1px solid rgba(103,175,235,.18); border-radius: 99px; color: #829bb2; background: rgba(255,255,255,.025); font: 700 10px var(--font-sans); cursor: pointer; transition: .2s; }
.globe-region-controls button:hover, .globe-region-controls button.is-active { border-color: rgba(83,223,178,.55); color: #dffbf2; background: rgba(45,173,135,.12); }
.globe-map-trigger { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px 17px; border: 1px solid rgba(96,181,247,.32); border-radius: 10px; color: #eaf6ff; background: rgba(14,72,119,.38); font: 800 12px var(--font-sans); cursor: pointer; transition: .2s; }
.globe-map-trigger:hover { transform: translateY(-2px); border-color: #66bdfc; background: rgba(20,104,168,.48); }
.globe-map-trigger span { color: #57dbb0; font-size: 18px; }
.globe-map-trigger b { color: #69bdf8; }
.globe-note { margin: 12px 0 0; color: #60768b; font-size: 10px; }
.globe-credit { display: inline-block; margin-top: 6px; color: #506a82; font: 700 8px var(--font-latin); letter-spacing: .06em; text-decoration: none; }
.world-map-dialog { width: min(1280px, calc(100vw - 36px)); max-width: none; max-height: calc(100vh - 36px); padding: 0; overflow: hidden; border: 1px solid rgba(103,181,240,.28); border-radius: 22px; color: #eef7ff; background: #071525; box-shadow: 0 40px 120px rgba(0,0,0,.65); }
.world-map-dialog::backdrop { background: rgba(0,5,12,.86); backdrop-filter: blur(8px); }
.world-map-shell { display: grid; grid-template-rows: auto auto minmax(380px, 1fr) auto; max-height: calc(100vh - 36px); }
.world-map-shell header { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; padding: 23px 27px 18px; border-bottom: 1px solid rgba(117,180,231,.16); background: linear-gradient(110deg, #0a2138, #071525); }
.world-map-shell header span { color: #55dbb0; font: 850 8px var(--font-latin); letter-spacing: .15em; }
.world-map-shell header h2 { margin: 4px 0; font-size: 25px; }
.world-map-shell header p { margin: 0; color: #869db1; font-size: 12px; }
.world-map-shell header button { width: 39px; height: 39px; flex: 0 0 39px; border: 1px solid rgba(132,191,238,.22); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); font-size: 25px; cursor: pointer; }
.world-map-regions { display: flex; gap: 7px; padding: 11px 27px; overflow-x: auto; background: #08182a; }
.world-map-regions button { padding: 8px 14px; white-space: nowrap; border: 1px solid rgba(109,175,228,.16); border-radius: 99px; color: #8da4b8; background: transparent; font: 750 11px var(--font-sans); cursor: pointer; }
.world-map-regions button.is-active { border-color: #55d8ad; color: #e9fff8; background: rgba(40,177,135,.13); }
.world-map-frame { min-height: 420px; background: #dce6ec; }
.world-map-frame iframe { display: block; width: 100%; height: min(65vh, 700px); border: 0; }
.world-map-shell footer { display: flex; justify-content: space-between; gap: 20px; padding: 10px 27px; color: #62798d; font-size: 9px; }
.world-map-shell footer a { color: #69bffb; text-decoration: none; }
html.world-explorer-open, body.world-explorer-open { height: 100%; overflow: hidden !important; overscroll-behavior: none; }
.world-explorer-dialog { inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; border: 0; border-radius: 0; }
.world-explorer-shell { grid-template-rows: auto auto minmax(0, 1fr) auto; width: 100%; height: 100%; max-height: none; }
.world-explorer-shell header { padding: 15px 24px 12px; }
.world-explorer-shell header h2 { font-size: 23px; }
.country-search { display: flex; align-items: flex-end; gap: 25px; padding: 8px 24px; border-bottom: 1px solid rgba(117,180,231,.14); background: #08182a; }
.country-search label { flex: 0 0 auto; padding-bottom: 10px; color: #8ca3b8; font-size: 11px; font-weight: 800; }
.country-search > div { display: flex; width: min(100%, 620px); }
.country-search input { min-width: 0; flex: 1; height: 42px; padding: 0 15px; border: 1px solid rgba(105,177,233,.24); border-radius: 10px 0 0 10px; outline: 0; color: #eef8ff; background: rgba(255,255,255,.04); font: 600 13px var(--font-sans); }
.country-search input:focus { border-color: #55dcb0; box-shadow: 0 0 0 3px rgba(85,220,176,.1); }
.country-search input[aria-invalid="true"] { border-color: #ff727d; }
.country-search button { height: 42px; padding: 0 19px; border: 0; border-radius: 0 10px 10px 0; color: #021829; background: #55dcb0; font: 850 12px var(--font-sans); cursor: pointer; }
.world-explorer-body { display: grid; grid-template-columns: minmax(0, 1fr) 350px; min-height: 0; overflow: hidden; }
.world-explorer-stage { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: radial-gradient(circle at 50% 46%, rgba(22,91,150,.26), transparent 35%), radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 1.4px) 0 0/93px 93px, linear-gradient(145deg,#010712,#06172a 54%,#020911); }
.world-explorer-globe { position: absolute; inset: 0; cursor: grab; }
.world-explorer-globe:active { cursor: grabbing; }
.world-explorer-globe > div, .world-explorer-globe canvas { display: block; }
.world-explorer-loading { position: absolute; z-index: 4; inset: 0; display: grid; place-content: center; justify-items: center; gap: 13px; color: #8ea7bc; background: rgba(2,10,20,.68); font-size: 12px; }
.world-explorer-loading[hidden] { display: none; }
.world-explorer-help { position: absolute; z-index: 3; left: 20px; bottom: 16px; padding: 7px 10px; border: 1px solid rgba(95,173,230,.14); border-radius: 8px; color: #66839d; background: rgba(3,14,26,.72); font: 750 8px var(--font-latin); letter-spacing: .09em; pointer-events: none; }
.country-story { min-width: 0; padding: 31px 27px; overflow-y: auto; border-left: 1px solid rgba(105,173,226,.17); background: linear-gradient(160deg,#0a2137,#061322 72%); }
.country-story-close, .country-story-handle { display: none; }
.country-story-kicker { color: #54dcb0; font: 850 8px var(--font-latin); letter-spacing: .15em; }
.country-story h3 { margin: 14px 0 4px; color: #fff; font-size: 31px; line-height: 1.2; }
.country-story-en { margin: 0; color: #70a9d6; font: 700 11px/1.5 var(--font-latin); letter-spacing: .04em; }
.country-facts { display: grid; grid-template-columns: 1fr; gap: 0; margin: 26px 0; border-top: 1px solid rgba(117,181,231,.16); }
.country-facts > div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(117,181,231,.12); }
.country-facts dt { color: #65829b; font-size: 10px; font-weight: 800; }
.country-facts dd { margin: 0; color: #dbe9f4; font-size: 11px; font-weight: 700; }
.country-history { padding: 18px; border: 1px solid rgba(94,172,231,.16); border-radius: 14px; background: rgba(255,255,255,.035); }
.country-history > b { color: #fff; font-size: 13px; }
.country-history p { margin: 10px 0 0; color: #9aafc1; font-size: 12px; line-height: 1.85; }
.country-history p.is-loading { color: #65dcb6; }
.country-history a { display: inline-block; margin-top: 13px; color: #62baf7; font-size: 10px; font-weight: 800; text-decoration: none; }
.world-explorer-shell footer button { padding: 0; border: 0; color: #69bffb; background: transparent; font: 800 10px var(--font-sans); cursor: pointer; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 46px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.section-heading h2 { font-size: clamp(34px, 4.5vw, 52px); line-height: 1.27; font-weight: 850; letter-spacing: -.035em; margin: 0; }
.section-heading > p, .split-heading > p { color: var(--muted); font-size: 17px; margin: 0; }

.service-intro { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: .25s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c6d8ee; }
.service-card.featured { background: linear-gradient(145deg, #edf6ff, #fff); border-color: #afd2f8; }
.card-index { position: absolute; right: 28px; top: 23px; color: #d4e1ef; font-size: 42px; font-weight: 950; }
.service-icon { width: 54px; height: 54px; border-radius: 13px; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: 12px; font-weight: 950; letter-spacing: .06em; }
.featured .service-icon { background: var(--blue); }
.service-card h3 { font-size: 24px; margin: 22px 0 10px; }
.service-card p { color: var(--muted); margin: 0; }
.service-card ul { padding: 0; list-style: none; margin: 22px 0 0; display: grid; gap: 9px; }
.service-card li { font-size: 14px; font-weight: 700; }
.service-card li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); margin: 0 10px 2px 0; }
.service-card > a { display: inline-flex; margin-top: 22px; color: var(--blue); font-weight: 850; text-decoration: none; }
.service-card > a span { margin-left: 8px; }

.design-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(45, 131, 239, .19), transparent 30%),
    linear-gradient(135deg, #071727 0%, #0a2138 52%, #071526 100%);
}
.design-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(120, 190, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 190, 255, .08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000);
}
.design-section > .container { position: relative; z-index: 1; }
.design-heading { display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.design-heading h2 { margin: 0; max-width: 760px; font-size: clamp(38px, 4.7vw, 56px); line-height: 1.18; letter-spacing: -.04em; }
.design-heading > p { margin: 0; color: #b8c8d7; font-size: 17px; }
.design-offer { display: grid; grid-template-columns: 1.06fr .94fr; border: 1px solid rgba(130, 193, 255, .2); border-radius: 26px; overflow: hidden; background: rgba(255, 255, 255, .055); box-shadow: 0 34px 85px rgba(0, 0, 0, .28); }
.design-offer-copy { padding: 48px; }
.design-kicker { color: #73bdff; font-size: 10px; font-weight: 950; letter-spacing: .18em; }
.design-offer h3 { margin: 9px 0 14px; font-size: clamp(30px, 3.4vw, 43px); line-height: 1.2; }
.design-offer-copy > p { margin: 0; color: #bdccda; font-size: 16px; }
.design-offer-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 24px; padding: 0; margin: 25px 0 0; list-style: none; }
.design-offer-copy li { color: #d7e2ec; font-size: 14px; font-weight: 700; }
.design-offer-copy li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 10px 2px 0; border-radius: 50%; background: var(--green); }
.design-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.outline-light { color: #fff; border: 1px solid rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .04); }
.outline-light:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .62); }
.design-architecture { position: relative; padding: 43px 38px; background: linear-gradient(145deg, rgba(45, 131, 239, .18), rgba(2, 13, 24, .7)); border-left: 1px solid rgba(130, 193, 255, .16); }
.design-architecture::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; pointer-events: none; }
.architecture-label { position: relative; z-index: 1; display: grid; margin-bottom: 22px; }
.architecture-label span { color: #62b5ff; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.architecture-label b { margin-top: 3px; color: #e7f1fa; font-size: 15px; }
.design-architecture ol { position: relative; z-index: 1; display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.design-architecture li { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 15px; padding: 15px 17px; border: 1px solid rgba(147, 204, 255, .13); border-radius: 11px; background: rgba(255, 255, 255, .055); }
.design-architecture li > span { color: #5cabf5; font-size: 10px; font-weight: 950; }
.design-architecture li b, .design-architecture li small { display: block; }
.design-architecture li b { font-size: 15px; }
.design-architecture li small { color: #92a9bd; }
.design-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 22px; }
.design-link-card { min-height: 235px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(130, 193, 255, .16); border-radius: 17px; background: rgba(255, 255, 255, .045); text-decoration: none; transition: .22s; }
.design-link-card:hover { transform: translateY(-4px); border-color: rgba(102, 180, 255, .5); background: rgba(45, 131, 239, .11); }
.design-link-card > span { color: #5eadf4; font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.design-link-card h3 { margin: 14px 0 8px; font-size: 22px; }
.design-link-card p { margin: 0; color: #a9bac9; font-size: 14px; }
.design-link-card > b { margin-top: auto; padding-top: 20px; color: #7fc6ff; font-size: 13px; }
.builder-strip { margin-top: 15px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(130, 193, 255, .16); border-radius: 15px; background: rgba(0, 0, 0, .17); }
.builder-strip div { display: grid; }
.builder-strip span { color: #5faef6; font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.builder-strip b { color: #d8e4ee; font-size: 15px; }
.builder-strip a { flex: 0 0 auto; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; padding: 10px 16px; border: 1px solid rgba(255, 255, 255, .27); border-radius: 9px; }
.builder-strip a:hover { background: #fff; color: var(--navy); }

.system-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 22%, rgba(45, 131, 239, .2), transparent 28%),
    linear-gradient(135deg, #050f1d, #0a2138 68%, #06111f);
}
.system-section::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(110, 182, 255, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 182, 255, .1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.system-section::after { content: "SYSTEM"; position: absolute; left: -24px; bottom: -114px; color: rgba(255, 255, 255, .025); font-size: 250px; line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.system-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 90px; }
.system-copy h2 { margin: 0 0 24px; font-size: clamp(39px, 5vw, 58px); line-height: 1.17; letter-spacing: -.04em; }
.system-copy > p:not(.eyebrow) { color: #b9c9d8; font-size: 17px; }
.system-flow { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.system-flow span { color: #80c6ff; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.system-flow i { width: 26px; height: 1px; background: rgba(128, 198, 255, .45); }
.system-layers { display: grid; gap: 12px; }
.system-layers article { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 24px 26px; overflow: hidden; border: 1px solid rgba(144, 201, 255, .18); border-radius: 16px; background: linear-gradient(105deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)); backdrop-filter: blur(8px); transition: .2s; }
.system-layers article:hover { transform: translateX(-5px); border-color: rgba(102, 180, 255, .48); background: linear-gradient(105deg, rgba(45, 131, 239, .16), rgba(255, 255, 255, .04)); }
.system-layers article > span { color: #59aaff; font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.system-layers b { display: block; font-size: 19px; }
.system-layers p { margin: 3px 0 0; color: #a9bac9; font-size: 14px; }

.ma-section { background: linear-gradient(135deg, #0b2743, #123e66); color: #fff; position: relative; overflow: hidden; }
.ma-section::after { content: "MA"; position: absolute; right: -30px; bottom: -150px; color: rgba(255, 255, 255, .035); font-size: 430px; line-height: 1; font-weight: 950; }
.ma-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 90px; position: relative; z-index: 1; }
.ma-copy h2 { font-size: clamp(38px, 5vw, 58px); line-height: 1.18; margin: 0 0 24px; }
.ma-copy > p:not(.eyebrow) { color: #c3d0dc; font-size: 17px; }
.light-button { margin-top: 22px; background: #fff; color: var(--navy); }
.ma-list { display: grid; gap: 2px; }
.ma-list article { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.ma-list article:first-child { padding-top: 0; }
.ma-list span { color: #66b4ff; font-weight: 950; }
.ma-list h3 { font-size: 20px; margin: 0 0 5px; }
.ma-list p { color: #b7c7d5; margin: 0; }

.operations-section { position: relative; overflow: hidden; padding-top: 0; background: #f5f5f7; }
.operations-section::before { content: ""; position: absolute; right: -170px; top: -170px; width: 460px; height: 460px; border-radius: 50%; background: rgba(45, 131, 239, .08); filter: blur(40px); }
.operations-heading { position: relative; display: grid; grid-template-columns: 1.16fr .84fr; align-items: end; gap: 65px; margin-bottom: 42px; }
.operations-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 57px); line-height: 1.19; font-weight: 850; letter-spacing: -.04em; }
.operations-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.operations-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.operation-card { min-height: 390px; display: flex; flex-direction: column; padding: 31px; border: 1px solid #dae3ec; border-radius: 20px; background: linear-gradient(145deg, #f8fafc, #fff); transition: .23s; }
.operation-card:hover { transform: translateY(-5px); border-color: #accbea; box-shadow: 0 22px 55px rgba(7, 28, 49, .1); }
.operation-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.operation-top span { color: #3988d2; font-family: var(--font-latin); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.operation-top i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--navy); font-family: var(--font-latin); font-size: 11px; font-weight: 800; font-style: normal; }
.asset-operation .operation-top i { background: #126ed0; }
.ticket-operation .operation-top i { background: #0b836f; }
.operation-card h3 { margin: 23px 0 10px; font-size: 25px; }
.operation-card > p { margin: 0; color: var(--muted); }
.operation-card ul { display: grid; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.operation-card li { font-size: 13px; font-weight: 650; }
.operation-card li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--green); }
.operation-outcome { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 13px; font-weight: 800; }
.ai-operation { color: #fff; border-color: #183b5c; background: radial-gradient(circle at 90% 4%, rgba(45, 131, 239, .28), transparent 32%), linear-gradient(145deg, #06172a, #0d3152); }
.ai-operation .operation-top span { color: #6ebcff; }
.ai-operation .operation-top i { color: #07182b; background: linear-gradient(135deg, #6cc4ff, #55dfb1); }
.ai-operation > p { color: #aec1d1; }
.ai-operation li { color: #d5e2ed; }
.ai-operation .operation-outcome { color: #79c7ff; }
.operations-summary { position: relative; margin-top: 16px; padding: 25px 28px; display: grid; grid-template-columns: minmax(190px, .35fr) 1fr; align-items: center; gap: 30px; border: 1px solid #d9e3ec; border-radius: 16px; background: rgba(255, 255, 255, .78); }
.operations-summary span { color: #3988d2; font-family: var(--font-latin); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.operations-summary b { font-size: 15px; line-height: 1.65; }

.center-heading { text-align: center; max-width: 760px; margin: 0 auto 50px; }
.center-heading .eyebrow { display: flex; justify-content: center; align-items: center; }
.center-heading > p:last-child { margin: 17px auto 0; }
.portal-section { background: var(--paper); }
.portal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.portal-grid article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; box-shadow: 0 10px 34px rgba(11, 31, 58, .06); }
.portal-label { font-size: 11px; color: var(--blue); font-weight: 950; letter-spacing: .13em; }
.portal-grid h3 { font-size: 24px; margin: 12px 0 9px; }
.portal-grid p { color: var(--muted); min-height: 82px; }
.portal-grid span { display: block; padding-top: 15px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; color: #52647b; }
.portal-login-box { margin-top: 24px; background: var(--navy); color: #fff; border-radius: 18px; padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.portal-login-box b { font-size: 18px; }
.portal-login-box p { margin: 3px 0 0; color: #b8c7d7; }

.process-section { background: var(--paper); }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid #bdcad8; }
.process-list li { padding: 29px 24px 10px; border-right: 1px solid #bdcad8; }
.process-list li:last-child { border-right: 0; }
.process-list span { font-size: 12px; font-weight: 950; color: var(--blue); }
.process-list h3 { font-size: 21px; margin: 12px 0 7px; }
.process-list p { color: var(--muted); font-size: 14px; }

.contact-section { padding: 60px 0; background: #fff; }
.contact-card { background: linear-gradient(130deg, #071b32, #115991); color: #fff; border-radius: 28px; padding: 54px 60px; display: flex; align-items: center; justify-content: space-between; gap: 50px; box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.18; margin: 0 0 13px; }
.contact-card p:not(.eyebrow) { color: #bed0e1; max-width: 700px; margin: 0; }
.contact-actions { display: grid; gap: 13px; min-width: 220px; }
.white-button { background: #fff; color: var(--navy); }
.contact-mail { text-align: center; color: #bdddff; font-size: 13px; }

.site-footer { background: #04101f; color: #fff; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }
.footer-grid img { width: 185px; filter: brightness(0) invert(1); opacity: .92; }
.footer-grid p { color: #8fa4b9; font-size: 14px; }
.footer-grid b { display: block; margin-bottom: 13px; }
.footer-grid a { display: block; text-decoration: none; color: #9eb1c4; font-size: 14px; margin: 8px 0; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .11); margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; color: #6f879e; font-size: 12px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
.legal-page { color: #13233b; background: #f4f7fa; }
.legal-page .site-header { position: sticky; top: 0; }
.legal-nav { display: flex; align-items: center; gap: 8px; }
.legal-nav > a { padding: 9px 12px; border-radius: 999px; color: #465b72; font-size: 12px; font-weight: 750; text-decoration: none; }
.legal-nav > a:hover, .legal-nav > a.is-current { color: #0877df; background: #e9f3fd; }
.legal-nav .language-switch { border: 1px solid #cbd5df; background: #fff; }
.legal-main { min-height: 70vh; }
.legal-hero { padding: 75px 0 68px; color: #fff; background: radial-gradient(circle at 80% 10%,rgba(46,137,223,.3),transparent 32%),linear-gradient(135deg,#04101e,#0a2947 66%,#0b385d); }
.legal-back { display: inline-flex; margin-bottom: 35px; color: #8cc9f8; font-size: 12px; font-weight: 800; text-decoration: none; }
.legal-hero .eyebrow { color: #69bffb; }
.legal-hero h1 { max-width: 900px; margin: 19px 0 16px; font-size: clamp(45px,6vw,76px); line-height: 1.08; letter-spacing: -.045em; }
html[lang="en"] .legal-hero h1 { font-family: var(--font-latin); font-size: clamp(42px,5vw,66px); font-weight: 750; letter-spacing: -.035em; }
.legal-hero > .container > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #b9cada; font-size: 17px; line-height: 1.8; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.legal-meta span { padding: 7px 11px; border: 1px solid rgba(132,194,242,.22); border-radius: 999px; color: #8faac0; font: 750 9px var(--font-latin); letter-spacing: .04em; }
.legal-content { padding-top: 70px; padding-bottom: 100px; }
.legal-summary { margin-bottom: 30px; padding: 27px 30px; border: 1px solid #b9d8f4; border-radius: 17px; background: linear-gradient(135deg,#eaf5ff,#fff); box-shadow: 0 14px 35px rgba(11,45,78,.06); }
.legal-summary b { color: #0877df; font-size: 13px; }
.legal-summary p { margin: 9px 0 0; color: #4f657b; font-size: 15px; line-height: 1.85; }
.legal-content article { padding: 31px 0; border-bottom: 1px solid #d9e3ec; }
.legal-content article h2 { margin: 0 0 14px; color: #0a203c; font-size: 25px; line-height: 1.3; }
html[lang="en"] .legal-content article h2 { font-family: var(--font-latin); font-size: 23px; font-weight: 750; }
.legal-content article p, .legal-content article li { color: #52677d; font-size: 15px; line-height: 1.95; }
.legal-content article p { margin: 0; }
.legal-content article ul { margin: 0; padding-left: 22px; }
.legal-content article li + li { margin-top: 8px; }
.legal-content article a { color: #0877df; font-weight: 750; }
.legal-footer { padding-top: 0; }
.service-detail-page { color: #13233b; background: #f4f7fa; }
.service-detail-page .site-header { position: sticky; top: 0; }
.service-detail-hero { min-height: 670px; display: flex; align-items: center; padding: 90px 0; color: #fff; background: radial-gradient(circle at 78% 36%,rgba(38,131,220,.3),transparent 30%),linear-gradient(135deg,#020a13,#071d32 56%,#0a3558); }
.service-detail-hero h1 { max-width: 960px; margin: 20px 0 24px; font-size: clamp(48px,6.4vw,82px); line-height: 1.08; letter-spacing: -.052em; }
html[lang="en"] .service-detail-hero h1 { max-width: 900px; font-family: var(--font-latin); font-size: clamp(43px,5.3vw,70px); font-weight: 750; letter-spacing: -.042em; }
.service-detail-hero > .container > p:not(.eyebrow) { max-width: 790px; color: #b8c9d8; font-size: 18px; line-height: 1.85; }
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.managed-sme-plan { padding-top: 76px; padding-bottom: 76px; background: linear-gradient(180deg,#eaf3fb 0%,#f4f7fa 100%); }
.managed-sme-plan-shell { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: 34px; align-items: stretch; }
.managed-sme-plan-copy { padding: 50px; border: 1px solid #cbdbe9; border-radius: 28px; background: rgba(255,255,255,.8); box-shadow: 0 24px 65px rgba(10,42,73,.08); }
.managed-sme-plan-copy h2 { max-width: 760px; margin: 18px 0 18px; color: #0a203c; font-size: clamp(36px,4.4vw,58px); line-height: 1.14; letter-spacing: -.045em; }
.managed-sme-plan-copy > p:not(.eyebrow) { max-width: 720px; margin: 0; color: #526a82; font-size: 16px; line-height: 1.85; }
.managed-sme-plan-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 35px; }
.managed-sme-plan-points article { min-height: 174px; padding: 23px 21px; border: 1px solid #d7e3ed; border-radius: 17px; background: #fff; }
.managed-sme-plan-points span { display: block; color: #0877df; font: 800 10px var(--font-latin); letter-spacing: .1em; }
.managed-sme-plan-points b { display: block; margin-top: 24px; color: #102d4d; font-size: 18px; line-height: 1.35; }
.managed-sme-plan-points small { display: block; margin-top: 9px; color: #6a7d90; font-size: 12px; line-height: 1.7; }
.managed-sme-price-card { display: flex; flex-direction: column; justify-content: center; padding: 45px 40px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 5%,rgba(32,201,139,.22),transparent 33%),linear-gradient(145deg,#06172a,#0b3c65); box-shadow: 0 28px 65px rgba(4,28,51,.2); }
.managed-sme-price-card > span { color: #69bffb; font: 800 10px var(--font-latin); letter-spacing: .14em; }
.managed-sme-price { display: flex; align-items: baseline; gap: 10px; margin: 24px 0 17px; }
.managed-sme-price strong { font: 800 clamp(45px,5vw,68px)/1 var(--font-latin); letter-spacing: -.055em; }
.managed-sme-price sup { margin-right: 7px; color: #67dcb7; font-size: 15px; letter-spacing: 0; vertical-align: top; }
.managed-sme-price em { color: #a9c0d4; font-size: 14px; font-style: normal; font-weight: 700; }
.managed-sme-price-card > p { margin: 0 0 25px; color: #bed0df; font-size: 14px; line-height: 1.75; }
.managed-sme-price-card .button { width: 100%; justify-content: center; }
.managed-sme-price-card > small { display: block; margin-top: 21px; color: #8fa9be; font-size: 11px; line-height: 1.7; }
.service-detail-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: start; }
.service-detail-grid h2 { max-width: 660px; margin: 18px 0 30px; font-size: clamp(37px,4.5vw,55px); line-height: 1.17; letter-spacing: -.04em; }
.service-detail-grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.service-detail-grid li { padding: 18px 20px; border: 1px solid #d6e2ed; border-radius: 13px; color: #40566d; background: #fff; font-size: 15px; font-weight: 700; }
.service-detail-grid li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 12px; border-radius: 50%; background: #0cc495; }
.service-detail-grid aside { padding: 30px; border-radius: 22px; color: #fff; background: linear-gradient(145deg,#07182b,#0c3559); box-shadow: 0 24px 60px rgba(4,25,46,.18); }
.service-detail-grid aside > small { color: #64bafa; font: 800 10px var(--font-latin); letter-spacing: .12em; }
.service-detail-grid aside article { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 13px; padding: 24px 0; border-bottom: 1px solid rgba(130,190,236,.14); }
.service-detail-grid aside article:last-child { border-bottom: 0; }
.service-detail-grid aside span { color: #57dcb1; font: 800 11px var(--font-latin); }
.service-detail-grid aside b { font-size: 17px; line-height: 1.5; }
.service-detail-process { background: #fff; }
.service-detail-process ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid #cad7e3; }
.service-detail-process li { padding: 27px 24px; border-right: 1px solid #d9e3ec; }
.service-detail-process li:last-child { border-right: 0; }
.service-detail-process li span { color: #0877df; font: 800 10px var(--font-latin); }
.service-detail-process li b { display: block; margin: 18px 0 8px; color: #0b203a; font-size: 21px; }
.service-detail-process li p { margin: 0; color: #65788c; font-size: 13px; line-height: 1.75; }

.floating-line-contact { position: fixed; z-index: 65; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; min-height: 66px; padding: 8px 17px 8px 8px; border: 1px solid rgba(6, 199, 85, .25); border-radius: 18px; color: var(--navy); background: rgba(255, 255, 255, .94); box-shadow: 0 18px 48px rgba(5, 24, 43, .2); backdrop-filter: blur(14px); text-decoration: none; transition: transform .22s, box-shadow .22s; animation: line-contact-float 4s ease-in-out infinite; }
.floating-line-contact:hover { transform: translateY(-4px); box-shadow: 0 23px 55px rgba(5, 24, 43, .25); }
.floating-line-icon { position: relative; width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: #06c755; box-shadow: 0 9px 22px rgba(6, 199, 85, .3); }
.floating-line-icon::after { content: ""; position: absolute; left: 8px; bottom: -3px; width: 10px; height: 10px; border-radius: 1px; background: #06c755; transform: rotate(35deg); }
.floating-line-icon b { position: relative; z-index: 1; font-family: var(--font-latin); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.floating-line-copy { display: grid; line-height: 1.2; }
.floating-line-copy small { color: #708095; font-size: 10px; font-weight: 650; }
.floating-line-copy b { margin-top: 4px; font-size: 14px; font-weight: 800; white-space: nowrap; }
html[lang="en"] .floating-line-copy { max-width: 188px; }
html[lang="en"] .floating-line-copy small { font-size: 9px; line-height: 1.25; }
html[lang="en"] .floating-line-copy b { font-size: 13px; line-height: 1.25; white-space: normal; }
@keyframes line-contact-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.floating-line-call { position: fixed; z-index: 66; right: 24px; bottom: 104px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 7px 16px 7px 7px; border: 1px solid rgba(6,199,85,.32); border-radius: 16px; color: var(--navy); background: rgba(255,255,255,.96); box-shadow: 0 15px 38px rgba(5,24,43,.2); backdrop-filter: blur(14px); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.floating-line-call:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(5,24,43,.26); }
.floating-line-call-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 13px; color: #fff; background: #06c755; box-shadow: 0 8px 18px rgba(6,199,85,.28); font-size: 20px; }
.floating-line-call > span:last-child { display: grid; line-height: 1.15; }
.floating-line-call small { color: #708095; font-size: 9px; font-weight: 700; }
.floating-line-call b { margin-top: 4px; font-size: 13px; font-weight: 850; white-space: nowrap; }

@media (max-width: 1080px) {
  .brand-meta { display: none; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 12px; }
  .hero-grid { gap: 34px; }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 82px 0; }
  html[lang="en"] .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 76px 0; }
  html[lang="en"] .hero-copy { max-width: 820px; }
  html[lang="en"] .hero-visual { height: 480px; }
  .hero-copy { max-width: 790px; }
  .hero-visual { height: 500px; }
  .hero-scroll-cue { display: none; }
  .risk-stage { grid-template-columns: 1fr; }
  .risk-copy-panel { min-height: 530px; }
  .risk-machine { min-height: 580px; border-left: 0; border-top: 1px solid #e1e4e8; }
  .global-philosophy-grid { grid-template-columns: 1fr; gap: 55px; }
  .philosophy-copy { max-width: 820px; }
  .philosophy-method { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .globe-stage { width: min(100%, 760px); margin: 0 auto; }
  .operations-heading { grid-template-columns: 1fr; gap: 25px; }
  .operations-grid { grid-template-columns: 1fr; }
  .operation-card { min-height: 345px; }
  .split-heading, .design-heading, .design-offer, .system-grid, .ma-grid { grid-template-columns: 1fr; gap: 46px; }
  .design-architecture { border-left: 0; border-top: 1px solid rgba(130, 193, 255, .16); }
  .design-link-grid { grid-template-columns: 1fr; }
  .design-link-card { min-height: 0; }
  .portal-grid { grid-template-columns: 1fr; }
  .portal-grid p { min-height: auto; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .service-ribbon { height: 33px; }
  .ribbon-status, .ribbon-contact { display: none; }
  .ribbon-inner { justify-content: center; }
  .site-header { height: 70px; }
  .brand img { width: 138px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #fff; padding: 18px 20px 25px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(11, 31, 58, .12); align-items: stretch; flex-direction: column; gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; font-size: 14px; }
}

@media (max-width: 760px) {
  .hero-grid { padding: 64px 0; }
  .hero h1 { font-size: 43px; }
  html[lang="en"] .container { width: min(100% - 30px, 1280px); }
  html[lang="en"] .hero h1 { font-size: 39px; line-height: 1.12; }
  html[lang="en"] .hero-lead { font-size: 15px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-list { gap: 18px; }
  .hero-visual { height: 385px; border-radius: 20px; }
  .hero-visual figcaption { left: 28px; right: 28px; bottom: 26px; }
  .hero-visual figcaption b { font-size: 21px; }
  .section { padding: 76px 0; }
  .risk-intro { margin-bottom: 38px; }
  .risk-intro h2 { font-size: 42px; }
  html[lang="en"] .risk-intro h2 { font-size: 36px; line-height: 1.12; }
  .risk-intro > p:last-child { font-size: 16px; }
  .risk-stage { border-radius: 23px; }
  .risk-copy-panel { min-height: 550px; padding: 39px 27px 26px; }
  .risk-scenes { min-height: 390px; }
  .risk-scene h3 { font-size: 32px; }
  html[lang="en"] .risk-scene h3 { font-size: 29px; }
  .risk-controls button { font-size: 10px; }
  .risk-machine { min-height: 520px; }
  .machine-core { width: 210px; height: 210px; }
  .core-center { inset: 58px; }
  .risk-node { width: 124px; padding: 10px 11px; }
  .node-account { left: 16px; top: 89px; }
  .node-backup { right: 16px; top: 104px; }
  .node-network { left: 16px; bottom: 104px; }
  .node-security { right: 16px; bottom: 91px; }
  .philosophy-copy h2 { font-size: 42px; }
  .philosophy-page-main { padding: 58px 0 78px; }
  .philosophy-page-heading { padding-bottom: 56px; }
  .philosophy-page-heading .eyebrow { margin-top: 35px; }
  .philosophy-page-heading h1 { font-size: 44px; }
  html[lang="en"] .philosophy-page-heading h1 { font-size: 36px; line-height: 1.14; letter-spacing: -.035em; }
  .philosophy-page-heading > p { font-size: 16px; }
  .philosophy-page-grid { padding-top: 66px; }
  .philosophy-method { grid-template-columns: 1fr; }
  .philosophy-method li { min-height: 235px; }
  html[lang="en"] .philosophy-copy h2 { font-size: 32px; line-height: 1.18; letter-spacing: -.03em; }
  .philosophy-copy .philosophy-lead { font-size: 16px; }
  .philosophy-pillars { grid-template-columns: 1fr; }
  .globe-stage { min-height: 690px; padding-inline: 0; }
  .interactive-globe { width: min(350px, 82vw); margin-top: 55px; }
  .orbit-one { width: 440px; height: 250px; }
  .orbit-two { width: 510px; height: 300px; }
  .globe-pin > div { width: 145px; }
  .globe-stage-heading { padding-inline: 8px; }
  .world-map-dialog { width: calc(100vw - 18px); max-height: calc(100vh - 18px); border-radius: 15px; }
  .world-map-shell { max-height: calc(100vh - 18px); }
  .world-map-shell header { padding: 18px; }
  .world-map-shell header p { max-width: 520px; }
  .world-map-regions { padding-inline: 18px; }
  .world-map-frame { min-height: 350px; }
  .world-map-frame iframe { height: 58vh; }
  .world-map-shell footer { padding-inline: 18px; }
  .world-explorer-dialog { width: 100vw; height: 100dvh; max-height: none; border-radius: 0; }
  .world-explorer-shell { height: 100%; max-height: none; }
  .country-search { gap: 10px; padding: 11px 18px; }
  .country-search label { display: none; }
  .country-search > div { width: 100%; }
  .world-explorer-body { position: relative; display: block; overflow: hidden; }
  .world-explorer-stage { width: 100%; height: 100%; min-height: 0; }
  .country-story { position: absolute; z-index: 8; right: 0; bottom: 0; left: 0; height: min(58dvh, 560px); max-height: calc(100% - 54px); padding: 34px 22px max(35px, env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid rgba(105,173,226,.28); border-left: 0; border-radius: 22px 22px 0 0; background: linear-gradient(160deg,rgba(10,33,55,.99),rgba(6,19,34,.99) 72%); box-shadow: 0 -24px 70px rgba(0,0,0,.55); opacity: 0; visibility: hidden; transform: translateY(calc(100% + 10px)); transition: transform .32s ease, opacity .25s ease, visibility .32s; }
  .country-story.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .country-story-handle { position: absolute; top: 10px; left: 50%; display: block; width: 42px; height: 4px; border-radius: 99px; background: rgba(173,207,232,.35); transform: translateX(-50%); }
  .country-story-close { position: absolute; z-index: 2; top: 15px; right: 16px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid rgba(137,195,237,.22); border-radius: 50%; color: #eaf7ff; background: rgba(255,255,255,.06); font: 400 23px/1 var(--font-latin); cursor: pointer; }
  .country-story-kicker { display: block; padding-right: 42px; }
  .country-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; border-top: 0; }
  .country-facts > div { display: block; padding: 10px; border: 1px solid rgba(117,181,231,.12); border-radius: 10px; }
  .country-facts dd { margin-top: 5px; }
  .solution-asset { left: 16px; top: 92px; }
  .solution-service { right: 16px; top: 92px; }
  .solution-ai { bottom: 82px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 27px; }
  .design-heading { gap: 25px; }
  .design-offer-copy { padding: 30px 25px; }
  .design-offer-copy ul { grid-template-columns: 1fr; }
  .design-actions { align-items: stretch; flex-direction: column; }
  .design-architecture { padding: 32px 25px; }
  .builder-strip { align-items: stretch; flex-direction: column; }
  .builder-strip a { text-align: center; }
  .system-grid, .ma-grid { gap: 50px; }
  .system-layers article { grid-template-columns: 45px 1fr; padding: 21px; gap: 14px; }
  .operation-card { min-height: 385px; padding: 27px; }
  html[lang="en"] .section-heading h2,
  html[lang="en"] .design-heading h2,
  html[lang="en"] .system-copy h2,
  html[lang="en"] .ma-copy h2,
  html[lang="en"] .operations-heading h2,
  html[lang="en"] .center-heading h2 { font-size: 34px; line-height: 1.16; }
  .operations-summary { grid-template-columns: 1fr; gap: 8px; }
  .portal-login-box, .contact-card { align-items: stretch; flex-direction: column; }
  .contact-card { padding: 37px 28px; }
  .process-list { grid-template-columns: 1fr; border-top: 0; }
  .process-list li { border-right: 0; border-top: 1px solid #bdcad8; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .legal-page .header-inner { min-height: 72px; }
  .legal-page .brand-meta { display: none; }
  .legal-nav { gap: 2px; }
  .legal-nav > a { padding: 7px 8px; font-size: 10px; }
  .legal-hero { padding: 52px 0 48px; }
  .legal-back { margin-bottom: 28px; }
  .legal-hero h1, html[lang="en"] .legal-hero h1 { font-size: 38px; }
  .legal-hero > .container > p:not(.eyebrow) { font-size: 15px; }
  .legal-content { padding-top: 42px; padding-bottom: 70px; }
  .legal-summary { padding: 23px 21px; }
  .legal-content article { padding: 26px 0; }
  .legal-content article h2, html[lang="en"] .legal-content article h2 { font-size: 21px; }
  .legal-content article p, .legal-content article li { font-size: 14px; line-height: 1.85; }
  .service-detail-hero { min-height: 590px; padding: 70px 0; }
  .service-detail-hero h1, html[lang="en"] .service-detail-hero h1 { font-size: 40px; }
  .service-detail-hero > .container > p:not(.eyebrow) { font-size: 16px; }
  .managed-sme-plan { padding-top: 45px; padding-bottom: 45px; }
  .managed-sme-plan-shell { grid-template-columns: 1fr; gap: 18px; }
  .managed-sme-plan-copy { padding: 31px 23px; border-radius: 22px; }
  .managed-sme-plan-copy h2 { font-size: 34px; }
  .managed-sme-plan-points { grid-template-columns: 1fr; margin-top: 25px; }
  .managed-sme-plan-points article { min-height: 0; }
  .managed-sme-price-card { padding: 34px 26px; border-radius: 22px; }
  .service-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-detail-grid h2 { font-size: 36px; }
  .service-detail-process ol { grid-template-columns: 1fr; border-top: 0; }
  .service-detail-process li { border-top: 1px solid #d9e3ec; border-right: 0; }
  .floating-line-contact { right: 13px; bottom: 13px; min-height: 58px; padding: 7px 13px 7px 7px; border-radius: 16px; }
  .floating-line-icon { width: 44px; height: 44px; flex-basis: 44px; border-radius: 13px; }
  .floating-line-copy small { display: none; }
  .floating-line-copy b { margin-top: 0; font-size: 12px; }
  .floating-line-call { right: 13px; bottom: 83px; min-height: 50px; padding: 6px 11px 6px 6px; border-radius: 15px; }
  .floating-line-call-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; font-size: 18px; }
  .floating-line-call small { display: none; }
  .floating-line-call b { margin-top: 0; font-size: 12px; }
}

@media (max-width: 430px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero h1 { font-size: 37px; }
  .hero-visual { height: 320px; }
  .hero-visual img { object-position: 68% center; }
  .hero-visual figcaption { left: 22px; bottom: 21px; }
  .ribbon-inner a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .risk-intro h2 { font-size: 36px; }
  .risk-copy-panel { min-height: 590px; }
  .risk-scenes { min-height: 430px; }
  .risk-scene h3 { font-size: 29px; }
  .risk-controls button { padding-inline: 1px; font-size: 9px; }
  .risk-machine { min-height: 480px; }
  .machine-topline { left: 18px; right: 18px; }
  .machine-core { width: 174px; height: 174px; }
  .core-center { inset: 46px; }
  .risk-node { width: 112px; }
  .risk-node b { font-size: 12px; }
  .risk-node small { font-size: 9px; }
  .node-account { left: 10px; top: 80px; }
  .node-backup { right: 10px; top: 92px; }
  .node-network { left: 10px; bottom: 98px; }
  .node-security { right: 10px; bottom: 86px; }
  .philosophy-copy h2 { font-size: 35px; }
  .philosophy-page-heading h1 { font-size: 36px; }
  html[lang="en"] .philosophy-page-heading h1 { font-size: 32px; }
  html[lang="en"] .philosophy-copy h2 { font-size: 30px; }
  .philosophy-metrics { grid-template-columns: 1fr; }
  .philosophy-metrics > div + div { padding-left: 0; border-top: 1px solid rgba(129,190,241,.2); border-left: 0; }
  .globe-stage { min-height: 640px; }
  .globe-stage-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .interactive-globe { width: min(300px, 82vw); margin-top: 45px; }
  .orbit-one { width: 350px; height: 210px; }
  .orbit-two { width: 400px; height: 250px; }
  .globe-pin > i { width: 49px; }
  .globe-pin > div { left: 47px; top: -54px; width: 120px; padding: 8px; }
  .globe-pin.is-left > div { right: 47px; }
  .globe-pin b { font-size: 10px; }
  .globe-pin em { font-size: 8px; }
  .globe-region-controls { margin-top: 19px; }
  .globe-region-controls button { padding-inline: 9px; font-size: 9px; }
  .world-map-shell header p { display: none; }
  .world-map-shell header h2 { font-size: 20px; }
  .world-map-shell footer { align-items: flex-start; flex-direction: column; gap: 4px; }
  .globe-3d-label { grid-template-columns: 8px 32px minmax(100px, 125px); }
  .globe-3d-label > span { width: 8px; height: 8px; }
  .globe-3d-label > div { padding: 6px 7px; }
  .globe-3d-label small { display: none; }
  .country-search input { font-size: 12px; }
  .world-explorer-stage { min-height: min(52vh, 100vw); }
  .world-explorer-help { left: 10px; bottom: 10px; }
  .country-story h3 { font-size: 27px; }
  .country-facts { grid-template-columns: 1fr; }
  .country-facts > div { display: grid; grid-template-columns: 82px 1fr; }
  .machine-impact { left: 18px; right: 18px; }
  .system-flow i { width: 12px; }
  .portal-grid article { padding: 25px; }
  .process-list li { padding-left: 10px; padding-right: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
  .floating-line-contact { padding-right: 9px; gap: 8px; }
  .floating-line-copy b { max-width: 94px; white-space: normal; line-height: 1.25; }
}

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

/* ICDA Corporate Homepage Professional v1.0.0 — scoped to index.php only. */
.home-vnext { color: #0b2038; background: #f4f8fc; }
.home-vnext .site-header { background: rgba(255,255,255,.94); border-bottom-color: #dce5ee; }
.home-vnext .site-nav a { font-weight: 750; }
.home-vnext .site-nav .nav-login { border-radius: 10px; }

.home-vnext-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 12%,rgba(37,140,255,.32),transparent 27%),
    radial-gradient(circle at 90% 75%,rgba(34,211,216,.16),transparent 29%),
    linear-gradient(135deg,#061a31,#082644 64%,#073451);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.home-vnext-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(94,190,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(94,190,255,.3) 1px,transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.home-vnext-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: clamp(38px,5vw,74px);
  padding-block: 82px;
}
.home-vnext-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: #80d8ff; font: 800 11px var(--font-latin),var(--font-sans); letter-spacing: .16em; }
.home-vnext-kicker span { width: 27px; height: 2px; background: #26d1ad; }
.home-vnext-copy h1 { max-width: 680px; margin: 0; font-size: clamp(48px,5.3vw,74px); line-height: 1.08; font-weight: 900; letter-spacing: -.055em; }
.home-vnext-copy h1 em { display: block; margin-top: 7px; color: transparent; font-style: normal; background: linear-gradient(92deg,#66b4ff,#8bd8ff 54%,#51dab0); -webkit-background-clip: text; background-clip: text; }
.home-vnext-lead { max-width: 660px; margin: 27px 0 0; color: #c3d4e2; font-size: 17px; line-height: 1.9; }
.home-vnext-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.home-vnext-actions .button { min-width: 148px; justify-content: center; border-radius: 10px; }
.button.home-vnext-outline { color: #e4f0f8; border: 1px solid rgba(201,225,243,.32); background: rgba(255,255,255,.04); }
.button.home-vnext-outline:hover { color: #fff; border-color: rgba(132,211,255,.72); background: rgba(255,255,255,.09); }

.home-vnext-command {
  position: relative;
  padding: 29px;
  border: 1px solid rgba(128,216,255,.28);
  background: rgba(3,17,32,.79);
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
  backdrop-filter: blur(12px);
}
.home-vnext-command::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(139,211,255,.08); pointer-events: none; }
.home-vnext-command-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid rgba(184,218,242,.18); }
.home-vnext-command-head span { color: #7fdcff; font: 800 10px var(--font-latin),var(--font-sans); letter-spacing: .14em; }
.home-vnext-command-head i { width: 8px; height: 8px; border-radius: 50%; background: #20c98b; box-shadow: 0 0 0 5px rgba(32,201,139,.13),0 0 18px rgba(32,201,139,.44); }
.home-vnext-command h2 { position: relative; z-index: 1; margin: 25px 0 10px; color: #fff; font-size: 28px; line-height: 1.35; letter-spacing: -.025em; }
.home-vnext-command > p { position: relative; z-index: 1; margin: 0; color: #9db3c5; font-size: 14px; line-height: 1.75; }
.home-vnext-capability-list { position: relative; z-index: 1; display: grid; gap: 0; margin: 26px 0 0; border-top: 1px solid rgba(176,212,237,.15); }
.home-vnext-capability-list div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(176,212,237,.15); }
.home-vnext-capability-list dt { color: #c6d8e6; font-size: 13px; }
.home-vnext-capability-list dd { display: flex; align-items: center; gap: 8px; margin: 0; color: #72dfb7; font-size: 12px; font-weight: 750; }
.home-vnext-capability-list dd i { width: 7px; height: 7px; border-radius: 50%; background: #20c98b; }

.home-vnext-proof { background: #fff; border-bottom: 1px solid #dce5ee; }
.home-vnext-proof-grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); }
.home-vnext-proof-grid > div { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 21px 29px; border-right: 1px solid #dce5ee; }
.home-vnext-proof-grid > div:first-child { padding-left: 0; }
.home-vnext-proof-grid > div:last-child { border-right: 0; }
.home-vnext-proof-grid strong { color: #0b2038; font-size: 22px; font-weight: 850; }
.home-vnext-proof-grid span { margin-top: 5px; color: #63778b; font-size: 12px; line-height: 1.55; }
.home-vnext-proof-intro strong { font-size: 15px; }

.home-vnext-solutions { padding: 94px 0 98px; background: #f4f8fc; }
.home-vnext-section-heading { display: grid; grid-template-columns: .92fr 1.08fr; align-items: end; gap: 58px; margin-bottom: 40px; }
.home-vnext-section-heading h2 { margin: 0; color: #0b2038; font-size: clamp(39px,4.2vw,58px); line-height: 1.18; letter-spacing: -.045em; }
.home-vnext-section-heading > p { max-width: 590px; margin: 0 0 3px; color: #62768a; font-size: 16px; line-height: 1.85; }
.home-vnext-solution-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #d6e1eb; border-left: 1px solid #d6e1eb; }
.home-vnext-solution { min-height: 390px; display: flex; flex-direction: column; padding: 28px; color: #0b2038; background: #fff; border-right: 1px solid #d6e1eb; border-bottom: 1px solid #d6e1eb; text-decoration: none; transition: transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease; }
.home-vnext-solution:hover { position: relative; z-index: 2; color: #fff; background: #0a2947; box-shadow: 0 20px 46px rgba(8,35,61,.18); transform: translateY(-5px); }
.home-vnext-solution.is-featured { color: #fff; background: #0a2947; }
.home-vnext-solution > span { color: #1685eb; font: 800 10px var(--font-latin),var(--font-sans); letter-spacing: .12em; }
.home-vnext-solution.is-featured > span,.home-vnext-solution:hover > span { color: #73d9ff; }
.home-vnext-solution h3 { margin: 45px 0 15px; font-size: 23px; line-height: 1.35; }
.home-vnext-solution p { margin: 0; color: #64788c; font-size: 14px; line-height: 1.8; }
.home-vnext-solution.is-featured p,.home-vnext-solution:hover p { color: #b9ccdc; }
.home-vnext-solution ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 18px 0 0; border-top: 1px solid #e0e8ef; list-style: none; }
.home-vnext-solution.is-featured ul,.home-vnext-solution:hover ul { border-top-color: rgba(184,215,238,.2); }
.home-vnext-solution li { position: relative; padding-left: 14px; color: #5f7488; font-size: 12px; }
.home-vnext-solution.is-featured li,.home-vnext-solution:hover li { color: #c0d3e2; }
.home-vnext-solution li::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; background: #20c98b; }
.home-vnext-solution b { margin-top: auto; padding-top: 23px; color: #0877df; font-size: 13px; }
.home-vnext-solution.is-featured b,.home-vnext-solution:hover b { color: #79dcff; }
.home-vnext-principle { display: grid; grid-template-columns: .88fr 1.12fr; gap: 38px; margin-top: 24px; padding: 31px; color: #fff; background: linear-gradient(110deg,#0a2947,#0b3c65); }
.home-vnext-principle span { color: #77d8ff; font: 800 10px var(--font-latin),var(--font-sans); letter-spacing: .14em; }
.home-vnext-principle h3 { margin: 9px 0 0; font-size: 22px; line-height: 1.5; }
.home-vnext-principle p { margin: 0; color: #bed0df; font-size: 14px; line-height: 1.8; }

.home-vnext-method { padding: 92px 0; color: #fff; background: #061a31; }
.home-vnext-method-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 62px; }
.home-vnext-method-copy h2 { margin: 0; font-size: clamp(38px,4vw,56px); line-height: 1.18; letter-spacing: -.045em; }
.home-vnext-method-copy > p:not(.home-vnext-kicker) { margin: 24px 0 0; color: #adc1d2; font-size: 15px; line-height: 1.85; }
.home-vnext-method-copy > a { display: inline-block; margin-top: 28px; color: #79dcff; font-size: 13px; font-weight: 800; text-decoration: none; }
.home-vnext-steps { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; padding: 0; border-top: 1px solid rgba(188,216,236,.22); border-left: 1px solid rgba(188,216,236,.22); list-style: none; }
.home-vnext-steps li { min-height: 182px; padding: 25px; border-right: 1px solid rgba(188,216,236,.22); border-bottom: 1px solid rgba(188,216,236,.22); }
.home-vnext-steps span { color: #67d5ff; font: 800 10px var(--font-latin),var(--font-sans); letter-spacing: .1em; }
.home-vnext-steps h3 { margin: 25px 0 9px; font-size: 18px; }
.home-vnext-steps p { margin: 0; color: #91a9bc; font-size: 13px; line-height: 1.7; }

.home-vnext-contact { padding: 70px 0; background: #fff; }
.home-vnext-contact-card { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 42px 46px; color: #fff; background: linear-gradient(115deg,#0b3760,#1467ac); box-shadow: 0 24px 54px rgba(14,69,113,.16); }
.home-vnext-contact-card h2 { margin: 0; font-size: clamp(34px,3.5vw,49px); letter-spacing: -.04em; }
.home-vnext-contact-card > div:first-child > p:last-child { margin: 12px 0 0; color: #c8deed; }
.home-vnext-contact-actions { flex: 0 0 auto; display: grid; gap: 12px; text-align: center; }
.home-vnext-contact-actions a { color: #d7e9f5; text-decoration: none; font-size: 13px; }
.button.home-vnext-white { color: #0a3c69; background: #fff; border-radius: 10px; }
.home-vnext .site-footer { background: #031120; }
.home-vnext-floating-contact { animation: none; min-height: 58px; border-radius: 14px; }
.home-vnext-floating-contact .floating-line-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 11px; }
.home-vnext.site-menu-open { overflow: hidden; }
.home-vnext.site-menu-open .home-vnext-floating-contact { opacity: 0; visibility: hidden; pointer-events: none; }

@media (max-width: 1080px) {
  .home-vnext-hero-grid { gap: 38px; }
  .home-vnext-solution { padding: 23px; }
  .home-vnext-solution h3 { font-size: 20px; }
}

@media (max-width: 920px) {
  .home-vnext-hero-grid { grid-template-columns: 1fr; padding-block: 70px; }
  .home-vnext-command { max-width: 680px; }
  .home-vnext-proof-grid { grid-template-columns: repeat(2,1fr); }
  .home-vnext-proof-grid > div { border-bottom: 1px solid #dce5ee; }
  .home-vnext-proof-grid > div:first-child { padding-left: 29px; }
  .home-vnext-section-heading,.home-vnext-method-grid { grid-template-columns: 1fr; gap: 32px; }
  .home-vnext-solution-grid { grid-template-columns: repeat(2,1fr); }
  .home-vnext-principle { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .home-vnext .site-nav.open { min-height: calc(100dvh - 70px); max-height: calc(100dvh - 70px); overflow-y: auto; padding: 28px 24px; background: #fff; box-shadow: 0 30px 50px rgba(5,24,43,.2); }
  .home-vnext .site-nav a { padding: 13px 10px; font-size: 15px; }
  .home-vnext .site-nav .language-switch { min-height: 42px; margin-top: 10px; }
  .home-vnext .site-nav .nav-login { margin-top: 3px; text-align: center; }
}

@media (max-width: 620px) {
  .home-vnext-hero-grid { padding-block: 56px; }
  .home-vnext-copy h1 { font-size: 41px; line-height: 1.12; }
  .home-vnext-lead { font-size: 16px; line-height: 1.85; }
  .home-vnext-actions { flex-direction: column; }
  .home-vnext-actions .button { width: 100%; }
  .home-vnext-command { padding: 22px; }
  .home-vnext-command h2 { font-size: 24px; }
  .home-vnext-proof-grid { grid-template-columns: repeat(2,1fr); }
  .home-vnext-proof-grid > div { min-height: 96px; padding: 17px 14px; }
  .home-vnext-proof-grid > div:first-child { padding-left: 14px; }
  .home-vnext-proof-grid strong { font-size: 18px; }
  .home-vnext-proof-intro strong { font-size: 13px; }
  .home-vnext-solutions { padding: 70px 0 74px; }
  .home-vnext-section-heading h2 { font-size: 38px; }
  .home-vnext-section-heading > p { font-size: 15px; }
  .home-vnext-solution-grid { grid-template-columns: 1fr; }
  .home-vnext-solution { min-height: 335px; padding: 25px; }
  .home-vnext-solution h3 { margin-top: 34px; }
  .home-vnext-principle { padding: 25px; }
  .home-vnext-method { padding: 70px 0; }
  .home-vnext-method-copy h2 { font-size: 38px; }
  .home-vnext-steps { grid-template-columns: 1fr; }
  .home-vnext-steps li { min-height: 150px; }
  .home-vnext-contact { padding: 48px 0; }
  .home-vnext-contact-card { align-items: stretch; flex-direction: column; padding: 29px 24px; }
  .home-vnext-contact-card h2 { font-size: 34px; }
  .home-vnext-contact-actions { width: 100%; }
  .home-vnext-contact-actions .button { width: 100%; }
  .home-vnext-floating-contact { right: 11px; bottom: 11px; width: 48px; min-height: 48px; padding: 5px; gap: 0; border-radius: 50%; }
  .home-vnext-floating-contact .floating-line-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .home-vnext-floating-contact .floating-line-copy { display: none; }
}

@media (max-width: 390px) {
  .home-vnext-copy h1 { font-size: 36px; }
  .home-vnext-kicker { font-size: 9px; letter-spacing: .12em; }
  .home-vnext-proof-grid { grid-template-columns: 1fr; }
  .home-vnext-proof-grid > div { min-height: 82px; border-right: 0; }
  .home-vnext-section-heading h2,.home-vnext-method-copy h2 { font-size: 34px; }
}

/* ICDA Corporate Shared Shell v1.0.0 — unified navigation and footer. */
.corporate-shared-header .site-nav { gap: 14px; }
.corporate-shared-header .site-nav a { font-size: 12px; font-weight: 750; white-space: nowrap; }
.corporate-shared-header .site-nav a.is-current { color: var(--blue); }
.corporate-shared-header .site-nav .nav-login,
.home-vnext .corporate-shared-header .site-nav .nav-login {
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  background: #0877df;
  box-shadow: 0 9px 24px rgba(8,119,223,.26);
}
.corporate-shared-header .site-nav .nav-login:hover { color: #fff; background: #0067c7; }
.corporate-shared-footer { margin-top: 0; }
body.site-menu-open { overflow: hidden; }
body.site-menu-open .corporate-shared-contact { opacity: 0; visibility: hidden; pointer-events: none; }

@media (max-width: 1180px) {
  .corporate-shared-header .brand-meta { display: none; }
  .corporate-shared-header .site-nav { gap: 10px; }
  .corporate-shared-header .site-nav a { font-size: 11px; }
  html[lang="en"] .corporate-shared-header .site-nav { gap: 8px; }
  html[lang="en"] .corporate-shared-header .site-nav a { font-size: 10px; }
}

@media (max-width: 1040px) {
  .corporate-shared-header .menu-toggle { display: block; }
  .corporate-shared-header .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    min-height: calc(100dvh - 72px);
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    padding: 24px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 24px 44px rgba(11,31,58,.16);
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
  }
  .corporate-shared-header .site-nav.open { display: flex; }
  .corporate-shared-header .site-nav a,
  html[lang="en"] .corporate-shared-header .site-nav a { padding: 12px 10px; font-size: 14px; }
  .corporate-shared-header .site-nav .language-switch { min-height: 42px; margin-top: 7px; }
  .corporate-shared-header .site-nav .nav-login,
  .home-vnext .corporate-shared-header .site-nav .nav-login { margin-top: 4px; padding: 13px 18px; text-align: center; }
}

@media (max-width: 820px) {
  .corporate-shared-header .site-nav,
  .home-vnext .corporate-shared-header .site-nav.open {
    top: 70px;
    min-height: calc(100dvh - 70px);
    max-height: calc(100dvh - 70px);
  }
}
