/* Alleen index.html (landingspagina) */

/* Dashboard / Uitbetalingen: alleen zichtbaar na inloggen; layout blijft gelijk aan andere pagina's */
.ondernemer-portaal-nav[hidden]{
  display:none !important;
}

.ondernemer-portaal-nav:not([hidden]){
  display:contents;
}

/* Grote banner alleen voor gasten; na inloggen direct portaal / inhoud */
body.landing-page.ikash-ondernemer-logged-in .city-banner{
  display:none !important;
}

#view-home-user{
  display:none;
}

body.ikash-ondernemer-logged-in #view-home-guest{
  display:none;
}

body.ikash-ondernemer-logged-in #view-home-user{
  display:block;
}

/* Mijn iKash view: wordt via JS getoggled (hidden attribuut) */
#mijn-ikash{
  margin-top:18px;
}

.portal-backbar{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 10px;
}

.portal-backlink{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#23223B;
  font-weight:900;
}

.portal-backlink:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.portal-home{
  padding:0 0 64px;
  background:linear-gradient(180deg, #f8fafc 0%, #ffffff 70%);
}

.portal-banner{
  position:relative;
  overflow:hidden;
  padding:0;
  background:#23223B;
  border-bottom:1px solid rgba(255,255,255,0.10);
}

.portal-banner::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(105deg, rgba(35, 34, 59, 0.92) 0%, rgba(35, 34, 59, 0.55) 45%, rgba(188, 105, 0, 0.22) 100%),
    radial-gradient(ellipse 80% 120% at 80% 20%, rgba(188, 105, 0, 0.35), transparent 55%);
  pointer-events:none;
}

.portal-banner-inner{
  max-width:1320px;
  margin:0 auto;
  padding:clamp(28px, 5vw, 44px) clamp(16px, 4vw, 40px);
  position:relative;
  z-index:1;
}

.portal-banner h1{
  margin:0 0 8px;
  color:#fff;
  letter-spacing:-0.025em;
  font-size:clamp(1.5rem, 3.5vw, 1.85rem);
  font-weight:800;
}

.portal-banner p{
  margin:0;
  color:rgba(255,255,255,0.78);
  font-size:15px;
  line-height:1.5;
  max-width:38rem;
}

.portal-home-wrap{
  max-width:1320px;
  margin:0 auto;
  padding:0 clamp(16px, 4vw, 40px);
  padding-top:18px;
}

.portal-hero-card{
  border-radius:18px;
  border:1px solid rgba(35,34,59,0.12);
  background:linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.98));
  box-shadow:0 18px 54px rgba(35,34,59,0.08);
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

@media (min-width:980px){
  .portal-hero-card{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:22px;
  }
}

.portal-hero-copy h1{
  margin:0 0 8px;
  color:#23223B;
  letter-spacing:-0.03em;
  font-size:clamp(1.45rem, 2.8vw, 2rem);
}

.portal-hero-sub{
  margin:0;
  color:#475569;
  line-height:1.6;
  max-width:58rem;
}

.portal-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.portal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}

.portal-btn--primary{
  color:#fff;
  background:var(--ik-primary-grad);
  box-shadow:var(--ik-primary-shadow);
}

.portal-btn--secondary{
  color:#23223B;
  background:#fff;
  border:1px solid rgba(35,34,59,0.14);
}

.portal-btn--ghost{
  color:#23223B;
  background:transparent;
  border:1px dashed rgba(35,34,59,0.18);
}

.portal-cards{
  margin-top:18px;
  display:grid;
  gap:12px;
  grid-template-columns:1fr;
}

@media (min-width:880px){
  .portal-cards{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:14px;
  }
}

