:root{
  --pld-bg:#f8f4ee;
  --pld-panel:#fffdf9;
  --pld-ink:#245762;
  --pld-muted:#5c5b58;
  --pld-line:rgba(25,60,66,0);
  --pld-lightgreen:#9cab36;
  --pld-orange-deep:#a6793f;
  --pld-teal:#14788e;
  --pld-deep:#245762;
  --pld-cream:#ece1ce;
  --pld-sand:#c5b492;
  --pld-shadow:0 30px 80px rgba(15,34,38,.04);
  --pld-radius:12px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font:16px/1.65 'Oxygen',sans-serif;
  background:var(--pld-bg);
  color:var(--pld-ink);
}
img{max-width:100%;display:block}
a{color:inherit}

.stp_shell{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.stp_hero{
  position:relative;
  min-height:100vh;
  background:
    linear-gradient(135deg, rgba(36,87,98,.94), rgba(20,120,142,.78)),
    url('background/bg.jpg') center/cover no-repeat;
  color:#fff;
  overflow:hidden;
}
.stp_hero-overlay{
  position:absolute;
  inset:auto -10% -12%;
  height:240px;
  background:radial-gradient(circle at center, rgba(255,255,255,.18), transparent 68%);
  pointer-events:none;
}
.stp_hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(320px, .8fr);
  gap:28px;
  align-items:end;
  padding:34px 0 70px;
}
.stp_brand{
  grid-column:1 / -1;
  display:flex;
}
.stp_brand-logo{
  width:min(520px, 100%);
  height:auto;
}
.stp_subpage-logo{
  width:auto;
  height:112px;
}
.stp_footer-logo{
  width:min(420px, 100%);
  height:auto;
}
.stp_return-logo{
  width:min(340px, 82%);
  height:auto;
  margin:0 auto 18px;
}
.stp_hero-copy{
  max-width:720px;
}
.stp_pill,.stp_kicker,.stp_badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:12px;
  padding:8px 14px;
  font-size:13px;
  letter-spacing:.04em;
}
.stp_pill{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}
.stp_kicker{
  background:rgba(187,125,63,.12);
  color:var(--pld-orange-deep);
}
.stp_badge {
	background: var(--pld-teal);
	color: #ffffff;
	white-space: nowrap;
	position: absolute;
	top: -20px;
	right: 17px;
}
.stp_hero h1{
  margin:18px 0 16px;
  font-size:clamp(42px, 6vw, 74px);
  line-height:1.02;
  letter-spacing:0;
  max-width:11ch;
}
.stp_hero p{
  margin:0;
  font-size:18px;
  max-width:58ch;
  color:rgba(255,255,255,.84);
}
.stp_hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.stp_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 20px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.stp_btn_abb{
	  font-size: 30px;
}


.stp_center-icon {
	width: 100%;
	text-align: center !important;
}

.stp_center-icon img {
	width: 80px;
	margin-left: calc(50% - 40px);
}

.stp_icons{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:8px;
}

.stp_100{
  min-width:0;
  flex:1 1 auto;
}

.stp_icons img{
  width:34px;
  height:auto;
}

.stp_subscribestrook{
	background: var(--pld-teal);
}

.stp_subscribestrook h2 {
	color: #fff;
	letter-spacing: 0;
}

.stp_subscribestrook p {
	color: #fff !important;
}
	
.stp_btn:hover{transform:translateY(-1px)}
.stp_btn--primary{
  background:var(--pld-lightgreen);
  border-color:var(--pld-lightgreen);
  color:#fff;
}
.stp_btn--primary:hover{
  background:#85922e;
  border-color:#85922e;
}
.stp_btn--ghost{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.22);
  color:#fff;
}
.stp_btn--secondary {
	background: var(--pld-lightgreen);
	border-color: var(--pld-line);
	color: #fff;
}
.stp_price-card--featured .stp_btn--secondary {
	background: var(--pld-teal);
	border-color: var(--pld-line);
	color: #fff;
}
.stp_btn--full{width:100%}

