/* Diperweb — Editorial agency theme (Montserrat + Motion) */
:root {
    --ink: #101418;
    --ink-2: #2a3038;
    --muted: #66707a;
    --paper: #f6f7f9;
    --white: #ffffff;
    --line: rgba(16, 20, 24, 0.09);
    --accent: #51a1d8;
    --accent-2: #3a8fc4;
    --accent-rgb: 81, 161, 216;
    --ink-rgb: 16, 20, 24;
    --r: 1rem;
    --r-sm: 0.65rem;
    --font: 'Montserrat', system-ui, sans-serif;
    --nav: 72px;
    --bs-primary: #51a1d8;
    --bs-primary-rgb: 81, 161, 216;
    --bs-body-font-family: var(--font);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent-2); }
.container { max-width: 1140px; }

/* Motion initial */
[data-m], [data-m-item], [data-m-hero] {
    opacity: 0;
    transform: translateY(22px);
    will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
    [data-m], [data-m-item], [data-m-hero] {
        opacity: 1 !important;
        transform: none !important;
    }
}
html.motion-fallback [data-m],
html.motion-fallback [data-m-item],
html.motion-fallback [data-m-hero] {
    opacity: 1 !important;
    transform: none !important;
}

/* Buttons */
.btn {
    font-family: var(--font);
    font-weight: 700;
    border-radius: 999px;
    padding: 0.78rem 1.55rem;
    letter-spacing: -0.01em;
    transition: transform .25s var(--ease), box-shadow .25s, background .2s, border-color .2s, color .2s;
}
.btn-primary {
    --bs-btn-bg: var(--accent);
    --bs-btn-border-color: var(--accent);
    --bs-btn-hover-bg: var(--accent-2);
    --bs-btn-hover-border-color: var(--accent-2);
    box-shadow: 0 10px 28px rgba(var(--accent-rgb), 0.28);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost {
    background: transparent;
    border: 1.5px solid rgba(16, 20, 24, 0.16);
    color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn-outline-light { border-radius: 999px; font-weight: 700; border-width: 1.5px; }
.btn-light { border-radius: 999px; font-weight: 700; color: var(--ink); }
.btn-lg { padding: 0.9rem 1.85rem; }
.btn-link-ink {
    font-weight: 700;
    color: var(--ink) !important;
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 2px solid rgba(var(--accent-rgb), 0.45);
    border-radius: 0;
}
.btn-link-ink:hover { color: var(--accent) !important; border-color: var(--accent); }

/* Nav */
.navbar-site {
    height: var(--nav);
    background: rgba(246, 247, 249, 0.86) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent;
    transition: background .3s, border-color .3s, box-shadow .3s;
}
.navbar-site.is-scrolled {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom-color: var(--line);
    box-shadow: 0 8px 30px rgba(var(--ink-rgb), 0.05);
}
.navbar-brand {
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.045em;
    color: var(--ink) !important;
}
.navbar-brand span { color: var(--accent); }
.navbar-brand img { max-height: 38px; }
.navbar-site .nav-link {
    font-weight: 600;
    font-size: 0.86rem;
    color: var(--ink-2) !important;
    padding: 0.4rem 0.85rem !important;
}
.navbar-site .nav-link:hover { color: var(--accent) !important; }
.navbar-site .nav-cta {
    background: var(--ink);
    color: #fff !important;
    border-radius: 999px;
    margin-left: 0.35rem;
    padding: 0.48rem 1.15rem !important;
}
.navbar-site .nav-cta:hover { background: var(--accent) !important; color: #fff !important; }

.site-topbar { text-align: center; font-size: 0.82rem; font-weight: 700; padding: 0.5rem 1rem; }
.site-topbar--info { background: var(--ink); color: #fff; }
.site-topbar--promo { background: var(--accent); color: #fff; }
.site-topbar--alert { background: #f3e8c8; color: #6b4e12; }
.site-topbar a { color: inherit; }
body.has-topbar { --nav: 106px; }
main { padding-top: var(--nav); }

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        margin-top: 0.75rem;
        padding: 1rem;
        border-radius: var(--r-sm);
        box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    }
    .navbar-site .nav-cta { display: inline-block; margin: 0.5rem 0 0; }
}

/* Hero — brand first, editorial, no AI orbs */
.hero {
    position: relative;
    min-height: calc(100svh - var(--nav));
    display: flex;
    align-items: flex-end;
    padding: 0 0 5rem;
    overflow: hidden;
    background:
        linear-gradient(165deg, #0f1318 0%, #171d26 55%, #1a2a38 100%);
    color: #fff;
}
.hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    pointer-events: none;
    background-image:
        radial-gradient(ellipse 80% 55% at 85% 15%, rgba(var(--accent-rgb), 0.28), transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(var(--accent-rgb), 0.12), transparent 50%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
}
.hero-inner { position: relative; z-index: 2; max-width: 880px; }
.hero-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin: 0 0 1.25rem;
}
.hero-brand {
    font-weight: 800;
    font-size: clamp(3.6rem, 11vw, 7rem);
    letter-spacing: -0.055em;
    line-height: 0.9;
    margin: 0 0 0.65rem;
}
.hero-brand span { color: var(--accent); }
.hero-slogan {
    font-weight: 700;
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    letter-spacing: -0.03em;
    margin: 0 0 1.1rem;
    color: rgba(255,255,255,0.92);
}
.hero-lead {
    max-width: 34rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: rgba(255,255,255,0.68);
    margin: 0 0 2rem;
    line-height: 1.7;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}
.hero-actions .btn-link-ink {
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,0.35);
}
.hero-actions .btn-link-ink:hover { border-bottom-color: var(--accent); color: var(--accent) !important; }

/* Channel bar */
.channel-bar {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 1.15rem 0;
}
.channel-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1.75rem;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted);
}
.channel-track span { position: relative; }
.channel-track span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1rem;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.55);
    transform: translateY(-50%);
}