.portal-card{
  border-radius:16px;
  border:1px solid rgba(35,34,59,0.10);
  background:#fff;
  box-shadow:0 12px 30px rgba(35,34,59,0.06);
  padding:16px;
  text-decoration:none;
  color:inherit;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.portal-card:hover{
  transform:translateY(-1px);
  border-color:rgba(188,105,0,0.26);
  box-shadow:0 18px 40px rgba(35,34,59,0.08);
}

.portal-card-title{
  color:#23223B;
  font-weight:950;
  letter-spacing:-0.02em;
  margin:0 0 6px;
}

.portal-card-desc{
  color:#64748b;
  line-height:1.55;
}

.portal-income{
  margin-top:18px;
}

.portal-income-head{
  margin:0 0 12px;
}

.portal-income-head h2{
  margin:0 0 8px;
  color:#23223B;
  letter-spacing:-0.03em;
  font-size:clamp(1.2rem, 2.2vw, 1.55rem);
}

.portal-income-sub{
  margin:0;
  color:#64748b;
  line-height:1.6;
}

.portal-kpi-row{
  margin-top:12px;
  display:grid;
  gap:12px;
  grid-template-columns:1fr;
}

@media (min-width:900px){
  .portal-kpi-row{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

.portal-kpi{
  border-radius:16px;
  border:1px solid rgba(35,34,59,0.10);
  background:#fff;
  box-shadow:0 12px 30px rgba(35,34,59,0.06);
  padding:16px;
}

.portal-kpi-label{
  color:#64748b;
  font-weight:800;
  font-size:12px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.portal-kpi-value{
  color:#23223B;
  font-weight:950;
  letter-spacing:-0.02em;
  font-size:clamp(1.25rem, 2.2vw, 1.55rem);
  margin-bottom:6px;
  font-variant-numeric:tabular-nums;
}

.portal-kpi-meta{
  color:#64748b;
  font-weight:700;
  font-size:13px;
}

.portal-income-table{
  margin-top:12px;
  border-radius:16px;
  border:1px solid rgba(35,34,59,0.10);
  background:#fff;
  box-shadow:0 12px 30px rgba(35,34,59,0.06);
  overflow:hidden;
}

.portal-income-table-head{
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid rgba(35,34,59,0.08);
}

.portal-income-table-title{
  color:#23223B;
  font-weight:950;
  letter-spacing:-0.02em;
}

.portal-income-link{
  text-decoration:none;
  color:#23223B;
  font-weight:800;
}

.portal-income-link:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.portal-income-scroll{
  overflow:auto;
}

.portal-income-grid{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:720px;
}

.portal-income-grid th,
.portal-income-grid td{
  text-align:left;
  padding:12px 16px;
  border-bottom:1px solid rgba(35,34,59,0.06);
  color:#0f172a;
  font-size:13px;
}

.portal-income-grid th{
  background:linear-gradient(180deg, rgba(248,250,252,0.9), rgba(255,255,255,0.9));
  color:#334155;
  font-weight:900;
  position:sticky;
  top:0;
  z-index:1;
}

.portal-income-grid tbody tr:hover td{
  background:rgba(35,34,59,0.03);
}

.portal-income-num{
  text-align:right;
}

.portal-income-muted{
  color:#94a3b8;
}

.portal-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  letter-spacing:0.02em;
  border:1px solid rgba(35,34,59,0.12);
  background:rgba(35,34,59,0.06);
  color:#23223B;
  white-space:nowrap;
}

.portal-pill--ok{
  border-color:rgba(34,197,94,0.25);
  background:rgba(34,197,94,0.10);
  color:#166534;
}

.portal-pill--pending{
  border-color:rgba(188,105,0,0.25);
  background:rgba(188,105,0,0.10);
  color:#9b5600;
}

.landing-main{
  padding-bottom:56px;
}

.landing-intro{
  margin-top:22px;
  margin-bottom:0;
}

.landing-intro h1{
  font-size:clamp(1.5rem, 2.8vw, 2rem);
  color:#23223B;
}

.landing-intro-lead{
  font-size:1.05rem;
  line-height:1.55;
  color:#334155;
  max-width:42rem;
}

.landing-guest-cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.landing-user-cta{
  display:none;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

body.ikash-ondernemer-logged-in .landing-guest-cta{
  display:none;
}

body.ikash-ondernemer-logged-in .landing-user-cta{
  display:flex;
}

.landing-user-cta a.btn{
  text-decoration:none;
  box-sizing:border-box;
}

.landing-user-cta .btn-secondary{
  background:#fff;
  color:#23223B;
  border:2px solid #23223B;
}

.landing-deals{
  margin-top:28px;
  padding:28px 0 38px;
  background:linear-gradient(180deg, #f1f5f9 0%, #f8fafc 40%, #fff 100%);
  border-top:1px solid #e2e8f0;
}

.landing-deals-inner{
  max-width:920px;
}

.landing-deals #landing-deals-title{
  margin:0 0 12px;
  font-size:clamp(1.35rem, 2.4vw, 1.75rem);
  color:#23223B;
}

.landing-deals-lead{
  margin:0 0 28px;
  font-size:1.05rem;
  line-height:1.55;
  color:#475569;
  max-width:40rem;
}

.landing-deals-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
  grid-template-columns:1fr;
}

@media (min-width:640px){
  .landing-deals-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

.landing-deals-card{
  margin:0;
  padding:22px 22px 20px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e2e8f0;
  box-shadow:0 4px 18px rgba(35,34,59,0.06);
}

.landing-deals-card h3{
  margin:0 0 10px;
  font-size:1.05rem;
  color:#23223B;
}

.landing-deals-card p{
  margin:0;
  font-size:0.95rem;
  line-height:1.5;
  color:#64748b;
}

.landing-deals-outro{
  margin-top:32px;
  padding-top:28px;
  border-top:1px solid #e2e8f0;
}

.landing-deals-outro p{
  margin:0 0 16px;
  font-size:1rem;
  line-height:1.55;
  color:#475569;
  max-width:40rem;
}

.landing-deals-outro .landing-guest-cta{
  margin-top:0;
}

.landing-outro-user{
  display:none;
}

body.ikash-ondernemer-logged-in .landing-outro-guest{
  display:none;
}

body.ikash-ondernemer-logged-in .landing-outro-user{
  display:block;
}

/* Hoe het werkt - iKash style */
.landing-how{
  margin-top:48px;
  padding:46px 0 56px;
  background:linear-gradient(180deg, #f1f5f9 0%, #f8fafc 45%, #fff 100%);
  border-top:1px solid #e2e8f0;
}

.landing-how-inner{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.landing-how-top{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:stretch;
}

@media (min-width:900px){
  .landing-how-top{
    grid-template-columns:1fr 1fr;
    gap:22px;
  }
}

.landing-how-panel{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:22px;
  box-shadow:0 10px 30px rgba(35,34,59,0.06);
}

.landing-how-head{
  margin-bottom:14px;
}

.landing-how h2{
  margin:0 0 10px;
  font-size:clamp(1.35rem, 2.6vw, 1.85rem);
  color:#23223B;
  letter-spacing:-0.01em;
}

.landing-how-lead{
  margin:0;
  font-size:1.02rem;
  line-height:1.6;
  color:#475569;
}

.landing-how-steps{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.landing-how-step{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
  transition:border-color .15s ease, box-shadow .15s ease, transform .12s ease;
}

.landing-how-step:hover{
  border-color:rgba(188,105,0,0.45);
  box-shadow:0 14px 34px rgba(35,34,59,0.10);
  transform:translateY(-1px);
}

.landing-how-step-num{
  width:42px;
  height:42px;
  border-radius:14px;
  background:rgba(188,105,0,0.12);
  color:#BC6900;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.landing-how-step h3{
  margin:2px 0 6px;
  font-size:1.04rem;
  color:#23223B;
}

.landing-how-step p{
  margin:0;
  color:#64748b;
  line-height:1.6;
  font-size:0.95rem;
}

.landing-how-preview{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 30px rgba(35,34,59,0.06);
  display:flex;
  flex-direction:column;
}

.landing-preview-caption{
  margin-bottom:14px;
}

.landing-preview-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(188,105,0,0.35);
  background:#fff7ed;
  color:#9b5600;
  font-weight:900;
  font-size:12px;
}

.landing-preview-text{
  margin:10px 0 0;
  color:#475569;
  line-height:1.5;
  font-size:0.98rem;
}

.landing-preview-tile-wrap{
  display:flex;
  justify-content:center;
}

.landing-preview-tile.preview-tile{
  height:350px;
  max-height:350px;
}

@media (min-width:900px){
  .landing-preview-tile.preview-tile{
    height:380px;
    max-height:380px;
  }
}

.landing-how-actions{
  margin:0;
  border-top:none;
  padding-top:0;
}

.landing-how-actions-title{
  margin:0 0 14px;
  font-size:1.06rem;
  color:#23223B;
  position:relative;
  padding-left:16px;
}

.landing-how-actions-title::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-radius:4px;
  background:#BC6900;
}

.landing-action-cards{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
  grid-template-columns:1fr;
}

@media (min-width:740px){
  .landing-action-cards{
    grid-template-columns:repeat(3, 1fr);
  }
}

.landing-action-card{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:18px;
  border-radius:16px;
  border:1px solid #e2e8f0;
  background:#fff;
  box-shadow:0 6px 22px rgba(35,34,59,0.05);
  transition:border-color .15s ease, box-shadow .15s ease, transform .12s ease;
}

.landing-action-card:hover{
  border-color:rgba(188,105,0,0.45);
  box-shadow:0 14px 34px rgba(35,34,59,0.10);
  transform:translateY(-1px);
}

.landing-action-card .action-icon{
  width:44px;
  height:44px;
  border-radius:16px;
  background:rgba(35,34,59,0.06);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#23223B;
}

.landing-action-card .action-title{
  margin:0;
  font-size:1.03rem;
  color:#23223B;
}

.landing-action-card .action-desc{
  margin:0;
  color:#64748b;
  line-height:1.6;
  font-size:0.95rem;
}

.landing-action-card--primary{
  border-color:rgba(188,105,0,0.35);
  background:linear-gradient(180deg, rgba(188,105,0,0.12), #ffffff 70%);
}

.landing-action-card--primary .action-icon{
  background:rgba(188,105,0,0.14);
  color:#BC6900;
}

/* Landing CTA (Wat wil je nu doen?) - dashboard kleuren */
.landing-cta{
  margin:0;
  padding:0;
}

.landing-cta-inner{
  margin-top:18px;
  background:#fff;
  border:1px solid rgba(35,34,59,0.10);
  border-top:3px solid #BC6900;
  border-radius:16px;
  padding:20px 18px 18px;
  box-shadow:0 10px 30px rgba(35,34,59,0.06);
}

.landing-cta-title{
  margin:0 0 14px;
  font-size:1.18rem;
  color:#23223B;
  letter-spacing:-0.02em;
}

.landing-action-cards--cta{
  grid-template-columns:1fr;
}

@media (min-width:740px){
  .landing-action-cards--cta{
    grid-template-columns:repeat(3, 1fr);
  }
}

.landing-action-card{
  background:#fff;
}

.landing-action-card .action-icon{
  border:1px solid rgba(35,34,59,0.10);
  background:linear-gradient(180deg, #eef1f8 0%, #dfe4f0 100%);
  box-shadow:inset 0 -3px 0 rgba(35,34,59,0.08);
}

.landing-action-card--primary .action-icon{
  border:1px solid rgba(188,105,0,0.35);
  background:linear-gradient(180deg, rgba(255,247,237,1) 0%, rgba(254,215,170,0.65) 100%);
  box-shadow:inset 0 -3px 0 rgba(188,105,0,0.28);
  color:#BC6900;
}

/* Landing How (nieuw ontwerp) */
.landing-how{
  margin-top:30px;
  padding:32px 0 40px;
  background:linear-gradient(180deg, #23223B 0%, #1f2937 100%);
  border-top:none;
  color:#fff;
}

.landing-how-inner{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.landing-how-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:stretch;
}

@media (min-width:900px){
  .landing-how-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
}

.landing-how-left{
  padding-top:6px;
}

.landing-how-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(188,105,0,0.30);
  background:rgba(188,105,0,0.08);
  color:#ffd7aa;
  font-weight:900;
  font-size:12px;
  margin-bottom:12px;
}

.landing-how h2{
  margin:0 0 10px;
  font-size:clamp(1.35rem, 2.8vw, 2rem);
  color:#fff;
  letter-spacing:-0.01em;
}

.landing-how-lead{
  margin:0 0 18px;
  font-size:1.02rem;
  line-height:1.65;
  color:rgba(226,232,240,0.92);
}

.landing-how-steps{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.landing-how-step-card{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:16px;
  box-shadow:none;
}

.landing-how-step-card h3{
  margin:0 0 6px;
  font-size:1.04rem;
  color:#fff;
}

.landing-how-step-card p{
  margin:0;
  color:rgba(226,232,240,0.90);
  line-height:1.6;
  font-size:0.95rem;
}

.landing-how-step-icon{
  width:44px;
  height:44px;
  border-radius:16px;
  background:rgba(188,105,0,0.18);
  color:#ffd7aa;
  font-weight:950;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  border:1px solid rgba(188,105,0,0.22);
}

.landing-how-right{
  display:flex;
  align-items:stretch;
}

.landing-how-mockup{
  width:100%;
  border-radius:18px;
  background:linear-gradient(180deg, #23223B 0%, #1f2937 140%);
  border:1px solid rgba(255,255,255,0.14);
  box-shadow:0 20px 60px rgba(35,34,59,0.22);
  padding:16px;
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.landing-how-mockup-head{
  display:flex;
  gap:10px;
  justify-content:space-between;
  align-items:center;
}

.landing-how-mockup-pill{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.08);
  font-size:12px;
  font-weight:900;
}

.landing-how-mockup-chip{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(188,105,0,0.18);
  border:1px solid rgba(188,105,0,0.35);
  font-size:12px;
  font-weight:900;
  color:#ffd7aa;
}

.landing-how-mockup-tile{
  border-radius:16px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  overflow:hidden;
  display:flex;
  min-height:220px;
}

.landing-how-mockup-images{
  width:44%;
  display:grid;
  grid-template-columns:2fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:8px;
  padding:12px;
}

.landing-how-mockup-images img:nth-child(1){
  grid-column:1;
  grid-row:1 / span 2;
}

.landing-how-mockup-images img:nth-child(2),
.landing-how-mockup-images img:nth-child(3){
  /* grid positions below */
}

.landing-how-mockup-images img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  background:#111827;
  border-radius:12px;
}

.landing-how-mockup-images img:nth-child(2){
  grid-column:2;
  grid-row:1;
}

.landing-how-mockup-images img:nth-child(3){
  grid-column:2;
  grid-row:2;
}

.landing-how-mockup-body{
  flex:1;
  padding:14px 14px 12px;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.landing-how-mockup-category{
  display:inline-flex;
  width:max-content;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(224,242,254,0.16);
  border:1px solid rgba(59,130,246,0.28);
  color:#bfdbfe;
  font-size:12px;
  font-weight:900;
}

.landing-how-mockup-title{
  font-size:18px;
  font-weight:900;
  line-height:1.2;
  color:#fff;
}

.landing-how-mockup-merchant-row{
  display:flex;
  gap:10px;
  justify-content:space-between;
  align-items:flex-end;
}

.landing-how-mockup-merchant{
  font-size:13px;
  font-weight:800;
  color:#f1f5f9;
}

.landing-how-mockup-distance{
  font-size:12px;
  color:rgba(255,255,255,0.72);
  font-weight:700;
  white-space:nowrap;
}

.landing-how-mockup-desc{
  font-size:13px;
  line-height:1.45;
  color:rgba(226,232,240,0.9);
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.landing-how-mockup-price-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:10px;
  margin-top:auto;
}

.landing-how-mockup-old{
  color:rgba(255,255,255,0.55);
  text-decoration:line-through;
  font-weight:800;
  font-size:12px;
}

.landing-how-mockup-new{
  color:#BC6900;
  font-weight:1000;
  font-size:16px;
  white-space:nowrap;
}

.landing-how-mockup-btn{
  margin-top:10px;
  width:100%;
  min-height:42px;
  border:none;
  border-radius:12px;
  background:var(--ik-primary-grad);
  box-shadow:var(--ik-primary-shadow);
  color:#fff;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
}

.landing-how-mockup-foot{
  padding:10px 4px 0;
  color:rgba(226,232,240,0.92);
  font-weight:800;
  font-size:13px;
}

.landing-how-actions{
  margin-top:0;
}

.landing-how-actions-title{
  margin:0 0 14px;
  font-size:1.1rem;
  color:#fff;
}

.landing-how-actions-title::before{
  content:none;
}

/* Action cards: afgestemd op iKash home */
.landing-action-card{
  box-shadow:0 10px 30px rgba(35,34,59,0.05);
  border-radius:16px;
}

.landing-action-card--primary{
  background:linear-gradient(180deg, rgba(188,105,0,0.16), rgba(255,255,255,1) 72%);
}

/* Footer (modern iKash style) */
.ikash-site-footer{
  background:linear-gradient(180deg, #23223B 0%, #1f2937 120%);
  color:#cbd5e1;
  padding:46px 0 38px;
  margin-top:0;
  border-top:1px solid rgba(255,255,255,0.08);
}

.ikash-footer-wrap{
  max-width:1320px;
  margin:0 auto;
  padding:0 clamp(16px, 4vw, 40px);
}

.ikash-footer-grid{
  display:grid;
  grid-template-columns:1.2fr 2fr 0.8fr;
  gap:26px;
  align-items:start;
}

@media (max-width:900px){
  .ikash-footer-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
}

.ikash-footer-brand .footer-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  margin-bottom:12px;
}

.ikash-footer-brand .footer-logo img{
  height:28px;
  width:auto;
  display:block;
}

.ikash-footer-tagline{
  margin:0;
  color:rgba(203,213,225,0.92);
  line-height:1.35;
  font-size:0.90rem;
  max-width:36rem;
}

.ikash-footer-cols{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

@media (max-width:900px){
  .ikash-footer-cols{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:520px){
  .ikash-footer-cols{
    grid-template-columns:1fr;
  }
}

.footer-col h4{
  margin:0 0 10px;
  color:#e2e8f0;
  font-size:0.95rem;
  letter-spacing:-0.01em;
}

.footer-col a{
  display:block;
  color:rgba(203,213,225,0.92);
  text-decoration:none;
  margin:8px 0;
  font-weight:600;
  font-size:0.95rem;
}

.footer-col a:hover{
  color:#fff;
}

.ikash-footer-meta{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-contact-link-btn{
  padding:0;
  border:0;
  background:transparent;
  color:rgba(203,213,225,0.92);
  text-decoration:none;
  margin:8px 0;
  font-weight:600;
  font-size:0.95rem;
  cursor:pointer;
  text-align:left;
}

.footer-contact-link-btn:hover{
  color:#fff;
}

.footer-chip{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(188,105,0,0.35);
  background:rgba(188,105,0,0.14);
  color:#ffd7aa;
  font-weight:900;
  font-size:12px;
}

.footer-small{
  margin:0;
  color:rgba(203,213,225,0.90);
  font-size:0.92rem;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.footer-links a{
  color:rgba(203,213,225,0.92);
  text-decoration:none;
  font-weight:800;
  font-size:0.95rem;
}

.footer-links a:hover{
  color:#fff;
}

/* Footer button: Contact */
.footer-contact-btn{
  width:100%;
  text-align:left;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.06);
  color:rgba(203,213,225,0.92);
  font:inherit;
  font-weight:700;
  cursor:pointer;
}

.footer-contact-btn:hover{
  background:rgba(188,105,0,0.16);
  border-color:rgba(188,105,0,0.40);
  color:#fff;
}

/* Contact modal */
.contact-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:10000;
}

.contact-modal.active{
  display:block;
}

.contact-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15, 23, 42, 0.62);
  backdrop-filter:blur(8px);
}

.contact-dialog{
  position:relative;
  width:min(720px, 92vw);
  margin:clamp(16px, 6vh, 60px) auto;
  border-radius:18px;
  background:linear-gradient(to bottom, rgba(255,255,255,0.99), rgba(255,255,255,0.95));
  box-shadow:0 30px 90px rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.65);
  overflow:hidden;
}

.contact-close{
  position:absolute;
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,0.08);
  background:rgba(255,255,255,0.85);
  cursor:pointer;
  font-size:18px;
  line-height:1;
  color:#23223B;
  z-index:2;
}

.contact-header{
  padding:18px 22px 12px;
  background:
    radial-gradient(ellipse 80% 80% at 18% 20%, rgba(188,105,0,0.22), transparent 60%),
    linear-gradient(180deg, #23223B 0%, #141427 100%);
  color:#fff;
}

.contact-header h2{
  margin:0;
  font-size:22px;
  letter-spacing:-0.02em;
}

.contact-subtitle{
  margin:8px 0 0;
  color:rgba(255,255,255,0.78);
  font-size:14px;
  line-height:1.35;
}

.contact-body{
  padding:16px 22px 22px;
  display:grid;
  gap:16px;
}

.contact-details{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

@media (min-width:740px){
  .contact-details{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

.contact-details-block{
  border:1px solid rgba(35,34,59,0.12);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(248,250,252,0.95) 0%, rgba(255,255,255,0.92) 100%);
  padding:12px 14px;
}

.contact-details-label{
  font-size:12px;
  font-weight:800;
  color:#64748b;
  margin-bottom:6px;
}

.contact-details-value{
  color:#23223B;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
}

.contact-details-link{
  color:#23223B;
  text-decoration:underline;
  text-underline-offset:3px;
}

.contact-details-link:hover{
  color:#BC6900;
}

.contact-form{
  display:grid;
  gap:12px;
}

.contact-newsletter{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(35,34,59,0.12);
  background:rgba(35,34,59,0.03);
  color:#334155;
  font-weight:750;
  font-size:13px;
  line-height:1.35;
}

.contact-newsletter input{
  margin-top:2px;
}

.contact-field{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.contact-field--full{
  width:100%;
}

.contact-field > span{
  font-size:13px;
  font-weight:800;
  color:#334155;
}

.contact-field input,
.contact-field textarea{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(35,34,59,0.14);
  background:#fff;
  font:inherit;
  font-size:14px;
  outline:none;
  box-sizing:border-box;
}

.contact-field input:focus,
.contact-field textarea:focus{
  border-color:rgba(188,105,0,0.65);
  box-shadow:0 0 0 4px rgba(188,105,0,0.18);
}

.contact-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.contact-submit{
  width:100%;
  min-height:44px;
  border:none;
  border-radius:12px;
  color:#fff;
  background:var(--ik-primary-grad);
  box-shadow:var(--ik-primary-shadow);
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}

.contact-disclaimer{
  margin:0;
  font-size:12px;
  color:#64748b;
  line-height:1.4;
}

/* ===========================
   Home Redesign (lp- classes)
   =========================== */

body.landing-page{
  --lp-navy:#23223B;
  --lp-cta:#BC6900;
  --lp-cta-press:#9b5600;
  --lp-muted:#64748b;
  --lp-line:rgba(35,34,59,0.12);
  --lp-bg:#f3f4f6;
  --lp-card:#ffffff;
}

/* ===========================
   Step 1: section under banner
   =========================== */

.landing-main{
  background:#fff;
  padding:0 0 64px;
}

.home-value{
  padding:0 0 18px;
  background:transparent;
}

.home-value-wrap{
  max-width:1320px;
  margin:0 auto;
  padding:0 clamp(16px, 4vw, 40px);
}

/* Slide up over the banner for a playful premium feel */
.home-value-card{
  margin-top:-78px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(35,34,59,0.14);
  box-shadow:0 26px 70px rgba(0,0,0,0.18);
  overflow:hidden;
  backdrop-filter:none;
}

.home-value-card::before{
  content:"";
  position:absolute;
  inset:-120px -80px auto -80px;
  height:280px;
  background:transparent;
  pointer-events:none;
  opacity:0;
}

.home-value-card{
  position:relative;
}

.home-value-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  padding:22px clamp(16px, 3vw, 28px);
  position:relative;
  z-index:1;
}

@media (min-width:980px){
  .home-value-grid{
    grid-template-columns:1.1fr 0.9fr;
    gap:22px;
    padding:26px clamp(18px, 3vw, 32px);
  }
}

.home-value-copy h1{
  margin:0 0 10px;
  color:#23223B;
  letter-spacing:-0.03em;
  font-size:clamp(1.65rem, 3.2vw, 2.15rem);
}

.home-value-lead{
  margin:0 0 14px;
  color:#334155;
  line-height:1.56;
  font-size:1.02rem;
  max-width:62rem;
}

.home-value-points{
  list-style:none;
  padding:0;
  margin:0 0 16px;
  display:grid;
  gap:10px;
}

.home-value-points li{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(35,34,59,0.12);
  background:rgba(255,255,255,0.9);
  color:#1e293b;
  line-height:1.45;
}

.home-value-points strong{
  color:#23223B;
  font-weight:950;
}

.hv-ic{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:linear-gradient(180deg, rgba(35,34,59,0.98) 0%, rgba(35,34,59,0.78) 100%);
  color:#fff;
  border:1px solid rgba(0,0,0,0.10);
}

.hv-ic svg{
  display:block;
}

.home-value-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  align-items:center;
}

.home-value-btn{
  min-height:44px;
  height:44px;
  padding:0 16px;
  border-radius:14px;
  font:inherit;
  font-weight:950;
  cursor:pointer;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.home-value-actions .home-value-btn.signup,
.home-value-actions .home-value-btn.login{
  min-width:160px; /* zodat beide knoppen visueel even groot zijn */
}

.home-value-btn--primary{
  background:var(--ik-primary-grad);
  color:#fff;
  box-shadow:var(--ik-primary-shadow);
}

.home-value-btn--secondary{
  background:#fff;
  border-color:rgba(35,34,59,0.18);
  color:#23223B;
}

.home-value-link{
  text-decoration:none;
  font-weight:950;
  color:#23223B;
  padding:10px 8px;
}

.home-value-link:hover{
  color:#BC6900;
}

.home-value-panel{
  border-radius:16px;
  border:1px solid rgba(35,34,59,0.14);
  background:
    radial-gradient(ellipse 70% 70% at 20% 20%, rgba(188,105,0,0.18), transparent 60%),
    linear-gradient(180deg, rgba(35,34,59,0.96) 0%, rgba(35,34,59,0.88) 100%);
  color:#fff;
  padding:16px 16px 14px;
}

.home-value-panel::after{
  content:none;
}

.home-value-panel-title{
  font-weight:1000;
  letter-spacing:-0.02em;
  margin:0 0 10px;
}

.home-value-panel-row{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-bottom:12px;
}

.home-value-pill{
  position:relative;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.06);
  font-weight:600;
  color:rgba(255,255,255,0.95);
  font-size:14px;
  line-height:1.2;
  text-align:center;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home-value-pill::before{
  content:none;
}

/* Voor variatie: maak de accentbalk per kaart anders */
.home-value-pill:nth-child(2)::before{
  content:none;
}
.home-value-pill:nth-child(3)::before{
  content:none;
}

.home-value-pill{
  padding-left:14px;
}

.home-value-micro{
  color:rgba(255,255,255,0.80);
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}

@media (min-width:980px){
  .home-value-panel-row{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
  }
}

.home-white-fill{
  height:360px;
  background:#fff;
}

/* ===========================
   AI section (home-ai)
   =========================== */
.home-ai{
  padding:54px 0 64px;
  background:
    radial-gradient(ellipse 70% 70% at 18% 20%, rgba(188,105,0,0.18), transparent 60%),
    radial-gradient(ellipse 55% 55% at 78% 18%, rgba(35,34,59,0.10), transparent 58%),
    linear-gradient(180deg, #fff7ed 0%, #fffbf5 52%, #f3f4f6 100%);
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(35,34,59,0.08);
}

.home-ai::before{
  content:"";
  position:absolute;
  inset:-160px -120px auto -120px;
  height:340px;
  background:
    radial-gradient(ellipse 55% 55% at 22% 35%, rgba(188,105,0,0.22), transparent 62%),
    radial-gradient(ellipse 48% 48% at 78% 18%, rgba(35,34,59,0.10), transparent 60%),
    radial-gradient(ellipse 55% 55% at 68% 55%, rgba(188,105,0,0.12), transparent 64%);
  pointer-events:none;
}

.home-ai-wrap{
  max-width:1320px;
  margin:0 auto;
  padding:0 clamp(16px, 4vw, 40px);
  position:relative;
  z-index:1;
}

.home-ai-head{
  display:none;
}

.home-ai-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  color:rgba(255,255,255,0.92);
  font-weight:950;
  letter-spacing:0.06em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:12px;
}

.home-ai h2{
  margin:0 0 10px;
  color:#23223B;
  letter-spacing:-0.03em;
  font-size:clamp(1.35rem, 2.8vw, 2rem);
}

.home-ai-sub{
  margin:0;
  color:#475569;
  line-height:1.7;
  font-size:1.02rem;
  max-width:62rem;
}

.home-ai-tech{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start;
}

@media (min-width:980px){
  .home-ai-tech{
    grid-template-columns:1.05fr 0.95fr;
    gap:22px;
    align-items:stretch;
  }
}

.home-ai-left{
  padding:6px 0;
}

.home-ai-list{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:10px;
}

.home-ai-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#334155;
  font-weight:800;
  line-height:1.5;
}

.home-ai-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  margin-top:6px;
  background:linear-gradient(180deg, rgba(188,105,0,1), rgba(155,86,0,1));
  box-shadow:0 0 0 4px rgba(188,105,0,0.14);
  flex:0 0 auto;
}

.home-ai-flow{
  border-radius:18px;
  background:rgba(255,255,255,0.70);
  border:1px solid rgba(35,34,59,0.12);
  box-shadow:0 18px 50px rgba(35,34,59,0.10);
  overflow:hidden;
  position:relative;
}

.home-ai-flow::before{
  content:none;
}

.home-ai-flow-head{
  padding:14px 16px 12px;
  border-bottom:1px solid rgba(35,34,59,0.10);
  background:rgba(255,255,255,0.55);
}

.home-ai-flow-title{
  font-weight:1000;
  color:#23223B;
  letter-spacing:-0.02em;
}

.home-ai-flow-sub{
  margin-top:4px;
  color:#475569;
  font-weight:750;
  font-size:13px;
}

.home-ai-flow-steps{
  list-style:none;
  padding:14px 16px 12px;
  margin:0;
  display:grid;
  gap:10px;
  position:relative;
  z-index:1;
}

.home-ai-flow-step{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(35,34,59,0.10);
  background:rgba(255,255,255,0.72);
}

.home-ai-flow-ic{
  width:40px;
  height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, #23223B 0%, #1f2937 100%);
  color:#fff;
  font-weight:1000;
  flex:0 0 auto;
}

.home-ai-flow-ic--accent{
  background:linear-gradient(to bottom, #BC6900, #9b5600);
}

.home-ai-flow-step-title{
  font-weight:950;
  color:#23223B;
  letter-spacing:-0.01em;
  margin-bottom:4px;
}

.home-ai-flow-step-desc{
  color:#64748b;
  line-height:1.5;
  font-weight:700;
  font-size:13px;
}

.home-ai-result{
  padding:12px 16px 16px;
  border-top:1px solid rgba(35,34,59,0.10);
  background:rgba(255,255,255,0.55);
}

.home-ai-result-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.home-ai-result-pill{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(188,105,0,0.30);
  background:rgba(188,105,0,0.10);
  color:#9b5600;
  font-weight:900;
  font-size:12px;
}

.home-ai-result-meta{
  color:#64748b;
  font-weight:800;
  font-size:12px;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

.home-ai-result-card{
  border-radius:14px;
  border:1px solid rgba(35,34,59,0.10);
  background:#fff;
  padding:12px;
  display:flex;
  gap:12px;
  align-items:center;
}

.home-ai-result-thumb{
  width:56px;
  height:56px;
  border-radius:12px;
  background:linear-gradient(180deg, rgba(35,34,59,0.12), rgba(188,105,0,0.10));
  border:1px solid rgba(35,34,59,0.10);
  flex:0 0 auto;
}

.home-ai-result-lines{
  flex:1 1 auto;
  min-width:0;
  display:grid;
  gap:8px;
}

.home-ai-result-line{
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(35,34,59,0.18), rgba(35,34,59,0.06));
}

.home-ai-result-line--title{
  height:12px;
  background:linear-gradient(90deg, rgba(35,34,59,0.30), rgba(35,34,59,0.10));
}

/* ===========================
   Deals website link (light)
   =========================== */
.home-deals-link{
  padding:22px 0 64px;
  background:linear-gradient(180deg, #f3f4f6 0%, #ffffff 100%);
}

.home-deals-link-wrap{
  max-width:1320px;
  margin:0 auto;
  padding:0 clamp(16px, 4vw, 40px);
}

.home-deals-link-card{
  border-radius:18px;
  border:1px solid rgba(35,34,59,0.10);
  background:linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.98));
  box-shadow:0 14px 40px rgba(35,34,59,0.06);
  padding:18px 18px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

@media (min-width:980px){
  .home-deals-link-card{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:22px 22px;
  }
}

.home-deals-link-card h2{
  margin:0 0 8px;
  color:#23223B;
  letter-spacing:-0.02em;
  font-size:clamp(1.2rem, 2.1vw, 1.55rem);
}

.home-deals-link-card p{
  margin:0;
  color:#475569;
  line-height:1.6;
  max-width:54rem;
}

.home-deals-link-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.home-deals-link-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  color:#fff;
  background:var(--ik-primary-grad);
  box-shadow:var(--ik-primary-shadow);
}

.home-deals-link-btn:hover{
  filter:brightness(1.03);
}

/* ===========================
   3 stappen blok (home-steps)
   =========================== */
/* 3 stappen (home-steps-v2): strak, dashboard-achtige kaarten */

.home-steps-v2{
  padding:56px 0 34px;
  background:
    radial-gradient(ellipse 70% 70% at 18% 18%, rgba(188,105,0,0.18), transparent 62%),
    radial-gradient(ellipse 60% 60% at 82% 12%, rgba(255,255,255,0.09), transparent 60%),
    linear-gradient(180deg, #23223B 0%, #262548 55%, #1f2440 100%);
  border-top:1px solid rgba(35,34,59,0.12);
  position:relative;
  overflow:hidden;
}

.home-steps-v2-wrap{
  max-width:1320px;
  margin:0 auto;
  padding:0 clamp(16px, 4vw, 40px);
}

.home-steps-v2-head{
  margin-bottom:26px;
}

.home-steps-v2 h2{
  margin:0 0 10px;
  color:#fff;
  letter-spacing:-0.03em;
  font-size:clamp(1.35rem, 2.6vw, 2rem);
}

.home-steps-v2-sub{
  margin:0;
  color:rgba(255,255,255,0.78);
  line-height:1.65;
  font-size:1.02rem;
  max-width:62rem;
}

.home-steps-v2-grid{
  list-style:none;
  padding:0;
  margin:22px 0 22px;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

@media (min-width:980px){
  .home-steps-v2-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:16px;
  }
}

.home-steps-v2-card{
  background:linear-gradient(
    180deg,
    rgba(255,255,255,0.06) 0%,
    rgba(255,255,255,0.05) 30%,
    rgba(35,34,59,0.20) 55%,
    rgba(35,34,59,0.45) 82%,
    rgba(35,34,59,0.62) 100%
  );
  --gold-hi: rgba(255, 223, 170, 0.78);
  --gold-mid: rgba(188,105,0,0.28);
  --gold-hi2: rgba(255, 250, 220, 0.52);
  --gold-border: rgba(188,105,0,0.48);

  border:1px solid transparent;
  border-radius:12px;
  padding:22px 20px 18px;
  box-shadow:0 10px 26px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(188,105,0,0.10);
  position:relative;
  overflow:hidden;
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.home-steps-v2-card--accent{
  --gold-hi: rgba(255, 231, 186, 0.92);
  --gold-mid: rgba(188,105,0,0.36);
  --gold-hi2: rgba(255, 250, 220, 0.62);
  --gold-border: rgba(188,105,0,0.70);
  box-shadow:0 10px 26px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(188,105,0,0.18);
}

.home-steps-v2-card::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:0;
  height:100%;
  background:linear-gradient(180deg, rgba(188,105,0,0.35) 0%, rgba(35,34,59,0.05) 100%);
  opacity:0;
  pointer-events:none;
}

.home-steps-v2-card--accent::before{
  background:linear-gradient(180deg, rgba(188,105,0,0.95) 0%, rgba(155,86,0,0.65) 100%);
  opacity:0;
}

.home-steps-v2-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:12px;
  pointer-events:none;
  z-index:1;

  /* reflective gold border */
  background:linear-gradient(
    135deg,
    var(--gold-hi) 0%,
    var(--gold-mid) 28%,
    rgba(255,255,255,0.28) 45%,
    var(--gold-hi2) 62%,
    var(--gold-mid) 100%
  );

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding:3px;
}

.home-steps-v2-num{
  width:28px;
  height:28px;
  aspect-ratio:1 / 1;
  border-radius:999px;
  position:relative;
  /* Geen bestaande gevulde cirkel: alleen ring via ::before */
  background:transparent;
  border:none;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:1000;
  font-size:12px;
  line-height:1;
  font-variant-numeric:tabular-nums;
  margin-bottom:0;
  box-shadow:none;
}

.home-steps-v2-num::before{
  content:none;
}

.home-steps-v2-num{
  z-index:1;
}

/* Alleen perfecte dunne goudlijn rond stap 1 */
.home-steps-v2-grid > li:nth-child(1) .home-steps-v2-num::before{
  content:"";
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
  /* dun goud (consistent overal) */
  border:1px solid rgba(255,223,170,0.98);
  box-shadow:none;
  background:transparent;
  box-sizing:border-box;
}

.home-steps-v2-grid > li:nth-child(2) .home-steps-v2-num::before{
  content:"";
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
  border:1px solid rgba(255,223,170,0.98);
  box-shadow:none;
  background:transparent;
  box-sizing:border-box;
}

.home-steps-v2-grid > li:nth-child(3) .home-steps-v2-num::before{
  content:"";
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
  border:1px solid rgba(255,223,170,0.98);
  box-shadow:none;
  background:transparent;
  box-sizing:border-box;
}

.home-steps-v2-content{
  flex:1 1 auto;
  min-width:0;
}

.home-steps-v2-num--accent{
  background:rgba(255,255,255,0.04);
  border-color:rgba(255,255,255,0.18);
}

.home-steps-v2-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:1.06rem;
  letter-spacing:-0.01em;
}

.home-steps-v2-card p{
  margin:0;
  color:rgba(255,255,255,0.78);
  line-height:1.65;
  font-size:0.96rem;
}

/* Landing: sticky header transparant zodat banner erdoorheen zichtbaar is */
body.landing-page .ikash-header{
  background:rgba(35, 34, 59, var(--landing-header-alpha, 0));
  backdrop-filter:blur(var(--landing-header-blur, 0px));
  box-shadow:0 2px 8px rgba(0,0,0,var(--landing-header-shadow, 0));
}

/* Na inloggen: header weer volledig iKash-blauw (geen transparantie) */
body.landing-page.ikash-ondernemer-logged-in .ikash-header{
  background:#23223B !important;
  backdrop-filter:none !important;
  box-shadow:0 2px 8px rgba(0,0,0,0.08) !important;
}

/* Zorg dat de banner ook achter de header begint (overlap) */
body.landing-page .city-banner{
  margin-top:-72px !important;
  padding-top:72px;
}

@media (max-width:900px){
  body.landing-page .city-banner{
    margin-top:-60px !important;
    padding-top:60px;
  }
}

/* ===========================
   New Landing (ik- classes)
   (ignores previous designs)
   =========================== */

body.landing-page{
  --ik-blue:#23223B;
  --ik-amber:#BC6900;
  --ik-amber-press:#9b5600;
  --ik-ink:#0b1220;
  --ik-muted:#64748b;
  --ik-line:rgba(35,34,59,0.12);
  --ik-paper:#ffffff;
  --ik-bg:#f6f7fb;
}

.landing-main{
  padding:0 0 64px;
}

.ik-wrap{
  margin:0 auto;
  padding:0 18px;
}

/* Make the landing feel wider on large screens */
body.landing-page .container.ik-wrap{
  max-width:1240px;
  margin:0 auto;
}

.ik-hero{
  padding:26px 0 10px;
  background:
    radial-gradient(ellipse 60% 60% at 18% 20%, rgba(35,34,59,0.10), transparent 60%),
    radial-gradient(ellipse 50% 50% at 84% 10%, rgba(188,105,0,0.16), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, var(--ik-bg) 100%);
}

.ik-hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  align-items:stretch;
}

@media (min-width:980px){
  .ik-hero-grid{
    grid-template-columns:1.15fr 0.85fr;
    gap:22px;
  }
}

.ik-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(188,105,0,0.30);
  background:rgba(188,105,0,0.10);
  color:var(--ik-amber-press);
  font-weight:950;
  font-size:12px;
  letter-spacing:0.01em;
  margin-bottom:12px;
}

.home-steps-v2-card > *{
  position:relative;
  z-index:2;
}

.ik-kicker--soft{
  border-color:rgba(35,34,59,0.12);
  background:rgba(35,34,59,0.04);
  color:rgba(35,34,59,0.82);
}

.ik-hero h1{
  margin:0 0 10px;
  font-size:clamp(1.7rem, 3.4vw, 2.2rem);
  letter-spacing:-0.03em;
  color:var(--ik-blue);
}

.ik-lead{
  margin:0 0 14px;
  color:#334155;
  font-size:1.04rem;
  line-height:1.7;
  max-width:58rem;
}

.ik-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:12px 0 10px;
}

.ik-action{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  text-decoration:none;
  border:1px solid rgba(35,34,59,0.18);
  background:rgba(255,255,255,0.92);
  color:var(--ik-blue);
  font-weight:950;
  letter-spacing:-0.01em;
  transition:border-color .15s ease, background-color .15s ease;
}

.ik-action:hover{
  border-color:rgba(188,105,0,0.40);
  background-color:#fff;
}

.ik-action-ic{
  width:40px;
  height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(35,34,59,0.08);
  border:1px solid rgba(35,34,59,0.14);
  color:var(--ik-blue);
  font-weight:1100;
}

.ik-action--accent{
  border-color:rgba(35,34,59,0.28);
}

.ik-action--accent .ik-action-ic{
  background:linear-gradient(180deg, rgba(35,34,59,0.98) 0%, rgba(35,34,59,0.78) 100%);
  border-color:rgba(35,34,59,0.30);
  color:rgba(255,215,170,0.96);
}

.ik-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(35,34,59,0.12);
  background:rgba(35,34,59,0.03);
  color:#334155;
  font-weight:750;
  line-height:1.4;
}

.ik-note-ic{
  width:28px;
  height:28px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(188,105,0,0.10);
  border:1px solid rgba(188,105,0,0.22);
  color:var(--ik-amber-press);
  flex:0 0 auto;
}

.ik-hero-panel{
  border-radius:22px;
  border:1px solid rgba(35,34,59,0.16);
  background:
    radial-gradient(ellipse 60% 60% at 22% 20%, rgba(188,105,0,0.18), transparent 60%),
    radial-gradient(ellipse 55% 55% at 82% 10%, rgba(35,34,59,0.16), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, rgba(248,250,252,0.92) 100%);
  overflow:hidden;
  min-height:180px;
}

.ik-hero-panel-top{
  padding:18px 18px 0;
}

.ik-mini-title{
  font-weight:1000;
  color:var(--ik-blue);
  letter-spacing:-0.02em;
  margin-bottom:6px;
}

.ik-mini-sub{
  color:var(--ik-muted);
  line-height:1.5;
  font-weight:750;
}

.ik-hero-panel-lines{
  height:140px;
  margin-top:12px;
  background:
    linear-gradient(90deg, rgba(35,34,59,0.10) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(180deg, rgba(35,34,59,0.08) 1px, transparent 1px) 0 0 / 18px 18px;
  mask-image:linear-gradient(180deg, #000 0%, rgba(0,0,0,0.15) 75%, transparent 100%);
}

.ik-steps{
  padding:26px 0 10px;
  background:#fff;
}

.ik-head{
  margin-bottom:14px;
}

.ik-steps h2{
  margin:0 0 10px;
  color:var(--ik-blue);
  letter-spacing:-0.03em;
  font-size:clamp(1.35rem, 2.6vw, 2rem);
}

.ik-sublead{
  margin:0;
  color:#475569;
  font-size:1.02rem;
  line-height:1.65;
  max-width:60rem;
}

.ik-stepgrid{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media (min-width:860px){
  .ik-stepgrid{
    grid-template-columns:repeat(3, 1fr);
    gap:14px;
  }
}

.ik-step{
  position:relative;
  padding:18px 18px 16px;
  border-radius:22px;
  border:1px solid rgba(35,34,59,0.16);
  background:linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.92) 100%);
  overflow:hidden;
}

.ik-step-ring{
  position:absolute;
  inset:-2px;
  border-radius:24px;
  pointer-events:none;
  background:
    radial-gradient(ellipse 65% 65% at 18% 18%, rgba(188,105,0,0.22), transparent 55%),
    radial-gradient(ellipse 60% 60% at 85% 10%, rgba(35,34,59,0.14), transparent 62%);
  opacity:0.65;
}

.ik-step::after{
  content:"";
  position:absolute;
  inset:auto -46px -46px auto;
  width:120px;
  height:120px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%, rgba(188,105,0,0.32), transparent 62%);
  pointer-events:none;
}

.ik-step-badge{
  width:44px;
  height:44px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:1100;
  color:rgba(255,215,170,0.96);
  background:linear-gradient(180deg, rgba(35,34,59,0.98) 0%, rgba(35,34,59,0.80) 100%);
  border:1px solid rgba(35,34,59,0.26);
  box-shadow:0 10px 26px rgba(35,34,59,0.16);
  position:relative;
  z-index:1;
  margin-bottom:12px;
}

.ik-step h3{
  margin:0 0 8px;
  color:var(--ik-blue);
  letter-spacing:-0.01em;
  position:relative;
  z-index:1;
}

.ik-step p{
  margin:0;
  color:var(--ik-muted);
  line-height:1.65;
  position:relative;
  z-index:1;
}

.ik-blueband{
  padding:26px 0 50px;
  background:
    radial-gradient(ellipse 60% 60% at 20% 20%, rgba(188,105,0,0.22), transparent 62%),
    linear-gradient(180deg, rgba(35,34,59,1) 0%, rgba(35,34,59,0.92) 55%, rgba(255,255,255,1) 100%);
  border-top:1px solid rgba(35,34,59,0.10);
}

.ik-kicker--onblue{
  border-color:rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.08);
  color:rgba(255,255,255,0.92);
}

.ik-sublead--onblue{
  color:rgba(255,255,255,0.82);
}

.ik-stepgrid--onblue{
  position:relative;
  z-index:1;
  margin-top:16px;
}

.ik-step--onblue{
  background:var(--ik-paper);
  border-color:rgba(255,255,255,0.20);
  border-radius:var(--ik-radius);
  box-shadow:0 2px 8px rgba(0,0,0,0.20);
  border-top:3px solid var(--ik-amber);
}

.ik-step--onblue .ik-step-ring{
  opacity:0.55;
}

.ik-step--onblue h3{
  color:#fff;
}

.ik-step--onblue p{
  color:rgba(255,255,255,0.80);
}

.ik-blueband-inner{
  border-radius:22px;
  border:1px solid rgba(255,255,255,0.50);
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(10px);
  padding:20px 18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

@media (min-width:860px){
  .ik-blueband-inner{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:18px;
  }
}

.ik-blueband h2{
  margin:0 0 8px;
  color:#fff;
  letter-spacing:-0.03em;
}

.ik-blueband p{
  margin:0;
  color:rgba(255,255,255,0.82);
  line-height:1.55;
  font-weight:750;
}

.ik-blueband-ctas{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ik-ghost,
.ik-solid{
  border-radius:16px;
  min-height:44px;
  padding:0 16px;
  font:inherit;
  font-weight:950;
  cursor:pointer;
}

.ik-ghost{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.26);
  color:#fff;
}

.ik-solid{
  background:linear-gradient(to bottom, rgba(188,105,0,1), rgba(155,86,0,1));
  border:1px solid rgba(0,0,0,0.10);
  color:#fff;
}

.lp-hero.container,
.lp-section-inner.container,
.lp-cta-inner.container{
  margin:0 auto;
}

.lp-hero{
  padding:26px 0 8px;
  position:relative;
  overflow:hidden;
}

.lp-hero::before{
  content:"";
  position:absolute;
  inset:-160px -80px auto -80px;
  height:360px;
  background:
    radial-gradient(ellipse 55% 55% at 25% 35%, rgba(188,105,0,0.14), transparent 60%),
    radial-gradient(ellipse 48% 48% at 78% 18%, rgba(35,34,59,0.12), transparent 58%);
  pointer-events:none;
}

.lp-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start;
}

@media (min-width:980px){
  .lp-hero-grid{
    grid-template-columns:1.15fr 0.85fr;
    gap:26px;
  }
}

.lp-hero-copy{
  padding:8px 0;
}

.lp-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(188,105,0,0.30);
  background:rgba(188,105,0,0.10);
  color:#9b5600;
  font-weight:900;
  font-size:12px;
  margin-bottom:14px;
}

.lp-hero h1,
.lp-hero-lead{
  position:relative;
  z-index:1;
}

.lp-hero h1{
  margin:0 0 12px;
  font-size:clamp(1.6rem, 3.2vw, 2.1rem);
  color:var(--lp-navy);
  letter-spacing:-0.02em;
}

.lp-hero-lead{
  margin:0 0 18px;
  color:#334155;
  font-size:1.02rem;
  line-height:1.7;
  max-width:56rem;
}

.lp-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:14px;
}

