/* 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 { --launcher-accent: #ffb347; --launcher-accent-rgb: 255, 179, 71; 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; }
    #main-nav .nav-logo { display: inline-flex; align-items: center; min-height: 44px; }
    .nav-toggle { display: grid; place-content: center; order: 2; width: 44px; min-width: 44px; height: 44px; padding: 0; }
    .help-apps-toggle { width: 44px; height: 44px; }
    #main-nav .nav-links .nav-link, #main-nav .nav-links .nav-cta { display: flex; align-items: center; min-height: 44px; box-sizing: border-box; }
    .help-footer-wrap { align-items: flex-start; flex-direction: column; }
    .help-footer-links { justify-content: flex-start; }
    .help-footer a { display: inline-flex; align-items: center; min-height: 44px; }
}

/* ============================================================
   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); }

/* A home visit needs a recognisable rhythm all the way to the last question. */
#process {
    position: relative;
    overflow: hidden;
    border-block: 1px solid rgba(255, 195, 139, .13);
    background: linear-gradient(118deg, rgba(255, 138, 61, .08), rgba(69, 213, 174, .055));
}

#process .section-header,
.remote-support-section .section-header,
.work-section .section-header,
.faq-section .section-header { max-width: 43rem; margin-left: 0; text-align: left; }

#process .section-tag,
.remote-support-section .section-tag,
.work-section .section-tag,
.faq-section .section-tag,
.contact-section .section-tag { color: var(--help-peach); }

#process .process-timeline { position: relative; gap: 1rem; }
#process .timeline-line { opacity: .22; }
#process .timeline-progress { background: linear-gradient(var(--help-peach), var(--help-mint)); }
#process .process-step {
    position: relative;
    border: 1px solid rgba(255, 195, 139, .16);
    border-radius: 1.6rem 1.6rem 1.6rem .55rem;
    background: rgba(36, 23, 20, .76);
    box-shadow: .55rem .55rem 0 rgba(255, 138, 61, .07);
}
#process .process-step:nth-of-type(even) { border-radius: 1.6rem 1.6rem .55rem 1.6rem; background: rgba(19, 35, 33, .72); box-shadow: -.55rem .55rem 0 rgba(69, 213, 174, .06); }
#process .step-indicator { border-color: rgba(255, 195, 139, .32); background: rgba(43, 24, 19, .9); }
#process .step-dot { background: linear-gradient(135deg, var(--help-peach), var(--help-warm)); box-shadow: 0 0 0 6px rgba(255, 138, 61, .08); }
#process .process-step:nth-of-type(even) .step-indicator { border-color: rgba(69, 213, 174, .38); background: rgba(18, 38, 33, .9); }
#process .process-step:nth-of-type(even) .step-dot { background: linear-gradient(135deg, #c4ffef, var(--help-mint)); box-shadow: 0 0 0 6px rgba(69, 213, 174, .08); }

.remote-support-section { position: relative; }
.remote-support-section::before { position: absolute; z-index: -1; top: 3rem; right: -10rem; width: 28rem; height: 28rem; border-radius: 45% 55% 53% 47% / 42% 42% 58% 58%; background: rgba(69, 213, 174, .055); content: ''; filter: blur(1px); }
.remote-support-section .remote-card { border: 1px solid rgba(69, 213, 174, .2); border-radius: 2rem .75rem 2rem .75rem; background: linear-gradient(135deg, rgba(69, 213, 174, .1), rgba(255, 195, 139, .045)); box-shadow: .8rem .8rem 0 rgba(69, 213, 174, .05); }
.remote-support-section .remote-card::before { display: block; margin-bottom: .8rem; color: var(--help-mint); content: 'VANOP AFSTAND, MAAR NOOIT ONPERSOONLIJK'; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .62rem; font-weight: 700; letter-spacing: .09em; }

