

:root{
  --bg:#f5f7fb;
  --card:#fff;
  --text:#0f172a;
  --muted:rgba(15,23,42,.72);
  --border:rgba(15,23,42,.12);
  --shadow:0 18px 50px rgba(0,0,0,.10);
  --radius:18px;
  --primary:#ff7a18;
}

.t-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.t-section{
  padding: 48px 0;
  background: #fff;
}

.t-section-alt{
  background: var(--bg);
}

.t-h1{
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 950;
  color: var(--text);
  letter-spacing: -0.02em;
}

.t-section h1:not(.t-h1){
  margin: 0 0 14px;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 900;
  color: var(--text);
}

.t-section h2,
.t-cta h2{
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 950;
  color: var(--text);
  letter-spacing: -0.01em;
}

.t-muted{
  color: var(--muted);
  font-weight: 650;
}

.t-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.t-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid transparent;
}

.t-btn-primary{
  background: var(--primary);
  color: #fff;
}

.t-btn-secondary{
  background: rgba(255,255,255,.92);
  color: var(--text);
  border-color: rgba(15,23,42,.14);
}

.t-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top: 12px;
}

.t-badge{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15,23,42,.06);
  border: 1px solid rgba(15,23,42,.10);
  color: rgba(15,23,42,.82);
}

.t-cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.t-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.t-card h3{
  margin: 0 0 8px;
  font-weight: 950;
  color: var(--text);
}

.t-steps{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.86);
  font-weight: 650;
}

.t-steps li{ margin: 10px 0; }

.t-cta{
  padding: 48px 0;
  background: radial-gradient(900px 380px at 10% 0%, rgba(255,122,24,.18), transparent 60%),
              #fff;
}

.t-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  flex-wrap: wrap;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
}

@media (max-width: 980px){
  .t-cards{ grid-template-columns: 1fr; }
}


/* /assets/css/terms.css */

.page{ padding: 26px 0 46px; }

.page-card{
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 22px;
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0,0,0,.06);
}

.page-head{ margin-bottom: 14px; }
.page-title{ margin: 0 0 6px; font-size: 24px; letter-spacing:.2px; }
.page-intro{ margin-top: 10px; line-height: 1.6; }

.toc{
  margin: 14px 0 18px;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: rgba(11,15,24,.02);
}
.toc-title{ font-weight: 700; margin-bottom: 8px; }
.toc-list{ margin: 0 0 0 18px; padding: 0; }
.toc-list li{ margin: 6px 0; }
.toc a{ color: inherit; text-decoration: none; border-bottom: 1px dashed rgba(0,0,0,.25); }
.toc a:hover{ border-bottom-style: solid; }

.page-card h2{
  font-size: 18px;
  margin: 18px 0 8px;
  letter-spacing: .2px;
  scroll-margin-top: 90px;
}

.page-card p{ line-height: 1.6; margin: 0 0 10px; }
.page-card ul{ margin: 6px 0 14px 18px; padding: 0; }
.page-card li{ margin: 6px 0; line-height: 1.55; }

.muted{ color: rgba(11,15,24,.65); }
.small{ font-size: 12.5px; }

.sep{
  border:0;
  border-top:1px solid rgba(0,0,0,.08);
  margin: 18px 0 12px;
}

@media (max-width: 720px){
  .page-card{ padding: 18px 16px; border-radius: 14px; }
  .page-title{ font-size: 20px; }
}

/* /assets/css/terms.css */
/* Terms page styling (matches your .page / .page-card pattern) */

.page{
  padding: 26px 0 50px;
}

.page-card{
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 22px;

  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.page-head{
  margin-bottom: 14px;
}

.page-title{
  margin: 0 0 6px 0;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: .2px;
}

.page-intro{
  margin-top: 10px;
  line-height: 1.65;
}

/* Muted helpers */
.muted{ color: rgba(11,15,24,.65); }
.small{ font-size: 12.5px; }

/* TOC */
.toc{
  margin: 14px 0 18px;
  padding: 14px 14px;

  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: rgba(11,15,24,.02);
}

.toc-title{
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .2px;
}

.toc-list{
  margin: 0;
  padding-left: 18px;
}

.toc-list li{
  margin: 6px 0;
}

.toc a{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,.28);
  padding-bottom: 1px;
}