/* Icon based navigation (rustiger, minder "buttons") */
.lp-hero-iconlinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.lp-iconlink{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  text-decoration:none;
  border:1px solid rgba(35,34,59,0.16);
  background:rgba(255,255,255,0.94);
  transition:border-color .15s ease, background-color .15s ease;
}

.lp-iconlink:hover{
  border-color:rgba(188,105,0,0.40);
  background-color:rgba(255,255,255,0.99);
}

.lp-iconlink--primary{
  border-color:rgba(155,86,0,0.35);
}

.lp-iconlink-text{
  font-weight:950;
  color:var(--lp-navy);
  letter-spacing:-0.01em;
}

.lp-iconbadge{
  width:40px;
  height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  background:rgba(35,34,59,0.08);
  border:1px solid rgba(35,34,59,0.14);
  color:var(--lp-navy);
  font-weight:1000;
}

.lp-iconlink--primary .lp-iconbadge{
  background:rgba(188,105,0,0.10);
  border-color:rgba(188,105,0,0.25);
  color:var(--lp-cta-press);
}

.lp-iconbadge--solid{
  background:linear-gradient(to bottom, rgba(35,34,59,0.96) 0%, rgba(35,34,59,0.78) 100%);
  border-color:rgba(35,34,59,0.35);
  color:var(--lp-cta);
}

