@font-face { font-family: Pretendard; src: url("/fonts/Pretendard-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: Pretendard; src: url("/fonts/Pretendard-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: Pretendard; src: url("/fonts/Pretendard-Black.woff2") format("woff2"); font-weight: 900; font-display: swap; }

:root {
  --ink: #10141c;
  --muted: #626b79;
  --line: #dfe3e8;
  --paper: #f5f6f7;
  --white: #ffffff;
  --coral: #f34f3f;
  --green: #17765d;
  --navy: #101f3d;
  --yellow: #f2c94c;
  --blue: #2864dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(16, 20, 28, .12);
}
.site-header.dark {
  color: #fff;
  background: rgba(12, 18, 30, .96);
  border-color: rgba(255, 255, 255, .14);
}
.header-inner {
  width: min(100% - 48px, 1500px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 900;
}
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
}
.dark .brand-mark { color: var(--ink); background: #fff; }
.brand-copy small {
  display: block;
  margin-top: 2px;
  color: #8b93a1;
  font-size: 9px;
  font-weight: 800;
}
.global-nav { display: flex; align-items: center; gap: 28px; }
.global-nav a {
  position: relative;
  color: #4b5563;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.dark .global-nav a { color: #cbd4e5; }
.global-nav a:hover, .global-nav a[aria-current="page"] { color: var(--ink); }
.dark .global-nav a:hover, .dark .global-nav a[aria-current="page"] { color: #fff; }
.global-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: var(--accent, var(--coral));
}
.header-cta, .button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.dark .header-cta { color: var(--ink); background: #fff; border-color: #fff; }
.button.light { color: var(--ink); background: #fff; border-color: #fff; }
.button.outline { color: inherit; background: transparent; border-color: currentColor; }
.button.accent { background: var(--accent, var(--coral)); border-color: var(--accent, var(--coral)); }
.arrow { font-size: 20px; line-height: 1; }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

/* Main brand page */
.home-page { background: #fff; font-family: Pretendard, Arial, "Malgun Gothic", sans-serif; }
.home-page button, .home-page input { font-family: inherit; }
.home-header { position: relative; background: #0c1119; }
.home-main { overflow: hidden; }
.home-wide { width: min(100% - 96px, 1540px); margin: 0 auto; }
.brand-hero {
  position: relative;
  height: calc(100vh - 112px);
  min-height: 620px;
  max-height: 920px;
  overflow: hidden;
  color: #fff;
  background: #20231f;
}
.brand-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brand-hero-overlay { position: absolute; inset: 0; background: rgba(8, 12, 17, .44); }
.brand-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 96px, 1540px);
  margin: 0 auto;
  padding-top: clamp(90px, 12vh, 150px);
}
.home-eyebrow, .home-section-label, .home-business-number {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
}
.home-eyebrow { display: flex; align-items: center; gap: 13px; color: #ff6758; }
.home-eyebrow::before { content: ""; width: 38px; height: 3px; background: currentColor; }
.brand-hero h1 {
  margin: 22px 0 0;
  max-width: 760px;
  font-size: clamp(58px, 6vw, 98px);
  line-height: .94;
  font-weight: 900;
}
.brand-line {
  max-width: 820px;
  margin: 22px 0 0;
  font-size: clamp(25px, 2.2vw, 37px);
  line-height: 1.28;
  font-weight: 800;
}
.brand-detail {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.75;
}
.hero-proposal-link {
  position: relative;
  isolation: isolate;
  width: fit-content;
  min-height: 52px;
  margin-top: 25px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: #fff;
  background: #d95447;
  border: 0;
  font-size: 14px;
  font-weight: 900;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(14, 16, 20, .18);
  transition: background .2s ease, box-shadow .2s ease;
}
.hero-proposal-link::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -190%;
  background: conic-gradient(from 0deg, transparent 0 79%, rgba(255,255,255,.96) 84%, transparent 89%);
  animation: proposal-border-orbit 3.2s linear infinite;
}
.hero-proposal-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px;
  background: #d95447;
  transition: background .2s ease;
}
.hero-proposal-link:hover { box-shadow: 0 15px 36px rgba(14, 16, 20, .28); }
.hero-proposal-link:hover::after { background: #bf4439; }
.hero-proposal-link span { font-size: 18px; }
@keyframes proposal-border-orbit { to { transform: rotate(1turn); } }
.hero-business-nav {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.24);
}
.hero-business-nav a {
  position: relative;
  min-height: 142px;
  padding: 24px 156px 24px 34px;
  border-right: 1px solid rgba(255,255,255,.18);
  transition: filter .2s ease, transform .2s ease;
  overflow: hidden;
}
.hero-business-nav a:last-child { border-right: 0; }
.hero-business-nav a:nth-child(1) { background: #873d58; }
.hero-business-nav a:nth-child(2) { background: #17664f; }
.hero-business-nav a:nth-child(3) { color: #15191f; background: #e2b83f; }
.hero-business-nav a:nth-child(4) { background: #2864dc; }
.hero-business-nav a:hover { filter: brightness(1.08); }
.hero-business-nav span { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 900; }
.hero-business-nav strong { display: block; margin-top: 13px; font-size: 20px; }
.hero-business-nav small { display: block; margin-top: 8px; color: rgba(255,255,255,.76); font-size: 13px; }
.hero-business-nav b { position: absolute; top: 28px; right: 28px; font-size: 20px; }
.hero-business-icon {
  position: absolute;
  right: 17px;
  bottom: 10px;
  width: 138px;
  height: 84px;
  color: rgba(255,255,255,.92);
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .8;
  pointer-events: none;
}
.hero-business-icon .detail { opacity: .7; }
.hero-business-icon .soft { opacity: .5; }
.hero-business-nav a:nth-child(3) .hero-business-icon { color: rgba(21,25,31,.9); }
.hero-business-nav a:nth-child(3) span, .hero-business-nav a:nth-child(3) small { color: rgba(21,25,31,.72); }

@media (prefers-reduced-motion: reduce) {
  .hero-proposal-link::before { animation: none; }
}

.home-intro { padding: clamp(96px, 9vw, 148px) 0; background: #fff; }
.home-section-label { display: flex; align-items: center; gap: 13px; color: #f34f3f; }
.home-section-label::before { content: ""; width: 38px; height: 3px; background: currentColor; }
.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
  gap: clamp(54px, 8vw, 130px);
  align-items: end;
}
.home-intro h2, .home-sector h2, .home-contact h2 { margin: 0; font-size: clamp(48px, 5.1vw, 80px); line-height: 1.04; font-weight: 900; }
.home-intro h2 { max-width: 900px; margin-top: 26px; }
.home-intro-grid > p { margin: 0; color: #515b69; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.9; }
.home-principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(64px, 7vw, 106px); border-top: 1px solid #cfd5dc; border-bottom: 1px solid #cfd5dc; }
.home-principles article { position: relative; min-height: 238px; padding: 30px 30px 28px 0; }
.home-principles article + article { padding-left: 30px; border-left: 1px solid #cfd5dc; }
.home-principles article::before { content: ""; position: absolute; top: -1px; left: 0; width: 56px; height: 5px; background: var(--principle); }
.home-principles span { color: var(--principle); font-size: 11px; font-weight: 900; }
.home-principles strong { display: block; max-width: 250px; margin-top: 68px; font-size: clamp(21px, 1.65vw, 27px); line-height: 1.25; }
.home-principles p { margin: 13px 0 0; color: #697381; font-size: 14px; line-height: 1.55; }

.home-sector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 760px;
  color: #111722;
  background: #f4f6f8;
  border-top: 1px solid #d8dde3;
}
.home-sector.is-reverse { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-sector.is-reverse .home-sector-media { order: 2; }
.home-sector.is-reverse .home-sector-copy { order: 1; }
.home-sector-media { position: relative; min-width: 0; min-height: 760px; margin: 0; overflow: hidden; background: #dfe4e8; }
.home-sector-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.home-sector:hover .home-sector-media img { transform: scale(1.025); }
.home-sector-media figcaption { position: absolute; right: 0; bottom: 0; min-width: 330px; padding: 23px 28px; color: #fff; background: var(--sector); }
.home-sector-media figcaption strong, .home-sector-media figcaption span { display: block; }
.home-sector-media figcaption strong { font-size: 12px; }
.home-sector-media figcaption span { margin-top: 6px; color: rgba(255,255,255,.78); font-size: 13px; }
.home-sector-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(52px, 4.6vw, 82px); }
.home-business-number { color: var(--sector); letter-spacing: .05em; }
.home-sector h2 { margin-top: 26px; font-size: clamp(41px, 3.7vw, 64px); }
.home-sector-lead { max-width: 610px; margin: 27px 0 0; color: #596373; font-size: 18px; line-height: 1.78; }
.home-sector-list { margin-top: 40px; border-top: 1px solid #cdd3da; }
.home-sector-list p { display: grid; grid-template-columns: 112px 1fr; gap: 18px; align-items: center; margin: 0; padding: 18px 0; border-bottom: 1px solid #cdd3da; }
.home-sector-list span { color: var(--sector); font-size: 10px; font-weight: 900; }
.home-sector-list strong { font-size: 15px; line-height: 1.45; }
.home-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 18px; margin-top: 38px; padding-bottom: 10px; border-bottom: 3px solid var(--sector, #f34f3f); font-size: 16px; font-weight: 900; }
.home-link span { font-size: 20px; }
.home-realestate { background: #eef3f0; }
.home-sector-dark { color: #fff; background: #111d35; border-top-color: #32415d; }
.home-sector-dark .home-sector-lead { color: #c2cce0; }
.home-sector-dark .home-sector-list { border-top-color: #3b4963; }
.home-sector-dark .home-sector-list p { border-bottom-color: #3b4963; }
.home-sector-dark .home-sector-list strong { color: #fff; }
.home-sector-dark .home-link { color: #fff; }

.home-contact { padding: clamp(90px, 9vw, 145px) 0; color: #fff; background: #111721; border-top: 8px solid #d95447; }
.home-contact .home-section-label { color: #ff6c5f; }
.home-contact-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: end; }
.home-contact h2 { max-width: 1040px; margin-top: 26px; font-size: clamp(45px, 5vw, 78px); }
.home-contact-button { display: inline-flex; align-items: center; gap: 28px; min-height: 72px; padding: 0 28px; color: #fff; background: #d95447; font-size: 16px; font-weight: 900; }
.home-contact-button span { font-size: 24px; }

/* Business gateway */
.gateway {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(330px, 1fr));
  background: #111;
}
.business-panel {
  position: relative;
  isolation: isolate;
  min-height: calc((100vh - 76px) / 2);
  overflow: hidden;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.business-panel:nth-child(2n) { border-right: 0; }
.panel-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.65,.2,1);
}
.business-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(9, 14, 22, .58);
  transition: background .3s ease;
}
.business-panel.ad::after { background: rgba(21, 15, 22, .56); }
.business-panel.realestate::after { background: rgba(19, 42, 36, .58); }
.business-panel.academy::after { background: rgba(10, 24, 51, .62); }
.business-panel.software::after { background: rgba(9, 12, 18, .60); }
.business-panel:hover .panel-media { transform: scale(1.045); }
.business-panel:hover::after { background: rgba(9, 14, 22, .42); }
.panel-body {
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3.8vw, 58px);
}
.panel-index {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 900;
}
.panel-index::before { content: ""; width: 34px; height: 3px; background: var(--panel-accent); }
.business-panel h1, .business-panel h2 {
  max-width: 680px;
  margin: 18px 0 12px;
  font-size: clamp(34px, 3.2vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}
.business-panel p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.65;
}
.panel-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--panel-accent);
  font-size: 14px;
  font-weight: 900;
}
.panel-link .arrow { transition: transform .2s ease; }
.business-panel:hover .panel-link .arrow { transform: translate(3px, -3px); }

/* Shared business pages */
.page-shell { --accent: var(--coral); background: var(--paper); }
.page-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 76px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #111;
}
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: rgba(7, 12, 20, .58); }
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 64px, 1500px);
  margin: 0 auto;
  padding: 90px 0 76px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: currentColor; }
.hero-title {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 1.02;
  font-weight: 900;
}
.hero-copy {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.section {
  padding: clamp(76px, 8vw, 136px) 0;
  background: #fff;
}
.section.tint { background: #eef1f3; }
.section.dark-band { color: #fff; background: #111722; }
.section.accent-band { color: #fff; background: var(--accent); }
.section-inner { width: min(100% - 64px, 1500px); margin: 0 auto; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(380px, 1.2fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: end;
  margin-bottom: 54px;
}
.section-kicker { color: var(--accent); font-size: 12px; font-weight: 900; }
.section h2 {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: clamp(36px, 3.8vw, 64px);
  line-height: 1.08;
  font-weight: 900;
}
.section-lead { margin: 0; color: var(--muted); font-size: clamp(17px, 1.3vw, 21px); line-height: 1.8; }
.dark-band .section-lead { color: #bdc6d4; }
.accent-band .section-lead { color: rgba(255,255,255,.82); }
.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact {
  min-height: 170px;
  padding: 30px;
  border-right: 1px solid var(--line);
}
.fact:last-child { border-right: 0; }
.fact small { display: block; color: var(--muted); font-size: 11px; font-weight: 900; }
.fact strong { display: block; margin-top: 18px; font-size: clamp(25px, 2.3vw, 42px); line-height: 1.12; }
.fact span { display: block; margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.media-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  min-height: 680px;
  background: #fff;
}
.media-split.reverse { grid-template-columns: minmax(380px, .85fr) minmax(0, 1.15fr); }
.media-split.reverse .split-image { order: 2; }
.split-image { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 7vw, 110px); }
.split-copy h3 { margin: 14px 0 20px; font-size: clamp(36px, 4vw, 64px); line-height: 1.1; }
.split-copy p { color: var(--muted); font-size: 18px; line-height: 1.8; }
.bullet-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.bullet-list li { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 19px 0; border-bottom: 1px solid var(--line); line-height: 1.55; }
.bullet-list strong { color: var(--accent); }

/* Real estate */
.realestate-page { --accent: #2e7d63; }
.realestate-page .page-hero::after { background: rgba(20, 24, 23, .50); }
.project-overview {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
}
.project-visual { min-height: 620px; object-fit: cover; }
.project-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
.project-facts .fact { min-height: 206px; border-bottom: 1px solid var(--line); }
.project-facts .fact:nth-child(2n) { border-right: 0; }
.project-facts .fact:nth-last-child(-n+2) { border-bottom: 0; }
.unit-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
.unit-cell { min-height: 250px; padding: 28px 20px; border-right: 1px solid var(--line); background: #fff; }
.unit-cell:last-child { border-right: 0; }
.unit-cell small { color: var(--accent); font-weight: 900; }
.unit-cell strong { display: block; margin: 30px 0 12px; font-size: 38px; }
.unit-cell span { color: var(--muted); font-size: 14px; line-height: 1.6; }
.ai-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #334055;
  background: #111722;
}
.ai-tab {
  min-height: 70px;
  border: 0;
  border-right: 1px solid #334055;
  color: #aeb9ca;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}
.ai-tab:last-child { border-right: 0; }
.ai-tab[aria-selected="true"] { color: #10151f; background: #fff; }
.ai-panel { display: none; grid-template-columns: .72fr 1.28fr; min-height: 500px; background: #fff; color: var(--ink); }
.ai-panel.active { display: grid; }
.ai-model {
  padding: clamp(38px, 5vw, 78px);
  color: #fff;
  background: var(--model-color, #26344f);
}
.ai-model small { font-size: 12px; font-weight: 900; }
.ai-model h3 { margin: 18px 0; font-size: clamp(40px, 5vw, 72px); }
.ai-model p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.ai-report { padding: clamp(38px, 5vw, 78px); }
.analysis-row { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.analysis-row:first-child { padding-top: 0; }
.analysis-row strong { color: var(--model-color, var(--accent)); }
.analysis-row p { margin: 0; color: #3f4856; line-height: 1.7; }
.notice {
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 4px solid var(--accent);
  color: #4e5867;
  background: #eef7f3;
  font-size: 14px;
  line-height: 1.7;
}
.source-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 280px); gap: 12px; }
.source-gallery img { width: 100%; height: 100%; object-fit: cover; }
.source-gallery img:first-child { grid-row: 1 / 3; }

/* Academy custom platform */
.academy-page { --accent: #6272ff; margin: 0; color: #10141c; background: #fff; font-family: Pretendard, Arial, "Malgun Gothic", sans-serif; }
.academy-page button, .academy-page input { font-family: inherit; }
.academy-page .site-header { --accent: #6f7cff; }
.academy-main { overflow: hidden; }
.academy-studio-shell { width: min(100% - 96px, 1500px); margin: 0 auto; }
.academy-studio-eyebrow, .academy-studio-section-head > div > p, .academy-studio-delivery-copy > p:first-child, .academy-studio-contact-inner > div > p { margin: 0; color: #91a1ff; font-size: 12px; font-weight: 900; }
.academy-studio-section-head { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(52px, 8vw, 135px); align-items: end; margin-bottom: 58px; }
.academy-studio-section-head h2 { margin: 18px 0 0; font-size: clamp(48px, 5vw, 78px); line-height: 1.04; font-weight: 900; }
.academy-studio-section-head h2 em { color: #5264ef; font-style: normal; }
.academy-studio-section-head > p { margin: 0; color: #626b79; font-size: 18px; line-height: 1.82; }
.academy-studio-section-head.light h2 { color: #fff; }
.academy-studio-section-head.light h2 em { color: #8cd9be; }
.academy-studio-section-head.light > p { color: #bbc6dc; }

.academy-studio-hero { position: relative; min-height: calc(100svh - 76px); max-height: 980px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #0a1022; }
.academy-studio-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.academy-studio-hero-shade { position: absolute; inset: 0; background: rgba(6, 12, 28, .72); }
.academy-studio-hero-copy { position: relative; z-index: 2; padding: 80px 0 180px; }
.academy-studio-hero-copy h1 { max-width: 930px; margin: 22px 0 0; font-size: clamp(58px, 6.8vw, 108px); line-height: .98; font-weight: 900; }
.academy-studio-hero-copy h1 em { color: #90a0ff; font-style: normal; }
.academy-studio-lead { max-width: 720px; margin: 32px 0 0; color: #d1d8e7; font-size: 20px; line-height: 1.75; }
.academy-studio-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 36px; }
.academy-studio-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 22px; color: #fff; border: 1px solid #ffffff55; font-size: 14px; font-weight: 900; }
.academy-studio-button.primary { color: #11182b; background: #fff; border-color: #fff; }
.academy-studio-button span { font-size: 20px; }
.academy-studio-promises { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(9, 15, 31, .94); border-top: 1px solid #ffffff26; }
.academy-studio-promises a { min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding: 24px max(28px, calc((100vw - 1500px) / 6)); border-right: 1px solid #ffffff26; }
.academy-studio-promises a:last-child { border-right: 0; }
.academy-studio-promises small { color: #8f9eff; font-size: 11px; font-weight: 900; }
.academy-studio-promises strong { margin-top: 12px; font-size: 22px; }
.academy-studio-promises span { margin-top: 8px; color: #9faabd; font-size: 13px; }

.academy-studio-product, .academy-studio-suite { padding: clamp(95px, 9vw, 150px) 0; background: #fff; }
.academy-console { display: grid; grid-template-columns: 255px minmax(0, 1fr); min-height: 720px; color: #15203a; background: #f5f7fb; border: 1px solid #cfd6e2; box-shadow: 0 24px 70px rgba(27, 39, 68, .14); }
.academy-console-sidebar { display: flex; flex-direction: column; padding: 26px 18px 20px; color: #fff; background: #111b34; }
.academy-console-brand { display: flex; align-items: center; gap: 12px; padding: 0 8px 26px; border-bottom: 1px solid #ffffff1e; }
.academy-console-brand > b { width: 36px; height: 36px; display: grid; place-items: center; color: #11182b; background: #8291ff; font-size: 12px; }
.academy-console-brand span { font-size: 15px; font-weight: 900; }
.academy-console-brand small { display: block; margin-top: 3px; color: #8692a9; font-size: 8px; }
.academy-console-sidebar nav { display: grid; gap: 5px; margin-top: 24px; }
.academy-console-sidebar nav i { padding: 14px 16px; color: #9ba7bd; font-size: 13px; font-style: normal; font-weight: 800; }
.academy-console-sidebar nav i.active { color: #fff; background: #6171f6; }
.academy-console-user { margin-top: auto; padding: 18px 12px 4px; border-top: 1px solid #ffffff1e; }
.academy-console-user span, .academy-console-user small { display: block; }
.academy-console-user span { font-size: 13px; font-weight: 900; }
.academy-console-user small { margin-top: 5px; color: #7f8ca5; font-size: 10px; }
.academy-console-main { padding: 34px; }
.academy-console-main > header { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.academy-console-main header small { color: #6575f8; font-size: 10px; font-weight: 900; }
.academy-console-main header h3 { margin: 7px 0 0; font-size: 27px; }
.academy-console-main header button, .academy-console-form > button { padding: 13px 17px; color: #fff; background: #5d6ef7; border: 0; font-size: 12px; font-weight: 900; }
.academy-console-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border: 1px solid #dce1ea; background: #fff; }
.academy-console-stats > div { min-height: 130px; padding: 23px; border-right: 1px solid #dce1ea; }
.academy-console-stats > div:last-child { border-right: 0; }
.academy-console-stats small { color: #7a8495; font-size: 11px; }
.academy-console-stats strong { display: block; margin-top: 13px; font-size: 31px; }
.academy-console-stats strong em { margin-left: 4px; font-size: 12px; font-style: normal; }
.academy-console-stats span { display: block; margin-top: 7px; color: #239979; font-size: 10px; font-weight: 800; }
.academy-console-workspace { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: 18px; margin-top: 18px; }
.academy-console-form, .academy-console-progress { min-height: 385px; padding: 25px; background: #fff; border: 1px solid #dce1ea; }
.academy-console-form h4, .academy-console-progress h4 { margin: 0 0 22px; font-size: 16px; }
.academy-console-form label { display: block; margin-bottom: 12px; color: #8992a2; font-size: 9px; font-weight: 800; }
.academy-console-form label strong { display: block; margin-top: 7px; padding: 11px 12px; color: #202a3d; background: #f4f6fa; border: 1px solid #e1e5ec; font-size: 11px; }
.academy-console-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.academy-console-form > button { width: 100%; margin-top: 4px; }
.academy-console-progress-head { display: flex; justify-content: space-between; }
.academy-console-progress-head span { color: #6373f8; font-size: 9px; font-weight: 900; }
.academy-console-progress ol { margin: 0; padding: 0; list-style: none; }
.academy-console-progress li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid #e0e4eb; }
.academy-console-progress li > b { width: 28px; height: 28px; display: grid; place-items: center; color: #8b95a6; background: #edf0f5; font-size: 9px; }
.academy-console-progress li.done > b { color: #fff; background: #1ca17e; }
.academy-console-progress li.current > b { color: #fff; background: #6171f6; }
.academy-console-progress li span { font-size: 12px; font-weight: 900; }
.academy-console-progress li small { display: block; margin-top: 5px; color: #8a94a4; font-size: 9px; font-weight: 500; }
.academy-studio-deliverables { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border: 1px solid #d9dee7; }
.academy-studio-deliverables article { min-height: 300px; padding: 34px; border-top: 7px solid var(--item); border-right: 1px solid #d9dee7; }
.academy-studio-deliverables article:last-child { border-right: 0; }
.academy-studio-deliverables small { color: var(--item); font-size: 11px; font-weight: 900; }
.academy-studio-deliverables strong { display: block; margin-top: 62px; font-size: 29px; line-height: 1.25; }
.academy-studio-deliverables p { margin: 17px 0 0; color: #687281; font-size: 15px; line-height: 1.7; }

.academy-studio-question, .academy-studio-packages { padding: clamp(95px, 9vw, 150px) 0; color: #fff; background: #111e3c; }
.academy-question-flow { display: grid; grid-template-columns: minmax(0, 1fr) 58px minmax(0, .84fr) 58px minmax(0, 1fr); align-items: stretch; }
.academy-question-paper { position: relative; min-height: 485px; display: flex; flex-direction: column; color: #171b28; background: #fff; border-top: 8px solid var(--state); }
.academy-question-paper.wrong { --state: #ef5a52; }
.academy-question-paper.verify { --state: #6c75ff; }
.academy-question-paper.correct { --state: #45b184; }
.academy-question-paper > header { display: flex; align-items: center; gap: 13px; padding: 27px 27px 22px; border-bottom: 1px solid #dfe3ea; }
.academy-question-paper > header > span { width: 40px; height: 30px; display: grid; place-items: center; color: var(--state); background: color-mix(in srgb, var(--state) 12%, white); border: 1px solid color-mix(in srgb, var(--state) 35%, white); font-size: 11px; font-weight: 900; }
.academy-question-paper header small { color: #8e97a7; font-size: 9px; }
.academy-question-paper header strong { display: block; margin-top: 4px; font-size: 16px; }
.academy-question-body { padding: 27px; }
.academy-question-body > b { font-size: 12px; }
.academy-question-body > p { min-height: 92px; margin: 12px 0 22px; color: #3d4655; font-size: 14px; line-height: 1.75; }
.academy-question-body i { font-family: Georgia, serif; font-style: italic; }
.academy-question-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.academy-question-options span { padding: 11px 4px; text-align: center; background: #f2f4f7; font-size: 12px; }
.academy-question-options span.selected { color: #fff; background: var(--state); font-weight: 900; }
.academy-answer { display: block; margin-top: 24px; color: var(--state); font-size: 17px; }
.academy-question-paper > footer { margin-top: auto; padding: 16px 27px; color: #626d7c; background: #f4f6f8; font-size: 10px; font-weight: 900; }
.academy-question-arrow { display: grid; place-items: center; color: #8e9ad1; font-size: 35px; }
.academy-verify-calc { margin: 28px; padding: 25px; color: #fff; background: #11182d; }
.academy-verify-calc small, .academy-verify-calc strong, .academy-verify-calc b { display: block; }
.academy-verify-calc small { color: #9ba7bd; font-size: 9px; }
.academy-verify-calc strong { margin-top: 17px; font-family: Georgia, serif; font-size: 18px; }
.academy-verify-calc b { margin-top: 19px; color: #f1cd63; font-size: 25px; }
.academy-error-badge { margin: 0 28px; padding: 14px; color: #d8463f; background: #fff0ef; border: 1px solid #f2c0bd; text-align: center; font-size: 12px; font-weight: 900; }
.academy-question-caption { margin: 26px 0 0; padding: 22px 25px; color: #bfc8da; background: #0a1328; font-size: 14px; line-height: 1.7; }
.academy-question-caption b { color: #8cd9be; }

.academy-suite-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #d9dee7; }
.academy-suite-grid article { min-height: 520px; padding: 30px; overflow: hidden; border-right: 1px solid #d9dee7; }
.academy-suite-grid article:last-child { border-right: 0; }
.academy-suite-grid article > span { color: #6374f8; font-size: 12px; font-weight: 900; }
.academy-suite-grid article > small { float: right; color: #8892a1; font-size: 10px; font-weight: 900; }
.academy-suite-grid h3 { margin: 66px 0 13px; font-size: 29px; }
.academy-suite-grid p { min-height: 82px; margin: 0; color: #687281; font-size: 14px; line-height: 1.65; }
.academy-suite-mini, .academy-suite-report, .academy-suite-phone { position: relative; height: 190px; margin-top: 32px; overflow: hidden; background: #f0f3f8; border: 1px solid #dce1ea; }
.academy-suite-mini::before { content: "ACADEMY CONSOLE"; display: block; padding: 11px 13px; color: #6272f5; background: #fff; border-bottom: 1px solid #dce1ea; font-size: 8px; font-weight: 900; }
.academy-suite-mini i { display: block; height: 8px; margin: 12px; background: #cbd4e3; }
.academy-suite-mini i:nth-child(2) { width: 66%; }
.academy-suite-mini i:nth-child(3) { width: 82%; }
.academy-suite-mini b { display: inline-block; width: 36%; height: 48px; margin: 8px 0 0 12px; background: #7b89f8; }
.academy-suite-mini b:last-child { background: #62c7a6; }
.academy-suite-phone { width: 126px; height: 230px; margin: 26px auto 0; padding: 15px; color: #fff; background: #172440; border: 6px solid #0e162a; border-radius: 20px; }
.academy-suite-phone b { display: block; margin-top: 15px; font-size: 11px; }
.academy-suite-phone i { display: block; height: 42px; margin-top: 12px; background: #6677fb; border-radius: 5px; }
.academy-suite-phone i:nth-child(3) { background: #fff; }
.academy-suite-phone em { display: block; margin-top: 12px; color: #86dabe; font-size: 11px; font-style: normal; font-weight: 900; }
.academy-suite-report { padding: 18px; background: #fff; }
.academy-suite-report b { display: block; height: 70px; background: #e8ecff; border-left: 7px solid #6474f8; }
.academy-suite-report i { display: block; height: 10px; margin-top: 14px; background: #d7dde7; }
.academy-suite-report i:nth-child(3) { width: 75%; }
.academy-suite-report i:nth-child(4) { width: 55%; background: #79ccb0; }

.academy-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.academy-package-grid article { min-height: 580px; display: flex; flex-direction: column; padding: 36px; color: #172038; background: #fff; border-right: 1px solid #dbe0e8; border-top: 8px solid #8b96aa; }
.academy-package-grid article.featured { border-top-color: #6c7bff; transform: translateY(-16px); box-shadow: 0 24px 60px rgba(0, 0, 0, .24); }
.academy-package-grid header small { color: #6374f8; font-size: 11px; font-weight: 900; }
.academy-package-grid h3 { margin: 45px 0 10px; font-size: 34px; }
.academy-package-grid header p { min-height: 48px; margin: 0; color: #778191; line-height: 1.6; }
.academy-package-grid ul { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid #dce1e8; }
.academy-package-grid li { padding: 17px 0; border-bottom: 1px solid #dce1e8; font-size: 14px; font-weight: 800; }
.academy-package-grid article > strong { margin-top: auto; padding: 17px; color: #fff; background: #16213b; text-align: center; font-size: 13px; }
.academy-package-grid article.featured > strong { background: #6474f8; }
.academy-package-common { display: flex; flex-wrap: wrap; gap: 0; margin-top: 25px; border: 1px solid #3b4861; }
.academy-package-common b, .academy-package-common span { padding: 17px 22px; border-right: 1px solid #3b4861; font-size: 12px; }
.academy-package-common b { color: #8cd9be; }
.academy-package-common span { color: #c2cbdc; }

.academy-studio-delivery { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #0b1225; }
.academy-studio-delivery > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.academy-studio-delivery-shade { position: absolute; inset: 0; background: rgba(8, 15, 31, .76); }
.academy-studio-delivery-copy { position: relative; z-index: 2; padding: 95px 0; }
.academy-studio-delivery-copy h2 { max-width: 920px; margin: 18px 0 0; font-size: clamp(48px, 5.2vw, 80px); line-height: 1.05; }
.academy-studio-delivery-copy h2 em { color: #90a0ff; font-style: normal; }
.academy-delivery-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 70px; border-top: 1px solid #ffffff3a; border-bottom: 1px solid #ffffff3a; }
.academy-delivery-steps article { min-height: 245px; padding: 27px 23px; border-right: 1px solid #ffffff3a; }
.academy-delivery-steps article:last-child { border-right: 0; }
.academy-delivery-steps small { color: #8fa0ff; font-size: 11px; font-weight: 900; }
.academy-delivery-steps strong { display: block; margin-top: 62px; font-size: 21px; }
.academy-delivery-steps span { display: block; margin-top: 13px; color: #b9c3d6; font-size: 13px; line-height: 1.6; }
.academy-delivery-note { margin: 24px 0 0; color: #aeb8ca; font-size: 13px; }
.academy-studio-contact { padding: 100px 0; color: #fff; background: #6675f6; }
.academy-studio-contact-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: center; }
.academy-studio-contact-inner > div > p { color: #172038; }
.academy-studio-contact h2 { max-width: 1000px; margin: 17px 0 0; font-size: clamp(45px, 5vw, 76px); line-height: 1.05; }
.academy-studio-contact-inner > div > span { display: block; max-width: 780px; margin-top: 24px; color: #e8eaff; font-size: 17px; line-height: 1.7; }
.academy-studio-contact a { min-height: 68px; display: inline-flex; align-items: center; gap: 28px; padding: 0 27px; color: #fff; background: #11182b; font-size: 15px; font-weight: 900; }
.academy-studio-contact a b { font-size: 21px; }

/* Software */
.software-page { --accent: #ea4f43; --soft-blue: #5f86ef; color: #11151c; background: #fff; font-family: Pretendard, Arial, "Malgun Gothic", sans-serif; }
.software-page button, .software-page input { font-family: inherit; }
.software-main { overflow: hidden; }
.software-shell { width: min(100% - 96px, 1500px); margin: 0 auto; }
.software-hero { position: relative; min-height: calc(100svh - 76px); max-height: 980px; display: grid; place-items: center; overflow: hidden; color: #fff; background: #05070a; }
.software-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.software-hero-shade { position: absolute; inset: 0; background: rgba(3, 5, 9, .79); }
.software-hero-inner { position: relative; z-index: 2; width: min(100% - 96px, 1500px); padding: 90px 0; text-align: center; }
.software-hero-kicker { margin: 0; color: #aeb7c6; font-size: 12px; font-weight: 900; letter-spacing: .22em; }
.software-wordmark { display: flex; align-items: center; justify-content: center; margin: 30px 0 0; font-size: clamp(64px, 9.2vw, 148px); line-height: .92; font-weight: 900; white-space: nowrap; }
.software-wordmark span { display: block; }
.software-wordmark strong { display: block; margin-left: .1em; padding: .05em .1em .09em; color: #fff; background: var(--accent); }
.software-hero-statement { margin: 34px 0 0; color: #d5dbe5; font-size: clamp(20px, 2vw, 29px); line-height: 1.55; font-weight: 700; }
.software-hero-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.software-hero-links a { min-width: 138px; padding: 15px 24px; border: 1px solid #ffffff54; color: #fff; font-size: 14px; font-weight: 900; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.software-hero-links a:first-child, .software-hero-links a:hover { color: #11151c; background: #fff; border-color: #fff; }

.software-scope, .software-examples, .software-process { padding: clamp(90px, 9vw, 145px) 0; background: #fff; }
.software-section-head { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: clamp(48px, 8vw, 130px); align-items: end; margin-bottom: 58px; }
.software-section-head > div > p, .software-manifesto > p, .software-contact-inner > div > p { margin: 0 0 18px; color: var(--accent); font-size: 12px; font-weight: 900; }
.software-section-head h2, .software-manifesto h2, .software-contact h2 { margin: 0; font-size: clamp(48px, 5.4vw, 82px); line-height: 1.03; font-weight: 900; }
.software-section-head > p { margin: 0; color: #5c6573; font-size: 19px; line-height: 1.82; }
.software-scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #d8dde4; }
.software-scope-column + .software-scope-column { border-left: 1px solid #d8dde4; }
.software-scope-column header { position: relative; min-height: 260px; padding: 34px 34px 30px; border-top: 8px solid var(--scope); }
.software-scope-column header span { color: var(--scope); font-size: 12px; font-weight: 900; }
.software-scope-column header h3 { margin: 62px 0 0; font-size: clamp(48px, 4.6vw, 72px); line-height: 1; }
.software-scope-column header p { margin: 13px 0 0; color: #747d8a; font-size: 15px; }
.software-scope-row { min-height: 142px; display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; align-content: center; padding: 24px 34px; border-top: 1px solid #d8dde4; }
.software-scope-row b { font-size: 18px; }
.software-scope-row > span { color: var(--scope); font-size: 13px; font-weight: 900; }
.software-scope-row p { grid-column: 1 / 3; margin: 0; color: #6d7683; font-size: 14px; line-height: 1.55; }
.software-scope-row.featured { color: #fff; background: #151b25; }
.software-scope-row.featured p { color: #bdc6d4; }
.software-conditions { display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: #111721; }
.software-conditions div { min-height: 118px; padding: 28px 32px; }
.software-conditions div + div { border-left: 1px solid #ffffff21; }
.software-conditions small { display: block; color: #7fa0fa; font-size: 10px; font-weight: 900; }
.software-conditions strong { display: block; margin-top: 13px; font-size: 18px; }

.software-principles { padding: clamp(100px, 10vw, 165px) 0; color: #fff; background: #07090d; }
.software-manifesto { max-width: 1260px; }
.software-manifesto h2 strong { color: var(--soft-blue); }
.software-manifesto > span { display: block; max-width: 850px; margin-top: 30px; color: #9ba5b5; font-size: 18px; line-height: 1.75; }
.software-principle-list { margin-top: 95px; border-bottom: 1px solid #2b3039; }
.software-principle { display: grid; grid-template-columns: minmax(350px, .85fr) minmax(420px, 1.15fr); gap: 80px; padding: 52px 0 60px; border-top: 1px solid #2b3039; }
.software-principle > p { grid-column: 1 / 3; margin: 0; color: #a86666; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.software-principle-mark { display: flex; align-items: center; gap: 18px; font-size: clamp(48px, 5.2vw, 78px); line-height: 1; font-style: normal; }
.software-principle-mark b, .software-principle-mark strong { font-weight: 900; }
.software-principle-mark b { color: #bb6b6b; }
.software-principle-mark i { color: #596170; font-size: .55em; font-style: normal; font-weight: 400; }
.software-principle-mark strong { color: #e7ebf1; }
.software-principle-copy { align-self: end; }
.software-principle-copy h3 { margin: 0; font-size: clamp(28px, 2.5vw, 40px); }
.software-principle-copy p { margin: 18px 0 0; color: #a7b0bf; font-size: 17px; line-height: 1.75; }
.software-principle-copy span { display: block; margin-top: 24px; color: #7b9af0; font-size: 12px; font-weight: 900; }

.software-examples { background: #eef1f4; }
.software-example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.software-example { margin: 0; background: #fff; border: 1px solid #d7dde5; }
.software-example img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; }
.software-example figcaption { min-height: 180px; padding: 28px 30px; border-top: 5px solid var(--accent); }
.software-example small { display: block; color: var(--accent); font-size: 10px; font-weight: 900; }
.software-example strong { display: block; margin-top: 24px; font-size: 27px; }
.software-example span { display: block; margin-top: 10px; color: #6d7683; font-size: 14px; }

.software-process { background: #eef1f4; }
.software-process-visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #111721; }
.software-process-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.software-process-visual::after { content: ""; position: absolute; inset: 0; background: rgba(5, 10, 18, .18); pointer-events: none; }
.software-process-visual figcaption { position: absolute; z-index: 2; left: 0; bottom: 0; width: min(600px, 54%); padding: 30px 34px; color: #fff; background: rgba(10, 16, 28, .88); }
.software-process-visual small { color: #7f9cff; font-size: 10px; font-weight: 900; }
.software-process-visual strong { display: block; margin-top: 15px; font-size: 29px; line-height: 1.3; }
.software-process-visual span { display: block; margin-top: 18px; color: #aab5c7; font-size: 10px; font-weight: 900; }
.software-process-line { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: stretch; border-bottom: 1px solid #cfd5dc; }
.software-process-line article { min-height: 310px; display: flex; flex-direction: column; padding: 30px 24px; background: #fff; border-top: 7px solid var(--step); border-right: 1px solid #cfd5dc; }
.software-process-line article:last-child { color: #fff; background: var(--step); border-right: 0; }
.software-process-line article span { color: var(--step); font-size: 11px; font-weight: 900; }
.software-process-line article:last-child span { color: #91a6d6; }
.software-process-line article strong { display: block; margin-top: 54px; font-size: 25px; }
.software-process-line article p { margin: 14px 0 0; color: #687280; font-size: 14px; line-height: 1.65; }
.software-process-line article:last-child p { color: #bdc6d6; }
.software-process-line article em { margin-top: auto; padding-top: 22px; color: var(--step); border-top: 1px solid #dce1e7; font-size: 11px; font-style: normal; font-weight: 900; }
.software-process-line article:last-child em { color: #f3c44e; border-color: #3e4b64; }

.software-offer { padding: clamp(90px, 9vw, 145px) 0; color: #fff; background: #111d35; }
.software-offer .software-section-head > p { color: #bac4d5; }
.software-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3a4861; border-bottom: 1px solid #3a4861; }
.software-offer-grid article { min-height: 400px; padding: 36px 34px; }
.software-offer-grid article + article { border-left: 1px solid #3a4861; }
.software-offer-grid span { color: #7fa0fa; font-size: 11px; font-weight: 900; }
.software-offer-grid h3 { margin: 92px 0 0; font-size: 30px; line-height: 1.25; }
.software-offer-grid p { margin: 20px 0 0; color: #b7c1d0; font-size: 16px; line-height: 1.7; }
.software-offer-grid strong { display: block; margin-top: 27px; color: #f3c44e; font-size: 12px; }

.software-contact { padding: clamp(90px, 9vw, 150px) 0; color: #fff; background: var(--accent); }
.software-contact-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.software-contact-inner > div > p { color: #2c1a1a; }
.software-contact-inner > div > span { display: block; max-width: 820px; margin-top: 28px; color: #ffe5e2; font-size: 18px; line-height: 1.75; }
.software-contact a { min-height: 72px; display: inline-flex; align-items: center; gap: 30px; padding: 0 30px; color: #fff; background: #111721; font-size: 16px; font-weight: 900; }
.software-contact a b { font-size: 22px; }

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  padding: clamp(50px, 6vw, 90px);
  color: #fff;
  background: #10151f;
}
.cta-band h2 { margin: 0; font-size: clamp(36px, 4.4vw, 70px); line-height: 1.08; }
.cta-band p { max-width: 760px; margin: 18px 0 0; color: #c2cad6; font-size: 18px; line-height: 1.7; }
.site-footer { padding: 42px 0; color: #8d96a4; background: #0b0f16; font-size: 13px; }
.footer-inner { width: min(100% - 64px, 1500px); margin: 0 auto; display: flex; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .home-wide, .brand-hero-copy { width: min(100% - 56px, 1540px); }
  .hero-business-nav a { padding: 23px 100px 23px 20px; }
  .hero-business-nav strong { font-size: 17px; }
  .hero-business-nav small { font-size: 12px; }
  .hero-business-icon { right: 10px; bottom: 12px; width: 94px; height: 64px; }
  .home-intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-principles { grid-template-columns: repeat(2, 1fr); }
  .home-principles article:nth-child(3) { padding-left: 0; border-left: 0; }
  .home-principles article:nth-child(-n+2) { border-bottom: 1px solid #cfd5dc; }
  .home-sector, .home-sector.is-reverse { grid-template-columns: 1fr; }
  .home-sector.is-reverse .home-sector-media, .home-sector.is-reverse .home-sector-copy { order: initial; }
  .home-sector-media { min-height: 620px; }
  .home-sector-copy { min-height: 620px; }
  .home-contact-inner { grid-template-columns: 1fr; align-items: start; }
  .global-nav { gap: 16px; }
  .global-nav a { font-size: 12px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .media-split, .media-split.reverse { grid-template-columns: 1fr; }
  .media-split.reverse .split-image { order: 0; }
  .project-overview { grid-template-columns: 1fr; }
  .project-visual { min-height: 460px; width: 100%; }
  .unit-grid { grid-template-columns: repeat(3, 1fr); }
  .unit-cell:nth-child(3) { border-right: 0; }
  .unit-cell:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 0; }
  .workflow, .process-line { grid-template-columns: repeat(2, 1fr); }
  .workflow-step, .process-item { border-bottom: 1px solid #3b4965; }
  .software-shell, .software-hero-inner { width: min(100% - 56px, 1500px); }
  .software-section-head { grid-template-columns: 1fr; gap: 28px; }
  .software-scope-grid { grid-template-columns: 1fr; }
  .software-scope-column + .software-scope-column { border-left: 0; border-top: 1px solid #d8dde4; }
  .software-scope-column header { min-height: 220px; }
  .software-principle { grid-template-columns: 1fr; gap: 34px; }
  .software-principle > p { grid-column: auto; }
  .software-principle-copy { max-width: 760px; }
  .software-process-line { grid-template-columns: repeat(5, 1fr); }
  .software-process-line article { padding: 26px 18px; }
  .software-process-line article strong { font-size: 21px; }
  .software-contact-inner { grid-template-columns: 1fr; align-items: start; }
  .academy-studio-shell { width: min(100% - 56px, 1500px); }
  .academy-studio-section-head { grid-template-columns: 1fr; gap: 28px; }
  .academy-console { grid-template-columns: 210px minmax(0, 1fr); }
  .academy-console-main { padding: 26px; }
  .academy-console-workspace { grid-template-columns: 1fr; }
  .academy-console-form, .academy-console-progress { min-height: 0; }
  .academy-question-flow { grid-template-columns: 1fr; gap: 14px; }
  .academy-question-arrow { height: 42px; transform: rotate(90deg); }
  .academy-suite-grid { grid-template-columns: repeat(2, 1fr); }
  .academy-suite-grid article:nth-child(2) { border-right: 0; }
  .academy-suite-grid article:nth-child(-n+2) { border-bottom: 1px solid #d9dee7; }
  .academy-package-grid { grid-template-columns: 1fr; gap: 14px; }
  .academy-package-grid article { min-height: 0; border-right: 0; }
  .academy-package-grid article.featured { transform: none; }
  .academy-delivery-steps { grid-template-columns: repeat(3, 1fr); }
  .academy-delivery-steps article { border-bottom: 1px solid #ffffff3a; }
  .academy-delivery-steps article:nth-child(3) { border-right: 0; }
  .academy-delivery-steps article:nth-last-child(-n+2) { border-bottom: 0; }
  .academy-studio-contact-inner { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 820px) {
  .home-header { height: 66px; }
  .brand-hero { height: auto; min-height: 920px; max-height: none; display: flex; flex-direction: column; justify-content: flex-end; }
  .brand-hero-media { object-position: 62% center; }
  .brand-hero-overlay { background: rgba(8,12,17,.56); }
  .brand-hero-copy { position: absolute; top: 0; left: 18px; right: 18px; width: auto; padding-top: 68px; }
  .brand-hero h1 { font-size: clamp(58px, 17vw, 94px); }
  .brand-line { max-width: 560px; font-size: clamp(28px, 7vw, 43px); }
  .brand-detail { max-width: 520px; font-size: 16px; }
  .hero-proposal-link { min-height: 50px; margin-top: 22px; }
  .hero-business-nav { position: relative; grid-template-columns: repeat(2, 1fr); margin-top: auto; }
  .hero-business-nav a { min-height: 126px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .hero-business-nav a:nth-child(2n) { border-right: 0; }
  .hero-business-nav a:nth-last-child(-n+2) { border-bottom: 0; }
  .home-wide { width: min(100% - 36px, 1540px); }
  .home-intro { padding: 84px 0; }
  .home-intro h2, .home-sector h2, .home-contact h2 { font-size: clamp(42px, 11vw, 67px); }
  .home-principles article { min-height: 210px; padding: 26px 24px 24px 0; }
  .home-principles article + article { padding-left: 24px; }
  .home-principles strong { margin-top: 54px; }
  .home-sector-media { min-height: 520px; }
  .home-sector-media figcaption { min-width: 0; left: 0; right: auto; }
  .home-sector-copy { min-height: 0; padding: 70px 24px; }
  .home-sector-lead { font-size: 17px; }
  .home-contact { padding: 90px 0; }
  .site-header { height: 66px; }
  .header-inner { width: min(100% - 28px, 1500px); }
  .menu-button { display: block; }
  .header-cta { display: none; }
  .global-nav {
    position: fixed;
    inset: 66px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 24px 30px;
    color: var(--ink);
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .global-nav.open { display: flex; }
  .global-nav a, .dark .global-nav a { padding: 16px 0; color: var(--ink); font-size: 16px; border-bottom: 1px solid var(--line); }
  .global-nav a[aria-current="page"]::after { display: none; }
  .gateway { grid-template-columns: 1fr; grid-template-rows: none; }
  .business-panel { min-height: 52vh; border-right: 0; }
  .panel-body { padding: 28px 24px; }
  .business-panel h1, .business-panel h2 { font-size: 37px; }
  .hero-inner, .section-inner, .footer-inner, .software-page .hero-layout { width: min(100% - 36px, 1500px); }
  .page-hero { min-height: 650px; }
  .hero-inner { padding: 70px 0 54px; }
  .hero-title { font-size: clamp(46px, 13vw, 72px); }
  .section { padding: 72px 0; }
  .fact-strip { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts .fact { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .project-facts .fact:last-child { border-bottom: 0 !important; }
  .unit-grid { grid-template-columns: repeat(2, 1fr); }
  .unit-cell { border-bottom: 1px solid var(--line); }
  .unit-cell:nth-child(2n) { border-right: 0; }
  .unit-cell:nth-child(3) { border-right: 1px solid var(--line); }
  .unit-cell:nth-last-child(-n+2) { border-bottom: 0; }
  .ai-panel.active { grid-template-columns: 1fr; }
  .analysis-row { grid-template-columns: 1fr; gap: 8px; }
  .source-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 230px); }
  .source-gallery img:first-child { grid-row: auto; }
  .academy-metrics, .build-grid, .promise-grid { grid-template-columns: 1fr; }
  .academy-metric, .build-card, .promise { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow, .process-line { grid-template-columns: 1fr; }
  .workflow-step { min-height: 220px; border-right: 0; }
  .workflow-step strong { margin-top: 42px; }
  .process-item { min-height: 220px; border-left: 0 !important; }
  .process-item strong { margin-top: 35px; }
  .cta-band { grid-template-columns: 1fr; padding: 46px 24px; }
  .footer-inner { flex-direction: column; }
  .software-shell, .software-hero-inner { width: min(100% - 36px, 1500px); }
  .software-hero { min-height: calc(100svh - 66px); }
  .software-hero-inner { padding: 72px 0; }
  .software-wordmark { flex-direction: column; font-size: clamp(58px, 17vw, 86px); white-space: normal; }
  .software-wordmark strong { margin: 13px 0 0; }
  .software-hero-statement { font-size: 19px; }
  .software-hero-links { display: grid; grid-template-columns: repeat(2, 1fr); }
  .software-hero-links a { min-width: 0; }
  .software-scope, .software-examples, .software-process, .software-principles, .software-offer, .software-contact { padding: 84px 0; }
  .software-section-head h2, .software-manifesto h2, .software-contact h2 { font-size: clamp(42px, 11vw, 62px); }
  .software-section-head > p { font-size: 17px; }
  .software-scope-column header { min-height: 190px; padding: 28px 24px; }
  .software-scope-column header h3 { margin-top: 46px; }
  .software-scope-row { padding: 22px 24px; }
  .software-conditions { grid-template-columns: 1fr; }
  .software-conditions div + div { border-left: 0; border-top: 1px solid #ffffff21; }
  .software-principle-list { margin-top: 64px; }
  .software-principle { padding: 38px 0 44px; }
  .software-principle-mark { gap: 14px; font-size: clamp(49px, 14vw, 70px); }
  .software-principle-copy p { font-size: 16px; }
  .software-example-grid { grid-template-columns: 1fr; }
  .software-example img { aspect-ratio: 1.35 / 1; }
  .software-process-line { grid-template-columns: 1fr; }
  .software-process-visual { min-height: 480px; }
  .software-process-visual figcaption { width: calc(100% - 28px); padding: 24px; }
  .software-process-visual strong { font-size: 24px; }
  .software-process-line article { min-height: 235px; border-right: 0; border-bottom: 1px solid #cfd5dc; }
  .software-process-line article:last-child { border-bottom: 0; }
  .software-process-line article strong { margin-top: 38px; }
  .software-offer-grid { grid-template-columns: 1fr; }
  .software-offer-grid article { min-height: 330px; }
  .software-offer-grid article + article { border-left: 0; border-top: 1px solid #3a4861; }
  .software-offer-grid h3 { margin-top: 65px; }
  .software-contact a { align-self: start; }
  .academy-studio-shell { width: min(100% - 36px, 1500px); }
  .academy-studio-hero { min-height: auto; max-height: none; display: block; }
  .academy-studio-hero-media { object-position: 69% center; }
  .academy-studio-hero-shade { background: rgba(6, 12, 28, .76); }
  .academy-studio-hero-copy { min-height: 690px; padding: 104px 0 82px; }
  .academy-studio-hero-copy h1 { max-width: 700px; font-size: clamp(52px, 12vw, 78px); }
  .academy-studio-lead { max-width: 620px; font-size: 17px; }
  .academy-studio-promises { position: relative; grid-template-columns: 1fr; }
  .academy-studio-promises a { min-height: 112px; padding: 22px 24px; border-right: 0; border-bottom: 1px solid #ffffff26; }
  .academy-studio-promises a:last-child { border-bottom: 0; }
  .academy-studio-product, .academy-studio-suite, .academy-studio-question, .academy-studio-packages { padding: 84px 0; }
  .academy-studio-section-head { margin-bottom: 42px; }
  .academy-studio-section-head h2, .academy-studio-delivery-copy h2, .academy-studio-contact h2 { font-size: clamp(42px, 11vw, 62px); }
  .academy-studio-section-head > p { font-size: 16px; }
  .academy-console { grid-template-columns: 1fr; min-height: 0; }
  .academy-console-sidebar { padding: 18px; }
  .academy-console-brand { padding-bottom: 0; border-bottom: 0; }
  .academy-console-sidebar nav, .academy-console-user { display: none; }
  .academy-console-main { padding: 20px; }
  .academy-console-main > header { align-items: flex-start; }
  .academy-console-main header h3 { font-size: 22px; }
  .academy-console-stats { grid-template-columns: 1fr; }
  .academy-console-stats > div { min-height: 108px; border-right: 0; border-bottom: 1px solid #dce1ea; }
  .academy-console-stats > div:last-child { border-bottom: 0; }
  .academy-console-fields { grid-template-columns: 1fr; gap: 0; }
  .academy-studio-deliverables { grid-template-columns: 1fr; }
  .academy-studio-deliverables article { min-height: 245px; border-right: 0; border-bottom: 1px solid #d9dee7; }
  .academy-studio-deliverables article:last-child { border-bottom: 0; }
  .academy-studio-deliverables strong { margin-top: 45px; }
  .academy-suite-grid { grid-template-columns: 1fr; }
  .academy-suite-grid article, .academy-suite-grid article:nth-child(2) { min-height: 430px; border-right: 0; border-bottom: 1px solid #d9dee7; }
  .academy-suite-grid article:last-child { border-bottom: 0; }
  .academy-suite-grid h3 { margin-top: 48px; }
  .academy-package-grid article { padding: 28px 24px; }
  .academy-package-grid h3 { margin-top: 36px; }
  .academy-package-common { display: grid; grid-template-columns: 1fr; }
  .academy-package-common b, .academy-package-common span { border-right: 0; border-bottom: 1px solid #3b4861; }
  .academy-package-common span:last-child { border-bottom: 0; }
  .academy-studio-delivery { min-height: 0; }
  .academy-studio-delivery-copy { padding: 90px 0; }
  .academy-delivery-steps { grid-template-columns: 1fr; margin-top: 48px; }
  .academy-delivery-steps article, .academy-delivery-steps article:nth-child(3), .academy-delivery-steps article:nth-last-child(-n+2) { min-height: 190px; border-right: 0; border-bottom: 1px solid #ffffff3a; }
  .academy-delivery-steps article:last-child { border-bottom: 0; }
  .academy-delivery-steps strong { margin-top: 42px; }
  .academy-studio-contact { padding: 84px 0; }
  .academy-studio-contact a { align-self: start; }
}

@media (max-width: 520px) {
  .brand-hero { min-height: 970px; }
  .brand-hero-copy { padding-top: 52px; }
  .home-eyebrow { font-size: 10px; }
  .brand-hero h1 { margin-top: 17px; font-size: 54px; }
  .brand-line { margin-top: 18px; font-size: 29px; }
  .brand-detail { margin-top: 14px; font-size: 14px; line-height: 1.65; }
  .hero-proposal-link { min-height: 48px; margin-top: 19px; padding: 0 18px; gap: 24px; font-size: 13px; }
  .hero-business-nav { grid-template-columns: 1fr; }
  .hero-business-nav a { min-height: 110px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18) !important; }
  .hero-business-nav a:last-child { border-bottom: 0 !important; }
  .hero-business-nav strong { margin-top: 9px; }
  .hero-business-icon { right: 18px; bottom: 10px; width: 112px; height: 70px; }
  .home-intro-grid > p, .home-sector-lead { font-size: 16px; }
  .home-intro h2, .home-sector h2, .home-contact h2 { font-size: 40px; }
  .home-principles { grid-template-columns: 1fr; }
  .home-principles article, .home-principles article + article, .home-principles article:nth-child(3) { min-height: 170px; padding: 24px 0; border-left: 0; border-bottom: 1px solid #cfd5dc; }
  .home-principles article:last-child { border-bottom: 0; }
  .home-principles strong { margin-top: 42px; font-size: 22px; }
  .home-sector-media { min-height: 410px; }
  .home-sector-media figcaption { width: 100%; }
  .home-sector-list p { grid-template-columns: 88px 1fr; gap: 12px; }
  .home-sector-list strong { font-size: 14px; }
  .brand-copy small { display: none; }
  .panel-index { font-size: 10px; }
  .business-panel p { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .unit-grid { grid-template-columns: 1fr; }
  .unit-cell { border-right: 0 !important; }
  .ai-tabs { grid-template-columns: 1fr; }
  .ai-tab { border-right: 0; border-bottom: 1px solid #334055; }
  .bullet-list li { grid-template-columns: 1fr; gap: 7px; }
  .software-hero-kicker { font-size: 10px; }
  .software-wordmark { font-size: 52px; }
  .software-hero-links a { padding: 14px 10px; font-size: 13px; }
  .software-section-head h2, .software-manifesto h2, .software-contact h2 { font-size: 40px; }
  .software-principle-mark { font-size: 43px; }
  .software-example figcaption { min-height: 155px; padding: 24px; }
  .software-contact a { width: 100%; justify-content: space-between; }
  .academy-studio-hero-copy { min-height: 650px; padding-top: 84px; }
  .academy-studio-eyebrow { font-size: 10px; }
  .academy-studio-hero-copy h1 { font-size: 50px; }
  .academy-studio-lead { font-size: 15px; line-height: 1.72; }
  .academy-studio-actions { display: grid; grid-template-columns: 1fr; }
  .academy-studio-button { width: 100%; }
  .academy-studio-section-head h2, .academy-studio-delivery-copy h2, .academy-studio-contact h2 { font-size: 40px; }
  .academy-console-main > header { display: grid; }
  .academy-console-main > header button { justify-self: start; }
  .academy-console-workspace { gap: 12px; }
  .academy-console-form, .academy-console-progress { padding: 20px; }
  .academy-question-paper { min-height: 455px; }
  .academy-question-paper > header, .academy-question-body { padding-left: 21px; padding-right: 21px; }
  .academy-question-options { grid-template-columns: repeat(2, 1fr); }
  .academy-studio-deliverables article { padding: 28px 24px; }
  .academy-suite-grid article { padding: 26px 24px; }
  .academy-studio-contact a { width: 100%; justify-content: space-between; }
}

@media print {
  .site-header, .hero-actions, .menu-button { display: none !important; }
  .page-hero { min-height: 520px; break-after: page; }
  .section { padding: 54px 0; break-inside: avoid; }
  .reveal { opacity: 1; transform: none; }
}