.toc a:hover{
  border-bottom-style: solid;
}

/* Content */
.page-card h2{
  margin: 18px 0 8px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: .2px;

  /* so anchors don't hide under sticky header */
  scroll-margin-top: 90px;
}

.page-card p{
  margin: 0 0 10px;
  line-height: 1.65;
}

.page-card ul{
  margin: 8px 0 14px 0;
  padding-left: 18px;
}

.page-card li{
  margin: 7px 0;
  line-height: 1.6;
}

/* Separator */
.sep{
  border: 0;
  border-top: 1px solid rgba(0,0,0,.08);
  margin: 18px 0 12px;
}

/* Nice selection highlight */
.page-card ::selection{
  background: rgba(11,15,24,.12);
}

/* Mobile */
@media (max-width: 720px){
  .page{
    padding: 18px 0 40px;
  }

  .page-card{
    padding: 18px 16px;
    border-radius: 14px;
  }

  .page-title{
    font-size: 21px;
  }

  .toc{
    padding: 12px 12px;
  }
	
	
/* /assets/css/terms.css */

.page{ padding: 26px 0 46px; }

.page-card{
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 22px;
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0,0,0,.06);
}

.page-head{ margin-bottom: 14px; }
.page-title{ margin: 0 0 6px; font-size: 24px; letter-spacing:.2px; }
.page-intro{ margin-top: 10px; line-height: 1.6; }

.toc{
  margin: 14px 0 18px;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: rgba(11,15,24,.02);
}
.toc-title{ font-weight: 700; margin-bottom: 8px; }
.toc-list{ margin: 0 0 0 18px; padding: 0; }
.toc-list li{ margin: 6px 0; }
.toc a{ color: inherit; text-decoration: none; border-bottom: 1px dashed rgba(0,0,0,.25); }
.toc a:hover{ border-bottom-style: solid; }

.page-card h2{
  font-size: 18px;
  margin: 18px 0 8px;
  letter-spacing: .2px;
  scroll-margin-top: 90px;
}

.page-card p{ line-height: 1.6; margin: 0 0 10px; }
.page-card ul{ margin: 6px 0 14px 18px; padding: 0; }
.page-card li{ margin: 6px 0; line-height: 1.55; }

.muted{ color: rgba(11,15,24,.65); }
.small{ font-size: 12.5px; }

.sep{
  border:0;
  border-top:1px solid rgba(0,0,0,.08);
  margin: 18px 0 12px;
}

@media (max-width: 720px){
  .page-card{ padding: 18px 16px; border-radius: 14px; }
  .page-title{ font-size: 20px; }
}
	
	
}





:root{
  --bg:#f5f7fb;
  --card:#fff;
  --text:#0f172a;
  --muted:rgba(15,23,42,.72);
  --border:rgba(15,23,42,.12);
  --shadow:0 18px 50px rgba(0,0,0,.10);
  --radius:18px;
  --primary:#ff7a18;
}

.t-container{

  margin: 0 auto;
  padding: 0 20px;
}

.t-hero{

  padding: 56px 0;
}

.t-hero-grid{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: center;
}

.t-hero-content h1{
  margin: 0;
  font-size: clamp(2.0rem, 3.2vw, 3.1rem);
  line-height: 1.05;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.02em;
}

.t-hero-subtitle{
  margin: 10px 0 0;
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--muted);
}

.t-hero-intro{
  margin: 16px 0 0;
  color: rgba(15,23,42,.82);
  font-weight: 650;
  line-height: 1.5;
  max-width: 75ch;
}

.t-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.t-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid transparent;
}

.t-btn-primary{
  background: var(--primary);
  color: #fff;
}

.t-btn-secondary{
  background: rgba(255,255,255,.92);
  color: var(--text);
  border-color: rgba(15,23,42,.14);
}

.t-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top: 14px;
}

.t-badge{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15,23,42,.06);
  border: 1px solid rgba(15,23,42,.10);
  color: rgba(15,23,42,.82);
}

/* Visual card */
.t-hero-visual{
  display:flex;
  justify-content:flex-end;
}

