:root {
  --navy-950: #071321;
  --navy-900: #071b34;
  --navy-800: #123e68;
  --blue-600: #3457e8;
  --blue-500: #4e75ff;
  --cyan-300: #69e4eb;
  --orange-400: #ffad45;
  --ink: #12243a;
  --muted: #617087;
  --line: #dfe8f2;
  --card: rgba(255, 255, 255, .94);
  --shadow: 0 18px 48px rgba(13, 43, 72, .11);
}

* { box-sizing: border-box; }
.sr-only {
  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;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans KR", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 18%, rgba(37, 156, 224, .08), transparent 24rem),
    radial-gradient(circle at 93% 58%, rgba(19, 93, 157, .07), transparent 30rem),
    linear-gradient(180deg, #f7fafe 0%, #edf3f9 100%);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1480px, calc(100% - 48px)); margin: auto; }

.topbar {
  color: #d9e9f7;
  font-size: 13px;
  background:
    linear-gradient(90deg, rgba(40, 169, 242, .08), transparent 28%, rgba(255, 173, 69, .05)),
    var(--navy-950);
  border-bottom: 1px solid rgba(128, 221, 255, .12);
}
.topbar-inner { height: 36px; display: flex; justify-content: space-between; align-items: center; }
.top-contact, .top-links { display: flex; gap: 22px; }
.top-links a { opacity: .9; transition: color .2s ease, opacity .2s ease; }
.top-links a:hover { color: var(--cyan-300); opacity: 1; }
.top-links { align-items: center; }
.top-logout { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; opacity: .9; }
.top-logout:hover { color: var(--cyan-300); }
.member-badge { display: inline-flex; align-items: center; min-height: 22px; padding: 0 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; font-weight: 700; }
.member-badge.free { color: #b9d9ef; }
.member-badge.paid { color: #ffd187; border-color: rgba(255,190,80,.45); background: rgba(255,174,50,.09); }
.member-badge.admin { color: #b4f2d2; border-color: rgba(74,218,151,.4); background: rgba(47,191,124,.09); }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(13, 65, 107, .08);
  box-shadow: 0 10px 30px rgba(5, 36, 64, .08);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand strong {
  font-size: clamp(24px, 2vw, 30px);
  color: #3457e8;
  letter-spacing: -1.2px;
  white-space: nowrap;
  text-shadow: 0 8px 18px rgba(21, 117, 199, .14);
}
.brand span { font-size: 11px; line-height: 1.35; color: #647084; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(11px, 1.25vw, 22px); font-size: 14px; font-weight: 700; min-width: 0; }
.main-nav > a, .nav-item > button {
  position: relative;
  border: 0;
  background: none;
  padding: 29px 0;
  color: #111a26;
  cursor: pointer;
  white-space: nowrap;
}
.main-nav > a::before, .nav-item > button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 17px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-300));
  transition: right .25s ease;
}
.main-nav > a:hover::before, .nav-item:hover > button::before { right: 0; }
.nav-item { position: relative; }
.nav-item > button::after { content: "⌄"; display: inline-block; margin-left: 4px; color: #7b8796; font-size: 11px; }
.dropdown {
  display: none;
  position: absolute;
  top: 64px;
  left: -24px;
  min-width: 210px;
  padding: 12px;
  background: rgba(255, 255, 255, .98);
  border-radius: 14px;
  box-shadow: 0 24px 56px rgba(6, 35, 62, .2);
  border: 1px solid rgba(20, 123, 209, .12);
  backdrop-filter: blur(18px);
}
.dropdown::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-300), transparent);
}
.dropdown.mega { grid-template-columns: repeat(2, 210px); min-width: 440px; }
.dropdown.resource-menu { min-width: 210px; left: auto; right: 0; }
.dropdown a { display: block; padding: 11px 13px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #33435a; white-space: nowrap; }
.dropdown a:hover, .dropdown a:focus { background: linear-gradient(90deg, #eaf5ff, #f5fbff); color: #0e6fc0; outline: none; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown, .nav-item.active .dropdown { display: block; }
.nav-item:hover .dropdown.mega, .nav-item:focus-within .dropdown.mega, .nav-item.active .dropdown.mega { display: grid; }
.search-btn { display:grid; width:40px; height:40px; place-items:center; padding:0; border:0; border-radius:50%; background:none; color:#0f2c4f; cursor:pointer; }
.search-btn:hover,.search-btn:focus-visible { color:#147bd1; background:#edf7ff; outline:none; }
.search-btn svg,.site-search-form svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; }
.mobile-menu-btn { display: none; background: none; border: 0; }
.mobile-menu-btn span { display: block; width: 26px; height: 2px; background: #122b48; margin: 6px; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 540px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(56, 188, 248, .22), transparent 23%),
    radial-gradient(circle at 74% 105%, rgba(255, 167, 66, .14), transparent 27%),
    linear-gradient(112deg, #031426 0%, #062b4a 48%, #0b4c78 78%, #0a3558 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(121deg, transparent 0 58%, rgba(91, 209, 255, .08) 58.1% 58.5%, transparent 58.6%),
    linear-gradient(121deg, transparent 0 70%, rgba(255, 255, 255, .035) 70.1% 70.3%, transparent 70.4%),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(255, 255, 255, .012) 16px 17px);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 18, 34, .97) 0%, rgba(3, 28, 51, .84) 37%, rgba(4, 41, 71, .3) 65%, rgba(4, 33, 57, .08) 100%),
    linear-gradient(0deg, rgba(2, 16, 31, .38), transparent 30%);
}
.industrial-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .65;
  background-image:
    linear-gradient(rgba(130, 222, 255, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 222, 255, .065) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, .18) 1px, transparent 1.4px);
  background-size: 48px 48px, 48px 48px, 24px 24px;
  -webkit-mask-image: linear-gradient(to right, transparent 5%, #000 47%, #000 100%);
  mask-image: linear-gradient(to right, transparent 5%, #000 47%, #000 100%);
}
.hero-ambient { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.hero-glow { position: absolute; display: block; border-radius: 50%; filter: blur(12px); }
.glow-blue {
  width: 420px;
  height: 420px;
  right: 8%;
  top: -48%;
  background: radial-gradient(circle, rgba(52, 193, 255, .2), transparent 68%);
  animation: glowFloat 8s ease-in-out infinite alternate;
}
.glow-orange {
  width: 260px;
  height: 260px;
  right: 30%;
  bottom: -42%;
  background: radial-gradient(circle, rgba(255, 173, 69, .16), transparent 70%);
}
.hero-trend { position: absolute; right: -2%; top: 7%; width: 62%; height: 70%; opacity: .74; filter: drop-shadow(0 0 8px rgba(60, 190, 245, .28)); }
.trend-area { fill: url(#trendArea); }
.trend-path { fill: none; stroke: url(#trendLine); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 9 10; animation: trendMove 12s linear infinite; }
.trend-points circle { fill: #0a395e; stroke: #83e3ff; stroke-width: 3; }
.trend-points circle:last-child { stroke: var(--orange-400); fill: #7e4c19; }
.hero-illustration {
  position: absolute;
  z-index: 1;
  right: -2%;
  bottom: -2%;
  width: 62%;
  height: 94%;
  filter: drop-shadow(0 18px 28px rgba(1, 15, 28, .36));
  opacity: .82;
}
.hero-content { position: relative; z-index: 3; padding: 84px 0 144px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 19px;
  color: #91e2ff;
  letter-spacing: -.2px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: linear-gradient(90deg, var(--orange-400), #ffd08a); box-shadow: 0 0 10px rgba(255, 173, 69, .6); }
.hero h1 { margin: 0 0 20px; font-size: clamp(46px, 4vw, 60px); line-height: 1.14; letter-spacing: -3px; text-shadow: 0 12px 30px rgba(0, 0, 0, .2); }
.hero-copy { margin: 0; font-size: 19px; line-height: 1.8; color: #dfedf8; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 29px; border-radius: 7px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #fff; background: linear-gradient(135deg, #168ae2, #2365d1); border: 1px solid rgba(156, 225, 255, .4); box-shadow: 0 12px 30px rgba(13, 116, 213, .36), inset 0 1px rgba(255, 255, 255, .18); }
.btn.primary:hover { box-shadow: 0 16px 36px rgba(13, 116, 213, .46); }
.btn.secondary { color: #fff; border: 1px solid rgba(194, 231, 255, .66); background: rgba(4, 37, 64, .46); backdrop-filter: blur(10px); }
.btn.secondary:hover { background: rgba(17, 73, 112, .68); }

.service-section { margin-top: -72px; position: relative; z-index: 5; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 28px 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 251, 255, .92));
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 14px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg, #1485da, #6cd8ff 70%, transparent); opacity: .72; }
.service-card::after { content: ""; position: absolute; right: -32px; top: -32px; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(45, 162, 229, .09), transparent 70%); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(10, 49, 82, .16); }
.service-card .icon { position: relative; z-index: 1; width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 23px; float: left; margin-right: 14px; box-shadow: inset 0 1px rgba(255, 255, 255, .25), 0 8px 18px rgba(13, 69, 116, .18); }
.icon.blue { background: linear-gradient(135deg, #5ca0ff, #2674d8); }
.icon.green { background: linear-gradient(135deg, #31c86a, #139643); }
.icon.orange { background: linear-gradient(135deg, #ffad45, #ef6d0a); }
.icon.purple { background: linear-gradient(135deg, #aa69e9, #7340c1); }
.icon.cyan { background: linear-gradient(135deg, #44d3e7, #159bac); }
.icon.sky { background: linear-gradient(135deg, #37b5f3, #1376ce); }
.service-card h3 { margin: 5px 0 10px; font-size: 18px; }
.service-card p { clear: both; min-height: 60px; padding-top: 14px; font-size: 13px; line-height: 1.7; color: #5e6b7e; }
.service-card a { font-size: 13px; color: #1672e8; font-weight: 700; }

.content-section {
  position: relative;
  padding: 36px 0 54px;
  background-image:
    linear-gradient(rgba(18, 104, 163, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 104, 163, .025) 1px, transparent 1px);
  background-size: 42px 42px;
}
.content-grid { display: grid; grid-template-columns: 1.1fr 1.05fr 1.05fr 1fr; gap: 16px; }
.panel { background: var(--card); border: 1px solid rgba(195, 211, 226, .66); border-radius: 14px; padding: 24px; box-shadow: 0 8px 26px rgba(29, 51, 79, .065); backdrop-filter: blur(8px); transition: border-color .2s ease, box-shadow .2s ease; }
.panel:hover { border-color: rgba(45, 139, 204, .3); box-shadow: 0 14px 34px rgba(25, 66, 102, .1); }
.panel-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.panel-title h2 { margin: 0; font-size: 19px; }
.panel-title h2::after { content: ""; display: block; width: 24px; height: 2px; margin-top: 8px; background: linear-gradient(90deg, var(--blue-600), var(--cyan-300)); }
.panel-title a { font-size: 12px; color: #68768a; }
.notice-list, .resource-list { list-style: none; padding: 0; margin: 0; }
.notice-list li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 13px; border-bottom: 1px solid rgba(221, 230, 239, .56); }
.notice-list li:last-child { border-bottom: 0; }
.notice-list a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notice-list time { color: #9aa5b4; }
.resource-list li { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: 13px; }
.resource-list a { min-width:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.home-loading { margin:0; padding:12px 0; color:#7c8999; font-size:13px; }
.file-icon { font-size: 9px; font-weight: 800; border-radius: 4px; padding: 4px 5px; }
.file-icon.pdf { color: #ff624e; border: 1px solid #ffb5aa; }
.file-icon.xlsx { color: #29a35a; border: 1px solid #a8dfbb; }
.video-list { display: grid; gap: 10px; }
.video-item { display: grid; grid-template-columns: 78px 1fr; gap: 12px; align-items: center; }
.thumb { height: 48px; border-radius: 7px; background: linear-gradient(135deg, #102f4d, #3e789e); display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: inset 0 0 22px rgba(81, 202, 255, .12); }
.video-item strong { display: block; font-size: 13px; }
.video-item small { color: #929dab; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.quick-grid a { min-height: 86px; border: 1px solid #e0e8f1; border-radius: 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; font-size: 12px; background: linear-gradient(145deg, #fff, #f5f9fd); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.quick-grid a:hover { color: #1375c7; border-color: #9cccf0; transform: translateY(-2px); }
.quick-grid span { font-size: 23px; }

.site-search-modal[hidden] { display:none; }
.site-search-modal { position:fixed; z-index:1200; inset:0; display:grid; align-items:start; justify-items:center; padding:9vh 20px 30px; }
.site-search-backdrop { position:absolute; inset:0; width:100%; height:100%; border:0; background:rgba(2,18,34,.74); backdrop-filter:blur(5px); cursor:default; }
.site-search-dialog { position:relative; width:min(860px,100%); max-height:82vh; overflow:auto; padding:32px; border:1px solid rgba(94,188,242,.2); border-radius:18px; background:#fff; box-shadow:0 30px 90px rgba(0,15,30,.42); }
.site-search-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.site-search-heading span { color:#1681c9; font-size:10px; font-weight:800; letter-spacing:.14em; }
.site-search-heading h2 { margin:4px 0 20px; font-size:28px; letter-spacing:-1.3px; }
.site-search-close { width:38px; height:38px; border:0; border-radius:50%; color:#53677b; background:#edf3f7; font-size:25px; cursor:pointer; }
.site-search-form { display:grid; grid-template-columns:50px minmax(0,1fr) 112px; min-height:60px; align-items:center; overflow:hidden; border:2px solid #167fc7; border-radius:13px; color:#1875b5; background:#fff; box-shadow:0 8px 24px rgba(22,127,199,.08); }
.site-search-form:focus-within { border-color:#3457e8; box-shadow:0 0 0 4px rgba(52,87,232,.12),0 10px 26px rgba(22,127,199,.1); }
.site-search-form svg { width:22px; height:22px; margin:auto; }
.site-search-form input { width:100%; min-width:0; height:58px; padding:0 14px 0 0; border:0!important; outline:0; color:#12243a!important; background:transparent!important; box-shadow:none!important; font:inherit; font-size:16px; }
.site-search-form input:focus { border:0!important; box-shadow:none!important; }
.site-search-form input::placeholder { color:#8190a4; opacity:1; }
.site-search-form button { align-self:stretch; min-width:112px; border:0; border-left:1px solid rgba(255,255,255,.2); color:#fff; background:linear-gradient(135deg,#3457e8,#1688d4); font-size:15px; font-weight:800; cursor:pointer; }
.site-search-form button:hover { background:linear-gradient(135deg,#2748cd,#0f72ba); }
.site-search-guide { margin:13px 2px; color:#708095; font-size:12px; }
.site-search-results { display:grid; gap:8px; }
.site-search-result { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:13px 15px; border:1px solid #dce6ef; border-radius:10px; background:#f9fbfd; transition:border-color .2s ease,transform .2s ease; }
.site-search-result:hover { border-color:#9ccff0; transform:translateY(-1px); }
.site-search-result strong,.site-search-result small { display:block; }
.site-search-result strong { font-size:14px; }
.site-search-result small { margin-top:3px; color:#718196; font-size:11px; }
.site-search-result em { flex:0 0 auto; padding:4px 7px; border-radius:999px; color:#116ea9; background:#e7f5ff; font-size:10px; font-style:normal; font-weight:800; }
.site-search-empty { padding:28px; border:1px dashed #cbd9e4; border-radius:11px; color:#748397; text-align:center; }
body.search-open { overflow:hidden; }

.cta-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 38px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(61, 197, 255, .22), transparent 19rem),
    linear-gradient(105deg, #051b30, #073a60 58%, #0c5681);
}
.cta-section::after { content: ""; position: absolute; right: -4%; top: -120%; width: 480px; height: 480px; border: 1px solid rgba(127, 221, 255, .15); border-radius: 50%; box-shadow: 0 0 0 48px rgba(127, 221, 255, .025), 0 0 0 96px rgba(127, 221, 255, .02); }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner p { margin: 0 0 5px; color: #85d5ff; }
.cta-inner h2 { margin: 0; font-size: 25px; }
.footer { color: #bdcadd; padding: 36px 0; background: linear-gradient(120deg, #020f1d, #061f36 62%, #082b46); border-top: 1px solid rgba(111, 210, 255, .11); }
.platform-disclaimer { padding: 24px 0; background: #fff8e8; border-top: 1px solid #efd89d; color: #5d4a18; }
.platform-disclaimer .container { display: grid; grid-template-columns: 140px 1fr; gap: 24px; align-items: start; }
.platform-disclaimer strong { color: #8a6200; }
.platform-disclaimer p { margin: 0; line-height: 1.75; font-size: 13px; }
.footer-inner { display: grid; grid-template-columns: 230px 1fr auto; gap: 30px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand strong { font-size: 34px; color: #fff; }
.footer-brand span { font-size: 10px; }
.company-info p { font-size: 12px; line-height: 1.7; margin: 0; }
.footer-links { font-size: 12px; text-align: right; }
.footer-links > div:first-child { display: flex; gap: 16px; }
.socials { display: flex; justify-content: flex-end; gap: 12px; margin-top: 18px; }
.socials a { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, #197fc5, #115584); color: #fff; display: grid; place-items: center; font-weight: 800; }

@keyframes trendMove { to { stroke-dashoffset: -190; } }
@keyframes glowFloat { to { transform: translate(-24px, 32px) scale(1.08); } }

@media (max-width: 1320px) {
  .brand span { display: none; }
  .main-nav { gap: 12px; font-size: 13px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1040px) {
  .platform-disclaimer .container { grid-template-columns: 1fr; gap: 6px; }
  .top-contact span:nth-child(3) { display: none; }
  .mobile-menu-btn { display: block; }
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; max-height: calc(100vh - 82px); overflow-y: auto; background: rgba(255, 255, 255, .98); padding: 18px 24px 30px; box-shadow: 0 18px 38px rgba(2, 24, 43, .18); flex-direction: column; align-items: stretch; gap: 0; font-size: 14px; backdrop-filter: blur(18px); }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-item > button { display: block; width: 100%; text-align: left; padding: 12px 0; }
  .main-nav > a::before, .nav-item > button::before { display: none; }
  .nav-item > button::after { float: right; margin-top: 2px; }
  .dropdown, .dropdown.mega, .dropdown.resource-menu { position: static; box-shadow: none; border: 0; padding: 0 0 8px 14px; min-width: 0; grid-template-columns: 1fr; display: none !important; backdrop-filter: none; }
  .dropdown::before { display: none; }
  .nav-item.active .dropdown, .nav-item.active .dropdown.mega, .nav-item.active .dropdown.resource-menu { display: grid !important; }
  .hero h1 { font-size: 46px; }
  .hero-illustration { width: 82%; opacity: .48; }
  .hero-trend { width: 82%; opacity: .5; }
  .service-section { margin-top: -42px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
  .footer-links > div:first-child { justify-content: flex-start; }
  .socials { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1480px); }
  .top-contact span:not(:first-child), .top-links a:nth-child(n+3) { display: none; }
  .brand strong { font-size: 23px; }
  .hero { min-height: 560px; }
  .hero::after { background: linear-gradient(90deg, rgba(2, 18, 34, .96), rgba(3, 30, 53, .72)); }
  .hero-content { padding: 66px 0 112px; }
  .eyebrow { max-width: 290px; font-size: 15px; }
  .eyebrow::before { width: 24px; flex: 0 0 auto; }
  .hero h1 { font-size: 39px; letter-spacing: -2px; }
  .hero-copy { font-size: 15px; }
  .hero-copy br { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-illustration { width: 145%; right: -55%; opacity: .32; }
  .hero-trend { width: 145%; right: -55%; top: 25%; opacity: .34; }
  .service-grid, .content-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-inner h2 { font-size: 21px; }
  .footer { padding-bottom: 60px; }
  .site-search-modal { padding:18px 12px; }
  .site-search-dialog { padding:22px 16px; }
  .site-search-heading h2 { font-size:23px; }
  .site-search-form { grid-template-columns:44px minmax(0,1fr) 76px; min-height:54px; }
  .site-search-form input { height:52px; padding-right:8px; font-size:14px; }
  .site-search-form button { min-width:76px; font-size:13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .trend-path, .glow-blue { animation: none; }
  .btn, .service-card, .quick-grid a { transition: none; }
}
