@font-face {
  font-family: DM;
  src: url('/assets/dm-sans.ttf') format('truetype');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --paper: #fafbff;
  --ink: #141518;
  --muted: #5d626c;
  --line: #dce3ef;
  --blue: #2f6bff;
  --button-blue: #2865f8;
  --pale: #edf3ff;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 DM, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
button, a, summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { background: #cbdcff; color: var(--ink); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-weight: 400; line-height: 1.12; }
small { font-size: 14px; }
img, svg { max-width: 100%; }
.wrap { width: calc(100% - 112px); max-width: 1328px; margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 15px; z-index: 50; clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; white-space: nowrap; background: var(--ink); color: white; }
.skip-link:focus { clip-path: none; width: auto; height: auto; padding: 14px; }

.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; flex-shrink: 0; gap: 10px; align-items: center; line-height: 1; }
.brand img { width: 34px; height: 36px; object-fit: contain; }
.brand > span:nth-child(2) { font-size: 27px; letter-spacing: -1.2px; }
.brand-sub { display: block; margin-top: 7px; font-size: 14px; letter-spacing: 1.4px; }
.ai-tag { align-self: flex-start; padding: 4px 6px; border: 1px solid #cad3e4; border-radius: 5px; font-size: 14px; }
.site-header nav { display: flex; gap: 25px; align-items: center; font-size: 14px; }
.site-header nav a { position: relative; padding: 10px 0; white-space: nowrap; }
.site-header nav a::after { position: absolute; right: 100%; bottom: 4px; left: 0; height: 2px; background: var(--blue); content: ''; transition: right .3s var(--ease); }
.site-header nav a:hover::after { right: 0; }
.header-cta { display: flex; align-items: center; gap: 22px; padding: 12px 17px; border-radius: 6px; background: var(--ink); color: white; font-size: 14px; white-space: nowrap; transition: background .25s; }
.header-cta:hover { background: var(--button-blue); }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 42px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { text-decoration: underline; text-decoration-color: #aebddd; text-underline-offset: 4px; }
.breadcrumbs a:hover { color: #174dbd; text-decoration-color: var(--blue); }
.page-hero { padding-block: 38px 64px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: 70px; align-items: center; }
.page-hero h1, .article-hero h1, .knowledge-hero h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 86px); line-height: 1.02; letter-spacing: -.055em; }
.page-hero-grid > div:first-child > p, .knowledge-hero > div > p { max-width: 670px; margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 22px; padding: 13px 19px; border: 1px solid transparent; border-radius: 6px; font-size: 15px; font-weight: 600; line-height: 1.4; transition: background .25s, box-shadow .25s, transform .3s var(--ease); }
.primary { background: var(--button-blue); box-shadow: 0 4px 12px #2f6bff17; color: white; }
.primary:hover { transform: translateY(-2px); background: #1c5ef5; box-shadow: 0 7px 20px #2f6bff2c; }
.secondary { border-color: #aebddd; background: white; color: #202a40; }
.secondary:hover { transform: translateY(-1px); border-color: var(--blue); background: #eaf1ff; }
.hero-mark { position: relative; width: min(100%, 390px); aspect-ratio: 1; justify-self: end; isolation: isolate; }
.hero-mark::before, .hero-mark::after { position: absolute; border: 1px solid #bdd2ff; border-radius: 50%; content: ''; inset: 8%; }
.hero-mark::after { transform: rotate(56deg) scaleY(.42); }
.hero-mark span { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 42%; aspect-ratio: 1; transform: translate(-50%, -50%) rotate(-8deg); place-items: center; border: 12px solid #a9c3ff; border-radius: 20%; background: var(--blue); box-shadow: 25px 32px 50px #244da827; color: white; font-size: clamp(35px, 5vw, 70px); letter-spacing: -.08em; }
.hero-mark i { position: absolute; width: 17%; aspect-ratio: 1; border: 1px solid #aebfdf; border-radius: 12px; background: white; box-shadow: 0 10px 30px #244da812; }
.hero-mark i:first-of-type { top: 15%; left: 8%; }
.hero-mark i:last-of-type { right: 4%; bottom: 12%; }

.offering-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .42fr); gap: 72px; align-items: start; padding-block: 64px; border-top: 1px solid var(--line); }
.page-body { min-width: 0; }
.page-body > :first-child { margin-top: 0; }
.page-body h2 { margin: 62px 0 18px; font-size: clamp(31px, 3.6vw, 48px); letter-spacing: -.035em; }
.page-body h3 { margin: 34px 0 13px; font-size: 23px; letter-spacing: -.02em; }
.page-body p, .page-body li { color: #454b55; font-size: 17px; line-height: 1.82; }
.page-body p { max-width: 760px; margin-bottom: 20px; }
.page-body li { margin-bottom: 9px; padding-left: 4px; }
.page-body ul, .page-body ol { max-width: 760px; padding-left: 24px; }
.page-body a { color: #174fca; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.page-body blockquote { max-width: 760px; margin: 34px 0; padding: 22px 25px; border-left: 4px solid var(--blue); background: var(--pale); }
.page-body blockquote p:last-child { margin-bottom: 0; }
.page-body table { width: 100%; margin: 30px 0; border-collapse: collapse; border: 1px solid var(--line); background: white; font-size: 15px; }
.page-body th, .page-body td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.page-body th { background: #eaf1ff; font-weight: 600; }
.page-body code { padding: 2px 5px; border-radius: 3px; background: #e9effa; font: 14px/1.6 DM, sans-serif; }
.page-body figure { max-width: 100%; margin: 34px 0; }
.page-body figcaption { margin-top: 12px; color: var(--muted); font-size: 14px; }
.page-body [data-motion-scene] { position: relative; width: 100%; min-height: 280px; margin: 35px 0; overflow: hidden; border: 1px solid #cdd9ec; border-radius: 10px; background: #edf3ff; isolation: isolate; }
.page-body [data-motion-item] { animation: page-float 3.6s ease-in-out infinite; }
.page-body [data-motion-item]:nth-child(2n) { animation-delay: -1.4s; }
.page-body :where([data-demo-control]) { min-height: 44px; padding: 9px 13px; border: 1px solid #adc0e2; border-radius: 5px; background: white; font-size: 14px; }
.page-body [data-demo-control][aria-pressed='true'] { border-color: var(--button-blue); background: var(--button-blue); color: white; }
.page-body :where([data-demo-output]) { min-height: 70px; padding: 16px; border: 1px solid #cad8ee; border-radius: 6px; background: white; }
.faq-panel { position: sticky; top: 24px; padding: 25px; border: 1px solid #cbd8ec; border-radius: 9px; background: white; }
.faq-panel h2 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.02em; }
.faq-panel details { border-bottom: 1px solid var(--line); }
.faq-panel details:last-child { border-bottom: 0; }
.faq-panel summary { padding: 18px 0; cursor: pointer; font-size: 15px; font-weight: 600; line-height: 1.5; }
.faq-panel p { margin: -4px 0 18px; color: var(--muted); font-size: 15px; line-height: 1.7; }

.knowledge-hero { padding-block: 38px 65px; }
.knowledge-hero > div { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 50px; align-items: end; }
.knowledge-hero h1 { margin-bottom: 0; }
.knowledge-hero > div > p { margin-bottom: 5px; }
.knowledge-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-bottom: 75px; }
.article-card { display: grid; grid-template-columns: 175px minmax(0, 1fr); overflow: hidden; border: 1px solid #d6e0f0; border-radius: 9px; background: white; transition: transform .4s var(--ease), box-shadow .4s; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px #173f8714; }
.article-art { position: relative; min-height: 250px; overflow: hidden; background: #e7efff; isolation: isolate; }
.article-art span { position: absolute; z-index: 2; top: 18px; left: 18px; color: #164fc4; font-size: 14px; }
.article-art i { position: absolute; width: 80px; height: 80px; border: 1px solid #9fb9ed; background: white; transform: rotate(45deg); }
.article-art i:nth-of-type(1) { right: 48px; bottom: 58px; background: var(--blue); box-shadow: 20px 20px 35px #2454b52b; }
.article-art i:nth-of-type(2) { right: -24px; bottom: 2px; background: #8fb2ff; }
.article-art i:nth-of-type(3) { right: 112px; bottom: -35px; background: #c9daff; }
.article-card-copy { display: flex; flex-direction: column; padding: 26px; }
.article-category { margin-bottom: 15px; color: #42618e; font-size: 14px; }
.article-card h2 { margin-bottom: 14px; font-size: 25px; line-height: 1.24; letter-spacing: -.025em; }
.article-card p { margin-bottom: 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.link-action { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); color: #1f55bd; font-size: 14px; font-weight: 600; }

.article-hero { padding-block: 38px 68px; }
.article-heading { max-width: 930px; margin-inline: auto; }
.article-heading > p { margin-bottom: 18px; color: #315caa; font-size: 14px; }
.article-hero h1 { margin-bottom: 27px; }
.article-summary { max-width: 730px; color: var(--muted); font-size: 20px; line-height: 1.7; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(270px, 340px); gap: 95px; justify-content: center; align-items: start; padding-block: 22px 70px; border-top: 1px solid var(--line); }
.article-body > h2:first-child { margin-top: 34px; }

.related { padding-block: 55px 70px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.section-heading h2 { margin-bottom: 0; font-size: 38px; letter-spacing: -.035em; }
.section-heading p { max-width: 420px; margin-bottom: 3px; color: var(--muted); font-size: 15px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.related-card { display: flex; min-height: 180px; flex-direction: column; padding: 22px; border: 1px solid #d3deef; border-radius: 8px; background: white; transition: border-color .25s, transform .35s var(--ease); }
.related-card:hover { transform: translateY(-3px); border-color: #8eade9; }
.related-card > span:first-child { margin-bottom: 14px; color: #4c6793; font-size: 14px; }
.related-card strong { font-size: 20px; font-weight: 500; line-height: 1.35; }
.page-contact { padding: 58px 0; background: #111214; color: white; }
.page-contact > .wrap { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.page-contact h2 { margin-bottom: 12px; font-size: clamp(31px, 4vw, 48px); letter-spacing: -.04em; }
.page-contact p { margin-bottom: 0; color: #c6cbd5; font-size: 16px; }
.light-button { flex-shrink: 0; border-color: white; background: white; color: var(--ink); }
.light-button:hover { transform: translateY(-2px); border-color: #dfeaff; background: #dfeaff; }
.site-footer { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 22px; padding-block: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.site-footer > div { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.site-footer a:hover { text-decoration: underline; }
.site-footer button { min-height: 40px; padding: 8px 11px; border: 1px solid #c8d4e8; border-radius: 4px; background: white; color: #3b4960; font-size: 14px; white-space: nowrap; }
.site-footer button::before { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--blue); content: ''; vertical-align: 2px; }
.site-footer button[aria-pressed='true']::before { background: #767b84; }

@keyframes page-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.scene-paused *, .scene-paused::before, .scene-paused::after { animation-play-state: paused !important; }
html.motion-off { scroll-behavior: auto; }
.motion-off *, .motion-off *::before, .motion-off *::after { animation: none !important; transition: none !important; }

@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .site-header { position: relative; min-height: 132px; flex-wrap: wrap; padding: 18px 0 42px; }
  .site-header nav { position: absolute; right: 0; bottom: 4px; left: 0; justify-content: center; gap: 38px; }
  .page-hero-grid { gap: 35px; }
  .offering-content, .article-layout { gap: 45px; }
  .knowledge-list { grid-template-columns: 1fr; }
  .article-card { grid-template-columns: 200px 1fr; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 128px; gap: 12px; padding-top: 17px; }
  .brand { gap: 7px; }
  .brand img { width: 28px; height: 31px; }
  .brand > span:nth-child(2) { font-size: 24px; }
  .brand-sub { margin-top: 5px; font-size: 14px; letter-spacing: .7px; }
  .ai-tag { padding: 3px 4px; }
  .header-cta { gap: 9px; padding: 9px 12px; }
  .site-header nav { justify-content: space-between; gap: 12px; }
  .site-header nav a { font-size: 14px; }
  .breadcrumbs { margin-bottom: 30px; }
  .page-hero, .knowledge-hero, .article-hero { padding-block: 31px 45px; }
  .page-hero-grid, .knowledge-hero > div { display: block; }
  .page-hero h1, .article-hero h1, .knowledge-hero h1 { margin-bottom: 22px; font-size: 47px; letter-spacing: -.045em; }
  .page-hero-grid > div:first-child > p, .knowledge-hero > div > p { font-size: 16px; }
  .hero-mark { width: min(68vw, 240px); margin: 30px auto 0; justify-self: auto; }
  .button { font-size: 14px; }
  .offering-content, .article-layout { display: block; padding-block: 42px; }
  .page-body h2 { margin-top: 45px; font-size: 31px; }
  .page-body h3 { font-size: 21px; }
  .page-body p, .page-body li { font-size: 16px; line-height: 1.76; }
  .page-body table { table-layout: fixed; }
  .page-body th, .page-body td { padding-inline: 6px; overflow-wrap: anywhere; }
  .faq-panel { position: static; margin-top: 44px; }
  .article-heading > p { margin-bottom: 15px; }
  .article-summary { font-size: 17px; }
  .article-card { display: block; }
  .article-art { min-height: 125px; }
  .article-card-copy { padding: 22px; }
  .article-card h2 { font-size: 24px; }
  .section-heading, .page-contact > .wrap, .site-footer { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { margin-bottom: 10px; font-size: 32px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 150px; }
  .page-contact { padding-block: 43px; }
  .page-contact h2 { font-size: 32px; }
  .light-button { margin-top: 6px; }
  .site-footer { gap: 16px; }
  .site-footer > div { gap: 12px 22px; }
}

@media (max-width: 385px) {
  .wrap { width: calc(100% - 32px); }
  .brand img { width: 24px; height: 26px; }
  .brand > span:nth-child(2) { font-size: 22px; }
  .ai-tag { display: none; }
  .header-cta { padding-inline: 10px; }
  .site-header nav { gap: 8px; }
  .page-hero h1, .article-hero h1, .knowledge-hero h1 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.value-hero .page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:45px}.value-hero h1{font-size:clamp(38px,4.2vw,60px);letter-spacing:-.045em;line-height:1.07}.value-overview{background:#edf3ff;border:1px solid #c8d8f4;border-radius:12px;overflow:hidden}.value-overview>p{font-size:16px;padding:18px 22px;margin:0;border-bottom:1px solid #c8d8f4;color:#194da7;font-weight:500}.value-overview dl{display:grid;grid-template-columns:1fr 1fr;margin:0}.value-overview dl>div{padding:22px;min-width:0}.value-overview dl>div:nth-child(odd){border-right:1px solid #c8d8f4}.value-overview dl>div:nth-child(-n+2){border-bottom:1px solid #c8d8f4}.value-overview dl>div>span{font-size:14px;color:#526b91;display:block;margin-bottom:11px}.value-overview dt{font-size:20px;font-weight:500;letter-spacing:-.4px;line-height:1.2;margin-bottom:10px}.value-overview dd{font-size:14px;line-height:1.65;margin:0;color:#485b77}.value-hero .offering-note{font-size:14px!important;line-height:1.6!important;padding-left:14px;border-left:3px solid var(--blue)}
@media(max-width:1050px){.value-hero .page-hero-grid{gap:28px}.value-overview dl>div{padding:18px}.value-overview dt{font-size:19px}}
@media(max-width:850px){.value-hero .page-hero-grid{display:block}.value-overview{margin-top:30px}.value-hero h1{font-size:48px}}
@media(max-width:700px){.value-hero h1{font-size:39px}.value-overview>p{padding:16px}.value-overview dl>div{padding:17px 14px}.value-overview dt{font-size:18px}.value-overview dd{font-size:14px}}
@media(max-width:365px){.value-hero h1{font-size:35px}.value-overview dl{grid-template-columns:1fr}.value-overview dl>div:nth-child(odd){border-right:0}.value-overview dl>div:not(:last-child){border-bottom:1px solid #c8d8f4}}