.work-section { padding-top: clamp(4.5rem, 9vw, 8rem); }
.work-section .work-grid { gap: 1.35rem; }
.work-section .work-card { overflow: hidden; border: 1px solid rgba(255, 195, 139, .16); border-radius: 1.8rem .55rem 1.8rem .55rem; background: rgba(39, 24, 20, .64); box-shadow: .65rem .65rem 0 rgba(255, 138, 61, .07); }
.work-section .work-card:nth-child(even) { border-radius: .55rem 1.8rem .55rem 1.8rem; background: rgba(20, 38, 35, .62); box-shadow: -.65rem .65rem 0 rgba(69, 213, 174, .06); }
.work-section .work-card:hover { border-color: rgba(255, 195, 139, .55); transform: translateY(-5px) rotate(-.35deg); }
.work-section .work-card:nth-child(even):hover { border-color: rgba(69, 213, 174, .55); transform: translateY(-5px) rotate(.35deg); }
.work-section .work-image { border-radius: 0; }
.work-section .work-content { position: relative; }
.work-section .work-content::before { position: absolute; top: 0; left: 1.45rem; width: 3.5rem; height: 3px; border-radius: 0 0 99px 99px; background: var(--help-peach); content: ''; }

.faq-section { position: relative; border-top: 1px solid rgba(255, 195, 139, .11); }
.faq-section .faq-list { max-width: 54rem; }
.faq-section .faq-item { margin-bottom: .7rem; border-color: rgba(255, 195, 139, .16); border-radius: 1.2rem .55rem 1.2rem .55rem; background: rgba(42, 25, 21, .6); }
.faq-section .faq-item:nth-child(even) { border-radius: .55rem 1.2rem .55rem 1.2rem; background: rgba(21, 39, 35, .55); }
.faq-section .faq-item[open] { border-color: rgba(69, 213, 174, .45); }
.faq-section .faq-question { padding: 1.2rem 1.3rem; }
.faq-section .faq-chevron { color: var(--help-mint); }

.contact-section { position: relative; overflow: hidden; }
.contact-section::after { position: absolute; z-index: -1; right: -8rem; bottom: -11rem; width: 28rem; height: 28rem; border-radius: 49% 51% 45% 55% / 57% 41% 59% 43%; border: 1px solid rgba(255, 195, 139, .22); box-shadow: inset 0 0 0 3rem rgba(255, 138, 61, .035); content: ''; transform: rotate(19deg); }
.contact-section .contact-wrapper { border: 1px solid rgba(255, 195, 139, .22); border-radius: 2.2rem .7rem 2.2rem .7rem; background: linear-gradient(135deg, rgba(255, 138, 61, .1), rgba(69, 213, 174, .065)); box-shadow: .85rem .85rem 0 rgba(255, 138, 61, .06); }
.contact-section .contact-cta-simple { border: 1px solid rgba(69, 213, 174, .18); border-radius: 1.3rem .45rem 1.3rem .45rem; background: rgba(18, 34, 31, .5); }
.contact-section .btn-primary { background: linear-gradient(135deg, var(--help-peach), var(--help-warm)); color: #26120b; }
.contact-section .btn-ghost { border-color: rgba(255, 195, 139, .28); }

@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; }
    #process .section-header,
    .remote-support-section .section-header,
    .work-section .section-header,
    .faq-section .section-header { margin-inline: auto; text-align: center; }
    #process .process-step,
    #process .process-step:nth-of-type(even) { box-shadow: .35rem .35rem 0 rgba(255, 138, 61, .06); }
    .remote-support-section .remote-card { border-radius: 1.4rem .55rem 1.4rem .55rem; }
    .work-section .work-card,
    .work-section .work-card:nth-child(even) { box-shadow: .35rem .35rem 0 rgba(255, 138, 61, .055); }
    .contact-section .contact-wrapper { border-radius: 1.5rem .55rem 1.5rem .55rem; box-shadow: .45rem .45rem 0 rgba(255, 138, 61, .06); }
}