/* Sections */
.section { padding: 5rem 0; }
.section--white { background: var(--white); border-block: 1px solid var(--line); }
.section--ink {
    background: var(--ink);
    color: #fff;
}
.section-head { max-width: 38rem; margin-bottom: 2.5rem; }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--light .eyebrow { color: rgba(var(--accent-rgb), 0.95); }
.section-head--light .section-sub { color: rgba(255,255,255,0.58); }
.section-split {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem 2.5rem;
    margin-bottom: 2.75rem;
    align-items: end;
}
.section-split .section-title { margin-bottom: 0; max-width: 28rem; }
.section-split .section-sub { max-width: 26rem; margin: 0; }
.section-foot { margin-top: 2.25rem; text-align: center; }
.eyebrow {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.7rem;
}
.section-title {
    font-weight: 800;
    font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    letter-spacing: -0.04em;
    line-height: 1.12;
    margin: 0 0 0.75rem;
}
.section-sub {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
    font-weight: 500;
}

/* Service blocks — clickzone-depth, diperweb style */
.svc-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.svc-block {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 1.6rem 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: border-color .25s, box-shadow .35s var(--ease);
}
.svc-block:hover {
    border-color: rgba(var(--accent-rgb), 0.35);
    box-shadow: 0 20px 48px rgba(var(--ink-rgb), 0.07);
}
.svc-block-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.svc-num {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--accent);
}
.tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(var(--accent-rgb), 0.12);
    color: var(--accent);
    font-size: 1.2rem;
}
.svc-block h3 {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.025em;
    margin: 0 0 0.5rem;
}
.svc-block > p {
    margin: 0 0 1rem;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.55;
    flex: 1;
}
.svc-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.15rem;
}
.svc-block li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--ink-2);
    padding: 0.28rem 0;
}
.svc-block li i { color: var(--accent); font-size: 0.9rem; margin-top: 0.15rem; }
.svc-more {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.svc-more:hover { color: var(--accent); }
@media (max-width: 991.98px) { .svc-blocks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575.98px) { .svc-blocks { grid-template-columns: 1fr; } }

/* Features on ink */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.feature-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--r);
    padding: 1.5rem;
}
.feature-card i {
    font-size: 1.35rem;
    color: var(--accent);
    margin-bottom: 0.85rem;
    display: block;
}
.feature-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.45rem;
}
.feature-card p {
    margin: 0;
    color: rgba(255,255,255,0.58);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.55;
}
@media (max-width: 991.98px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575.98px) { .feature-grid { grid-template-columns: 1fr; } }