.stp_hero-card{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  padding:22px;
  backdrop-filter:blur(12px);
  box-shadow:var(--pld-shadow);
}
.stp_hero-card h2{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.08;
}
.stp_hero-card > p{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
}
.stp_stat + .stp_stat{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.16);
}
.stp_stat strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
}
.stp_stat span{
  color:rgba(255,255,255,.78);
}

.stp_section{
  padding:86px 0;
}
.stp_demo-strip{
  background:var(--pld-deep);
  color:#fff;
  padding:200px 0;
}
.stp_demo-strip__inner{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) auto;
  gap:28px;
  align-items:center;
}
.stp_demo-strip__copy h2{
  margin:0 0 10px;
  font-size:clamp(28px, 3.5vw, 42px);
  line-height:1.08;
  letter-spacing:0;
}
.stp_demo-strip__copy p{
  margin:0;
  max-width:74ch;
  color:rgba(255,255,255,.86);
}
.stp_demo-strip__action{
  display:flex;
  justify-content:flex-end;
}
.stp_btn--demo {
	background: var(--pld-lightgreen);
	border-color: var(--pld-lightgreen);
	color: #fff;
}
.stp_btn--demo:hover{
  background:#85922e;
  border-color:#85922e;
}
.stp_section--pricing{
  background:linear-gradient(180deg, rgba(236,225,206,.45), rgba(255,255,255,0));
}
.stp_section--faq{
  padding-top:60px;
}
.stp_intro,.stp_section-head{
  display:block;
  margin-bottom:28px;
}
.stp_intro h2,.stp_section-head h2{
  margin:0 0 14px;
  font-size:clamp(30px, 4vw, 52px);
  line-height:1.08;
  letter-spacing:0;
}
.stp_intro p,.stp_section-head p{
  margin:0;
  color:var(--pld-muted);
  max-width:760px;
}

.stp_feature-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}
.stp_feature-card,
.stp_price-card,
.stp_order-card,
.stp_notice,
.stp_return-card,
.stp_faq-item{
  background:#ffffff;
  border:1px solid var(--pld-line);
  border-radius:var(--pld-radius);
  box-shadow:var(--pld-shadow);
}
.stp_feature-card{
  padding:24px;
}
.stp_feature-card h3,
.stp_faq-item h3{
  margin:0 0 10px;
  font-size:22px;
}
.stp_feature-card p,
.stp_faq-item p,
.stp_price-text,
.stp_form-note{
  margin:0;

}

.stp_pricing-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}
.stp_cycle-toggle{
  display:inline-grid;
  grid-template-columns:1fr 1fr;
  padding:6px;
  margin:0 0 26px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(36,87,98,.12);
  box-shadow:var(--pld-shadow);
}
.stp_cycle-toggle__btn{
  min-width:96px;
  min-height:44px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--pld-muted);
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}
.stp_cycle-toggle__btn.is-active{
  background:var(--pld-lightgreen);
  color:#fff;
}
.stp_price-card{
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:18px;
  position: relative;
}
.stp_price-card--featured {
	background: var(--pld-lightgreen);
	border-color: var(--pld-lightgreen);
	box-shadow: 0 30px 80px rgba(156,171,54,.16);
	color: #fff !important;
}
.stp_price-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.stp_price-head h3{
  margin:0 0 6px;
  font-size:24px;
}
.stp_price-head p{
	margin:0;
	}
	
.stp_price{
  font-size:38px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.04em;
}
.stp_price-amount{
  display:inline-block;
}
.stp_price-prefix{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  font-weight:400;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.stp_price-suffix{
  font-size:.6em;
  vertical-align:top;
}
.stp_price-meta,
.stp_cycle-note,
.stp_pricing-note{
  margin:0;
}
.stp_price-meta{
  margin-top:-8px;
}
.stp_cycle-note{
  margin-top:auto;
  padding-top:8px;
  border-top:1px solid var(--pld-line);
}
.stp_pricing-note{
  margin-top:16px;
}
.stp_list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.stp_list li{
  position:relative;
  padding-left:18px;
}
.stp_list li::before{
  content:'';
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--pld-lightgreen);
}

