/* Sietje brand layer — visual identity on top of styles.min.css */

:root {
  --accent: #3082e4;
  --accent-bright: #4a96ef;
  --accent-soft: rgba(48, 130, 228, 0.14);
  --accent-wash: #eaf4ff;
  --radius-s: 12px;
  --radius-m: 20px;
  --radius-l: 28px;
  --radius-xl: 36px;
}

.section--sky,
.section--mist {
  background: var(--off-white);
}

.section--navy {
  background: var(--off-white);
  color: inherit;
}

.section--navy .overline {
  color: var(--accent);
}

.section--navy .section-heading,
.section--navy .sub-heading {
  color: var(--black);
}

.section--navy .body-text,
.section--navy .body-text--sm,
.section--navy .section-intro-block__lead {
  color: var(--muted);
}

.section--navy a:not(.btn) {
  color: inherit;
}

.section--navy .pain-item {
  background: var(--white);
  border-color: var(--border);
  backdrop-filter: none;
}

.section--navy .pain-item__icon {
  background: var(--accent-wash);
  color: var(--accent);
}

/* ——— Hero: photo as one unit ——— */
.hero--home {
  background: var(--white);
}

@keyframes hero-visual-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.5deg);
  }

  50% {
    transform: translate3d(0, -8px, 0) rotate(-0.75deg);
  }
}

.hero__visual {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: end;
  width: 100%;
}

