/* TuinVoordeelDirect homepage visual directive */
:root{
  --clone-orange:#ff5a16;
  --clone-orange-dark:#e94b0b;
  --clone-green:#0d7137;
  --clone-green-dark:#07552b;
  --clone-ink:#111915;
  --clone-muted:#697169;
  --clone-line:#e8ebe7;
  --clone-soft:#f7f8f6;
  --clone-shell:1480px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.clone-home{margin:0;background:#fff;color:var(--clone-ink);font-family:Inter,Arial,sans-serif;overflow-x:hidden}
.clone-home a{text-decoration:none;color:inherit}.clone-home img{display:block;max-width:100%}.clone-shell{width:min(var(--clone-shell),calc(100% - 46px));margin:0 auto}

/* Header */
.clone-header{height:82px;background:#fff;border-bottom:1px solid #edf0ec;position:relative;z-index:20}
.clone-header-inner{height:100%;display:grid;grid-template-columns:280px minmax(560px,1fr) 310px 78px;align-items:center;gap:20px}
.clone-brand{display:flex;align-items:center;gap:10px;min-width:0}.clone-brand-logo{width:44px;height:38px;object-fit:contain;flex:0 0 auto}.clone-brand-copy{display:flex;flex-direction:column;line-height:1}.clone-brand-copy strong{font-size:23px;font-weight:900;letter-spacing:-1.2px;color:#15833d;white-space:nowrap}.clone-brand-copy strong span{color:var(--clone-orange)}.clone-brand-copy small{font-size:10px;margin-top:6px;color:#242b26;font-weight:500}
.clone-nav{display:flex;align-items:center;gap:22px;height:100%;min-width:0;white-space:nowrap}.clone-nav a{font-size:12px;font-weight:650;color:#121713;transition:.15s}.clone-nav a:hover{color:var(--clone-orange)}
.clone-search{height:44px;border-radius:26px;background:#f5f6f4;border:1px solid #eceeeb;display:flex;align-items:center;padding:0 11px 0 18px;min-width:0}.clone-search input{border:0;outline:0;background:transparent;width:100%;min-width:0;font-size:11px;color:#222}.clone-search input::placeholder{color:#929792}.clone-search button{border:0;background:transparent;width:32px;height:32px;display:grid;place-items:center;padding:0}.clone-search svg{width:18px;height:18px;stroke-width:2}.clone-actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}.clone-actions>a{position:relative;width:26px;height:34px;display:grid;place-items:center}.clone-actions svg{width:21px;height:21px;stroke-width:1.9}.clone-cart b{position:absolute;right:-6px;top:-2px;width:16px;height:16px;border-radius:50%;background:var(--clone-orange);color:#fff;font:800 8px/16px Inter;text-align:center}

/* Hero */
.clone-hero{height:472px;position:relative;overflow:hidden;background:#5f8752}.clone-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:saturate(1.05) contrast(1.01) brightness(.97)}.clone-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,22,10,.67) 0%,rgba(9,23,10,.46) 35%,rgba(9,23,10,.13) 64%,rgba(9,23,10,0) 100%)}.clone-hero-inner{height:100%;position:relative}.clone-hero-copy{position:absolute;left:0;top:50%;transform:translateY(-50%);width:650px;z-index:4}.clone-hero-copy h1{margin:0;color:#fff;font-size:63px;line-height:1.01;letter-spacing:-2.8px;font-weight:900;text-shadow:0 2px 12px rgba(0,0,0,.18)}.clone-hero-copy>p{margin:18px 0 0;color:#fff;font-size:20px;line-height:1.4;font-weight:500;letter-spacing:-.3px;text-shadow:0 2px 8px rgba(0,0,0,.18)}.clone-hero-actions{display:flex;gap:16px;margin-top:24px}.clone-btn{height:52px;border-radius:28px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:13px;font-weight:800}.clone-btn-orange{background:var(--clone-orange);color:#fff;box-shadow:0 8px 20px rgba(183,58,8,.24)}.clone-btn-orange:hover{background:var(--clone-orange-dark)}.clone-btn-outline{border:1.5px solid rgba(255,255,255,.95);color:#fff;background:rgba(16,31,19,.08);backdrop-filter:blur(2px)}.clone-hero-proof{display:flex;gap:25px;align-items:center;margin-top:20px;color:#fff;font-size:11px;font-weight:650}.clone-hero-proof span{display:flex;align-items:center;gap:7px}.clone-hero-proof svg{width:16px;height:16px;padding:3px;border-radius:50%;background:#69bd2e;stroke:#fff;stroke-width:3}
.clone-hero-hugo{position:absolute;right:26px;bottom:-34px;height:430px;width:auto;z-index:4;filter:drop-shadow(0 18px 20px rgba(14,44,22,.25))}.clone-hero-note{position:absolute;right:16px;top:26px;z-index:5;background:#fff;color:#101510;font-family:Caveat,cursive;font-size:26px;line-height:.92;text-align:center;padding:19px 19px 17px;border-radius:54% 46% 52% 48%/50% 50% 48% 52%;transform:rotate(-5deg);box-shadow:0 7px 18px rgba(0,0,0,.12)}.clone-hero-note span{position:absolute;left:-18px;bottom:-35px;font-size:43px;transform:rotate(31deg)}.clone-hugo-sign{position:absolute;right:2px;bottom:23px;z-index:6;background:linear-gradient(#d3a368,#af7638);border:2px solid rgba(85,52,21,.35);box-shadow:0 5px 12px rgba(51,34,14,.24);padding:9px 18px 10px;color:#17100a;font-family:Caveat,cursive;font-size:20px;line-height:.9;text-align:center;transform:rotate(-4deg)}

/* USP row */
.clone-usps{background:#fff;border-bottom:1px solid #eceeea;box-shadow:0 3px 12px rgba(26,45,31,.04)}.clone-usp-grid{height:84px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.clone-usp{display:grid;grid-template-columns:49px 1fr;gap:10px;align-items:center;padding:0 30px;border-right:1px solid #eceeea;min-width:0}.clone-usp:first-child{padding-left:9px}.clone-usp:last-child{border-right:0;padding-right:2px}.clone-usp>svg{width:32px;height:32px;color:var(--clone-orange);stroke-width:1.7}.clone-usp span{display:flex;flex-direction:column;line-height:1.24;min-width:0}.clone-usp b{font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clone-usp small{font-size:10px;color:#6d746e;margin-top:4px}

/* Editorial 2x2 */
.clone-editorial{padding:18px 0;background:#fff}.clone-editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.clone-editorial-card{height:366px;border-radius:18px;position:relative;overflow:hidden;background:#f7f8f6;border:1px solid #f0f1ee;isolation:isolate}.clone-editorial-card>img{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover;z-index:-3;filter:saturate(1.04) contrast(1.01)}.clone-editorial-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#fafbf9 0%,rgba(250,251,249,.99) 43%,rgba(250,251,249,.88) 59%,rgba(250,251,249,.28) 77%,rgba(250,251,249,.02) 100%)}.clone-editorial-card:after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;height:94px;background:linear-gradient(90deg,#fafbf9 0%,rgba(250,251,249,.99) 63%,rgba(250,251,249,.75) 84%,rgba(250,251,249,.5) 100%)}.clone-editorial-copy{position:absolute;left:32px;top:26px;width:53%;z-index:2}.clone-eyebrow{display:block;text-transform:uppercase;letter-spacing:1.75px;font-size:10px;font-weight:900;color:#1a7140;margin-bottom:11px}.clone-editorial-copy h2{font-size:31px;line-height:1.04;letter-spacing:-1.35px;margin:0 0 14px;font-weight:900;color:#101713}.clone-editorial-copy p{font-size:12px;line-height:1.55;margin:0;color:#4f5751;max-width:355px}.clone-mini-links{position:absolute;left:25px;right:23px;bottom:16px;display:grid;gap:8px;align-items:end;z-index:3}.clone-mini-four{grid-template-columns:repeat(4,1fr)}.clone-mini-five{grid-template-columns:repeat(5,1fr)}.clone-mini-links a{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px;text-align:center;font-size:9px;font-weight:700;min-width:0}.clone-mini-links svg{width:29px;height:29px;color:var(--clone-orange);stroke-width:1.7}.clone-mini-links span{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}

/* Advice strip */
.clone-advice-wrap{padding:0 0 22px;background:#fff}.clone-advice{height:110px;border-radius:17px;background:linear-gradient(90deg,#f6f8f5 0%,#fbfbfa 58%,#f5f7f4 100%);display:grid;grid-template-columns:230px minmax(260px,1fr) 220px 315px;align-items:center;gap:26px;padding:0 30px;position:relative;overflow:hidden;border:1px solid #f0f1ee}.clone-advice-hugo-wrap{height:100%;position:relative}.clone-advice-hugo-wrap img{height:137px;width:auto;position:absolute;left:34px;bottom:-24px;filter:drop-shadow(0 7px 12px rgba(34,58,35,.16))}.clone-advice-hugo-wrap span{position:absolute;left:-4px;top:18px;font-family:Caveat,cursive;color:#176f36;font-size:20px;line-height:.86;transform:rotate(-4deg)}.clone-advice-copy h3{font-size:21px;letter-spacing:-.7px;margin:0 0 6px;font-weight:900}.clone-advice-copy p{font-size:11px;color:#687068;margin:0}.clone-advice-btn{height:50px;border:1.5px solid var(--clone-orange);border-radius:26px;color:var(--clone-orange);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:20px}.clone-rating{display:flex;align-items:center;justify-content:flex-end;gap:12px}.clone-avatars{display:flex;padding-left:8px}.clone-avatars span{width:30px;height:30px;border:2px solid #fff;border-radius:50%;margin-left:-8px;background:linear-gradient(145deg,#d6b59d,#8c6851);color:#fff;font-size:9px;font-weight:800;display:grid;place-items:center;box-shadow:0 1px 4px rgba(0,0,0,.12)}.clone-rating>div:last-child{font-size:12px;white-space:nowrap}.clone-stars{letter-spacing:1px;color:var(--clone-orange);font-size:16px}.clone-rating strong{font-size:14px;margin-left:5px}.clone-rating small{display:block;color:#646d66;font-size:9px;margin-top:4px}

/* Popular categories */
.clone-popular{padding:0 0 28px;background:#fff}.clone-section-head{display:flex;justify-content:space-between;align-items:end;margin:0 0 16px;padding:0 5px}.clone-section-head h2{font-size:32px;line-height:1;margin:0 0 7px;letter-spacing:-1.4px;font-weight:900}.clone-section-head p{font-size:12px;margin:0;color:#667068}.clone-section-head>a{font-size:12px;font-weight:700;color:var(--clone-orange);display:flex;gap:10px;align-items:center}.clone-popular-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.clone-pop-card{border:1px solid #e7e9e6;border-radius:11px;overflow:hidden;background:#fff;box-shadow:0 1px 2px rgba(23,42,29,.03);transition:.17s}.clone-pop-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(23,42,29,.08)}.clone-pop-card img{width:100%;height:170px;object-fit:cover;background:#edf1ed}.clone-pop-card div{height:47px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eff0ee}.clone-pop-card b{font-size:11px;font-weight:800}.clone-pop-card div span{font-size:17px}

/* How it works */
.clone-how{background:#fff}.clone-how-inner{min-height:194px;padding:13px 320px 18px 6px;position:relative}.clone-how-copy h2{font-size:20px;margin:0 0 5px;letter-spacing:-.65px;font-weight:900}.clone-how-copy p{font-size:11px;color:#687168;margin:0 0 18px}.clone-step-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.clone-step{display:grid;grid-template-columns:31px 54px 1fr;align-items:center;gap:10px;min-height:82px;border-right:1px solid #e9ece8;padding-right:17px;position:relative}.clone-step:last-child{border-right:0}.clone-step>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#218242;color:#fff;font-size:12px;font-weight:800}.clone-step>svg{width:45px;height:45px;color:var(--clone-orange);stroke-width:1.5;background:#f8faf7;border-radius:50%;padding:10px}.clone-step div{display:flex;flex-direction:column;gap:4px}.clone-step b{font-size:11px;font-weight:800}.clone-step small{font-size:9px;line-height:1.42;color:#677067}.clone-how-hugo{position:absolute;right:12px;bottom:-4px;height:180px;width:auto;filter:drop-shadow(0 9px 11px rgba(34,58,35,.16))}.clone-how-sign{position:absolute;right:171px;bottom:25px;background:linear-gradient(#d1a169,#af783c);padding:10px 15px;color:#191209;font-family:Caveat,cursive;font-size:17px;line-height:.9;text-align:center;transform:rotate(-4deg);border:1px solid rgba(94,55,19,.3)}

/* Footer */
.clone-footer{background:linear-gradient(100deg,#087138,#0b5d31);color:#fff}.clone-footer-grid{min-height:128px;display:grid;grid-template-columns:300px 270px 210px minmax(330px,1fr) 150px;align-items:center;gap:28px}.clone-footer-brand{display:flex;align-items:center;gap:11px}.clone-footer-brand .clone-brand-logo{filter:brightness(0) invert(1);width:46px}.clone-footer-brand div{display:flex;flex-direction:column}.clone-footer-brand strong{font-size:18px}.clone-footer-brand small{font-size:9px;margin-top:3px;opacity:.88}.clone-footer-points{display:flex;flex-direction:column;font-size:9px;line-height:1.6}.clone-footer-note{font-family:Caveat,cursive;font-size:20px;line-height:1.05;text-align:center;transform:rotate(-3deg)}.clone-newsletter{display:flex;flex-direction:column;gap:7px}.clone-newsletter label{font-size:9px}.clone-newsletter>div{height:38px;background:#fff;border-radius:22px;display:flex;overflow:hidden}.clone-newsletter input{border:0;outline:0;flex:1;min-width:0;padding:0 15px;font-size:10px}.clone-newsletter button{border:0;background:var(--clone-orange);color:#fff;padding:0 24px;font-size:10px}.clone-social{display:flex;justify-content:flex-end;gap:14px;font-size:19px;font-weight:800;align-items:center}

/* Responsive */
@media(max-width:1280px){.clone-header-inner{grid-template-columns:250px minmax(440px,1fr) 270px 70px}.clone-nav{gap:14px}.clone-nav a{font-size:11px}.clone-hero-copy{width:590px}.clone-hero-copy h1{font-size:56px}.clone-advice{grid-template-columns:200px 1fr 190px 260px}.clone-footer-grid{grid-template-columns:240px 220px 180px 1fr 120px}.clone-editorial-copy h2{font-size:28px}}
@media(max-width:1040px){.clone-nav{display:none}.clone-header-inner{grid-template-columns:260px 1fr 70px}.clone-search{max-width:430px;justify-self:end;width:100%}.clone-hero-hugo{height:365px;right:-8px}.clone-hero-note{right:7px}.clone-hero-copy{width:560px}.clone-editorial-grid{grid-template-columns:1fr}.clone-editorial-card{height:355px}.clone-advice{grid-template-columns:170px 1fr 200px}.clone-rating{display:none}.clone-popular-grid{grid-template-columns:repeat(3,1fr)}.clone-footer-grid{grid-template-columns:1fr 1fr 1fr}.clone-newsletter{grid-column:1/3}.clone-social{justify-content:flex-start}.clone-how-inner{padding-right:270px}}
@media(max-width:760px){.clone-shell{width:min(100% - 28px,var(--clone-shell))}.clone-header{height:auto}.clone-header-inner{height:auto;min-height:72px;grid-template-columns:1fr auto;gap:9px;padding:9px 0}.clone-brand-copy strong{font-size:18px}.clone-brand-logo{width:37px;height:33px}.clone-search{grid-column:1/-1;grid-row:2;height:40px;max-width:none}.clone-actions{grid-column:2;grid-row:1}.clone-hero{height:610px}.clone-hero-bg{object-position:63% center}.clone-hero-shade{background:linear-gradient(180deg,rgba(8,22,10,.67) 0%,rgba(8,22,10,.42) 52%,rgba(8,22,10,.05) 100%)}.clone-hero-copy{left:0;right:0;top:42px;transform:none;width:auto}.clone-hero-copy h1{font-size:44px;line-height:1}.clone-hero-copy>p{font-size:16px}.clone-hero-actions{flex-wrap:wrap}.clone-btn{height:48px}.clone-hero-proof{gap:12px;flex-wrap:wrap}.clone-hero-hugo{height:290px;right:5px;bottom:-25px}.clone-hero-note{top:auto;bottom:237px;right:2px;font-size:18px}.clone-hugo-sign{font-size:16px;bottom:12px;right:5px}.clone-usp-grid{height:auto;grid-template-columns:1fr 1fr;padding:9px 0}.clone-usp{padding:10px;border-right:0;border-bottom:1px solid #eef0ed}.clone-usp b{white-space:normal;font-size:10px}.clone-editorial{padding-top:12px}.clone-editorial-card{height:348px}.clone-editorial-card>img{width:68%}.clone-editorial-copy{left:21px;top:21px;width:61%}.clone-editorial-copy h2{font-size:25px}.clone-editorial-copy p{font-size:10px}.clone-mini-links{left:15px;right:15px;bottom:13px;gap:4px}.clone-mini-links svg{width:23px;height:23px}.clone-mini-links a{font-size:8px}.clone-advice{height:auto;min-height:180px;grid-template-columns:118px 1fr;padding:18px;gap:12px}.clone-advice-hugo-wrap{height:140px;grid-row:1/3}.clone-advice-hugo-wrap img{height:155px;left:1px;bottom:-22px}.clone-advice-hugo-wrap span{display:none}.clone-advice-btn{grid-column:2}.clone-popular-grid{grid-template-columns:1fr 1fr}.clone-pop-card img{height:130px}.clone-section-head{align-items:flex-start;gap:18px}.clone-section-head h2{font-size:27px}.clone-how-inner{padding:15px 0 210px}.clone-step-row{grid-template-columns:1fr}.clone-step{border-right:0;border-bottom:1px solid #eceeea;padding-bottom:9px}.clone-how-hugo{height:205px;right:8px}.clone-how-sign{right:165px;bottom:28px}.clone-footer-grid{grid-template-columns:1fr 1fr;padding:24px 0;gap:22px}.clone-footer-note{display:none}.clone-newsletter{grid-column:1/-1}.clone-social{justify-content:flex-start}}
@media(max-width:430px){.clone-hero{height:590px}.clone-hero-copy h1{font-size:38px}.clone-hero-copy>p{font-size:14px}.clone-btn{width:100%}.clone-hero-hugo{height:260px}.clone-hero-note{bottom:210px}.clone-editorial-card{height:332px}.clone-editorial-copy h2{font-size:22px}.clone-editorial-copy p{font-size:9px}.clone-popular-grid{grid-template-columns:1fr 1fr}.clone-pop-card img{height:112px}.clone-section-head>a{font-size:10px;text-align:right}.clone-advice{grid-template-columns:100px 1fr}.clone-advice-hugo-wrap img{height:140px}.clone-footer-grid{grid-template-columns:1fr}.clone-footer-points{display:none}.clone-social{justify-content:flex-start}}

/* Approved visual target hotfix */
.clone-hero-bg{object-position:center 52%!important;filter:saturate(1.08) contrast(1.02) brightness(1.02)!important}
.clone-hero-shade{background:linear-gradient(90deg,rgba(10,24,10,.60) 0%,rgba(10,24,10,.40) 34%,rgba(10,24,10,.08) 67%,rgba(10,24,10,0) 100%)!important}
.clone-hero-hugo{right:30px!important;bottom:-18px!important;height:385px!important;max-width:34vw!important;object-fit:contain!important;filter:drop-shadow(0 18px 22px rgba(12,40,17,.26))!important}
.clone-advice-hugo-wrap img,.clone-how-hugo{object-fit:contain!important}
.clone-card-fences>img{object-position:center 46%!important;filter:saturate(1.06) contrast(1.02)!important}
.clone-editorial-card>img{filter:saturate(1.06) contrast(1.01)!important}
@media(max-width:900px){.clone-hero-hugo{height:310px!important;right:-10px!important}.clone-hero-copy{width:min(650px,68%)!important}}
@media(max-width:640px){.clone-hero-hugo{height:225px!important;right:-24px!important;bottom:-7px!important}.clone-hero-copy{width:100%!important}.clone-hero-shade{background:linear-gradient(90deg,rgba(10,24,10,.72),rgba(10,24,10,.40) 70%,rgba(10,24,10,.12))!important}}