/* Process */
.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.process-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 1.5rem 1.3rem;
}
.process-item .n {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--accent);
    margin-bottom: 0.75rem;
}
.process-item h3 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.4rem;
}
.process-item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 500;
}
@media (max-width: 767.98px) { .process { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .process { grid-template-columns: 1fr; } }

/* About */
.about-band {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.15rem;
}
.about-visual {
    border-radius: var(--r);
    padding: 2.5rem;
    min-height: 320px;
    color: #fff;
    background:
        radial-gradient(ellipse at 90% 10%, rgba(var(--accent-rgb), 0.38), transparent 50%),
        linear-gradient(150deg, #101418, #243040);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.about-visual h2 {
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    letter-spacing: -0.035em;
    margin: 0 0 0.7rem;
}
.about-visual p { color: rgba(255,255,255,0.68); margin: 0 0 1.4rem; font-weight: 500; max-width: 28rem; }
.about-side { display: grid; gap: 0.85rem; }
.about-side .fact {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    padding: 1.15rem 1.3rem;
}
.about-side .fact strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.3rem;
}
.about-side .fact span { font-weight: 600; font-size: 0.9rem; color: var(--ink-2); }
@media (max-width: 767.98px) { .about-band { grid-template-columns: 1fr; } }

/* Mid CTA */
.section--cta-mid { padding-top: 0; }
.cta-mid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.25rem 2rem;
    border-radius: var(--r);
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(var(--ink-rgb), 0.05);
}
.cta-mid h2 {
    font-weight: 800;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    letter-spacing: -0.03em;
    margin: 0 0 0.4rem;
}
.cta-mid p { margin: 0; color: var(--muted); font-weight: 500; max-width: 32rem; }
.cta-mid-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }

/* FAQ */
.faq { max-width: 820px; }
.faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    margin-bottom: 0.65rem;
    overflow: hidden;
}
.faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-weight: 700;
    font-size: 0.98rem;
    letter-spacing: -0.015em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i {
    color: var(--accent);
    transition: transform .25s var(--ease);
    flex-shrink: 0;
}
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-body {
    padding: 0 1.25rem 1.2rem;
    color: var(--muted);
    font-weight: 500;
    font-size: 0.94rem;
}
.faq-body p { margin: 0; }

/* CTA bottom */
.cta {
    border-radius: var(--r);
    padding: 3.75rem 2rem;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #101418 0%, #1e2a38 100%);
}
.cta::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    left: 50%;
    top: -170px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(var(--accent-rgb), 0.38), transparent 70%);
    pointer-events: none;
}
.cta h2 {
    position: relative;
    font-weight: 800;
    font-size: clamp(1.65rem, 3vw, 2.3rem);
    letter-spacing: -0.035em;
    margin: 0 0 0.6rem;
}
.cta p { position: relative; color: rgba(255,255,255,0.68); margin: 0 0 1.6rem; font-weight: 500; }
.cta .actions { position: relative; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* Page hero */
.page-hero {
    padding: 3.5rem 0 2.5rem;
    background:
        radial-gradient(ellipse at 100% 0%, rgba(var(--accent-rgb), 0.12), transparent 45%),
        linear-gradient(180deg, #fff, var(--paper));
    border-bottom: 1px solid var(--line);
}
.page-hero .crumb {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    margin-bottom: 0.8rem;
}
.page-hero .crumb a { color: var(--muted); }
.page-hero .crumb a:hover { color: var(--accent); }
.page-hero h1 {
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.9rem);
    letter-spacing: -0.04em;
    margin: 0 0 0.7rem;
    line-height: 1.1;
}
.page-hero p {
    margin: 0;
    max-width: 36rem;
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 500;
}

/* Legacy / list helpers */
.svc-list { display: grid; gap: 0.85rem; }
.svc-row {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 1.15rem;
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 1.25rem 1.4rem;
    will-change: transform;
}
.svc-row .tile-icon { margin: 0; }
.svc-row h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 0.2rem; letter-spacing: -0.02em; }
.svc-row p { margin: 0; color: var(--muted); font-size: 0.88rem; font-weight: 500; }
.svc-row .arrow { color: var(--accent); opacity: 0.5; }
@media (max-width: 575.98px) {
    .svc-row { grid-template-columns: 48px 1fr; }
    .svc-row .arrow { display: none; }
}