.stp_order-layout{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(320px, .9fr);
  gap:24px;
  align-items:start;
}
.stp_order-copy h2{
  margin:0 0 16px;
  font-size:clamp(34px, 4.2vw, 56px);
  line-height:1.06;
  letter-spacing:0;
}
.stp_order-copy p{
  margin:0;

}
.stp_order-photo{
  margin:46px 0 46px;
  border-radius:28px;
  overflow:hidden;
  border:2px solid rgba(87,113,110,.18);
  box-shadow:0 24px 60px rgba(62,103,100,.14);
  background:#e9ddca;
  aspect-ratio:16/10;
}
.stp_order-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.stp_notice{
  margin-top:24px;
  padding:18px 20px;
}
.stp_notice strong{
  display:block;
  margin-bottom:4px;
}
.stp_notice-small{
  display:block;
  margin-top:10px;
  color:var(--pld-muted);
}
.stp_order-card{
  padding:26px;
}
.stp_form{
  display:grid;
  gap:14px;
}
.stp_checkline{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border:1px solid var(--pld-line);
  border-radius:12px;
  background:#f4eee4;
}
.stp_checkline input{
  width:auto;
  margin-top:2px;
}
.stp_checkline strong{
  display:block;
  margin-bottom:4px;
}
.stp_form label{
  display:grid;
  gap:8px;
  font-weight:700;
}
.stp_form input,
.stp_form select,
.stp_form textarea{
  width:100%;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(25,60,66,.14);
  background:#fff;
  font:inherit;
  color:var(--pld-ink);
}
.stp_form textarea{
  min-height:120px;
  resize:vertical;
}
.stp_form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.stp_price-live{
  padding:14px 16px;
  border:1px solid var(--pld-line);
  border-radius:12px;
  background:#f4eee4;
}
.stp_price-live strong{
  display:block;
  margin-bottom:4px;
}
.stp_flash{
  margin-bottom:14px;
  padding:14px 16px;
  border-radius:12px;
  font-weight:700;
}
.stp_flash--error{
  background:#ffe6dc;
  color:#8f3816;
}
.stp_flash--success{
  background:#e8f5ef;
  color:#1e5d41;
}

.stp_faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.stp_faq-item{
  padding:22px;
}

.stp_footer{
  padding:46px 0 56px;
  background:var(--pld-deep);
  color:#fff;
}
.stp_footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-align:center;
}
.stp_footer p{
  margin:0;
  color:rgba(255,255,255,.8);
}
.stp_footer-contact{
  display:grid;
  gap:4px;
  letter-spacing: 0.5px;
}

