*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1A4E8A;--blue-mid:#2E6FB5;--blue-light:#5B9BD5;--blue-dark:#0D2C5B;
  --green:#1DB87C;--green-dark:#158F60;--green-bg:#EDFAF5;
  --orange:#E8751E;--orange-bg:#FFF3EA;
  --gray:#4A5E6E;--gray-light:#F4F7FA;
  --blue-bg:#EEF4FF;--white:#fff;--text:#1A2B3C;
  --radius:10px;--max:1140px;
  --shadow:0 2px 14px rgba(0,0,0,.08);--shadow-md:0 6px 28px rgba(0,0,0,.13)
}
body{font-family:'Inter','Segoe UI',Arial,sans-serif;font-size:17px;line-height:1.7;color:var(--text);background:var(--white)}
a{color:var(--blue-mid);text-decoration:none}
a:hover{text-decoration:underline}

/* ── NAV ─────────────────────────────────────────────────────────── */
nav{background:var(--white);border-bottom:2px solid var(--blue-bg);position:sticky;top:0;z-index:100;padding:0 2rem}
.nav-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:82px}
.nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.nav-links{display:flex;gap:2.2rem;align-items:center;list-style:none}
.nav-links a{color:var(--text);font-size:.95rem;font-weight:500;transition:color .15s}
.nav-links a:hover{color:var(--blue-mid);text-decoration:none}
.nav-links a.active{color:var(--blue-mid);font-weight:700}
.nav-cta{background:var(--green)!important;color:var(--white)!important;padding:.5rem 1.5rem;border-radius:22px;font-weight:700!important;transition:background .15s!important}
.nav-cta:hover{background:var(--green-dark)!important;text-decoration:none!important}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px}

/* ── HERO ────────────────────────────────────────────────────────── */
.hero{background:linear-gradient(135deg,var(--blue-dark) 0%,#1A4E8A 55%,#2E6FB5 100%);color:var(--white);padding:6rem 2rem 4.5rem;text-align:center;position:relative;overflow:hidden}
.hero::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:60px;background:var(--white);clip-path:ellipse(55% 100% at 50% 100%)}
.hero-eyebrow{display:inline-block;background:rgba(29,184,124,.18);color:#6EE7B7;font-size:.82rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:.35rem 1.1rem;border-radius:20px;margin-bottom:1.5rem;border:1px solid rgba(29,184,124,.3)}
.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;margin-bottom:1.2rem;line-height:1.15}
.hero h1 .accent{color:#6EE7B7}
.hero p{font-size:1.15rem;max-width:680px;margin:0 auto 2.5rem;opacity:.88;line-height:1.7}
.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.5rem}
.hero-stats{display:flex;justify-content:center;max-width:640px;margin:0 auto;border-top:1px solid rgba(255,255,255,.12);padding-top:2.5rem;flex-wrap:wrap;gap:0}
.hero-stat{flex:1;min-width:140px;text-align:center;padding:0 1.5rem}
.hero-stat+.hero-stat{border-left:1px solid rgba(255,255,255,.15)}
.hero-stat-num{font-size:2.1rem;font-weight:800;color:#6EE7B7;display:block;line-height:1.1}
.hero-stat-label{font-size:.8rem;opacity:.7;margin-top:.25rem}

/* ── BUTTONS ─────────────────────────────────────────────────────── */
.btn{display:inline-block;padding:.8rem 2rem;border-radius:26px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s;text-decoration:none}
.btn:hover{transform:translateY(-2px);text-decoration:none}
.btn-primary{background:var(--green);color:var(--white);box-shadow:0 4px 18px rgba(29,184,124,.35)}
.btn-primary:hover{background:var(--green-dark);box-shadow:0 7px 22px rgba(29,184,124,.45)}
.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.45)}
.btn-outline:hover{background:rgba(255,255,255,.1)}
.btn-blue{background:var(--blue-mid);color:var(--white);box-shadow:0 4px 18px rgba(46,111,181,.28)}
.btn-blue:hover{background:var(--blue-dark)}
.btn-green{background:var(--green);color:var(--white)}
.btn-green:hover{background:var(--green-dark)}
.btn-white{background:var(--white);color:var(--green-dark);box-shadow:0 4px 18px rgba(0,0,0,.15)}
.btn-white:hover{background:#F0FBF6}

/* ── SECTIONS ────────────────────────────────────────────────────── */
section{padding:5rem 2rem}
.section-inner{max-width:var(--max);margin:0 auto}
.section-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:.7rem}
.section-label-blue{color:var(--blue-mid)}
.section-title{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;color:var(--blue-dark);margin-bottom:.6rem;line-height:1.2}
.section-sub{color:var(--gray);font-size:1.05rem;margin-bottom:3rem;max-width:600px}
.blue-bg{background:var(--blue-bg)}
.green-bg{background:var(--green-bg)}
.dark-bg{background:var(--blue-dark)}