.service-detail {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.25rem;
    align-items: start;
    padding: 2.75rem 0;
    border-bottom: 1px solid var(--line);
}
.service-detail:last-child { border-bottom: 0; }
.service-detail h2 {
    font-weight: 800;
    font-size: 1.55rem;
    letter-spacing: -0.03em;
    margin: 0.45rem 0 0.7rem;
}
.service-detail .lead { color: var(--muted); font-weight: 500; margin-bottom: 1rem; }
.service-detail ul { list-style: none; padding: 0; margin: 0; }
.service-detail li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.2rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-top: 1px solid var(--line);
}
.service-detail li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
}
@media (max-width: 767.98px) { .service-detail { grid-template-columns: 1fr; gap: 1.1rem; } }

/* Forms / contact */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.25rem;
}
.contact-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 1.4rem;
}
.contact-item i { font-size: 1.3rem; color: var(--accent); margin-bottom: 0.75rem; display: block; }
.contact-item h3 { font-size: 0.92rem; font-weight: 800; margin: 0 0 0.3rem; }
.contact-item p, .contact-item a { margin: 0; color: var(--muted); font-size: 0.88rem; font-weight: 500; }
@media (max-width: 767.98px) { .contact-grid { grid-template-columns: 1fr; } }

.form-shell {
    max-width: 640px;
    margin: 0 auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 2.1rem;
    box-shadow: 0 20px 50px rgba(var(--ink-rgb), 0.05);
}
.form-label { font-weight: 700; font-size: 0.82rem; color: var(--ink-2); }
.form-control, .form-select {
    border-radius: 0.65rem;
    border-color: #e2e6ea;
    padding: 0.68rem 0.9rem;
    font-weight: 500;
}
.form-control:focus, .form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(var(--accent-rgb), 0.18);
}
.form-alert { padding: 0.8rem 1rem; border-radius: 0.65rem; margin-bottom: 1rem; font-size: 0.9rem; font-weight: 600; }
.form-alert.success { background: #e8f8ef; color: #0f5c35; }
.form-alert.error { background: #fdeceb; color: #8a1f1a; }
.hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; opacity: 0; }

/* Blog */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}
.blog-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    will-change: transform;
}
.blog-card-cover {
    height: 170px;
    background: linear-gradient(135deg, #101418, #51a1d8);
    display: flex;
    align-items: flex-end;
    padding: 1.1rem;
}
.blog-card-cover span { color: #fff; font-weight: 700; font-size: 0.76rem; opacity: 0.85; }
.blog-card img { width: 100%; height: 170px; object-fit: cover; }
.blog-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.blog-card time { font-size: 0.74rem; font-weight: 700; color: var(--muted); }
.blog-card h2 { font-size: 1.05rem; font-weight: 800; letter-spacing: -0.02em; margin: 0.4rem 0; }
.blog-card h2 a { color: var(--ink); }
.blog-card p { color: var(--muted); font-size: 0.88rem; font-weight: 500; flex: 1; margin: 0 0 1rem; }
@media (max-width: 991.98px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575.98px) { .blog-grid { grid-template-columns: 1fr; } }

.prose { max-width: 720px; margin: 0 auto; font-size: 1.05rem; line-height: 1.85; font-weight: 500; }
.prose h2, .prose h3 { font-weight: 800; letter-spacing: -0.02em; margin-top: 1.75rem; }

/* Funnel */
.funnel-page { padding: 3.25rem 0 4.5rem; }
.funnel-card {
    max-width: 540px;
    margin: 0 auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 2.1rem;
    box-shadow: 0 20px 50px rgba(var(--ink-rgb), 0.06);
}
.funnel-dots { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 1.6rem; }
.funnel-dot { width: 10px; height: 10px; border-radius: 50%; background: #dde2e7; }
.funnel-dot.active { background: var(--accent); transform: scale(1.25); }
.funnel-dot.done { background: var(--accent); opacity: 0.4; }

/* Bento (CMS blocks) */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.tile {
    position: relative;
    border-radius: var(--r);
    padding: 1.7rem;
    background: var(--white);
    border: 1px solid var(--line);
    overflow: hidden;
    min-height: 180px;
    will-change: transform;
}
.tile h3 { font-weight: 800; font-size: 1.15rem; margin: 0 0 0.5rem; letter-spacing: -0.02em; }
.tile p { margin: 0; color: var(--muted); font-size: 0.9rem; font-weight: 500; }
.tile .tile-icon { margin-bottom: 1rem; }
.tile--xl {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 340px;
    background: linear-gradient(155deg, #101418, #1a3348);
    color: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.tile--xl .tile-icon { background: rgba(255,255,255,0.1); color: #fff; }
.tile--xl p { color: rgba(255,255,255,0.65); }
.tile--md { grid-column: span 5; }
.tile--sm { grid-column: span 4; }
.tile--geo {
    grid-column: span 4;
    background: linear-gradient(145deg, rgba(var(--accent-rgb), 0.12), var(--white) 55%);
    border-color: rgba(var(--accent-rgb), 0.28);
}
@media (max-width: 991.98px) {
    .tile--xl, .tile--md, .tile--sm, .tile--geo { grid-column: span 12; min-height: auto; }
}

/* Footer */
.site-footer {
    background: var(--ink);
    color: rgba(255,255,255,0.58);
    padding: 4.25rem 0 0;
}
.footer-brand {
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: -0.04em;
    margin-bottom: 0.8rem;
}
.footer-brand span { color: var(--accent); }
.footer-tagline { font-size: 0.9rem; font-weight: 500; margin-bottom: 1.15rem; }
.footer-contact a { color: rgba(255,255,255,0.72); }
.footer-contact a:hover { color: var(--accent); }
.site-footer h5 {
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}
.site-footer a {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.2rem 0;
}
.site-footer a:hover { color: var(--accent); }
.footer-bottom {
    margin-top: 2.75rem;
    padding: 1.15rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.65rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.wa-float {
    position: fixed;
    bottom: 1.4rem;
    z-index: 1050;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}
.wa-float:hover { color: #fff; transform: scale(1.06); }
.wa-right { right: 1.4rem; }
.wa-left { left: 1.4rem; }

.cookie-bar {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1040;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 1rem 1.15rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
.cookie-bar.show { display: flex; }

.sys-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: linear-gradient(145deg, #101418, #243040);
}
.sys-box {
    background: #fff;
    border-radius: var(--r);
    padding: 2.5rem;
    max-width: 420px;
    text-align: center;
}
.error-page {
    min-height: 70vh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
}
.error-page h1 {
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}

.maintenance-banner, .staging-banner {
    text-align: center;
    font-weight: 700;
    padding: 0.5rem;
    position: relative;
    z-index: 1060;
}
.maintenance-banner { background: #c62828; color: #fff; }
.staging-banner { background: #e6a800; color: #111; }