/* Float op de wrap, niet op .hero-reveal — anders blokkeert animation de fade-in transform */
.hero--home .hero__photo-wrap {
  animation: hero-visual-float 6s ease-in-out infinite;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--home .hero__photo {
  transform: none;
}

.hero--home .hero__photo:hover,
.hero--home .hero__photo:focus-visible {
  transform: none;
  box-shadow:
    0 18px 44px rgba(48, 130, 228, 0.22),
    0 0 0 6px rgba(48, 130, 228, 0.08);
}

.hero--home .hero__photo-wrap:has(.hero__photo:hover),
.hero--home .hero__photo-wrap:has(.hero__photo:focus-visible) {
  animation-play-state: paused;
  transform: rotate(3.5deg) scale(1.04);
}

@media (min-width: 900px) {
  .hero--home .hero__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--home .hero__photo-wrap {
    animation: none;
    transform: rotate(-1.5deg);
  }

  .hero--home .hero__photo-wrap:has(.hero__photo:hover),
  .hero--home .hero__photo-wrap:has(.hero__photo:focus-visible) {
    transform: rotate(-1.5deg);
  }
}

.hero--home .hero__lead {
  color: var(--black-soft);
  font-weight: 500;
}

.hero__photo {
  box-shadow:
    0 8px 32px rgba(48, 130, 228, 0.12),
    0 0 0 6px rgba(48, 130, 228, 0.08);
}

/* ——— About intro ——— */
.section-intro-block.about-intro {
  max-width: min(54rem, 100%);
}

.about-intro__heading {
  max-width: none;
}

/* ——— Typography ——— */
.section-heading {
  letter-spacing: -0.028em;
  line-height: 1.12;
}

.overline {
  letter-spacing: 0.08em;
  color: var(--accent);
  font-weight: 600;
}

/* ——— Cards ——— */
.pain-item,
.pricing-card,
.pricing-entry,
.faq-accordion__item,
.website-check-promo__inner,
.scope-card {
  border-radius: var(--radius-l);
}

.pain-item__icon {
  border-radius: 14px;
  background: var(--accent-wash);
  color: var(--accent);
}

.btn,
.pricing-card__btn,
.nav__cta {
  border-radius: 999px;
}

.btn--primary {
  box-shadow: 0 8px 22px rgba(48, 130, 228, 0.22);
}

/* ——— Pricing ——— */
.pricing-card {
  background: var(--off-white);
  position: relative;
  overflow: visible;
}

.pricing-card--featured {
  background: var(--black);
  overflow: visible;
}

.pricing-grid {
  overflow: visible;
}

@media (min-width: 900px) {
  .pricing-grid {
    padding-top: 28px;
  }
}

.pricing-card__badge {
  border-radius: 999px;
  z-index: 2;
}

.pricing-entry {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 28px 28px;
}

.pricing-entry__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.pricing-entry__label {
  margin: 0;
  line-height: 1.3;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.pricing-entry__intro {
  display: grid;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.pricing-entry__tagline {
  margin: 0;
  max-width: 36rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.pricing-entry--start {
  margin-top: 0;
  margin-bottom: var(--space-l);
  background: var(--accent-wash);
  border-color: rgba(48, 130, 228, 0.16);
}

.pricing-path-label {
  margin: 0 0 var(--space-m);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ——— Mobile: kortere pricing/trust-scroll ——— */
@media (max-width: 767px) {
  .page-home #tarieven {
    padding-block: clamp(2rem, 7vw, 3rem);
  }

  .page-home #tarieven .section-intro-block {
    margin-bottom: 1.15rem;
  }

  .page-home #tarieven .section-intro-block__lead {
    margin-bottom: 0.75rem;
  }

  .page-home #tarieven .section-intro-block__actions {
    margin-top: 0;
  }

  .page-home .pricing-entry {
    padding: 18px 18px;
    gap: 0.85rem;
  }

  .page-home .pricing-entry--start {
    margin-bottom: 1rem;
  }

  .page-home .pricing-entry__tagline {
    font-size: 0.875rem;
  }

  .page-home .pricing-entry__features {
    gap: 6px 12px;
  }

  .page-home .pricing-entry__features li {
    font-size: 0.8125rem;
  }

  .page-home .pricing-path-label {
    margin-bottom: 0.7rem;
  }

  .page-home .pricing-grid {
    gap: 12px;
  }

  .page-home .pricing-card {
    padding: 24px 20px;
  }

  .page-home .pricing-card--featured {
    padding: 36px 22px 28px;
  }

  .page-home .pricing-card__vanaf {
    display: none;
  }

  .page-home .pricing-card__features {
    gap: 8px;
    margin-bottom: 1rem;
  }

  .page-home .pricing-card__features li {
    font-size: 0.8125rem;
    margin: 0;
  }

  .page-home .pricing-card__divider {
    margin: 12px 0;
  }

  .page-home .trust-signals {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 1.25rem;
  }

  .page-home .trust-signals li {
    font-size: 0.8125rem;
    gap: 8px;
  }
}

.pricing-entry__priceblock {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}

.pricing-entry__price {
  margin: 0;
}

.pricing-entry__btw {
  margin: 0;
}

.pricing-entry__foot {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pricing-entry__features {
  margin: 0;
}

.pricing-entry__foot .pricing-card__btn {
  width: 100%;
}

@media (min-width: 768px) {
  .pricing-entry {
    padding: 32px 36px;
    gap: 1.5rem;
  }

  .pricing-entry__foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
  }

  .pricing-entry__features {
    flex: 1;
    margin: 0;
  }

  .pricing-entry__foot .pricing-card__btn {
    width: auto;
    min-width: 200px;
    flex-shrink: 0;
  }
}

.scope-card {
  box-shadow: 0 8px 24px rgba(21, 34, 56, 0.04);
}

.scope-card--included {
  background: var(--white);
}

/* ——— CTA: text left, chat illustration right ——— */
.cta-section {
  position: relative;
  display: grid;
  gap: var(--space-l);
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--radius-xl);
  background: var(--white);
  border: 1px solid var(--border);
}

.cta-section--navy {
  background: var(--black);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.85);
}

.cta-section--navy .section-heading {
  color: var(--white);
}

.cta-section--navy .overline {
  color: var(--nav-link-active);
}

.cta-section--navy .cta-section__lead {
  color: rgba(255, 255, 255, 0.78);
}

.cta-section--navy .btn--secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}


.cta-section__content .section-heading {
  max-width: 18ch;
}

.brand-illus--cta {
  display: none;
  width: min(100%, 180px);
  margin: 0;
  pointer-events: none;
  justify-self: end;
}

@media (min-width: 720px) {
  .cta-section:has(.brand-illus--cta) {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 4vw, 3rem);
  }

  .brand-illus--cta {
    display: block;
  }
}

/* ——— Website check promo ——— */
.website-check-promo {
  background: var(--accent-wash);
  border-block: 1px solid rgba(48, 130, 228, 0.14);
}

.website-check-promo__inner {
  padding: clamp(1.25rem, 3vw, 2rem);
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  grid-template-columns: minmax(88px, 120px) minmax(0, 1fr);
}