/* Smaller icon style in the header */
.lp-header-iconlink{
  padding:8px 10px;
  border-radius:12px;
}
.lp-header-iconlink .lp-iconbadge{
  width:34px;
  height:34px;
  border-radius:12px;
  font-size:16px;
}
.lp-header-iconlink .lp-iconlink-text{
  font-size:0.96rem;
}

/* Footer contact should also look icon-based */
.footer-contact-iconbtn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(35,34,59,0.16);
  background:rgba(255,255,255,0.94);
  color:var(--lp-navy);
  font-weight:950;
  cursor:pointer;
  transition:border-color .15s ease, background-color .15s ease;
}
.footer-contact-iconbtn:hover{
  border-color:rgba(188,105,0,0.40);
  background-color:rgba(255,255,255,0.99);
}
.footer-contact-iconbtn .lp-iconbadge{
  width:34px;
  height:34px;
  border-radius:12px;
  font-size:16px;
}

.lp-icongrid{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media (min-width:860px){
  .lp-icongrid{
    grid-template-columns:repeat(3, 1fr);
  }
}

.lp-iconcard{
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 16px;
  border-radius:18px;
  border:1px solid rgba(35,34,59,0.16);
  background:rgba(255,255,255,0.95);
  transition:border-color .15s ease, background-color .15s ease;
}

.lp-iconcard:hover{
  border-color:rgba(188,105,0,0.40);
  background-color:rgba(255,255,255,1);
}

.lp-iconcard--primary{
  border-top:3px solid var(--lp-cta);
  background:linear-gradient(180deg, rgba(188,105,0,0.06) 0%, rgba(255,255,255,0.98) 80%);
}

.lp-iconcard-title{
  font-weight:1000;
  color:var(--lp-navy);
  letter-spacing:-0.01em;
}

.lp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none;
  border:1px solid transparent;
  cursor:pointer;
  transition:filter 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.lp-btn--primary{
  color:#fff;
  background:linear-gradient(to bottom, var(--lp-cta) 0%, var(--lp-cta-press) 100%);
  box-shadow:0 14px 30px rgba(188,105,0,0.26);
  border-color:rgba(155,86,0,0.25);
}

.lp-btn--primary:hover{
  filter:brightness(1.05);
}

.lp-btn--secondary{
  color:var(--lp-navy);
  background:#fff;
  border-color:rgba(35,34,59,0.18);
  box-shadow:0 8px 22px rgba(35,34,59,0.06);
}

.lp-btn--secondary:hover{
  border-color:rgba(188,105,0,0.45);
}

.lp-hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:6px;
}

