:root {
    --ink: #08152d;
    --muted: #5f6d82;
    --navy: #0f2f68;
    --navy-2: #1d4d98;
    --red: #f9324f;
    --pale-blue: #e8eef8;
    --cream: #f5f7fb;
    --paper: #fbfcff;
    --line: #dbe2ee;
    --white: #fff;
    --shadow: 0 24px 70px rgba(15, 47, 104, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    color: var(--red);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.eyebrow::before { width: 24px; height: 2px; content: ""; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.09; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 5.8rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
h3 { margin-bottom: 12px; font-size: 1.4rem; }
.lead { color: #46536a; font-size: clamp(1.05rem, 2vw, 1.24rem); line-height: 1.75; }
.section-copy { max-width: 690px; color: var(--muted); font-size: 1.02rem; }
.section { padding: 110px 0; }
.section-soft { background: #f1f4f9; }
.section-dark { color: var(--white); background: var(--ink); }
.section-dark .eyebrow { color: #ff7187; }
.section-dark .section-copy, .section-dark .lead { color: #bdc8da; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 50px; }
.section-head > div:first-child { max-width: 720px; }

.announcement { padding: 9px 20px; color: #edf2fb; background: var(--ink); text-align: center; font-size: .76rem; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(219, 226, 238, .88); background: rgba(251, 252, 255, .93); backdrop-filter: blur(16px); }
.nav { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand img { width: 176px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 24px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.nav-links a { position: relative; padding: 28px 0; color: #33435e; font-size: .86rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--navy); }
.nav-links a[aria-current="page"]::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: ""; background: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); transition: .2s ease; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: .87rem; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { background: #0a234f; }
.button-secondary { border-color: #b9c5d8; background: transparent; }
.button-secondary:hover { background: var(--white); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.text-link::after { content: "\2192"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 100px 0 90px; background: radial-gradient(circle at 78% 18%, #e2eaf7 0, transparent 31%), linear-gradient(135deg, #f8f9fd, #fbfcff 60%); }
.hero::before { position: absolute; top: -150px; right: -180px; width: 520px; height: 520px; border: 1px solid rgba(15, 47, 104, .13); border-radius: 50%; content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 680px; }
.hero-copy h1 span { color: var(--red); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin-top: 18px; color: #6b768a; font-size: .79rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-orbit { position: absolute; inset: 5% 2% 2% 8%; border: 1px solid rgba(15, 47, 104, .18); border-radius: 50%; }
.hero-device { position: absolute; z-index: 2; right: 5%; bottom: -10%; width: 76%; max-height: 630px; object-fit: contain; filter: drop-shadow(0 28px 35px rgba(15, 47, 104, .22)); }
.floating-card { position: absolute; z-index: 3; width: 230px; padding: 18px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 18px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; }
.floating-card span { color: var(--muted); font-size: .72rem; }
.floating-top { top: 13%; left: 0; }
.floating-bottom { right: 0; bottom: 4%; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px #ffe3e8; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item strong { display: block; font-family: Georgia, serif; font-size: 1.08rem; }
.trust-item span { color: var(--muted); font-size: .76rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card, .topic-card, .person-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.feature-card { transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(15, 47, 104, .09); }
.icon-box { display: grid; width: 48px; height: 48px; margin-bottom: 28px; place-items: center; border-radius: 15px; color: var(--navy); background: var(--pale-blue); font-size: 1.15rem; font-weight: 900; }
.feature-card p, .topic-card p, .person-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.visual-panel { position: relative; min-height: 610px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, #e3e9f4, #f8f7f5); }
.visual-panel img { position: absolute; right: -5%; bottom: -13%; width: 90%; max-height: 670px; object-fit: contain; filter: drop-shadow(0 25px 35px rgba(15,47,104,.18)); }
.visual-caption { position: absolute; z-index: 2; top: 30px; left: 30px; width: 225px; padding: 20px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.visual-caption span { color: var(--muted); font-size: .75rem; }
.check-list { display: grid; gap: 20px; margin: 34px 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: 13px; color: #4f5d73; }
.check-list li::before { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--pale-blue); content: "\2713"; font-size: .78rem; font-weight: 900; }
.check-list strong { display: block; margin-bottom: 3px; color: var(--ink); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: steps; }
.step { position: relative; padding: 30px 30px 25px 0; border-top: 1px solid #435575; counter-increment: steps; }
.step::before { display: grid; width: 43px; height: 43px; margin-top: -22px; margin-bottom: 26px; place-items: center; border: 1px solid #667796; border-radius: 50%; color: #ff8c9d; background: var(--ink); content: counter(steps, decimal-leading-zero); font-size: .72rem; font-weight: 800; }
.step p { max-width: 240px; margin: 0; color: #b5c0d2; font-size: .88rem; }

.quote-band { padding: 50px; border-radius: 28px; color: var(--white); background: linear-gradient(120deg, var(--navy), #173f80); }
.quote-band h2 { max-width: 750px; }
.quote-band p { max-width: 680px; color: #d0d9e9; }

.page-hero { position: relative; overflow: hidden; padding: 105px 0 80px; background: linear-gradient(135deg, #f7f8fc, #eaf0f9); }
.page-hero::after { position: absolute; right: -80px; bottom: -180px; width: 430px; height: 430px; border: 80px solid rgba(15, 47, 104, .06); border-radius: 50%; content: ""; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.3rem); }
.page-hero .lead { max-width: 720px; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.strategy-card { position: relative; overflow: hidden; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.strategy-card::after { position: absolute; right: -35px; bottom: -35px; width: 120px; height: 120px; border-radius: 50%; content: ""; background: var(--pale-blue); }
.strategy-label { display: inline-flex; margin-bottom: 54px; padding: 7px 11px; border-radius: 999px; color: var(--navy); background: var(--pale-blue); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.strategy-card p { color: var(--muted); }
.strategy-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.strategy-meta span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #5c687d; font-size: .7rem; }

.comparison { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.comparison-row { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > div { padding: 18px 22px; border-right: 1px solid var(--line); font-size: .85rem; }
.comparison-row > div:last-child { border-right: 0; }
.comparison-head { color: var(--white); background: var(--navy); font-weight: 800; }
.comparison-label { font-weight: 800; }

.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.topic-card { min-height: 245px; }
.topic-number { display: inline-block; margin-bottom: 35px; color: var(--red); font-family: Georgia, serif; font-size: 1rem; }
.insight-feature { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: 30px; background: var(--ink); }
.insight-feature-copy { padding: clamp(38px, 6vw, 75px); color: var(--white); }
.insight-feature-copy p { color: #bbc6d8; }
.insight-visual { display: grid; min-height: 470px; place-items: center; background: radial-gradient(circle, rgba(249,50,79,.24), transparent 58%); }
.insight-visual img { width: 74%; max-height: 410px; object-fit: contain; filter: drop-shadow(0 24px 35px rgba(0,0,0,.3)); }

.team-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.team-collage { position: relative; min-height: 500px; overflow: hidden; border-radius: 30px; background: #e3e9f4; }
.team-collage img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center 25%; }
.team-collage.approach-art { background: radial-gradient(circle at 55% 45%, #eef2f9, #e2e8f3 50%, #cbd6e9); }
.team-collage.approach-art img { padding: 70px; object-fit: contain; filter: drop-shadow(0 28px 35px rgba(15,47,104,.22)); }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.principle { padding: 30px; border-top: 2px solid var(--red); background: rgba(255,255,255,.04); }
.principle p { margin: 0; color: #b4bfd1; font-size: .9rem; }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.person-card .role { display: block; margin-bottom: 24px; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.people-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.people-grid.detailed { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-member { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; color: var(--ink); background: var(--white); box-shadow: 0 14px 35px rgba(15, 47, 104, .07); }
.team-member img { width: 100%; aspect-ratio: .86; object-fit: cover; object-position: center top; background: var(--pale-blue); }
.member-copy { padding: 22px; }
.member-copy h3 { margin-bottom: 7px; font-size: 1.28rem; }
.member-role { display: block; margin-bottom: 12px; color: var(--red); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.member-copy p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-family: Georgia, serif; font-size: 1.18rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--red); font-family: system-ui; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { max-width: 760px; padding-bottom: 25px; color: var(--muted); }

.cta { padding: 85px 0; color: var(--white); background: linear-gradient(120deg, var(--navy), var(--ink)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta h2 { max-width: 720px; margin-bottom: 10px; }
.cta p { max-width: 650px; margin-bottom: 0; color: #c7d0e0; }

.site-footer { padding: 70px 0 28px; color: #c6cfdf; background: #050d1d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 50px; }
.footer-brand img { width: 175px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 380px; margin: 24px 0 0; color: #919eb4; font-size: .88rem; }
.footer-title { margin-bottom: 20px; color: var(--white); font-family: system-ui; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { color: #aab5c9; font-size: .85rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 24px; border-top: 1px solid #22304b; color: #75839b; font-size: .74rem; }
.disclaimer { max-width: 760px; }

@media (max-width: 980px) {
    .nav-links { position: absolute; inset: 100% 0 auto; display: none; padding: 24px 20px 30px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 28px rgba(15,47,104,.11); }
    .nav-links.open { display: grid; gap: 0; }
    .nav-links a { display: block; padding: 13px 0; }
    .nav-links a[aria-current="page"]::after { display: none; }
    .nav-actions .button-secondary { display: none; }
    .menu-toggle { display: block; }
    .hero-grid, .split, .team-intro, .insight-feature { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .hero-visual { min-height: 490px; }
    .hero-device { right: 11%; width: 65%; }
    .card-grid, .role-grid { grid-template-columns: repeat(2, 1fr); }
    .people-grid { grid-template-columns: repeat(3, 1fr); }
    .people-grid.detailed { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .container { width: min(100% - 28px, 1180px); }
    .announcement { font-size: .68rem; }
    .nav { min-height: 72px; gap: 12px; }
    .brand img { width: 145px; }
    .nav-links { inset-block-start: 100%; }
    .nav-actions .button-primary { min-height: 42px; padding: 0 15px; font-size: .75rem; }
    .hero, .page-hero { padding: 72px 0 62px; }
    .hero-grid { gap: 30px; }
    h1 { font-size: clamp(2.65rem, 14vw, 4.1rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero-visual { min-height: 390px; }
    .hero-device { right: 2%; bottom: -8%; width: 86%; }
    .floating-card { width: 185px; padding: 14px; }
    .floating-top { top: 4%; }
    .floating-bottom { bottom: 2%; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
    .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
    .section { padding: 76px 0; }
    .section-head, .cta-inner { align-items: flex-start; flex-direction: column; }
    .card-grid, .topic-grid, .role-grid, .principles, .steps, .people-grid, .people-grid.detailed { grid-template-columns: 1fr; }
    .visual-panel { min-height: 470px; }
    .quote-band { padding: 32px 25px; }
    .comparison { overflow-x: auto; }
    .comparison-row { min-width: 680px; }
    .insight-visual { min-height: 350px; }
    .team-collage, .team-collage img { min-height: 390px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 25px; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

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