@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/nunito-800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/nunito-900.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/nunito-sans-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/nunito-sans-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/nunito-sans-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: #FFFBF6; font-family: 'Nunito Sans', sans-serif; color: #26221C; -webkit-font-smoothing: antialiased; }
a { color: #E56910; text-decoration: none; }
a:hover { color: #C25708; text-decoration: underline; }
img, svg { max-width: 100%; height: auto; }
/* Reserve space before serp-anim JS hydrates — major CLS fix */
serp-anim { display: block; min-height: 560px; }
@media (max-width: 560px) {
  serp-anim { min-height: 500px; }
}
.points-toggle { position: absolute; opacity: 0; pointer-events: none; }
.points-label { display: none; }
.nav-links a:hover { color: #F4770B !important; text-decoration: none; }
.faq-item { background: #fff; border-radius: 22px; box-shadow: 0 6px 20px rgba(38,34,28,0.05); overflow: hidden; }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 28px; cursor: pointer; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 17.5px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: #F4770B; }
.faq-item .faq-chevron { color: #F4770B; font-size: 15px; transition: transform 0.2s; }
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-item .faq-answer { padding: 0 28px 22px; font-size: 16px; line-height: 1.65; color: #5C5346; }
.price-toggle-btn { width: 56px; height: 32px; border-radius: 999px; background: #F4770B; cursor: pointer; position: relative; border: 0; padding: 0; }
.price-toggle-btn .knob { position: absolute; top: 4px; left: 4px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(38,34,28,0.2); transition: transform 0.2s; }
.price-toggle-btn.is-yearly .knob { transform: translateX(24px); }
.price-label.is-muted { color: #8A7F72 !important; }
.price-label.is-active { color: #26221C !important; }
.excluded-toggle { position: absolute; opacity: 0; pointer-events: none; }
.excluded-label { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 18px; color: #8A7F72; font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 800; }
.excluded-chevron { display: none; color: #F4770B; transition: transform 0.2s; }
.calendar-shell:hover { border-color: #F4770B !important; }

@media (max-width: 1024px) {
  section { padding-left: 24px !important; padding-right: 24px !important; }
  h1 { font-size: 46px !important; }
  h2 { font-size: 33px !important; }
  h3 { font-size: 25px !important; }
  .nav-in { gap: 22px !important; padding: 14px 24px !important; }
  .nav-links { gap: 20px !important; }
  .g4 { grid-template-columns: 1fr 1fr !important; }
  .gk { grid-template-columns: repeat(4, 1fr) !important; gap: 24px !important; }
  .g2 { grid-template-columns: 1fr !important; gap: 44px !important; }
  .g3 { grid-template-columns: 1fr !important; max-width: 480px; margin: 0 auto; gap: 34px !important; }
  .g2side { grid-template-columns: 1fr !important; gap: 34px !important; justify-items: center; text-align: center; }
  .g2side-rev > div:first-child { order: 2; }
  .photo { max-width: 100%; }
  #over-ons .g2side { grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) !important; gap: 40px !important; align-items: center; justify-items: stretch; text-align: left; }
  #over-ons .g2side-rev { grid-template-columns: minmax(0, 1fr) minmax(200px, 260px) !important; }
  #over-ons .g2side-rev > div:first-child { order: 0; grid-column: 1; }
  #over-ons .g2side-rev > div:last-child { grid-column: 2; }
  #over-ons .photo { width: 100% !important; height: 300px !important; }
  .gfeat { grid-template-columns: 1fr !important; }
  .package-hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr) !important; gap: 32px !important; }
  .package-visual > div { max-width: 300px !important; }
}

@media (max-width: 780px) {
  header { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
  .nav-links, .nav-cta { display: none !important; }
}

@media (max-width: 680px) {
  section { padding-left: 18px !important; padding-right: 18px !important; }
  h1 { font-size: 34px !important; }
  h2 { font-size: 27px !important; }
  h3 { font-size: 23px !important; }
  .nav-in { padding: 12px 16px !important; gap: 12px !important; justify-content: space-between; }
  .nav-in img { height: 28px !important; }
  .nav-links { display: none !important; }
  header { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
  .nav-cta { display: none !important; }
  #top { padding-top: 52px !important; padding-bottom: 28px !important; }
  #top p { font-size: 17px !important; line-height: 1.5 !important; }
  .hero-ctas { flex-direction: column; align-self: stretch; }
  .hero-ctas a { width: 100%; box-sizing: border-box; text-align: center; padding: 14px 22px !important; }
  .hero-checks { flex-direction: column; gap: 10px !important; align-items: flex-start; }
  .package-points > div:nth-child(n+5) { display: none !important; }
  .package-points > div:nth-child(4) { opacity: 0.38; mask-image: linear-gradient(to bottom, #000 15%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, #000 15%, transparent 100%); }
  .points-toggle:checked + .package-points > div { display: flex !important; opacity: 1; mask-image: none; -webkit-mask-image: none; }
  .points-label { position: relative; top: -20px; display: inline-flex; align-items: center; gap: 7px; margin: -40px 0 2px; color: #26221C; font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
  .points-label .hide-points { display: none; }
  .points-toggle:checked + .package-points + .points-label .show-points { display: none; }
  .points-toggle:checked + .package-points + .points-label .hide-points { display: inline; }
  .hero-media { margin-top: 38px !important; padding-bottom: 45px; }
  .badge-l, .badge-r { bottom: 26px !important; transform: none !important; border-radius: 14px !important; }
  .badge-l { left: 0 !important; padding: 9px 11px !important; gap: 7px !important; }
  .badge-l svg { width: 18px; height: 18px; }
  .badge-l span:last-child { display: none; }
  .badge-l span { font-size: 12px !important; }
  .badge-l span:nth-of-type(2) { font-size: 10px !important; letter-spacing: 0 !important; }
  .badge-r { right: 0 !important; padding: 9px 11px !important; gap: 7px !important; }
  .badge-r > span { font-size: 16px !important; }
  .badge-r > div { font-size: 12px !important; }
  .g4 { grid-template-columns: 1fr !important; }
  .gk { grid-template-columns: 1fr 1fr !important; gap: 20px !important; }
  .wrapc { flex-wrap: wrap; gap: 10px 22px !important; }
  .price-toggle { flex-wrap: wrap; gap: 10px !important; }
  .price-toggle > span:last-child { flex-basis: 100%; text-align: center; }
  .g3 > div > div:last-child { padding-left: 22px !important; padding-right: 22px !important; }
  .fit-card { padding: 24px 22px !important; }
  #over-ons { padding-top: 52px !important; padding-bottom: 52px !important; }
  #over-ons > div > div:first-child { margin-bottom: 32px !important; }
  #over-ons .g2side { grid-template-columns: minmax(90px, 110px) minmax(0, 1fr) !important; gap: 16px !important; align-items: center; justify-items: stretch; text-align: left; }
  #over-ons .g2side-rev { grid-template-columns: minmax(0, 1fr) minmax(90px, 110px) !important; }
  #over-ons .g2side-rev > div:first-child { order: 0; grid-column: 1; }
  #over-ons .g2side-rev > div:last-child { grid-column: 2; }
  #over-ons .g2side:not(:last-child) { margin-bottom: 40px !important; }
  #over-ons .photo { width: 100% !important; height: 140px !important; }
  #over-ons p { font-size: 15.5px !important; line-height: 1.6 !important; }
  #contact { padding-top: 60px !important; }
  .contact-card { padding: 24px 18px !important; border-radius: 24px !important; width: 100%; box-sizing: border-box; }
  .calendar-shell { padding: 16px 12px !important; }
  .calendar-days { gap: 5px !important; }
  .calendar-times { flex-wrap: wrap; }
  .calendar-times span { flex: 1 1 68px; padding: 6px 8px !important; text-align: center; }
  .contact-actions { grid-template-columns: 1fr !important; }
  .faq-item summary { padding: 18px 20px !important; font-size: 16px !important; }
  .footer-cta { padding: 70px 18px 60px !important; border-radius: 50% 50% 0 0 / 45px 45px 0 0 !important; }
  .footer-cta a { padding: 14px 22px !important; font-size: 15px !important; }
  .footer-inner { padding: 46px 18px 28px !important; }
  .ftop { flex-direction: column; align-items: flex-start !important; }
  .fright { align-items: flex-start !important; }
  .fcols { width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 24px !important; }
  .fbot { flex-direction: column; gap: 6px; }
  .package-hero-grid { grid-template-columns: 1fr !important; }
  .package-visual { display: none !important; }
  [data-screen-label^="Pakket"] > section:first-of-type { padding-top: 48px !important; padding-bottom: 30px !important; }
  .gfeat { gap: 12px !important; }
  .gfeat > div { min-width: 0; padding: 18px 16px !important; gap: 12px !important; }
  .gfeat > div > div { min-width: 0; overflow-wrap: anywhere; }
  .gfeat > div > div > div:first-child { flex-wrap: wrap; }
  .excluded-label { justify-content: space-between; margin-bottom: 12px; padding: 16px 18px; border: 1px solid #F3E8DB; border-radius: 16px; background: #fff; color: #3D3730; cursor: pointer; text-align: left; }
  .excluded-chevron { display: inline-block; flex-shrink: 0; }
  .excluded-toggle:not(:checked) + .excluded-label + .excluded-content { display: none !important; }
  .excluded-toggle:checked + .excluded-label .excluded-chevron { transform: rotate(180deg); }
  #plan { padding-top: 30px !important; padding-bottom: 70px !important; }
  #plan .g2 { gap: 30px !important; }
  #plan .contact-card { width: 100%; min-width: 0; box-sizing: border-box; padding: 24px 18px !important; border-radius: 24px !important; }
}

/* Dedicated branch pages share the SeaAds palette, type and rounded surfaces. */
.rs-page section[id] { scroll-margin-top: 100px; }
.rs-section { padding: 76px 32px; }
.rs-wrap { max-width: 1080px; margin: 0 auto; }
.rs-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.rs-page h2 { font-family: 'Nunito', sans-serif; font-size: 42px; font-weight: 900; line-height: 1.15; letter-spacing: -.02em; margin: 0 0 20px; }
.rs-page h2 span { color: #F4770B; }
.rs-page h3 { font-family: 'Nunito', sans-serif; font-size: 23px; font-weight: 800; margin: 0 0 12px; }
.rs-section p { font-size: 17px; line-height: 1.7; color: #5C5346; margin: 0 0 20px; }
.rs-eyebrow { display: block; color: #B45806; font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.rs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.rs-card { background: #fff; border-radius: 28px; padding: 32px; box-shadow: 0 12px 34px rgba(38,34,28,.06); min-width: 0; }
.rs-card p:last-child { margin-bottom: 0; }
.rs-number { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; background: #FDEBD9; color: #B45806; font-family: 'Nunito', sans-serif; font-weight: 900; margin-bottom: 24px; }
.rs-tint { background: #F3F6F2; }
.rs-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.rs-steps > div { padding: 24px 0; border-bottom: 1px solid #DCE5DD; }
.rs-steps > div:first-child { padding-top: 0; }
.rs-steps > div:last-child { border: 0; padding-bottom: 0; }
.rs-steps p { margin-bottom: 0; }
.rs-button { display: block; background: #F4770B; color: #fff; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 17px; padding: 17px 24px; border-radius: 999px; text-align: center; box-shadow: 0 8px 22px rgba(244,119,11,.22); }
.rs-button:hover { background: #DB6605; color: #fff; text-decoration: none; }
.rs-text-link { font-weight: 800; color: #B45806; }
.rs-page a:focus-visible { outline: 3px solid #0E5E63; outline-offset: 5px; }
.rs-price { border: 2px solid #F3D5B8; }
.rs-amount { font-family: 'Nunito', sans-serif; font-size: 52px; font-weight: 900; }
.rs-amount small { font-size: 17px; color: #8A7F72; }
.rs-card .rs-fine { font-size: 13px; margin: 14px 0; }
.rs-card ul { padding-left: 20px; margin: 24px 0; color: #5C5346; line-height: 1.65; }
.rs-card li { padding-left: 4px; margin-bottom: 10px; }
.rs-card li::marker { color: #F4770B; }
.rs-person { display: flex; align-items: center; gap: 16px; font-size: 14px; color: #5C5346; margin-top: 30px; }
.rs-person img { border-radius: 50%; width: 64px; height: 64px; object-fit: cover; }
.rs-avatars { position: relative; flex: 0 0 108px; height: 64px; }
.rs-avatars img { position: absolute; top: 0; box-sizing: border-box; border: 3px solid #F3F6F2; }
.rs-avatar-robert { left: 0; z-index: 2; }
.rs-avatar-wesley { left: 44px; z-index: 1; }
.rs-person strong { font-family: 'Nunito', sans-serif; color: #26221C; font-size: 18px; }
.rs-faq { max-width: 820px; }
.rs-faq details { margin-bottom: 14px; }
.rs-page #top .rs-demo-note { font-size: 12px !important; color: #8A7F72; text-align: center; margin: 18px 0 0; }
@media (max-width: 900px) { .rs-split { gap: 36px; } .rs-grid { gap: 16px; } .rs-card { padding: 24px; } }
@media (max-width: 680px) { .rs-section { padding-top: 52px; padding-bottom: 52px; } .rs-split, .rs-grid { grid-template-columns: 1fr; gap: 24px; } .rs-page .hero-media { padding-bottom: 0; } .rs-heading { margin-bottom: 28px; } }

.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; background: #fff; color: #0E5E63; border: 2px solid #0E5E63; border-radius: 12px; }
.skip-link:focus { top: 12px; }
section[id], main[id] { scroll-margin-top: 100px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
