@import "tailwindcss";

:root { --navy:#082b54; --blue:#0b4c8c; --cobalt:#1769aa; --orange:#f36f21; --ink:#10283f; --muted:#66788a; --line:#dce5eb; --soft:#f4f7f9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
button, input, select { font:inherit; }
button, a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
.site-shell { min-height:100vh; overflow:hidden; }
.topbar { height:82px; padding:0 clamp(24px,6vw,86px); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); position:relative; z-index:20; background:rgba(255,255,255,.97); }
.brand { border:0; background:none; padding:0; display:flex; align-items:center; gap:34px; color:var(--ink); }
.brand-logo { width:190px; height:62px; display:block; overflow:hidden; background:#fff; }
.brand-logo img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.brand-link { display:block; text-decoration:none; }
.brand-logo-modal { width:270px; height:104px; margin:-14px auto 2px; }
.brand-logo-footer { width:220px; height:82px; }
.menu-trigger { border-left:1px solid var(--line); padding-left:28px; font-size:12px; letter-spacing:.16em; text-transform:uppercase; font-weight:800; display:flex; gap:9px; align-items:center; }
.menu-trigger span { font-size:20px; color:var(--orange); }
.top-actions { display:flex; align-items:center; gap:22px; }
.text-button { border:0; background:none; color:var(--blue); font-size:13px; font-weight:700; padding:8px; }
.user-chip { display:flex; align-items:center; gap:8px; font-size:13px; font-weight:700; }
.user-chip>span { width:31px; height:31px; border-radius:50%; display:grid; place-items:center; background:var(--navy); color:#fff; font-size:11px; }
.button { border:0; border-radius:3px; background:var(--orange); color:#fff; padding:15px 22px; font-weight:800; font-size:13px; letter-spacing:.01em; box-shadow:0 10px 24px rgba(243,111,33,.18); transition:transform .2s, box-shadow .2s; }
.button:hover { transform:translateY(-2px); box-shadow:0 13px 27px rgba(243,111,33,.28); }
.button-small { padding:11px 21px; }
.button-ghost { background:transparent; color:var(--navy); border:1px solid #c6d3dc; box-shadow:none; }
.button-ghost span { color:var(--orange); margin-left:8px; }
.button-light { background:#fff; color:var(--navy); box-shadow:none; }
.button-full { width:100%; display:flex; align-items:center; justify-content:space-between; padding:16px 18px; }
.dropdown { position:absolute; top:68px; left:clamp(24px,6vw,86px); width:min(380px,calc(100vw - 48px)); background:#fff; padding:24px; border-top:4px solid var(--orange); box-shadow:0 24px 60px rgba(8,43,84,.2); display:flex; flex-direction:column; z-index:30; }
.dropdown p { margin:0 0 12px; color:var(--muted); font-size:10px; letter-spacing:.18em; text-transform:uppercase; font-weight:800; }
.dropdown a { padding:10px 4px; text-decoration:none; color:var(--ink); font-weight:700; font-size:14px; }
.dropdown-rule { height:1px; background:var(--line); margin:14px 0; }
.dropdown>span { color:var(--muted); font-size:10px; letter-spacing:.16em; font-weight:800; margin:0 4px 8px; text-transform:uppercase; }
.dropdown button { border:0; border-top:1px solid #edf1f4; background:#fff; text-align:left; padding:12px 4px; display:flex; flex-direction:column; gap:4px; color:var(--ink); font-weight:800; }
.dropdown em { font-style:normal; font-size:8px; letter-spacing:.12em; }
.active-dot { color:#13985e; }.lock-dot { color:var(--orange); }

.landing { min-height:620px; padding:80px clamp(24px,7vw,104px) 70px; display:grid; grid-template-columns:1.05fr .95fr; gap:30px; align-items:center; background:linear-gradient(118deg,#fff 0%,#fff 58%,#f1f6f9 58%,#eef4f7 100%); }
.landing-copy { max-width:660px; }
.status-pill { color:var(--blue); font-size:11px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; display:flex; align-items:center; gap:10px; margin-bottom:25px; }
.status-pill span { width:8px; height:8px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 5px #ffede3; }
.landing h1 { margin:0; font-size:clamp(48px,6.2vw,84px); line-height:.98; letter-spacing:-.055em; color:var(--navy); max-width:720px; }
.landing h1 em { color:var(--orange); font-style:normal; }
.landing-copy>p { margin:28px 0; max-width:600px; font-size:17px; line-height:1.75; color:#526b7e; }
.landing-actions { display:flex; gap:12px; flex-wrap:wrap; }
.trust-row { margin-top:28px; display:flex; flex-wrap:wrap; gap:22px; color:#718291; font-size:11px; }
.trust-row span::first-letter { color:#1f9c6a; }
.signal-art { width:min(440px,38vw); aspect-ratio:1; position:relative; margin:auto; display:grid; place-items:center; }
.signal-orbit { position:absolute; border:1px solid rgba(11,76,140,.14); border-radius:50%; }
.orbit-one { inset:7%; }.orbit-two { inset:23%; border-color:rgba(243,111,33,.23); }.orbit-three { inset:37%; border-width:2px; }
.signal-orbit::after { content:""; position:absolute; width:8px; height:8px; background:var(--orange); border-radius:50%; top:48%; left:-4px; box-shadow:0 0 0 7px rgba(243,111,33,.11); }
.orbit-two::after { top:-4px; left:52%; background:var(--blue); box-shadow:0 0 0 7px rgba(11,76,140,.1); }.orbit-three::after { top:auto; bottom:-4px; left:48%; }
.signal-core { width:94px; height:94px; border-radius:50%; background:var(--navy); display:grid; place-items:center; color:#fff; font-size:51px; font-weight:900; box-shadow:0 20px 50px rgba(8,43,84,.24), inset -7px -8px 0 rgba(0,0,0,.11); }
.signal-core::after { content:"."; color:var(--orange); }
.signal-label { position:absolute; font-size:9px; font-weight:900; letter-spacing:.18em; color:var(--blue); background:#fff; border:1px solid var(--line); padding:8px 11px; box-shadow:0 8px 20px rgba(8,43,84,.08); }
.label-one { top:15%; right:5%; }.label-two { bottom:14%; right:9%; }.label-three { left:0; top:48%; }
.edition-strip { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.edition-strip>div { min-height:124px; padding:25px clamp(18px,3vw,43px); border-right:1px solid var(--line); display:grid; grid-template-columns:28px 1fr; align-content:center; gap:5px 10px; transition:background .2s; }
.edition-strip>div:hover { background:var(--soft); }
.edition-strip span { grid-row:1/3; color:var(--orange); font-size:10px; font-weight:800; padding-top:4px; }.edition-strip strong { color:var(--navy); font-size:15px; }.edition-strip small { color:var(--muted); text-transform:uppercase; letter-spacing:.12em; font-size:8px; }

.dashboard { padding:54px clamp(24px,7vw,104px) 70px; min-height:680px; background:#f7f9fb; }
.dashboard-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; max-width:1380px; margin:auto; }
.kicker { color:var(--orange); font-size:10px; letter-spacing:.18em; font-weight:900; margin:0 0 10px; }.dashboard h1 { font-size:clamp(31px,4vw,48px); margin:0; color:var(--navy); letter-spacing:-.035em; }
.friday-card { border-left:3px solid var(--orange); padding:5px 0 5px 17px; display:flex; flex-direction:column; min-width:235px; }.friday-card span { font-size:8px; letter-spacing:.17em; color:var(--muted); font-weight:900; }.friday-card strong { margin-top:5px; color:var(--navy); font-size:15px; }.friday-card i { font-style:normal; font-size:10px; color:#718291; margin-top:3px; }
.section-label { max-width:1380px; margin:42px auto 13px; display:flex; justify-content:space-between; color:var(--muted); font-size:9px; text-transform:uppercase; font-weight:900; letter-spacing:.16em; }
.product-grid { max-width:1380px; margin:auto; display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.single-product-grid { grid-template-columns:minmax(300px,620px); justify-content:center; }
.product-card { --accent:var(--blue); background:#fff; border:1px solid var(--line); border-top:4px solid var(--accent); min-height:326px; padding:23px; display:flex; flex-direction:column; box-shadow:0 8px 25px rgba(8,43,84,.04); transition:transform .2s,box-shadow .2s; overflow:hidden; }.product-card:hover { transform:translateY(-4px); box-shadow:0 16px 35px rgba(8,43,84,.09); }.product-card.orange { --accent:var(--orange); }.product-card.cobalt { --accent:#04a0c7; }.product-card.coral { --accent:#f09b48; }
.product-cover { height:104px; margin:-23px -23px 18px; padding:10px 13px; display:grid; place-items:center; background:linear-gradient(135deg,#fff,#f2f6f9); border-bottom:1px solid var(--line); }
.product-cover img { width:100%; height:100%; object-fit:contain; display:block; }
.product-cover.power-logo-cover,.modal-product-cover.power-logo-cover { background:#fff; border-bottom-color:#fff; }
.brainiac-cover,.protest-cover { height:132px; padding:10px 13px; position:relative; background:#fff; border-bottom-color:#fff; }
.brainiac-cover img,.protest-cover img { object-fit:contain; object-position:center; }
.cover-access { position:absolute; top:10px; right:10px; box-shadow:0 3px 12px rgba(3,20,42,.25); }
.card-top { display:flex; justify-content:space-between; align-items:center; }.centered-logo-row { position:relative; justify-content:center; }.centered-logo-row>.access { position:absolute; right:0; top:50%; transform:translateY(-50%); }.product-icon { width:42px; height:42px; display:grid; place-items:center; background:color-mix(in srgb,var(--accent) 9%,white); color:var(--accent); font-size:23px; font-weight:900; }.product-icon-logo { width:82px; height:82px; padding:2px; background:#fff; }.product-icon-logo img { width:100%; height:100%; display:block; object-fit:contain; }.access { font-size:8px; letter-spacing:.14em; font-weight:900; color:#8998a4; background:#eff3f5; padding:6px 8px; }.access.active { color:#118458; background:#e7f7ef; }
.product-eyebrow { margin:27px 0 7px; color:var(--accent); font-size:8px; letter-spacing:.17em; text-transform:uppercase; font-weight:900; }.product-card h2 { margin:0; color:var(--navy); font-size:21px; line-height:1.15; letter-spacing:-.025em; }.product-description { color:#66798a; font-size:12px; line-height:1.65; margin:13px 0 20px; }
.card-footer { margin-top:auto; padding-top:15px; border-top:1px solid #edf1f4; display:flex; flex-direction:column; gap:11px; }.card-footer>span { color:#82909b; font-size:9px; }.card-footer button { border:0; background:none; padding:0; text-align:left; color:var(--navy); font-size:11px; font-weight:900; }.card-footer b { color:var(--accent); margin-left:5px; }
.briefing-banner { max-width:1380px; margin:22px auto 0; background:var(--navy); color:#fff; min-height:135px; padding:25px 32px; display:flex; justify-content:space-between; align-items:center; gap:30px; position:relative; overflow:hidden; }.briefing-banner::after { content:"B"; position:absolute; right:23%; top:-64px; font-size:210px; font-weight:900; color:rgba(255,255,255,.035); }.mini-brand { color:#ff974f; font-size:8px; letter-spacing:.18em; font-weight:900; }.briefing-banner h3 { font-size:22px; margin:7px 0 3px; }.briefing-banner p { margin:0; color:#b9c8d5; font-size:11px; }

footer { background:#061e38; color:#d7e0e8; display:grid; grid-template-columns:2fr 1fr 1fr; gap:35px; padding:55px clamp(24px,7vw,104px) 30px; }.footer-brand .brand-logo { border-radius:2px; }.footer-brand p { color:#8ea1b3; font-size:12px; }.footer-brand+div, footer>div:nth-child(3) { display:flex; flex-direction:column; gap:10px; }.footer-brand+div strong, footer>div:nth-child(3) strong { color:#fff; font-size:10px; text-transform:uppercase; letter-spacing:.14em; margin-bottom:3px; } footer a { color:#9fb0bf; text-decoration:none; font-size:11px; } footer small { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.1); padding-top:20px; color:#71869a; font-size:9px; }

.modal-layer { position:fixed; inset:0; z-index:100; background:rgba(3,22,41,.68); backdrop-filter:blur(5px); display:grid; place-items:center; padding:20px; overflow:auto; }
.auth-stage { width:min(530px,100%); display:grid; grid-template-columns:1fr; align-self:safe center; gap:14px; }
.auth-stage.with-teaser { width:min(530px,100%); grid-template-columns:1fr; align-items:start; justify-content:center; }
.auth-stage .auth-modal { width:100%; max-height:none; }
.teaser-popup { min-height:auto; padding:26px 34px 24px; color:#fff; background:linear-gradient(145deg,#061e38 0%,#0a3a6c 68%,#0b4c8c 100%); box-shadow:0 30px 80px rgba(2,25,49,.34); position:relative; overflow:hidden; animation:teaser-in .34s ease-out; }
.teaser-popup::before { content:""; position:absolute; width:390px; height:390px; right:-245px; top:-185px; border:1px solid rgba(255,255,255,.15); border-radius:50%; box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 92px rgba(255,255,255,.018); }
.teaser-popup::after { content:"BENG"; position:absolute; right:-13px; bottom:-18px; color:rgba(255,255,255,.035); font-size:94px; font-weight:900; letter-spacing:-.08em; pointer-events:none; }
.teaser-radar { width:42px; height:42px; margin:0 auto 17px; border:1px solid rgba(255,255,255,.24); border-radius:50%; position:relative; display:grid; place-items:center; box-shadow:0 0 0 6px rgba(243,111,33,.08),0 0 0 12px rgba(255,255,255,.035); }
.teaser-radar i { position:absolute; width:1px; height:40px; background:rgba(255,255,255,.16); }.teaser-radar i:nth-child(2){transform:rotate(60deg)}.teaser-radar i:nth-child(3){transform:rotate(120deg)}
.teaser-radar span { width:25px; height:25px; border-radius:50%; display:grid; place-items:center; z-index:1; background:var(--orange); color:#fff; font-weight:900; box-shadow:0 0 22px rgba(243,111,33,.7); }
.teaser-kicker { margin:0 0 9px; color:#ff9b5e; text-align:center; font-size:9px; font-weight:900; letter-spacing:.19em; }
.teaser-popup h2 { margin:0; color:#fff; text-align:center; font-size:35px; line-height:1.05; letter-spacing:-.045em; text-wrap:balance; text-shadow:0 3px 18px rgba(0,0,0,.22); }.teaser-popup h2 em { color:#fff; font-style:normal; }
.teaser-lead { margin:14px 0 16px; color:#fff; text-align:center; font-size:14px; font-weight:600; line-height:1.55; }
.teaser-points { display:flex; flex-direction:column; border-top:1px solid rgba(255,255,255,.24); margin-bottom:16px; }.teaser-points span { display:flex; align-items:center; justify-content:center; gap:12px; padding:8px 0; border-bottom:1px solid rgba(255,255,255,.18); color:#fff; text-align:center; font-size:12px; font-weight:800; }.teaser-points b { color:#fff; font-size:9px; letter-spacing:.12em; }
.teaser-cta { width:100%; border:0; background:var(--orange); color:#fff; padding:14px 18px; display:flex; align-items:center; justify-content:center; gap:14px; font-weight:900; font-size:14px; box-shadow:0 12px 28px rgba(243,111,33,.3); }.teaser-cta:hover { background:#ff7a2b; }.teaser-cta span { font-size:20px; }
.teaser-popup small { display:block; margin-top:10px; color:#fff; text-align:center; font-size:9px; font-weight:600; line-height:1.5; }
@keyframes teaser-in { from{transform:translateX(-14px);opacity:0} }
.modal { width:min(530px,100%); max-height:calc(100vh - 40px); overflow:auto; background:#fff; box-shadow:0 30px 80px rgba(2,25,49,.3); padding:34px 40px 30px; position:relative; animation:modal-in .25s ease-out; } @keyframes modal-in { from{transform:translateY(12px);opacity:0} }
.modal-close { position:absolute; right:16px; top:12px; border:0; background:none; color:#7b8c99; font-size:25px; }.modal-brand { display:flex; flex-direction:column; align-items:center; border-bottom:1px solid var(--line); padding-bottom:18px; }.modal-brand small { color:#81909c; font-size:8px; letter-spacing:.18em; font-weight:800; }
.auth-required-close { left:16px; right:auto; }
.auth-error { margin:0; padding:10px 12px; border-left:3px solid #c9382d; background:#fff0ef; color:#9f2f27; font-size:10px; line-height:1.5; }
.auth-modal .button:disabled { cursor:wait; opacity:.65; transform:none; }
@keyframes auth-nudge { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-7px)} 75%{transform:translateX(7px)} }
.auth-nudge { animation:auth-nudge .38s ease-in-out; }
.tabs { display:grid; grid-template-columns:1fr 1fr; border-bottom:1px solid var(--line); margin:0 -40px; }.tabs button { border:0; background:#fff; padding:15px; color:#82919d; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; border-bottom:3px solid transparent; }.tabs button.active { color:var(--navy); border-bottom-color:var(--orange); }
.modal-intro { text-align:center; padding:21px 0 13px; }.modal-intro h2,.payment-head h2 { color:var(--navy); font-size:25px; margin:0; letter-spacing:-.03em; }.modal-intro p { color:#718290; font-size:11px; margin:7px 0 0; }
.auth-modal form { display:flex; flex-direction:column; gap:12px; }.auth-modal label,.bank-label { display:flex; flex-direction:column; gap:6px; color:#3d566b; font-size:9px; text-transform:uppercase; letter-spacing:.09em; font-weight:900; }.auth-modal input,.auth-modal select,.bank-label select { width:100%; border:1px solid #ccd8e0; background:#fbfcfd; color:var(--ink); padding:12px; border-radius:2px; outline:none; font-size:12px; text-transform:none; letter-spacing:0; }.auth-modal input:focus,.auth-modal select:focus,.bank-label select:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(11,76,140,.08); }.form-row { display:grid; grid-template-columns:1fr 1fr; gap:11px; }.check { flex-direction:row!important; align-items:flex-start; text-transform:none!important; letter-spacing:0!important; line-height:1.5; font-weight:500!important; color:#627687!important; }.check input { width:15px!important; margin:2px 0 0; }.check a { color:var(--blue); }
.secure-note { text-align:center; color:#81909d; font-size:8px; margin:14px 0 0; }.verification { text-align:center; padding:24px 0 8px; display:flex; flex-direction:column; align-items:center; gap:9px; }.verification>div { width:48px; height:48px; display:grid; place-items:center; background:#e8f7ef; color:#15915e; border-radius:50%; font-size:23px; }.verification h3 { margin:4px 0 0; color:var(--navy); }.verification p { margin:0 0 8px; color:var(--muted); font-size:12px; line-height:1.6; max-width:360px; }
.verification .verification-gate { padding:10px 12px; color:#825024; background:#fff4e9; border-left:3px solid var(--orange); font-size:10px; }
.product-modal { width:min(610px,100%); padding:38px 42px; }.modal-product-cover { height:168px; margin:-38px -42px 25px; padding:15px 25px; display:grid; place-items:center; background:linear-gradient(135deg,#fff,#f0f5f8); border-bottom:1px solid var(--line); }.modal-product-cover img { width:100%; height:100%; object-fit:contain; display:block; }.modal-product-cover.brainiac-modal-cover,.modal-product-cover.protest-modal-cover { height:210px; padding:0; background:#071329; }.brainiac-modal-cover img,.protest-modal-cover img { object-fit:cover; }.reading-cover { margin-bottom:20px; }.product-heading { --accent:var(--blue); display:flex; gap:16px; align-items:center; padding-bottom:19px; border-bottom:1px solid var(--line); }.product-heading.orange { --accent:var(--orange); }.product-heading.cobalt { --accent:#04a0c7; }.product-heading.coral { --accent:#f09b48; }.product-heading>span { width:52px; height:52px; display:grid; place-items:center; background:color-mix(in srgb,var(--accent) 10%,white); color:var(--accent); font-size:28px; font-weight:900; }.product-heading>span.heading-logo { width:82px; height:82px; padding:2px; background:#fff; }.heading-logo img { width:100%; height:100%; display:block; object-fit:contain; }.product-heading p,.payment-head p { color:var(--accent); font-size:8px; text-transform:uppercase; letter-spacing:.16em; font-weight:900; margin:0 0 5px; }.product-heading h2 { margin:0; color:var(--navy); font-size:26px; }.offer-copy { font-size:12px; color:#637687; line-height:1.7; margin:20px 0; }.plan-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }.plan-grid button { border:1px solid #cfd9e0; background:#fff; padding:19px; display:flex; flex-direction:column; align-items:flex-start; position:relative; color:var(--navy); text-align:left; }.plan-grid button:hover { border-color:var(--orange); }.plan-grid span { color:#6f8291; font-size:8px; font-weight:900; letter-spacing:.14em; }.plan-grid strong { font-size:29px; margin:7px 0 2px; }.plan-grid small { color:#788894; font-size:9px; }.plan-grid em { position:absolute; top:-8px; right:10px; background:var(--orange); color:#fff; font-style:normal; font-size:7px; padding:5px 7px; font-weight:900; }.recommended { border:2px solid var(--orange)!important; }.benefits { list-style:none; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:21px 0; color:#52697c; font-size:10px; }.benefits li::first-letter { color:#168b5d; }.legal-line { color:#8b98a2; font-size:8px; text-align:center; line-height:1.5; }
.back-link { border:0; background:none; color:var(--blue); padding:0 0 20px; font-size:10px; font-weight:800; }.payment-head { margin-bottom:20px; }.payment-head p { color:var(--orange); }.order-line { border:1px solid var(--line); background:var(--soft); padding:15px 17px; display:flex; justify-content:space-between; color:var(--navy); font-size:12px; font-weight:800; }.order-line span { display:flex; flex-direction:column; gap:3px; }.order-line small { color:#7a8995; font-size:8px; font-weight:500; }.payment-options { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:17px 0; }.payment-options button { border:1px solid #d3dde4; background:#fff; padding:12px 10px; text-align:left; color:var(--navy); font-size:10px; font-weight:800; display:flex; flex-direction:column; gap:4px; }.payment-options button:first-child { border:2px solid var(--blue); }.payment-options span { color:#80909d; font-size:7px; font-weight:500; }.bank-label { margin-bottom:18px; }.success-mark { width:56px; height:56px; margin:0 auto 14px; display:grid; place-items:center; border-radius:50%; background:#e5f7ee; color:#14925e; font-size:29px; }.centered { text-align:center; }.centered span { color:#788a97; font-size:9px; }.article-preview { background:#f4f7f9; border-left:4px solid var(--orange); margin:20px 0; padding:22px; }.article-kicker { color:var(--orange)!important; font-size:8px!important; font-weight:900; letter-spacing:.15em; }.article-preview h3 { color:var(--navy); font-size:18px; margin:5px 0 9px; }.article-preview>p { color:#617586; font-size:11px; line-height:1.6; }.article-lines { display:flex; flex-direction:column; gap:6px; margin-top:13px; }.article-lines i { height:5px; background:#dfe7ec; width:100%; }.article-lines i:nth-child(2){width:83%}.article-lines i:nth-child(3){width:67%}
.legal-details { border-top:1px solid var(--line); padding-top:13px; color:#6f8291; font-size:9px; }.legal-details summary { color:var(--blue); font-weight:800; cursor:pointer; }.legal-details p { line-height:1.6; }.legal-details a { color:var(--orange); }
.info-shell { min-height:100vh; background:#f7f9fb; }.info-header { height:82px; padding:0 clamp(24px,7vw,104px); display:flex; align-items:center; justify-content:space-between; background:#fff; border-bottom:1px solid var(--line); }.info-header .brand-logo,.newsletter-header .brand-logo { width:190px; height:62px; }.info-back { text-decoration:none; color:var(--blue); font-size:11px; font-weight:800; }.info-hero { background:var(--navy); color:#fff; padding:66px max(24px,calc((100vw - 900px)/2)); }.info-hero>p { color:#ff8b43; font-size:9px; font-weight:900; letter-spacing:.19em; margin:0 0 13px; }.info-hero h1 { font-size:clamp(36px,5vw,57px); letter-spacing:-.045em; margin:0 0 15px; }.info-hero span { display:block; color:#b9c9d7; line-height:1.7; max-width:650px; }.info-content { max-width:900px; margin:0 auto; background:#fff; padding:52px clamp(24px,6vw,74px) 70px; box-shadow:0 15px 40px rgba(8,43,84,.06); }.info-content h2 { color:var(--navy); margin:33px 0 9px; font-size:22px; }.info-content h2:first-child { margin-top:0; }.info-content p { color:#5e7384; font-size:13px; line-height:1.85; }.info-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:28px 0; }.info-grid section { border-top:3px solid var(--orange); background:var(--soft); padding:19px; }.info-grid strong { color:var(--navy); }.info-grid p { margin-bottom:0; font-size:11px; }.draft-note { background:#fff4ec; border-left:4px solid var(--orange); padding:16px 20px; }.draft-note strong { color:#a44613; }.draft-note p { font-size:11px; margin:5px 0 0; color:#835335; }.contact-form { display:flex; flex-direction:column; gap:16px; }.contact-form>div { display:grid; grid-template-columns:1fr 1fr; gap:14px; }.contact-form label { display:flex; flex-direction:column; gap:7px; color:var(--navy); font-size:9px; text-transform:uppercase; letter-spacing:.1em; font-weight:900; }.contact-form input,.contact-form select,.contact-form textarea { border:1px solid #cbd7df; background:#fbfcfd; padding:13px; font-size:12px; color:var(--ink); outline:none; resize:vertical; }.contact-form .button { width:max-content; }.contact-form small { color:#7c8c97; font-size:9px; }.info-footer { max-width:900px; margin:0 auto 50px; padding:28px 0; display:flex; align-items:center; justify-content:space-between; }.info-footer p { color:#7d8d99; font-size:9px; }
.legal-version { margin:0 0 24px; display:grid; grid-template-columns:repeat(2,minmax(150px,220px)); gap:8px; }
.legal-version p { margin:0; padding:11px 14px; display:flex; justify-content:space-between; gap:18px; background:#edf3f7; }
.legal-version strong { color:var(--navy); }
.disclaimer-alert { margin:0 0 34px; padding:20px 22px; border-left:5px solid var(--orange); background:#fff4ec; }
.disclaimer-alert strong { color:#bf4e0b; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.disclaimer-alert p { margin:7px 0 0; color:#8a4d28; font-weight:700; }
.legal-list { margin:10px 0 28px; padding-left:23px; color:#5e7384; font-size:13px; line-height:1.75; }
.legal-list li { margin:7px 0; padding-left:4px; }
.info-content a { color:var(--blue); font-weight:700; }
.legal-summary { margin:0 0 28px; padding:22px 24px; border-top:4px solid var(--orange); background:#f2f6f9; }
.legal-summary>strong { color:var(--navy); font-size:13px; text-transform:uppercase; letter-spacing:.1em; }
.legal-summary .legal-list { margin-bottom:0; }
.legal-details,.legal-definitions { margin:12px 0 25px; padding:18px 20px; border-left:3px solid var(--blue); background:#f7f9fb; }
.legal-details p,.legal-definitions p { margin:5px 0; }
.legal-details mark { padding:2px 5px; background:#fff092; color:#463d00; }
.legal-appendix { margin-top:42px; padding:28px; border-top:4px solid var(--orange); background:#f7f9fb; }
.legal-appendix h2 { margin-top:0; }
.legal-appendix h3 { margin:24px 0 6px; color:var(--navy); font-size:15px; }
@media(max-width:500px){.legal-version{grid-template-columns:1fr}.legal-version p{font-size:11px}}
.about-label { margin:0 0 10px!important; color:var(--orange)!important; font-size:9px!important; font-weight:900; letter-spacing:.18em; }
.about-story,.about-markets,.about-method,.about-values,.about-role { padding:8px 0 42px; }
.about-story h2,.about-markets h2,.about-method h2,.about-role h2 { margin:0 0 15px; font-size:clamp(25px,3vw,34px); letter-spacing:-.03em; }
.about-expertise { margin:6px calc(clamp(24px,6vw,74px) * -1) 44px; padding:46px clamp(24px,6vw,74px); background:#f1f5f7; }
.founder-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.founder-card { overflow:hidden; background:#fff; border-top:4px solid var(--orange); box-shadow:0 12px 32px rgba(8,43,84,.08); }
.founder-card img { width:100%; aspect-ratio:1.55/1; display:block; object-fit:cover; object-position:center 25%; }
.founder-card>div { padding:25px; }
.founder-card span { color:var(--orange); font-size:8px; font-weight:900; letter-spacing:.15em; }
.founder-card h2 { margin:7px 0 12px; font-size:25px; }
.founder-card p { margin:0; font-size:12px; }
.method-grid { margin-top:24px; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.method-grid article { min-height:180px; padding:24px; border-top:3px solid var(--blue); background:var(--soft); }
.method-grid article>span { color:var(--orange); font-size:12px; font-weight:900; }
.method-grid h3 { margin:16px 0 8px; color:var(--navy); font-size:17px; }
.method-grid p { margin:0; font-size:11px; }
.values-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.values-grid article { padding:18px; border:1px solid var(--line); background:#fff; }
.values-grid strong { color:var(--navy); font-size:13px; }
.values-grid p { margin:7px 0 0; font-size:10px; line-height:1.6; }
.about-role { margin:8px 0 0; padding:34px; border-left:5px solid var(--orange); background:var(--navy); }
.about-role h2 { color:#fff; }
.about-role p { color:#c6d4df; }
.about-role>strong { display:block; margin-top:22px; color:#fff; font-size:13px; line-height:1.7; }

.newsletter-shell { min-height:100vh; background:#f5f8fa; }
.newsletter-header { height:82px; padding:0 clamp(24px,7vw,104px); display:flex; align-items:center; justify-content:space-between; background:#fff; border-bottom:1px solid var(--line); }
.newsletter-empty { width:min(1120px,calc(100% - 48px)); margin:0 auto; padding:62px 0 90px; }
.newsletter-empty>p { margin:0 0 10px; color:var(--orange); font-size:9px; font-weight:900; letter-spacing:.18em; text-transform:uppercase; }
.newsletter-empty h1 { margin:0 0 28px; color:var(--navy); font-size:clamp(34px,5vw,58px); letter-spacing:-.045em; }
.empty-page { min-height:620px; background:#fff; border:1px solid var(--line); border-top:4px solid var(--orange); box-shadow:0 18px 45px rgba(8,43,84,.06); }

.account-shell { min-height:100vh; background:#eef3f6; user-select:none; -webkit-user-select:none; }
.account-topbar { height:92px; padding:0 clamp(20px,5vw,72px); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; position:sticky; top:0; z-index:50; background:#fff; border-bottom:1px solid var(--line); box-shadow:0 4px 20px rgba(8,43,84,.05); }
.account-logo { grid-column:2; display:block; }
.account-logo .brand-logo { width:225px; height:76px; }
.account-menu-button { justify-self:start; border:0; background:none; color:var(--navy); padding:12px 0; display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.13em; font-size:11px; font-weight:900; }
.account-menu-button span { width:28px; height:28px; display:grid; place-items:center; border:1px solid #cbd7df; color:var(--orange); font-size:18px; }
.account-status { justify-self:end; display:flex; align-items:center; gap:18px; }.account-status span { color:#17845a; background:#e8f7ef; padding:7px 9px; font-size:8px; font-weight:900; letter-spacing:.12em; }.account-status button { border:0; background:none; color:var(--blue); font-size:10px; font-weight:800; padding:8px 0; }
.account-menu { position:absolute; left:clamp(20px,5vw,72px); top:76px; width:min(360px,calc(100vw - 40px)); padding:24px; display:flex; flex-direction:column; background:#fff; border-top:4px solid var(--orange); box-shadow:0 24px 60px rgba(8,43,84,.22); }.account-menu p { margin:0 0 10px; color:var(--muted); font-size:9px; font-weight:900; letter-spacing:.16em; }.account-menu a,.account-menu button { border:0; border-bottom:1px solid #edf1f4; background:#fff; color:var(--ink); text-decoration:none; text-align:left; padding:12px 2px; font-size:13px; font-weight:800; }.account-menu button { color:var(--orange); }
.account-intro { max-width:1180px; margin:0 auto; padding:56px 28px 38px; display:flex; align-items:flex-end; justify-content:space-between; gap:34px; }.account-kicker { margin:0 0 10px!important; color:var(--orange)!important; font-size:9px!important; font-weight:900; letter-spacing:.18em; }.account-intro h1 { margin:0; color:var(--navy); font-size:clamp(38px,5vw,62px); letter-spacing:-.05em; }.account-intro>div>p { margin:12px 0 0; color:#5f7485; font-size:14px; }.account-clock { min-width:255px; padding:14px 0 14px 19px; display:flex; flex-direction:column; border-left:3px solid var(--orange); }.account-clock span { color:var(--navy); text-transform:capitalize; font-size:13px; font-weight:800; }.account-clock strong { margin:4px 0; color:var(--blue); font-size:20px; font-variant-numeric:tabular-nums; }.account-clock small { color:#7f8f9a; font-size:8px; text-transform:uppercase; letter-spacing:.1em; }
.account-products { max-width:1180px; margin:0 auto; padding:0 28px 80px; }.account-section-head { margin-bottom:17px; display:flex; align-items:flex-end; justify-content:space-between; gap:20px; }.account-section-head p { margin:0 0 6px; color:var(--orange); font-size:8px; font-weight:900; letter-spacing:.17em; }.account-section-head h2 { margin:0; color:var(--navy); font-size:28px; }.account-section-head>span { padding:7px 10px; color:#167a54; background:#e3f5ec; font-size:8px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }.market-paper-card { width:100%; min-height:260px; padding:0; display:grid; grid-template-columns:minmax(320px,42%) 1fr; overflow:hidden; border:1px solid #ccd9e1; background:#fff; text-align:left; box-shadow:0 18px 48px rgba(8,43,84,.1); cursor:pointer; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }.market-paper-card:hover,.market-paper-card:focus-visible { transform:translateY(-3px); border-color:var(--orange); box-shadow:0 24px 58px rgba(8,43,84,.16); outline:none; }.market-paper-cover { min-height:260px; padding:38px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; background:#fff; border-right:1px solid #e2e8ec; position:relative; }.market-paper-cover::before { content:""; position:absolute; inset:0; background:linear-gradient(145deg,transparent 55%,rgba(0,83,155,.05)); pointer-events:none; }.market-paper-cover .brand-logo { width:min(330px,90%); height:135px; position:relative; }.market-paper-cover small { color:var(--orange); font-size:9px; font-weight:900; letter-spacing:.2em; }.market-paper-copy { padding:38px clamp(30px,5vw,64px); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }.market-paper-new { margin-bottom:12px; padding:6px 9px; color:#fff; background:var(--orange); font-size:8px; font-weight:900; letter-spacing:.14em; }.market-paper-copy>strong { color:var(--navy); font-size:clamp(25px,3vw,38px); letter-spacing:-.035em; }.market-paper-date { margin-top:12px; color:var(--blue); font-size:15px; font-weight:800; }.market-paper-dtg { margin-top:6px; color:#718391; font-size:10px; font-weight:700; letter-spacing:.08em; }.market-paper-action { margin-top:27px; color:var(--orange); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }.market-paper-action b { margin-left:8px; font-size:18px; }.publication-note { margin:14px 0 0; color:#758691; font-size:9px; line-height:1.6; }
.account-footer { padding:48px clamp(24px,7vw,104px) 26px; display:grid; grid-template-columns:2fr 1fr 1fr; gap:34px; background:#061e38; color:#d7e0e8; user-select:text; -webkit-user-select:text; }
.account-footer-brand .brand-logo { width:220px; height:82px; border-radius:2px; }
.account-footer-brand p { margin:5px 0 0; color:#8ea1b3; font-size:12px; }
.account-footer nav { display:flex; flex-direction:column; gap:10px; }
.account-footer nav strong { margin-bottom:3px; color:#fff; font-size:10px; text-transform:uppercase; letter-spacing:.14em; }
.account-footer a { color:#9fb0bf; text-decoration:none; font-size:11px; }
.account-footer a:hover,.account-footer a:focus-visible { color:#fff; text-decoration:underline; text-underline-offset:4px; outline:none; }
.account-footer small { grid-column:1/-1; padding-top:20px; border-top:1px solid rgba(255,255,255,.1); color:#71869a; font-size:9px; }
.newsletter-card { cursor:default; }
.newsletter-card:hover { transform:none; border-color:#ccd9e1; box-shadow:0 18px 48px rgba(8,43,84,.1); }
.newsletter-card .market-paper-copy { background:linear-gradient(135deg,#fff 0%,#f7fafc 100%); }
.newsletter-card .market-paper-action { display:inline-flex; align-items:center; padding:10px 0; cursor:pointer; text-decoration:none; touch-action:manipulation; }
.newsletter-card .market-paper-action:hover,.newsletter-card .market-paper-action:focus-visible { color:#c84f0b; text-decoration:underline; text-underline-offset:4px; outline:none; }
.newsletter-member-page { min-height:100vh; background:#eef3f6; }
.newsletter-awaiting { width:min(900px,calc(100% - 40px)); margin:72px auto; padding:clamp(34px,7vw,72px); border-top:4px solid var(--orange); background:#fff; box-shadow:0 18px 48px rgba(8,43,84,.1); text-align:center; }
.newsletter-awaiting>p { margin:0 0 14px; color:var(--orange); font-size:9px; font-weight:900; letter-spacing:.18em; }
.newsletter-awaiting h1 { margin:0; color:var(--navy); font-size:clamp(31px,5vw,52px); line-height:1.08; letter-spacing:-.045em; }
.newsletter-awaiting>span { display:block; max-width:620px; margin:22px auto 30px; color:#617687; font-size:14px; line-height:1.7; }
.newsletter-awaiting>a { display:inline-block; padding:14px 20px; background:var(--orange); color:#fff; font-size:11px; font-weight:900; letter-spacing:.08em; text-decoration:none; text-transform:uppercase; }
.secure-reader-overlay { position:fixed; inset:0; z-index:200; overflow:auto; overscroll-behavior:contain; background:#dfe6eb; user-select:none; -webkit-user-select:none; }.secure-reader-bar { min-height:76px; padding:8px clamp(16px,4vw,56px); display:flex; align-items:center; justify-content:space-between; gap:20px; position:sticky; top:0; z-index:5; background:#fff; border-bottom:1px solid #cdd8df; box-shadow:0 5px 22px rgba(8,43,84,.11); }.secure-reader-bar>div { display:flex; align-items:center; gap:22px; min-width:0; }.secure-reader-bar .brand-logo { width:165px; height:58px; flex:0 0 auto; }.secure-reader-bar span { overflow:hidden; color:var(--navy); font-size:10px; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }.secure-reader-bar button { flex:0 0 auto; border:1px solid #c8d4dc; background:#fff; color:var(--navy); padding:10px 14px; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }.secure-reader-bar button b { margin-right:7px; color:var(--orange); font-size:17px; }.edition-reader { max-width:1180px; margin:0 auto; padding:0 28px 80px; }.edition-reader.is-fullscreen { padding-top:28px; }.edition-reader-head { padding:26px 30px; display:flex; align-items:center; justify-content:space-between; gap:28px; color:#fff; background:var(--navy); border-bottom:4px solid var(--orange); }.edition-reader-head p { margin:0 0 7px; color:#ff9a58; font-size:8px; font-weight:900; letter-spacing:.17em; }.edition-reader-head h2 { margin:0 0 5px; font-size:28px; }.edition-reader-head>div>span { color:#bbcad7; font-size:10px; }.protected-label { display:flex; flex-direction:column; align-items:flex-end; gap:5px; }.protected-label b { color:#fff; font-size:9px; letter-spacing:.1em; }.protected-label span { color:#9fb3c4!important; font-size:9px!important; }
.security-notice { padding:16px 22px; display:flex; align-items:center; gap:18px; background:#fff5ed; border:1px solid #ffd8bf; border-top:0; }.security-notice strong { flex:0 0 auto; color:#a64d16; font-size:10px; text-transform:uppercase; letter-spacing:.1em; }.security-notice p { margin:0; color:#744d35; font-size:10px; line-height:1.6; }
.weekbrief-pages { display:flex; flex-direction:column; align-items:center; gap:28px; padding:34px; background:#dfe6eb; border:1px solid #cdd8df; border-top:0; }.weekbrief-page { width:min(920px,100%); aspect-ratio:1406/1988; margin:0; position:relative; overflow:hidden; background:#fff; box-shadow:0 14px 38px rgba(7,34,61,.16); }.weekbrief-page canvas { width:100%; height:100%; display:block; pointer-events:none; -webkit-user-drag:none; }.page-load-state { position:absolute; inset:0; display:grid; place-items:center; color:#587083; background:#f4f7f9; font-size:10px; font-weight:800; letter-spacing:.05em; }.page-load-state.is-error { color:#9d3f19; background:#fff2ea; }.reader-disclaimer { margin:18px auto 0; max-width:900px; color:#6c7e8b; text-align:center; font-size:9px; line-height:1.6; }

@media print { .account-shell { display:none!important; } body::before { content:"Deze beveiligde BENG-ledenpublicatie kan niet worden afgedrukt."; display:block; padding:40px; color:#082b54; font:700 18px Arial,sans-serif; } }

@media(max-width:1000px){.product-grid{grid-template-columns:1fr 1fr}.single-product-grid{grid-template-columns:minmax(300px,620px)}.landing{grid-template-columns:1fr}.signal-art{display:none}.edition-strip{grid-template-columns:1fr 1fr}.edition-strip.single-edition{grid-template-columns:1fr}.landing{background:linear-gradient(135deg,#fff 60%,#f1f6f9)} }
@media(max-width:900px){.auth-stage.with-teaser{width:min(530px,100%);grid-template-columns:1fr;align-items:start;max-height:none}.teaser-popup{min-height:auto;padding:28px 26px}.teaser-radar{display:none}.teaser-kicker{text-align:center}.teaser-popup h2{font-size:32px}.teaser-lead{margin:16px 0;font-size:14px}.teaser-points{display:none}.modal-layer{place-items:start center}.auth-stage .auth-modal{max-height:none}}
@media(max-width:760px){.account-topbar{height:76px;padding:0 16px}.account-logo .brand-logo{width:160px;height:54px}.account-menu-button{font-size:0}.account-menu-button span{font-size:18px}.account-status span{display:none}.account-status button{font-size:9px}.account-menu{left:16px;top:64px}.account-intro{padding:38px 20px 28px;align-items:flex-start;flex-direction:column}.account-clock{width:100%}.account-products{padding:0 16px 55px}.account-section-head{align-items:flex-start;flex-direction:column}.market-paper-card{grid-template-columns:1fr}.market-paper-cover{min-height:190px;padding:24px;border-right:0;border-bottom:1px solid #e2e8ec}.market-paper-cover .brand-logo{height:105px}.market-paper-copy{padding:28px 24px}.secure-reader-bar span{display:none}.secure-reader-bar .brand-logo{width:135px;height:48px}.edition-reader{padding:0 10px 55px}.edition-reader.is-fullscreen{padding-top:10px}.edition-reader-head{padding:20px;align-items:flex-start;flex-direction:column}.protected-label{align-items:flex-start}.security-notice{align-items:flex-start;flex-direction:column;gap:6px}.weekbrief-pages{padding:8px;gap:12px}}
@media(max-width:650px){.topbar{height:70px;padding:0 16px}.topbar .brand-logo,.info-header .brand-logo,.newsletter-header .brand-logo{width:145px;height:48px}.landing{padding:52px 22px}.landing h1{font-size:49px}.landing-copy>p{font-size:15px}.dashboard{padding:36px 20px 50px}.dashboard-heading{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr}.edition-strip{grid-template-columns:1fr}.edition-strip>div{min-height:95px;border-bottom:1px solid var(--line)}.briefing-banner{align-items:flex-start;flex-direction:column}.user-chip{display:none}.modal{padding:30px 22px}.brand-logo-modal{width:240px;height:92px}.tabs{margin:0 -22px}.form-row,.plan-grid,.benefits{grid-template-columns:1fr}.product-modal{padding:32px 22px}.modal-product-cover{height:138px;margin:-32px -22px 22px;padding:12px 18px}.payment-options{grid-template-columns:1fr 1fr}.trust-row{gap:11px}.footer-brand,.account-footer-brand{grid-column:1/-1}footer,.account-footer{grid-template-columns:1fr 1fr}.menu-trigger{padding-left:10px;margin-left:-12px;font-size:10px}.brand{gap:14px}.info-grid,.contact-form>div{grid-template-columns:1fr}.info-footer{padding:28px 20px;align-items:flex-start;gap:15px;flex-direction:column}.info-header{height:70px}.teaser-popup{padding:26px 20px}.teaser-popup h2{font-size:29px}.teaser-lead{font-size:13px;line-height:1.55}.teaser-cta{font-size:13px;padding:15px}.teaser-popup small{font-size:9px}.founder-grid,.method-grid,.values-grid{grid-template-columns:1fr}.about-expertise{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.founder-card img{aspect-ratio:1.35/1}.about-role{padding:27px 23px}}

/* Beveiligde weekbriefbibliotheek */
.account-products{padding-bottom:54px}
.market-paper-card{color:inherit;text-decoration:none}
.weekbrief-archive{max-width:1180px;margin:0 auto;padding:0 28px 90px}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.archive-edition{min-height:180px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #d0dbe2;border-top:4px solid var(--orange);background:#fff;color:inherit;text-decoration:none;box-shadow:0 10px 28px rgba(8,43,84,.06)}
.archive-edition:hover,.archive-edition:focus-visible{border-color:var(--orange);outline:none}
.archive-edition>span{color:var(--orange);font-size:8px;font-weight:900;letter-spacing:.14em}
.archive-edition>strong{margin-top:12px;color:var(--navy);font-size:20px}
.archive-edition>small{margin-top:7px;color:#738592;font-size:9px;line-height:1.5}
.archive-edition>b{margin-top:auto;padding-top:22px;color:var(--blue);font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.archive-empty{padding:27px 30px;border:1px dashed #bdccd5;background:#f7fafb}

/* Contactformulier */
.contact-form{position:relative;display:flex;flex-direction:column;gap:18px;padding:30px;border-top:4px solid var(--orange);background:#f4f7f9;box-shadow:0 12px 34px rgba(8,43,84,.07)}
.contact-field-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}
.contact-form label{display:flex;flex-direction:column;gap:8px;color:var(--navy);font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #c5d2dc;border-radius:2px;background:#fff;padding:15px;font-size:13px;color:var(--ink);outline:none;resize:vertical;text-transform:none;letter-spacing:0;transition:border-color .2s,box-shadow .2s}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,76,140,.09)}
.contact-form textarea{min-height:190px;line-height:1.6}
.contact-submit-row{display:flex!important;grid-template-columns:none!important;align-items:center;gap:20px!important}
.contact-form .button{width:max-content;min-width:150px}
.contact-form .button:disabled{cursor:wait;opacity:.65;transform:none}
.contact-privacy{margin:0!important;color:#7c8c97!important;font-size:9px!important;line-height:1.5!important}
.contact-status{display:block!important;min-height:0}
.contact-status:empty{display:none!important}
.contact-success,.contact-error{margin:0!important;padding:13px 15px;font-size:11px!important;font-weight:700;line-height:1.5!important}
.contact-success{color:#106a48!important;background:#e8f7ef;border-left:4px solid #15915e}
.contact-error{color:#962e27!important;background:#fff0ef;border-left:4px solid #c9382d}
.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:650px){.contact-field-grid{grid-template-columns:1fr!important}.contact-form{padding:23px 20px}.contact-submit-row{align-items:flex-start;flex-direction:column}}

/* STRATO/PHP-integratie voor de exacte BENG-versie 32 */
[hidden]{display:none!important}.global-back-button{display:inline-flex;align-items:center;gap:8px;border:1px solid #c9d5dd;background:#fff;color:var(--navy);padding:9px 13px;text-decoration:none;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.global-back-button b{color:var(--orange);font-size:17px}.landing-actions a{justify-content:center}.plan-flow-modal form{display:flex;flex-direction:column}.terms-check{margin:14px 0;display:flex;align-items:flex-start;gap:9px;color:var(--navy);font-size:10px;font-weight:800}.terms-check input{width:auto;margin-top:3px}.plan-flow-error.success{color:#116a47;background:#e7f7ef;border-left-color:#16895a}.admin-dashboard-tile[href]{display:block;color:inherit;text-decoration:none}.membership-change-grid a{margin-top:auto;padding:12px;background:var(--navy);color:#fff;text-align:center;text-decoration:none;font-size:10px;font-weight:900;text-transform:uppercase}.summary-reader{padding:clamp(28px,6vw,70px);border-top:5px solid var(--orange);background:#fff;box-shadow:0 18px 48px rgba(8,43,84,.1)}.summary-reader>p:first-child{color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.16em}.summary-reader h2{color:var(--navy);font-size:clamp(30px,5vw,54px)}.legal-section{padding:20px 0}.legal-section h2{margin-top:30px;color:var(--navy)}
[hidden]{display:none!important}.weekbrief-page img{width:100%;height:100%;display:block;object-fit:contain;pointer-events:none;-webkit-user-drag:none}
.preview-open{margin-top:auto;display:block;padding:13px;background:var(--navy);color:#fff;text-align:center;text-decoration:none;font-size:10px;font-weight:900;text-transform:uppercase}.account-menu-button[href]{text-decoration:none}.member-preview-actions a+ a{margin-left:8px}

/* Realtime administratordashboard */
.admin-dashboard-tile{margin:0 0 42px;padding:28px;border:1px solid #c8d6df;border-top:5px solid var(--orange);background:#fff;box-shadow:0 18px 48px rgba(8,43,84,.09)}
.admin-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
.admin-dashboard-head p{margin:0 0 5px;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:.17em}
.admin-dashboard-head h2{margin:0;color:var(--navy);font-size:30px;letter-spacing:-.03em}
.dashboard-live{display:flex;align-items:center;gap:7px;padding:7px 10px;background:#edf3f6;color:#667a89;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.dashboard-live i{width:7px;height:7px;border-radius:50%;background:#8ba0ae}
.dashboard-live.live{color:#106b48;background:#e5f6ed}.dashboard-live.live i{background:#15915e;box-shadow:0 0 0 4px rgba(21,145,94,.12)}
.dashboard-live.error{color:#9b3028;background:#fff0ef}.dashboard-live.error i{background:#c9382d}
.dashboard-metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dae3e9}
.dashboard-metrics section{min-height:118px;padding:19px;border-right:1px solid #dae3e9;display:flex;flex-direction:column;justify-content:center}.dashboard-metrics section:last-child{border-right:0}
.dashboard-metrics span{color:#708392;font-size:8px;font-weight:900;letter-spacing:.12em}.dashboard-metrics strong{margin:7px 0 3px;color:var(--navy);font-size:31px}.dashboard-metrics small{color:#83929e;font-size:9px}
.dashboard-metrics .provider-status{font-size:16px;line-height:1.25}
.dashboard-detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-top:16px}
.dashboard-plans,.dashboard-payments{padding:21px 22px;background:#f5f8fa}
.dashboard-detail-grid h3{margin:0 0 14px;color:var(--navy);font-size:13px}
.dashboard-detail-grid section>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:9px 0;border-top:1px solid #dce5eb;color:#607586;font-size:10px}
.dashboard-detail-grid section>div strong{color:var(--navy);font-size:13px}.dashboard-detail-grid p{margin:13px 0 0;color:#82919c;font-size:8px}
.dashboard-detail-grid .payment-good{color:#128255}.dashboard-detail-grid .payment-pending{color:#a76015}.dashboard-detail-grid .payment-failed{color:#b63a31}
@media(max-width:850px){.dashboard-metrics{grid-template-columns:1fr 1fr}.dashboard-metrics section:nth-child(2){border-right:0}.dashboard-metrics section:nth-child(-n+2){border-bottom:1px solid #dae3e9}.dashboard-detail-grid{grid-template-columns:1fr}}
@media(max-width:520px){.admin-dashboard-tile{padding:20px}.admin-dashboard-head{align-items:flex-start;flex-direction:column}.dashboard-metrics{grid-template-columns:1fr}.dashboard-metrics section{min-height:96px;border-right:0;border-bottom:1px solid #dae3e9!important}.dashboard-metrics section:last-child{border-bottom:0!important}}

/* Ledenplannen */
.preview-admin-button{width:100%;margin-top:10px;border:1px solid #c8d5de;background:#f6f9fa;color:var(--navy);padding:11px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.plans-shell{min-height:100vh;background:#f4f7f9;color:var(--ink)}
.plans-header{height:82px;padding:0 clamp(24px,7vw,104px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}
.plans-header .brand-logo{width:190px;height:62px}.plans-header>span{color:#177a54;background:#e6f6ee;padding:8px 11px;font-size:8px;font-weight:900;letter-spacing:.12em}
.plans-intro{padding:58px max(24px,calc((100vw - 1180px)/2)) 50px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:clamp(48px,7vw,92px);background:var(--navy);color:#fff}
.plans-intro-copy{min-width:0}.plans-intro-copy>p{margin:0 0 12px;color:#ff914f;font-size:9px;font-weight:900;letter-spacing:.18em}.plans-intro-copy h1{max-width:700px;margin:0;font-size:clamp(36px,5vw,58px);line-height:1.04;letter-spacing:-.045em}.plans-intro-copy>span{display:block;max-width:650px;margin-top:18px;color:#bdcad6;font-size:13px;line-height:1.7}.plans-intro-image{width:100%;margin:0;overflow:hidden;aspect-ratio:3/2;background:#0c345d;box-shadow:0 22px 50px rgba(0,0,0,.26);pointer-events:none;user-select:none}.plans-intro-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;-webkit-user-drag:none}
.plans-grid{max-width:1180px;margin:0 auto;padding:44px 24px 25px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.membership-plan{position:relative;min-height:465px;padding:28px;display:flex;flex-direction:column;border:1px solid #ccd8e0;border-top:5px solid var(--blue);background:#fff;box-shadow:0 14px 34px rgba(8,43,84,.07);cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s;outline:none}
.membership-plan.plus{border-top-color:var(--orange)}.membership-plan.pro{border-top-color:#132f50;background:linear-gradient(155deg,#fff 70%,#edf3f7)}
.membership-plan:hover,.membership-plan:focus-visible{transform:translateY(-6px);border-color:var(--orange);box-shadow:0 24px 55px rgba(8,43,84,.15)}
.membership-plan>p{margin:0;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.membership-plan>h2{margin:14px 0 0;color:var(--navy);font-size:40px;letter-spacing:-.04em}.membership-plan>small{color:#748593;font-size:10px}.membership-plan>h3{margin:28px 0 13px;color:var(--navy);font-size:19px;line-height:1.25}.membership-plan>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;color:#5f7485;font-size:11px;line-height:1.5}.membership-plan>ul li::first-letter{color:#15895b}.membership-plan>button{margin-top:auto;border:0;background:var(--navy);color:#fff;padding:15px 17px;display:flex;justify-content:space-between;font-size:11px;font-weight:900}.membership-plan.plus>button{background:var(--orange)}
.plan-badge{position:absolute;right:18px;top:18px;background:var(--orange);color:#fff;padding:6px 8px;font-size:7px;letter-spacing:.1em}
.plan-explainer{position:absolute;left:18px;right:18px;bottom:70px;z-index:5;padding:18px;background:#061e38;color:#fff;box-shadow:0 16px 38px rgba(3,20,38,.28);opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .18s,transform .18s}.membership-plan:hover .plan-explainer,.membership-plan:focus-visible .plan-explainer{opacity:1;transform:translateY(0)}.plan-explainer strong{display:block;color:#ff9654;font-size:11px}.plan-explainer span{display:block;margin-top:7px;color:#d6e0e8;font-size:10px;line-height:1.6}
.plans-note{margin:0;padding:0 24px 55px;text-align:center;color:#7a8a96;font-size:10px}
.plan-modal-layer{z-index:130}.plan-flow-modal{position:relative;width:min(850px,100%);max-height:calc(100vh - 34px);overflow:auto;background:#fff;padding:30px;box-shadow:0 30px 85px rgba(2,22,42,.35)}
.plan-flow-head{padding:0 42px 20px 0}.plan-flow-head p{margin:0 0 7px;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:.15em}.plan-flow-head h2{margin:0;color:var(--navy);font-size:31px}.plan-flow-head span{display:block;margin-top:8px;color:#6a7d8b;font-size:11px;line-height:1.5}
.terms-frame{width:100%;height:55vh;border:1px solid #cbd7df;background:#f7f9fb}.terms-progress{padding:11px 13px;background:#edf3f6;color:#607482;font-size:9px;font-weight:800}.plan-flow-modal .button:disabled{cursor:not-allowed;opacity:.5;transform:none}.plan-flow-error{padding:12px 14px;background:#fff0ef;border-left:4px solid #c9382d;color:#973029;font-size:10px;line-height:1.5}
.payment-summary{margin:15px 0;padding:23px;display:flex;justify-content:space-between;align-items:center;background:#f2f6f8;border-left:4px solid var(--orange)}.payment-summary div{display:flex;flex-direction:column;gap:4px}.payment-summary span{color:var(--navy);font-weight:900}.payment-summary small{color:#748592;font-size:9px}.payment-summary>strong{color:var(--navy);font-size:29px}.payment-summary>strong small{font-size:9px;font-weight:500}.payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.payment-methods span{border:1px solid #d0dbe2;padding:13px;color:#445e72;font-size:10px;font-weight:800}.payment-caution{margin:12px 0 0;text-align:center;color:#7a8995;font-size:9px}

/* Plan-afhankelijke accountinhoud */
.account-newsletter-block{margin-top:42px}.summary-tile{min-height:210px;padding:30px;display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:center;border:1px solid #ccd9e1;border-top:4px solid var(--blue);background:#fff;box-shadow:0 16px 40px rgba(8,43,84,.08)}
.summary-tile-mark{width:104px;height:104px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-size:56px;font-weight:900;box-shadow:inset -8px -8px 0 rgba(0,0,0,.12)}.summary-tile-mark::after{content:".";color:var(--orange)}
.summary-tile div>p{margin:0 0 8px;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:.15em}.summary-tile h3{margin:0;color:var(--navy);font-size:clamp(22px,3vw,32px);letter-spacing:-.03em}.summary-tile div>span{display:block;margin-top:9px;color:#708391;font-size:11px}.summary-tile a{display:inline-flex;margin-top:24px;color:var(--orange);font-size:10px;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.1em}.summary-tile a b{margin-left:8px;font-size:16px}
.summary-reader{min-height:100vh;background:#f0f4f6;user-select:none;-webkit-user-select:none}.summary-reader>header{height:76px;padding:0 clamp(18px,5vw,70px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;border-bottom:1px solid var(--line)}.summary-reader>header>a{color:var(--blue);font-size:10px;font-weight:800;text-decoration:none}.summary-reader>header .brand-logo{width:165px;height:55px}.summary-reader>header>span{justify-self:end;color:#117a53;background:#e5f6ed;padding:7px 9px;font-size:8px;font-weight:900}.summary-reader>article{max-width:820px;margin:38px auto 70px;padding:55px clamp(25px,6vw,70px);background:#fff;border-top:5px solid var(--orange);box-shadow:0 18px 45px rgba(8,43,84,.09)}.summary-eyebrow{margin:0 0 12px;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.16em}.summary-reader h1{margin:0;color:var(--navy);font-size:clamp(34px,5vw,54px);letter-spacing:-.045em;line-height:1.03}.summary-meta{display:flex;gap:18px;margin:18px 0 27px;color:#748592;font-size:9px}.summary-reader aside{padding:17px 19px;background:#fff4ec;border-left:4px solid var(--orange);color:#874c2a;font-size:10px;line-height:1.6}.summary-reader h2{margin:34px 0 8px;color:var(--navy);font-size:20px}.summary-reader article>p:not(.summary-eyebrow){color:#596f80;font-size:13px;line-height:1.85}.summary-reader article>footer{margin-top:38px;padding-top:18px;border-top:1px solid var(--line);color:#7e8d98;font-size:9px}
@media print{.summary-reader{display:none!important}}
@media(max-width:800px){.plans-intro{grid-template-columns:1fr;gap:30px}.plans-intro-image{max-width:580px}.plans-grid{grid-template-columns:1fr}.membership-plan{min-height:420px}.plan-explainer{display:none}.summary-tile{grid-template-columns:1fr}.summary-tile-mark{width:80px;height:80px;font-size:43px}.summary-reader>header{grid-template-columns:1fr auto}.summary-reader>header>a{display:none}.summary-reader>header>span{display:none}.payment-methods{grid-template-columns:1fr}}
@media(max-width:520px){.plans-header{height:70px;padding:0 18px}.plans-header .brand-logo{width:145px;height:48px}.plans-intro{padding:45px 22px 34px}.plans-grid{padding:28px 17px 20px}.membership-plan{padding:23px}.plan-flow-modal{padding:23px 18px}.terms-frame{height:52vh}.summary-reader>article{margin:18px 12px 40px;padding:38px 24px}.summary-meta{flex-direction:column;gap:5px}}

/* Persoonlijk accountmenu en automatische ledenlijst */
.account-profile-wrap{position:relative;justify-self:end}.account-profile-button{border:0;background:#fff;display:flex;align-items:center;gap:9px;padding:6px;color:var(--navy)}.account-profile-button>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:10px;font-weight:900}.account-profile-button em{font-style:normal;font-size:10px;font-weight:800}.account-profile-button b{color:var(--orange);font-size:14px}
.account-profile-menu{position:absolute;right:0;top:50px;z-index:45;width:min(330px,calc(100vw - 32px));padding:20px;background:#fff;border-top:4px solid var(--orange);box-shadow:0 24px 60px rgba(8,43,84,.22);display:flex;flex-direction:column}.account-profile-menu>div:first-child{display:flex;gap:12px;align-items:center;padding-bottom:15px;border-bottom:1px solid var(--line)}.account-profile-menu>div:first-child>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:11px;font-weight:900}.account-profile-menu p{margin:0;display:flex;flex-direction:column;min-width:0}.account-profile-menu p strong{color:var(--navy);font-size:12px}.account-profile-menu p small{margin-top:3px;color:#718492;font-size:9px;overflow:hidden;text-overflow:ellipsis}.account-profile-menu dl{margin:13px 0;padding:11px 13px;background:#f3f7f9}.account-profile-menu dl>div{display:flex;justify-content:space-between;gap:12px;padding:4px 0}.account-profile-menu dt{color:#768894;font-size:8px}.account-profile-menu dd{margin:0;color:var(--navy);font-size:9px;font-weight:800}.account-profile-menu>a,.account-profile-menu>button{border:0;border-top:1px solid #edf1f4;background:#fff;padding:11px 3px;text-align:left;color:var(--ink);font-size:10px;font-weight:800;text-decoration:none}.account-profile-menu>button{color:#a73c33}
.admin-member-select{display:flex;flex-direction:column;gap:7px;margin-top:16px;padding:18px 20px;background:#edf3f6;color:var(--navy);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.admin-member-select select{width:100%;border:1px solid #c3d1da;background:#fff;padding:12px;color:var(--ink);font-size:11px;text-transform:none;letter-spacing:0}.admin-member-select small{color:#748793;font-size:8px;font-weight:500;letter-spacing:0;text-transform:none;line-height:1.5}
@media(max-width:760px){.account-profile-button em,.account-profile-button b{display:none}.account-profile-menu{top:46px}.account-topbar{grid-template-columns:1fr auto 1fr}}

/* Afgeschermde ledenpreview voor de eigenaar van de testomgeving */
.member-preview-shell{min-height:100vh;background:#f4f7f9;color:var(--ink);padding-bottom:64px}.member-preview-shell>header{height:92px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,96px)}.member-preview-shell>header .brand-logo{width:150px}.member-preview-shell>header span{font-size:9px;font-weight:900;letter-spacing:.16em;color:var(--orange)}.member-preview-intro{background:var(--navy);color:#fff;padding:58px max(24px,calc((100vw - 1180px)/2)) 72px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:clamp(48px,7vw,92px)}.member-preview-intro-copy{min-width:0}.member-preview-intro-copy p{margin:0 0 14px;color:#ff9b4a;font-size:10px;font-weight:900;letter-spacing:.18em}.member-preview-intro-copy h1{max-width:700px;margin:0;font-size:clamp(34px,5vw,64px);line-height:1.02}.member-preview-intro-copy span{display:block;max-width:650px;margin-top:22px;font-size:15px;line-height:1.7;color:#d7e2eb}.member-preview-grid{width:min(1180px,calc(100% - 48px));margin:-34px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.member-preview-grid article{background:#fff;border-top:5px solid var(--orange);padding:32px;box-shadow:0 20px 50px rgba(8,43,84,.1);display:flex;flex-direction:column;min-height:310px}.member-preview-grid article>p{margin:0;color:var(--navy);font-size:11px;font-weight:900;letter-spacing:.12em}.member-preview-grid h2{margin:16px 0 20px;color:var(--navy);font-size:28px}.member-preview-grid article>span{font-size:12px;line-height:1.7;color:#627685}.member-preview-grid form{margin-top:auto;padding-top:28px}.member-preview-grid button{width:100%;border:0;background:var(--navy);color:#fff;padding:15px 18px;text-align:left;font-size:11px;font-weight:900;display:flex;justify-content:space-between;cursor:pointer}.member-preview-grid button:hover{background:var(--orange)}.member-preview-shell>aside{width:min(1180px,calc(100% - 48px));margin:28px auto 0;padding:15px 18px;border-left:4px solid var(--orange);background:#fff;color:#647986;font-size:10px}.member-preview-banner{background:#fff3e8;border-bottom:1px solid #ffd7b4;padding:11px clamp(20px,5vw,70px);display:flex;align-items:center;justify-content:space-between;gap:20px}.member-preview-banner div{display:flex;align-items:center;gap:12px}.member-preview-banner strong{color:var(--orange);font-size:9px;letter-spacing:.13em}.member-preview-banner span{font-size:10px;color:var(--navy)}.member-preview-banner a{color:var(--navy);font-size:9px;font-weight:900}
.member-preview-banner>div:first-child{display:flex;align-items:center;gap:12px}.member-preview-actions{display:flex;gap:8px;align-items:center}.member-preview-actions button{border:1px solid var(--navy);background:var(--navy);color:#fff;padding:8px 10px;font-size:9px;font-weight:900;cursor:pointer}.administrator-view-switch{margin:0 0 8px;padding:12px!important;background:#f3f7f9;display:grid!important;gap:4px!important;border:0!important}.administrator-view-switch>strong{font-size:8px;color:var(--orange);letter-spacing:.12em;margin-bottom:4px}.administrator-view-switch>a,.administrator-view-switch>button{border:0!important;background:transparent!important;padding:8px!important;text-align:left!important;color:var(--navy)!important;font-size:9px!important;font-weight:800!important;text-decoration:none;cursor:pointer}.administrator-view-switch .active{background:#fff!important;box-shadow:0 2px 10px rgba(8,43,84,.08)!important}
@media(max-width:800px){.member-preview-grid{grid-template-columns:1fr;width:min(560px,calc(100% - 32px))}.member-preview-intro{padding:48px 24px 66px;grid-template-columns:1fr;gap:30px}.member-preview-shell>header{padding:0 20px}.member-preview-shell>header span{max-width:130px;text-align:right}.member-preview-shell>aside{width:calc(100% - 32px)}.member-preview-banner,.member-preview-banner>div:first-child,.member-preview-actions{align-items:flex-start;flex-direction:column}.member-preview-banner{gap:8px}.member-preview-banner div{gap:5px}.member-preview-grid article{min-height:260px}}
.auth-modal label small{display:inline;color:#8a99a4;font-size:7px;font-weight:600;text-transform:none;letter-spacing:0}
.archive-empty strong{color:var(--navy);font-size:14px}
.archive-empty p{margin:7px 0 0;color:#687d8c;font-size:11px;line-height:1.6}
.secure-reader-page{min-height:100vh;background:#dfe6eb;user-select:none;-webkit-user-select:none}
.secure-reader-bar>a{flex:0 0 auto;border:1px solid #c8d4dc;background:#fff;color:var(--navy);padding:10px 14px;font-size:10px;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}
.secure-reader-bar>a b{margin-right:7px;color:var(--orange);font-size:17px}
.edition-reader-head h1{margin:0 0 5px;font-size:28px}
@media print{.secure-reader-page{display:none!important}}
@media(max-width:760px){.weekbrief-archive{padding:0 16px 65px}.archive-grid{grid-template-columns:1fr}}

/* Uitgebreide planvergelijking */
.membership-plan{min-height:910px}.plan-audience{display:block;margin-top:22px;color:var(--orange);font-size:10px;font-style:normal;font-weight:900;line-height:1.5;text-transform:uppercase;letter-spacing:.08em}.membership-plan>h3{margin:13px 0 11px;font-size:22px;line-height:1.25}.plan-summary{min-height:86px;color:#526b7c;font-size:13px;font-weight:650;line-height:1.65}.plan-facts{margin:20px 0;padding:14px 0;border-top:1px solid #e2e8ec;border-bottom:1px solid #e2e8ec}.plan-facts>div{display:grid;grid-template-columns:78px 1fr;gap:10px;padding:6px 0}.plan-facts dt{color:#82919b;font-size:9px;font-weight:800}.plan-facts dd{margin:0;color:var(--navy);font-size:11px;font-weight:850;line-height:1.45}.membership-plan>ul{gap:12px;color:#425e70;font-size:13px;font-weight:650;line-height:1.5}.membership-plan>ul li{padding-left:2px}.membership-plan>button{margin-top:auto}.plan-explainer{bottom:75px}
.member-preview-grid article{position:relative;min-height:910px}.member-preview-grid article.free{border-top-color:var(--blue)}.member-preview-grid article.plus{border-top-color:var(--orange)}.member-preview-grid article.pro{border-top-color:var(--navy)}.member-preview-grid article>small{color:#788995;font-size:10px}.member-preview-grid article>em{display:block;margin:22px 0 8px;color:var(--orange);font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.07em;line-height:1.5}.member-preview-grid article>h3{margin:0 0 11px;color:var(--navy);font-size:22px;line-height:1.25}.member-preview-grid article>span{font-size:13px;font-weight:650;line-height:1.65;color:#526b7c}.member-preview-grid article>dl{margin:20px 0;padding:14px 0;border-top:1px solid #e2e8ec;border-bottom:1px solid #e2e8ec}.member-preview-grid article>dl>div{display:grid;grid-template-columns:78px 1fr;gap:10px;padding:6px 0}.member-preview-grid dt{color:#82919b;font-size:9px;font-weight:800}.member-preview-grid dd{margin:0;color:var(--navy);font-size:11px;font-weight:850;line-height:1.45}.member-preview-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;color:#425e70;font-size:13px;font-weight:650;line-height:1.5}.preview-plan-badge{position:absolute;right:20px;top:18px;background:var(--orange);color:#fff;padding:6px 8px;font-size:7px;letter-spacing:.08em}.member-preview-grid form{margin-top:auto;padding-top:30px}.member-preview-grid article.plus button{background:var(--orange)}
@media(max-width:800px){.membership-plan,.member-preview-grid article{min-height:auto}.plan-summary{min-height:0}.member-preview-grid article{padding:26px}}

/* Verificatie, vaste terugknoppen en marktindices */
.teaser-brand-chart{width:150px;height:82px;margin:0 auto 20px;padding:7px 9px 5px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(0,83,155,.08));box-shadow:0 0 0 5px rgba(0,83,155,.09),0 14px 32px rgba(2,17,34,.22)}.teaser-brand-chart svg{width:100%;height:100%;display:block;overflow:visible}.teaser-chart-grid path{fill:none;stroke:rgba(183,205,223,.14);stroke-width:1}.teaser-chart-area{fill:url(#beng-chart-fill)}.teaser-chart-line{fill:none;stroke:var(--orange);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.teaser-chart-points circle{fill:#082b54;stroke:var(--orange);stroke-width:3}.teaser-chart-arrow{fill:none;stroke:var(--orange);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.teaser-chart-target{fill:#fff;stroke:var(--orange);stroke-width:3}.teaser-chart-target-core{fill:#17a65b;stroke:#fff;stroke-width:1.5}.verification-code-form>strong{display:block;margin:5px 0 14px;color:var(--navy);font-size:11px}.verification-code-form label{width:100%;text-align:left}.verification-code-form input{font-size:26px!important;font-weight:900;letter-spacing:.24em;text-align:center}.verification-code-form .text-button{margin-top:7px}
.topbar-back-button{border:1px solid #c8d4dc;background:#fff;color:var(--navy);padding:9px 12px;font-size:9px;font-weight:900;white-space:nowrap;cursor:pointer}.topbar-back-button b{margin-right:6px;color:var(--orange);font-size:15px}.top-actions{gap:9px}.plans-header>div,.member-preview-shell>header>div,.account-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.plans-header>div>span,.member-preview-shell>header>div>span{color:#177a54;background:#e6f6ee;padding:8px 11px;font-size:8px;font-weight:900;letter-spacing:.12em}.account-top-actions{justify-self:end}.account-top-actions .account-profile-wrap{justify-self:auto}.summary-reader>header>.topbar-back-button{justify-self:end}.summary-reader>header>span{color:#117a53;background:#e5f6ed;padding:7px 9px;font-size:8px;font-weight:900}
.market-indices{max-width:790px;margin-bottom:46px}.market-indices-heading{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.market-indices-heading p{margin:0 0 4px;color:var(--orange);font-size:7px;font-weight:900;letter-spacing:.16em}.market-indices-heading h2{margin:0;color:var(--navy);font-size:19px}.market-indices-heading>span{color:#647b8b;font-size:7px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.market-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.market-index-grid article{aspect-ratio:1/1;padding:14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;border-top:4px solid var(--blue);box-shadow:0 10px 24px rgba(8,43,84,.07)}.market-index-grid article p{margin:0;color:var(--navy);font-size:10px;font-weight:900}.market-index-grid footer{border-top:1px solid #e4eaee;padding-top:7px;display:flex;flex-direction:column;gap:2px}.market-index-grid footer span{color:#8a98a2;font-size:6px;text-transform:uppercase;letter-spacing:.06em}.market-indices-state{padding:22px;background:#fff;color:#667b89;font-size:11px;border-left:4px solid var(--blue)}.market-indices-state.is-error{border-left-color:var(--orange);color:#8a4c27}.market-indices-note{margin:7px 0 0;max-width:760px;color:#8a98a2;font-size:7px;line-height:1.45}.member-preview-shell>header>div>span{color:var(--orange);background:transparent}
.tradingview-market-card{min-width:0;overflow:hidden}.tradingview-market-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:7px;margin-bottom:7px}.tradingview-market-card>header span{display:block;margin-top:2px;color:#7b8c98;font-size:7px}.tradingview-market-card>header code{display:none}.tradingview-market-card>header b{padding:4px 5px;background:#e6f5ed;color:#177653;font-size:6px;letter-spacing:.06em;text-transform:uppercase}.tradingview-widget-container{width:100%;height:100%;min-height:0;overflow:hidden;border:1px solid #e1e7eb}.tradingview-widget-container__widget{width:100%;height:100%}.tradingview-widget-container iframe{width:100%!important;height:100%!important;max-width:100%!important}.tradingview-market-card footer strong{color:var(--navy);font-size:7px;letter-spacing:.03em}.tradingview-market-card footer span{text-transform:none;letter-spacing:0;line-height:1.35}.account-primary-content{margin-bottom:42px}.account-summary-block{margin-top:42px}
.basis-summary-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:stretch;gap:18px}.account-plan-visual{width:260px;min-height:260px;margin:0;overflow:hidden;background:#dce5eb;border-top:4px solid var(--blue);box-shadow:0 12px 30px rgba(8,43,84,.08);pointer-events:none;user-select:none}.account-plan-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 48%;-webkit-user-drag:none}
@media(max-width:900px){.market-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.account-top-actions>.topbar-back-button{font-size:0;padding:8px}.account-top-actions>.topbar-back-button b{margin:0}.plans-header>div>span,.member-preview-shell>header>div>span{display:none}}
@media(max-width:720px){.market-indices{max-width:none}.market-index-grid{grid-template-columns:repeat(3,minmax(150px,1fr));overflow-x:auto;padding-bottom:8px}.market-index-grid article{min-width:150px}.market-indices-heading{align-items:flex-start;flex-direction:column;gap:4px}.market-indices-note{font-size:7px}}
@media(max-width:900px){.basis-summary-layout{grid-template-columns:minmax(0,1fr) 220px}.account-plan-visual{width:220px;min-height:220px}}
@media(max-width:600px){.top-actions>.topbar-back-button{display:none}.plans-header .topbar-back-button,.member-preview-shell>header .topbar-back-button{font-size:0}.plans-header .topbar-back-button b,.member-preview-shell>header .topbar-back-button b{margin:0}.account-top-actions{gap:4px}.account-profile-button{padding:4px}.market-index-grid article{padding:19px}.basis-summary-layout{grid-template-columns:1fr;gap:16px}.account-plan-visual{width:min(250px,72vw);height:160px;min-height:0;justify-self:end}}

/* Officiële Mollie-betaalcontrole */
.payment-result-shell{min-height:100vh;padding:clamp(28px,7vw,80px) 20px;display:grid;place-items:center;background:linear-gradient(145deg,#eef4f7,#fff)}.payment-result-card{width:min(620px,100%);padding:clamp(34px,7vw,70px);text-align:center;border-top:5px solid var(--orange);background:#fff;box-shadow:0 24px 70px rgba(8,43,84,.14)}.payment-result-card .brand-logo{width:230px;height:80px;margin:0 auto 24px}.payment-result-mark{width:58px;height:58px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:#e8f7ef;color:#147651;font-size:25px;font-weight:900}.payment-result-card>p{margin:0;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.16em}.payment-result-card h1{margin:10px 0 15px;color:var(--navy);font-size:clamp(30px,5vw,46px);line-height:1.05;letter-spacing:-.04em}.payment-result-card>span{display:block;color:#607586;font-size:13px;line-height:1.7}.payment-result-pulse{width:10px;height:10px;margin:25px auto 0;border-radius:50%;background:var(--blue);box-shadow:0 0 0 0 rgba(0,83,155,.35);animation:payment-pulse 1.5s infinite}.payment-result-card.is-failed .payment-result-mark{background:#fff0ef;color:#b33b33}.payment-result-card.is-failed .payment-result-pulse{display:none}.payment-result-card>a{display:inline-block;margin-top:26px;padding:13px 18px;background:var(--navy);color:#fff;font-size:10px;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}@keyframes payment-pulse{70%{box-shadow:0 0 0 12px rgba(0,83,155,0)}100%{box-shadow:0 0 0 0 rgba(0,83,155,0)}}

/* Planbeheer en opzegging */
.membership-settings-shell{min-height:100vh;background:#eef3f6;color:var(--ink)}
.membership-settings-header{min-height:82px;padding:8px clamp(18px,6vw,88px);display:flex;align-items:center;justify-content:space-between;gap:18px;position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 20px rgba(8,43,84,.05)}
.membership-settings-header .brand-logo{width:190px;height:62px}.membership-settings-header>a:first-child{display:block;min-width:0}
.membership-settings-intro{padding:58px max(22px,calc((100vw - 1120px)/2));background:var(--navy);color:#fff;border-bottom:5px solid var(--orange)}
.membership-settings-intro>p,.membership-change-head>p{margin:0 0 10px;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.18em}
.membership-settings-intro h1{margin:0;font-size:clamp(38px,6vw,64px);letter-spacing:-.05em}.membership-settings-intro>span{display:block;max-width:680px;margin-top:14px;color:#c8d6e1;font-size:14px;line-height:1.7}
.membership-settings-body,.cancellation-body{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:38px 0 78px}
.membership-state,.membership-notice{padding:18px 21px;background:#fff;border-left:4px solid var(--blue);color:#5e7484;font-size:11px;line-height:1.65}.membership-state.is-error,.membership-notice.is-warning{border-left-color:var(--orange)}
.current-membership-card{display:grid;grid-template-columns:minmax(230px,.8fr) 1.7fr;gap:34px;padding:30px;background:#fff;border-top:5px solid var(--orange);box-shadow:0 15px 42px rgba(8,43,84,.08)}
.current-membership-card p{margin:0;color:var(--orange);font-size:8px;font-weight:900;letter-spacing:.17em}.current-membership-card h2{margin:8px 0 5px;color:var(--navy);font-size:32px}.current-membership-card>div>span{color:#607584;font-size:12px}.current-membership-card dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#dfe7ec}.current-membership-card dl>div{padding:14px;background:#f7f9fa}.current-membership-card dt{color:#7b8b96;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.current-membership-card dd{margin:5px 0 0;color:var(--navy);font-size:11px;font-weight:800}
.membership-notice{margin-top:14px}.membership-change-head{margin:42px 0 16px}.membership-change-head h2{margin:0;color:var(--navy);font-size:29px}
.membership-change-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.membership-change-grid article{padding:25px;display:flex;flex-direction:column;background:#fff;border:1px solid #d2dde4;border-top:4px solid var(--blue)}.membership-change-grid article.is-current{border-top-color:var(--orange);box-shadow:0 12px 35px rgba(8,43,84,.09)}.membership-change-grid article>p{margin:0;color:var(--navy);font-size:10px;font-weight:900;letter-spacing:.12em}.membership-change-grid h3{margin:11px 0 0;color:var(--navy);font-size:30px}.membership-change-grid article>small{color:#7c8c97;font-size:8px}.membership-change-grid article>span{min-height:75px;margin-top:18px;color:#607584;font-size:10px;line-height:1.65}.membership-change-grid ul{min-height:120px;margin:16px 0;padding:0;list-style:none;color:#536b7b;font-size:9px;line-height:1.65}.membership-change-grid li+li{margin-top:7px}.membership-change-grid li::first-letter{color:#118158}.membership-change-grid button{width:100%;border:0;padding:14px;background:var(--navy);color:#fff;font-size:10px;font-weight:900;cursor:pointer}.membership-change-grid button:disabled{cursor:not-allowed;background:#dce3e7;color:#6f7f89}.membership-change-grid em{display:block;min-height:48px;margin-top:10px;color:#7a8994;font-size:8px;font-style:normal;line-height:1.5}
.membership-feedback{padding:14px 17px;font-size:10px;font-weight:800}.membership-feedback.is-success{background:#e7f6ee;color:#176f50;border-left:4px solid #1b8b63}.membership-feedback.is-error{background:#fff0ef;color:#96372f;border-left:4px solid #c9483d}
.cancel-membership-panel{margin-top:34px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:25px;background:#fff;border-top:1px solid #d8e1e7}.cancel-membership-panel p{margin:0 0 6px;color:#a53d35;font-size:8px;font-weight:900;letter-spacing:.15em}.cancel-membership-panel h2{margin:0;color:var(--navy);font-size:23px}.cancel-membership-panel span{display:block;max-width:700px;margin-top:8px;color:#667b89;font-size:10px;line-height:1.6}.cancel-membership-panel>a{flex:0 0 auto;padding:13px 17px;border:1px solid #a53d35;color:#a53d35;font-size:9px;font-weight:900;text-decoration:none}.cancel-membership-panel>a.is-disabled{pointer-events:none;opacity:.45}
.cancellation-body{max-width:760px}.cancellation-survey,.cancellation-confirmation{padding:clamp(24px,5vw,48px);background:#fff;border-top:5px solid var(--orange);box-shadow:0 16px 44px rgba(8,43,84,.09)}.cancellation-survey{display:flex;flex-direction:column;gap:25px}.cancellation-survey>aside{padding:14px;background:#fff4ec;color:#834a2a;font-size:10px}.cancellation-survey label,.cancellation-survey legend{display:block;margin-bottom:8px;color:var(--navy);font-size:11px;font-weight:900}.cancellation-survey select,.cancellation-survey textarea{width:100%;box-sizing:border-box;border:1px solid #c5d2db;background:#fbfcfd;padding:13px;color:var(--ink);font:inherit;font-size:12px}.cancellation-survey fieldset{margin:0;padding:0;border:0}.satisfaction-options{display:flex;gap:8px}.satisfaction-options label{margin:0}.satisfaction-options input{position:absolute;opacity:0}.satisfaction-options span{width:42px;height:42px;display:grid;place-items:center;border:1px solid #c5d2db;color:var(--navy);cursor:pointer}.satisfaction-options input:checked+span{background:var(--navy);border-color:var(--navy);color:#fff}.cancellation-survey fieldset small{display:block;margin-top:7px;color:#7d8c97;font-size:8px}.cancellation-impact{padding:17px;background:#f2f6f8}.cancellation-impact strong{color:var(--navy);font-size:11px}.cancellation-impact p{margin:6px 0 0;color:#657988;font-size:10px;line-height:1.65}.cancel-confirm{display:flex!important;align-items:flex-start;gap:10px;margin:0!important;color:#5e7484!important;font-size:9px!important;font-weight:700!important;line-height:1.6}.cancel-confirm input{margin-top:3px}.cancellation-survey>button{border:0;padding:15px 18px;background:#a53d35;color:#fff;font-size:10px;font-weight:900;cursor:pointer}.cancellation-survey>button:disabled{opacity:.45;cursor:not-allowed}.cancellation-confirmation{text-align:center}.cancellation-confirmation>b{width:58px;height:58px;margin:0 auto 17px;display:grid;place-items:center;border-radius:50%;background:#e4f5ec;color:#147450;font-size:26px}.cancellation-confirmation>p{color:#147450;font-size:8px;font-weight:900;letter-spacing:.16em}.cancellation-confirmation h2{color:var(--navy);font-size:29px}.cancellation-confirmation>span{display:block;color:#627786;font-size:12px;line-height:1.7}.cancellation-confirmation>strong{display:block;margin:18px 0;color:var(--navy)}.cancellation-confirmation>a{display:inline-block;margin-top:18px;padding:13px 18px;background:var(--navy);color:#fff;text-decoration:none;font-size:10px;font-weight:900}

/* Schermbrede leesbaarheid: desktop, tablet en smartphone */
html{-webkit-text-size-adjust:100%}img,canvas,svg{max-width:100%}button,a,input,select,textarea{touch-action:manipulation}.account-menu,.account-profile-menu,.plan-flow-modal{max-height:calc(100dvh - 90px);overflow:auto;overscroll-behavior:contain}
@media(max-width:900px){.membership-change-grid{grid-template-columns:1fr}.membership-change-grid article>span,.membership-change-grid ul,.membership-change-grid em{min-height:0}.current-membership-card{grid-template-columns:1fr}.cancel-membership-panel{align-items:flex-start;flex-direction:column}.membership-settings-body,.cancellation-body{width:min(680px,calc(100% - 32px))}}
@media(max-width:700px){.membership-settings-header{min-height:70px;padding:7px 15px}.membership-settings-header .brand-logo{width:145px;height:50px}.membership-settings-header .topbar-back-button{font-size:0;padding:8px}.membership-settings-header .topbar-back-button b{margin:0}.membership-settings-intro{padding:40px 20px}.membership-settings-intro>span{font-size:12px}.membership-settings-body,.cancellation-body{padding:25px 0 50px}.current-membership-card{padding:22px;gap:22px}.current-membership-card dl{grid-template-columns:1fr}.membership-change-grid article{padding:22px}.cancel-membership-panel{padding:22px}.satisfaction-options{justify-content:space-between}.satisfaction-options span{width:38px;height:38px}.account-topbar{grid-template-columns:auto 1fr auto}.account-logo{grid-column:2;justify-self:center}.account-logo .brand-logo{width:min(145px,34vw);height:52px}.account-menu-button{max-width:42px}.account-profile-button>span{width:31px;height:31px}.account-top-actions>.topbar-back-button{display:none}.account-menu{width:calc(100vw - 32px);max-height:calc(100dvh - 78px)}.account-profile-menu{position:fixed;right:16px;top:68px;max-height:calc(100dvh - 84px)}.info-content{padding-left:20px;padding-right:20px}.info-content p,.legal-list{overflow-wrap:anywhere}.secure-reader-bar{min-height:68px;padding:7px 12px}.secure-reader-bar .brand-logo{width:125px;height:46px}.edition-reader{padding-left:8px;padding-right:8px}.weekbrief-page canvas{width:100%;height:auto}}
@media(max-width:380px){.account-topbar{padding:0 10px}.account-logo .brand-logo{width:118px}.account-profile-button>span{width:28px;height:28px}.membership-settings-header .brand-logo{width:125px}.satisfaction-options span{width:34px;height:34px}.cancellation-survey{padding:22px 17px}}