.website-check-promo__illus {
  margin: 0;
  width: 100%;
  justify-self: center;
  pointer-events: none;
}

.website-check-promo__illus img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(48, 130, 228, 0.16));
}

.website-check-promo__copy {
  display: grid;
  gap: 12px;
  justify-items: start;
  min-width: 0;
}

.website-check-promo__title {
  margin: 0;
}

.website-check-promo__text {
  margin: 0;
}

.website-check-promo .btn {
  margin-top: 4px;
}

@media (min-width: 720px) {
  .website-check-promo__inner {
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    gap: clamp(1.75rem, 4vw, 3rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .website-check-promo__illus {
    animation: website-check-illus-float 5.5s ease-in-out infinite;
  }
}

@keyframes website-check-illus-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

/* ——— Contact ——— */
.contact-form input,
.contact-form textarea {
  border-radius: 14px;
}

.contact-form__submit,
.contact-aside {
  border-radius: 999px;
}

.contact-aside {
  border-radius: var(--radius-l);
}


.contact-layout__title {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 5.5rem;
}

.contact-layout__title-text {
  display: inline;
}

.contact-layout__illus-wrap {
  position: absolute;
  top: -1.1rem;
  right: -0.35rem;
  width: 5.25rem;
  height: 4.4rem;
  pointer-events: none;
}

.contact-layout__illus {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  transform: rotate(8deg);
  filter: drop-shadow(0 8px 16px rgba(48, 130, 228, 0.14));
  transition: opacity 0.35s var(--ease-out), transform 0.55s var(--ease-out);
}

.contact-layout__illus--sent {
  opacity: 0;
  transform: rotate(8deg) scale(0.6);
  pointer-events: none;
}

.contact-layout__illus-wrap.is-sending .contact-layout__illus--idle {
  animation: contact-mail-send 0.7s var(--ease-out) forwards;
}

.contact-layout__illus-wrap.is-sent .contact-layout__illus--idle {
  opacity: 0;
  transform: rotate(18deg) translate3d(28px, -36px, 0) scale(0.55);
}

.contact-layout__illus-wrap.is-sent .contact-layout__illus--sent {
  opacity: 1;
  transform: rotate(8deg) scale(1);
  animation: contact-mail-pop 0.55s var(--ease-spring) both;
}

@keyframes contact-mail-send {
  0% {
    opacity: 1;
    transform: rotate(8deg) translate3d(0, 0, 0) scale(1);
  }
  60% {
    opacity: 0.85;
    transform: rotate(22deg) translate3d(18px, -22px, 0) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: rotate(28deg) translate3d(36px, -48px, 0) scale(0.5);
  }
}

@keyframes contact-mail-pop {
  0% {
    opacity: 0;
    transform: rotate(8deg) scale(0.55);
  }
  70% {
    opacity: 1;
    transform: rotate(8deg) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: rotate(8deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-layout__illus-wrap.is-sending .contact-layout__illus--idle,
  .contact-layout__illus-wrap.is-sent .contact-layout__illus--sent {
    animation: none;
  }

  .contact-layout__illus-wrap.is-sent .contact-layout__illus--idle {
    opacity: 0;
    transform: rotate(8deg);
  }

  .contact-layout__illus-wrap.is-sent .contact-layout__illus--sent {
    opacity: 1;
    transform: rotate(8deg) scale(1);
  }
}

@media (min-width: 900px) {
  .contact-layout__title {
    padding-right: 6.5rem;
  }

  .contact-layout__illus-wrap {
    top: -1.35rem;
    right: -0.5rem;
    width: 6.25rem;
    height: 5.2rem;
  }
}

.page-over .hero__photo {
  box-shadow:
    0 12px 36px rgba(48, 130, 228, 0.16),
    0 0 0 8px rgba(48, 130, 228, 0.1);
}

/* ——— Portfolio ——— */
.page-portfolio .portfolio-card {
  border-radius: var(--radius-l);
  border: 1px solid rgba(48, 130, 228, 0.12);
  box-shadow: 0 12px 32px rgba(21, 34, 56, 0.05);
  overflow: hidden;
  background: var(--surface);
}

.page-portfolio .portfolio-card__visual {
  border-radius: var(--radius-l) var(--radius-l) 0 0;
}

.page-portfolio .portfolio-card__arrow {
  background: var(--accent-wash);
  color: var(--accent);
  border-radius: 999px;
}

/* ——— Transparantie ——— */
.page-transparantie .info-card {
  border-radius: var(--radius-l);
  border: 1px solid rgba(48, 130, 228, 0.12);
  box-shadow: 0 10px 28px rgba(21, 34, 56, 0.04);
  background: var(--surface);
}

.page-transparantie .info-card__icon {
  background: var(--accent-wash);
  color: var(--accent);
  border-radius: 14px;
}

.page-transparantie .transparantie-legal {
  margin: -1.5rem 0 var(--space-xl);
  max-width: 40rem;
  font-size: 0.9375rem;
}

.section-intro-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ——— Peppol brand mark in trust signals / transparantie ——— */
.trust-signals__brand {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
  display: block;
}

.info-card__brand {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

/* ——— Mobile layout polish ——— */
@media (max-width: 899px) {
  .section {
    padding-block: clamp(3rem, 10vw, 4.5rem);
  }

  .nav__logo img {
    height: 22px;
  }

  /* Eerste sectie = page-hero: ruimte onder vaste nav, zoals homepage-hero */
  main > .section:first-child,
  main > .hero:not(.hero--home) {
    padding-top: calc(var(--nav-h) + clamp(2rem, 5.5vw, 3.5rem));
  }

  .section--pain {
    padding-top: clamp(3.25rem, 10vw, 4.75rem);
  }

  main > .section.section--pain:first-child {
    padding-top: calc(var(--nav-h) + clamp(2rem, 5.5vw, 3.5rem));
  }

  .section--cta {
    padding-block: clamp(3rem, 10vw, 4.5rem);
  }

  .section-intro-block,
  .pain-header {
    margin-bottom: var(--space-l);
  }
}

.trust-signals {
  margin-left: 0;
  margin-right: 0;
  margin-inline: 0;
  max-width: none;
}

.trust-signals__more {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  grid-column: unset;
  justify-content: flex-start;
  text-align: left;
  margin: 12px 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--muted);
}

.trust-signals__more .trust-signals__asterisk {
  margin-top: 0;
}

@media (min-width: 900px) {
  .trust-signals {
    margin-inline: auto;
    max-width: 56rem;
  }

  .trust-signals__more {
    justify-content: center;
    text-align: center;
  }
}

/* Footer: minder ruimte tussen kolommen + LinkedIn naast copyright */
.footer__grid {
  gap: var(--space-m);
}

.footer--rich .footer__bottom {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-s);
}

.footer--rich .footer__bottom .footer__social {
  margin-left: auto;
}

@media (min-width: 640px) and (max-width: 959px) {
  .footer__grid {
    gap: var(--space-l) var(--space-l);
  }
}

@media (min-width: 960px) {
  .footer__grid {
    gap: var(--space-l) var(--space-xl);
  }
}

/* ——— Motion emphasis: pricing + CTA ——— */
.reveal-hidden.motion-emphasis {
  opacity: 0;
  transform: translate3d(0, 48px, 0) scale(0.965);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-hidden.motion-emphasis.reveal-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal-hidden.motion-emphasis--cta {
  transform: translate3d(0, 56px, 0) scale(0.97);
}

.motion-emphasis--cta .brand-illus--cta {
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.12s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.reveal-hidden.motion-emphasis--cta .brand-illus--cta {
  opacity: 0;
  transform: translate3d(12px, 18px, 0) rotate(-4deg);
}

.reveal-hidden.motion-emphasis--cta.reveal-visible .brand-illus--cta {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
}

@media (min-width: 900px) {
  .reveal-hidden.motion-emphasis {
    transform: translate3d(0, 56px, 0) scale(0.955);
  }

  .reveal-hidden.motion-emphasis--cta {
    transform: translate3d(0, 64px, 0) scale(0.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-hidden.motion-emphasis,
  .reveal-hidden.motion-emphasis--cta,
  .motion-emphasis--cta .brand-illus--cta,
  .reveal-hidden.motion-emphasis--cta .brand-illus--cta {
    transform: none;
    transition: opacity 0.01ms;
  }
}