.t-visual-card{
  width: 100%;
  max-width: 520px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
  backdrop-filter: blur(6px);
}

.t-visual-title{
  font-weight: 950;
  color: var(--text);
  margin-bottom: 10px;
}

.t-visual-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom: 12px;
}

.t-visual-pill{
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15,23,42,.06);
  border: 1px solid rgba(15,23,42,.10);
  color: rgba(15,23,42,.82);
}

/* Mini matrix */
.t-visual-matrix{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.t-visual-matrix-head,
.t-visual-matrix-row{
  display:grid;
  grid-template-columns: 1.2fr .9fr 1fr .9fr;
  gap: 10px;
  padding: 10px 12px;
  align-items: center;
  font-weight: 800;
}

.t-visual-matrix-head{
  background: rgba(15,23,42,.04);
  color: rgba(15,23,42,.80);
  font-size: 12px;
}

.t-visual-matrix-row{
  border-top: 1px solid rgba(15,23,42,.08);
  font-weight: 850;
  color: rgba(15,23,42,.86);
}

.t-visual-matrix-row .ok{ color: #138a3d; }
.t-visual-matrix-row .flag{ color: #b45309; }
.t-visual-matrix-row .no{ color: rgba(15,23,42,.45); }

.t-visual-note{
  margin-top: 10px;
  font-weight: 700;
  color: rgba(15,23,42,.70);
  font-size: 13px;
}

/* Sections */
.t-section{
  padding: 48px 0;
  background: #fff;
}

.t-section-alt{
  background: var(--bg);
}

.t-section h2,
.t-cta h2{
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 950;
  color: var(--text);
  letter-spacing: -0.01em;
}

.t-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.86);
  font-weight: 650;
}

.t-list li{ margin: 8px 0; }

.t-list-2col{
  columns: 2;
  column-gap: 26px;
}

.t-muted{
  color: var(--muted);
  font-weight: 650;
}

/* Cards */
.t-cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.t-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.t-card h3{
  margin: 0 0 8px;
  font-weight: 950;
  color: var(--text);
}

.t-steps{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.86);
  font-weight: 650;
}

.t-steps li{ margin: 10px 0; }

/* CTA */
.t-cta{
  padding: 48px 0;
  background: radial-gradient(900px 380px at 10% 0%, rgba(255,122,24,.18), transparent 60%),
              #fff;
}

.t-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  flex-wrap: wrap;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
}

@media (max-width: 980px){
  .t-hero-grid{ grid-template-columns: 1fr; }
  .t-hero-visual{ justify-content: flex-start; }
  .t-cards{ grid-template-columns: 1fr; }
  .t-list-2col{ columns: 1; }
}








/* =========================================================
   Frontpage blocks: minder leeg, meer structuur (zakelijk)
   ========================================================= */
.t-front-block .t-container{
  max-width: 1200px;            /* minder 'leeg' op grote schermen */
}

/* Section spacing strakker + duidelijke scheiding */
.t-front-block{
  padding: 56px 0;              /* was waarschijnlijk te ruim */
}
@media (max-width: 768px){
  .t-front-block{ padding: 40px 0; }
}