.lp-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(35,34,59,0.10);
  background:rgba(255,255,255,0.75);
  color:#475569;
  font-weight:800;
  font-size:13px;
}

.lp-hero-side{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.lp-side-visual{
  height:92px;
  border-radius:18px;
  border:1px solid rgba(35,34,59,0.12);
  background:
    linear-gradient(180deg, rgba(35,34,59,0.04) 0%, rgba(188,105,0,0.06) 100%),
    radial-gradient(ellipse 60% 60% at 20% 40%, rgba(188,105,0,0.16), transparent 60%),
    radial-gradient(ellipse 52% 52% at 75% 20%, rgba(35,34,59,0.10), transparent 62%);
}

.lp-side-note{
  background:#fff;
  border:1px solid var(--lp-line);
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 10px 22px rgba(35,34,59,0.04);
}

.lp-side-note-title{
  font-weight:950;
  color:var(--lp-navy);
  letter-spacing:-0.01em;
  margin-bottom:6px;
}

.lp-side-note-text{
  color:#64748b;
  line-height:1.6;
  font-size:0.95rem;
}

.lp-section-inner{
  padding:0;
}

.lp-process{
  padding:28px 0;
  background:
    radial-gradient(ellipse 60% 60% at 18% 20%, rgba(35,34,59,0.06), transparent 60%),
    radial-gradient(ellipse 55% 55% at 82% 10%, rgba(188,105,0,0.10), transparent 62%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-top:1px solid rgba(35,34,59,0.08);
  position:relative;
  overflow:hidden;
}

.lp-features{
  padding:34px 0 18px;
  background:#fff;
}

.lp-section-head{
  margin-bottom:18px;
}

.lp-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(35,34,59,0.12);
  background:rgba(248,250,252,0.9);
  color:rgba(35,34,59,0.8);
  font-weight:900;
  font-size:12px;
  margin-bottom:10px;
}

.lp-section-head h2{
  margin:0 0 10px;
  font-size:clamp(1.4rem, 2.6vw, 2rem);
  letter-spacing:-0.02em;
  color:var(--lp-navy);
}

.lp-section-lead{
  margin:0;
  color:#475569;
  font-size:1.02rem;
  line-height:1.65;
  max-width:58rem;
}

.lp-process-steps{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media (min-width:760px){
  .lp-process-steps{
    grid-template-columns:repeat(3, 1fr);
    gap:14px;
  }
}

.lp-process-step{
  background:linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 100%);
  border:1px solid rgba(35,34,59,0.16);
  border-radius:20px;
  padding:18px 18px 16px;
  position:relative;
  overflow:hidden;
}

.lp-process-step{
  border-top:3px solid rgba(35,34,59,0.85);
}

.lp-process-step:nth-child(2){
  border-top-color:rgba(188,105,0,0.95);
}

.lp-process-step:nth-child(3){
  border-top-color:rgba(35,34,59,0.65);
}

.lp-process-step::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:22px;
  pointer-events:none;
  background:
    radial-gradient(ellipse 65% 65% at 18% 18%, rgba(188,105,0,0.22), transparent 55%),
    radial-gradient(ellipse 60% 60% at 85% 10%, rgba(35,34,59,0.14), transparent 62%);
  opacity:0.55;
}