.stp_return-body{
  min-height:100vh;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg, rgba(197,180,146,.22), rgba(255,255,255,0));
}
.stp_return{
  width:min(720px, calc(100% - 32px));
  text-align:center;
  padding:28px;
}
.stp_return img {
	width: 90%;
	height: auto !important;
	margin: 0 auto 18px;
}
.stp_return h1{
  margin:16px 0 12px;
  font-size:clamp(30px, 4vw, 54px);
  line-height:1.05;
}
.stp_return p{
  color:var(--pld-muted);
}
.stp_return-intro{
  max-width:52ch;
  margin:0 auto;
}
.stp_return-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:140px;
  margin:18px auto 8px;
  padding:10px 18px;
  border-radius:999px;
  font-weight:700;
  letter-spacing:.02em;
}
.stp_return-status--success{
  background:#e7f5ec;
  color:#1d6544;
}
.stp_return-status--error{
  background:#fde7df;
  color:#8a3c1a;
}
.stp_return-status--neutral{
  background:#efe8db;
  color:#5d4a40;
}
.stp_return-grid{
  display:grid;
  gap:18px;
  margin-top:26px;
  text-align:left;
}
.stp_return-card{
  margin:22px 0;
  padding:20px;
  text-align:left;
}
.stp_return-card--primary {
	background: linear-gradient(135deg, rgba(36,87,98,.92), rgba(20,120,142,.72));
	color: #fff;
}
.stp_return-card--primary h2,
.stp_return-card--primary dt,
.stp_return-card--primary dd,
.stp_return-card--primary p{
  color:#fff;
}
.stp_return-card h2{
  margin:0 0 16px;
  font-size:22px;
}
.stp_return-card p{
  margin:0;
}
.stp_return-card p + p{
  margin-top:8px;
}
.stp_return-list{
  display:grid;
  gap:14px;
  margin:0;
}
.stp_return-list div{
  display:grid;
  gap:4px;
}
.stp_return-list dt{
  margin:0;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#92786e;
}
.stp_return-list dd{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:var(--pld-ink);
}
.stp_return-note{
  margin-top:16px !important;
}
.stp_return-card-actions{
  margin-top:18px;
}
.stp_return-actions{
  display:flex;
  justify-content:center;
  margin-top:12px;
}

.stp_subpage-hero{
  position:relative;
  overflow:hidden;
  padding:44px 0 84px;
  background:
    linear-gradient(135deg, rgba(36,87,98,.94), rgba(20,120,142,.78)),
    url('background/bgsub.jpg') center/cover no-repeat;
  color:#fff;
}
.stp_subpage-hero::after{
  content:'';
  position:absolute;
  inset:auto -8% -90px;
  height:220px;
  background:radial-gradient(circle at center, rgba(255,255,255,.14), transparent 68%);
  pointer-events:none;
}
.stp_subpage-hero .stp_shell{
  position:relative;
  z-index:1;
}
.stp_subpage-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:52px;
}
.stp_subpage-topbar a{
  text-decoration:none;
}
.stp_subpage-copy{
  max-width:760px;
}
.stp_subpage-copy h1{
  margin:18px 0 16px;
  font-size:clamp(38px, 5vw, 68px);
  line-height:1.02;
  letter-spacing:0;
}
.stp_subpage-copy p{
  margin:0;
  max-width:58ch;
  color:rgba(255,255,255,.84);
  font-size:18px;
}
.stp_page-wrap{
  padding:72px 0 92px;
}
.stp_page-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) minmax(280px, .75fr);
  gap:24px;
  align-items:start;
}
.stp_content-card,
.stp_side-card,
.stp_cta-band{
  background:var(--pld-panel);
  border:1px solid var(--pld-line);
  border-radius:var(--pld-radius);
  box-shadow:var(--pld-shadow);
}
.stp_content-card{
  padding:30px;
}
.stp_content-card + .stp_content-card{
  margin-top:18px;
}
.stp_content-card h2{
  margin:0 0 16px;
  font-size:clamp(28px, 3vw, 40px);
  line-height:1.08;
  letter-spacing:0;
}
.stp_content-card h3{
  margin:24px 0 10px;
  font-size:22px;
}
.stp_content-card p,
.stp_content-card li{
  color:var(--pld-muted);
}
.stp_content-card p{
  margin:0 0 14px;
}
.stp_content-card p:last-child{
  margin-bottom:0;
}
.stp_content-card ul{
  margin:0;
  padding-left:20px;
  display:grid;
  gap:10px;
}
.stp_side-stack{
  display:grid;
  gap:18px;
}
.stp_side-card{
  padding:24px;
}
.stp_side-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.stp_side-card p{
  margin:0;
  color:var(--pld-muted);
}
.stp_side-card p + p{
  margin-top:10px;
}
.stp_side-card strong{
  color:var(--pld-ink);
}
.stp_info-list{
  display:grid;
  gap:10px;
  margin:16px 0 0;
}
.stp_info-list span{
  color:var(--pld-muted);
}
.stp_legal-nav{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.stp_legal-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  border-radius:12px;
  background:#f4eee4;
  text-decoration:none;
  color:var(--pld-ink);
  border:1px solid rgba(36,87,98,.08);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.stp_legal-nav a::after{
  content:'›';
  font-size:20px;
  line-height:1;
  color:var(--pld-lightgreen);
}
.stp_legal-nav a:hover{
  transform:translateY(-1px);
  background:#efe4d3;
  border-color:rgba(156,171,54,.22);
}
.stp_legal-nav a[aria-current="page"]{
  background:var(--pld-deep);
  color:#fff;
  border-color:var(--pld-deep);
}
.stp_legal-nav a[aria-current="page"]::after{
  color:#fff;
}
.stp_legal-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.stp_legal-meta span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:14px;
}
.stp_cta-band--legal{
  margin-top:28px;
}
.stp_cta-band{
  margin-top:22px;
  padding:26px 28px;
  display:grid;
  gap:14px;
  align-items:center;
  grid-template-columns:minmax(0, 1fr) auto;
  background:linear-gradient(135deg, rgba(156,171,54,.14), rgba(255,253,249,1));
}
.stp_cta-band h2{
  margin:0 0 8px;
  font-size:clamp(26px, 3vw, 32px);
  line-height:1.08;
  letter-spacing:0;
}
.stp_cta-band p{
  margin:0;
  color:var(--pld-muted);
}
.stp_steps-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.stp_feature-layout{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:22px;
  align-items:start;
}
.stp_feature-layout > .stp_content-card{
  grid-column:span 2;
  margin:0;
}
.stp_feature-layout > .stp_side-stack{
  grid-column:span 1;
}
.stp_step-card{
  background:var(--pld-panel);
  border:1px solid var(--pld-line);
  border-radius:var(--pld-radius);
  box-shadow:var(--pld-shadow);
  padding:24px;
}
.stp_step-card strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#f2e2ce;
  color:var(--pld-orange-deep);
  margin-bottom:16px;
}
.stp_step-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.stp_step-card p{
  margin:0;
  color:var(--pld-muted);
}


