:root {
    --ink: #172033;
    --ink-soft: #556178;
    --line: #e5eaf2;
    --paper: #ffffff;
    --mist: #f5f7fb;
    --indigo: #4f5bd5;
    --indigo-dark: #3944b8;
    --purple: #8667de;
    --green: #50a98a;
    --green-soft: #eaf7f1;
    --sun: #f3bb69;
    --radius-lg: 34px;
    --radius-md: 22px;
    --shadow-photo: 0 34px 80px rgba(32, 49, 82, .16), 0 8px 24px rgba(32, 49, 82, .09);
    --shadow-card: 0 12px 36px rgba(38, 53, 87, .07);
    --shell: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: clip;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

button, input { font: inherit; }

a { color: inherit; }

img {
    display: block;
    max-width: 100%;
}

.shell {
    width: min(calc(100% - 48px), var(--shell));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: white;
    background: var(--ink);
    border-radius: 10px;
    transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
    position: relative;
    z-index: 20;
    padding: 22px 0;
    background: rgba(255, 255, 255, .82);
    border-bottom: 1px solid rgba(229, 234, 242, .72);
    backdrop-filter: blur(16px);
}

.header-inner,
.footer-main,
.footer-bottom {
    display: flex;
    align-items: center;
}

.header-inner { justify-content: space-between; }

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 760;
    letter-spacing: -.03em;
    text-decoration: none;
}

.brand-mark,
.closing-mark {
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(145deg, #6674ea, #7656cf);
    box-shadow: 0 9px 22px rgba(79, 91, 213, .25), inset 0 1px 1px rgba(255, 255, 255, .34);
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px 13px 13px 5px;
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.nav-login {
    padding: 9px 17px;
    color: #3f4b68;
    border: 1px solid #dfe4ee;
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nav-login:hover {
    transform: translateY(-2px);
    border-color: #c8cfee;
    box-shadow: 0 8px 22px rgba(79, 91, 213, .12);
}

.nav-login:focus-visible,
.brand:focus-visible,
.site-footer a:focus-visible {
    outline: 3px solid rgba(79, 91, 213, .34);
    outline-offset: 4px;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .91fr) minmax(520px, 1.09fr);
    gap: clamp(48px, 6vw, 92px);
    align-items: center;
    min-height: 770px;
    padding-block: 88px 104px;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow {
    margin: 0 0 18px;
    color: var(--indigo);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow > span {
    display: inline-block;
    width: 24px;
    height: 2px;
    margin: 0 9px 3px 0;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--indigo), var(--purple));
}

h1, h2, h3, p { text-wrap: pretty; }

h1, h2 {
    margin: 0;
    color: var(--ink);
    font-weight: 730;
    letter-spacing: -.055em;
    line-height: 1.04;
}

h1 { font-size: clamp(54px, 6vw, 82px); }
h2 { font-size: clamp(42px, 4.6vw, 64px); }

h1 em {
    color: transparent;
    background: linear-gradient(110deg, var(--indigo) 10%, var(--purple) 66%, #a76ca8);
    background-clip: text;
    -webkit-background-clip: text;
    font-style: normal;
}

.hero-lede {
    max-width: 610px;
    margin: 28px 0 30px;
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1.75;
}

.hero-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 18px;
    margin: 0;
    padding: 0;
    color: #3d4960;
    font-size: 14px;
    font-weight: 650;
    list-style: none;
}

.hero-checks li { display: flex; align-items: center; gap: 9px; }

.hero-checks span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 21px;
    height: 21px;
    color: #318269;
    background: var(--green-soft);
    border-radius: 50%;
    font-size: 12px;
}

.hero-visual {
    position: relative;
    z-index: 1;
    width: calc(100% + 7vw);
    margin-right: -7vw;
}

.hero-visual picture {
    display: block;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .88);
    border-radius: 42px 42px 42px 16px;
    box-shadow: var(--shadow-photo);
    animation: gentle-float 7s ease-in-out infinite;
}

.hero-visual img {
    width: 100%;
    aspect-ratio: 1.6;
    object-fit: cover;
    object-position: 57% center;
}

.image-glow {
    position: absolute;
    z-index: -1;
    inset: 8% 0 -8% 16%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 184, 105, .3), rgba(129, 105, 222, .14) 48%, transparent 70%);
    filter: blur(28px);
    animation: breathe 10s ease-in-out infinite;
}

.visual-note {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    color: #536078;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 17px;
    box-shadow: 0 14px 42px rgba(34, 48, 80, .15);
    backdrop-filter: blur(14px);
    font-size: 11px;
    line-height: 1.35;
}

.visual-note strong {
    display: block;
    color: var(--ink);
    font-size: 13px;
}

.visual-note-top { top: 11%; left: -5%; }
.visual-note-bottom { right: 2%; bottom: -4%; }

.note-spark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--indigo);
    background: #eef0ff;
    border-radius: 11px;
    font-size: 17px;
}