.lp-process-step::after{
  content:"";
  position:absolute;
  inset:auto -40px -40px auto;
  width:96px;
  height:96px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%, rgba(188,105,0,0.30), transparent 62%);
  pointer-events:none;
}

.lp-step-num{
  width:44px;
  height:44px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(35,34,59,0.98) 0%, rgba(35,34,59,0.80) 100%);
  border:1px solid rgba(35,34,59,0.26);
  color:rgba(255,215,170,0.95);
  font-weight:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  position:relative;
  z-index:1;
  box-shadow:0 10px 26px rgba(35,34,59,0.16);
}

.lp-process-step h3{
  margin:0 0 8px;
  color:var(--lp-navy);
  font-size:1.06rem;
  letter-spacing:-0.01em;
  position:relative;
  z-index:1;
}

.lp-process-step p{
  margin:0;
  color:#64748b;
  line-height:1.65;
  font-size:0.96rem;
  position:relative;
  z-index:1;
}

.lp-cta{
  padding:26px 0 44px;
  background:
    radial-gradient(ellipse 60% 60% at 20% 25%, rgba(188,105,0,0.22), transparent 62%),
    linear-gradient(180deg, rgba(35,34,59,1) 0%, rgba(35,34,59,0.92) 55%, rgba(255,255,255,1) 100%);
  border-top:1px solid rgba(35,34,59,0.10);
}

