:root {
    --ink: #252525;
    --ink-soft: #625b6d;
    --plum: #472977;
    --violet: #6829d7;
    --gold: #f7af00;
    --cream: #fffdf8;
    --paper: #f7f1e8;
    --lilac: #efe8fb;
    --white: #ffffff;
    --line: rgba(71, 41, 119, 0.14);
    --shadow: 0 24px 60px rgba(56, 31, 85, 0.12);
    --heading: 'Plus Jakarta Sans', sans-serif;
    --heading-tracking: -0.024em;
    --heading-word-spacing: 0.025em;
    --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.public-body {
    min-width: 320px;
    color: var(--ink);
    font-family: var(--body);
    line-height: 1.62;
    background: var(--paper);
}
body.public-body::before {
    content: '';
    position: fixed;
    z-index: -1;
    inset: 0;
    opacity: .46;
    pointer-events: none;
    background-image: radial-gradient(rgba(71, 41, 119, .08) 1px, transparent 1px);
    background-size: 18px 18px;
    mask-image: linear-gradient(180deg, #000 0 45%, transparent 78%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(104, 41, 215, .42); outline-offset: 3px; }

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 14px;
    border-radius: 10px;
    color: var(--ink);
    background: var(--gold);
    box-shadow: 4px 4px 0 rgba(37,37,37,.28);
    font-size: 13px;
    font-weight: 800;
    transform: translateY(-140%);
    transition: transform 160ms ease;
}

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

#public-main:focus {
    outline: none;
}

.site-header { position: sticky; top: 0; z-index: 30; padding: 14px clamp(15px, 3vw, 42px) 0; }
.site-header-shell, .section-shell, .hero-shell, .page-hero-shell, .site-footer-shell, .footer-meta { max-width: 1320px; margin: 0 auto; }
.site-header-shell {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 64px;
    gap: 22px;
    padding: 8px 10px 8px 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    background: rgba(37, 37, 37, .96);
    box-shadow: 0 13px 30px rgba(37, 37, 37, .12);
    backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 220px; }
.brand img { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 12px; object-fit: contain; background: transparent; box-shadow: 0 5px 12px rgba(0,0,0,.24); }
.brand-copy { display: grid; gap: 0; line-height: 1.15; }
.brand-copy strong { color: #fff; font-family: var(--heading); font-size: 15px; letter-spacing: -.018em; }
.brand-copy span { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: center; min-width: 0; gap: 2px; }
.site-nav a { position: relative; flex: 0 0 auto; padding: 8px 11px; border-radius: 8px; color: rgba(255,255,255,.67); font-size: 13px; font-weight: 700; white-space: nowrap; transition: color 170ms ease, background 170ms ease; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: rgba(255,255,255,.12); }
.site-nav a.active::after { content: ''; position: absolute; right: 11px; bottom: 3px; left: 11px; height: 2px; background: var(--gold); }
.site-header-actions { display: flex; align-items: center; }

.primary-button, .secondary-button, .ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 47px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-family: var(--body);
    font-size: 13px;
    font-weight: 800;
    transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
    white-space: nowrap;
}
.primary-button { color: var(--ink); background: var(--gold); box-shadow: 4px 4px 0 rgba(37,37,37,.38); }
.primary-button:hover { background: #ffd15b; box-shadow: 1px 1px 0 rgba(37,37,37,.38); transform: translate(3px, 3px); }
.secondary-button { color: var(--plum); border-color: rgba(71,41,119,.23); background: #fff; }
.secondary-button:hover { color: #fff; border-color: var(--plum); background: var(--plum); transform: translateY(-2px); }
.ghost-button { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.ghost-button:hover { color: var(--ink); border-color: #fff; background: #fff; }
.site-header-actions .primary-button { min-height: 39px; padding: 8px 13px; box-shadow: none; }

.hero { padding: 18px clamp(15px, 3vw, 42px) 110px; }
.hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
    gap: clamp(34px, 5vw, 80px);
    overflow: hidden;
    min-height: 645px;
    padding: clamp(36px, 5vw, 72px);
    border: 1px solid rgba(71,41,119,.12);
    border-radius: 24px;
    background: var(--cream);
    box-shadow: var(--shadow);
}
.hero-shell::before { content: ''; position: absolute; top: -180px; left: -90px; width: 480px; height: 480px; border-radius: 50%; background: #e9defb; }
.hero-shell::after { content: ''; position: absolute; right: -95px; bottom: -75px; width: 290px; height: 290px; border-radius: 50%; background: var(--gold); opacity: .93; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .badge, .panel-kicker { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: #fff; background: var(--plum); }
.badge, .panel-kicker { color: var(--plum); background: var(--lilac); }
.hero h1, .page-hero h1 {
    font-family: var(--heading);
    font-weight: 800;
    letter-spacing: var(--heading-tracking);
    line-height: 1.04;
    text-wrap: balance;
    word-spacing: var(--heading-word-spacing);
}
.hero h1 { max-width: 750px; margin-top: 23px; color: var(--ink); font-size: clamp(48px, 5.65vw, 76px); }
.hero h1 em { color: var(--violet); font-style: normal; }
.hero p, .page-hero p, .section-lead { font-size: clamp(16px, 1.45vw, 19px); }
.hero p { max-width: 550px; margin-top: 20px; color: var(--ink-soft); }
.hero-actions, .button-row, .footer-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero-note { max-width: 510px; color: #766f7c !important; font-size: 13px !important; font-weight: 600; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 630px; margin-top: 32px; border-top: 1px solid var(--line); }
.hero-stat { padding: 14px 14px 0 0; }
.hero-stat + .hero-stat { padding-left: 14px; border-left: 1px solid var(--line); }
.hero-stat strong { display: block; color: var(--plum); font-family: var(--heading); font-size: 25px; letter-spacing: -.025em; }
.hero-stat span { display: block; color: var(--ink-soft); font-size: 10px; font-weight: 700; line-height: 1.4; }
.hero-panel { display: grid; gap: 12px; padding: 12px; border: 1px solid rgba(71,41,119,.14); border-radius: 18px; background: var(--plum); box-shadow: 12px 13px 0 rgba(247,175,0,.68); }
.hero-image-card, .page-hero-media { position: relative; overflow: hidden; margin: 0; isolation: isolate; }
.hero-image-card { min-height: 267px; border-radius: 10px; background: var(--lilac); }
.hero-image-card img, .page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-card img { position: absolute; inset: 0; object-position: center 62%; }
.hero-image-card::after, .page-hero-media::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(37,37,37,.7) 100%); }
.hero-image-card.output-visual,
.page-hero-media.output-visual {
    background: linear-gradient(135deg, #fffaf2 0%, #fbf4ea 46%, #f4ecff 100%);
}
.hero-image-card.output-visual img,
.page-hero-media.output-visual img {
    object-fit: contain;
    object-position: center;
    padding: 0;
    transform: none;
}
.hero-image-card.output-visual::after,
.page-hero-media.output-visual::after {
    background: linear-gradient(180deg, transparent 62%, rgba(37,37,37,.52) 100%);
}
.visual-caption, .page-hero-media figcaption { position: absolute; z-index: 2; bottom: 13px; left: 13px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 7px; color: #fff; background: rgba(37,37,37,.88); font-size: 11px; font-weight: 800; }
.hero-panel-main { padding: 22px; border-radius: 10px; color: var(--ink); background: #fff; }
.hero-panel-main h3 { margin-top: 14px; font-family: var(--heading); font-size: 24px; line-height: 1.18; letter-spacing: -.018em; text-wrap: balance; }
.panel-stack { display: grid; gap: 11px; margin-top: 19px; }
.panel-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.panel-row strong { font-size: 13px; }
.panel-row span { color: var(--ink-soft); font-size: 11px; font-weight: 600; }
.progress-track { height: 7px; overflow: hidden; border-radius: 99px; background: #e9e0f6; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--violet)); }

.section { padding: 0 clamp(15px, 3vw, 42px) 106px; }
@supports (content-visibility: auto) {
    /* Reserve space for lower sections while avoiding unnecessary first-paint work. */
    .public-main > .section { content-visibility: auto; contain-intrinsic-size: auto 640px; }
}
.section-title { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .34fr); gap: 25px; margin-bottom: 32px; padding-top: 12px; border-top: 2px solid var(--ink); }
.section-title::after { align-self: end; content: 'MY HR / PEOPLE OPERATIONS'; color: var(--plum); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: right; }
.section-title h2, .story-card h2, .cta-band h2, .contact-card h3, .tile h3, .site-footer h3 {
    font-family: var(--heading);
    letter-spacing: -.02em;
    line-height: 1.12;
    text-wrap: balance;
    word-spacing: .018em;
}
.section-title h2 { max-width: 820px; margin-top: 15px; font-size: clamp(34px, 3.7vw, 52px); }
.section-lead, .page-hero p { max-width: 740px; margin-top: 14px; color: var(--ink-soft); }
.grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.two-grid, .story-grid, .contact-box { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tile, .story-card, .cta-band, .contact-card, .metric-card, .detail-card { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.85); }
.grid .tile, .pricing-grid .tile, .timeline-grid .tile { min-height: 280px; padding: 29px; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.grid .tile:hover, .pricing-grid .tile:hover, .timeline-grid .tile:hover { background: #fff; box-shadow: 8px 9px 0 rgba(104,41,215,.16); transform: translate(-3px, -3px); }
.tile i, .tile-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 21px; border-radius: 50%; color: #fff; background: var(--plum); font-size: 21px; }
.tile h3, .contact-card h3 { font-size: 24px; }
.tile p, .tile li, .story-card p, .cta-band p, .contact-row span, .detail-card span, .metric-card span, .footer-brand p, .footer-cta p, .form-note { color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.tile h3 + p, .story-card h2 + p, .contact-card h3 + p, .cta-band h2 + p, .badge + h2, .badge + h3 { margin-top: 14px; }
.tile ul { display: grid; gap: 10px; margin-top: 19px; list-style: none; }
.tile li::before, .list-clean li::before { content: '↗'; margin-right: 9px; color: var(--violet); font-weight: 800; }
.highlight { color: #fff; background: var(--plum) !important; border-color: var(--plum) !important; }
.highlight p, .highlight li { color: rgba(255,255,255,.72); }
.highlight i { color: var(--ink); background: var(--gold); }
.highlight .badge { color: var(--ink); background: var(--gold); }
.price { margin: 24px 0 9px; font-family: var(--heading); font-size: 42px; font-weight: 800; letter-spacing: -.025em; line-height: 1.05; }
.price span { color: var(--ink-soft); font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: 0; }
.story-grid { gap: 14px; }
.story-card { padding: 34px; color: #fff; background: var(--ink); border-color: var(--ink); }
.story-card .badge { color: var(--ink); background: var(--gold); }
.story-card .section-lead, .story-card p { color: rgba(255,255,255,.7); }
.metric-card, .detail-card { padding: 22px; }
.metric-card strong, .detail-card strong { display: block; margin-bottom: 8px; color: var(--plum); font-family: var(--heading); font-size: 24px; letter-spacing: -.02em; line-height: 1.12; }
.metric-card:nth-child(2), .detail-card:nth-child(even) { background: var(--lilac); }
.timeline-number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 21px; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 15px; font-weight: 800; }
.story-band .story-card, .cta-band.dark { background: var(--ink); }
.story-band .tile { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.story-band .tile p { color: rgba(37,37,37,.72); }
.story-band .tile i { color: #fff; background: var(--plum); }

.page-hero { padding: 56px clamp(15px, 3vw, 42px) 106px; }
.page-hero-shell { position: relative; overflow: hidden; padding: clamp(32px, 5vw, 68px); border-radius: 22px; background: var(--cream); }
.page-hero-shell::before { content: ''; position: absolute; top: -200px; right: -145px; width: 420px; height: 420px; border-radius: 50%; background: var(--gold); opacity: .92; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); align-items: center; gap: clamp(34px, 5vw, 80px); }
.page-hero-copy, .page-hero-media { position: relative; z-index: 1; }
.page-hero-copy { padding-left: clamp(0px, 2.3vw, 28px); border-left: 4px solid var(--plum); }
.page-hero .eyebrow { color: var(--plum); background: var(--lilac); }
.page-hero h1 { max-width: 720px; margin-top: 19px; font-size: clamp(44px, 5vw, 68px); }
.page-hero-media { min-height: 360px; border: 8px solid #fff; border-radius: 15px; background: var(--lilac); box-shadow: 10px 11px 0 var(--plum); }
.page-hero-media.media-workflows, .page-hero-media.media-growth { background: #f0eafa; }
.page-hero-media.media-workflows:not(.output-visual) img, .page-hero-media.media-growth:not(.output-visual) img { object-fit: cover; transform: scale(1.025); }
.page-hero-media.media-workflows img { object-position: 52% center; }
.page-hero-media.media-growth img { object-position: center 48%; }
.page-hero-media.media-people img, .page-hero-media.media-security img { object-position: 53% center; }
.page-hero-media.media-collaboration img { object-position: 55% center; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px; background: #fff; }
.cta-band.dark { color: #fff; border: 0; }
.cta-band.dark p { color: rgba(255,255,255,.7); }

.contact-box { gap: 0; overflow: hidden; background: rgba(255,255,255,.84); }
.contact-box > * { padding: 34px; }
.contact-box > * + * { border-left: 1px solid var(--line); }
.contact-card { border: 0; border-radius: 0; background: transparent; }
.contact-list, .contact-form { display: grid; gap: 16px; margin-top: 20px; }
.contact-row { display: flex; align-items: center; gap: 12px; }
.contact-row i { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: var(--plum); font-size: 18px; }
.logo-cloud { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 22px; }
.logo-cloud span, .footer-badges span { display: inline-flex; align-items: center; gap: 8px; padding: 11px; border-radius: 8px; color: var(--plum); background: var(--lilac); font-size: 11px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: var(--ink); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px; color: var(--ink); background: #fff; font: inherit; font-size: 14px; transition: border-color 180ms ease, box-shadow 180ms ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(104,41,215,.12); outline: none; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.form-alert { display: flex; gap: 9px; padding: 13px; border-radius: 8px; font-size: 13px; font-weight: 800; }
.form-alert.success { color: #126e46; background: #e7f7ef; }
.form-alert.error { color: #9d3719; background: #fff0ea; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; }

.site-footer { color: #fff; background: var(--ink); }
.site-footer-shell { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(160px, .55fr) minmax(270px, .85fr); gap: 50px; padding: 66px clamp(22px, 4vw, 56px) 45px; }
.footer-brand img { width: 60px; height: 60px; border-radius: 14px; object-fit: contain; background: var(--plum); }
.footer-brand p { max-width: 410px; margin-top: 18px; color: rgba(255,255,255,.65); }
.footer-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
.footer-badges span { color: #fff; background: rgba(255,255,255,.09); }
.footer-links { display: grid; align-content: start; gap: 11px; }
.footer-links a { color: rgba(255,255,255,.67); font-size: 13px; font-weight: 800; }
.footer-links a:hover { color: var(--gold); }
.footer-cta h3 { font-size: 25px; }
.footer-cta p { margin-top: 13px; color: rgba(255,255,255,.65); }
.footer-meta { display: flex; justify-content: space-between; gap: 16px; padding: 19px clamp(22px, 4vw, 56px) 28px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 12px; font-weight: 700; }
.list-clean { display: grid; gap: 12px; margin-top: 18px; list-style: none; }
.list-clean li { color: var(--ink-soft); }

@media (max-width: 1100px) {
    .site-header-shell { flex-wrap: wrap; gap: 9px 14px; }
    .site-nav {
        order: 3;
        flex: 1 0 100%;
        justify-content: flex-start;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 2px 8px 5px 0;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent 100%);
    }
    .site-nav::-webkit-scrollbar { display: none; }
    .site-nav a { scroll-snap-align: start; }
    .site-header-actions { margin-left: auto; }
    .hero-shell, .page-hero-grid, .site-footer-shell { grid-template-columns: 1fr; }
    .hero-shell { min-height: auto; }
    .hero-visual, .page-hero-media { max-width: 760px; }
    .page-hero-copy { padding-top: 18px; }
    .grid, .pricing-grid, .metric-grid, .detail-grid, .timeline-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-box, .story-grid, .two-grid { grid-template-columns: 1fr; }
    .contact-box > * + * { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 720px) {
    .site-header { padding: 8px 11px 0; }
    .site-header-shell { min-height: 60px; padding: 7px 10px; border-radius: 12px; }
    .brand { min-width: 0; max-width: calc(100% - 112px); }
    .brand img { width: 38px; height: 38px; border-radius: 10px; }
    .brand-copy strong { font-size: 14px; }
    .brand-copy span { display: none; }
    .site-header-actions .primary-button { min-height: 35px; max-width: 104px; padding: 7px 10px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; }
    .site-header-actions .primary-button i { display: none; }
    .site-nav a { padding: 7px 10px; font-size: 12px; }
    .hero, .section, .page-hero { padding-right: 14px; padding-left: 14px; }
    .hero { padding-bottom: 66px; }
    .hero-shell { gap: 30px; padding: 33px 22px; border-radius: 18px; }
    .hero h1, .page-hero h1 { font-size: clamp(41px, 12.5vw, 57px); }
    .hero-stats { margin-top: 26px; }
    .hero-stat { padding: 12px 7px 0 0; }
    .hero-stat + .hero-stat { padding-left: 7px; }
    .hero-stat strong { font-size: 20px; }
    .hero-stat span { font-size: 9px; }
    .hero-image-card { min-height: 205px; }
    .hero-panel-main { padding: 18px; }
    .hero-panel-main h3 { font-size: 21px; }
    .section { padding-bottom: 70px; }
    .section-title { display: block; margin-bottom: 22px; }
    .section-title::after { display: none; }
    .section-title h2 { font-size: 34px; }
    .grid, .pricing-grid, .metric-grid, .detail-grid, .timeline-grid { grid-template-columns: 1fr; }
    .grid .tile, .pricing-grid .tile, .timeline-grid .tile { min-height: 0; padding: 25px; }
    .page-hero { padding-top: 30px; padding-bottom: 70px; }
    .page-hero-shell { padding: 30px 22px; border-radius: 18px; }
    .page-hero-media { min-height: 240px; border-width: 5px; box-shadow: 7px 8px 0 var(--plum); }
    .page-hero-copy { padding-left: 16px; }
    .cta-band { display: block; padding: 27px 23px; }
    .cta-band .button-row, .cta-band > .primary-button { margin-top: 22px; }
    .form-grid, .logo-cloud, .footer-badges { grid-template-columns: 1fr; }
    .site-footer-shell { gap: 32px; padding: 46px 22px 34px; }
    .footer-meta { display: grid; padding: 17px 22px 24px; }
}

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