.mini-orbit {
    position: relative;
    width: 33px;
    height: 33px;
    border: 2px solid #b8e0d2;
    border-radius: 50%;
}

.mini-orbit::after {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 3px;
    right: 0;
    content: "";
    background: var(--green);
    border: 2px solid white;
    border-radius: 50%;
}

.ambient {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(2px);
}

.ambient-one {
    width: 420px;
    height: 420px;
    top: 30px;
    right: 12%;
    background: radial-gradient(circle, rgba(116, 132, 239, .1), transparent 69%);
    animation: drift 17s ease-in-out infinite;
}

.ambient-two {
    width: 250px;
    height: 250px;
    bottom: 20px;
    left: -10%;
    background: radial-gradient(circle, rgba(80, 169, 138, .1), transparent 70%);
    animation: drift 21s ease-in-out infinite reverse;
}

.trust-strip {
    border-block: 1px solid var(--line);
    background: #fbfcfe;
}

.trust-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 6vw, 88px);
    min-height: 88px;
    color: #758096;
    font-size: 12px;
    font-weight: 780;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.trust-inner i {
    width: 5px;
    height: 5px;
    background: #c9d0dc;
    border-radius: 50%;
}

.content-section {
    padding-block: clamp(110px, 12vw, 170px);
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(58px, 8vw, 110px);
    align-items: center;
}

.section-copy > p:not(.eyebrow) {
    max-width: 570px;
    margin: 28px 0;
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1.8;
}

.photo-card {
    position: relative;
    min-width: 0;
}

.photo-card picture {
    display: block;
    overflow: hidden;
    border-radius: 34px 34px 12px 34px;
    box-shadow: var(--shadow-photo);
    animation: gentle-float 8s ease-in-out infinite reverse;
}

.photo-card img {
    width: 100%;
    aspect-ratio: 1.14;
    object-fit: cover;
    object-position: 61% center;
    transition: transform 1.1s cubic-bezier(.2, .8, .2, 1);
}

.photo-card:hover img { transform: scale(1.018); }

.photo-accent {
    position: absolute;
    z-index: -1;
    width: 42%;
    height: 42%;
    left: -7%;
    bottom: -9%;
    background: linear-gradient(145deg, #dbf1e8, #eef8f4);
    border-radius: 38% 62% 60% 40% / 45% 38% 62% 55%;
    animation: breathe 11s ease-in-out infinite;
}

.principles {
    display: grid;
    gap: 19px;
    margin-top: 36px;
}

.principles > div {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.principle-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--indigo);
    background: #f0f2ff;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 850;
}

.principles p {
    margin: 1px 0 0;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.55;
}

.principles strong {
    display: block;
    margin-bottom: 2px;
    color: var(--ink);
    font-size: 15px;
}

.category-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(110px, 12vw, 160px);
    background: linear-gradient(180deg, #f7f8fc, #f2f5fa);
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 66px;
    text-align: center;
}

.section-heading > p:last-child {
    max-width: 620px;
    margin: 24px auto 0;
    color: var(--ink-soft);
    font-size: 18px;
}

.category-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.category-card {
    min-height: 210px;
    padding: 28px 25px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(222, 227, 238, .9);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10px);
    transition: transform .32s cubic-bezier(.2, .8, .2, 1), box-shadow .32s ease, border-color .32s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    border-color: #d0d6f3;
    box-shadow: 0 21px 48px rgba(38, 53, 87, .12);
}

.category-card > span {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-bottom: 24px;
    color: var(--indigo);
    background: linear-gradient(145deg, #eff1ff, #f6f3ff);
    border-radius: 14px;
}

.category-card svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .32s ease;
}

.category-card:hover svg { transform: scale(1.08) rotate(-3deg); }

.category-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: -.02em;
}

.category-card p {
    margin: 0;
    color: #778197;
    font-size: 13px;
    line-height: 1.55;
}

.icon-library {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.category-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
    opacity: .6;
    animation: drift 20s ease-in-out infinite;
}

.category-orb-one {
    width: 390px;
    height: 390px;
    top: 15%;
    left: -190px;
    background: radial-gradient(circle, rgba(112, 128, 230, .13), transparent 68%);
}

.category-orb-two {
    width: 340px;
    height: 340px;
    right: -120px;
    bottom: 4%;
    background: radial-gradient(circle, rgba(81, 171, 140, .14), transparent 68%);
    animation-delay: -8s;
}

.report-split { padding-block: clamp(120px, 13vw, 180px); }

.report-photo picture { border-radius: 34px 12px 34px 34px; }
.report-photo img { object-position: 62% center; }

.photo-accent-purple {
    right: -6%;
    left: auto;
    background: linear-gradient(145deg, #e4e2fa, #f5effb);
}

blockquote {
    margin: 34px 0;
    padding: 17px 0 17px 23px;
    color: #35415b;
    border-left: 3px solid #8a7ae1;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.6;
}

.report-points {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    color: #4f5b72;
    font-size: 14px;
    font-weight: 650;
    list-style: none;
}

.report-points li { display: flex; align-items: center; gap: 12px; }

.report-points span {
    width: 8px;
    height: 8px;
    background: var(--green);
    border: 3px solid #dff1eb;
    border-radius: 50%;
    box-sizing: content-box;
}

.closing-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(100px, 11vw, 150px);
    color: white;
    background: #19223a;
}

