@charset "utf-8";
/*
Theme Name: Nijm Style
Theme URI: http://www.nijm.nl/
Description: Nijm Webdesign & Hosting Theme.
Version: 1.5
Author: Arjan Nijmeijer
Author URI: http://www.nijm.nl/
Tags: fixed width, two columns, three columns, widgets, special

Nijm Theme by Arjan Nijmeijer || http://www.nijm.nl
Modifications by Arjan Nijmeijer || http://www.nijm.nl
This theme is the main theme for Nijm Webdesign and Hosting.
*/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
fieldset{ border:none;}
.frm_error{ color:red; font-style:italic;}
:root{
  --orange:#ff6a00;
  --green:#61c700;
  --gray-900:#2f3640;
  --gray-800:#46515f;
  --gray-700:#697180;
  --gray-500:#a1a8b3;
  --gray-300:#dfe3e8;
  --gray-200:#edf0f3;
  --gray-100:#f6f7f9;
  --white:#ffffff;
  --max:1200px;
  --radius:18px;
  --shadow:0 10px 30px rgba(36,44,56,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--gray-900);
  background:var(--white);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.topbar{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  border-bottom:1px solid rgba(0,0,0,.04);
}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:182px;gap:20px}
.brand img{height:190px;width:auto;display:block;filter:none;background:transparent}
.menu{
  display:flex;align-items:center;gap:28px;flex-wrap:wrap;
}
.menu a{
  color:var(--gray-800);
  font-weight:600;
}
.menu a:hover,.menu a.active{color:var(--orange)}
.cta-group{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:10px;padding:14px 22px;border-radius:12px;
  font-weight:700;border:1px solid transparent;transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--orange);color:white;box-shadow:var(--shadow)}