.lp-cta-inner{
  background:rgba(255,255,255,0.95);
  border:1px solid rgba(255,255,255,0.55);
  border-radius:18px;
  box-shadow:0 12px 32px rgba(35,34,59,0.05);
  padding:22px 18px;
  border-top:3px solid rgba(255,255,255,0.85);
  position:relative;
  overflow:hidden;
}

.lp-cta-inner::before{
  content:"";
  position:absolute;
  inset:-120px auto auto -120px;
  width:200px;
  height:200px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%, rgba(188,105,0,0.20), transparent 64%);
  pointer-events:none;
}

.lp-cta-head{
  position:relative;
  z-index:1;
  margin-bottom:16px;
}

.lp-cta-head h2{
  margin:0 0 10px;
  color:var(--lp-navy);
  letter-spacing:-0.02em;
  font-size:clamp(1.35rem, 2.4vw, 1.95rem);
}

.lp-cta .lp-section-kicker{
  border-color:rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.08);
  color:rgba(255,255,255,0.92);
}

.lp-cta-cards{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  position:relative;
  z-index:1;
}

@media (min-width:860px){
  .lp-cta-cards{
    grid-template-columns:repeat(3, 1fr);
  }
}

.lp-cta-card{
  text-decoration:none;
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px;
  border-radius:16px;
  border:1px solid rgba(35,34,59,0.12);
  background:#fff;
  transition:transform .12s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

.lp-cta-card:hover{
  transform:translateY(-1px);
  border-color:rgba(188,105,0,0.40);
  box-shadow:0 14px 34px rgba(35,34,59,0.10);
}

.lp-cta-card--primary{
  border-top:3px solid var(--lp-cta);
  background:linear-gradient(180deg, rgba(188,105,0,0.10) 0%, rgba(255,255,255,1) 85%);
}

.lp-cta-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  background:rgba(35,34,59,0.06);
  border:1px solid rgba(35,34,59,0.10);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:1000;
  color:var(--lp-navy);
}