.kwartaaltekst {
	font-size: 11px;
}


@media (max-width: 1100px){
  .stp_feature-grid,
  .stp_pricing-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 920px){
  .stp_hero-inner,
  .stp_page-layout,
  .stp_order-layout,
  .stp_form-grid,
  .stp_faq-grid,
  .stp_demo-strip__inner,
  .stp_feature-layout,
  .stp_steps-grid,
  .stp_cta-band{
    grid-template-columns:1fr;
  }
  .stp_demo-strip__action{
    justify-content:flex-start;
  }
  .stp_cycle-toggle{
    width:100%;
  }
  .stp_cycle-toggle__btn{
    min-width:0;
  }
  .stp_hero{
    min-height:auto;
  }
  .stp_subpage-topbar{
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:36px;
  }
  
  .stp_brand-logo{
    width:100%;
  }


}
@media (max-width: 640px){
.stp_shell {
	width: min(100% - 24px, 1180px);
	padding: 0 20px;
}
  .stp_feature-grid,
  .stp_pricing-grid{
    grid-template-columns:1fr;
  }
  .stp_hero-inner{
    padding:24px 20px 40px;
  }
  .stp_brand-logo{
    width:100%;
  }
  .stp_subpage-logo{
    height:84px;
  }
  .stp_subpage-topbar img{
    height:84px;
  }
  .stp_content-card,
  .stp_side-card,
  .stp_cta-band{
    padding:22px;
  }
  .stp_return{
    padding:22px 18px 28px;
  }
  .stp_return-card{
    margin:16px 0;
    padding:18px;
  }
  .stp_return-list dd{
    font-size:16px;
  }
}