/* Titel hiërarchie sterker */
.t-front-block h2{
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.t-front-block .t-muted{
  max-width: 72ch;
  margin: 0 0 22px;
  opacity: .85;
}

/* Subtiele, zakelijke achtergrond i.p.v. “platte wit” */
.t-section.t-front-block{
  background:
    radial-gradient(900px 260px at 12% 0%, rgba(31,110,255,.08), transparent 55%),
    radial-gradient(900px 260px at 88% 0%, rgba(255,140,0,.06), transparent 55%);
}
.t-section-alt.t-front-block{
  background:
    linear-gradient(180deg, rgba(15,23,42,.03), rgba(15,23,42,0));
  border-top: 1px solid rgba(15,23,42,.06);
  border-bottom: 1px solid rgba(15,23,42,.06);
}

/* Steps: van “lijst” naar cards in grid (scheelt saaiheid enorm) */
.t-front-block .t-steps{
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1100px){
  .t-front-block .t-steps{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .t-front-block .t-steps{ grid-template-columns: 1fr; }
}

.t-front-block .t-steps li{
  position: relative;
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 16px 16px 14px;
  box-shadow: 0 8px 22px rgba(15,23,42,.06);
}

/* Nummer badge linksboven (zakelijk, niet te speels) */
.t-front-block .t-steps li::before{
  content: counter(step);
}
.t-front-block .t-steps{
  counter-reset: step;
}
.t-front-block .t-steps li{
  counter-increment: step;
}
.t-front-block .t-steps li::after{
  content: counter(step);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(15,23,42,.72);
  background: rgba(15,23,42,.06);
  border: 1px solid rgba(15,23,42,.08);
}

/* Step titel + tekst */
.t-front-block .t-steps li strong{
  display: block;
  margin: 0 36px 6px 0;
  font-size: 15px;
}
.t-front-block .t-steps li{
  line-height: 1.45;
}

/* Trust list: ook naar cards (2 kol) */
.t-front-block .t-list.t-list-2col{
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 768px){
  .t-front-block .t-list.t-list-2col{ grid-template-columns: 1fr; }
}
.t-front-block .t-list.t-list-2col li{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 12px 12px;
  box-shadow: 0 8px 22px rgba(15,23,42,.05);
}

/* CTA: compacter + “paneel” look */
.t-cta.t-front-block{
  padding: 42px 0;
}
.t-cta.t-front-block .t-cta-inner{
  background:
    radial-gradient(900px 240px at 10% 0%, rgba(31,110,255,.10), transparent 55%),
    #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 900px){
  .t-cta.t-front-block .t-cta-inner{
    flex-direction: column;
    align-items: stretch;
  }
  .t-cta.t-front-block .t-actions{
    justify-content: flex-start;
  }
}

/* Buttons iets “premium” zonder schreeuwen */
.t-front-block .t-btn{
  border-radius: 12px;
  padding: 10px 14px;
}





/* Terms page — matcht met t- stijl */
.t-page-card{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
  padding: 18px 18px;
}

.t-page-head .t-h1{ margin: 0 0 10px; }
.t-page-head .t-lead{
  margin: 12px 0 0;
  line-height: 1.55;
}

.t-toc{
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  background: rgba(15,23,42,.03);
}
.t-toc-title{
  font-weight: 850;
  font-size: 13px;
  margin: 0 0 8px;
  color: rgba(15,23,42,.85);
}
.t-toc-list{
  margin: 0;
  padding-left: 18px;
}
.t-toc-list a{
  text-decoration: none;
  font-weight: 750;
}
.t-toc-list a:hover{
  text-decoration: underline;
}

.t-content{
  margin-top: 18px;
}
.t-content h2{
  margin: 18px 0 8px;
  letter-spacing: -0.01em;
}
.t-content p{ line-height: 1.65; }
.t-content .t-list{
  margin-top: 10px;
}

.t-note{
  margin-top: 18px;
  padding: 12px 12px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  background: rgba(15,23,42,.03);
}




/* Legal pages — matcht met t- stijl */
.t-page-card{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
  padding: 18px 18px;
}

.t-page-head .t-h1{ margin: 0 0 10px; }
.t-page-head .t-lead{
  margin: 12px 0 0;
  line-height: 1.55;
}

.t-toc{
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  background: rgba(15,23,42,.03);
}
.t-toc-title{
  font-weight: 850;
  font-size: 13px;
  margin: 0 0 8px;
  color: rgba(15,23,42,.85);
}
.t-toc-list{
  margin: 0;
  padding-left: 18px;
}
.t-toc-list a{
  text-decoration: none;
  font-weight: 750;
}
.t-toc-list a:hover{ text-decoration: underline; }

.t-content{ margin-top: 18px; }
.t-content h2{
  margin: 18px 0 8px;
  letter-spacing: -0.01em;
}
.t-content p{ line-height: 1.65; }

.t-note{
  margin-top: 18px;
  padding: 12px 12px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  background: rgba(15,23,42,.03);
}


/* Legal pages: links zwart i.p.v. blauw */
.t-page-card a{
  color: #0f172a;           /* zelfde donker als headings */
  text-decoration: none;
  font-weight: 700;
}

.t-page-card a:hover{
  text-decoration: underline;
}



.t-page-card a{ color:#0f172a; text-decoration:none; font-weight:700; }
.t-page-card a:hover{ text-decoration:underline; }





/* Status page blocks */
.t-status-hero{
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  background: rgba(15,23,42,.03);
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.t-status-summary .t-status-title{
  font-weight: 850;
  margin-bottom: 2px;
}

.t-status-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 13px;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  color:#0f172a;
  white-space: nowrap;
}
.t-status-pill.small{ padding: 6px 10px; font-size: 12.5px; }

.t-status-pill.is-ok{
  background: rgba(16,185,129,.10);
  border-color: rgba(16,185,129,.25);
}
.t-status-pill.is-degraded{
  background: rgba(245,158,11,.12);
  border-color: rgba(245,158,11,.25);
}
.t-status-pill.is-outage{
  background: rgba(239,68,68,.10);
  border-color: rgba(239,68,68,.25);
}
.t-status-pill.is-maintenance{
  background: rgba(99,102,241,.10);
  border-color: rgba(99,102,241,.25);
}

.t-status-grid{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 720px){
  .t-status-grid{ grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1060px){
  .t-status-grid{ grid-template-columns: 1fr 1fr 1fr; }
}

.t-status-card{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
.t-status-card-title{
  font-weight: 850;
  color:#0f172a;
}

.t-empty{
  margin-top: 12px;
  padding: 14px;
  border: 1px dashed rgba(15,23,42,.18);
  border-radius: 16px;
  background: rgba(15,23,42,.02);
}
.t-empty-title{
  font-weight: 850;
  margin-bottom: 4px;
}


/* Pricing */
.pricing-cards{ margin-top: 18px; }

.pricing-card{
  position: relative;
  text-align: left;
}

.pricing-featured{
  border: 2px solid rgba(99,102,241,.35);
  box-shadow: 0 16px 40px rgba(99,102,241,.18);
}

.pricing-badge{
  position:absolute;
  top:-12px;
  right:16px;
  background:#4f46e5;
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.pricing-price{
  margin: 10px 0;
  font-size: 22px;
}
.pricing-price strong{
  font-size: 32px;
}


.t-form-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 860px){
  .t-form-grid{ grid-template-columns: 1fr 1fr; }
}
.t-form-group{ display:flex; flex-direction:column; gap:6px; }
.t-label{ font-weight: 800; font-size: 13px; color: rgba(15,23,42,.85); }
.t-input{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.12);
  background:#fff;
  outline: none;
}
.t-input:focus{
  border-color: rgba(99,102,241,.45);
  box-shadow: 0 0 0 4px rgba(99,102,241,.12);
}
.t-help{ font-size: 12.5px; color: rgba(15,23,42,.60); }
.t-divider{ height:1px; background: rgba(15,23,42,.10); margin: 14px 0; }
.t-check{ display:flex; gap:10px; align-items:flex-start; font-size:14px; }
.t-check input{ margin-top: 3px; }
.t-alert{ padding: 12px; border-radius: 14px; border:1px solid rgba(15,23,42,.12); }
.t-alert-danger{ background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.22); }



/* Register page styling (consistent met hero-grid pages) */
.t-form-card{
  padding: 16px;
}

.t-form-card-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15,23,42,.10);
}
.t-form-card-title{
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 16px;
  color:#0f172a;
}
.t-form-card-sub{ font-size: 13px; }

.t-form-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 720px){
  .t-form-grid{ grid-template-columns: 1fr 1fr; }
  .t-span-2{ grid-column: span 2; }
}

