/* Gedeelde visuele stijl en responsive layouts voor de marketingwebsite. */
:root {
  --bg: #e7e8e0;
  --surface: #f8f8f3;
  --surface-2: #daddd2;
  --ink: #171b20;
  --muted: #626962;
  --accent: #416657;
  --accent-dark: #29473c;
  --accent-soft: #cbd8d0;
  --warm: #ded3bd;
  --line: rgba(23, 27, 32, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.62; }
img { max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -80px; background: var(--ink); color: white; padding: 10px 16px; z-index: 100; }
.skip-link:focus { top: 12px; }
.kicker { margin: 0 0 10px; color: var(--accent-dark); font-family: var(--serif); font-style: italic; font-size: 19px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(48px, 7.2vw, 92px); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 64px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
h3 { font-size: 20px; line-height: 1.2; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--accent); color: white; font-weight: 600; padding: 13px 22px; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.button-small { padding: 9px 17px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(231, 232, 224, .9); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; }
.brand img { border-radius: 11px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.button):hover { color: var(--accent); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 8px 15px; color: var(--ink); font: inherit; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 50px; padding-block: 70px; overflow: hidden; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: clamp(20px, 2.2vw, 25px); }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.store-button { min-width: 190px; display: inline-flex; align-items: center; gap: 11px; border-radius: 12px; background: var(--ink); color: white; padding: 9px 16px; text-decoration: none; line-height: 1.05; font-size: 18px; font-weight: 500; }
.store-button small { display: block; margin-bottom: 4px; font-size: 11px; font-weight: 400; }
.store-button.is-disabled { opacity: .82; }
.store-icon { font-size: 25px; }
.play-icon { font-size: 21px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 22px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--accent); font-weight: 600; }
.phone-stage { min-height: 600px; position: relative; display: grid; place-items: center; }
.halo { position: absolute; border-radius: 50%; filter: blur(1px); }
.halo-one { width: 510px; height: 510px; background: var(--accent-soft); }
.halo-two { width: 280px; height: 280px; right: -30px; top: 30px; background: var(--warm); opacity: .75; }
.phone { position: relative; width: 326px; padding: 10px; border-radius: 46px; background: #12171b; box-shadow: 0 30px 80px rgba(30, 39, 34, .23); transform: rotate(2deg); }
.phone-bar { display: flex; justify-content: space-between; padding: 8px 24px 4px; color: white; font-size: 11px; }
.phone-screen { min-height: 570px; position: relative; overflow: hidden; border-radius: 35px; background: var(--bg); padding: 18px 14px 65px; }
.app-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.app-heading div { display: grid; }
.app-heading em, .app-card em { font-family: var(--serif); color: var(--muted); }
.app-heading strong { font-size: 26px; }
.round-icon { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); }
.app-card { margin-bottom: 10px; border-radius: 20px; background: var(--surface); padding: 15px; font-size: 12px; line-height: 1.35; }
.app-card p { margin: 9px 0; font-size: 13px; }
.day-count { display: flex; align-items: flex-end; gap: 9px; margin: 2px 0 12px; }
.day-count strong { font-size: 54px; line-height: 1; font-weight: 500; }
.milestone { display: flex; align-items: center; gap: 9px; border-top: 1px solid var(--line); padding-top: 10px; }
.keytag { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: #f0bd48; font-weight: 600; }
.fake-input { display: block; border-radius: 11px; background: var(--bg); color: var(--muted); padding: 9px; }
.meeting-snippet { display: grid; gap: 4px; }
.app-tabs { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: var(--surface); padding: 13px 7px; font-size: 9px; text-align: center; }
.app-tabs .active { color: var(--accent); font-weight: 600; }

.recognition { background: var(--ink); color: var(--surface); text-align: center; }
.recognition-inner { padding-block: 90px; }
.recognition p { color: #b9bdb8; }
.recognition h2 { max-width: 870px; margin: auto; }
.pillar-nav { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.pillar-nav a { display: grid; gap: 2px; padding: 25px 15px; color: var(--muted); text-decoration: none; }
.pillar-nav strong { color: var(--ink); font-size: 18px; }
.pillar-nav a:hover strong { color: var(--accent); }

.feature { min-height: 760px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(50px, 8vw, 110px); align-items: center; padding-block: 110px; scroll-margin-top: 70px; }
.feature-copy, .visual-panel { min-width: 0; }
.feature-copy > p:not(.kicker):not(.honest-note) { color: var(--muted); font-size: 19px; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 600; }
.wide-section { width: 100%; max-width: none; background: var(--surface-2); }
.feature.wide-section { display: block; }
.feature-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.feature-reverse .feature-copy { order: 2; }
.visual-panel { min-height: 470px; border-radius: 32px; background: var(--surface); padding: clamp(25px, 4vw, 48px); box-shadow: 0 20px 60px rgba(35, 42, 37, .09); }
.panel-label { font-family: var(--serif); font-style: italic; color: var(--muted); }
.progress-item { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-bottom: 26px; }
.progress-item i { height: 12px; grid-column: 1 / -1; overflow: hidden; border-radius: 99px; background: var(--surface-2); }
.progress-item u { display: block; height: 100%; border-radius: inherit; background: var(--accent); text-decoration: none; }
.big-keytag { width: 180px; height: 180px; display: grid; align-content: center; justify-items: center; margin: 55px auto 25px; border-radius: 50%; background: var(--warm); box-shadow: inset 0 0 0 14px rgba(255,255,255,.32); }
.big-keytag span { font-size: 64px; font-weight: 500; line-height: 1; }
.visual-note { text-align: center; color: var(--muted); }
.visual-note strong { color: var(--ink); }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 25px; border-radius: 14px; background: var(--bg); padding: 4px; text-align: center; font-size: 13px; }
.segmented span { padding: 7px; border-radius: 10px; }
.segmented .selected { background: var(--accent); color: white; }
.meeting-cards { display: grid; grid-template-columns: 1fr; }
.meeting-list article { min-width: 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); padding: 19px 0; }
.meeting-list article:last-child { border-bottom: 0; }
.meeting-list h3, .meeting-list p { margin: 3px 0; }
.meeting-list small { color: var(--muted); }
.status { flex: 0 0 auto; border-radius: 999px; background: var(--bg); padding: 6px 10px; color: var(--muted); font-size: 11px; }
.status.good { background: var(--accent-soft); color: var(--accent-dark); }
.status.tight { background: var(--warm); color: var(--ink); }
.honest-note { margin-top: 30px; border-left: 3px solid var(--accent); padding-left: 18px; color: var(--muted); font-size: 15px; }
.moods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 30px; }
.moods span { aspect-ratio: 1; display: grid; place-items: center; align-content: center; gap: 8px; border-radius: 12px; background: var(--bg); }
.moods svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.moods .mood-eye { fill: currentColor; stroke: none; }
.mood-good { color: #2f7a5e; }
.mood-okay { color: #be9420; }
.mood-poor { color: #c0542f; }
.moods small { font: 12px var(--sans); }
.moods .chosen { box-shadow: inset 0 0 0 2px currentColor; }
.journal-block { display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 25px; }
.journal-block em { font-family: var(--serif); color: var(--muted); }
.journal-block i { margin-top: 8px; border-radius: 14px; background: var(--bg); color: var(--muted); padding: 13px; font-size: 14px; }
.fellows-section { background: var(--warm); }
.fellows-columns { display: grid; grid-template-columns: 1fr; gap: 16px; }
.fellows-columns section { min-width: 0; border-radius: 18px; background: rgba(255, 255, 255, .32); padding: 18px; }
.fellows-columns .panel-label { margin-bottom: 4px; }
.person { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.fellows-columns section .person:last-child { border-bottom: 0; }
.person div { display: grid; }
.person small { color: var(--muted); }
.avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: white; }
.avatar.alt { background: #9b675c; }.avatar.third { background: #607493; }
.contact-actions { letter-spacing: 3px; }
.photo-import { width: 100%; margin-top: 24px; border: 0; border-radius: 999px; background: var(--accent); color: white; padding: 13px; font: 600 14px var(--sans); opacity: 1; }

.connected { padding-block: 120px; text-align: center; }
.connected > p:not(.kicker) { max-width: 760px; margin-inline: auto; color: var(--muted); font-size: 19px; }
.connection-flow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 45px; }
.connection-flow span { border-radius: 999px; background: var(--surface); padding: 12px 17px; font-size: 14px; }
.connection-flow b { color: var(--accent); }
.privacy-section { background: var(--accent-dark); color: white; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 100px; }
.privacy-grid .kicker { color: #cbd8d0; }
.privacy-grid p { color: #d6ded9; }
.privacy-grid ul { margin: 0; padding: 0; list-style: none; }
.privacy-grid li { display: grid; grid-template-columns: 40px 1fr; gap: 13px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.privacy-grid li span { color: #aebdb4; font-size: 12px; }
.text-link { font-weight: 600; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-block: 110px; }
.faq-intro { position: sticky; top: 115px; align-self: start; }
.accordion details { border-bottom: 1px solid var(--line); padding: 21px 0; }
.accordion summary { cursor: pointer; font-weight: 600; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; float: right; color: var(--accent); font-size: 22px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 16px 35px 0 0; color: var(--muted); }
.download-section { background: var(--surface); text-align: center; }
.download-inner { padding-block: 110px; }
.download-inner img { border-radius: 22px; box-shadow: 0 16px 35px rgba(35,42,37,.18); }
.download-inner .kicker { margin-top: 25px; }
.download-inner h2 { max-width: 760px; margin-inline: auto; }
.download-inner > p:not(.kicker) { color: var(--muted); }
.download-inner .store-buttons { justify-content: center; }
.site-footer { background: var(--ink); color: white; }
.footer-grid { min-height: 210px; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 20px 60px; }
.footer-brand img { border-radius: 9px; }
.footer-grid p, .footer-grid small { margin: 0; color: #adb1ad; }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 25px; }
.footer-grid small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 880px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 66px; align-items: stretch; flex-direction: column; gap: 0; border-radius: 18px; background: var(--surface); padding: 12px; box-shadow: 0 20px 50px rgba(20,25,22,.16); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .site-nav .button { margin-top: 5px; }
  .hero, .feature, .feature-grid, .privacy-grid, .faq { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero .store-buttons, .trust-list { justify-content: center; }
  .feature, .feature-grid { gap: 55px; }
  .feature-reverse .feature-copy { order: 0; }
  .wide-section { padding-block: 95px; }
  .privacy-grid, .faq { gap: 45px; }
  .faq-intro { position: static; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1160px); }
  h1 { font-size: 52px; }
  h2 { font-size: 40px; }
  .hero { min-height: auto; gap: 25px; padding-bottom: 55px; }
  .store-buttons { display: grid; }
  .store-button { width: 100%; justify-content: center; }
  .phone-stage { min-height: 540px; transform: scale(.87); margin: -25px 0; }
  .pillar-nav { grid-template-columns: 1fr 1fr; }
  .pillar-nav a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature { min-height: auto; padding-block: 80px; }
  .visual-panel { min-height: auto; padding: 25px 20px; border-radius: 25px; }
  .connection-flow { display: grid; }
  .connection-flow b { transform: rotate(90deg); }
  .privacy-grid { padding-block: 75px; }
  .footer-grid { grid-template-columns: 1fr; padding-block: 45px; }
  .footer-grid nav { justify-content: flex-start; flex-wrap: wrap; }
  .footer-grid small { grid-column: auto; }
}