.closing-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    text-align: center;
}

.closing-mark {
    width: 54px;
    height: 54px;
    margin: 0 auto 28px;
    border-radius: 18px 18px 18px 7px;
    font-family: Georgia, serif;
    font-size: 32px;
}

.closing-section .eyebrow { color: #aeb8ff; }
.closing-section h2 { color: white; }

.closing-section .closing-inner > p:last-child {
    max-width: 610px;
    margin: 26px auto 0;
    color: #bdc6d9;
    font-size: 18px;
}

.closing-glow {
    position: absolute;
    width: 760px;
    height: 500px;
    top: -240px;
    left: calc(50% - 380px);
    background: radial-gradient(ellipse, rgba(103, 113, 229, .32), transparent 67%);
    animation: breathe 12s ease-in-out infinite;
}

.site-footer {
    color: #778197;
    background: #101729;
}

.footer-main {
    justify-content: space-between;
    gap: 34px;
    padding-block: 48px;
}

.footer-brand { color: white; }

.footer-main > p {
    max-width: 330px;
    margin: 0 auto 0 0;
    color: #8994aa;
    font-size: 13px;
}

.footer-main nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 24px;
}

.footer-main nav a {
    color: #b6bfd0;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.footer-main nav a:hover { color: white; }

.footer-bottom {
    justify-content: space-between;
    gap: 20px;
    padding-block: 22px 30px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 11px;
}

.motion-ready .reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(.985);
    transition: opacity .8s ease, transform .9s cubic-bezier(.2, .75, .2, 1);
}

.motion-ready .reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .reveal-delay { transition-delay: .13s; }

@keyframes gentle-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -7px, 0); }
}

@keyframes breathe {
    0%, 100% { transform: scale(.96); opacity: .72; }
    50% { transform: scale(1.05); opacity: 1; }
}

@keyframes drift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(18px, -14px, 0); }
}

@supports (animation-timeline: view()) {
    .photo-card img {
        animation: image-parallax linear both;
        animation-timeline: view();
        animation-range: entry -10% exit 110%;
    }

    @keyframes image-parallax {
        from { transform: scale(1.035) translate3d(0, 2.5%, 0); }
        to { transform: scale(1.035) translate3d(0, -2.5%, 0); }
    }
}

@media (max-width: 1080px) {
    .hero {
        grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
        gap: 38px;
    }

    .hero-visual { width: calc(100% + 3vw); margin-right: -3vw; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .split { gap: 56px; }
}

@media (max-width: 820px) {
    .shell { width: min(calc(100% - 34px), var(--shell)); }

    .hero {
        grid-template-columns: 1fr;
        gap: 58px;
        min-height: auto;
        padding-block: 74px 92px;
    }

    .hero-copy { max-width: 680px; }
    .hero-visual { width: 100%; margin: 0; }
    .visual-note-top { left: 3%; }

    .split { grid-template-columns: 1fr; }
    .split-image-first .photo-card { order: 2; }
    .split-image-first .section-copy { order: 1; }

    .photo-card { width: min(100%, 680px); margin-inline: auto; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }

    .footer-main {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-main nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
    .site-header { padding: 16px 0; }
    .brand { font-size: 18px; }
    .brand-mark { width: 35px; height: 35px; font-size: 21px; }
    .nav-login { padding: 8px 15px; }

    .hero { padding-block: 58px 78px; }
    h1 { font-size: clamp(45px, 13vw, 62px); }
    h2 { font-size: clamp(38px, 11vw, 50px); }
    .hero-lede, .section-copy > p:not(.eyebrow), .section-heading > p:last-child { font-size: 16px; }

    .hero-checks { grid-template-columns: 1fr; }
    .hero-visual picture { border-width: 5px; border-radius: 26px 26px 26px 10px; }
    .hero-visual img { aspect-ratio: 1.22; object-position: 62% center; }

    .visual-note { display: none; }
    .trust-inner { gap: 15px; min-height: 76px; font-size: 9px; letter-spacing: .07em; }
    .trust-inner i { width: 3px; height: 3px; }

    .content-section { padding-block: 92px; }
    .photo-card picture { border-radius: 25px 25px 9px 25px; }
    .photo-card img { aspect-ratio: 1.05; }

    .category-section { padding-block: 92px; }
    .section-heading { margin-bottom: 45px; text-align: left; }
    .category-grid { grid-template-columns: 1fr; gap: 13px; }
    .category-card { min-height: auto; padding: 23px; }
    .category-card > span { margin-bottom: 17px; }

    .closing-section { padding-block: 88px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .motion-ready .reveal {
        opacity: 1;
        transform: none;
    }
}
