/* The public company page has its own visual system; shared admin styles stay intact. */
html:has(.landing) { scroll-behavior: smooth; scroll-padding-top: 110px; }
.landing { --ink: #172c3b; --subtle: #62727e; --brand: #285be3; --paper: #fafbf8; background: var(--paper); color: var(--ink); }
.landing a { text-decoration: none; color: inherit; }
.landing a, .landing button { -webkit-tap-highlight-color: transparent; }
.landing :focus-visible { outline: 3px solid var(--brand); outline-offset: 6px; }
.landing svg { width: 24px; height: 24px; flex-shrink: 0; }
.landing-container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.landing-main { flex: 1; }
.landing-main > .flash-wrap { width: min(1200px, calc(100% - 48px)); margin: 20px auto; }
.skip-link { position: fixed; top: -80px; right: 24px; z-index: 100; padding: 12px 24px; background: white; }
.skip-link:focus { top: 12px; }
.landing-header { position: sticky; top: 0; z-index: 30; background: rgba(250,251,248,.93); backdrop-filter: blur(18px); border-bottom: 1px solid #e4e9e5; }
.landing-nav { height: 94px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.landing-brand { display: flex; align-items: center; }
.landing-brand img { width: 180px; height: 60px; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav a { font-size: 13px; position: relative; padding: 15px 0; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--brand); }
.desktop-nav a[aria-current]::after { content: ''; width: 4px; height: 4px; border-radius: 50%; background: currentColor; position: absolute; bottom: 3px; left: calc(50% - 2px); }
.portal-link { border: 1px solid #d8dfdc; border-radius: 7px; padding: 11px 18px; display: flex; align-items: center; gap: 24px; font-size: 12px; transition: border-color .2s, background .2s; }
.portal-link:hover { border-color: var(--brand); background: #edf2ff; }
.portal-link svg { width: 18px; height: 18px; }
.menu-toggle { display: none; background: none; border: 1px solid #d8dfdc; border-radius: 6px; width: 42px; height: 42px; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; background: var(--ink); margin: 5px auto; }
.mobile-nav[hidden] { display: none; }
.mobile-nav { padding: 10px 24px 20px; border-top: 1px solid #e4e9e5; display: grid; gap: 4px; }
.mobile-nav a { padding: 12px; font-size: 14px; }
.intro-section { display: grid; grid-template-columns: 1.06fr 1fr; column-gap: 36px; align-items: center; padding-top: 52px; }
.hero-copy { padding-block: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; color: var(--subtle); }
.status-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px #285be310; }
.landing h1 { font-size: clamp(38px, 4.45vw, 62px); font-weight: 800; letter-spacing: -2px; line-height: 1.65; margin: 24px 0 22px; }
.accent-word { color: var(--brand); position: relative; white-space: nowrap; }
.accent-word svg { position: absolute; width: 100%; height: 13px; right: 0; bottom: -7px; stroke: #8eaaf0; stroke-width: 3; fill: none; }
.hero-description { max-width: 450px; font-size: 15px; color: var(--subtle); line-height: 2.2; margin: 0 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.landing-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 13px; font-weight: 600; padding: 16px 22px; border-radius: 7px; transition: transform .25s, box-shadow .25s, background .25s; }
.landing .primary-button { background: var(--brand); color: white; box-shadow: 0 5px 12px #285be315; }
.landing .primary-button:hover { background: #1748c7; transform: translateY(-3px); box-shadow: 0 9px 22px #285be328; }
.landing-button svg { width: 20px; height: 20px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; }
.round-arrow { border: 1px solid #d8dfdc; border-radius: 50%; width: 31px; height: 31px; display: grid; place-items: center; font-size: 18px; transition: transform .2s; }
.text-button:hover .round-arrow { transform: rotate(-45deg); }
.hero-caption { display: flex; align-items: center; gap: 12px; font-size: 10px; color: #78868f; margin-top: 36px; }
.hero-caption > span { width: 24px; height: 1px; background: #aab6bf; }
.tech-art { height: 495px; position: relative; direction: ltr; isolation: isolate; background: radial-gradient(ellipse at center, #dce9fc80, transparent 67%); }
.art-grid { position: absolute; inset: 30px 0; background-image: linear-gradient(#90a8c510 1px, transparent 1px), linear-gradient(90deg, #90a8c510 1px, transparent 1px); background-size: 35px 35px; mask-image: radial-gradient(ellipse, #000, transparent 70%); }
.art-coordinate { position: absolute; left: 18px; top: 12px; font: 8px/2 monospace; letter-spacing: 1.5px; color: #60758a; }
.art-coordinate span { color: #91a1ae; font-size: 7px; }
.globe { position: absolute; width: 78%; aspect-ratio: 1; top: 50%; left: 50%; translate: -50% -50%; filter: drop-shadow(10px 24px 24px #315a9c23); animation: globe-float 8s ease-in-out infinite; }
.landing .globe-lines { width: 100%; height: 100%; transform: rotate(-22deg); }
.globe-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-9deg); font: italic 800 clamp(80px, 10vw, 140px)/1 Arial, sans-serif; color: #ffffffdd; text-shadow: 2px 6px 20px #264b9e35; letter-spacing: -13px; }
.globe-core span { font-size: 36px; vertical-align: top; letter-spacing: 0; margin-left: 8px; }
.orbit { position: absolute; width: 99%; height: 48%; top: 26%; left: .5%; border: 1px solid #8ba8df60; border-radius: 50%; transform: rotate(-32deg); z-index: 2; pointer-events: none; }
.orbit::after { content: ''; position: absolute; width: 10px; height: 10px; top: 12%; left: 15%; border-radius: 50%; background: #487ce8; box-shadow: 0 0 0 5px #487ce815; }
.orbit-two { width: 86%; height: 82%; left: 7%; top: 9%; transform: rotate(30deg); border-style: dashed; border-color: #b3c4df60; z-index: -1; animation: orbit-turn 65s linear infinite; }
.orbit-two::after { width: 6px; height: 6px; background: #8faccc; }
.floating-label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; direction: rtl; padding: 14px 17px; border: 1px solid #fff; border-radius: 10px; background: #ffffffeb; box-shadow: 0 12px 32px #234a7310; font-size: 12px; animation: label-float 6s ease-in-out infinite; }
.floating-label div > span { display: block; font: 7px/1.5 monospace; letter-spacing: 1px; color: #83909e; margin-top: 4px; }
.label-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--brand); background: #edf3ff; border-radius: 8px; font: 25px Arial, sans-serif; }
.label-top { right: 1%; top: 19%; }
.label-bottom { left: 0; bottom: 17%; animation-delay: -3s; }
.tiny-dot { width: 5px; height: 5px; background: #56a481; border-radius: 50%; margin-right: 8px; }
.art-plus { position: absolute; color: #a4b8d0; font: 23px monospace; }
.plus-one { left: 7%; top: 25%; }.plus-two { right: 15%; bottom: 14%; }
.art-bottom { position: absolute; bottom: 8px; left: 20px; right: 20px; display: flex; align-items: center; gap: 12px; font: 7px monospace; letter-spacing: 1px; color: #7a8ea4; }
.art-bottom > span:last-child { margin-left: auto; font-size: 23px; }
.art-bottom .status-dot { width: 5px; height: 5px; }
.intro-bottom { grid-column: 1/-1; border-top: 1px solid #e1e6e3; margin-top: 40px; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; color: #7b8891; font-size: 10px; }
.intro-bottom a { display: flex; align-items: center; gap: 16px; }
.intro-bottom a span { color: var(--brand); font-size: 19px; }
.english-note { font: 8px monospace; letter-spacing: 1.5px; }
.values-strip { background: #edf1ec; border-block: 1px solid #e4e9e2; }
.values-strip > div { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 24px; }
.values-strip span { display: flex; align-items: center; justify-content: space-between; gap: 65px; font-weight: 500; font-size: 17px; white-space: nowrap; }
.values-strip i { color: #718a77; font-size: 25px; font-style: normal; }
.section-space { padding-block: 100px; }
.landing h2 { font-size: clamp(24px, 2.5vw, 34px); letter-spacing: -.7px; line-height: 1.8; margin: 18px 0; font-weight: 700; }
.section-number { color: var(--brand); margin-left: 5px; }
.muted-heading { color: #7c8a91; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-copy p { font-size: 14px; line-height: 2.3; color: var(--subtle); margin: 0 0 16px; }
.inline-link { display: inline-flex; align-items: center; gap: 20px; font-size: 12px; font-weight: 600; padding-block: 9px; }
.landing .inline-link { color: var(--brand); }
.inline-link svg { width: 20px; }
.approach-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 22px; }
.approach-top h2 { font-size: 25px; margin: 0; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.approach-card { padding: 30px; background: #f1f3ef; border: 1px solid #e6eae3; border-radius: 10px; transition: transform .3s, background .3s; }
.approach-card:hover { transform: translateY(-6px); background: #eaf0e8; }
.approach-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: #8b9993; }
.approach-card-top svg { color: #466a55; width: 32px; height: 32px; }
.approach-card-top span { font-size: 12px; }
.landing h3 { font-size: 18px; margin: 0 0 10px; }
.approach-card p { font-size: 13px; color: var(--subtle); line-height: 2.1; margin: 0; }
.solutions-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 30px; }
.solutions-heading h2 { margin-bottom: 0; }
.solutions-heading > p { font-size: 12px; line-height: 2; color: var(--subtle); margin: 0 0 8px; flex-shrink: 0; }
.solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.solution-card { min-width: 0; border: 1px solid #e0e6e0; border-radius: 12px; overflow: hidden; background: white; transition: box-shadow .3s, transform .3s; }
.solution-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px #263e5210; }
.solution-image { aspect-ratio: 16/8; background: #edf1f6; overflow: hidden; position: relative; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.solution-card:hover .solution-image img { transform: scale(1.045); }
.solution-placeholder img { object-fit: contain; padding: 45px; }
.solution-badge { position: absolute; top: 18px; right: 18px; background: #ffffffed; padding: 6px 12px; border-radius: 5px; font-size: 10px; color: #314b63; }
.solution-body { padding: 24px 25px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.solution-body > div { min-width: 0; }
.solution-body h3, .solution-body p { overflow-wrap: anywhere; text-align: start; }
.solution-body h3 { margin-bottom: 4px; font-size: 20px; }
.solution-body p { margin: 0; font-size: 12px; line-height: 1.9; color: var(--subtle); }
.solution-arrow { display: grid; place-items: center; width: 42px; height: 42px; flex-shrink: 0; border: 1px solid #e0e6e6; border-radius: 50%; color: var(--brand); transition: background .2s, color .2s; }
.solution-card:hover .solution-arrow { background: var(--brand); color: white; }
.solution-bottom { display: flex; justify-content: space-between; margin: 0 25px; padding: 15px 0; border-top: 1px solid #edf0ec; font-size: 10px; color: var(--subtle); }
.solution-bottom span[lang] { font: 8px monospace; letter-spacing: 1px; }
.solutions-empty { grid-column: 1/-1; text-align: center; padding: 55px 24px; border: 1px dashed #b8c8d5; border-radius: 12px; }
.solutions-empty > span { font-size: 35px; color: var(--brand); display: block; margin-bottom: 20px; }
.solutions-empty p { color: var(--subtle); font-size: 14px; }
.closing-section { position: relative; overflow: hidden; isolation: isolate; padding: 45px 50px; margin-bottom: 80px; border: 1px solid #dce5f3; border-radius: 12px; background: #edf3fd; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.closing-section h2 { font-size: 32px; margin: 12px 0; }
.closing-section h2 span { color: var(--brand); }
.closing-section p { color: var(--subtle); font-size: 12px; margin: 0; }
.closing-decoration { position: absolute; font-size: 300px; color: #dce7f8; top: -130px; left: 20%; z-index: -1; line-height: 1; }
.landing-footer { border-top: 1px solid #e0e5df; padding-top: 36px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-name { font-size: 31px; font-weight: 800; color: var(--brand) !important; display: flex; align-items: center; gap: 17px; }
.footer-name span { font-size: 11px; color: var(--subtle); font-weight: 400; }
.footer-top nav { display: flex; gap: 25px; font-size: 12px; }
.footer-top a:hover { color: var(--brand); }
.back-top { font-size: 11px; }
.footer-bottom { padding: 27px 0; margin-top: 25px; border-top: 1px solid #e8ece6; font-size: 9px; color: #7b8791; line-height: 1.9; }
.footer-bottom span[lang] { font: 8px monospace; letter-spacing: 1px; }
.hero-enter { animation: enter 850ms both cubic-bezier(.2,.65,.3,1); }
.hero-copy > :nth-child(2) { animation-delay: .1s; }.hero-copy > :nth-child(3) { animation-delay: .2s; }.hero-copy > :nth-child(4) { animation-delay: .3s; }.hero-copy > :nth-child(5) { animation-delay: .4s; }
.tech-art.hero-enter { animation-delay: .15s; }
.reveal { transition: opacity .7s ease, translate .7s cubic-bezier(.2,.65,.3,1); }
.reveal.is-pending { opacity: 0; translate: 0 25px; }
.approach-card:nth-child(2), .solution-card:nth-child(2n) { transition-delay: .08s; }.approach-card:nth-child(3) { transition-delay: .16s; }
@keyframes enter { from { opacity: 0; translate: 0 24px; } to { opacity: 1; translate: 0 0; } }
@keyframes globe-float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-12px) rotate(3deg); } }
@keyframes label-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes orbit-turn { to { transform: rotate(390deg); } }
@media (min-width: 1600px) { .intro-section { padding-top: 70px; }.tech-art { height: 540px; } }
@media (max-width: 1100px) {
    .landing-container { width: calc(100% - 64px); }.desktop-nav { gap: 22px; }.intro-section { column-gap: 10px; }.tech-art { height: 450px; }.hero-actions { gap: 15px; }.landing-button { padding: 14px 18px; gap: 15px; }.values-strip span { gap: 30px; font-size: 15px; }.about-section { gap: 45px; }.solutions-heading { align-items: start; flex-direction: column; gap: 10px; }.closing-section { padding: 36px; }.closing-section h2 { font-size: 27px; }
}
@media (max-width: 800px) {
    .landing-container { width: calc(100% - 40px); }.landing-nav { height: 78px; gap: 15px; }.landing-brand img { width: 150px; height: 50px; }.desktop-nav { display: none; }.portal-link { margin-right: auto; gap: 14px; }.menu-toggle { display: block; flex-shrink: 0; }.intro-section { grid-template-columns: 1fr; padding-top: 36px; }.hero-copy { text-align: center; }.hero-copy > .eyebrow, .hero-actions, .hero-caption { justify-content: center; }.landing h1 { font-size: clamp(38px, 7.7vw, 58px); margin-top: 19px; }.hero-description { margin-inline: auto; max-width: 490px; }.hero-caption { margin-top: 26px; }.tech-art { width: min(490px,100%); height: 455px; margin: 10px auto; }.globe-core { font-size: 130px; }.intro-bottom { margin-top: 0; }.intro-bottom > span:first-child { display: none; }.values-strip > div { flex-wrap: wrap; gap: 22px; }.values-strip span { width: calc(50% - 11px); justify-content: space-around; }.about-section { grid-template-columns: 1fr; gap: 20px; }.section-space { padding-block: 65px; }.approach-top { align-items: start; flex-direction: column; gap: 16px; }.approach-grid { gap: 12px; }.approach-card { padding: 22px 17px; }.approach-card h3 { font-size: 16px; }.approach-card p { font-size: 12px; }.solution-grid { gap: 18px; }.solution-body { padding: 20px 18px; }.closing-section { flex-direction: column; align-items: start; margin-bottom: 55px; }.footer-top { flex-wrap: wrap; }.footer-name { width: 100%; }.footer-bottom { align-items: start; flex-direction: column; gap: 12px; }
}
@media (max-width: 500px) {
    .landing-nav { gap: 10px; }.landing-brand img { width: 128px; height: 44px; }.portal-link { font-size: 11px; padding: 10px 12px; gap: 10px; }.portal-link svg { width: 15px; }.hero-copy .eyebrow { font-size: 10px; }.landing h1 { font-size: clamp(32px, 8.8vw, 44px); letter-spacing: -1.5px; }.hero-description { font-size: 13px; }.hero-actions { gap: 18px; }.landing-button { font-size: 12px; }.text-button { font-size: 11px; }.tech-art { height: 365px; }.globe-core { font-size: 99px; }.globe-core span { font-size: 28px; }.floating-label { padding: 11px; gap: 8px; font-size: 10px; }.label-icon { width: 29px; height: 29px; font-size: 21px; }.floating-label div > span { font-size: 6px; }.label-top { top: 18%; right: 0; }.label-bottom { bottom: 17%; }.art-coordinate { font-size: 7px; }.art-bottom { font-size: 6px; }.intro-bottom { font-size: 9px; gap: 16px; }.english-note { font-size: 6px; letter-spacing: .6px; }.values-strip span { font-size: 14px; }.values-strip i { font-size: 20px; }.landing h2 { font-size: 25px; }.approach-grid, .solution-grid { grid-template-columns: 1fr; }.approach-card { padding: 26px; }.approach-card-top { margin-bottom: 20px; }.approach-card p { font-size: 13px; }.approach-card h3 { font-size: 18px; }.closing-section { padding: 32px 24px; }.closing-section h2 { font-size: 25px; }.footer-top nav { gap: 20px; }
}
@media (max-width: 380px) {
    .landing-brand img { width: 108px; height: 40px; }
    .portal-link { font-size: 10px; gap: 8px; padding: 10px; }
    .menu-toggle { width: 38px; height: 38px; }
    .tech-art { height: 325px; }
    .globe-core { font-size: 85px; }
    .intro-bottom { flex-wrap: wrap; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    html:has(.landing) { scroll-behavior: auto; }
    .landing *, .landing *::before, .landing *::after { animation: none !important; transition: none !important; }
    .reveal.is-pending { opacity: 1; translate: none; }
}