.btn-secondary{border-color:#cfd5dd;background:white;color:var(--gray-900)}
.btn-ghost{border-color:transparent;color:var(--orange);padding-left:0}
.hero{
  background:
    radial-gradient(circle at 20% 15%, rgba(255,106,0,.08), transparent 25%),
    radial-gradient(circle at 85% 20%, rgba(97,199,0,.08), transparent 18%),
    linear-gradient(180deg,#fff 0%, #fafbfd 100%);
}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;
  padding:58px 0 48px;
}
.eyebrow{
  color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.9rem
}
h1{
  font-size:clamp(2.4rem,4vw,4.25rem);
  line-height:1.02;margin:12px 0 18px;letter-spacing:-.03em
}
.hero h1 span{color:var(--orange)}
.lead{font-size:1.16rem;color:var(--gray-800);max-width:640px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-media{
  position:relative;
}
.hero-card{
  background:white;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.04)
}
.hero-card img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
.hero-badge{
  position:absolute;right:-12px;bottom:18px;
  background:white;border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);
  max-width:220px;border:1px solid rgba(0,0,0,.04)
}
.shape{
  position:absolute;border-radius:26px;transform:rotate(45deg);
  opacity:.92;filter:drop-shadow(0 12px 18px rgba(0,0,0,.08));
}
.shape.orange{width:168px;height:168px;background:var(--orange);right:-34px;top:34px;border-radius:28px;z-index:1}
.shape.green{width:152px;height:152px;background:var(--green);right:2px;bottom:-26px;border-radius:28px;z-index:1}
.shape.gray{width:138px;height:138px;background:linear-gradient(180deg,#c7ccd3,#8f97a4);right:-6px;top:62px;border:10px solid white;border-radius:26px;z-index:2}
.section{padding:78px 0}
.section-muted{background:linear-gradient(180deg,#f7f8fa 0%, #eef2f5 100%)}
.section-title{
  text-align:center;max-width:860px;margin:0 auto 34px
}
.section-title h2{
  margin:8px 0 12px;font-size:clamp(2rem,3vw,3rem);line-height:1.08;letter-spacing:-.03em
}
.section-title p{color:var(--gray-700);font-size:1.06rem}
.cards{
  display:grid;grid-template-columns:repeat(4,1fr);gap:22px
}
.card{
  background:white;border:1px solid rgba(0,0,0,.05);border-radius:22px;
  padding:28px;box-shadow:var(--shadow)
}
.card-icon{
  width:64px;height:64px;border-radius:50%;display:grid;place-items:center;
  font-size:28px;margin-bottom:18px;background:var(--gray-200)
}
.card-icon.green{background:#eaf7de}
.card h3{margin:0 0 10px;font-size:1.4rem}
.card p{margin:0 0 14px;color:var(--gray-700)}
.card ul{padding-left:18px;margin:0 0 18px;color:var(--gray-800)}
.split{
  display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center
}
.panel{
  background:white;border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow);
  border-radius:26px;padding:34px
}
.panel h2{font-size:clamp(2rem,2.5vw,2.8rem);line-height:1.08;margin:8px 0 16px;letter-spacing:-.03em}
.panel p{color:var(--gray-700)}
.checks{display:grid;gap:10px;margin:18px 0 28px}
.check{display:flex;gap:12px;align-items:flex-start}
.check-dot{
  width:24px;height:24px;border-radius:50%;background:#eff5ea;color:var(--green);
  display:grid;place-items:center;font-weight:800;flex:0 0 24px
}
.image-panel{
  position:relative;overflow:hidden;background:white;border-radius:26px;box-shadow:var(--shadow);
  min-height:420px;border:1px solid rgba(0,0,0,.05)
}
.image-panel img{width:100%;height:100%;object-fit:cover}
.overlay-card{
  position:absolute;left:22px;bottom:22px;
  background:rgba(255,255,255,.95);backdrop-filter:blur(8px);
  border:1px solid rgba(0,0,0,.04);
  border-radius:16px;padding:16px 18px;box-shadow:var(--shadow);max-width:270px
}
.service-hero{
  background:linear-gradient(180deg,#fff 0%,#fafbfd 100%);
  padding:50px 0 26px
}
.service-hero .split{grid-template-columns:1.05fr .95fr}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:28px}
.feature{
  background:white;border:1px solid rgba(0,0,0,.05);border-radius:18px;padding:22px;box-shadow:var(--shadow)
}
.feature h4{margin:8px 0;font-size:1.15rem}
.feature p{margin:0;color:var(--gray-700)}
.band{
  background:linear-gradient(135deg,#3b4451 0%, #2f3640 100%);
  color:white;padding:46px 0
}
.band-grid{
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap
}
.band h3{font-size:clamp(1.8rem,2.2vw,2.5rem);line-height:1.1;margin:0 0 8px}
.band p{margin:0;color:#dfe6ef}
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px}
.contact-card,.form-card{
  background:white;border-radius:24px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)
}
.contact-card{padding:30px}
.form-card{padding:30px}
.contact-list{display:grid;gap:14px;margin-top:20px}
.contact-item strong{display:block}
.notice{
  margin-top:24px;padding:16px 18px;background:#fff7ef;border:1px solid #ffd8bb;border-radius:16px;color:#7f4b1b
}
input,textarea,select{
  width:100%;padding:14px 15px;border:1px solid #d4d9df;border-radius:12px;
  font:inherit;outline:none;background:white
}
textarea{min-height:140px;resize:vertical}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-row{display:grid;gap:8px}
.form-row.full{grid-column:1/-1}
.footer{
  background:#2f3640;color:white;padding:40px 0 22px;margin-top:60px
}
.footer-grid{
  display:grid;grid-template-columns:1.2fr .9fr .9fr 1fr;gap:26px
}
.footer h4{margin:0 0 12px;font-size:1.05rem}
.footer p,.footer a{color:#dbe1ea}
.footer small{display:block;margin-top:24px;color:#b8c0ca}
.logo-footer{background:white;border-radius:12px;padding:10px;display:inline-block}
.breadcrumbs{
  font-size:.95rem;color:var(--gray-700);padding-top:10px
}
.breadcrumbs a:hover{color:var(--orange)}
.table-like{display:grid;gap:14px}
.table-item{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--gray-200)}
.table-item strong{font-size:1.02rem}
.mobile-toggle{display:none}
@media (max-width: 980px){
  .hero-grid,.split,.contact-grid,.service-hero .split,.footer-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:1fr}
  .hero{padding-bottom:18px}
  .hero-media{order:-1}
}
@media (max-width: 760px){
  .nav{display:flex;align-items:center;justify-content:space-between;min-height:182px;gap:20px}
  .menu-wrap{
    display:none;position:absolute;left:0;right:0;top:74px;background:white;border-bottom:1px solid rgba(0,0,0,.06)
  }
  .menu-wrap.open{display:block}
  .menu{padding:18px 24px;flex-direction:column;align-items:flex-start;gap:16px}
  .cta-group.nav-cta{display:none}
  .cards{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .shape{display:none}
  h1{font-size:2.5rem}
  .section{padding:60px 0}
}


.hero{
  background:
    radial-gradient(circle at 18% 12%, rgba(255,106,0,.12), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(97,199,0,.13), transparent 22%),
    linear-gradient(180deg,#fff 0%, #f7f8fa 100%);
}
.topbar{
  box-shadow:0 6px 22px rgba(36,44,56,.04);
}
.menu a{
  position:relative;
}
.menu a:after{
  content:"";
  position:absolute;left:0;bottom:-8px;width:0;height:3px;border-radius:4px;
  background:linear-gradient(90deg,var(--orange),var(--green));transition:.2s ease;
}
.menu a:hover:after,.menu a.active:after{width:100%}
.hero-card{
  border-radius:30px;
}
.hero-badge{
  right:-18px;
  bottom:20px;
}
.brand{display:flex;align-items:center;flex-shrink:0;background:transparent}
.brand img{height:190px;width:auto;display:block;filter:none;background:transparent}
.shape.orange{width:168px;height:168px;background:var(--orange);right:-34px;top:34px;border-radius:28px;z-index:1}
.shape.green{width:152px;height:152px;background:var(--green);right:2px;bottom:-26px;border-radius:28px;z-index:1}
.shape.gray{width:138px;height:138px;background:linear-gradient(180deg,#c7ccd3,#8f97a4);right:-6px;top:62px;border:10px solid white;border-radius:26px;z-index:2}
.section-muted{
  background:
    radial-gradient(circle at 8% 85%, rgba(97,199,0,.12), transparent 14%),
    radial-gradient(circle at 97% 20%, rgba(255,106,0,.12), transparent 15%),
    linear-gradient(180deg,#f7f8fa 0%, #eef2f5 100%);
}
.card{
  border-top:4px solid transparent;
}
.card:nth-child(1){border-top-color:var(--orange)}
.card:nth-child(2){border-top-color:#9aa3af}
.card:nth-child(3){border-top-color:var(--green)}
.card:nth-child(4){border-top-color:var(--orange)}
.band{
  background:linear-gradient(135deg,#4d5664 0%, #2f3640 55%, #39414d 100%);
}
.footer{
  background:
    radial-gradient(circle at 94% 10%, rgba(255,106,0,.18), transparent 10%),
    radial-gradient(circle at 7% 88%, rgba(97,199,0,.16), transparent 9%),
    #2f3640;
}
.logo-footer{
  border:1px solid rgba(255,255,255,.18);
}
@media (max-width:760px){
  .brand img{height:190px;width:auto;display:block;filter:none;background:transparent}
  .nav{display:flex;align-items:center;justify-content:space-between;min-height:182px;gap:20px}
}

.nav-cta .btn-primary{padding:18px 30px;border-radius:16px;font-size:1.06rem}
.menu{gap:34px}
.menu a{font-size:1.12rem}

.hero-media{padding:8px 24px 8px 8px}
.hero-card{border-radius:34px}
.hero-card img{aspect-ratio:16/11;object-fit:cover;object-position:center}
.hero-badge{right:-12px;bottom:34px;max-width:285px;border-radius:20px;padding:18px 20px}
.hero-badge strong{display:block;font-size:1.1rem}
.hero-badge div{font-size:1rem;line-height:1.5}
.section-title h2{max-width:900px;margin-left:auto;margin-right:auto}
@media (max-width:980px){
  .brand img{height:190px;width:auto;display:block;filter:none;background:transparent}
  .nav{display:flex;align-items:center;justify-content:space-between;min-height:182px;gap:20px}
}
@media (max-width:760px){
  .brand img{height:190px;width:auto;display:block;filter:none;background:transparent}
  .nav{display:flex;align-items:center;justify-content:space-between;min-height:182px;gap:20px}
  .menu a{font-size:1rem}
  .hero-media{padding:0}
  .hero-badge{position:relative;right:auto;bottom:auto;margin:14px 14px 0 auto}
  .shape.orange{width:120px;height:120px;top:18px;right:-18px}
  .shape.gray{width:102px;height:102px;top:34px;right:-6px}
  .shape.green{width:110px;height:110px;right:4px;bottom:-14px}
}

.shape,.shape.orange,.shape.green,.shape.gray{display:none!important}
.hero-media{padding:8px 8px 8px 8px}
.logo-mark{
  position:absolute;
  right:-36px;
  top:18px;
  width:255px;
  z-index:3;
  filter: drop-shadow(0 14px 20px rgba(0,0,0,.10));
}
.hero-badge{
  right:10px;
  bottom:42px;
  z-index:2;
}
.hero-card{
  overflow:visible;
}
.topbar .container{
  overflow:visible;
}
@media (max-width: 980px){
  .brand img{height:136px}
  .nav{min-height:132px}
  .logo-mark{width:200px; right:-8px; top:10px;}
}
@media (max-width: 760px){
  .brand img{height:104px}
  .nav{min-height:98px}
  .logo-mark{width:150px; right:0; top:0}
}

/* --- Premium final adjustments --- */
body{
  background:
    radial-gradient(circle at 96% 8%, rgba(97,199,0,.08), transparent 18%),
    radial-gradient(circle at 4% 16%, rgba(255,106,0,.06), transparent 18%),
    #fff;
}
.topbar{
  background:rgba(255,255,255,.98);
  box-shadow:0 8px 28px rgba(36,44,56,.05);
}
.brand img{
  height:156px!important;
}
.nav{
  min-height:154px!important;
}
.logo-mark{
  width:180px!important;
  right:10px!important;
  top:36px!important;
  opacity:.98!important;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.14))!important;
}
.hero-badge{
  right:36px!important;
  bottom:28px!important;
  max-width:330px!important;
  background:rgba(255,255,255,.96)!important;
}
.hero-card{
  border-radius:34px!important;
  box-shadow:0 20px 55px rgba(36,44,56,.12)!important;
}
.hero-card img{
  object-position:center center!important;
}
.hero-grid{
  gap:60px!important;
}
.lead{
  font-size:1.2rem!important;
  line-height:1.7!important;
}
.btn-primary{
  background:linear-gradient(135deg,#ff7a12 0%, #ff6a00 100%)!important;
}
.btn-secondary{
  border-color:#d6dbe2!important;
  background:#fff!important;
}
.section-title h2,.panel h2{
  color:#2f3640;
}
.cards .card{
  transition:transform .18s ease, box-shadow .18s ease;
}
.cards .card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(36,44,56,.12);
}
.card{
  border-radius:24px!important;
}
.image-panel{
  box-shadow:0 20px 55px rgba(36,44,56,.12)!important;
}
.band{
  background:
    radial-gradient(circle at 90% 18%, rgba(255,106,0,.14), transparent 15%),
    radial-gradient(circle at 10% 80%, rgba(97,199,0,.12), transparent 12%),
    linear-gradient(135deg,#4c5562 0%, #2f3640 100%)!important;
}
.footer{
  margin-top:0!important;
}
@media (max-width: 980px){
  .brand img{height:118px!important}
  .nav{min-height:118px!important}
  .logo-mark{width:145px!important;right:6px!important;top:14px!important}
  .hero-badge{right:18px!important;bottom:16px!important;max-width:280px!important}
}
@media (max-width: 760px){
  .brand img{height:90px!important}
  .nav{min-height:92px!important}
  .logo-mark{
    width:118px!important;
    right:8px!important;
    top:8px!important;
  }
  .hero-badge{
    position:relative!important;
    right:auto!important;
    bottom:auto!important;
    margin:16px 10px 0 auto!important;
    max-width:100%!important;
  }
}

/* Conversion version */
.logo-mark{display:none !important;}
.hero-badge{
  right:34px !important;
  bottom:28px !important;
  max-width:420px !important;
  padding:20px 24px !important;
  border-radius:22px !important;
}
.hero-badge strong{
  font-size:1.15rem !important;
  line-height:1.35 !important;
}
.trust-strip{
  margin-top:26px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.trust-chip{
  background:#fff;
  border:1px solid #dde3ea;
  border-radius:999px;
  padding:10px 14px;
  font-weight:700;
  color:#46515f;
  box-shadow:0 6px 18px rgba(36,44,56,.05);
}
.problem-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.problem-box,.solution-box{
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 12px 30px rgba(36,44,56,.08);
  border:1px solid rgba(0,0,0,.05);
}
.problem-box ul,.solution-box ul{margin:0;padding-left:20px}
.problem-box li,.solution-box li{margin:10px 0}
.stat-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:26px;
}
.stat{
  background:#fff;
  border-radius:22px;
  padding:24px;
  text-align:center;
  box-shadow:0 12px 30px rgba(36,44,56,.08);
  border:1px solid rgba(0,0,0,.05);
}
.stat strong{
  display:block;
  font-size:2rem;
  line-height:1;
  color:var(--orange);
  margin-bottom:8px;
}
@media (max-width:980px){
  .problem-grid,.stat-grid{grid-template-columns:1fr}
  .mobile-toggle{display:block;} 
}