.t-form-group{ display:flex; flex-direction:column; gap:6px; }
.t-label{ font-weight: 850; font-size: 13px; color: rgba(15,23,42,.85); }
.t-input{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.12);
  background:#fff;
  outline: none;
}
.t-input:focus{
  border-color: rgba(99,102,241,.45);
  box-shadow: 0 0 0 4px rgba(99,102,241,.12);
}
.t-help{ font-size: 12.5px; color: rgba(15,23,42,.60); }
.t-divider{ height:1px; background: rgba(15,23,42,.10); margin: 14px 0; }

.t-check{ display:flex; gap:10px; align-items:flex-start; font-size:14px; }
.t-check input{ margin-top: 3px; }

.t-actions-stack{
  display:flex;
  gap:10px;
  flex-direction:column;
}
@media (min-width: 520px){
  .t-actions-stack{ flex-direction:row; }
}

.t-alert{
  padding: 12px;
  border-radius: 14px;
  border:1px solid rgba(15,23,42,.12);
  margin-bottom: 12px;
}
.t-alert-danger{
  background: rgba(239,68,68,.08);
  border-color: rgba(239,68,68,.22);
}

/* Mini steps left column */
.t-steps-mini{
  margin-top: 16px;
  display:grid;
  gap:10px;
}
.t-step-mini{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding: 10px 12px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  background: rgba(15,23,42,.02);
}
.t-step-mini.is-active{
  border-color: rgba(99,102,241,.22);
  background: rgba(99,102,241,.06);
}
.t-step-dot{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  font-size: 13px;
  color:#0f172a;
  border: 1px solid rgba(15,23,42,.12);
  background:#fff;
}
.t-step-title{ font-weight: 900; font-size: 13px; }
.t-step-sub{ font-size: 12.5px; color: rgba(15,23,42,.60); }