.lp-cta-card--primary .lp-cta-icon{
  background:rgba(188,105,0,0.12);
  border-color:rgba(188,105,0,0.25);
  color:var(--lp-cta-press);
}

.lp-cta-title{
  font-weight:1000;
  color:var(--lp-navy);
  letter-spacing:-0.01em;
  margin-bottom:6px;
}

.lp-cta-desc{
  color:#64748b;
  line-height:1.6;
  font-size:0.95rem;
}

.lp-feature-grid{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media (min-width:640px){
  .lp-feature-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:14px;
  }
}

@media (min-width:1020px){
  .lp-feature-grid{
    grid-template-columns:repeat(4, 1fr);
  }
}

.lp-feature-card{
  background:#fff;
  border:1px solid rgba(35,34,59,0.10);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 22px rgba(35,34,59,0.03);
  position:relative;
  overflow:hidden;
}

.lp-feature-card::before{
  content:"";
  position:absolute;
  inset:-60px -80px auto auto;
  width:140px;
  height:140px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%, rgba(35,34,59,0.08), transparent 62%);
  pointer-events:none;
}

.lp-feature-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:var(--lp-navy);
  font-size:1.06rem;
  letter-spacing:-0.01em;
}

.lp-feature-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#64748b;
  line-height:1.65;
  font-size:0.96rem;
}

.lp-auth-row{
  margin-top:18px;
  display:block;
}

.lp-auth-card{
  border-radius:18px;
  border:1px solid rgba(188,105,0,0.25);
  background:linear-gradient(180deg, rgba(188,105,0,0.10) 0%, rgba(255,255,255,1) 70%);
  padding:18px;
  box-shadow:0 14px 34px rgba(188,105,0,0.10);
}

.lp-auth-title{
  font-weight:1000;
  color:var(--lp-navy);
  letter-spacing:-0.02em;
  margin-bottom:8px;
}

.lp-auth-desc{
  color:#475569;
  line-height:1.6;
  margin-bottom:14px;
}

.lp-auth-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.lp-auth-actions .signup{
  min-height:44px;
  padding:0 16px;
}

.lp-auth-actions .login{
  min-height:44px;
  padding:0 16px;
  background:#fff;
  color:var(--lp-navy);
  border:2px solid var(--lp-navy);
}