/* ── STEPS ───────────────────────────────────────────────────────── */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.6rem}
.step-card{background:var(--white);border-radius:14px;padding:2rem 1.6rem;box-shadow:var(--shadow);border-top:4px solid var(--blue-mid);text-align:center;transition:box-shadow .2s,transform .2s}
.step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.step-card:nth-child(2){border-top-color:var(--green)}
.step-card:nth-child(3){border-top-color:var(--orange)}
.step-card:nth-child(4){border-top-color:var(--blue-light)}
.step-card:nth-child(5){border-top-color:var(--green)}
.step-num{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.15rem;margin:0 auto 1.1rem;color:var(--white)}
.step-card:nth-child(1) .step-num{background:var(--blue-mid)}
.step-card:nth-child(2) .step-num{background:var(--green)}
.step-card:nth-child(3) .step-num{background:var(--orange)}
.step-card:nth-child(4) .step-num{background:var(--blue-light)}
.step-card:nth-child(5) .step-num{background:var(--green)}
.step-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--blue-dark)}
.step-card p{font-size:.875rem;color:var(--gray);line-height:1.6}
.step-icon{font-size:2.2rem;margin-bottom:.8rem}

/* ── FEATURE CARDS ───────────────────────────────────────────────── */
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:1.8rem}
.feature-card{background:var(--white);border-radius:14px;padding:2rem 1.8rem;box-shadow:var(--shadow);border-left:4px solid var(--blue-mid);transition:box-shadow .2s,transform .2s}
.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.feature-card:nth-child(3n+2){border-left-color:var(--green)}
.feature-card:nth-child(3n+3){border-left-color:var(--orange)}
.feature-icon-wrap{width:64px;height:64px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;}.feature-icon-wrap img{width:42px;height:42px;object-fit:contain}
.feature-card:nth-child(3n+1) .feature-icon-wrap{background:var(--blue-bg)}
.feature-card:nth-child(3n+2) .feature-icon-wrap{background:var(--green-bg)}
.feature-card:nth-child(3n+3) .feature-icon-wrap{background:var(--orange-bg)}
.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--blue-dark)}
.feature-card p{font-size:.9rem;color:var(--gray);line-height:1.65}

/* ── DOELGROEPEN ─────────────────────────────────────────────────── */
.doelgroep-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.3rem}
.doelgroep-card{background:var(--white);border-radius:13px;padding:1.6rem;box-shadow:var(--shadow);display:flex;align-items:flex-start;gap:1rem;transition:box-shadow .2s}
.doelgroep-card:hover{box-shadow:var(--shadow-md)}
.doelgroep-icon{font-size:1.9rem;flex-shrink:0}
.doelgroep-card h3{font-size:.97rem;font-weight:700;color:var(--blue-dark);margin-bottom:.3rem}
.doelgroep-card p{font-size:.875rem;color:var(--gray);line-height:1.55}