/* ============================================================
   Frontpage blocks (matcht t-classes stijl)
   Voeg dit toe aan je frontpage css (bijv. /assets/css/frontpage.css)
   ============================================================ */

.t-grid { display: grid; gap: 18px; }
.t-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.t-align-center { align-items: center; }

@media (max-width: 900px) {
  .t-grid-2 { grid-template-columns: 1fr; }
}

/* Cards */
.t-card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
.t-card-title{ font-weight: 700; margin-bottom: 6px; }
.t-card-text{ color: rgba(0,0,0,.70); line-height: 1.5; }

/* List (checks) */
.t-list{ margin: 14px 0 0; padding: 0; list-style: none; }
.t-list li{
  padding-left: 28px;
  position: relative;
  margin: 10px 0;
  color: rgba(0,0,0,.75);
}
.t-list-check li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

/* Highlight box */
.t-highlight{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.00));
}
.t-highlight-kicker{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 12px;
}
.t-highlight-item{
  padding: 12px 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.t-highlight-item:first-of-type{ border-top: 0; padding-top: 0; }

/* Final CTA */
.t-front-cta{ padding-top: 10px; }
.t-cta-card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 18px;
}
@media (max-width: 900px){
  .t-cta-card{ grid-template-columns: 1fr; }
}
.t-footnote{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(0,0,0,.55);
}

/* Metrics */
.t-cta-aside{
  border-radius: 14px;
  padding: 16px;
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.06);
}
.t-cta-metrics{ display: grid; gap: 12px; }
.t-metric{
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}
.t-metric-value{
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}
.t-metric-label{
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0,0,0,.65);
}


/* Learn / Uitleg pages */
.learn-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

.learn-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding: 18px 18px;
}

.learn-hero h1{ margin:0; }
.learn-hero .muted{ margin-top:6px; }

.learn-actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}

.learn-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:12px;
  margin-top: 12px;
}

.learn-card{
  grid-column: span 6;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 14px 14px;
  background: #fff;
  text-decoration:none;
  color: inherit;
  display:block;
}

.learn-card:hover{
  border-color: rgba(0,0,0,.16);
}

.learn-card h3{
  margin: 0 0 6px 0;
  font-size: 16px;
}

.learn-card p{
  margin: 0;
  color: rgba(0,0,0,.65);
  line-height:1.45;
}

.learn-card .learn-meta{
  margin-top: 10px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.learn-pill{
  display:inline-flex;
  align-items:center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  font-size: 12px;
  color: rgba(0,0,0,.7);
  background: rgba(0,0,0,.02);
}

.learn-page{
  margin-top: 12px;
}

.learn-breadcrumb{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom: 10px;
}

.learn-breadcrumb a{ text-decoration:none; }

.learn-section{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 14px 14px;
  background: #fff;
  margin-bottom: 12px;
}

.learn-section h2{
  margin:0 0 8px 0;
  font-size: 16px;
}

.learn-section p{
  margin: 0 0 10px 0;
  color: rgba(0,0,0,.75);
  line-height:1.55;
}

.learn-section ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,.75);
  line-height:1.55;
}

