:root {
  --navy-950: #020b19;
  --navy-900: #03152e;
  --navy-850: #061b39;
  --navy-800: #0a2448;
  --blue-600: #095fcf;
  --blue-500: #1775df;
  --blue-100: #eaf3ff;
  --ink: #111c2c;
  --muted: #687487;
  --line: #dfe4eb;
  --line-dark: rgba(255,255,255,.13);
  --surface: #f6f8fb;
  --white: #fff;
  --shell: 1320px;
  --header: 76px;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
.skip-link { position: fixed; top: -70px; left: 18px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--blue-600); }
.skip-link:focus { top: 10px; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.eyebrow { margin: 0 0 8px; color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.section { padding: 58px 0; }
.section-soft { background: var(--surface); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-head h2 { margin: 0; color: #0a172a; font-size: clamp(25px, 2.1vw, 34px); line-height: 1.24; letter-spacing: -.04em; }
.section-head p:not(.eyebrow) { max-width: 660px; margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 2px; color: #0b3d7a; background: none; font-size: 13px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.text-link::after { content: "→"; transition: transform .25s var(--ease); }
.text-link:hover::after { transform: translateX(4px); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header); color: #fff; background: rgba(2,15,34,.97); border-bottom: 1px solid rgba(139,178,228,.15); box-shadow: 0 8px 24px rgba(0,8,22,.08); backdrop-filter: blur(16px) saturate(130%); }
.header-row { height: 100%; display: grid; grid-template-columns: 190px minmax(0,1fr) auto; align-items: center; gap: clamp(22px,2vw,34px); }
.brand { display: inline-flex; width: fit-content; flex-direction: column; line-height: 1; }
.brand strong { font-size: 25px; font-weight: 900; letter-spacing: -.045em; }
.brand small { margin-top: 5px; color: #9fb0c8; font-size: 6px; font-weight: 700; letter-spacing: .1em; }
.desktop-nav { display: flex; min-width: 0; height: 100%; align-items: center; justify-content: center; gap: clamp(18px, 1.65vw, 28px); }
.desktop-nav a { position: relative; display: grid; height: 100%; place-items: center; color: rgba(226,235,247,.82); font-size: 12.5px; font-weight: 670; letter-spacing: -.015em; white-space: nowrap; transition: color .22s ease; }
.desktop-nav a::after { position: absolute; bottom: 0; left: 50%; width: 26px; height: 2px; content: ""; background: #5da4f7; opacity: 0; transform: translateX(-50%) scaleX(.25); transition: opacity .2s ease, transform .26s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { opacity: 1; transform: translateX(-50%) scaleX(1); }
.header-tools { display: flex; align-items: center; gap: 10px; }
.header-tools button, .mobile-menu-button { color: #dce5f2; border: 0; background: transparent; cursor: pointer; }
.tool-icon { display:grid; width: 34px; height: 40px; padding: 0; place-items:center; }
.tool-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.action-divider { width:1px; height:17px; margin:0 2px; background:rgba(181,203,233,.24); }
.minor-action { display:inline-flex; min-height:40px; align-items:center; gap:5px; padding:0 2px; color:rgba(232,240,250,.78)!important; font-size:11.5px; font-weight:650; letter-spacing:-.01em; transition:color .2s ease; }
.minor-action:hover { color:#fff!important; }
.header-user-icon { width:14px; height:14px; fill:none; stroke:currentColor; stroke-width:1.7; }
.quote-action { display:inline-grid; min-width:88px; min-height:40px; place-items:center; padding:0 16px; border:1px solid rgba(255,255,255,.72)!important; color:#fff!important; background:rgba(255,255,255,.025); box-shadow:inset 0 1px rgba(255,255,255,.08); font-size:12px; font-weight:760; letter-spacing:-.01em; transition:background .2s ease,border-color .2s ease,transform .22s var(--ease); }
.quote-action:hover { border-color:#fff!important; background:rgba(255,255,255,.08)!important; transform:translateY(-1px); }
.quote-action:active { transform:translateY(0) scale(.985); }
.desktop-nav a:focus-visible,.header-tools button:focus-visible,.quote-action:focus-visible { outline:2px solid #7eb8ff; outline-offset:3px; }
.mobile-menu-button { display: none; width: 42px; height: 42px; padding: 8px; }
.mobile-menu-button span { display: block; width: 24px; height: 1px; margin: 6px auto; background: #fff; transition: transform .3s var(--ease), opacity .2s; }
.mobile-menu-button.is-active span:first-child { transform: translateY(7px) rotate(45deg); }
.mobile-menu-button.is-active span:nth-child(2) { opacity: 0; }
.mobile-menu-button.is-active span:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-panel { position: fixed; inset: var(--header) 0 0; z-index: 95; display: none; color: #fff; background: #03152e; overflow-y: auto; }
.mobile-panel.is-open { display: block; }
.mobile-panel-inner { padding: 32px 0 48px; }
.mobile-panel nav { display: grid; }
.mobile-panel nav a { display: flex; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 19px; font-weight: 720; }
.mobile-panel nav span { color: #6f8aaa; font-size: 11px; }
.mobile-panel-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
.mobile-panel-cta a, .mobile-panel-cta button { min-height: 48px; border: 1px solid rgba(255,255,255,.2); color: #fff; background: transparent; font-weight: 700; }
.mobile-panel-cta a { display: grid; place-items: center; background: var(--blue-600); }

/* Hero */
.sub-hero { position: relative; height: 360px; color: #fff; background: #020c1b; overflow: hidden; }
.sub-hero-media { position: absolute; inset: 0; overflow: hidden; background: #020c1b; }
.sub-hero-media > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025) translate3d(.7%, -.25%, 0); will-change: transform; }
.hero-motion-ready .sub-hero-media > img { animation: sub-hero-drift 12s cubic-bezier(.45,0,.55,1) infinite alternate; }
.sub-hero::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(1,10,24,.97) 0%, rgba(1,12,27,.88) 36%, rgba(1,12,27,.33) 72%, rgba(1,10,22,.2)); }
.hero-grid { position: absolute; inset: 0; z-index: 3; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.sub-hero-inner { position: relative; z-index: 4; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 8px; }
.crumb { display: flex; gap: 9px; margin-bottom: 25px; color: #9eacc0; font-size: 11px; }
.sub-hero h1 { margin: 0; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.08; letter-spacing: -.055em; }
.sub-hero .hero-kicker { margin: 7px 0 0; color: #dce6f4; font-size: 18px; font-weight: 680; }
.sub-hero .hero-desc { max-width: 650px; margin: 12px 0 0; color: #b9c7d8; font-size: 14px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 24px; }
.hero-chip { display: flex; align-items: center; gap: 8px; color: #d6e1ef; font-size: 11px; font-weight: 650; }
.hero-chip svg { width: 19px; height: 19px; fill: none; stroke: #7eb3fa; stroke-width: 1.65; }

@keyframes sub-hero-drift {
  from { transform: scale(1.025) translate3d(.7%, -.25%, 0); }
  to { transform: scale(1.13) translate3d(-2.1%, .7%, 0); }
}

/* Building blocks */
.icon-box { display: inline-grid; width: 48px; height: 48px; place-items: center; color: #0d5bb6; }
.icon-box svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.card-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.info-card { min-width: 0; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.info-card:hover { position: relative; z-index: 2; border-color: #8eb9ed; box-shadow: 0 16px 36px rgba(15,40,70,.1); transform: translateY(-4px); }
.info-card h3 { margin: 16px 0 8px; color: #0b1729; font-size: 18px; line-height: 1.35; }
.info-card p { margin: 0; color: var(--muted); font-size: 13.5px; }
.info-card ul { margin: 13px 0 0; padding-left: 16px; color: #4e5c70; font-size: 12.5px; }
.info-card .text-link { margin-top: 18px; }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: -1px; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(4,25,52,.07); }
.quick-card { display: grid; min-height: 105px; grid-template-columns: 58px 1fr 16px; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid var(--line); background: #fff; transition: background .25s, color .25s; }
.quick-card:last-child { border-right: 0; }
.quick-card svg { width: 42px; height: 42px; fill: none; stroke: #0c4f9b; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.quick-card strong { display: block; font-size: 15px; }
.quick-card small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.quick-card > span:last-child { color: #8190a3; font-size: 20px; }
.quick-card:hover { color: #fff; background: var(--navy-850); }
.quick-card:hover small, .quick-card:hover > span:last-child { color: #bcd1eb; }
.quick-card:hover svg { stroke: #70afff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.feature-image { position: relative; min-height: 330px; overflow: hidden; background: #041632; }
.feature-image img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.feature-image::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.lead-title { margin: 0 0 15px; font-size: clamp(27px, 2.7vw, 39px); line-height: 1.28; letter-spacing: -.045em; }
.lead-copy { color: #546175; font-size: 14px; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 27px; }
.metric { min-width: 0; padding: 0 15px; text-align: center; border-right: 1px solid var(--line); }
.metric:first-child { padding-left: 0; }
.metric:last-child { padding-right: 0; border-right: 0; }
.metric svg { width: 30px; height: 30px; margin: 0 auto 8px; fill: none; stroke: #0d5bb6; stroke-width: 1.5; }
.metric strong { display: block; color: #071933; font-size: 22px; letter-spacing: -.03em; }
.metric span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.dark-band { color: #fff; background: var(--navy-900); }
.dual-band { display: grid; grid-template-columns: 1fr 1fr; }
.dual-panel { position: relative; min-height: 215px; padding: 38px 160px 38px 34px; overflow: hidden; border-right: 1px solid var(--line-dark); }
.dual-panel:last-child { border-right: 0; }
.dual-panel small { color: #6faeff; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.dual-panel h3 { margin: 9px 0 12px; font-size: 20px; line-height: 1.42; }
.dual-panel p { margin: 0; color: #b1c1d5; font-size: 12px; }
.dual-panel .watermark-icon { position: absolute; right: 35px; top: 45px; color: #2b70c7; opacity: .75; }
.dual-panel .watermark-icon svg { width: 104px; height: 104px; fill: none; stroke: currentColor; stroke-width: .9; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(6,1fr); border: 1px solid var(--line); background: #fff; }
.process-grid::before { position: absolute; top: 31px; right: 7%; left: 7%; height: 1px; content: ""; background: #ccd5e0; }
.process-step { position: relative; min-height: 170px; padding: 17px 14px 20px; text-align: center; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-num { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; margin: 0 auto 20px; place-items: center; color: #fff; background: var(--navy-900); border-radius: 50%; font-size: 10px; font-weight: 800; }
.process-step h3 { margin: 0 0 7px; font-size: 14px; }
.process-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.product-row { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { position: relative; min-width: 0; padding: 18px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: .3s var(--ease); }
.product-card:hover { z-index: 2; box-shadow: 0 16px 35px rgba(12,35,65,.12); transform: translateY(-4px); }
.product-thumb { display: grid; height: 142px; place-items: center; }
.product-thumb img { width: 100%; height: 122px; object-fit: contain; }
.product-card small { color: #0b5eb8; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.product-card h3 { min-height: 40px; margin: 7px 0 5px; font-size: 14px; line-height: 1.42; }
.product-card p { min-height: 39px; margin: 0 0 13px; color: var(--muted); font-size: 11.5px; line-height: 1.55; }
.product-actions { display: flex; gap: 13px; color: #0a4f9f; font-size: 11px; font-weight: 750; }
.product-actions button { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }
.architecture { display: grid; grid-template-columns: 300px 1fr; border: 1px solid var(--line); }
.architecture-info { padding: 25px; border-right: 1px solid var(--line); }
.arch-note { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.arch-note:last-child { border-bottom: 0; }
.arch-note svg { width: 28px; height: 28px; fill: none; stroke: #0a59ae; stroke-width: 1.5; }
.arch-note strong { display: block; font-size: 13px; }
.arch-note span { color: var(--muted); font-size: 10px; }
.architecture-map { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: stretch; padding: 28px; background: #fafbfd; }
.arch-column { position: relative; display: grid; align-content: center; gap: 9px; padding: 15px; border: 1px solid var(--line); background: #fff; text-align: center; }
.arch-column:not(:last-child)::after { position: absolute; top: 50%; right: -13px; content: "›"; color: #8ea0b5; font-size: 26px; transform: translateY(-50%); }
.arch-column strong { color: #0a356a; font-size: 12px; }
.arch-column span { padding: 8px 5px; color: #526074; background: #f4f7fa; font-size: 10px; }
.cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; min-height: 136px; padding: 28px 38px; color: #fff; background-color: var(--navy-900); background-image: linear-gradient(90deg, rgba(3,21,46,.98), rgba(3,21,46,.72)), url("assets/responsive/hero-datacenter-768.88ee81a8bfd0.webp"); background-position: center; background-size: cover; }
.cta h2 { margin: 0; font-size: 23px; letter-spacing: -.03em; }
.cta p { margin: 5px 0 0; color: #b6c6d9; font-size: 12px; }
.button-row { display: flex; gap: 8px; }
.button { display: inline-grid; min-width: 142px; min-height: 43px; place-items: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.42); color: #fff; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; transition: .25s var(--ease); }
.button-primary { border-color: var(--blue-600); background: var(--blue-600); }
.button:hover { color: #09254b; background: #fff; transform: translateY(-2px); }

/* Company */
.ceo-block { display: grid; grid-template-columns: 1.1fr .75fr 1fr; min-height: 330px; align-items: stretch; background: #f7f8fa; }
.ceo-copy { padding: 35px; }
.ceo-copy h2 { margin: 8px 0 15px; font-size: 27px; line-height: 1.35; }
.ceo-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.signature { margin-top: 28px; color: #14243a; font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.ceo-photo { overflow: hidden; }
.ceo-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.ceo-values { display: grid; align-content: center; padding: 20px 30px; }
.ceo-value { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.ceo-value:last-child { border-bottom: 0; }
.ceo-value svg { width: 27px; height: 27px; fill: none; stroke: #0a5bb4; stroke-width: 1.45; }
.ceo-value strong { display: block; font-size: 13px; }
.ceo-value span { color: var(--muted); font-size: 10px; }
.value-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 172px; padding: 23px 17px; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card .icon-box { margin: 0 auto; }
.value-card h3 { margin: 10px 0 6px; font-size: 14px; }
.value-card p { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.55; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); padding-top: 26px; }
.timeline::before { position: absolute; top: 33px; right: 7%; left: 7%; height: 2px; content: ""; background: #173c70; }
.timeline-item { position: relative; padding: 28px 18px 0; }
.timeline-item::before { position: absolute; top: 2px; left: 18px; width: 12px; height: 12px; content: ""; border: 3px solid #174d8e; background: #fff; border-radius: 50%; }
.timeline-item strong { display: block; color: #0b4d96; font-size: 13px; }
.timeline-item b { display: block; margin: 6px 0 4px; font-size: 13px; }
.timeline-item span { color: var(--muted); font-size: 11px; }
.partner-grid { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line); }
.partner { min-height: 104px; display: grid; place-items: center; text-align: center; border-right: 1px solid var(--line); }
.partner:last-child { border-right: 0; }
.partner strong { display: block; color: #233957; font-size: 23px; letter-spacing: -.04em; }
.partner small { color: var(--muted); font-size: 9px; }
.office-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.office { display: grid; grid-template-columns: 145px 1fr; gap: 16px; padding: 15px; border-right: 1px solid var(--line); }
.office:last-child { border-right: 0; }
.office img { width: 145px; height: 105px; object-fit: cover; }
.office h3 { margin: 3px 0 7px; font-size: 13px; }
.office p { margin: 0; color: var(--muted); font-size: 11px; }

/* Solution / Community */
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.case-card { position: relative; min-height: 230px; overflow: hidden; color: #fff; background: var(--navy-900); }
.case-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .52; transition: transform .5s var(--ease); }
.case-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(2,12,25,.08), rgba(2,12,25,.92)); }
.case-card:hover img { transform: scale(1.045); }
.case-card-content { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; }
.case-card small { color: #7eb5ff; font-size: 10px; }
.case-card h3 { margin: 7px 0; font-size: 18px; }
.case-card p { margin: 0; color: #c4d0df; font-size: 11px; }
.dark-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.dark-feature { min-height: 145px; padding: 28px 24px; border-right: 1px solid var(--line-dark); }
.dark-feature:last-child { border-right: 0; }
.dark-feature svg { width: 35px; height: 35px; fill: none; stroke: #6fafff; stroke-width: 1.4; }
.dark-feature h3 { margin: 13px 0 5px; font-size: 14px; }
.dark-feature p { margin: 0; color: #aebfd2; font-size: 11.5px; }
.news-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; }
.feature-news { position: relative; min-height: 330px; overflow: hidden; color: #fff; background: #04142b; }
.feature-news img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.feature-news::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 15%, rgba(1,10,22,.94)); }
.feature-news-content { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; }
.feature-news-content small { color: #79b4ff; }
.feature-news-content h2 { max-width: 560px; margin: 8px 0 9px; font-size: 28px; line-height: 1.35; }
.feature-news-content p { margin: 0; color: #c0cedf; font-size: 12px; }
.list-panel { border-top: 2px solid var(--navy-850); }
.list-title { display: flex; align-items: center; justify-content: space-between; min-height: 54px; border-bottom: 1px solid var(--line); }
.list-title h2 { margin: 0; font-size: 20px; }
.article-list { margin: 0; padding: 0; list-style: none; }
.article-list li { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
.article-list a:hover { color: var(--blue-600); }
.article-list time { color: #8792a1; font-size: 11px; }
.tabs { display: flex; border-bottom: 1px solid var(--line); }
.tab { min-height: 42px; padding: 0 23px; border: 0; border-bottom: 2px solid transparent; color: #6f7a89; background: transparent; font-size: 12px; cursor: pointer; }
.tab.is-active { color: #0756aa; border-bottom-color: #0756aa; font-weight: 800; }
.resource-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.resource-table th { padding: 10px 14px; color: #526072; background: #f5f7f9; font-size: 10px; text-align: left; }
.resource-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); }
.resource-table td:first-child { width: 64px; color: #8a95a2; }
.resource-table td:last-child { width: 90px; color: #075caf; font-weight: 730; text-align: right; }
.event-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.event-card { position: relative; min-height: 170px; padding: 24px; border-right: 1px solid var(--line); overflow: hidden; }
.event-card:last-child { border-right: 0; }
.event-card::after { position: absolute; top: -28px; right: -28px; width: 110px; height: 110px; content: ""; background: #edf5ff; border-radius: 50%; }
.event-card small { position: relative; z-index: 1; color: #0a60ba; font-size: 10px; font-weight: 800; }
.event-card h3 { position: relative; z-index: 1; margin: 12px 0 18px; font-size: 15px; }
.event-card time { position: relative; z-index: 1; color: var(--muted); font-size: 10px; }

/* Customer */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form { padding: 30px; color: #fff; background: var(--navy-900); }
.contact-form h2 { margin: 0; font-size: 23px; }
.contact-form > p { margin: 4px 0 18px; color: #aebfd3; font-size: 11px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 41px; margin-bottom: 8px; padding: 9px 12px; color: #fff; border: 1px solid #496078; border-radius: 0; outline: 0; background: rgba(255,255,255,.025); }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #64a8f8; }
.contact-form select option { color: #111; }
.agree { display: flex; align-items: center; gap: 8px; margin: 5px 0 13px; color: #aebfd2; font-size: 10px; }
.agree input { width: 14px; min-height: auto; margin: 0; }
.submit-button { width: 100%; min-height: 45px; color: #fff; border: 0; background: var(--blue-600); font-weight: 800; cursor: pointer; }
.faq-panel { padding: 24px; background: #f7f8fa; }
.faq-panel h2 { margin: 0 0 14px; font-size: 23px; }
.faq-item { margin-bottom: 7px; border: 1px solid var(--line); background: #fff; }
.faq-button { display: grid; width: 100%; min-height: 52px; grid-template-columns: 1fr 20px; align-items: center; padding: 0 17px; border: 0; background: #fff; text-align: left; font-size: 12px; font-weight: 650; cursor: pointer; }
.faq-button span:last-child { color: #0b5eb8; font-size: 18px; transition: transform .25s; }
.faq-item.is-open .faq-button span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 17px 17px; color: var(--muted); font-size: 11px; }
.faq-item.is-open .faq-answer { display: block; }
.service-strip { display: grid; grid-template-columns: repeat(3,1fr); padding: 28px 0; }
.service-col { padding: 0 32px; border-right: 1px solid var(--line-dark); }
.service-col:last-child { border-right: 0; }
.service-col h3 { margin: 0 0 13px; font-size: 17px; }
.service-col p { margin: 0 0 13px; color: #aebfd2; font-size: 11px; }
.service-col li { margin: 7px 0; color: #d6e1ee; font-size: 11px; }
.map-layout { display: grid; grid-template-columns: 350px 1fr; border: 1px solid var(--line); }
.map-info { padding: 28px; }
.map-info h2 { margin: 0 0 4px; font-size: 23px; }
.map-info address { margin: 14px 0 18px; color: #4f5d70; font-size: 12px; font-style: normal; }
.map-info ul { margin: 0; padding: 0; list-style: none; }
.map-info li { padding: 8px 0; border-top: 1px solid var(--line); color: #596779; font-size: 11px; }
.map-board { position: relative; min-height: 315px; overflow: hidden; background-color: #edf0f2; background-image: linear-gradient(27deg, transparent 45%, rgba(255,255,255,.92) 46%, rgba(255,255,255,.92) 49%, transparent 50%), linear-gradient(112deg, transparent 38%, rgba(255,255,255,.95) 39%, rgba(255,255,255,.95) 43%, transparent 44%), repeating-linear-gradient(0deg, transparent, transparent 50px, rgba(172,185,195,.22) 51px); background-size: 170px 130px, 230px 170px, auto; }
.map-board::after { position: absolute; inset: 0; content: "VELTO  본사   ·   데이터센터 거리   ·   AI 인프라 연구소"; padding: 22px; color: rgba(69,87,104,.24); font-size: 11px; letter-spacing: .18em; }
.map-pin { position: absolute; z-index: 2; top: 50%; left: 54%; display: grid; width: 118px; min-height: 58px; place-items: center; color: #fff; background: var(--navy-900); font-size: 12px; font-weight: 800; transform: translate(-50%,-50%); box-shadow: 0 8px 24px rgba(3,21,46,.25); }
.map-pin::after { position: absolute; bottom: -12px; width: 0; height: 0; content: ""; border-top: 12px solid var(--navy-900); border-right: 10px solid transparent; border-left: 10px solid transparent; }

/* Footer, dialogs, motion */
.site-footer { color: #aab9cd; background: #021128; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3,.72fr) .9fr; gap: 38px; padding: 42px 0 34px; }
.footer-brand strong { display: block; color: #fff; font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.footer-brand small { display: block; margin: 6px 0 16px; color: #7186a2; font-size: 6px; }
.footer-brand p { margin: 0; font-size: 12px; line-height: 1.8; }
.footer-col h3 { margin: 0 0 12px; color: #fff; font-size: 12.5px; }
.footer-col a { display: block; margin: 7px 0; font-size: 11.5px; }
.footer-col a:hover { color: #fff; }
.socials { display: flex; gap: 8px; margin: 12px 0 16px; }
.socials a { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 10px; }
.kakao { display: flex; min-height: 48px; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.24); color: #fff; font-size: 11px; }
.kakao i { display: grid; width: 23px; height: 23px; place-items: center; color: #171717; background: #fee500; border-radius: 50%; font-style: normal; }
.footer-bottom { padding: 13px 0 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10.5px; }
.search-layer { position: fixed; inset: 0; z-index: 300; display: none; place-items: start center; padding-top: 13vh; background: rgba(1,8,19,.88); backdrop-filter: blur(7px); }
.search-layer.is-open { display: grid; }
.search-box { width: min(700px, calc(100% - 36px)); color: #fff; }
.search-box-top { display: flex; justify-content: space-between; margin-bottom: 22px; }
.search-box h2 { margin: 0; font-size: 25px; }
.search-close { color: #fff; border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.search-form { display: grid; grid-template-columns: 1fr 88px; }
.search-form input { min-height: 57px; padding: 0 17px; border: 1px solid #607791; border-right: 0; color: #fff; background: #061b38; outline: 0; }
.search-form button { border: 0; color: #fff; background: var(--blue-600); font-weight: 750; }
.toast { position: fixed; z-index: 400; right: 24px; bottom: 24px; max-width: 360px; padding: 15px 19px; color: #fff; background: #071b35; box-shadow: 0 15px 40px rgba(0,0,0,.22); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(14px); transition: .3s var(--ease); }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .shell { width: min(100% - 40px, var(--shell)); }
  .header-row { grid-template-columns: 145px minmax(0,1fr) auto; gap: 14px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: 11px; }
  .header-tools { gap:7px; }
  .minor-action { font-size:10px; }
  .quote-action { min-width:78px; padding-inline:12px; font-size:11px; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .product-row { grid-template-columns: repeat(3,1fr); }
  .product-card:nth-child(n+4) { margin-top: 0; }
  .footer-main { grid-template-columns: 1.4fr repeat(3,.8fr); }
  .footer-col:last-child { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; }
}

@media (max-width: 920px) {
  :root { --header: 64px; }
  .shell { width: calc(100% - 32px); }
  .header-row { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-tools { display: none; }
  .mobile-menu-button { display: block; }
  .sub-hero { height: 330px; }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-card:nth-child(2) { border-right: 0; }
  .quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .news-layout, .contact-layout { grid-template-columns: 1fr; }
  .metric-grid { max-width: 600px; }
  .dual-panel { padding-right: 110px; }
  .dual-panel .watermark-icon { right: 18px; opacity: .4; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid::before { display: none; }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .architecture { grid-template-columns: 1fr; }
  .architecture-info { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .arch-note { border-bottom: 0; }
  .value-grid { grid-template-columns: repeat(3,1fr); }
  .value-card:nth-child(n+4) { grid-column: span 1; }
  .ceo-block { grid-template-columns: 1fr .8fr; }
  .ceo-values { grid-column: 1 / -1; grid-template-columns: repeat(2,1fr); }
  .ceo-value:nth-child(odd) { margin-right: 18px; }
  .timeline { grid-template-columns: repeat(3,1fr); row-gap: 24px; }
  .timeline::before { display: none; }
  .partner-grid { grid-template-columns: repeat(3,1fr); }
  .partner { border-bottom: 1px solid var(--line); }
  .office-grid { grid-template-columns: 1fr; }
  .office { border-right: 0; border-bottom: 1px solid var(--line); }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .dark-feature-grid { grid-template-columns: repeat(2,1fr); }
  .dark-feature:nth-child(2) { border-right: 0; }
  .dark-feature:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .event-grid { grid-template-columns: repeat(2,1fr); }
  .event-card:nth-child(2) { border-right: 0; }
  .event-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .map-layout { grid-template-columns: 300px 1fr; }
  .footer-main { grid-template-columns: 1.5fr repeat(2,1fr); }
}

@media (max-width: 680px) {
  body { font-size: 14px; }
  .shell { width: calc(100% - 28px); }
  .section { padding: 44px 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 20px; }
  .section-head h2 { font-size: 26px; }
  .brand strong { font-size: 23px; }
  .sub-hero { height: 380px; }
  .sub-hero::after { background: linear-gradient(90deg, rgba(1,10,24,.95), rgba(1,10,24,.67)); }
  .sub-hero-media > img { object-position: 63% center; }
  .sub-hero h1 { font-size: 40px; }
  .sub-hero .hero-kicker { font-size: 16px; }
  .sub-hero .hero-desc { max-width: 92%; font-size: 13px; }
  .hero-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
  .quick-grid, .card-grid, .product-row, .value-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-card:last-child { border-bottom: 0; }
  .info-card { padding: 24px 21px; }
  .split { gap: 26px; }
  .feature-image, .feature-image img { min-height: 230px; }
  .metric-grid { grid-template-columns: repeat(2,1fr); gap: 18px 0; }
  .metric:nth-child(2) { border-right: 0; }
  .dual-band { grid-template-columns: 1fr; }
  .dual-panel { min-height: 200px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .dual-panel:last-child { border-bottom: 0; }
  .ceo-block { grid-template-columns: 1fr; }
  .ceo-photo { height: 360px; }
  .ceo-values { grid-template-columns: 1fr; }
  .ceo-value:nth-child(odd) { margin-right: 0; }
  .timeline { grid-template-columns: 1fr; padding-top: 0; }
  .timeline-item { padding: 0 0 0 28px; }
  .timeline-item::before { top: 5px; left: 0; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .partner { min-height: 85px; }
  .office { grid-template-columns: 110px 1fr; }
  .office img { width: 110px; height: 94px; }
  .architecture-info { grid-template-columns: 1fr; gap: 0; }
  .arch-note { border-bottom: 1px solid var(--line); }
  .architecture-map { grid-template-columns: 1fr; }
  .arch-column:not(:last-child)::after { top: auto; right: 50%; bottom: -21px; transform: translateX(50%) rotate(90deg); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(3) { border-right: 1px solid var(--line); }
  .process-step:nth-child(even) { border-right: 0; }
  .process-step:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 210px; }
  .dark-feature-grid, .event-grid { grid-template-columns: 1fr; }
  .dark-feature, .event-card { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .event-card { border-bottom-color: var(--line); }
  .article-list li { grid-template-columns: 1fr; gap: 3px; }
  .tabs { overflow-x: auto; }
  .tab { flex: 0 0 auto; padding: 0 15px; }
  .resource-table th:nth-child(3), .resource-table td:nth-child(3), .resource-table th:nth-child(4), .resource-table td:nth-child(4) { display: none; }
  .service-strip { grid-template-columns: 1fr; padding: 10px 0; }
  .service-col { padding: 22px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .map-layout { grid-template-columns: 1fr; }
  .map-board { min-height: 270px; }
  .cta { grid-template-columns: 1fr; padding: 28px 23px; }
  .button-row { flex-direction: column; }
  .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: 1 / -1; display: block; }
}

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

  /* Preserve only the explicitly requested cinematic hero background. */
  .hero-motion-ready .sub-hero-media > img { animation: sub-hero-drift 12s cubic-bezier(.45,0,.55,1) infinite alternate!important; }
}

/* Keep below-the-fold enterprise sections out of the initial rendering budget. */
.sub-hero ~ .section,
.sub-hero ~ .dark-band {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

/*
 * VELTO Enterprise Polish Layer
 * Shared optical, interaction and responsive refinements for all page variants.
 */

:root {
  --belto-shell: 1540px;
  --belto-gutter: clamp(24px, 3.25vw, 52px);
  --belto-navy: #041327;
  --belto-line: #dbe2eb;
  --belto-focus: #72afff;
  --belto-ease: cubic-bezier(.22, 1, .36, 1);
  --belto-shadow: 0 18px 44px rgba(5, 23, 48, .11);
}

html {
  text-size-adjust: 100%;
}

body {
  word-break: keep-all;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: var(--belto-focus);
}

/* Header: one optical system across home and inner pages. */
@media (min-width: 1101px) {
  body:not(.reference-match) .shell {
    width: min(var(--belto-shell), calc(100% - (var(--belto-gutter) * 2)));
  }

  body:not(.reference-match) .header-row {
    grid-template-columns: minmax(180px, .82fr) minmax(720px, 3.7fr) minmax(132px, .7fr);
    gap: clamp(22px, 2.15vw, 38px);
  }

  body:not(.reference-match) .desktop-nav {
    gap: clamp(18px, 1.5vw, 27px);
  }

  body:not(.reference-match) .desktop-nav a {
    font-size: 12.5px;
    line-height: 1;
  }

  body:not(.reference-match) .header-tools {
    justify-content: flex-end;
  }
}

/* Customer action guide: resilient on desktop, mobile and OS reduced-motion modes. */
.contact-form-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.contact-form-heading h2 {
  margin: 0;
}

.contact-form-heading p {
  max-width: 470px;
  margin: 5px 0 0;
  color: #afc0d5;
  font-size: 12px;
  line-height: 1.6;
}

.contact-guide-replay {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  color: #d9e9fb;
  border: 1px solid rgba(148, 184, 224, .42);
  background: rgba(255, 255, 255, .035);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
  transition: border-color .28s var(--belto-ease), background .28s var(--belto-ease), transform .28s var(--belto-ease);
}

.contact-guide-replay:hover,
.contact-guide-replay:focus-visible,
.contact-guide-replay.is-running {
  border-color: rgba(112, 174, 247, .9);
  background: rgba(34, 111, 206, .13);
}

.contact-guide-replay:hover {
  transform: translateY(-1px);
}

.contact-guide-replay svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: #72b4ff;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-guide-replay svg path:last-child {
  fill: #72b4ff;
  stroke: none;
}

.contact-guide-replay small {
  display: block;
  margin-bottom: 3px;
  color: #78b7fc;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
}

.belto-action-guide-layer {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}

.belto-action-guide-pointer,
.belto-action-guide-panel {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.belto-action-guide-pointer {
  width: 36px;
  height: 36px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(0 11px 16px rgba(1, 18, 42, .3));
}

.belto-action-guide-pointer.is-visible,
.belto-action-guide-panel.is-visible {
  opacity: 1;
  visibility: visible;
}

.belto-action-guide-pointer-halo {
  position: absolute;
  z-index: 0;
  top: -11px;
  left: -11px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(96, 170, 255, .68);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.6);
}

.belto-action-guide-pointer-core {
  position: relative;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  transform-origin: 8px 6px;
}

.belto-action-guide-pointer-core svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.belto-action-guide-pointer .pointer-fill {
  fill: #f8fbff;
}

.belto-action-guide-pointer .pointer-line {
  fill: none;
  stroke: #176fda;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.belto-action-guide-pointer.is-pressing .belto-action-guide-pointer-halo {
  animation: beltoGuidePointerHalo .82s cubic-bezier(.16, 1, .3, 1) both !important;
}

.belto-action-guide-panel {
  box-sizing: border-box;
  width: min(326px, calc(100vw - 28px));
  min-height: 124px;
  padding: 17px 43px 17px 18px;
  color: #f7fbff;
  border: 1px solid rgba(126, 173, 228, .36);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(11, 39, 76, .96), rgba(2, 18, 42, .97)),
    #041a37;
  box-shadow:
    0 24px 62px -26px rgba(1, 12, 29, .84),
    0 10px 24px -16px rgba(55, 133, 226, .5),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  transform: translate3d(0, 0, 0);
  isolation: isolate;
}

.belto-action-guide-panel::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 72px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #63acff, rgba(99, 172, 255, 0));
}

.belto-action-guide-panel.is-final {
  border-color: rgba(101, 177, 255, .58);
  box-shadow:
    0 28px 70px -28px rgba(1, 12, 29, .9),
    0 12px 32px -16px rgba(47, 139, 245, .68),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

.belto-action-guide-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  padding: 0;
  color: #aac3df;
  border: 1px solid rgba(157, 190, 226, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .045);
  cursor: pointer;
  pointer-events: auto;
}

.belto-action-guide-close span {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 11px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
}

.belto-action-guide-close span:last-child {
  transform: rotate(-45deg);
}

.belto-action-guide-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: #78b8ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
}

.belto-action-guide-meta span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.belto-action-guide-meta i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5cabff;
  box-shadow: 0 0 0 4px rgba(92, 171, 255, .12);
}

.belto-action-guide-panel > strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 790;
  letter-spacing: -.01em;
}

.belto-action-guide-panel > p {
  min-height: 39px;
  margin: 0;
  color: #c7d8ea;
  font-size: 13px;
  font-weight: 560;
  line-height: 1.55;
  word-break: keep-all;
}

.belto-action-guide-panel > p.is-typing::after {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 3px;
  vertical-align: -.12em;
  content: "";
  background: #66adff;
  animation: beltoGuideTypingCaret .7s steps(1, end) infinite !important;
}

.belto-action-guide-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-belto-action-guide-target {
  position: relative;
  z-index: 2;
  outline: 1.5px solid rgba(92, 171, 255, .98) !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 8px rgba(64, 145, 238, .16), 0 12px 26px -18px rgba(74, 159, 255, .72) !important;
  animation: beltoGuideTargetGlow 1.55s cubic-bezier(.16, 1, .3, 1) both !important;
}

.agree.is-belto-action-guide-target {
  border-radius: 3px;
  background: rgba(45, 126, 221, .12);
}

.submit-button.is-belto-action-guide-target {
  box-shadow: 0 0 0 8px rgba(68, 151, 247, .2), 0 18px 38px -17px rgba(50, 145, 255, .78) !important;
}

@keyframes beltoGuidePointerHalo {
  0% { opacity: 0; transform: scale(.58); }
  28% { opacity: .9; }
  100% { opacity: 0; transform: scale(1.55); }
}

@keyframes beltoGuideTargetGlow {
  0%, 100% { outline-offset: 4px; filter: saturate(1); }
  42% { outline-offset: 9px; filter: saturate(1.16) brightness(1.07); }
}

@keyframes beltoGuideTypingCaret {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@media (max-width: 680px) {
  .contact-form-header {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 15px;
  }

  .contact-guide-replay {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .belto-action-guide-panel {
    width: min(336px, calc(100vw - 28px));
    min-height: 120px;
    padding: 16px 42px 16px 17px;
    border-radius: 11px;
  }

  .belto-action-guide-panel > strong {
    font-size: 14px;
  }

  .belto-action-guide-panel > p {
    font-size: 13.5px;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Windows MinAnimate may report reduce in Chrome. The requested guide remains visible and guided. */
  .is-belto-action-guide-target {
    animation: beltoGuideTargetGlow 1.55s cubic-bezier(.16, 1, .3, 1) both !important;
  }

  .belto-action-guide-pointer.is-pressing .belto-action-guide-pointer-halo {
    animation: beltoGuidePointerHalo .82s cubic-bezier(.16, 1, .3, 1) both !important;
  }

  .belto-action-guide-panel > p.is-typing::after {
    animation: beltoGuideTypingCaret .7s steps(1, end) infinite !important;
  }
}

.site-header {
  isolation: isolate;
}

.desktop-nav a,
.header-quote,
.quote-action {
  -webkit-font-smoothing: antialiased;
}

.header-quote,
.quote-action {
  white-space: nowrap;
}

.header-quote:active,
.quote-action:active,
.button:active,
.submit-button:active,
.product-actions button:active,
.text-link:active {
  transform: translateY(0) scale(.985);
}

/* Inner-page cards use an internal grid so action baselines stay aligned. */
.info-card,
body:not(.reference-match) .product-card {
  display: flex;
  flex-direction: column;
}

.info-card .text-link,
body:not(.reference-match) .product-actions {
  margin-top: auto;
}

.info-card .text-link,
.section-head .text-link,
.list-title .text-link,
.office .text-link,
.resource-table .text-link,
.map-info .text-link,
.case-card .text-link {
  min-height: 38px;
  padding: 7px 0;
}

.reference-match .section-more {
  min-height: 34px;
}

.reference-match .resource-panel header button {
  min-height: 32px;
  padding-block: 6px;
}

body:not(.reference-match) .product-actions {
  min-height: 38px;
  align-items: stretch;
  gap: 6px;
}

body:not(.reference-match) .product-actions button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid #cdd6e1;
  background: #fff;
  transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .2s var(--belto-ease);
}

body:not(.reference-match) .product-actions button:last-child {
  color: #fff;
  border-color: var(--belto-navy);
  background: var(--belto-navy);
}

body:not(.reference-match) .product-actions button:hover {
  border-color: #236fc9;
}

body:not(.reference-match) .product-actions button:last-child:hover {
  border-color: #1767e8;
  background: #1767e8;
}

.info-card,
.quick-card,
body:not(.reference-match) .product-card,
.case-card,
.value-card,
.event-card,
.office {
  transition-timing-function: var(--belto-ease);
}

@media (hover: hover) and (pointer: fine) {
  .info-card:hover,
  body:not(.reference-match) .product-card:hover {
    box-shadow: var(--belto-shadow);
  }
}

/* Icon system: consistent line caps, joins and readable 24px viewbox strokes. */
.icon-box svg,
.quick-card svg,
.hero-chip svg,
.metric svg,
.ceo-value svg,
.dark-feature svg,
.arch-note svg,
.tool-icon svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.icon-box {
  border: 1px solid rgba(23, 103, 232, .12);
  background: #f4f8fd;
  box-shadow: inset 0 1px rgba(255, 255, 255, .9);
}

/* Refined section rhythm without loosening the reference-match home composition. */
body:not(.reference-match) .section {
  padding-block: clamp(64px, 5.4vw, 86px);
}

body:not(.reference-match) .section-head {
  margin-bottom: clamp(26px, 2.1vw, 34px);
}

body:not(.reference-match) .section-head h2 {
  font-size: clamp(28px, 2vw, 36px);
  letter-spacing: -.035em;
}

body:not(.reference-match) .section-head p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.72;
}

body:not(.reference-match) .card-grid,
body:not(.reference-match) .product-row,
body:not(.reference-match) .value-grid,
body:not(.reference-match) .partner-grid,
body:not(.reference-match) .office-grid,
body:not(.reference-match) .process-grid,
body:not(.reference-match) .architecture,
body:not(.reference-match) .quick-grid {
  border-color: var(--belto-line);
}

/* More deliberate mobile overlay and touch targets. */
.mobile-panel {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .26s ease, transform .34s var(--belto-ease), visibility 0s linear .34s;
}

.mobile-panel.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.mobile-panel nav a {
  opacity: 0;
  transform: translateY(10px);
  transition: color .2s ease, opacity .38s var(--belto-ease), transform .38s var(--belto-ease);
}

.mobile-panel.is-open nav a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-panel.is-open nav a:nth-child(1) { transition-delay: 60ms; }
.mobile-panel.is-open nav a:nth-child(2) { transition-delay: 90ms; }
.mobile-panel.is-open nav a:nth-child(3) { transition-delay: 120ms; }
.mobile-panel.is-open nav a:nth-child(4) { transition-delay: 150ms; }
.mobile-panel.is-open nav a:nth-child(5) { transition-delay: 180ms; }
.mobile-panel.is-open nav a:nth-child(6) { transition-delay: 210ms; }
.mobile-panel.is-open nav a:nth-child(7) { transition-delay: 240ms; }

.mobile-panel nav a.is-active {
  color: #fff;
}

.mobile-panel nav a.is-active span {
  color: #7eb8ff;
}

@media (max-width: 1100px) {
  .menu-toggle,
  .mobile-menu-button {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 680px) {
  body:not(.reference-match) .section {
    padding-block: 52px;
  }

  body:not(.reference-match) .section-head h2 {
    font-size: 27px;
  }

  body:not(.reference-match) .info-card {
    min-height: 250px;
    padding: 27px 23px;
  }

  body:not(.reference-match) .product-actions button {
    min-height: 42px;
    flex: 1;
  }

  body:not(.reference-match) .quick-card {
    min-height: 104px;
    padding-block: 20px;
  }

  body:not(.reference-match) .mobile-panel nav a {
    min-height: 54px;
    align-items: center;
    padding-block: 14px;
    font-size: 18px;
  }

  body:not(.reference-match) .footer-col a {
    min-height: 31px;
    margin: 0;
    padding-block: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-panel,
  .mobile-panel nav a {
    transition: none;
  }
}

/* Product collection: disciplined merchandising grid and equal-width actions. */
body:not(.reference-match) .product-row {
  gap: 12px;
  border: 0;
  background: transparent;
}

body:not(.reference-match) .product-card {
  min-height: 378px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce3ec;
  background: #fff;
  box-shadow: 0 1px 0 rgba(5, 22, 46, .02);
}

body:not(.reference-match) .product-thumb {
  position: relative;
  height: 166px;
  overflow: hidden;
  padding: 20px;
  background:
    linear-gradient(rgba(13, 57, 106, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 57, 106, .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 65%, rgba(31, 103, 196, .11), transparent 55%),
    #f5f7fa;
  background-size: 20px 20px, 20px 20px, auto, auto;
}

body:not(.reference-match) .product-thumb::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(11, 66, 127, .19), transparent);
}

body:not(.reference-match) .product-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 128px;
  object-fit: contain;
  filter: drop-shadow(0 16px 14px rgba(4, 21, 44, .12));
  transition: transform .5s var(--belto-ease), filter .5s ease;
}

.product-index {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 14px;
  color: #8391a2 !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}

body:not(.reference-match) .product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 16px 16px;
}

body:not(.reference-match) .product-card-body > small {
  color: #1767ba;
  font-size: 9.5px;
  line-height: 1.2;
  letter-spacing: .09em;
}

body:not(.reference-match) .product-card-body > h3 {
  min-height: 42px;
  margin: 8px 0 5px;
  color: #07172c;
  font-size: 14.5px;
  line-height: 1.4;
  letter-spacing: -.015em;
}

body:not(.reference-match) .product-card-body > p {
  min-height: 39px;
  margin: 0 0 16px;
  color: #667387;
  font-size: 11.5px;
  line-height: 1.6;
}

body:not(.reference-match) .product-actions {
  display: grid;
  width: 100%;
  min-height: 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid #e8edf3;
}

body:not(.reference-match) .product-actions .product-action {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #c5d0dd;
  color: #0b315e;
  background: #fff;
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: -.01em;
}

body:not(.reference-match) .product-actions .product-action-quote {
  color: #fff;
  border-color: #061b36;
  background: #061b36;
}

@media (hover: hover) and (pointer: fine) {
  body:not(.reference-match) .product-card:hover .product-thumb img {
    transform: translateY(-3px) scale(1.035);
    filter: drop-shadow(0 20px 17px rgba(4, 21, 44, .17));
  }

  body:not(.reference-match) .product-actions .product-action-detail:hover {
    color: #0b5fc4;
    border-color: #2f74c9;
    background: #f6f9fd;
  }

  body:not(.reference-match) .product-actions .product-action-quote:hover {
    color: #fff;
    border-color: #0b56ae;
    background: #0b56ae;
  }
}

/* Product brief dialog */
body.product-modal-open {
  overflow: hidden;
}

.product-modal {
  width: min(1080px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 3px;
  color: #0a192d;
  background: #fff;
  box-shadow: 0 38px 110px rgba(0, 11, 29, .48);
  opacity: 0;
  transform: translateY(12px) scale(.982);
  transition: opacity .28s ease, transform .38s var(--belto-ease), overlay .28s allow-discrete, display .28s allow-discrete;
}

.product-modal[open] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@starting-style {
  .product-modal[open] {
    opacity: 0;
    transform: translateY(12px) scale(.982);
  }
}

.product-modal::backdrop {
  background: rgba(1, 9, 22, .8);
  backdrop-filter: blur(9px) saturate(115%);
}

.product-modal-shell {
  max-height: calc(100dvh - 40px);
  overflow: auto;
  overscroll-behavior: contain;
}

.product-modal-header {
  position: sticky;
  z-index: 4;
  top: 0;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 0 26px;
  border-bottom: 1px solid #dfe5ed;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
}

.product-modal-label {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #8090a4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.product-modal-label span:first-child {
  color: #0c4c96;
}

.product-modal-close {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-modal-close span {
  position: absolute;
  top: 18px;
  left: 9px;
  width: 20px;
  height: 1px;
  background: #0b1c31;
}

.product-modal-close span:first-child { transform: rotate(45deg); }
.product-modal-close span:last-child { transform: rotate(-45deg); }

.product-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.product-modal-visual {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 32px 30px 26px;
  border-right: 1px solid #dfe5ed;
  background: #f1f4f8;
}

.product-modal-stage {
  position: relative;
  display: grid;
  min-height: 354px;
  flex: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 62, 115, .1);
  background:
    linear-gradient(rgba(16, 61, 112, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 61, 112, .045) 1px, transparent 1px),
    radial-gradient(circle at 50% 62%, rgba(45, 119, 204, .18), transparent 52%),
    #f8fafc;
  background-size: 26px 26px, 26px 26px, auto, auto;
}

.product-modal-stage::after {
  position: absolute;
  right: 12%;
  bottom: 12%;
  left: 12%;
  height: 18px;
  content: "";
  border-radius: 50%;
  background: rgba(6, 25, 50, .13);
  filter: blur(14px);
}

.product-modal-stage img {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 292px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(3, 19, 41, .19));
}

.product-modal-category {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  padding: 7px 9px;
  border: 1px solid rgba(9, 74, 151, .18);
  color: #0a579f;
  background: rgba(255, 255, 255, .82);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  backdrop-filter: blur(8px);
}

.product-modal-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  color: #7a899b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
}

.product-modal-content {
  padding: 45px 45px 38px;
}

.product-modal-content .eyebrow {
  margin-bottom: 10px;
  color: #1769bf;
  font-size: 9px;
  letter-spacing: .14em;
}

.product-modal-content h2 {
  margin: 0;
  color: #06162b;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.16;
  letter-spacing: -.04em;
}

.product-modal-summary {
  margin: 18px 0 26px;
  color: #526176;
  font-size: 13.5px;
  line-height: 1.78;
}

.product-modal-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dce3eb;
  border-left: 1px solid #dce3eb;
}

.product-modal-spec {
  min-width: 0;
  min-height: 75px;
  padding: 14px 15px;
  border-right: 1px solid #dce3eb;
  border-bottom: 1px solid #dce3eb;
  background: #fbfcfd;
}

.product-modal-spec span {
  display: block;
  margin-bottom: 7px;
  color: #8491a2;
  font-size: 9px;
  font-weight: 700;
}

.product-modal-spec strong {
  display: block;
  overflow-wrap: anywhere;
  color: #10223a;
  font-size: 12px;
  line-height: 1.35;
}

.product-modal-points {
  margin-top: 27px;
}

.product-modal-points h3 {
  margin: 0 0 13px;
  color: #10223a;
  font-size: 13px;
}

.product-modal-points ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-modal-points li {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 9px;
  align-items: start;
  color: #536278;
  font-size: 12px;
  line-height: 1.55;
}

.product-modal-points li > span:first-child {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #b7cce5;
  color: #0a60bc;
  background: #f5f9fd;
  border-radius: 50%;
}

.product-modal-points svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.product-modal-footer {
  display: flex;
  min-height: 91px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 26px 18px 30px;
  color: #fff;
  background: #04162e;
}

.product-modal-footer > div:first-child {
  min-width: 0;
}

.product-modal-footer strong,
.product-modal-footer span {
  display: block;
}

.product-modal-footer strong {
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-modal-footer span {
  color: #9fb0c5;
  font-size: 10.5px;
}

.product-modal-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.product-modal-actions button {
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  background: transparent;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s var(--belto-ease);
}

.product-modal-actions .product-modal-quote {
  min-width: 142px;
  border-color: #176fe0;
  background: #176fe0;
}

.product-modal-actions button:hover {
  border-color: #fff;
}

.product-modal-actions .product-modal-quote:hover {
  border-color: #3b8bf3;
  background: #3b8bf3;
}

.product-modal-actions button:active {
  transform: scale(.985);
}

@media (max-width: 820px) {
  .product-modal {
    width: min(680px, calc(100% - 24px));
    max-height: calc(100dvh - 24px);
  }

  .product-modal-shell { max-height: calc(100dvh - 24px); }
  .product-modal-grid { grid-template-columns: 1fr; }

  .product-modal-visual {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #dfe5ed;
  }

  .product-modal-stage { min-height: 250px; }
  .product-modal-stage img { height: 210px; }
  .product-modal-content { padding: 30px 24px 28px; }

  .product-modal-footer {
    align-items: stretch;
    flex-direction: column;
    padding: 21px 24px 24px;
  }

  .product-modal-actions { width: 100%; }
  .product-modal-actions button { flex: 1; }
}

@media (max-width: 680px) {
  body:not(.reference-match) .product-card { min-height: 0; }
  body:not(.reference-match) .product-thumb { height: 196px; }
  body:not(.reference-match) .product-thumb img { height: 158px; }
  body:not(.reference-match) .product-card-body { padding: 20px 18px 18px; }
  body:not(.reference-match) .product-card-body > h3 { min-height: 0; font-size: 16px; }
  body:not(.reference-match) .product-card-body > p { min-height: 0; font-size: 12.5px; }

  .product-modal-label { gap: 10px; }
  .product-modal-label span:first-child { max-width: 150px; }
  .product-modal-header { min-height: 54px; padding-inline: 17px 13px; }
  .product-modal-visual { padding: 14px; }
  .product-modal-stage { min-height: 220px; }
  .product-modal-stage img { width: 88%; height: 182px; }
  .product-modal-meta { font-size: 7px; }
  .product-modal-content { padding: 27px 20px 25px; }
  .product-modal-content h2 { font-size: 27px; }
  .product-modal-summary { margin: 14px 0 22px; font-size: 12.5px; }
  .product-modal-specs { grid-template-columns: 1fr 1fr; }
  .product-modal-spec { min-height: 72px; padding: 12px; }
  .product-modal-footer { gap: 18px; padding: 20px; }
  .product-modal-footer span { line-height: 1.5; }
  .product-modal-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .product-modal-actions button { min-width: 0; padding: 0 9px; }
  .product-modal-actions .product-modal-quote { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .product-modal,
  .product-modal-stage img,
  body:not(.reference-match) .product-thumb img {
    transition: none;
  }
}

/* Customer-center handoff from a selected product. */
.quote-context {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  padding: 17px 18px;
  border: 1px solid #b9cee6;
  background: #f3f7fc;
}

.quote-context[hidden] {
  display: none;
}

.quote-context > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #0c64c6;
  border: 1px solid #c1d4ea;
  background: #fff;
}

.quote-context svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.quote-context small,
.quote-context strong,
.quote-context p {
  display: block;
}

.quote-context small {
  margin-bottom: 3px;
  color: #1470ca;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
}

.quote-context strong {
  color: #071b35;
  font-size: 15px;
}

.quote-context p {
  margin: 4px 0 0;
  color: #66768a;
  font-size: 11.5px;
  line-height: 1.55;
}

.quote-context button {
  min-width: 84px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #c4cfdb;
  color: #34465c;
  background: #fff;
  font-size: 10.5px;
  font-weight: 750;
  cursor: pointer;
}

.agree {
  min-height: 36px;
  cursor: pointer;
}

.agree input {
  width: 18px !important;
  height: 18px;
  min-height: 18px !important;
  flex: 0 0 18px;
  accent-color: #1767e8;
}

@media (max-width: 680px) {
  .quote-context {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 15px;
  }

  .quote-context > span {
    width: 38px;
    height: 38px;
  }

  .quote-context button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 42px;
  }
}
