/* Pas hier de huisstijl aan. Alle lettertypen zijn lokaal op het apparaat beschikbaar. */
:root {
  --paper: #f6f3eb;
  --paper-deep: #edeae0;
  --ink: #263e34;
  --green: #254d40;
  --muted: #596257;
  --orange: #b94727;
  --peach: #e9a383;
  --lime: #d5dc83;
  --line: #d3d5c7;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-underline-offset: .22em; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; border-radius: 2px; }
p, h1, h2, h3 { margin: 0; }
button, input { font: inherit; }
svg { display: block; max-width: 100%; }
.container { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 110px; }
.eyebrow { font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .15em; line-height: 1.5; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: 1.06; }
h1 { font-size: clamp(64px, 6.9vw, 96px); }
h2 { font-size: clamp(42px, 4.4vw, 60px); }
h1 em, h2 em { font-weight: 400; }
h3 { font-size: 18px; line-height: 1.4; font-weight: 600; letter-spacing: -.02em; }
.small-mark { display: inline-block; width: 12px; height: 12px; background: var(--orange); border-radius: 2px; flex-shrink: 0; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 12px 20px; transform: translateY(-150%); background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; width: fit-content; text-decoration: none; line-height: 1; }
.brand-name { font-family: var(--serif); font-weight: bold; font-size: 39px; letter-spacing: -.07em; }
.brand-dot { color: var(--orange); }
.brand-service { margin-top: 7px; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .34em; padding-left: 2px; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a, .nav-link { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font-size: 13px; font-weight: 550; }
.main-nav a:not(.icon-link):hover { text-decoration: underline; }
.main-nav .nav-contact { border: 1px solid var(--ink); padding: 8px 19px; gap: 24px; border-radius: 3px; }
.nav-contact span[aria-hidden] { font-size: 20px; line-height: 1; }
.icon-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.icon-link:hover, .icon-link:focus-visible { text-decoration: none; }
.icon-link:hover .link-label, .icon-link:focus-visible .link-label { text-decoration: underline; }
.offer-banner { background: #e7e8d5; border-bottom: 1px solid var(--line); }
.offer-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; font-size: 13px; line-height: 1.7; }
.offer-banner-copy { display: flex; align-items: center; flex-wrap: wrap; gap: 0 13px; }
.offer-tag { display: inline-block; color: var(--orange); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.offer-banner-inner strong { font-weight: 600; }
.offer-banner-action { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; flex-shrink: 0; font-weight: 600; }
.hero { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 50px; min-height: 652px; padding-block: 76px 82px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.hero h1 em { color: var(--orange); }
.hero-intro { max-width: 445px; margin-top: 27px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 31px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 27px; padding: 16px 22px; min-height: 54px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.4; transition: background .18s, transform .18s; }
.button span[aria-hidden] { font-size: 21px; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fffaf5; }
.button-primary:hover { background: #9a381d; }
.text-link { display: inline-flex; gap: 16px; align-items: center; min-height: 44px; font-size: 13px; font-weight: 600; }
.text-link .link-label { text-decoration: underline; }
.text-link span[aria-hidden] { font-size: 19px; }
.hero-note { margin-top: 24px; font-size: 11px; line-height: 1.6; color: var(--muted); max-width: 440px; }
.hero-art { position: relative; height: 463px; isolation: isolate; }
.art-grid { position: absolute; inset: 3px 0 34px 20px; background-color: #e5e8dc; background-image: linear-gradient(#ccd3c250 1px, transparent 1px), linear-gradient(90deg, #ccd3c250 1px, transparent 1px); background-size: 23px 23px; border-radius: 50% 50% 5px 5px; z-index: -1; }
.art-card { position: absolute; inset: 10px 22px 31px 16px; border: 1px solid #d2d4c5; padding: 25px 29px 21px; background: #efece1; box-shadow: 10px 17px 0 #254d400a, 0 12px 30px #263e3410; transform: rotate(-6deg); display: flex; flex-direction: column; }
.art-card-top { display: flex; align-items: center; justify-content: space-between; font-size: 8px; font-weight: 650; letter-spacing: .16em; }
.art-mini-mark { font-family: var(--serif); color: var(--orange); font-size: 29px; letter-spacing: -.1em; line-height: 1; }
.art-card-heading { font-family: var(--serif); font-size: 39px; letter-spacing: -.045em; line-height: 1.1; padding-top: 28px; }
.art-card-heading em { color: var(--orange); }
.art-symbol { color: var(--green); width: 211px; height: 189px; align-self: center; margin-block: -3px 0; }
.art-card-bottom { margin-top: auto; padding-top: 11px; border-top: 1px solid #c8ccbc; display: flex; align-items: center; justify-content: space-between; font-size: 10px; line-height: 1.5; }
.art-arrow { font-size: 30px; line-height: 1; }
.art-label { position: absolute; right: -12px; bottom: 74px; display: flex; align-items: center; gap: 12px; padding: 14px 19px; background: var(--peach); color: #303d31; transform: rotate(5deg); font-size: 13px; font-weight: 600; border: 1px solid #c58c69; box-shadow: 0 5px 10px #263e3408; }
.label-check { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid currentColor; border-radius: 50%; }
.art-caption { position: absolute; left: 17px; bottom: -4px; font-size: 8px; font-weight: 600; letter-spacing: .15em; }
.intro-strip { border-block: 1px solid var(--line); }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 27px; font-size: 12px; }
.strip-inner p { font-size: 13px; line-height: 1.6; }
.strip-inner strong { font-weight: 600; }
.strip-inner > span { display: flex; align-items: center; gap: 11px; }
.strip-inner > span::before { content: '+'; font-size: 20px; font-weight: 300; color: var(--orange); }
.offer { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; }
.section-heading .eyebrow, .pricing-heading .eyebrow, .process-heading .eyebrow { margin-bottom: 25px; }
.offer h2 { font-size: clamp(38px, 3.75vw, 51px); }
.offer h2 em { color: var(--orange); }
.large-copy { font-size: 21px; line-height: 1.6; letter-spacing: -.025em; }
.offer-content > p + p { margin-top: 20px; font-size: 14px; color: var(--muted); }
.feature-list { margin-top: 31px; border-top: 1px solid var(--line); }
.feature { display: flex; align-items: flex-start; gap: 21px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.feature-number { padding-top: 3px; font-size: 10px; color: var(--orange); }
.feature h3 { font-size: 15px; }
.feature p { margin-top: 6px; font-size: 13px; color: var(--muted); }
.pricing-section { background: var(--paper-deep); }
.pricing-heading, .process-heading { display: flex; justify-content: space-between; gap: 48px; align-items: flex-end; margin-bottom: 45px; }
.pricing-heading > p, .process-heading > p { color: var(--muted); font-size: 14px; padding-bottom: 5px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { display: flex; flex-direction: column; container-type: inline-size; padding: 34px 36px 35px; background: var(--paper); border: 1px solid #d2d3c4; border-radius: 4px; }
.price-card-featured { background: var(--green); color: var(--paper); border-color: var(--green); }
.price-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-card-top .small-mark { width: 10px; height: 10px; background: var(--ink); }
.price-card-featured .small-mark { background: var(--lime); }
.promotion-copy { max-width: 850px; margin: -12px 0 29px; font-size: 14px; color: var(--muted); }
.promotion-copy strong { display: block; margin-bottom: 4px; color: var(--ink); font-weight: 600; }
.price-block { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-block: 28px; }
.price-line { display: flex; align-items: last baseline; flex-shrink: 0; gap: clamp(12px, 2vw, 20px); }
.price-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.regular-price { font-family: var(--serif); font-size: 28px; line-height: 1.2; letter-spacing: -.035em; color: var(--muted); }
.regular-price del { text-decoration-thickness: 1px; text-decoration-color: currentColor; }
.price-card-featured .regular-price { color: #e1e6d8; }
.price-block > .discount-label { flex-shrink: 0; margin-left: auto; }
.discount-label { display: inline-block; padding: 3px 8px; background: #e5e8d7; color: var(--ink); border-radius: 2px; font-size: 11px; font-weight: 600; }
.price-card-featured .discount-label { background: #d5dc8320; color: var(--lime); }
.price { display: flex; align-items: center; gap: 3px; font-family: var(--serif); font-size: 91px; line-height: 1; letter-spacing: -.065em; }
.currency { font-size: 46px; padding-right: 4px; }
.price-period { font-family: var(--sans); font-size: 12px; letter-spacing: 0; }
@container (max-width: 430px) {
  .price-block { display: grid; grid-template-columns: minmax(0, 1fr); }
  .price-block > .discount-label { justify-self: end; }
}
.price-card h3 { font-size: 21px; margin-bottom: 11px; }
.price-card > p:not(.price) { font-size: 13px; line-height: 1.8; color: var(--muted); }
.price-card-featured > p:not(.price) { color: #e1e6d8; }
.price-features { padding: 23px 0 26px; margin: auto 0 0; list-style: none; font-size: 12px; }
.price-features li { position: relative; padding-left: 21px; margin-block: 7px; }
.price-features li::before { content: '✓'; position: absolute; left: 0; }
.price-card-featured .price-features li::before { color: var(--lime); }
.price-card .button { justify-content: space-between; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--lime); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: #e1e4d5; }
.price-card-featured a:focus-visible { outline-color: var(--lime); }
.pricing-notes { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; padding-block: 35px; border-bottom: 1px solid #c9cdbb; }
.pricing-notes h3 { font-size: 14px; margin-bottom: 6px; }
.pricing-notes p { font-size: 12px; line-height: 1.8; color: var(--muted); }
.change-note { display: flex; align-items: flex-start; gap: 22px; }
.change-price { font-family: var(--serif); font-size: 38px; line-height: 1; letter-spacing: -.06em; flex-shrink: 0; }
.change-price span { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: 0; margin-top: 8px; }
.hosting-note { border-left: 1px solid #c9cdbb; padding-left: 40px; }
.credit-details { font-size: 13px; }
summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 66px; padding-block: 18px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
.details-icon { display: inline-block; position: relative; width: 15px; height: 15px; flex-shrink: 0; }
.details-icon::before, .details-icon::after { content: ''; position: absolute; background: currentColor; left: 0; top: 7px; width: 15px; height: 1px; }
.details-icon::after { transform: rotate(90deg); }
details[open] .details-icon::after { transform: rotate(0); }
.details-content { max-width: 760px; padding: 0 0 16px; color: var(--muted); }
.details-content blockquote { margin: 18px 0 0; padding: 15px 20px; border-left: 2px solid var(--orange); color: var(--ink); line-height: 1.9; }
.details-content a { overflow-wrap: anywhere; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; list-style: none; padding: 0; margin: 53px 0 0; }
.step-number { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 38px; line-height: 1; color: var(--orange); letter-spacing: -.04em; }
.step-number span { font-family: var(--sans); font-weight: 300; font-size: 25px; color: var(--muted); }
.steps h3 { font-size: 18px; margin-top: 25px; }
.steps p { font-size: 13px; margin-top: 12px; color: var(--muted); line-height: 1.9; }
.contact-section { padding-block: 80px; background: var(--green); color: var(--paper); }
.contact-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; }
.contact-section .eyebrow { color: var(--lime); margin-bottom: 24px; }
.contact-section h2 { font-size: clamp(52px, 5.6vw, 76px); }
.contact-section h2 em { color: var(--lime); }
.contact-section h2 + p { font-size: 14px; margin-top: 23px; color: #e1e6d8; }
.contact-email { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; padding-block: 5px; margin-top: 27px; border-bottom: 1px solid #819987; font-size: clamp(17px, 2.1vw, 27px); letter-spacing: -.04em; text-decoration: none; overflow-wrap: anywhere; }
.contact-email span { font-size: 36px; }
.contact-email:hover { color: var(--lime); }
.contact-section a:focus-visible { outline-color: var(--lime); }
.site-footer { padding-top: 47px; }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; gap: 35px; padding-bottom: 40px; }
.footer-main > p { font-family: var(--serif); font-size: 20px; line-height: 1.4; }
.footer-bottom { display: flex; align-items: center; gap: 30px; padding-block: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.footer-bottom p { margin-right: auto; }
.footer-bottom p span { padding-inline: 8px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; }
.privacy-page { padding-block: 75px 100px; }
.privacy-content { max-width: 760px; }
.privacy-page h1 { font-size: clamp(40px, 6vw, 72px); margin-block: 20px 30px; overflow-wrap: anywhere; }
.privacy-page h2 { font-family: var(--sans); font-size: 24px; font-weight: 600; letter-spacing: -.025em; line-height: 1.35; margin-block: 36px 13px; }
.privacy-page p + p { margin-top: 15px; }
.privacy-page ul { padding-left: 23px; }
.privacy-page li + li { margin-top: 9px; }
.privacy-page a { overflow-wrap: anywhere; }
.privacy-page address { font-style: normal; margin-top: 16px; }
.privacy-notice { border-left: 3px solid var(--orange); background: var(--paper-deep); padding: 20px 24px; margin-block: 25px; font-size: 14px; }
.privacy-notice h3 + p { margin-top: 8px; }
.privacy-content > p:last-child { margin-top: 28px; font-size: 13px; color: var(--muted); }
@media (min-width: 1450px) { .hero { padding-block: 92px; min-height: 696px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 35px; grid-template-columns: 1.2fr 1fr; }
  h1 { font-size: 75px; }
  .hero-art { height: 408px; }
  .art-card { padding: 21px; }
  .art-card-heading { font-size: 31px; padding-top: 22px; }
  .art-symbol { height: 161px; width: 180px; }
  .art-label { right: -4px; font-size: 11px; padding: 11px 13px; }
  .art-caption { font-size: 7px; }
  .hero-actions { gap: 14px; }
  .hero-intro { font-size: 16px; }
  .strip-inner { gap: 20px; font-size: 11px; }
  .offer { gap: 55px; }
  .price-card { padding: 29px; }
  .pricing-notes { gap: 30px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 48px); }
  .section { padding-block: 76px; }
  .main-nav { gap: 22px; }
  .main-nav a { font-size: 12px; }
  .main-nav .nav-contact { gap: 12px; padding-inline: 13px; }
  .hero { grid-template-columns: 1fr; padding-block: 56px; gap: 42px; }
  h1 { font-size: clamp(65px, 10vw, 89px); }
  .hero-copy { max-width: 610px; }
  .hero-intro { max-width: 500px; font-size: 17px; }
  .hero-art { width: min(460px, 90%); height: 431px; margin: 6px auto 6px; }
  .art-card { padding: 25px 29px; }
  .art-card-heading { font-size: 37px; padding-top: 23px; }
  .art-symbol { height: 177px; width: 199px; }
  .art-caption { font-size: 8px; }
  .art-label { padding: 13px 18px; font-size: 13px; right: -8px; }
  .strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 25px; padding-block: 24px; }
  .strip-inner > p { grid-row: span 3; font-size: 15px; }
  .strip-inner > span { font-size: 12px; }
  .offer { grid-template-columns: 1fr; gap: 30px; }
  .offer h2 { font-size: 47px; }
  .large-copy { font-size: 21px; max-width: 620px; }
  .offer-content > p + p { max-width: 600px; }
  .pricing-heading, .process-heading { gap: 24px; }
  .pricing-heading h2, .process-heading h2 { font-size: 44px; }
  .pricing-heading > p, .process-heading > p { max-width: 230px; font-size: 13px; }
  .pricing-grid { gap: 16px; }
  .price-card { padding: 25px 22px; }
  .price-card .eyebrow { font-size: 9px; letter-spacing: .1em; }
  .price-card h3 { font-size: 19px; }
  .price { font-size: 79px; }
  .price-period { font-size: 11px; }
  .currency { font-size: 34px; }
  .pricing-notes { grid-template-columns: 1.2fr 1fr; gap: 24px; }
  .hosting-note { padding-left: 24px; }
  .steps { gap: 24px; }
  .steps h3 { font-size: 16px; }
  .contact-section { padding-block: 65px; }
}
@media (max-width: 700px) {
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 580px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 89px; gap: 20px; flex-wrap: wrap; padding-block: 17px 10px; }
  .brand-name { font-size: 34px; }
  .brand-service { font-size: 8px; margin-top: 6px; }
  .main-nav { gap: 16px; width: 100%; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 5px; padding-top: 5px; }
  .main-nav .nav-contact { border: 0; padding: 0; gap: 4px; }
  .main-nav a { font-size: 11px; }
  .hero { padding-block: 43px 49px; gap: 37px; }
  .hero .eyebrow { font-size: 9px; gap: 8px; margin-bottom: 22px; letter-spacing: .12em; }
  .small-mark { width: 9px; height: 9px; }
  h1 { font-size: clamp(51px, 12.1vw, 69px); }
  .hero-intro { font-size: 15px; margin-top: 23px; line-height: 1.8; }
  .hero-actions { gap: 10px 22px; margin-top: 25px; }
  .button { min-height: 54px; padding: 15px 18px; font-size: 12px; }
  .hero-note { font-size: 10px; margin-top: 17px; max-width: 300px; }
  .hero-art { width: min(365px, 95%); height: 370px; margin-top: 11px; }
  .art-card { inset: 7px 17px 30px 10px; padding: 19px 21px; }
  .art-grid { inset: 3px 0 31px 13px; }
  .art-card-top { font-size: 7px; }
  .art-mini-mark { font-size: 23px; }
  .art-card-heading { font-size: 30px; padding-top: 23px; }
  .art-symbol { width: 158px; height: 141px; margin-block: 0; }
  .art-card-bottom { font-size: 8px; padding-top: 8px; }
  .art-label { bottom: 59px; font-size: 11px; padding: 10px 12px; gap: 8px; right: -4px; }
  .label-check { width: 19px; height: 19px; }
  .art-caption { font-size: 6.5px; left: 9px; bottom: 1px; }
  .strip-inner { grid-template-columns: 1fr; gap: 11px; padding-block: 25px; }
  .strip-inner > p { grid-row: auto; font-size: 15px; margin-bottom: 4px; }
  .strip-inner p br { display: none; }
  .strip-inner p strong::before { content: ' '; }
  .strip-inner > span { font-size: 12px; }
  .section { padding-block: 62px; }
  h2, .offer h2, .pricing-heading h2, .process-heading h2 { font-size: clamp(35px, 9.3vw, 49px); }
  .eyebrow { font-size: 9px; }
  .section-heading .eyebrow, .pricing-heading .eyebrow, .process-heading .eyebrow { margin-bottom: 20px; }
  .offer { gap: 28px; }
  .large-copy { font-size: 19px; }
  .offer-content > p + p { font-size: 13px; }
  .feature { gap: 15px; padding-block: 20px; }
  .feature h3 { font-size: 15px; }
  .feature p { font-size: 12px; }
  .pricing-heading, .process-heading { display: block; margin-bottom: 29px; }
  .pricing-heading > p, .process-heading > p { margin-top: 24px; max-width: none; padding: 0; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-card { padding: 29px 25px 25px; }
  .price-card .eyebrow { font-size: 10px; }
  .price { font-size: 89px; }
  .regular-price { font-size: 26px; }
  .currency { font-size: 41px; }
  .price-period { font-size: 12px; }
  .price-card h3 { font-size: 20px; }
  .price-card > p:not(.price) { font-size: 13px; }
  .price-features { padding-block: 20px 22px; font-size: 12px; }
  .pricing-notes { grid-template-columns: 1fr; gap: 23px; padding-block: 27px; }
  .change-note { gap: 21px; }
  .hosting-note { padding: 21px 0 0; border-left: 0; border-top: 1px solid #c9cdbb; }
  .credit-details { font-size: 12px; }
  .details-content blockquote { padding: 12px 15px; }
  .steps { grid-template-columns: 1fr; gap: 32px; margin-top: 38px; }
  .step-number { font-size: 32px; padding-bottom: 15px; }
  .steps h3 { font-size: 18px; margin-top: 20px; }
  .steps p { font-size: 13px; margin-top: 8px; }
  .contact-section { padding-block: 55px; }
  .contact-inner { display: block; }
  .contact-section .eyebrow { font-size: 10px; letter-spacing: .07em; }
  .contact-section h2 { font-size: 55px; }
  .contact-section h2 + p { font-size: 13px; }
  .contact-section h2 + p br { display: none; }
  .contact-email { gap: 14px; font-size: clamp(17px, 5vw, 24px); letter-spacing: -.035em; margin-top: 22px; }
  .contact-email span { font-size: 27px; }
  .site-footer { padding-top: 33px; }
  .footer-main { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding-bottom: 29px; }
  .footer-main > p { font-size: 17px; align-self: center; }
  .footer-bottom { flex-wrap: wrap; column-gap: 25px; row-gap: 1px; padding-block: 17px 12px; font-size: 10px; }
  .footer-bottom > p { flex-basis: 100%; font-size: 9px; }
  .footer-bottom p span { padding-inline: 4px; }
  .privacy-page { padding-block: 45px 65px; font-size: 14px; }
  .privacy-page h2 { font-size: 21px; }
  .privacy-notice { padding: 17px; font-size: 13px; }
}
@media (max-width: 350px) {
  .container { width: calc(100% - 32px); }
  .hero-art { height: 331px; }
  .art-card-heading { font-size: 25px; padding-top: 17px; }
  .art-symbol { width: 137px; height: 122px; }
  .art-card-top { font-size: 6px; }
  .art-label { bottom: 55px; }
  .art-caption { font-size: 5.8px; }
  .main-nav { gap: 9px; }
  .main-nav a { font-size: 10px; }
  .contact-section h2 { font-size: 48px; }
  .price-card { padding: 26px 20px; }
  .price { font-size: 76px; }
  .currency { font-size: 35px; }
  .regular-price { font-size: 25px; }
  .footer-main > p { font-size: 15px; }
}
/* Ook ondersteunende inhoud blijft leesbaar op kleine schermen. */
.hero-note { font-size: 12px; }
.strip-inner > span { font-size: 13px; }
.feature p, .price-card > p:not(.price), .pricing-notes p,
.steps p, .offer-content > p + p, .credit-details { font-size: 14px; }
.price-features { font-size: 13px; }
.price-period, .change-price span { font-size: 12px; }
.footer-bottom, .footer-bottom > p { font-size: 12px; }
.privacy-notice h2 { margin-top: 0; font-size: 19px; }
.nav-link { gap: 10px; }
@media (max-width: 580px) {
  .offer-banner-inner { gap: 12px; padding-block: 6px; font-size: 12px; line-height: 1.5; }
  .offer-banner-copy { display: block; }
  .offer-tag { display: block; font-size: 9px; }
  .offer-banner-action { justify-content: flex-end; }
  .offer-banner-action .link-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
  .offer-banner-action > [aria-hidden] { font-size: 18px; }
  .promotion-copy { margin-top: 0; font-size: 13px; }
  .main-nav a { font-size: 12px; }
  .button { font-size: 13px; }
  .contact-section h2 + p { font-size: 14px; }
  .pricing-notes h3 { font-size: 15px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .075em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