.learn-quote{
  border-left: 4px solid rgba(0,0,0,.12);
  padding: 10px 12px;
  margin-top: 10px;
  color: rgba(0,0,0,.75);
  background: rgba(0,0,0,.02);
  border-radius: 12px;
}

.learn-two{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

@media (max-width: 900px){
  .learn-card{ grid-column: span 12; }
  .learn-two{ grid-template-columns: 1fr; }
}

/* ============================================================
   AI Modal styling (front + modal)
   Works with: .ai-explain, .app-card, .ai-head, .ai-h2, .ai-list
   ============================================================ */

.ai-explain{
  padding: 0;
}

/* Card compact + modal friendly */
.ai-explain .app-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  padding: 18px 18px 16px;
  max-width: 920px;
  margin: 0 auto;
}

/* Header */
.ai-explain .ai-head{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.ai-explain .ai-title{
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -.2px;
}

.ai-explain .ai-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ai-explain .ai-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(11,15,24,.03);
  font-size: 12px;
  color: rgba(11,15,24,.75);
}

.ai-explain .ai-pill-muted{
  background: rgba(11,15,24,.02);
  color: rgba(11,15,24,.55);
}

/* Summary / lead */
.ai-explain .ai-summary{
  font-size: 14px;
  line-height: 1.55;
  color: rgba(11,15,24,.88);
  margin: 0 0 12px 0;
}

/* Errors */
.ai-explain .ai-error{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,0,0,.15);
  background: rgba(255,0,0,.06);
  color: rgba(140,0,0,.95);
  margin: 0 0 12px 0;
  font-size: 13px;
}

/* Section titles */
.ai-explain .ai-h2{
  font-size: 13px;
  margin: 14px 0 8px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: rgba(11,15,24,.55);
}

/* Lists (bullets / steps / checklist) */
.ai-explain .ai-list{
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.ai-explain .ai-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(11,15,24,.02);
  font-size: 14px;
  line-height: 1.45;
  color: rgba(11,15,24,.86);
}

/* “dot icon” for list items */
.ai-explain .ai-list li::before{
  content:"";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  margin-top: 5px;
  background: rgba(11,15,24,.65);
  flex: 0 0 auto;
}

/* Ordered list: show numbers nicely */
.ai-explain ol.ai-list{
  counter-reset: aiStep;
}
.ai-explain ol.ai-list li{
  counter-increment: aiStep;
}
.ai-explain ol.ai-list li::before{
  content: counter(aiStep);
  width: 22px;
  height: 22px;
  margin-top: 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(11,15,24,.10);
  color: rgba(11,15,24,.85);
}

/* FAQ */
.ai-explain .ai-faq{
  display:grid;
  gap:10px;
}

.ai-explain .ai-faq-item{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  overflow:hidden;
}

.ai-explain .ai-q{
  padding: 12px 12px;
  font-weight: 700;
  font-size: 14px;
  color: rgba(11,15,24,.92);
  background: rgba(11,15,24,.03);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.ai-explain .ai-a{
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(11,15,24,.84);
}

/* Next actions emphasize */
.ai-explain .ai-actions li{
  background: rgba(11,15,24,.04);
}
.ai-explain .ai-actions li::before{
  background: rgba(11,15,24,.85);
}

/* Warnings */
.ai-explain .ai-warn{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,170,0,.18);
  background: rgba(255,170,0,.08);
  color: rgba(90,60,0,.95);
  font-size: 14px;
}
.ai-explain .ai-warn strong{
  display:block;
  margin-bottom: 8px;
}
.ai-explain .ai-warn ul{
  margin: 0;
  padding-left: 18px;
}

/* Make it tighter on small screens */
@media (max-width: 640px){
  .ai-explain .app-card{
    border-radius: 16px;
    padding: 14px 14px 12px;
  }
  .ai-explain .ai-title{
    font-size: 18px;
  }
}