/* ── CTA BANNER ──────────────────────────────────────────────────── */
.cta-banner{background:linear-gradient(135deg,var(--green-dark) 0%,#22C98A 100%);color:var(--white);text-align:center;padding:5.5rem 2rem}
.cta-banner h2{font-size:clamp(1.7rem,3.5vw,2.5rem);font-weight:800;margin-bottom:.8rem}
.cta-banner p{opacity:.9;margin-bottom:2.5rem;max-width:540px;margin-left:auto;margin-right:auto;font-size:1.05rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ── PAGE HEADER ─────────────────────────────────────────────────── */
.page-header{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue-mid) 100%);color:var(--white);padding:4.5rem 2rem 5rem;position:relative;overflow:hidden}
.page-header::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:50px;background:var(--white);clip-path:ellipse(55% 100% at 50% 100%)}
.page-header .section-label{color:#6EE7B7}
.page-header h1{font-size:clamp(1.9rem,4vw,3rem);font-weight:800;margin-bottom:.7rem;line-height:1.2}
.page-header p{opacity:.88;font-size:1.05rem;max-width:620px}

/* ── PROCESS STEPS ───────────────────────────────────────────────── */
.process-list{display:flex;flex-direction:column;gap:0}
.process-item{display:grid;grid-template-columns:80px 1fr;position:relative}
.process-item:not(:last-child)::before{content:'';position:absolute;left:39px;top:76px;bottom:-24px;width:2px;background:linear-gradient(var(--blue-mid),var(--green));opacity:.25}
.process-num-col{padding-top:2px;display:flex;justify-content:center;z-index:1}
.process-circle{width:54px;height:54px;border-radius:50%;background:var(--blue-mid);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;box-shadow:0 0 0 5px rgba(46,111,181,.15);flex-shrink:0}
.process-item:nth-child(2) .process-circle,.process-item:nth-child(4) .process-circle{background:var(--green);box-shadow:0 0 0 5px rgba(29,184,124,.15)}
.process-item:nth-child(3) .process-circle{background:var(--orange);box-shadow:0 0 0 5px rgba(232,117,30,.15)}
.process-content-col{padding:0 0 3.5rem 1.5rem}
.process-content-col h3{font-size:1.2rem;font-weight:700;color:var(--blue-dark);margin-bottom:.5rem}
.process-content-col p{color:var(--gray);line-height:1.7;margin-bottom:.7rem}
.process-content-col ul{padding-left:1.3rem;color:var(--gray);font-size:.95rem}
.process-content-col ul li{margin-bottom:.3rem}
.highlight-box{background:var(--blue-bg);border-radius:10px;padding:1rem 1.3rem;border-left:4px solid var(--blue-mid);color:var(--blue-dark);font-size:.93rem;margin:.8rem 0;line-height:1.6}

/* ── CONTACT ─────────────────────────────────────────────────────── */
.contact-wrap{display:grid;grid-template-columns:1fr 1.3fr;gap:3.5rem;align-items:start}
.contact-info-card{background:var(--blue-bg);border-radius:14px;padding:2.2rem}
.contact-info-card h2{font-size:1.5rem;font-weight:800;color:var(--blue-dark);margin-bottom:1rem}
.contact-info-card p{color:var(--gray);margin-bottom:1.2rem;font-size:.95rem}
.contact-item{display:flex;gap:.8rem;margin-bottom:.8rem;align-items:center;color:var(--gray);font-size:.95rem}
.contact-item a{color:var(--blue-mid)}
.contact-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--green-bg);color:var(--green-dark);font-size:.82rem;font-weight:700;padding:.4rem 1rem;border-radius:20px;margin-bottom:1.5rem;border:1px solid rgba(29,184,124,.25)}
.form-card{background:var(--white);border:1px solid #dce8f4;border-radius:14px;padding:2.3rem;box-shadow:var(--shadow)}
.form-group{margin-bottom:1.3rem}
label{display:block;font-size:.87rem;font-weight:700;margin-bottom:.4rem;color:var(--blue-dark)}
input,textarea,select{width:100%;padding:.78rem 1rem;border:2px solid #dce8f4;border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--text);background:#FAFCFF;transition:border-color .15s}
input:focus,textarea:focus,select:focus{outline:none;border-color:var(--blue-mid);background:var(--white)}
textarea{resize:vertical;min-height:130px}
.btn-submit{background:var(--green);color:var(--white);border:none;padding:.9rem 2rem;border-radius:26px;font-size:1rem;font-weight:700;cursor:pointer;width:100%;transition:background .15s,box-shadow .15s;box-shadow:0 4px 18px rgba(29,184,124,.3)}
.btn-submit:hover{background:var(--green-dark);box-shadow:0 6px 22px rgba(29,184,124,.4)}
.form-note{font-size:.8rem;color:var(--gray);margin-top:.6rem;text-align:center}

/* ── WEBSHOP ─────────────────────────────────────────────────────── */
.filter-bar{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.8rem}
.filter-btn{padding:.5rem 1.4rem;border-radius:22px;border:2px solid #dce8f4;background:var(--white);color:var(--gray);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .15s}
.filter-btn:hover,.filter-btn.active{background:var(--blue-mid);color:var(--white);border-color:var(--blue-mid)}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.8rem}
.product-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
/* Product image area — professional gradient header, subtle bg icon */
.product-img{height:175px;display:flex;align-items:flex-end;padding:1.1rem 1.4rem;position:relative;overflow:hidden}
.product-img.geboorte{background:linear-gradient(135deg,#FDE68A 0%,#FBBF24 100%)}
.product-img.woon{background:linear-gradient(135deg,#93C5FD 0%,#3B82F6 100%)}
.product-img.print3d{background:linear-gradient(135deg,#6EE7B7 0%,#059669 100%)}
.product-img.feest{background:linear-gradient(135deg,#F9A8D4 0%,#DB2777 100%)}
.product-img-bg{position:absolute;right:-6px;top:-10px;font-size:7.5rem;opacity:.18;line-height:1;pointer-events:none;user-select:none}
.product-img-label{position:relative;z-index:1;display:inline-flex;align-items:center;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);color:var(--blue-dark);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:14px}
/* Product body */
.product-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.product-body h3{font-size:1.05rem;font-weight:700;color:var(--blue-dark);margin-bottom:.45rem;line-height:1.3}
.product-body p{font-size:.875rem;color:var(--gray);line-height:1.65;flex:1}
.product-info-box{font-size:.8rem;color:var(--blue-dark);background:var(--blue-bg);padding:.6rem 1rem;border-radius:8px;margin:.9rem 0;border-left:3px solid var(--blue-light);line-height:1.5}
.product-info-box strong{display:block;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--blue-mid);margin-bottom:.2rem}
.product-body .btn{margin-top:auto;text-align:center;display:block;font-size:.88rem;padding:.7rem 1.5rem}

/* ── MOGELIJKHEDEN ───────────────────────────────────────────────── */
.mog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.mog-card{background:var(--white);border-radius:14px;box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s}
.mog-card:hover{box-shadow:var(--shadow-md)}
.mog-card-header{padding:2rem 2rem 1.2rem;display:flex;align-items:center;gap:1.2rem}
.mog-card-icon{width:58px;height:58px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0}
.mog-blue .mog-card-icon{background:var(--blue-bg)}
.mog-green .mog-card-icon{background:var(--green-bg)}
.mog-orange .mog-card-icon{background:var(--orange-bg)}
.mog-card-header h3{font-size:1.15rem;font-weight:700;color:var(--blue-dark)}
.mog-card-header p{font-size:.88rem;color:var(--gray);margin-top:.2rem}
.mog-card-body{padding:0 2rem 2rem}
.mog-card-body ul{list-style:none;padding:0}
.mog-card-body ul li{font-size:.9rem;color:var(--gray);padding:.35rem 0;border-bottom:1px solid #f0f4f8;display:flex;align-items:center;gap:.6rem}
.mog-card-body ul li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0}
.mog-card-body ul li:last-child{border-bottom:none}
.mog-blue .mog-card-body{border-top:3px solid var(--blue-mid)}
.mog-green .mog-card-body{border-top:3px solid var(--green)}
.mog-orange .mog-card-body{border-top:3px solid var(--orange)}

/* ── VOOR WIE ────────────────────────────────────────────────────── */
.vw-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem}
.vw-card{background:var(--white);border-radius:14px;box-shadow:var(--shadow);padding:2rem;border-top:4px solid var(--blue-mid);transition:box-shadow .2s,transform .2s}
.vw-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.vw-card:nth-child(2),.vw-card:nth-child(5),.vw-card:nth-child(8){border-top-color:var(--green)}
.vw-card:nth-child(3),.vw-card:nth-child(6){border-top-color:var(--orange)}
.vw-icon{font-size:2.2rem;margin-bottom:1rem;display:block}
.vw-card h3{font-size:1.05rem;font-weight:700;color:var(--blue-dark);margin-bottom:.5rem}
.vw-card p{font-size:.88rem;color:var(--gray);line-height:1.65;margin-bottom:.8rem}
.vw-tag{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;background:var(--blue-bg);color:var(--blue-mid)}
.vw-card:nth-child(2) .vw-tag,.vw-card:nth-child(5) .vw-tag,.vw-card:nth-child(8) .vw-tag{background:var(--green-bg);color:var(--green-dark)}
.vw-card:nth-child(3) .vw-tag,.vw-card:nth-child(6) .vw-tag{background:var(--orange-bg);color:var(--orange)}

/* ── SEO CONTENT ─────────────────────────────────────────────────── */
.seo-content{max-width:800px}
.seo-content h2{font-size:1.38rem;color:var(--blue-dark);margin:2.2rem 0 .7rem;font-weight:700}
.seo-content p{color:var(--gray);margin-bottom:1rem;line-height:1.75}
.seo-content ul{padding-left:1.3rem;color:var(--gray);margin-bottom:1rem;line-height:1.75}
.seo-content ul li{margin-bottom:.3rem}
.seo-back{margin-bottom:2rem}

/* ── FOOTER ──────────────────────────────────────────────────────── */
footer{background:var(--blue-dark);color:rgba(255,255,255,.8);padding:4rem 2rem 1.5rem}
.footer-inner{max-width:var(--max);margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}
.footer-brand p{font-size:.88rem;margin-top:.8rem;opacity:.72;line-height:1.7;max-width:280px}
.footer-tagline{display:inline-block;background:rgba(29,184,124,.18);color:#6EE7B7;font-size:.77rem;font-weight:700;padding:.3rem .85rem;border-radius:12px;margin-top:.8rem;border:1px solid rgba(29,184,124,.25)}
footer h4{color:var(--white);font-size:.9rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.07em}
footer ul{list-style:none}
footer ul li{margin-bottom:.5rem}
footer ul a{color:rgba(255,255,255,.65);font-size:.88rem;transition:color .15s}
footer ul a:hover{color:var(--white);text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;opacity:.5;flex-wrap:wrap;gap:.5rem}
.footer-bottom a{color:rgba(255,255,255,.5)}

/* ── WHATSAPP ─────────────────────────────────────────────────────── */
.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;background:#25D366;color:var(--white);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 22px rgba(37,211,102,.45);z-index:200;transition:transform .2s;text-decoration:none}
.wa-float:hover{transform:scale(1.1);text-decoration:none}

/* ── BEDANKT ──────────────────────────────────────────────────────── */
.bedankt-wrap{text-align:center;padding:5rem 2rem}
.bedankt-icon{font-size:5rem;margin-bottom:1.5rem}
.bedankt-wrap h1{font-size:2.2rem;font-weight:800;color:var(--blue-dark);margin-bottom:.8rem}
.bedankt-wrap p{font-size:1.1rem;color:var(--gray);max-width:540px;margin:0 auto 2rem}

/* ── STATS ROW ────────────────────────────────────────────────────── */
.stats-row{display:flex;gap:0;justify-content:center;flex-wrap:wrap}
.stat-item{text-align:center;padding:2rem 2.5rem;flex:1;min-width:180px}
.stat-item+.stat-item{border-left:1px solid #dce8f4}
.stat-num{font-size:2.2rem;font-weight:800;color:var(--blue-mid);display:block}
.stat-num.green{color:var(--green)}
.stat-num.orange{color:var(--orange)}
.stat-label{font-size:.88rem;color:var(--gray);margin-top:.2rem}

/* ── RESPONSIVE ───────────────────────────────────────────────────── */
@media(max-width:900px){
  .contact-wrap{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
  .mog-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .nav-links{display:none;flex-direction:column;position:absolute;top:82px;left:0;right:0;background:var(--white);padding:1rem 2rem;border-bottom:2px solid var(--blue-bg);gap:1rem;box-shadow:0 4px 12px rgba(0,0,0,.08)}
  .nav-links.open{display:flex}
  .nav-toggle{display:block}
  .footer-top{grid-template-columns:1fr;gap:1.5rem}
  .process-item{grid-template-columns:64px 1fr}
  .hero-stat+.hero-stat{border-left:none}
  section{padding:3.5rem 1.5rem}
}
