/* Shared shell for the independent help studio. */
/* The old shared stylesheet hides body until a legacy bootstrap adds .page-ready.
   This standalone site deliberately has no such dependency. */
html, body { opacity: 1 !important; visibility: visible !important; }
#main-header, #main-content, .help-footer, [data-animate] {
    opacity: 1 !important;
    visibility: visible !important;
}
[data-animate] { transform: none !important; }
#main-header .nav-cta { white-space: nowrap; }
.sticky-cta .cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.sticky-cta .cta-button svg { width: 20px; height: 20px; flex: 0 0 20px; }
.sticky-cta.hidden { opacity: 0 !important; visibility: hidden; pointer-events: none; }
#hero.hero-section {
    box-sizing: border-box;
    min-height: min(100svh, 58rem);
    padding: clamp(6.25rem, 11vh, 8rem) clamp(1.25rem, 4vw, 3rem) 3rem !important;
}
#hero .hero-actions { margin-bottom: 0; }
#hero .hero-scroll-indicator { display: none; }
.proof-strip {
    position: relative;
    z-index: 2;
    padding: 1.5rem clamp(1.25rem, 5vw, 5rem);
    border-top: 1px solid rgba(255,255,255,.09);
    border-bottom: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.025);
    text-align: center;
}
.proof-kicker { margin: 0 0 .85rem; color: #a6a6b7; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.proof-strip .hero-stats { gap: clamp(2rem, 8vw, 7rem); }
.proof-strip .stat-number, .proof-strip .stat-suffix { font-size: clamp(1.5rem, 2.5vw, 2.15rem); font-weight: 800; }
@media (max-width: 640px) {
    #hero.hero-section { min-height: auto; padding-top: 7rem !important; padding-bottom: 3.5rem !important; }
    .proof-strip .hero-stats { gap: 1.25rem; }
}
#main-header { display: block !important; }
.help-apps { position: relative; z-index: calc(var(--z-nav) + 2); }
.help-apps-toggle { display: grid; grid-template-columns: repeat(3, 4px); gap: 4px; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: #fff; background: rgba(255,255,255,.05); box-shadow: inset 0 1px rgba(255,255,255,.07); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.help-apps-toggle span { display: block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transition: transform .2s ease; }
.help-apps-toggle:hover, .help-apps-toggle[aria-expanded="true"] { color: #ffb347; border-color: rgba(255,159,28,.65); background: linear-gradient(135deg, rgba(255,159,28,.28), rgba(251,113,133,.15)); transform: translateY(-1px); }
.help-apps-toggle:hover span:nth-child(odd), .help-apps-toggle[aria-expanded="true"] span:nth-child(odd) { transform: scale(1.3); }
.help-apps-menu { position: absolute; right: 0; top: calc(100% + 12px); width: min(390px, calc(100vw - 24px)); display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(11,11,19,.96); box-shadow: 0 28px 70px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(24px) saturate(1.35); }
.help-apps-menu.open { display: grid; }
.help-apps-menu::before { content: 'Meer van Tom'; grid-column: 1 / -1; margin: 2px 4px 5px; color: rgba(255,255,255,.52); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.help-apps-menu a { display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: repeat(2, min-content); column-gap: 9px; align-items: center; min-height: 62px; padding: 9px; border: 1px solid transparent; border-radius: 13px; color: #d8d8e7; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.help-apps-menu a::before { grid-row: 1 / -1; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; font-size: .72rem; font-weight: 850; content: 't'; background: linear-gradient(135deg, #667eea, #38bdf8); }
.help-apps-menu a:nth-of-type(2)::before { content: '3D'; background: linear-gradient(135deg, #f59e0b, #fb7185); }
.help-apps-menu a:nth-of-type(3)::before { content: 'w'; background: linear-gradient(135deg, #6366f1, #06b6d4); }
.help-apps-menu a:nth-of-type(4)::before { content: 'B'; background: linear-gradient(135deg, #fb923c, #a855f7); }
.help-apps-menu a:nth-of-type(5)::before { content: 'AI'; background: linear-gradient(135deg, #06b6d4, #22c55e); }
.help-apps-menu a:nth-of-type(6)::before { content: 'S'; background: linear-gradient(135deg, #ef4444, #f97316); }
.help-apps-menu a:hover { color: #fff; border-color: rgba(255,255,255,.12); background: rgba(255,159,28,.1); transform: translateY(-1px); }
.help-apps-menu b { grid-column: 2; color: #f4f4fa; font-size: .82rem; letter-spacing: .01em; }
.help-apps-menu small { grid-column: 2; color: #9797af; font-size: .7rem; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.help-footer { border-top: 1px solid rgba(255,255,255,.1); background: #07070e; padding: 34px max(24px, calc((100vw - 1280px) / 2)); }
.help-footer-wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: 1280px; margin: 0 auto; }
.help-footer p { max-width: 540px; margin: 8px 0 0; color: #a6a6b7; line-height: 1.55; }
.help-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; }
.help-footer a { color: #f4f4f8; text-decoration: none; font-weight: 600; }
.help-footer a:hover { color: #ffb347; }
@media (max-width: 860px) {
    .help-apps { margin-left: auto; order: 3; }
    .nav-toggle { order: 2; }
    .help-footer-wrap { align-items: flex-start; flex-direction: column; }
    .help-footer-links { justify-content: flex-start; }
}

/* ============================================================
   HELP IDENTITY — warm house-call studio
   Calm, reassuring and deliberately less "tech agency".
   ============================================================ */
:root {
    --help-ink: #15100f;
    --help-warm: #ff8a3d;
    --help-peach: #ffc38b;
    --help-mint: #45d5ae;
}

body {
    background:
        radial-gradient(circle at 8% 14%, rgba(255, 138, 61, .13), transparent 29rem),
        radial-gradient(circle at 92% 74%, rgba(69, 213, 174, .09), transparent 25rem),
        var(--help-ink);
}

#main-header {
    border-bottom-color: rgba(255, 195, 139, .1);
    background: rgba(21, 16, 15, .76);
}

#main-header .nav-logo { letter-spacing: -.045em; }
#main-header .nav-logo .logo-icon,
#main-header .nav-logo .logo-dot { color: var(--help-peach); }
#main-header .nav-link:hover { color: var(--help-peach); background: rgba(255, 195, 139, .08); }

#hero.hero-section {
    isolation: isolate;
    min-height: min(100svh, 55rem);
    overflow: hidden;
}

#hero.hero-section::before {
    position: absolute;
    z-index: -1;
    top: clamp(5rem, 13vh, 9rem);
    right: clamp(-11rem, -4vw, -3rem);
    width: min(48vw, 43rem);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 195, 139, .2);
    border-radius: 48% 52% 42% 58% / 51% 39% 61% 49%;
    box-shadow: inset 0 0 0 1.25rem rgba(255, 138, 61, .035), inset 0 0 0 4.4rem rgba(255, 195, 139, .025), 0 0 8rem rgba(255, 138, 61, .12);
    content: '';
    transform: rotate(-14deg);
}

#hero .hero-bg {
    background:
        linear-gradient(90deg, rgba(21, 16, 15, .94) 0%, rgba(21, 16, 15, .76) 54%, rgba(21, 16, 15, .34) 100%),
        radial-gradient(circle at 78% 38%, rgba(255, 138, 61, .16), transparent 36%);
}

#hero .hero-content {
    max-width: 49rem;
    margin-inline: clamp(1.25rem, 9vw, 10rem) auto;
    text-align: left;
}

#hero .hero-badge {
    width: fit-content;
    border-color: rgba(255, 195, 139, .24);
    background: rgba(255, 195, 139, .07);
    color: var(--help-peach);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .7rem;
    letter-spacing: .08em;
}

#hero .badge-dot { background: var(--help-mint); box-shadow: 0 0 0 5px rgba(69, 213, 174, .1); }
#hero .hero-title { max-width: 10ch; letter-spacing: -.065em; }
#hero .hero-title .title-line:first-child { white-space: nowrap; }
#hero .hero-title .title-gradient { background: linear-gradient(120deg, #fff1dc 5%, var(--help-peach) 65%, var(--help-warm)); -webkit-background-clip: text; background-clip: text; }
#hero .hero-title .title-outline { color: transparent; -webkit-text-stroke: 1px rgba(255, 231, 208, .55); }
#hero .hero-subtitle { max-width: 36rem; margin-inline: 0; text-align: left; color: rgba(255, 244, 237, .7); }
#hero .hero-actions { justify-content: flex-start; }
#hero .btn-primary { border-color: transparent; background: linear-gradient(135deg, var(--help-peach), var(--help-warm)); color: #26120b; box-shadow: 0 12px 35px rgba(255, 138, 61, .22); }
#hero .btn-ghost { border-color: rgba(255, 195, 139, .25); color: #fff4ed; }

.help-proof-strip {
    width: min(1180px, calc(100% - 2.5rem));
    margin: -1.5rem auto 0;
    padding: 1.45rem clamp(1.25rem, 4vw, 3rem);
    border: 1px solid rgba(255, 195, 139, .15);
    border-radius: 1.5rem;
    background: linear-gradient(100deg, rgba(255, 138, 61, .11), rgba(69, 213, 174, .06));
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .17);
}

.help-proof-strip .proof-kicker { color: var(--help-peach); }
.help-proof-strip .hero-stat { min-width: 9rem; }
.help-proof-strip .stat-number,
.help-proof-strip .stat-suffix { color: #fff4ed; }
.help-proof-strip .stat-label { color: rgba(255, 244, 237, .55); }

#services .section-tag { color: var(--help-peach); }
#services .service-card { border-color: rgba(255, 195, 139, .11); border-radius: 1.35rem; background: linear-gradient(150deg, rgba(255, 195, 139, .07), rgba(255, 255, 255, .018)); }
#services .service-card:hover { border-color: rgba(255, 138, 61, .48); box-shadow: 0 1.25rem 3.5rem rgba(255, 138, 61, .12); }

@media (max-width: 700px) {
    #hero.hero-section::before { top: 8rem; right: -9rem; width: 29rem; }
    #hero .hero-content { margin-inline: auto; text-align: center; }
    #hero .hero-badge { margin-inline: auto; }
    #hero .hero-title { max-width: none; }
    #hero .hero-title .title-line:first-child { white-space: normal; }
    #hero .hero-subtitle { margin-inline: auto; text-align: center; }
    #hero .hero-actions { justify-content: center; }
    .help-proof-strip { width: min(100% - 2rem, 34rem); margin-top: -1rem; }
}
