/* ============================================================
   WannaTel — Premium Website CSS
   Versie: 2026-05 | Satoshi | #FC4C02 | Donker thema
   ============================================================ */

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg:     #050606;
  --panel:  #0c0d0d;
  --orange: #FC4C02;
  --white:  #ffffff;
  --muted:  rgba(255,255,255,.68);
  --line:   rgba(255,255,255,.13);
  --max:    1268px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  {
  background: var(--bg);
  color: var(--white);
  font-family: 'Satoshi','Inter',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a   { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { list-style: none; }

.page-bg {
  position: fixed; inset: 0; z-index: -3;
  background:
    radial-gradient(circle at 88% 8%, rgba(252,76,2,.26), transparent 24%),
    linear-gradient(#060707, #050606 42%, #050606);
}

.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

/* ── Logo ── */
.logo { display:flex; align-items:center; gap:10px; }
.logo-icon { width:86px; }
.logo-name { font-size:25px; font-weight:900; letter-spacing:-.055em; line-height:.9; white-space:nowrap; color:var(--white); }
.logo-name span { color:var(--orange); }
.logo-sub { display:block; margin-top:5px; font-size:7px; font-weight:900; letter-spacing:.28em; color:rgba(255,255,255,.74); text-transform:uppercase; white-space:nowrap; }

/* ── Header ── */
.header { height:92px; position:relative; z-index:50; }
.header .container { height:92px; display:flex; align-items:center; justify-content:space-between; }
.nav { display:flex; gap:27px; margin-left:28px; font-size:13px; font-weight:750; color:rgba(255,255,255,.80); }
.nav a:hover { color:var(--white); }
.nav a.active { color:var(--orange); }
.header-cta { flex-shrink:0; }
.nav-toggle { display:none; background:none; border:none; cursor:pointer; padding:6px; color:var(--white); }
.nav-toggle span { display:block; width:24px; height:2px; background:var(--white); border-radius:2px; margin:5px 0; }
.mobile-nav { display:none; position:fixed; inset:0; z-index:200; background:rgba(5,6,6,.97); flex-direction:column; align-items:center; justify-content:center; gap:26px; }
.mobile-nav.open { display:flex; }
.mobile-nav a { font-size:21px; font-weight:800; color:rgba(255,255,255,.84); }
.mobile-nav a:hover { color:var(--orange); }
.mobile-nav-close { position:absolute; top:22px; right:22px; background:none; border:none; color:var(--white); font-size:30px; cursor:pointer; line-height:1; }

/* ── Buttons ── */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; height:52px; padding:0 24px; border-radius:8px; font-weight:900; font-size:14px; border:1px solid transparent; transition:.18s; cursor:pointer; white-space:nowrap; }
.btn img { width:18px; height:18px; flex-shrink:0; }
.btn-primary { background:var(--orange); color:var(--white); box-shadow:0 14px 36px rgba(252,76,2,.22); }
.btn-primary:hover { background:#e04300; transform:translateY(-1px); }
.btn-secondary { background:rgba(255,255,255,.04); border-color:rgba(255,255,255,.22); color:var(--white); }
.btn-secondary:hover { background:rgba(255,255,255,.09); }
.btn-whatsapp { background:#25D366; border-color:#25D366; color:#fff; }
.btn-whatsapp:hover { background:#1ebe5d; border-color:#1ebe5d; }
.btn-outline { background:transparent; border-color:var(--orange); color:var(--orange); }
.btn-outline:hover { background:var(--orange); color:var(--white); }
.btn-danger { background:#FC4C02; color:#fff; border-color:#FC4C02; box-shadow:0 18px 44px rgba(252,76,2,.22); }
.btn-danger:hover { background:#e04300; border-color:#e04300; transform:translateY(-1px); box-shadow:0 22px 52px rgba(252,76,2,.32); }
.btn-danger svg, .btn-danger img { color:#fff; filter:brightness(0) invert(1); opacity:1; }

/* ── Hero ── */
.hero { position:relative; overflow:visible; height:780px; }
.hero-grid { height:680px; display:grid; grid-template-columns:500px 1fr; gap:34px; align-items:start; padding-top:44px; }
.hero-copy { position:relative; z-index:5; }
.hero h1 { margin:0; font-size:52px; line-height:1.02; letter-spacing:-.052em; font-weight:950; max-width:500px; }
.accent { color:var(--orange); }
.hero p { margin:24px 0 0; max-width:430px; color:rgba(255,255,255,.73); font-size:17px; line-height:1.48; font-weight:550; }
.hero-actions { display:flex; gap:14px; margin-top:26px; }
.trust { display:flex; gap:30px; margin-top:26px; color:rgba(255,255,255,.68); font-size:13px; font-weight:750; }
.trust span { display:flex; align-items:center; gap:8px; white-space:nowrap; }
.trust img { width:18px; height:18px; }
.hero-visual { position:relative; height:680px; overflow:visible; }
.bus-wrap { position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:2; }
.bus { position:absolute; right:-18px; top:-6px; width:840px; height:auto; max-width:none; object-fit:contain; }
.hero-card { position:absolute; right:16%; bottom:100px; width:320px; border:1px solid rgba(255,255,255,.14); border-radius:10px; background:rgba(14,15,15,.9); backdrop-filter:blur(14px); padding:20px 24px; z-index:5; box-shadow:0 20px 70px rgba(0,0,0,.48); }
.hero-card ul { display:grid; gap:16px; }
.hero-card li { display:flex; align-items:center; gap:14px; color:rgba(255,255,255,.86); font-size:13px; font-weight:800; }
.hero-card img { width:22px; height:22px; flex-shrink:0; }
.flow-divider { position:absolute; left:0; bottom:79px; width:100%; height:170px; z-index:4; pointer-events:none; overflow:hidden; }
.flow-divider img { position:absolute; left:0; top:0; width:100%; height:170px; max-width:none; }

/* ── Sections ── */
.section { border-top:1px solid rgba(255,255,255,.09); }
.section-dark  { background:rgba(9,10,10,.94); }
.section-black { background:#050606; }
.section-grid  { display:grid; grid-template-columns:300px 1fr; gap:52px; padding:64px 0; }
.label { margin-bottom:12px; font-size:11.5px; font-weight:950; letter-spacing:.17em; text-transform:uppercase; color:var(--orange); }
.title { font-size:34px; line-height:1.07; letter-spacing:-.045em; font-weight:950; max-width:320px; }

/* ── Service cards ── */
.services { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.service-card { min-height:210px; border:1px solid rgba(255,255,255,.14); border-radius:9px; background:rgba(255,255,255,.026); padding:24px 20px; box-shadow:0 16px 56px rgba(0,0,0,.32); transition:border-color .2s,transform .2s; }
.service-card:hover { border-color:rgba(252,76,2,.44); transform:translateY(-3px); }
.service-card img { width:46px; height:46px; margin-bottom:22px; }
.service-card h3 { font-size:22px; line-height:.98; letter-spacing:-.04em; font-weight:950; }
.service-card p { margin:14px 0 0; font-size:12.5px; line-height:1.6; color:rgba(255,255,255,.62); font-weight:600; }
.service-card .card-link { display:block; margin-top:14px; font-size:12px; font-weight:800; color:var(--orange); }

/* ── Price cards ── */
.packages { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.price-card { position:relative; border:1px solid rgba(255,255,255,.14); border-radius:9px; background:rgba(255,255,255,.026); padding:22px 18px; box-shadow:0 16px 56px rgba(0,0,0,.32); }
.price-card.featured { border-color:var(--orange); box-shadow:0 0 0 1px var(--orange),0 16px 56px rgba(0,0,0,.34); }
.badge { position:absolute; left:50%; top:-15px; transform:translateX(-50%); background:var(--orange); border-radius:6px; padding:8px 16px; font-size:10px; font-weight:950; text-transform:uppercase; white-space:nowrap; color:var(--white); }
.price-card h3 { font-size:22px; font-weight:950; }
.desc { margin:18px 0 0; color:rgba(255,255,255,.65); font-size:13px; line-height:1.55; font-weight:600; min-height:52px; }
.price { margin-top:22px; font-size:42px; line-height:1; font-weight:950; letter-spacing:-.045em; }
.price-sub { margin-top:7px; font-size:12.5px; color:rgba(255,255,255,.58); }
.price-card ul { margin-top:26px; display:grid; gap:10px; }
.price-card li { display:flex; align-items:center; gap:10px; font-size:12.5px; color:rgba(255,255,255,.70); font-weight:650; }
.price-card li img { width:15px; height:15px; opacity:.75; flex-shrink:0; }
.note { margin-top:18px; text-align:center; color:rgba(255,255,255,.46); font-size:12px; font-weight:700; }

/* ── Steps ── */
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:48px; }
.step-top { display:flex; align-items:center; gap:20px; margin-bottom:16px; }
.num { width:40px; height:40px; border-radius:50%; background:var(--orange); display:grid; place-items:center; font-size:18px; font-weight:950; flex-shrink:0; }
.step-top img { width:34px; height:34px; }
.step h3 { font-size:22px; font-weight:950; }
.step p { margin:10px 0 0; font-size:13px; line-height:1.55; color:rgba(255,255,255,.62); font-weight:600; }

/* ── Provider strip ── */
.provider-strip { background:var(--bg); border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); padding:36px 0; }
.provider-strip .container { display:flex; flex-direction:column; align-items:center; gap:20px; }
.provider-label { font-size:10.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.32); }
.provider-logos { display:flex; align-items:center; gap:12px; flex-wrap:wrap; justify-content:center; }
.provider-chip { background:#fff; border-radius:12px; padding:14px 26px; display:flex; align-items:center; justify-content:center; width:148px; height:64px; box-shadow:0 4px 24px rgba(0,0,0,.32); transition:transform .18s, box-shadow .18s; }
.provider-chip:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(0,0,0,.42); }
.provider-chip img { max-width:106px; max-height:38px; width:auto; height:auto; object-fit:contain; display:block; }

/* ── Reviews ── */
.reviews-section { background:#0c0d0d; padding:72px 0; }
.reviews-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.review-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); border-radius:14px; padding:36px 40px; display:flex; flex-direction:column; gap:18px; }
.review-stars { color:var(--orange); font-size:18px; letter-spacing:2px; }
.review-quote { font-size:18px; font-weight:800; line-height:1.5; color:#fff; letter-spacing:-.02em; margin:0; }
.review-author { font-size:13px; font-weight:700; color:rgba(255,255,255,.45); margin-top:auto; }
.reviews-score { margin-top:32px; text-align:center; font-size:13px; font-weight:700; color:rgba(255,255,255,.35); letter-spacing:.06em; text-transform:uppercase; }

/* ── CTA sectie ── */
.cta-section { padding:64px 0; background:#050606; }
.cta-box { border:1px solid rgba(255,255,255,.14); border-radius:10px; background:linear-gradient(110deg,rgba(255,255,255,.033),rgba(255,255,255,.013)),radial-gradient(circle at 88% 50%,rgba(255,255,255,.06),transparent 35%); padding:36px 48px; box-shadow:0 20px 70px rgba(0,0,0,.42); }
.cta-grid { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:34px; }
.cta-box h2 { font-size:34px; line-height:1.06; letter-spacing:-.045em; font-weight:950; max-width:460px; }
.cta-desc { margin:14px 0 0; color:rgba(255,255,255,.67); font-size:16px; font-weight:600; }
.cta-points { display:flex; gap:24px; margin-top:22px; flex-wrap:wrap; }
.cta-points span { display:flex; gap:8px; align-items:center; font-size:12px; color:rgba(255,255,255,.64); font-weight:750; }
.cta-points img { width:17px; height:17px; }
.cta-action { display:flex; flex-direction:column; align-items:center; gap:13px; }
.cta-action .btn { min-width:255px; }
.call { color:rgba(255,255,255,.62); font-size:13px; font-weight:750; }
.call:hover { color:var(--white); }

/* ── Interne pagina hero ── */
.page-hero { padding:52px 0 48px; }
.breadcrumb { font-size:12px; color:rgba(255,255,255,.46); font-weight:650; margin-bottom:18px; }
.breadcrumb a { color:rgba(255,255,255,.46); }
.breadcrumb a:hover { color:var(--orange); }
.breadcrumb span { color:rgba(255,255,255,.22); margin:0 6px; }
.page-hero h1 { font-size:46px; line-height:1.05; letter-spacing:-.048em; font-weight:950; max-width:700px; }
.page-hero .sub { margin:18px 0 26px; font-size:17px; color:rgba(255,255,255,.71); font-weight:550; max-width:560px; line-height:1.48; }
.page-hero .pill { display:inline-block; background:rgba(252,76,2,.14); border:1px solid rgba(252,76,2,.34); border-radius:30px; padding:6px 14px; font-size:11.5px; font-weight:800; color:var(--orange); margin-bottom:18px; letter-spacing:.04em; text-transform:uppercase; }

/* ── Hero met foto ── */
.page-hero-with-photo .container { display:grid; grid-template-columns:1fr 1.35fr; gap:48px; align-items:center; }
.page-hero-with-photo .page-hero-text { }
.page-hero-photo-wrap { position:relative; }
.page-hero-photo-wrap img.hero-photo { width:100%; height:380px; object-fit:cover; display:block; }
.page-hero-photo-wrap img.hero-photo-full { width:100%; height:auto; max-height:520px; object-fit:contain; display:block; }
.page-hero-photo-wrap img.hero-photo-portrait { width:100%; height:auto; display:block; border-radius:8px; }
.page-hero-photo-wrap::before { content:''; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(to right,  #050606 0%, transparent 18%),
    linear-gradient(to left,   #050606 0%, transparent 8%),
    linear-gradient(to top,    #050606 0%, transparent 14%),
    linear-gradient(to bottom, #050606 0%, transparent 8%);
}
.page-hero-photo-wrap::after { display:none; }
.page-hero-photo-wrap.no-fade::before { display:none !important; }
.hero-rating-badge { position:absolute; top:20px; left:20px; background:#fff; border-radius:14px; padding:14px 20px; box-shadow:0 8px 32px rgba(0,0,0,.28); min-width:200px; z-index:3; }
.hero-rating-badge .stars { color:#FC4C02; font-size:22px; font-weight:900; line-height:1; }
.hero-rating-badge .score { font-size:22px; font-weight:950; color:#111; letter-spacing:-.02em; vertical-align:middle; }
.hero-rating-badge .label { font-size:12px; color:#555; font-weight:600; margin-top:4px; }

/* ── Category cards ── */
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.category-card { border:1px solid rgba(255,255,255,.14); border-radius:12px; background:rgba(255,255,255,.026); padding:30px 24px; min-height:180px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; box-shadow:0 18px 60px rgba(0,0,0,.28); }
.category-card img { width:58px; height:58px; margin-bottom:18px; }
.category-card h3 { margin:0; color:#fff; font-size:22px; line-height:1.05; letter-spacing:-.04em; font-weight:900; }
@media(max-width:900px){ .category-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .category-grid { grid-template-columns:1fr; } }

/* ── Content secties ── */
.content-section { padding:52px 0; }
.content-grid { display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:start; }
.content-grid.wide { grid-template-columns:2fr 1fr; }
@media(max-width:900px){ .content-grid,.content-grid.wide { grid-template-columns:1fr; } }
@media(max-width:860px){ .section-grid { grid-template-columns:1fr; gap:28px; padding:48px 0; } .packages { grid-template-columns:1fr; } }
@media(max-width:600px){ .packages { grid-template-columns:1fr; } }

/* Feature list */
.feature-list { display:grid; gap:14px; }
.feature-item { display:flex; align-items:flex-start; gap:14px; font-size:14px; font-weight:650; line-height:1.55; color:rgba(255,255,255,.84); }
.feature-item img { width:20px; height:20px; flex-shrink:0; margin-top:2px; }
.feature-item span { flex:1; }

/* Compare cards */
.compare-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.compare-card { border:1px solid rgba(255,255,255,.12); border-radius:9px; background:rgba(255,255,255,.024); padding:22px 20px; }
.compare-card.best { border-color:rgba(252,76,2,.48); background:rgba(252,76,2,.06); }
.compare-card .ctag { font-size:10.5px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; color:rgba(255,255,255,.46); margin-bottom:10px; }
.compare-card.best .ctag { color:var(--orange); }
.compare-card h4 { font-size:17px; font-weight:900; margin-bottom:10px; }
.compare-card p { font-size:12.5px; line-height:1.55; color:rgba(255,255,255,.62); font-weight:600; }

/* Wifi problem cards */
.problem-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.problem-card { position:relative; min-height:270px; border:1px solid rgba(255,255,255,.14); border-radius:12px; background:rgba(255,255,255,.026); padding:28px 24px; box-shadow:0 18px 60px rgba(0,0,0,.28); }
.problem-card img { width:58px; height:58px; margin-bottom:24px; }
.problem-number { position:absolute; top:24px; right:24px; width:38px; height:38px; border-radius:999px; background:#FC4C02; color:#fff; display:grid; place-items:center; font-weight:950; font-size:18px; }
.problem-card h3 { margin:0; color:#fff; font-size:24px; line-height:1.05; letter-spacing:-.04em; font-weight:950; }
.problem-card h4 { margin:8px 0 0; color:#FC4C02; font-size:11px; line-height:1.2; letter-spacing:.08em; text-transform:uppercase; font-weight:900; }
.problem-card p { margin:16px 0 0; color:rgba(255,255,255,.68); font-size:13.5px; line-height:1.58; font-weight:600; }

/* Info cards */
.info-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.info-card { border:1px solid rgba(255,255,255,.12); border-radius:9px; background:rgba(255,255,255,.024); padding:24px 20px; }
.info-card .num-big { font-size:38px; font-weight:950; letter-spacing:-.04em; color:var(--orange); line-height:1; }
.info-card p { margin-top:8px; font-size:13px; color:rgba(255,255,255,.62); font-weight:650; }
.cat-icon { width:48px; height:48px; margin-bottom:10px; object-fit:contain; }
.info-grid:has(.cat-icon) { grid-template-columns:repeat(3,1fr); }
.info-card:has(.cat-icon) { display:flex; flex-direction:column; align-items:center; text-align:center; padding:22px 16px; }
.info-card:has(.cat-icon) p { margin-top:6px; font-size:12.5px; font-weight:750; color:rgba(255,255,255,.78); }

/* Case study result cards */
.result-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:28px; }
.result-card { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-left:3px solid var(--orange); border-radius:12px; padding:20px 22px; }
.result-location { font-size:10.5px; font-weight:950; text-transform:uppercase; letter-spacing:.1em; color:var(--orange); margin-bottom:4px; }
.result-type { font-size:12px; color:rgba(255,255,255,.45); font-weight:650; margin-bottom:14px; }
.result-speeds { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.result-before { font-size:14px; color:rgba(255,255,255,.35); text-decoration:line-through; font-weight:750; }
.result-arrow { color:var(--orange); font-weight:950; font-size:16px; }
.result-after { font-size:22px; font-weight:950; color:#fff; letter-spacing:-.03em; }
.result-desc { font-size:12px; color:rgba(255,255,255,.5); margin-top:10px; line-height:1.5; font-weight:600; }
@media(max-width:900px){ .result-cards { grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .result-cards { grid-template-columns:1fr; } }

/* Process steps vertical */
.process { display:grid; gap:28px; }
.process-step { display:grid; grid-template-columns:48px 1fr; gap:20px; align-items:start; }
.step-num { width:48px; height:48px; border-radius:50%; background:var(--orange); display:grid; place-items:center; font-size:20px; font-weight:950; flex-shrink:0; color:var(--white); }
.process-step h4 { font-size:17px; font-weight:900; margin-bottom:7px; }
.process-step p { font-size:13.5px; color:rgba(255,255,255,.65); line-height:1.55; font-weight:600; }

/* Highlight box */
.highlight-box { border:1px solid rgba(252,76,2,.34); border-radius:9px; background:rgba(252,76,2,.07); padding:24px 28px; }
.highlight-box h3 { font-size:20px; font-weight:900; margin-bottom:10px; }
.highlight-box p { font-size:13.5px; color:rgba(255,255,255,.70); line-height:1.55; font-weight:600; }
.highlight-box ul { list-style:disc; padding-left:18px; margin-top:8px; }
.highlight-box li { font-size:13px; color:rgba(255,255,255,.68); margin-bottom:4px; font-weight:650; }

/* Sticky side CTA */
.side-cta { border:1px solid rgba(255,255,255,.14); border-radius:10px; background:rgba(255,255,255,.03); padding:28px 24px; position:sticky; top:110px; }
.side-cta h3 { font-size:20px; font-weight:900; margin-bottom:12px; }
.side-cta p { font-size:13px; color:rgba(255,255,255,.62); margin-bottom:20px; line-height:1.5; font-weight:600; }
.side-cta .btn { width:100%; margin-bottom:10px; }
.side-cta .or { text-align:center; font-size:12px; color:rgba(255,255,255,.38); margin:8px 0; }
.side-cta a.phone { display:block; text-align:center; font-size:14px; font-weight:800; color:rgba(255,255,255,.76); }
.side-cta a.phone:hover { color:var(--white); }
.side-cta-points { margin-top:18px; display:grid; gap:8px; }
.side-cta-points li { display:flex; gap:8px; align-items:center; font-size:12.5px; color:rgba(255,255,255,.62); font-weight:650; }
.side-cta-points li img { width:16px; height:16px; flex-shrink:0; }

/* FAQ */
.faq { display:grid; gap:0; }
.faq-item { border-top:1px solid rgba(255,255,255,.1); }
.faq-item:last-child { border-bottom:1px solid rgba(255,255,255,.1); }
.faq-q { width:100%; background:none; border:none; color:var(--white); font-family:inherit; font-size:15px; font-weight:800; text-align:left; cursor:pointer; padding:20px 0; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.faq-q::after { content:'+'; font-size:22px; font-weight:300; color:var(--orange); flex-shrink:0; transition:transform .2s; }
.faq-item.open .faq-q::after { transform:rotate(45deg); }
.faq-a { display:none; font-size:13.5px; line-height:1.65; color:rgba(255,255,255,.68); font-weight:600; padding-bottom:20px; }
.faq-item.open .faq-a { display:block; }

/* Pricing table */
.price-table-wrap { border:1px solid rgba(255,255,255,.1); border-radius:9px; overflow:hidden; margin-top:24px; }
.price-table { width:100%; border-collapse:collapse; font-size:13.5px; }
.price-table thead tr { background:rgba(255,255,255,.05); }
.price-table th { text-align:left; padding:14px 20px; font-size:11px; font-weight:900; letter-spacing:.06em; text-transform:uppercase; color:rgba(255,255,255,.52); border-bottom:1px solid rgba(255,255,255,.09); }
.price-table td { padding:14px 20px; border-bottom:1px solid rgba(255,255,255,.07); color:rgba(255,255,255,.82); font-weight:650; vertical-align:top; line-height:1.5; }
.price-table tr:last-child td { border-bottom:none; }
.price-table td.price-col { font-weight:900; color:var(--white); white-space:nowrap; }
.price-table .section-row td { background:rgba(252,76,2,.07); font-size:11px; font-weight:950; text-transform:uppercase; letter-spacing:.1em; color:var(--orange); padding:10px 20px; border-bottom:1px solid rgba(255,255,255,.09); }

/* Inline page form — dark theme (dagpakket, over-ons) */
.page-form-card { background:rgba(255,255,255,.04); border:1.5px solid rgba(255,255,255,.1); border-top:3px solid var(--orange); border-radius:16px; padding:36px 40px; }
@media(max-width:640px){ .page-form-card { padding:24px 20px; } }
.page-form { display:flex; flex-direction:column; gap:14px; }
.page-form label { font-size:13px; font-weight:750; color:rgba(255,255,255,.75); display:flex; flex-direction:column; gap:5px; }
.page-form label span { color:var(--orange); }
.page-form input[type=text],.page-form input[type=tel],.page-form textarea,.page-form select { background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.14); border-radius:8px; padding:11px 14px; font-size:14px; color:#fff; outline:none; font-family:inherit; transition:border-color .16s; width:100%; }
.page-form input:focus,.page-form textarea:focus,.page-form select:focus { border-color:var(--orange); }
.page-form textarea { resize:vertical; min-height:100px; }
.page-form select option { background:#111; color:#fff; }
.page-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media(max-width:640px) { .page-form-row { grid-template-columns:1fr; } }

/* Dagpakket hero visual */
.dag-hero-visual { width:100%; line-height:0; overflow:hidden; }
.dag-hero-visual img { width:100%; max-height:540px; object-fit:cover; object-position:center 30%; display:block; }
@media(max-width:768px){ .dag-hero-visual img { max-height:280px; } }

/* Dagpakket timeline */
.timeline { display:grid; gap:20px; position:relative; padding-left:48px; }
.timeline::before { content:''; position:absolute; left:19px; top:8px; bottom:8px; width:2px; background:rgba(255,255,255,.1); }
.timeline-item { position:relative; }
.timeline-item::before { content:''; position:absolute; left:-36px; top:6px; width:12px; height:12px; background:var(--orange); border-radius:50%; border:3px solid var(--bg); }
.timeline-item .t-time { font-size:12px; font-weight:900; color:var(--orange); margin-bottom:4px; letter-spacing:.03em; }
.timeline-item h4 { font-size:15px; font-weight:900; margin-bottom:4px; }
.timeline-item p { font-size:13px; color:rgba(255,255,255,.62); font-weight:650; }

/* Legal */
.legal-content { max-width:760px; padding:52px 0 80px; }
.legal-content h1 { font-size:40px; font-weight:950; letter-spacing:-.04em; margin-bottom:8px; }
.legal-content .version { font-size:12.5px; color:rgba(255,255,255,.44); font-weight:650; margin-bottom:32px; }
.legal-content .toc { border:1px solid rgba(255,255,255,.1); border-radius:8px; background:rgba(255,255,255,.024); padding:22px 26px; margin-bottom:42px; }
.legal-content .toc h3 { font-size:12.5px; font-weight:900; margin-bottom:12px; color:rgba(255,255,255,.56); text-transform:uppercase; letter-spacing:.08em; }
.legal-content .toc ol { list-style:decimal; padding-left:18px; display:grid; gap:5px; }
.legal-content .toc li { font-size:13px; color:rgba(255,255,255,.60); font-weight:650; }
.legal-content h2 { font-size:20px; font-weight:900; margin:40px 0 14px; color:var(--white); padding-top:20px; border-top:1px solid rgba(255,255,255,.08); }
.legal-content h2:first-of-type { border-top:none; }
.legal-content p { font-size:14px; line-height:1.75; color:rgba(255,255,255,.70); font-weight:600; margin-bottom:12px; }
.legal-content ul { list-style:disc; padding-left:20px; margin-bottom:12px; }
.legal-content li { font-size:14px; line-height:1.75; color:rgba(255,255,255,.68); font-weight:600; margin-bottom:4px; }
.legal-content strong { color:var(--white); font-weight:800; }
.legal-content .company-block { margin-top:40px; border:1px solid rgba(255,255,255,.1); border-radius:8px; background:rgba(255,255,255,.024); padding:20px 24px; font-size:13.5px; color:rgba(255,255,255,.66); font-weight:650; line-height:1.7; }

/* Footer */
.footer { padding:52px 0 38px; background:#050606; border-top:1px solid rgba(255,255,255,.09); }
.footer-grid { display:grid; grid-template-columns:1.4fr .85fr .85fr 1fr .7fr; gap:32px; }
.footer h4 { margin-bottom:14px; font-size:12.5px; font-weight:950; color:var(--white); }
.footer p,.footer a { display:block; font-size:12.5px; line-height:1.85; color:rgba(255,255,255,.50); font-weight:650; }
.footer a:hover { color:var(--orange); }
/* Day-package icon list */
.day-package-list.pro-icons { margin:12px 0 0; padding:0; list-style:none; display:grid; gap:18px; }
.day-package-list.pro-icons li { display:flex; align-items:flex-start; gap:14px; color:rgba(255,255,255,.72); font-size:15px; line-height:1.42; font-weight:700; }
.day-package-list.pro-icons img { width:30px; height:30px; flex:0 0 30px; margin-top:1px; }
.day-package-list.pro-icons strong { color:#fff; font-weight:950; }
@media(max-width:700px){ .day-package-list.pro-icons li { font-size:14px; } .day-package-list.pro-icons img { width:26px; height:26px; flex-basis:26px; } }

.footer-logo { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.footer-logo img { width:68px; height:auto; }
.footer-social { display:flex; gap:12px; margin-top:6px; }
.social-btn { width:58px; height:58px; border-radius:999px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.018); display:grid; place-items:center; transition:.18s ease; }
.social-btn img { width:26px; height:26px; }
.social-btn:hover { background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.35); }

/* Footer legal */
.footer-legal { margin-top:36px; padding-top:22px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer-legal p { font-size:12px; color:rgba(255,255,255,.34); font-weight:650; }
.footer-links { display:flex; gap:20px; flex-wrap:wrap; }
.footer-links a { font-size:11.5px; color:rgba(255,255,255,.34); font-weight:650; }
.footer-links a:hover { color:var(--orange); }
@media(max-width:860px){ .footer-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .footer-grid { grid-template-columns:1fr; } .footer-legal { flex-direction:column; align-items:flex-start; } }

/* Floating WhatsApp button */
.wa-float { position:fixed; bottom:28px; right:28px; width:54px; height:54px; background:#25D366; border-radius:50%; display:grid; place-items:center; box-shadow:0 6px 24px rgba(37,211,102,.38); z-index:999; transition:transform .18s,box-shadow .18s; }
.wa-float img { width:28px; height:28px; }
.wa-float:hover { transform:scale(1.08); box-shadow:0 8px 32px rgba(37,211,102,.5); }
@media(max-width:600px){ .wa-float { bottom:18px; right:18px; width:48px; height:48px; } .wa-float img { width:24px; height:24px; } }

/* Modal overlay */
.modal-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.72); z-index:1000; overflow-y:auto; padding:40px 20px; }
.modal-overlay.open { display:block; }
.modal-box { background:#111314; border:1px solid rgba(255,255,255,.12); border-radius:14px; width:100%; max-width:480px; padding:36px 36px 32px; position:relative; box-shadow:0 24px 80px rgba(0,0,0,.6); margin:0 auto; }
.modal-close { position:absolute; top:16px; right:18px; background:none; border:none; color:rgba(255,255,255,.5); font-size:24px; cursor:pointer; line-height:1; padding:4px 8px; }
.modal-close:hover { color:#fff; }
.modal-title { font-size:22px; font-weight:950; letter-spacing:-.04em; margin-bottom:6px; }
.modal-badges { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; margin-top:10px; }
.modal-badge { display:flex; align-items:center; gap:5px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:99px; padding:5px 12px; font-size:11.5px; font-weight:750; color:rgba(255,255,255,.72); }
.modal-form { display:flex; flex-direction:column; gap:12px; }
.modal-form label { font-size:12.5px; font-weight:750; color:rgba(255,255,255,.7); display:flex; flex-direction:column; gap:5px; }
.modal-form label span { color:var(--orange); }
.modal-form input,.modal-form textarea,.modal-form select { background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.13); border-radius:8px; padding:10px 13px; font-size:13.5px; color:#fff; font-family:inherit; outline:none; transition:border-color .15s; width:100%; }
.modal-form input:focus,.modal-form textarea:focus { border-color:var(--orange); }
.modal-form textarea { resize:vertical; min-height:88px; }
.modal-checks-label { font-size:12.5px; font-weight:750; color:rgba(255,255,255,.7); margin-bottom:4px; }
.modal-checks { display:grid; grid-template-columns:1fr 1fr; gap:6px 16px; }
.check-item { display:flex; align-items:center; gap:7px; font-size:12.5px; font-weight:650; color:rgba(255,255,255,.68); cursor:pointer; }
.check-item input { width:14px; height:14px; accent-color:var(--orange); flex-shrink:0; }
.modal-submit { width:100%; justify-content:center; margin-top:4px; }
.modal-wa { font-size:11.5px; color:rgba(255,255,255,.4); text-align:center; margin-top:6px; }
.modal-wa a { color:rgba(255,255,255,.6); text-decoration:underline; }
@media(max-width:520px){ .modal-box { padding:28px 22px 24px; } .modal-checks { grid-template-columns:1fr; } }

/* ===== MOBIELE NAVIGATIE ===== */
@media(max-width:860px){
  .nav { display:none; }
  .header-cta { display:none; }
  .nav-toggle { display:flex; flex-direction:column; justify-content:center; }
}

/* ===== MOBIELE HOMEPAGE HERO ===== */
@media(max-width:900px){
  .hero { height:auto; }
  .hero-grid { height:auto; grid-template-columns:1fr; gap:0; padding-top:28px; padding-bottom:0; }
  .hero h1 { font-size:36px; max-width:100%; }
  .hero p { font-size:15px; max-width:100%; }
  .hero-visual { height:240px; order:-1; margin-bottom:12px; }
  .bus { width:110%; right:-5%; top:0; }
  .hero-card { position:relative; right:auto; bottom:auto; width:100%; margin-top:24px; }
  .hero-actions { flex-direction:column; gap:10px; }
  .hero-actions .btn { width:100%; justify-content:center; text-align:center; }
  .hero-trust { flex-direction:column; gap:8px; }
}
@media(max-width:560px){
  .hero h1 { font-size:30px; }
  .hero-visual { height:180px; }
}

/* ===== MOBIELE PAGINA HERO ===== */
@media(max-width:900px){
  .page-hero h1 { font-size:34px; }
  .page-hero .sub { font-size:15px; }
  .page-hero-with-photo .container { grid-template-columns:1fr; gap:28px; }
  .page-hero-photo-wrap { max-height:220px; overflow:hidden; border-radius:10px; }
  .page-hero-photo-wrap img { width:100%; height:220px; object-fit:cover; }
}
@media(max-width:560px){
  .page-hero h1 { font-size:26px; }
  .page-hero { padding:36px 0 32px; }
}

/* ===== MOBIELE SECTIES ===== */
@media(max-width:600px){
  .title { font-size:24px; }
  .cta-box { padding:26px 18px; }
  .cta-box h2 { font-size:24px; }
  .content-section { padding:36px 0; }
  .hero-actions a,.hero-actions button { display:block; width:100%; text-align:center; box-sizing:border-box; }
}
