:root {
  --orange: #E8642A;
  --orange-80: #ED7D4A;
  --orange-20: #FDF0E8;
  --orange-10: #FEF7F3;
  --ink: #1A1916;
  --ink-80: #3D3B38;
  --ink-60: #6B6963;
  --ink-40: #9A9792;
  --ink-20: #C8C5C0;
  --ink-10: #E4E2DC;
  --ink-05: #F5F4F0;
  --white: #FFFFFF;
  --bg: #ECEAE4;
  --green: #2A7A4B;
  --green-light: #E8F5EE;
  --yellow: #C98A00;
  --yellow-light: #FDF8E8;
  --red: #C03030;
  --red-light: #FDE8E8;
  --blue: #2A5CE8;
  --blue-light: #E8EEFB;
  --ink-2: #3D3B38;
  --muted: #6B6963;
  --muted-2: #9A9792;
  --border: #E4E2DC;
  --border-2: #C8C5C0;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.05);
  --sans: 'DM Sans', sans-serif;
  --serif: 'Syne', sans-serif;
  --radius: 12px;
  --radius-lg: 16px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--ink-10); padding: 0 48px; height: 58px; display: flex; align-items: center; justify-content: space-between; }
.navLogo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.navLogoMark { width: 28px; height: 28px; background: var(--orange); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.navLogoText { font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -0.6px; }
.navLogoRr { color: var(--orange); }
.navLinks { display: flex; align-items: center; gap: 28px; list-style: none; }
.navLinks a { font-size: 13.5px; color: var(--ink-60); text-decoration: none; transition: color 0.15s; font-weight: 400; }
.navLinks a:hover { color: var(--ink); }
.navLogin { background: transparent !important; color: var(--ink) !important; border: 1.5px solid var(--ink-10) !important; padding: 6px 14px !important; border-radius: 8px !important; font-size: 13px !important; font-weight: 500 !important; transition: background 0.15s !important; }
.navLogin:hover { background: var(--ink-05) !important; color: var(--ink) !important; }
.navCta { background: var(--orange) !important; color: #fff !important; padding: 7px 16px !important; border-radius: 8px !important; font-size: 13px !important; font-weight: 500 !important; transition: background 0.15s !important; }
.navCta:hover { background: var(--orange-80) !important; color: #fff !important; }
.hero { background: var(--ink); position: relative; overflow: hidden; padding: 88px 48px 72px; }
.hero::before { content: ''; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(232,100,42,0.06); right: -100px; top: -160px; pointer-events: none; }
.hero::after { content: ''; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(232,100,42,0.03); left: 160px; bottom: -80px; pointer-events: none; }
.heroInner { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; }
.heroTag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; }
.heroTagLine { width: 20px; height: 2px; background: var(--orange); border-radius: 2px; flex-shrink: 0; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.75); } }
.hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(32px, 8vw, 64px); font-weight: 800; line-height: 0.97; letter-spacing: -2px; color: var(--white); max-width: 680px; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--orange); }
.heroSub { font-size: 14px; color: rgba(255,255,255,0.45); max-width: 440px; line-height: 1.6; margin-bottom: 32px; }
.heroActions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 20px; }
.btnPrimary { background: var(--orange); color: #fff; border: none; border-radius: 9px; padding: 12px 24px; font-family: var(--sans); font-size: 13.5px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; transition: background 0.15s, transform 0.12s; }
.btnPrimary:hover { background: var(--orange-80); }
.btnPrimary:active { transform: scale(0.98); }
.btnGhost { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); border: 1.5px solid rgba(255,255,255,0.15); border-radius: 9px; padding: 11px 22px; font-family: var(--sans); font-size: 13.5px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; transition: background 0.15s; }
.btnGhost:hover { background: rgba(255,255,255,0.13); }
.heroNote { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.32); }
.heroVisual { margin: 56px auto 0; max-width: 920px; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg), 0 0 0 1px var(--ink-10); position: relative; z-index: 1; }
.heroVisualBar { background: var(--ink-05); padding: 11px 16px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--ink-10); }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dotR { background: #ff5f57; }
.dotY { background: #ffbd2e; }
.dotG { background: #28c840; }
.heroVisualUrl { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: 5px; padding: 3px 12px; font-size: 11px; color: var(--muted); text-align: center; margin: 0 60px; }
.miniStatsRow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 24px 0; }
.miniStat { background: var(--white); border: 1px solid var(--border); border-radius: 9px; padding: 13px 14px; box-shadow: var(--shadow-sm); }
.miniStatLabel { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; margin-bottom: 5px; }
.miniStatVal { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.heroVisualInner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 24px 24px; }
.miniCard { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 18px; box-shadow: var(--shadow-sm); }
.miniCardTitle { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.miniCardSub { font-size: 11px; color: var(--muted); margin-bottom: 13px; }
.miniInputFake { background: var(--white); border: 1px solid var(--border); border-radius: 7px; padding: 7px 11px; font-size: 11px; color: var(--muted); margin-bottom: 8px; }
.miniInputFake.filled { color: var(--ink-2); border-color: var(--border-2); }
.miniTextareaFake { background: var(--white); border: 1px solid var(--border); border-radius: 7px; padding: 8px 11px; font-size: 10.5px; color: var(--muted); height: 50px; line-height: 1.5; margin-bottom: 10px; }
.miniBtnRow { display: flex; gap: 7px; }
.miniBtnVoice { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: 7px; padding: 7px 10px; font-size: 10.5px; color: var(--ink); font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 4px; box-shadow: var(--shadow-sm); }
.miniBtnGen { flex: 1.6; background: var(--ink); border-radius: 7px; padding: 7px 10px; font-size: 10.5px; color: #fff; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 4px; }
.miniEmpty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; min-height: 180px; gap: 9px; }
.miniEmptyIcon { width: 44px; height: 44px; background: var(--bg); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--muted-2); }
.miniEmptyTitle { font-size: 13px; font-weight: 600; color: var(--ink); }
.miniEmptySub { font-size: 11px; color: var(--muted); text-align: center; }
.sectionLabel { font-size: 10.5px; color: var(--orange); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.sectionLabel::before { content: ''; display: block; width: 20px; height: 2px; background: var(--orange); border-radius: 2px; }
.sectionTitle { font-family: 'Syne', sans-serif; font-size: clamp(28px, 3vw, 32px); font-weight: 700; line-height: 1.1; letter-spacing: -0.7px; max-width: 560px; margin-bottom: 64px; color: var(--ink); }
.features { padding: 96px 48px; max-width: 1120px; margin: 0 auto; }
.featureSpotlight { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 20px; display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; box-shadow: var(--shadow-sm); transition: box-shadow 0.2s; }
.featureSpotlight:hover { box-shadow: var(--shadow-md); }
.featureContent { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; }
.featureNumber { font-size: 11px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; background: var(--bg); display: inline-block; padding: 4px 10px; border-radius: 4px; border: 1px solid var(--border); }
.featureTitle { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; line-height: 1.2; letter-spacing: -0.2px; margin-bottom: 16px; color: var(--ink); }
.featureTitle em { font-style: normal; color: var(--orange); }
.featureBody { font-size: 14.5px; color: var(--muted); line-height: 1.75; margin-bottom: 26px; max-width: 340px; }
.featureChecks { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.featureChecks li { font-size: 13.5px; color: var(--ink-2); display: flex; align-items: center; gap: 10px; }
.featureChecks li::before { content: ''; width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; background: var(--orange-20); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E8642A' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 9px; background-repeat: no-repeat; background-position: center; }
.featureVisual { background: var(--bg); border-left: 1px solid var(--border); display: flex; align-items: center; justify-content: center; padding: 40px; }
.qfc { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; width: 300px; box-shadow: var(--shadow-md); position: relative; }
.qfcTimer { position: absolute; top: -12px; right: 14px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 20px; border: 2px solid var(--bg); }
.qfcHeader { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.qfcName { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; }
.qfcBadge { background: var(--blue-light); color: var(--blue); font-size: 9.5px; font-weight: 600; padding: 2px 8px; border-radius: 20px; letter-spacing: 0.04em; text-transform: uppercase; }
.qfcRow { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid var(--bg); font-size: 12.5px; }
.qfcRow:last-of-type { border-bottom: none; }
.qfcSvc { color: var(--ink-2); font-weight: 500; }
.qfcPrice { color: var(--muted); font-size: 12px; }
.qfcTotal { display: flex; justify-content: space-between; padding: 11px 12px; background: var(--ink); border-radius: 8px; margin-top: 10px; }
.qfcTotLabel { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); }
.qfcTotVal { font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700; color: #fff; }
.ifc { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; width: 300px; box-shadow: var(--shadow-md); position: relative; }
.ifcConvertTag { position: absolute; top: -12px; left: 14px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 20px; border: 2px solid var(--bg); }
.ifcTop { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.ifcDocLabel { font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 3px; }
.ifcNum { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.ifcStatusPaid { background: #f0fdf4; border: 1px solid #bbf7d0; color: #16a34a; font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.ifcClientBlock { margin-bottom: 12px; }
.ifcClientName { font-size: 12.5px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.ifcClientSub { font-size: 11px; color: var(--muted); }
.ifcItems { margin-bottom: 4px; }
.ifcItem { display: flex; justify-content: space-between; padding: 5px 0; font-size: 12px; border-bottom: 1px solid var(--bg); }
.ifcItem span:first-child { color: var(--ink-2); font-weight: 500; }
.ifcItem span:last-child { color: var(--muted); }
.ifcSums { padding-top: 8px; border-top: 1px solid var(--border); margin-bottom: 12px; }
.ifcSumRow { display: flex; justify-content: space-between; font-size: 11px; padding: 2px 0; color: var(--muted); }
.ifcSumRowBold { display: flex; justify-content: space-between; font-size: 12.5px; padding: 6px 0 2px; font-weight: 700; color: var(--ink); border-top: 1px solid var(--border); margin-top: 4px; }
.ifcPayBlock { background: var(--bg); border-radius: 7px; padding: 9px 11px; border: 1px solid var(--border); }
.ifcPayLabel { font-size: 10px; color: var(--muted); margin-bottom: 3px; }
.ifcPayIban { font-size: 12px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.how { background: var(--ink); padding: 96px 48px; }
.howInner { max-width: 1120px; margin: 0 auto; }
.how .sectionLabel { color: rgba(255,255,255,0.35); }
.how .sectionLabel::before { background: rgba(255,255,255,0.15); }
.how .sectionTitle { color: #fff; }
.howSteps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,0.06); }
.howStep { background: var(--ink); padding: 36px 32px; position: relative; }
.howStepNum { font-size: 10.5px; color: var(--orange); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }
.howStepTitle { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; letter-spacing: -0.2px; }
.howStepBody { font-size: 13.5px; color: rgba(255,255,255,0.42); line-height: 1.7; }
.pricing { padding: 96px 48px; max-width: 1120px; margin: 0 auto; }
.pricingGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; align-items: start; }
.pricingCard { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; position: relative; transition: all 0.2s; box-shadow: var(--shadow-sm); }
.pricingCard:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pricingCard.popular { background: var(--ink); border: 2px solid var(--orange); box-shadow: var(--shadow-lg); transform: scale(1.03); }
.pricingCard.popular:hover { transform: scale(1.03) translateY(-2px); }
.popularBadge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: 10.5px; font-weight: 600; padding: 3px 12px; border-radius: 20px; white-space: nowrap; }
.planName { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-40); font-weight: 600; margin-bottom: 14px; }
.pricingCard.popular .planName { color: var(--orange); }
.planPrice { font-family: 'Syne', sans-serif; font-size: 34px; font-weight: 700; letter-spacing: -0.5px; color: var(--ink); line-height: 1; margin-bottom: 4px; }
.pricingCard.popular .planPrice { color: #fff; }
.planPrice span { font-size: 15px; font-family: var(--sans); font-weight: 400; color: var(--muted); letter-spacing: 0; }
.pricingCard.popular .planPrice span { color: rgba(255,255,255,0.35); }
.planBilling { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.pricingCard.popular .planBilling { color: rgba(255,255,255,0.3); }
.planDivider { height: 1px; background: var(--border); margin-bottom: 24px; }
.pricingCard.popular .planDivider { background: rgba(255,255,255,0.1); }
.planFeatures { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.planFeatures li { font-size: 13.5px; color: var(--ink-2); display: flex; align-items: center; gap: 9px; }
.pricingCard.popular .planFeatures li { color: rgba(255,255,255,0.7); }
.chk { width: 15px; height: 15px; flex-shrink: 0; border-radius: 50%; background: var(--orange-20); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E8642A' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 9px; background-repeat: no-repeat; background-position: center; }
.pricingCard.popular .chk { background-color: rgba(232,100,42,0.25); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E8642A' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
.xmark { width: 15px; height: 15px; flex-shrink: 0; border-radius: 50%; background: #f5f5f8; border: 1px solid var(--border); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0b8c8' stroke-width='2'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); background-size: 8px; background-repeat: no-repeat; background-position: center; }
.dim { color: var(--muted) !important; }
.planBtn { width: 100%; padding: 10px 18px; border-radius: 9px; font-family: var(--sans); font-size: 13.5px; font-weight: 500; cursor: pointer; transition: background 0.15s, transform 0.12s; border: 1.5px solid var(--ink-10); background: transparent; color: var(--ink); text-decoration: none; display: block; text-align: center; }
.planBtn:hover { background: var(--ink-05); }
.planBtn:active { transform: scale(0.98); }
.planBtnCta { background: var(--orange) !important; border-color: var(--orange) !important; color: #fff !important; }
.planBtnCta:hover { background: var(--orange-80) !important; border-color: var(--orange-80) !important; }
.testimonials { background: var(--white); padding: 96px 48px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.testimonialsInner { max-width: 1120px; margin: 0 auto; }
.testimonialGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.tCard { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg); transition: all 0.2s; }
.tCard:hover { border-color: var(--border-2); box-shadow: var(--shadow-sm); }
.tStars { margin-bottom: 14px; font-size: 12px; color: var(--ink); }
.tQuote { font-size: 14px; line-height: 1.75; color: var(--ink-2); margin-bottom: 20px; font-style: italic; }
.tAuthor { display: flex; align-items: center; gap: 10px; }
.tAvatar { width: 32px; height: 32px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; }
.tName { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.tRole { font-size: 11.5px; color: var(--muted); }
.ctaSection { padding: 112px 48px; max-width: 1120px; margin: 0 auto; text-align: center; }
.ctaSection h2 { font-family: 'Syne', sans-serif; font-size: clamp(28px, 3vw, 32px); font-weight: 700; letter-spacing: -0.7px; line-height: 1.1; margin-bottom: 20px; color: var(--ink); }
.ctaSection h2 em { font-style: normal; color: var(--orange); }
.ctaSection p { font-size: 15.5px; color: var(--muted); max-width: 400px; margin: 0 auto 28px; line-height: 1.75; }
.ctaQuote { font-size: 14px; font-style: italic; color: var(--ink-60); max-width: 420px; margin: 0 auto 32px; padding: 16px 20px; border-left: 2px solid var(--orange); text-align: left; }
.ctaQuote cite { display: block; font-style: normal; font-size: 12px; color: var(--muted-2); margin-top: 8px; }
.footer { border-top: 1px solid var(--border); padding: 32px 48px; max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footerLogo { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.4px; }
.footerLinks { display: flex; gap: 24px; }
.footerLinks a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.15s; }
.footerLinks a:hover { color: var(--ink); }
.footerCopy { font-size: 12px; color: var(--muted-2); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.anim { opacity: 0; animation: fadeUp 0.55s ease forwards; }
.a1 { animation-delay: 0.05s; }
.a2 { animation-delay: 0.14s; }
.a3 { animation-delay: 0.23s; }
.a4 { animation-delay: 0.32s; }
.a5 { animation-delay: 0.41s; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.demoCursor { display: inline-block; width: 1.5px; height: 11px; background: var(--ink); animation: blink 0.8s infinite; vertical-align: middle; margin-left: 1px; }
.demoSkeleton { border-radius: 4px; height: 10px; background: linear-gradient(90deg, var(--border) 25%, var(--bg) 50%, var(--border) 75%); background-size: 200% 100%; animation: shimmer 1.2s infinite; }
.demoProgressTrack { height: 3px; background: var(--border); border-radius: 2px; margin-bottom: 12px; overflow: hidden; }
.demoProgressBar { height: 100%; background: var(--ink); border-radius: 2px; transition: width 0.05s linear; }
.demoBadge { display: inline-flex; align-items: center; gap: 4px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 5px; padding: 3px 8px; font-size: 10px; color: #16a34a; font-weight: 600; margin-bottom: 10px; }
.demoItem { display: flex; justify-content: space-between; font-size: 11px; padding: 4px 0; color: var(--ink-2); animation: fadeInUp 0.35s ease forwards; opacity: 0; }
.demoItemLabel { color: var(--muted); }
.demoTotalRow { display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #fff; border-radius: 7px; padding: 9px 12px; font-size: 12px; font-weight: 700; margin-top: 8px; animation: fadeInUp 0.35s ease forwards; opacity: 0; }
.miniBtnGenActive { opacity: 0.7; transform: scale(0.97); }
.demoResetting { opacity: 0; transition: opacity 0.5s ease; }
.trustBar { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); padding: 18px 48px; }
.trustBarInner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
.avatarStack { display: flex; align-items: center; }
.avatarBubble { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--white); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; margin-left: -7px; }
.avatarBubble:first-child { margin-left: 0; }
.av1 { background: #2d2d3a; } .av2 { background: #4a4a5a; } .av3 { background: #1a1a2e; } .av4 { background: #3a3a4a; } .av5 { background: #5a5a6a; }
.trustAvatarText { font-size: 12.5px; font-weight: 500; color: var(--muted); margin-left: 12px; }
.trustDivider { width: 1px; height: 24px; background: var(--border); margin: 0 4px; }
.trustStat { display: flex; flex-direction: column; gap: 1px; }
.trustStatVal { font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.trustStatLbl { font-size: 11px; color: var(--muted); }
.crmCard { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; width: 320px; box-shadow: var(--shadow-md); }
.crmHeader { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.crmClientName { font-size: 14px; font-weight: 600; color: var(--ink); }
.crmClientCity { font-size: 11px; color: var(--muted); margin-top: 1px; }
.crmTabs { display: flex; gap: 2px; margin-bottom: 14px; }
.crmTab { font-size: 9.5px; padding: 3px 8px; border-radius: 4px; color: var(--muted); border: 1px solid transparent; }
.crmTabActive { background: var(--ink); color: #fff; }
.crmField { margin-bottom: 8px; }
.crmFieldLabel { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }
.crmFieldVal { font-size: 11px; color: var(--ink-2); font-weight: 500; }
.crmTimeline { margin-top: 12px; }
.crmTimelineTitle { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.crmTimelineItem { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 6px; }
.crmTimelineDot { width: 6px; height: 6px; border-radius: 50%; background: #16a34a; margin-top: 3px; flex-shrink: 0; }
.crmTimelineText { font-size: 10px; color: var(--ink-2); flex: 1; }
.crmTimelineDate { font-size: 9px; color: var(--muted); flex-shrink: 0; }
.tAv1 { background: #2d2d3a; } .tAv2 { background: #4a4a5a; } .tAv3 { background: #1a1a2e; }
.faq { padding: 96px 48px; max-width: 760px; margin: 0 auto; }
.faqTitle { font-family: var(--serif); font-size: clamp(30px, 3.5vw, 48px); letter-spacing: -0.025em; margin-bottom: 48px; color: var(--ink); }
.faqItem { border-bottom: 1px solid var(--border); }
.faqSummary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 15px; font-weight: 600; color: var(--ink); }
.faqSummary::-webkit-details-marker { display: none; }
.faqIcon { transition: transform 0.2s; flex-shrink: 0; color: var(--muted); }
details[open] .faqIcon { transform: rotate(45deg); }
.faqAnswer { padding: 0 0 20px; font-size: 14px; color: var(--muted); line-height: 1.75; }
.footerBadges { display: flex; flex-direction: row; gap: 12px; flex-wrap: wrap; width: 100%; justify-content: center; padding-top: 12px; border-top: 1px solid var(--border); }
.complianceBadge { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 20px; padding: 3px 10px; font-size: 11px; color: var(--muted-2); }
.signingDemo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 20px; max-width: 480px; position: relative; }
.sdDesktopPanel { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; position: relative; min-height: 200px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow-sm); }
.sdPanelTitle { font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
.sdQuotePreview { flex: 1; }
.sdQuoteRow { display: flex; justify-content: space-between; font-size: 10px; color: var(--ink-2); padding: 3px 0; border-bottom: 1px solid var(--bg); }
.sdQuoteTotal { display: flex; justify-content: space-between; font-size: 10.5px; font-weight: 700; color: var(--ink); padding: 6px 0 2px; border-top: 1px solid var(--border); margin-top: 2px; }
.sdLinkBtn { background: var(--ink); color: #fff; font-size: 10.5px; font-weight: 600; padding: 7px 10px; border-radius: 6px; text-align: center; transition: opacity 0.15s, transform 0.15s; cursor: default; }
.sdLinkBtnActive { opacity: 0.7; transform: scale(0.97); }
.sdModal { position: absolute; inset: 0; background: rgba(247,248,250,0.96); border: 1px solid var(--border); border-radius: var(--radius); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; gap: 8px; animation: fadeInUp 0.25s ease forwards; box-shadow: var(--shadow-md); }
.sdModalTitle { font-size: 11px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.sdModalLink { font-size: 9.5px; color: var(--muted); background: var(--bg); border: 1px solid var(--border); border-radius: 4px; padding: 4px 8px; font-family: monospace; width: 100%; text-align: center; }
.sdCopyBtn { font-size: 9.5px; font-weight: 600; background: var(--bg); border: 1px solid var(--border); border-radius: 5px; padding: 4px 10px; color: var(--ink-2); width: 100%; text-align: center; cursor: default; }
.sdWaBtn { font-size: 9.5px; font-weight: 600; background: #25d366; border-radius: 5px; padding: 5px 10px; color: #fff; display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; text-align: center; cursor: default; }
.sdPhoneWrap { display: flex; align-items: center; justify-content: center; }
.sdPhone { width: 110px; border: 2px solid var(--ink); border-radius: 16px; min-height: 200px; display: flex; flex-direction: column; overflow: hidden; background: var(--white); }
.sdPhoneNotch { width: 28px; height: 4px; background: var(--ink); border-radius: 2px; margin: 8px auto; flex-shrink: 0; }
.sdPhoneEmpty { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--muted-2); text-align: center; padding: 0 8px; }
.sdPhoneLoading { padding: 10px; flex: 1; }
.sdPhoneContent { padding: 8px 10px; flex: 1; display: flex; flex-direction: column; gap: 4px; animation: fadeInUp 0.3s ease forwards; }
.sdPhoneHeader { font-size: 9.5px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.sdPhoneRow { display: flex; justify-content: space-between; font-size: 8.5px; color: var(--ink-2); padding: 2px 0; gap: 4px; }
.sdPhoneRow span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; min-width: 0; }
.sdPhoneRow span:last-child { flex-shrink: 0; }
.sdPhoneTotal { display: flex; justify-content: space-between; font-size: 9px; font-weight: 700; color: var(--ink); padding: 3px 0; border-top: 1px solid var(--border); margin-bottom: 2px; }
.sdPhoneInput { background: var(--bg); border: 1px solid var(--border); border-radius: 4px; padding: 4px 6px; font-size: 8.5px; color: var(--ink-2); min-height: 22px; }
.sdPhoneInputActive { border-color: var(--ink); }
.sdPhoneCheckRow { display: flex; align-items: center; gap: 5px; }
.sdPhoneBox { width: 10px; height: 10px; border: 1.5px solid var(--border-2); border-radius: 2px; flex-shrink: 0; transition: background 0.2s, border-color 0.2s; }
.sdPhoneBoxChecked { background: #16a34a; border-color: #16a34a; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 7px; background-repeat: no-repeat; background-position: center; }
.sdPhoneCheckText { font-size: 8px; color: var(--muted); }
.sdPhoneAkkoordBtn { background: var(--border); color: var(--muted); border-radius: 4px; padding: 5px 6px; font-size: 8.5px; font-weight: 600; text-align: center; transition: background 0.3s, color 0.3s, box-shadow 0.3s; cursor: default; }
.sdPhoneAkkoordBtnGlow { background: #16a34a; color: #fff; box-shadow: 0 2px 8px rgba(22,163,74,0.35); }
.sdSuccessBadge { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 10px; animation: fadeInUp 0.3s ease forwards; }
.sdSuccessIcon { width: 28px; height: 28px; background: #16a34a; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.sdSuccessTitle { font-size: 9px; font-weight: 700; color: var(--ink); text-align: center; }
.sdSuccessTime { font-size: 8px; color: var(--muted); text-align: center; }
.howStepHidden { opacity: 0; transform: translateY(20px); }
.howStepVisible { animation: fadeUp 0.8s ease forwards; }
.stepDelay1 { animation-delay: 0ms; }
.stepDelay2 { animation-delay: 220ms; }
.stepDelay3 { animation-delay: 440ms; }
.stepDelay4 { animation-delay: 660ms; }
@media (prefers-reduced-motion: reduce) { .howStepVisible { animation: none; opacity: 1; transform: none; } }
@media (max-width: 1024px) {
  .nav { padding: 0 24px; }
  .hero { padding: 64px 24px 56px; }
  .features { padding: 72px 24px; }
  .featureSpotlight { grid-template-columns: 1fr; min-height: auto; }
  .featureVisual { border-left: none !important; border-right: none !important; border-top: 1px solid var(--border); min-height: 280px; }
  .how { padding: 72px 24px; }
  .howSteps { grid-template-columns: 1fr; }
  .pricing { padding: 72px 24px; }
  .pricingGrid { grid-template-columns: 1fr; max-width: 420px; }
  .pricingCard.popular { transform: none; }
  .pricingCard.popular:hover { transform: translateY(-2px); }
  .testimonials { padding: 72px 24px; }
  .testimonialGrid { grid-template-columns: 1fr 1fr; }
  .ctaSection { padding: 80px 24px; }
  .footer { padding: 28px 24px; }
  .sectionTitle { max-width: 100%; }
}
@media (max-width: 768px) {
  .trustBar { display: none; }
  .faq { padding: 56px 16px; }
  .nav { padding: 0 16px; }
  .navLinks { gap: 8px; }
  .navLinks li:not(:nth-last-child(-n+2)) { display: none; }
  .hero { padding: 44px 16px 36px; }
  .heroSub { font-size: 15px; max-width: 100%; }
  .heroVisual { display: none; }
  .features { padding: 56px 16px; }
  .featureVisual { min-height: auto; padding: 40px 20px; }
  .featureContent { padding: 32px 24px; }
  .featureBody { max-width: 100%; }
  .qfc { width: min(300px, 100%); }
  .ifc { width: min(300px, 100%); }
  .crmCard { width: min(320px, 100%); }
  .signingDemo { grid-template-columns: 1fr; max-width: 100%; }
  .sdDesktopPanel { min-height: auto; }
  .heroActions { flex-direction: column; align-items: stretch; }
  .btnPrimary, .btnGhost { justify-content: center; }
  .how { padding: 56px 16px; }
  .pricing { padding: 56px 16px; }
  .pricingGrid { max-width: 100%; margin-top: 40px; }
  .planPrice { font-size: 36px; }
  .testimonials { padding: 56px 16px; }
  .testimonialGrid { grid-template-columns: 1fr; }
  .ctaSection { padding: 64px 16px; }
  .footer { flex-direction: column; align-items: center; gap: 18px; text-align: center; padding: 28px 16px; }
  .footerLinks { flex-wrap: wrap; justify-content: center; gap: 16px; }
}
@media (max-width: 480px) {
  .navLinks { gap: 6px; }
  .navLinks li:not(:nth-last-child(-n+2)) { display: none; }
  .featureContent { padding: 28px 20px; }
  .howStep { padding: 28px 24px; }
}

/* ─────────────────────────────────────────────────────────
   BRANCHE-PAGINA's — extra componenten
   ───────────────────────────────────────────────────────── */

/* Quick Answer block */
.quickAnswer { background: var(--blue-light); border-bottom: 3px solid var(--blue); padding: 14px 48px; }
.quickAnswerInner { max-width: 1120px; margin: 0 auto; display: flex; align-items: flex-start; gap: 14px; }
.qaLabel { flex-shrink: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue); background: rgba(42,92,232,0.12); border-radius: 5px; padding: 3px 9px; white-space: nowrap; margin-top: 2px; }
.quickAnswer p { font-size: 13.5px; color: var(--ink); line-height: 1.55; }

/* Stat Bar */
.statBar { border-bottom: 1px solid var(--border); padding: 36px 48px; }
.statBarInner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.statItem { padding: 0 36px; border-right: 1px solid var(--border); }
.statItem:first-child { padding-left: 0; }
.statItem:last-child { border-right: none; }
.statVal { font-family: var(--serif); font-size: 38px; font-weight: 800; color: var(--orange); letter-spacing: -1.5px; display: block; margin-bottom: 5px; line-height: 1; }
.statLbl { font-size: 13px; color: var(--ink-60); line-height: 1.4; }

/* Feature Tag Bar (branche trust points) */
.featureTagBar { background: var(--ink-05); border-bottom: 1px solid var(--border); padding: 14px 48px; }
.featureTagBarInner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.featureTag { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-60); background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 5px 12px; font-weight: 500; }
.featureTag svg { color: var(--orange); flex-shrink: 0; }

/* Branche hero badge */
.heroBadge { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); background: rgba(232,100,42,0.1); border: 1px solid rgba(232,100,42,0.25); border-radius: 20px; padding: 4px 12px; margin-bottom: 20px; }
.heroBadge svg { color: var(--orange); }

/* Static quote card in hero visual */
.staticQfc { background: var(--white); border-radius: 10px; padding: 20px; box-shadow: var(--shadow-md); max-width: 420px; margin: 0 auto; }
.staticQfcBadge { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: var(--orange); background: var(--orange-20); border-radius: 4px; padding: 2px 8px; margin-bottom: 14px; }
.staticQfcName { font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.staticQfcRow { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--ink-05); font-size: 12px; }
.staticQfcRow .svc { color: var(--ink-60); }
.staticQfcRow .prc { font-weight: 600; color: var(--ink); }
.staticQfcTotal { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; margin-top: 2px; }
.staticQfcTotal .totLabel { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-40); }
.staticQfcTotal .totVal { font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -0.5px; }

/* How it works branche subtitle */
.howBrancheSub { text-align: center; font-size: 13.5px; color: var(--orange); font-weight: 600; background: var(--orange-20); border-radius: 8px; padding: 10px 20px; margin-top: 32px; display: inline-block; }
.howInner .howBrancheSub { display: block; margin: 24px auto 0; max-width: 520px; text-align: center; }

/* CTA section branche variant */
.ctaBranche { font-size: clamp(28px, 5vw, 44px); font-family: var(--serif); font-weight: 800; letter-spacing: -1px; text-align: center; color: var(--ink); margin-bottom: 12px; line-height: 1.1; }
.ctaBranche em { color: var(--orange); font-style: normal; }

/* Breadcrumb */
.breadcrumb { padding: 10px 48px; background: var(--white); border-bottom: 1px solid var(--border); }
.breadcrumb a, .breadcrumb span { font-size: 12px; color: var(--ink-40); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink-60); }
.breadcrumb .bSep { margin: 0 7px; color: var(--ink-20); }
.breadcrumb .bCurrent { color: var(--ink-60); }

/* Responsive voor branch pages */
@media (max-width: 768px) {
  .quickAnswer { padding: 12px 20px; }
  .quickAnswerInner { flex-direction: column; gap: 6px; }
  .statBar { padding: 28px 20px; }
  .statBarInner { grid-template-columns: 1fr; gap: 20px; }
  .statItem { padding: 0; border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 16px; }
  .statItem:last-child { border-bottom: none; padding-bottom: 0; }
  .featureTagBar { padding: 12px 20px; }
  .breadcrumb { padding: 10px 20px; }
}

/* ── Footer vakman links ────────────────────── */
.footerVakman { max-width: 1120px; margin: 0 auto; padding: 20px 48px 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footerVakmanLabel { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-40); white-space: nowrap; }
.footerVakmanLinks { display: flex; gap: 20px; flex-wrap: wrap; }
.footerVakmanLinks a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.15s; }
.footerVakmanLinks a:hover { color: var(--ink); }
@media (max-width: 768px) { .footerVakman { padding: 16px 20px 0; } }

/* ─────────────────────────────────────────────────────────
   BLOG — componenten
   ───────────────────────────────────────────────────────── */

/* Blog header (donker) */
.blogHeader { background: var(--ink); padding: 72px 48px 64px; position: relative; overflow: hidden; }
.blogHeader::before { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(232,100,42,0.05); right: -80px; top: -120px; pointer-events: none; }
.blogHeaderInner { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; }
.blogHeaderTag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.blogHeaderTag span { width: 20px; height: 2px; background: var(--orange); border-radius: 2px; display: inline-block; }
.blogHeader h1 { font-family: var(--serif); font-size: clamp(32px, 6vw, 56px); font-weight: 800; color: var(--white); letter-spacing: -1.5px; line-height: 1.0; margin-bottom: 16px; }
.blogHeader p { font-size: 15px; color: rgba(255,255,255,0.5); max-width: 480px; line-height: 1.6; }

/* Blog grid */
.blogGrid { max-width: 1120px; margin: 0 auto; padding: 56px 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blogCard { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: box-shadow 0.15s, border-color 0.15s; }
.blogCard:hover { box-shadow: var(--shadow-md); border-color: var(--ink-20); }
.blogCard.upcoming { opacity: 0.6; cursor: default; }
.blogCardTag { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--orange); background: var(--orange-20); border-radius: 4px; padding: 2px 8px; align-self: flex-start; }
.blogCardTitle { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.25; letter-spacing: -0.3px; }
.blogCardExcerpt { font-size: 13.5px; color: var(--muted); line-height: 1.6; flex: 1; }
.blogCardMeta { font-size: 12px; color: var(--muted-2); display: flex; align-items: center; gap: 8px; }
.blogCardMetaDot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-20); }
.blogCardLink { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--orange); text-decoration: none; margin-top: auto; }
.blogCardLink:hover { color: var(--orange-80); }
.blogCardUpcoming { display: inline-flex; align-items: center; font-size: 12px; font-weight: 600; color: var(--muted-2); background: var(--ink-05); border-radius: 4px; padding: 3px 9px; margin-top: auto; align-self: flex-start; }

/* Artikel pagina */
.articleHeader { background: var(--ink); padding: 64px 48px 56px; position: relative; overflow: hidden; }
.articleHeader::before { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(232,100,42,0.05); right: -60px; top: -100px; pointer-events: none; }
.articleHeaderInner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.articleMeta { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.articleMetaTag { color: var(--orange); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; }
.articleMetaDot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.articleHeader h1 { font-family: var(--serif); font-size: clamp(28px, 5vw, 48px); font-weight: 800; color: var(--white); letter-spacing: -1.2px; line-height: 1.05; margin-bottom: 16px; }
.articleHeader p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* Artikel body */
.articleBody { max-width: 760px; margin: 0 auto; padding: 56px 48px 72px; }
.articleBody h2 { font-family: var(--serif); font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.5px; margin: 40px 0 14px; line-height: 1.2; }
.articleBody p { font-size: 15px; color: var(--ink-80); line-height: 1.75; margin-bottom: 18px; }
.articleBody ul, .articleBody ol { padding-left: 22px; margin-bottom: 18px; display: flex; flex-direction: column; gap: 7px; }
.articleBody li { font-size: 15px; color: var(--ink-80); line-height: 1.65; }
.articleBody strong { color: var(--ink); font-weight: 600; }
.articleBody em { font-style: italic; }

/* Citeerbaar blok */
.articleQuote { border-left: 3px solid var(--orange); background: var(--orange-10); padding: 18px 22px; margin: 28px 0; border-radius: 0 var(--radius) var(--radius) 0; }
.articleQuote p { font-size: 16px; font-weight: 500; color: var(--ink); line-height: 1.6; margin-bottom: 0; font-style: italic; }

/* Richtlijn tabel */
.articleTable { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
.articleTable th { background: var(--ink-05); padding: 10px 16px; text-align: left; font-weight: 600; color: var(--ink); border-bottom: 2px solid var(--border); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.articleTable td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--ink-80); }
.articleTable tr:last-child td { border-bottom: none; }
.articleTable .good { color: var(--green); font-weight: 600; }
.articleTable .ok { color: var(--yellow); font-weight: 600; }
.articleTable .bad { color: var(--red); font-weight: 600; }

/* Artikel CTA box */
.articleCta { background: var(--ink); border-radius: var(--radius-lg); padding: 36px 40px; margin: 40px 0; }
.articleCta h3 { font-family: var(--serif); font-size: 22px; font-weight: 800; color: var(--white); letter-spacing: -0.5px; margin-bottom: 10px; line-height: 1.2; }
.articleCta p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 22px; }
.articleCta .ctaLinks { font-size: 12.5px; color: rgba(255,255,255,0.35); margin-top: 14px; }
.articleCta .ctaLinks a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.15s; }
.articleCta .ctaLinks a:hover { color: rgba(255,255,255,0.85); }

/* Meer lezen */
.articleRelated { border-top: 1px solid var(--border); padding-top: 32px; margin-top: 40px; }
.articleRelatedTitle { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-40); margin-bottom: 16px; }
.articleRelatedLinks { display: flex; gap: 12px; flex-wrap: wrap; }
.articleRelatedLinks a { font-size: 13px; color: var(--ink-60); text-decoration: none; background: var(--ink-05); border: 1px solid var(--border); border-radius: 20px; padding: 5px 14px; transition: all 0.15s; }
.articleRelatedLinks a:hover { background: var(--ink-10); color: var(--ink); }

/* Responsive blog */
@media (max-width: 1024px) { .blogGrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .blogGrid { grid-template-columns: 1fr; padding: 40px 20px; }
  .blogHeader { padding: 56px 20px 48px; }
  .articleHeader { padding: 48px 20px 40px; }
  .articleBody { padding: 40px 20px 56px; }
  .articleCta { padding: 28px 24px; }
}

/* ─────────────────────────────────────────────────────────────
   Section lead (subtitle under H2)
   ───────────────────────────────────────────────────────────── */
.sectionLead { text-align: center; font-size: 16px; color: var(--muted); line-height: 1.65; max-width: 600px; margin: -16px auto 56px; }

/* ─────────────────────────────────────────────────────────────
   Feature callout (Voice Note highlight)
   ───────────────────────────────────────────────────────────── */
.featureCallout { display: flex; align-items: flex-start; gap: 12px; background: var(--orange-10); border: 1px solid rgba(232,100,42,0.15); border-radius: var(--radius); padding: 14px 16px; margin-top: 20px; font-size: 14px; color: var(--ink-60); line-height: 1.55; }
.featureCallout svg { color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.featureCallout strong { color: var(--ink); font-weight: 600; }

/* ─────────────────────────────────────────────────────────────
   AI Buddy chat mockup
   ───────────────────────────────────────────────────────────── */
.buddyCard { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; width: 100%; max-width: 340px; box-shadow: var(--shadow-md); }
.buddyCardHeader { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.buddyAvatar { width: 30px; height: 30px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.buddyName { font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.2; }
.buddyStatus { font-size: 11px; color: var(--green); font-weight: 500; line-height: 1.4; }
.buddyMessages { display: flex; flex-direction: column; gap: 8px; }
.buddyMsg { max-width: 86%; font-size: 12.5px; line-height: 1.55; padding: 9px 12px; border-radius: 12px; }
.buddyMsgUser { align-self: flex-end; background: var(--orange); color: #fff; border-bottom-right-radius: 3px; }
.buddyMsgBot { align-self: flex-start; background: var(--ink-05); color: var(--ink-80); border: 1px solid var(--border); border-bottom-left-radius: 3px; }
.buddyInsight { background: var(--blue-light); border: 1px solid rgba(42,92,232,0.14); border-radius: 8px; padding: 7px 10px; font-size: 11.5px; color: var(--blue); margin-top: 7px; line-height: 1.5; }

/* ─────────────────────────────────────────────────────────────
   Trust bar — facts variant
   ───────────────────────────────────────────────────────────── */
.trustBarFacts { justify-content: center; gap: 32px; flex-wrap: wrap; }
.trustFact { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--ink-60); }
.trustFact svg { color: var(--orange); flex-shrink: 0; }

/* ─────────────────────────────────────────────────────────────
   Pricing note
   ───────────────────────────────────────────────────────────── */
.pricingNote { text-align: center; font-size: 14px; color: var(--muted); margin: -8px 0 28px; }

/* ─────────────────────────────────────────────────────────────
   Waitlist counter section
   ───────────────────────────────────────────────────────────── */
.waitlistCounter { background: var(--ink); padding: 72px 24px; text-align: center; }
.waitlistCounterInner { max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.wlCounterBadge { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.wlCounterNum { font-family: var(--serif); font-size: 64px; font-weight: 800; color: var(--orange); letter-spacing: -2px; line-height: 1; }
.wlCounterLabel { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.65); }
.wlCounterSub { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.6; max-width: 420px; }
.wlCounterBtn { margin-top: 4px; }

/* ─────────────────────────────────────────────────────────────
   Waitlist form section
   ───────────────────────────────────────────────────────────── */
.waitlistSection { background: var(--ink-05); padding: 96px 24px; border-top: 1px solid var(--border); }
.waitlistInner { max-width: 640px; margin: 0 auto; }
.waitlistSub { font-size: 16px; color: var(--muted); line-height: 1.65; margin: -8px 0 40px; max-width: 520px; }
.waitlistForm { display: flex; flex-direction: column; gap: 24px; }
.waitlistFields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.waitlistFieldGroup { display: flex; flex-direction: column; gap: 6px; }
.waitlistLabel { font-size: 13px; font-weight: 600; color: var(--ink-60); }
.waitlistRequired { color: var(--orange); }
.waitlistOptional { font-weight: 400; color: var(--ink-40); }
.waitlistInput { padding: 10px 14px; border: 1px solid var(--border-2); border-radius: var(--radius); font-size: 14px; font-family: var(--sans); color: var(--ink); background: var(--white); transition: border-color 0.15s, box-shadow 0.15s; outline: none; }
.waitlistInput::placeholder { color: var(--muted-2); }
.waitlistInput:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,100,42,0.12); background: var(--white); }
.waitlistSectorLabel { font-size: 13px; font-weight: 600; color: var(--ink-60); margin-bottom: -12px; }
.waitlistSectorGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.wlSector { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--border-2); border-radius: var(--radius); background: var(--white); font-size: 13px; font-weight: 500; color: var(--ink-60); cursor: pointer; transition: all 0.15s; text-align: left; }
.wlSector:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-10); }
.wlSector svg { flex-shrink: 0; }
.wlSectorActive { border-color: var(--orange); color: var(--orange); background: var(--orange-20); }
.waitlistError { background: var(--red-light); border: 1px solid rgba(192,48,48,0.2); border-radius: var(--radius); padding: 10px 14px; font-size: 14px; color: var(--red); }
.waitlistSubmit { align-self: flex-start; }
.waitlistDisclaimer { font-size: 12px; color: var(--muted-2); margin-top: -12px; }

/* Waitlist success */
.waitlistSuccess { text-align: center; padding: 48px 24px; }
.wlSuccessIcon { width: 56px; height: 56px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--green); margin: 0 auto 20px; }
.wlSuccessTitle { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--ink); letter-spacing: -0.5px; margin-bottom: 12px; }
.wlSuccessPosition { font-size: 16px; color: var(--ink-60); margin-bottom: 8px; }
.wlSuccessPosition strong { color: var(--orange); }
.wlSuccessSub { font-size: 14px; color: var(--muted); }

@media (max-width: 640px) {
  .waitlistFields { grid-template-columns: 1fr; }
  .waitlistSectorGrid { grid-template-columns: repeat(2, 1fr); }
  .waitlistSubmit { align-self: stretch; width: 100%; justify-content: center; }
  .wlCounterNum { font-size: 48px; }
}
