:root{
  --green-900:#092c18;
  --green-800:#0f3b1f;
  --green-700:#1f6b2d;
  --green-600:#2f9d34;
  --green-500:#44b53d;
  --green-400:#70d25d;
  --text:#19321f;
  --muted:#67766b;
  --line:#d9e3d8;
  --surface:#ffffff;
  --surface-soft:#f5f7f3;
  --shadow:0 14px 40px rgba(11,32,17,.12);
  --shadow-strong:0 20px 55px rgba(0,0,0,.22);
  --radius:18px;
  --radius-sm:12px;
  --container:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
svg{width:1em;height:1em}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}

.site-header{position:absolute;inset:0 0 auto 0;z-index:40;background:linear-gradient(180deg,rgba(6,34,17,.94),rgba(6,34,17,.82));border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:84px;display:flex;align-items:center;gap:24px}
.brand img{width:178px;height:auto;filter:drop-shadow(0 3px 8px rgba(0,0,0,.45))}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:32px}
.site-nav a,.header-cta{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#fff}
.site-nav a:hover{color:#b9f1a4}
.header-cta{background:linear-gradient(180deg,var(--green-500),var(--green-600));padding:14px 22px;border-radius:12px;box-shadow:0 10px 24px rgba(56,165,50,.3)}
.header-cta:hover{transform:translateY(-1px)}
.mobile-toggle{display:none;margin-left:auto;width:46px;height:46px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);align-items:center;justify-content:center;flex-direction:column;gap:5px}
.mobile-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:999px}

.hero{position:relative;color:#fff;min-height:820px;padding-top:100px;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.34) 42%,rgba(0,0,0,.12)),url('../img/hero-bg.webp') center center/cover no-repeat}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:48px;align-items:center;min-height:720px}
.hero-copy{max-width:760px;padding:72px 0 70px}
.eyebrow{display:inline-block;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--green-600);margin-bottom:16px}
.eyebrow.light{color:#a6ec99}
.hero h1{margin:0 0 20px;font-size:80px;line-height:.95;letter-spacing:-.05em;font-weight:900;text-shadow:0 6px 18px rgba(0,0,0,.38)}
.hero p{margin:0 0 30px;font-size:23px;max-width:650px;line-height:1.45;color:rgba(255,255,255,.94);text-shadow:0 3px 12px rgba(0,0,0,.35);font-weight:600}
.hero-actions{display:flex;gap:16px;margin-bottom:44px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:13px;padding:16px 28px;min-height:56px;font-weight:900;font-size:14px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(180deg,#59c94c,#2d9e2c);color:#fff;box-shadow:0 10px 24px rgba(38,155,43,.32)}
.btn-secondary{border:2px solid rgba(255,255,255,.86);color:#fff;background:rgba(255,255,255,.06)}
.btn-ghost{background:#eef2ee;color:var(--text);padding:13px 18px;min-height:46px;font-size:13px}
.btn-full{width:100%}

.trust-points{display:flex;gap:34px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:12px;max-width:220px}
.trust-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.11);color:#dff7d6;backdrop-filter:blur(6px)}
.trust-icon svg{width:28px;height:28px}
.trust-item strong{display:block;font-size:14px;color:#fff;margin-bottom:2px}
.trust-item span{display:block;font-size:12px;color:rgba(255,255,255,.82)}

.quote-card{background:rgba(255,255,255,.96);backdrop-filter:blur(8px);color:var(--text);padding:28px;border-radius:20px;box-shadow:var(--shadow-strong);max-width:390px;width:100%}
.quote-card h2{margin:0 0 18px;font-size:34px;line-height:1.05;letter-spacing:-.03em}
.field{position:relative;display:block;margin-bottom:12px}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 16px 14px 46px;color:var(--text);outline:none;font-size:15px;appearance:none}
.field textarea{min-height:110px;resize:vertical;padding-left:16px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green-500);box-shadow:0 0 0 4px rgba(60,182,63,.12)}
.field-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#869489;display:grid;place-items:center}
.field-icon svg{width:18px;height:18px}
.select-field::after{content:"⌄";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#6c7c6f;pointer-events:none}
.consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:var(--muted);margin:10px 0 14px}
.consent input{margin-top:2px;accent-color:var(--green-600)}
.consent a{color:var(--green-600);font-weight:700}
.quote-note{margin:12px 0 0;text-align:center;font-size:12px;color:var(--muted)}
.notice{margin-top:10px;font-size:13px;font-weight:700;color:#25922e}
.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}

.section{padding:72px 0}
.section-head{text-align:center;margin-bottom:24px}
.section-head h2{margin:0;font-size:50px;line-height:1.06;letter-spacing:-.04em}
.section-services{padding-top:22px}
.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.service-card{position:relative;background:#fff;border:1px solid #dfe7de;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);text-align:center;display:flex;flex-direction:column}
.service-image{height:154px;overflow:hidden}
.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.service-card:hover .service-image img{transform:scale(1.04)}
.service-badge{width:62px;height:62px;border-radius:50%;background:linear-gradient(180deg,#4bb146,#2b7f32);color:#fff;display:grid;place-items:center;border:5px solid #fff;box-shadow:0 8px 18px rgba(0,0,0,.16);margin:-31px auto 12px;position:relative;z-index:2}
.service-badge svg{width:30px;height:30px}
.service-card h3{margin:0 16px 10px;font-size:24px;line-height:1.1;letter-spacing:-.03em}
.service-card p{margin:0 18px 18px;color:var(--muted);font-size:14px;line-height:1.5;min-height:84px}
.service-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin:0 auto 22px;color:var(--green-600);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.service-link svg{width:14px;height:14px}

.why-section{background:linear-gradient(180deg,#f5f7f4,#eef2ee);padding:34px 0;border-top:1px solid #edf3ec;border-bottom:1px solid #edf3ec}
.why-grid{display:grid;grid-template-columns:260px repeat(5,1fr);gap:22px;align-items:center}
.why-intro h2{margin:0;font-size:48px;line-height:.98;letter-spacing:-.04em}
.why-item{display:flex;gap:14px;align-items:flex-start}
.why-item svg{width:40px;height:40px;color:#607566;flex:0 0 40px}
.why-item strong{display:block;margin-bottom:4px;font-size:15px}
.why-item span{display:block;color:var(--muted);font-size:12px;line-height:1.45}

.process-section{padding-bottom:34px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative;margin-top:20px}
.step-card{text-align:center;position:relative}
.step-card:not(:last-child)::after{content:"";position:absolute;right:-18px;top:38px;width:38px;border-top:2px dashed #d6ddd5}
.step-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#e6f4e0;color:#68826e;margin:0 auto 12px}
.step-icon svg{width:36px;height:36px}
.step-card h3{margin:0 0 6px;font-size:18px;letter-spacing:-.02em}
.step-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}

.references-section{padding-top:20px;padding-bottom:26px}
.duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.panel-card{background:#f4f6f4;border-radius:18px;padding:20px;box-shadow:var(--shadow)}
.panel-card h2{margin:0 0 14px;font-size:36px;letter-spacing:-.03em}
.before-after-box{position:relative;overflow:hidden;border-radius:14px}
.before-after-box img{width:100%;height:250px;object-fit:cover}
.tag{position:absolute;top:14px;background:rgba(0,0,0,.7);color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:900}
.tag.left{left:14px}.tag.right{right:14px}
.divider{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff}
.divider-handle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--green-600);font-weight:900;box-shadow:0 6px 14px rgba(0,0,0,.15)}
.panel-footer-link{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px;font-size:13px}
.panel-footer-link span{color:var(--muted)}
.panel-footer-link a{color:var(--green-600);font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.testimonial-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.quote-mark{font-size:54px;line-height:.8;color:var(--green-600);font-weight:900}
.testimonial-card p{margin:4px 0 20px;color:#435246;font-size:16px;line-height:1.55}
.testimonial-city{display:block;color:var(--muted);font-size:13px;margin-top:4px}
.stars{margin-top:14px;font-size:22px;color:var(--green-500);letter-spacing:3px}

.stats-strip{padding:8px 0 34px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.stat-item{display:flex;justify-content:center;align-items:center;gap:14px;text-align:left;padding:14px}
.stat-item svg{width:36px;height:36px;color:#5d7462;flex:0 0 36px}
.stat-item strong{display:block;font-size:17px;line-height:1.2}
.stat-item span{display:block;font-size:13px;color:var(--muted)}

.cta-band{background:linear-gradient(90deg,rgba(8,41,20,.92),rgba(25,99,39,.72)),url('../img/hero-bg.webp') center bottom/cover no-repeat;color:#fff}
.cta-band-inner{display:grid;grid-template-columns:1.2fr 1fr auto;gap:24px;align-items:center;min-height:160px;padding:24px 0}
.cta-band h2{margin:0;font-size:48px;line-height:1;letter-spacing:-.04em}
.cta-band p{margin:0;font-size:20px;line-height:1.45;color:rgba(255,255,255,.9)}

.site-footer{background:linear-gradient(90deg,#062f17,#0e4e23);color:#fff;padding:38px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.2fr .9fr 1fr 1fr;gap:36px}
.footer-logo{width:185px;margin-bottom:14px;filter:drop-shadow(0 3px 8px rgba(0,0,0,.35))}
.site-footer h3{margin:0 0 12px;font-size:17px}
.site-footer p,.site-footer a,.site-footer li,.site-footer span{color:rgba(255,255,255,.84)}
.site-footer p{font-size:14px;line-height:1.65}
.site-footer ul{margin:0;padding:0;list-style:none}
.site-footer li{font-size:14px;line-height:1.75}
.footer-contact li{display:flex;gap:10px;align-items:flex-start;margin-bottom:8px}
.footer-contact svg{width:18px;height:18px;margin-top:3px}
.social-list{display:flex;gap:10px;margin-top:18px}
.social-pill{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-weight:900;font-size:12px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);margin-top:26px;padding-top:16px;font-size:12px;color:rgba(255,255,255,.7)}
.footer-legal-links{display:flex;gap:16px;flex-wrap:wrap}

.cookie-banner{position:fixed;right:18px;bottom:18px;max-width:420px;background:#fff;border:1px solid #dfe7df;border-radius:18px;padding:18px;box-shadow:0 18px 46px rgba(0,0,0,.22);z-index:60;display:none}
.cookie-banner.show{display:block}
.cookie-banner h3{margin:0 0 8px;font-size:20px}
.cookie-banner p{margin:0 0 14px;color:var(--muted);font-size:14px}
.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}

.legal-page{background:#f6f8f4;padding:110px 0 60px}
.legal-card{background:#fff;border-radius:20px;padding:30px;box-shadow:var(--shadow)}
.legal-card h1{margin-top:0;font-size:42px;letter-spacing:-.04em}
.legal-card h2{margin-top:28px;font-size:24px}
.legal-card p,.legal-card li{color:#415046;line-height:1.7}
.table{width:100%;border-collapse:collapse;margin:18px 0}
.table th,.table td{border:1px solid #e0e7e0;padding:12px 14px;text-align:left;vertical-align:top}
.table th{background:#f4f7f3;width:240px}

@media (max-width:1240px){
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:1fr 1fr 1fr}
  .why-intro{grid-column:1/-1}
}
@media (max-width:1080px){
  .hero-grid{grid-template-columns:1fr;gap:18px;padding-bottom:24px}
  .quote-card{max-width:580px}
  .hero h1{font-size:64px}
  .hero p{font-size:20px}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .step-card::after{display:none!important}
  .duo-grid,.footer-grid,.cta-band-inner,.stats-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .site-header{position:absolute}
  .header-inner{min-height:72px}
  .mobile-toggle{display:flex}
  .header-cta{display:none}
  .site-nav{display:none;position:absolute;left:16px;right:16px;top:82px;background:#0a2c18;border-radius:16px;padding:18px;flex-direction:column;align-items:flex-start;gap:16px;box-shadow:var(--shadow)}
  .site-nav.is-open{display:flex}
  .hero{padding-top:78px;min-height:auto}
  .hero-copy{padding:44px 0 24px}
  .hero h1{font-size:52px}
  .hero p{font-size:18px}
  .services-grid,.steps-grid,.duo-grid,.stats-grid,.footer-grid,.why-grid,.cta-band-inner{grid-template-columns:1fr}
  .section-head h2{font-size:40px}
  .cta-band h2{font-size:38px}
  .panel-card h2{font-size:30px}
}
@media (max-width:560px){
  .container{width:min(var(--container),calc(100% - 20px))}
  .brand img{width:146px}
  .hero h1{font-size:42px}
  .hero p{font-size:17px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .quote-card{padding:22px}
  .quote-card h2{font-size:28px}
  .service-card h3{font-size:21px}
  .section{padding:58px 0}
  .section-head h2{font-size:34px}
  .why-intro h2,.cta-band h2{font-size:34px}
  .cookie-banner{left:12px;right:12px;bottom:12px;max-width:none}
}


/* --- 2026-05 visual refinements requested by user --- */
.brand img{width:190px; height:auto;}
.footer-logo{width:190px; height:auto;}

.services-grid{align-items:stretch;}
.service-card{padding-bottom:22px;justify-content:flex-start;}
.service-card h3{min-height:58px;display:flex;align-items:center;justify-content:center;padding:0 14px;}
.service-card p{min-height:96px;display:flex;align-items:flex-start;justify-content:center;text-align:center;margin:0 18px 0;color:var(--muted);}
.service-card .service-badge{margin-bottom:14px;}
.service-link{display:none !important;}

.why-grid{align-items:stretch;gap:18px;}
.why-intro{display:flex;align-items:center;}
.why-item{background:#fff;border:1px solid #e2e9e2;border-radius:16px;padding:18px;min-height:138px;box-shadow:0 8px 24px rgba(0,0,0,.04);align-items:flex-start;}
.why-item strong{font-size:16px;line-height:1.25;min-height:22px;}
.why-item span{font-size:13px;line-height:1.55;}

.footer-contact li:last-child{display:none;}

@media (max-width:1240px){
  .service-card h3{min-height:52px;}
  .service-card p{min-height:78px;}
}
@media (max-width:860px){
  .brand img{width:165px;}
  .footer-logo{width:170px;}
  .service-card h3,.service-card p{min-height:auto;}
  .why-item{min-height:auto;}
}


/* === 2026-05 redesign adjustments v3 === */
.brand img{width:150px !important;}
.footer-logo{width:170px !important;}

.trust-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;}
.trust-item{display:flex;align-items:flex-start;gap:12px;}
.trust-icon{flex:0 0 44px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.08);margin-top:2px;}
.trust-icon svg{width:22px;height:22px;}
.trust-item div{display:flex;flex-direction:column;gap:2px;}
.trust-item strong,.trust-item span{display:block;line-height:1.35;}

.quote-card form{display:grid;gap:12px;}
.field{position:relative;display:flex;align-items:center;}
.field-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#608162;pointer-events:none;z-index:2;}
.field-icon svg{width:18px;height:18px;}
.field input,.field select{width:100%;padding-left:42px !important;}

.services-grid{align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.service-card{padding-bottom:24px;display:flex;flex-direction:column;justify-content:flex-start;}
.service-card h3{min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 12px;margin-bottom:8px;}
.service-card p{min-height:78px;display:block;text-align:center;margin:0 16px 0;color:var(--muted);line-height:1.55;}

.section-subtitle{max-width:760px;margin:10px auto 0;text-align:center;color:var(--muted);}
.why-grid-redesigned{display:grid;grid-template-columns:1.1fr repeat(2,1fr);gap:22px;align-items:stretch;}
.why-card{background:#fff;border:1px solid #dfe8df;border-radius:22px;padding:24px;box-shadow:0 12px 34px rgba(18,43,26,.06);display:flex;flex-direction:column;gap:12px;min-height:100%;}
.why-card-featured{background:linear-gradient(135deg,#0f3f24,#1c6b33);color:#fff;border-color:#1c6b33;}
.why-card-featured p,.why-card-featured h3{color:#fff;}
.why-card-icon{width:54px;height:54px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#eef7ee;color:var(--green);}
.why-card-featured .why-card-icon{background:rgba(255,255,255,.14);color:#fff;}
.why-card-icon svg{width:26px;height:26px;}
.why-card h3{font-size:22px;line-height:1.25;margin:0;}
.why-card p{margin:0;color:var(--muted);line-height:1.65;}

.before-after-dual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;}
.before-after-col{position:relative;border-radius:18px;overflow:hidden;background:#f2f5f2;border:1px solid #dfe8df;}
.before-after-col img{width:100%;height:260px;object-fit:cover;display:block;}
.tag-label{position:absolute;left:14px;top:14px;z-index:2;background:rgba(8,25,14,.78);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;border-radius:999px;padding:8px 12px;}
.panel-footer-link{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:18px;}

.testimonial-slider{position:relative;padding:8px 48px 0;}
.testimonial-track{position:relative;min-height:250px;}
.testimonial-slide{display:none;animation:fadeIn .35s ease;}
.testimonial-slide.active{display:block;}
.testimonial-slide p{font-size:18px;line-height:1.7;margin:10px 0 18px;}
.testimonial-meta{display:flex;flex-direction:column;}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:none;border-radius:999px;background:#edf5ed;color:#13411e;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.08);}
.slider-btn.prev{left:0;}
.slider-btn.next{right:0;}
.slider-dots{display:flex;gap:8px;justify-content:center;margin-top:14px;}
.slider-dots button{width:10px;height:10px;border-radius:999px;border:none;background:#c8d7c8;cursor:pointer;padding:0;}
.slider-dots button.active{background:var(--green);}
@keyframes fadeIn{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

.references-hero{padding:140px 0 70px;background:linear-gradient(180deg,#0c301a 0%,#133b22 60%,#f6f8f5 60%,#f6f8f5 100%);}
.references-hero-card{background:#fff;border-radius:28px;box-shadow:0 24px 70px rgba(0,0,0,.12);padding:34px;}
.references-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.reference-item{background:#fff;border:1px solid #dfe8df;border-radius:22px;padding:20px;box-shadow:0 10px 26px rgba(0,0,0,.05);}
.reference-item h3{margin:0 0 6px;font-size:22px;}
.reference-item p{margin:0 0 14px;color:var(--muted);}
.reference-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.reference-pair figure{margin:0;position:relative;border-radius:16px;overflow:hidden;border:1px solid #dfe8df;background:#f3f6f3;}
.reference-pair img{width:100%;height:220px;object-fit:cover;display:block;}
.reference-pair figcaption{position:absolute;left:12px;top:12px;background:rgba(8,25,14,.78);color:#fff;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em;}
.reference-note{margin-top:18px;padding:16px 18px;border-radius:18px;background:#eff6ef;color:#2f5334;font-size:14px;line-height:1.55;}

@media (max-width:1100px){
  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .why-grid-redesigned{grid-template-columns:1fr 1fr;}
  .why-card-featured{grid-column:1/-1;}
}
@media (max-width:860px){
  .trust-points{grid-template-columns:1fr;gap:12px;}
  .services-grid,.references-grid,.before-after-dual,.reference-pair,.duo-grid{grid-template-columns:1fr;}
  .service-card h3,.service-card p{min-height:auto;}
  .testimonial-slider{padding:8px 0 0;}
  .slider-btn{display:none;}
  .why-grid-redesigned{grid-template-columns:1fr;}
  .references-hero{padding:120px 0 50px;}
  .references-hero-card{padding:24px;}
}
@media (max-width:560px){
  .brand img{width:128px !important;}
  .footer-logo{width:150px !important;}
  .service-card p{margin:0 10px;}
}


/* === 2026-05 finomhangolás v4 === */
.quote-card{padding:30px 28px 28px;border-radius:22px;display:flex;flex-direction:column;gap:14px;}
.quote-card h2{text-align:center;font-size:32px;line-height:1.15;margin:0 0 4px;letter-spacing:-.02em;}
.quote-card form{margin-top:2px;}

.trust-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px;}
.trust-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:10px;padding:18px 14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(6px);min-height:132px;}
.trust-icon{flex:0 0 56px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);margin:0;}
.trust-icon svg{width:24px;height:24px;display:block;flex:none;}
.trust-item div{display:flex;flex-direction:column;gap:3px;align-items:center;}
.trust-item strong{font-size:17px;line-height:1.25;}
.trust-item span{font-size:14px;line-height:1.45;opacity:.95;}

.why-section .section-head{max-width:820px;margin:0 auto 24px;text-align:center;}
.why-grid-redesigned{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.why-card-featured{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:28px 30px;}
.why-card-featured .why-card-icon{margin:0;}
.why-card-featured h3,.why-card-featured p{grid-column:2;}
.why-card-featured h3{font-size:26px;margin-bottom:2px;}
.why-card{padding:24px 22px;text-align:left;}
.why-card-icon{margin-bottom:2px;}
.why-card h3{font-size:20px;min-height:48px;display:flex;align-items:center;}
.why-card p{font-size:15px;line-height:1.65;}

@media (max-width:1100px){
  .why-grid-redesigned{grid-template-columns:repeat(2,minmax(0,1fr));}
  .why-card-featured{grid-column:1/-1;}
}
@media (max-width:860px){
  .quote-card h2{font-size:29px;}
  .trust-points{grid-template-columns:1fr;}
  .trust-item{min-height:auto;}
  .why-grid-redesigned{grid-template-columns:1fr;}
  .why-card-featured{grid-template-columns:1fr;text-align:left;}
  .why-card-featured h3,.why-card-featured p{grid-column:auto;}
  .why-card h3{min-height:auto;}
}


/* === 2026-05 design polish v5 === */
.trust-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px;}
.trust-item{position:relative;display:grid;grid-template-columns:64px 1fr;align-items:center;gap:16px;padding:18px 18px;border-radius:22px;text-align:left;min-height:118px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 34px rgba(0,0,0,.14);backdrop-filter:blur(8px);overflow:hidden;}
.trust-item::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#7ee36d,#3ea83a);opacity:.95;}
.trust-item::after{content:"";position:absolute;inset:auto -20px -40px auto;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(126,227,109,.20),rgba(126,227,109,0) 70%);pointer-events:none;}
.trust-icon{position:relative;flex:none;width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(118,224,102,.28),rgba(55,141,52,.12));border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 10px 24px rgba(7,28,12,.16);margin:0;}
.trust-icon::before{content:"";position:absolute;inset:8px;border-radius:15px;border:1px solid rgba(255,255,255,.12);}
.trust-icon svg{width:26px;height:26px;color:#efffeb;position:relative;z-index:1;}
.trust-item div{display:flex;flex-direction:column;gap:4px;align-items:flex-start;}
.trust-item strong{font-size:17px;line-height:1.25;color:#fff;letter-spacing:-.01em;}
.trust-item span{font-size:14px;line-height:1.5;color:rgba(255,255,255,.88);opacity:1;}

.why-section{background:linear-gradient(180deg,#f7faf7 0%,#eff5ef 100%);padding:78px 0 84px;border-top:1px solid #edf3ec;border-bottom:1px solid #edf3ec;}
.why-section .section-head{max-width:840px;margin:0 auto 30px;text-align:center;}
.why-grid-redesigned{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;align-items:stretch;}
.why-card{position:relative;grid-column:span 3;background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);border:1px solid #dfe8df;border-radius:24px;padding:26px 24px 24px;box-shadow:0 16px 38px rgba(18,43,26,.07);display:flex;flex-direction:column;gap:14px;min-height:250px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.why-card::before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#5fca56,#2b8f34);opacity:.95;}
.why-card::after{content:"";position:absolute;right:-24px;bottom:-24px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(85,190,72,.10),rgba(85,190,72,0) 72%);pointer-events:none;}
.why-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(18,43,26,.10);border-color:#cfe0cf;}
.why-card-featured{grid-column:1/-1;display:grid;grid-template-columns:86px 1fr;align-items:center;gap:20px;padding:30px 32px;min-height:0;background:linear-gradient(135deg,#0c3a20,#15562b 58%,#1f7a38 100%);border-color:#1e6f35;box-shadow:0 22px 52px rgba(10,51,22,.18);}
.why-card-featured::before{background:linear-gradient(90deg,#b5ff9e,#6de15e);height:6px;}
.why-card-featured::after{right:-10px;bottom:-10px;width:220px;height:220px;background:radial-gradient(circle,rgba(255,255,255,.12),rgba(255,255,255,0) 70%);}
.why-card-icon{width:62px;height:62px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#eef7ee;color:var(--green-700);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.why-card-icon svg{width:28px;height:28px;}
.why-card-featured .why-card-icon{width:74px;height:74px;border-radius:24px;background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:none;}
.why-card-featured h3,.why-card-featured p{grid-column:2;}
.why-card h3{margin:0;font-size:21px;line-height:1.3;letter-spacing:-.02em;min-height:54px;display:flex;align-items:flex-start;}
.why-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.7;}
.why-card-featured h3{font-size:28px;color:#fff;min-height:auto;align-items:center;}
.why-card-featured p{color:rgba(255,255,255,.92);font-size:16px;}

@media (max-width:1100px){
  .why-grid-redesigned{grid-template-columns:repeat(2,minmax(0,1fr));}
  .why-card{grid-column:auto;min-height:230px;}
  .why-card-featured{grid-column:1/-1;}
}
@media (max-width:860px){
  .trust-points{grid-template-columns:1fr;gap:14px;}
  .trust-item{min-height:auto;}
  .why-grid-redesigned{grid-template-columns:1fr;}
  .why-card{grid-column:auto;min-height:auto;}
  .why-card-featured{grid-template-columns:1fr;gap:16px;padding:24px 22px;}
  .why-card-featured h3,.why-card-featured p{grid-column:auto;}
  .why-card h3{min-height:auto;}
}
@media (max-width:560px){
  .trust-item{grid-template-columns:56px 1fr;padding:16px;}
  .trust-icon{width:56px;height:56px;border-radius:18px;}
  .why-card{padding:22px 18px 20px;border-radius:20px;}
  .why-card-featured .why-card-icon{width:66px;height:66px;border-radius:20px;}
}


/* === 2026-05 simple hero icons + smaller footer logo + no socials === */
.footer-logo{width:136px !important;height:auto;}
.brand img{width:146px !important;height:auto;}
.social-list{display:none !important;}
.trust-points{display:flex;flex-wrap:wrap;gap:18px 30px;margin-top:28px;}
.trust-item{display:flex;align-items:center;gap:12px;min-height:auto;padding:0;background:none !important;border:none !important;box-shadow:none !important;backdrop-filter:none !important;border-radius:0 !important;position:static;overflow:visible;text-align:left;}
.trust-item::before,.trust-item::after{display:none !important;content:none !important;}
.trust-icon{width:36px;height:36px;border:none !important;background:none !important;box-shadow:none !important;border-radius:999px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#b5ff9e;flex:none;}
.trust-icon::before{display:none !important;}
.trust-icon svg{width:22px;height:22px;color:#b5ff9e;}
.trust-item div{gap:2px;align-items:flex-start;}
.trust-item strong{font-size:15px;color:#fff;}
.trust-item span{font-size:13px;color:rgba(255,255,255,.9);}
@media (max-width:860px){.trust-points{display:grid;grid-template-columns:1fr;gap:14px;margin-top:22px;}}


/* === 2026-05 modern why cards + homepage references slideshow === */
.why-section{background:linear-gradient(180deg,#f6f8f5 0%,#eef4ee 100%) !important;padding:86px 0 !important;}
.why-section .section-head{max-width:760px;margin:0 auto 34px !important;text-align:center;}
.why-grid-redesigned{display:grid !important;grid-template-columns:repeat(12,minmax(0,1fr)) !important;gap:24px !important;align-items:stretch !important;}
.why-card{grid-column:span 4;position:relative;background:rgba(255,255,255,.88) !important;border:1px solid rgba(207,223,207,.95) !important;border-radius:24px !important;padding:26px 24px 24px !important;box-shadow:0 18px 40px rgba(19,50,27,.07) !important;backdrop-filter:blur(4px);overflow:hidden;display:flex;flex-direction:column;gap:14px;min-height:244px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.why-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(19,50,27,.12) !important;border-color:#cddccd !important;}
.why-card::before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,0));}
.why-card::after{content:"";position:absolute;right:-42px;top:-42px;width:128px;height:128px;border-radius:50%;background:radial-gradient(circle,rgba(70,166,78,.10),rgba(70,166,78,0) 72%);pointer-events:none;}
.why-card-featured{grid-column:1 / -1 !important;display:grid !important;grid-template-columns:84px 1fr !important;align-items:center !important;min-height:0 !important;padding:30px 32px !important;background:linear-gradient(135deg,#103b21 0%,#15592a 55%,#1d7437 100%) !important;border-color:#1f6b34 !important;box-shadow:0 24px 60px rgba(12,53,26,.16) !important;}
.why-card-featured::after{right:-20px;top:auto;bottom:-35px;width:240px;height:240px;background:radial-gradient(circle,rgba(255,255,255,.11),rgba(255,255,255,0) 70%);}
.why-card-icon{width:58px !important;height:58px !important;border-radius:18px !important;display:inline-flex;align-items:center;justify-content:center;background:#eef7ee !important;color:#1d6d31 !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 8px 18px rgba(22,65,30,.06);}
.why-card-icon svg{width:26px;height:26px;}
.why-card-featured .why-card-icon{width:72px !important;height:72px !important;border-radius:22px !important;background:rgba(255,255,255,.15) !important;color:#fff !important;box-shadow:none;}
.why-card h3{margin:0 !important;font-size:21px !important;line-height:1.28 !important;letter-spacing:-.02em;min-height:52px;display:flex;align-items:flex-start;}
.why-card p{margin:0 !important;color:#59705e !important;font-size:15px !important;line-height:1.72 !important;}
.why-card-featured h3,.why-card-featured p{grid-column:2;}
.why-card-featured h3{font-size:28px !important;color:#fff !important;min-height:auto !important;align-items:center;}
.why-card-featured p{font-size:16px !important;color:rgba(255,255,255,.92) !important;}

.panel-card-references .panel-head{margin-bottom:16px;}
.panel-card-references .panel-intro{margin:8px 0 0;color:#5d725f;line-height:1.65;}
.home-reference-slider{position:relative;padding:0 50px;}
.reference-slides{position:relative;min-height:430px;}
.reference-slide{display:none;animation:fadeIn .35s ease;}
.reference-slide.active{display:block;}
.reference-slide-copy{margin-bottom:16px;}
.reference-slide-copy h3{margin:0 0 8px;font-size:24px;line-height:1.25;}
.reference-slide-copy p{margin:0;color:#5d725f;line-height:1.65;}
.home-reference-slider .slider-btn{top:42%;}
.panel-card-references .slider-dots{margin-top:16px;}

@media (max-width:1180px){
  .why-card{grid-column:span 6;}
}
@media (max-width:860px){
  .why-grid-redesigned{grid-template-columns:1fr !important;}
  .why-card,.why-card-featured{grid-column:auto !important;}
  .why-card-featured{grid-template-columns:1fr !important;padding:24px 22px !important;}
  .why-card-featured h3,.why-card-featured p{grid-column:auto;}
  .why-card h3{min-height:auto;}
  .home-reference-slider{padding:0;}
  .reference-slides{min-height:unset;}
  .home-reference-slider .slider-btn{display:none;}
}


/* === 2026-05 cleanup v7 === */
.why-section .section-head{margin-bottom:28px !important;}
.why-grid-redesigned{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:18px !important;max-width:1080px;margin:0 auto;}
.why-card,
.why-card-featured{
  grid-column:auto !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  gap:16px !important;
  min-height:unset !important;
  padding:22px 22px 20px !important;
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid #dde7dd !important;
  box-shadow:0 10px 24px rgba(18,43,26,.06) !important;
}
.why-card::before,.why-card::after,.why-card-featured::before,.why-card-featured::after{display:none !important;content:none !important;}
.why-card:hover,.why-card-featured:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(18,43,26,.08) !important;border-color:#d3ded3 !important;}
.why-card-icon,
.why-card-featured .why-card-icon{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  border-radius:16px !important;
  background:#eef6ef !important;
  color:#1f6b34 !important;
  border:1px solid #dce8dd !important;
  box-shadow:none !important;
}
.why-card h3,
.why-card-featured h3{
  margin:0 0 6px !important;
  min-height:auto !important;
  font-size:20px !important;
  line-height:1.3 !important;
  color:#16311c !important;
}
.why-card p,
.why-card-featured p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.65 !important;
  color:#607260 !important;
}
.why-card > div:last-child, .why-card-featured > div:last-child{display:block;}
.why-card > div:last-child strong{display:block;}

.duo-grid{align-items:stretch !important;}
.duo-grid > .panel-card{display:flex;flex-direction:column;justify-content:flex-start;min-height:560px;}
.panel-card{padding:24px !important;border-radius:20px !important;}
.panel-card h2{font-size:32px !important;margin-bottom:12px !important;}
.panel-card-references .panel-head{margin-bottom:10px !important;}
.panel-card-references .panel-intro{display:none !important;}
.home-reference-slider{padding:0 44px !important;flex:1;}
.reference-slides{min-height:420px !important;}
.reference-slide-copy h3{font-size:22px !important;margin-bottom:6px !important;}
.reference-slide-copy p{font-size:15px !important;line-height:1.6 !important;}
.before-after-dual{gap:14px !important;}
.before-after-col img{height:240px !important;}
.testimonial-card,.testimonial-slider{flex:1;}
.testimonial-track{min-height:290px !important;}
.testimonial-slide p{font-size:17px !important;line-height:1.65 !important;}
.panel-footer-link{margin-top:auto !important;padding-top:16px;}

@media (max-width:980px){
  .why-grid-redesigned{grid-template-columns:1fr !important;}
  .duo-grid > .panel-card{min-height:auto;}
}
@media (max-width:860px){
  .home-reference-slider{padding:0 !important;}
  .reference-slides,.testimonial-track{min-height:auto !important;}
}


/* === 2026-05 polish v8 === */
/* Why-us section: make it simple like hero icon rows */
.why-section{background:linear-gradient(180deg,#f7faf7 0%, #eef4ee 100%) !important;}
.why-section .section-head{max-width:780px;margin:0 auto 24px !important;text-align:center;}
.why-grid-redesigned{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px 28px !important;max-width:980px;margin:0 auto !important;align-items:start !important;}
.why-card,
.why-card-featured{
  grid-column:auto !important;
  min-height:auto !important;
  padding:10px 0 !important;
  margin:0 !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  gap:14px !important;
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.why-card::before,.why-card::after,.why-card-featured::before,.why-card-featured::after{display:none !important;content:none !important;}
.why-card:hover,.why-card-featured:hover{transform:none !important;box-shadow:none !important;border:none !important;}
.why-card-icon,
.why-card-featured .why-card-icon{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  border:none !important;
  background:none !important;
  box-shadow:none !important;
  border-radius:999px !important;
  padding:0 !important;
  color:#1f6b34 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.why-card-icon svg,.why-card-featured .why-card-icon svg{width:20px !important;height:20px !important;}
.why-card h3,.why-card-featured h3{
  margin:0 0 4px !important;
  min-height:auto !important;
  font-size:18px !important;
  line-height:1.3 !important;
  color:#16311c !important;
}
.why-card p,.why-card-featured p{
  margin:0 !important;
  font-size:14px !important;
  line-height:1.55 !important;
  color:#627362 !important;
}
.why-card-featured h3,.why-card-featured p{grid-column:auto !important;}

/* Home references/testimonials panels equal height and simpler references slider */
.duo-grid{align-items:stretch !important;}
.duo-grid > .panel-card{
  min-height:540px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
}
.panel-card{padding:24px !important;border-radius:20px !important;}
.panel-card h2{font-size:30px !important;margin-bottom:12px !important;}
.panel-card-references .panel-head{margin-bottom:4px !important;}
.panel-card-references .panel-intro,
.reference-slide-copy{display:none !important;}
.home-reference-slider{padding:0 42px !important;display:flex !important;align-items:center;flex:1;}
.reference-slides{width:100%;min-height:360px !important;display:flex !important;align-items:center;}
.reference-slide{width:100%;}
.reference-slide.active{display:block;}
.before-after-dual{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;width:100%;}
.before-after-col{background:#f2f5f2 !important;border:1px solid #dfe8df !important;border-radius:18px !important;overflow:hidden !important;}
.before-after-col img{display:block !important;width:100% !important;height:300px !important;object-fit:cover !important;}
.tag-label{font-size:11px !important;padding:7px 10px !important;}
.panel-footer-link{margin-top:16px !important;padding-top:0 !important;justify-content:flex-end !important;}
.panel-footer-link span{display:none !important;}
.testimonial-card .section-header{margin-bottom:2px !important;}
.testimonial-card .testimonial-slider{flex:1;display:flex;align-items:center;}
.testimonial-track{min-height:360px !important;display:flex;align-items:center;}
.testimonial-slide{width:100%;}
.testimonial-slide p{font-size:17px !important;line-height:1.65 !important;}

@media (max-width:980px){
  .why-grid-redesigned{grid-template-columns:1fr !important;gap:12px !important;}
  .duo-grid > .panel-card{min-height:auto !important;}
}
@media (max-width:860px){
  .home-reference-slider{padding:0 !important;}
  .reference-slides,.testimonial-track{min-height:auto !important;}
  .before-after-col img{height:240px !important;}
}


/* === 2026-05 modern why cards v9 === */
.why-section{
  background:linear-gradient(180deg,#f7faf7 0%,#eef4ee 100%) !important;
  padding:84px 0 88px !important;
}
.why-section .section-head{
  max-width:760px;
  margin:0 auto 28px !important;
  text-align:center;
}
.why-section .section-head h2{
  font-size:42px;
  line-height:1.12;
  letter-spacing:-0.03em;
  margin-bottom:10px;
}
.why-section .section-subtitle{
  font-size:17px;
  line-height:1.7;
  color:#677967;
}
.why-grid-redesigned{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:22px !important;
  max-width:960px;
  margin:0 auto !important;
}
.why-card,
.why-card-featured{
  position:relative;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:14px !important;
  padding:26px 24px 24px !important;
  min-height:220px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%) !important;
  border:1px solid #dfe8df !important;
  border-radius:24px !important;
  box-shadow:0 18px 38px rgba(18,43,26,.07) !important;
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.why-card::before,
.why-card-featured::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,#6bcb63,#2c8c35);
}
.why-card::after,
.why-card-featured::after{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(86,186,74,.11),rgba(86,186,74,0) 72%);
  pointer-events:none;
}
.why-card:hover,
.why-card-featured:hover{
  transform:translateY(-4px);
  border-color:#d0dfd0 !important;
  box-shadow:0 24px 46px rgba(18,43,26,.10) !important;
}
.why-card-icon,
.why-card-featured .why-card-icon{
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  border-radius:18px !important;
  background:#eef7ee !important;
  border:1px solid #dbe6dc !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#1d6d31 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.why-card-icon svg,
.why-card-featured .why-card-icon svg{
  width:26px !important;
  height:26px !important;
}
.why-card h3,
.why-card-featured h3{
  margin:0 !important;
  min-height:auto !important;
  font-size:22px !important;
  line-height:1.26 !important;
  letter-spacing:-0.02em;
  color:#17311c !important;
  font-weight:800;
}
.why-card p,
.why-card-featured p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.72 !important;
  color:#617261 !important;
}
@media (max-width:980px){
  .why-grid-redesigned{grid-template-columns:1fr !important;}
  .why-card,.why-card-featured{min-height:auto !important;}
}
@media (max-width:640px){
  .why-section .section-head h2{font-size:34px;}
  .why-card,.why-card-featured{padding:22px 20px 20px !important;border-radius:20px !important;}
  .why-card h3,.why-card-featured h3{font-size:20px !important;}
}


/* === 2026-05 alignment and admin polish v10 === */
.why-grid-redesigned{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:20px !important;
  max-width:980px !important;
  margin:0 auto !important;
  align-items:stretch !important;
}
.why-card,
.why-card-featured{
  min-height:228px !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:14px !important;
  padding:24px 24px 22px !important;
}
.why-card h3,
.why-card-featured h3{
  font-size:21px !important;
  line-height:1.28 !important;
  margin:0 !important;
  width:100%;
}
.why-card p,
.why-card-featured p{
  font-size:15px !important;
  line-height:1.68 !important;
  margin:0 !important;
  width:100%;
}

.duo-grid > .panel-card{
  min-height:470px !important;
}
.home-reference-slider{
  padding:0 34px !important;
}
.reference-slides{
  min-height:300px !important;
}
.before-after-col img{
  height:235px !important;
}
.testimonial-track{
  min-height:300px !important;
}
.testimonial-slide p{
  font-size:16px !important;
  line-height:1.6 !important;
}
.panel-footer-link{
  margin-top:10px !important;
}

@media (max-width:980px){
  .why-grid-redesigned{grid-template-columns:1fr !important;}
  .why-card,.why-card-featured{min-height:auto !important;}
  .duo-grid > .panel-card{min-height:auto !important;}
}
@media (max-width:860px){
  .reference-slides,.testimonial-track{min-height:auto !important;}
  .before-after-col img{height:210px !important;}
}


/* === 2026-05 final layout polish v11 === */
.why-section .section-head h2{
  max-width:none !important;
  white-space:nowrap;
  font-size:38px !important;
  text-wrap:nowrap;
}
.why-grid-redesigned{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  max-width:940px !important;
}
.why-card,
.why-card-featured{
  min-height:210px !important;
  padding:22px 22px 20px !important;
  gap:12px !important;
}
.why-card h3,
.why-card-featured h3{
  font-size:20px !important;
  line-height:1.25 !important;
}
.why-card p,
.why-card-featured p{
  font-size:14px !important;
  line-height:1.62 !important;
}

.duo-grid > .panel-card{
  min-height:410px !important;
}
.panel-card > h2,
.panel-card .section-header h2,
.panel-card-references .panel-head h2,
.testimonial-card .section-header h2{
  text-align:center !important;
  width:100%;
  justify-content:center;
}
.panel-card-references .panel-head,
.testimonial-card .section-header{
  text-align:center !important;
}
.home-reference-slider{
  padding:0 30px !important;
}
.reference-slides{
  min-height:250px !important;
}
.before-after-dual{
  gap:12px !important;
}
.before-after-col img{
  height:200px !important;
}
.testimonial-slider{
  padding-top:0 !important;
}
.testimonial-track{
  min-height:250px !important;
}
.testimonial-slide p{
  font-size:15px !important;
  line-height:1.55 !important;
  margin:8px 0 14px !important;
}
.slider-dots{margin-top:10px !important;}
.panel-footer-link{margin-top:8px !important;}

.legal-actions{display:flex;justify-content:flex-start;gap:12px;margin-bottom:18px;}
.legal-actions-bottom{margin-top:28px;margin-bottom:0;}

@media (max-width:980px){
  .why-section .section-head h2{
    white-space:normal;
    text-wrap:wrap;
    font-size:34px !important;
  }
  .duo-grid > .panel-card{min-height:auto !important;}
}
@media (max-width:860px){
  .reference-slides,.testimonial-track{min-height:auto !important;}
  .before-after-col img{height:185px !important;}
  .panel-card > h2,
  .panel-card .section-header h2,
  .panel-card-references .panel-head h2,
  .testimonial-card .section-header h2{font-size:28px !important;}
}


/* === 2026-05 final request v12 === */
.why-section .section-head{
  text-align:center !important;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.why-section .section-head h2,
.why-section .section-subtitle{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
  align-self:center !important;
}
.why-section .section-subtitle{
  max-width:760px !important;
}
.service-check-group{
  margin:2px 0 4px;
}
.service-check-title{
  font-size:13px;
  font-weight:800;
  color:#2d4632;
  margin:0 0 10px;
}
.service-check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.service-check-grid label{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:9px 10px;
  border:1px solid #d9e3d8;
  border-radius:12px;
  background:#fff;
  cursor:pointer;
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.service-check-grid label:hover{
  border-color:#a9cfa8;
  background:#f8fcf7;
}
.service-check-grid input{
  width:16px;
  height:16px;
  accent-color:#2f9d34;
  flex:0 0 16px;
}
.service-check-grid span{
  font-size:12px;
  font-weight:700;
  color:#334a38;
  line-height:1.25;
}
@media (max-width:560px){
  .service-check-grid{grid-template-columns:1fr;}
}


/* === 2026-05 service labels + centered intro v13 === */
.why-section .section-head{
  text-align:center !important;
  align-items:center !important;
  max-width:980px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.why-section .section-head h2{
  display:block !important;
  width:100% !important;
  max-width:980px !important;
  text-align:center !important;
  margin:0 auto 12px !important;
  line-height:1.14 !important;
  letter-spacing:-.035em !important;
}
.why-section .section-subtitle{
  display:block !important;
  width:100% !important;
  max-width:780px !important;
  margin:0 auto !important;
  text-align:center !important;
  line-height:1.7 !important;
  color:#617261 !important;
}
@media (min-width:1180px){
  .why-section .section-head h2{
    font-size:40px !important;
    white-space:nowrap !important;
  }
}
@media (max-width:1179px){
  .why-section .section-head h2{
    white-space:normal !important;
    font-size:36px !important;
  }
}
.service-check-grid span{
  font-size:12.5px !important;
}


/* === 2026-05 references text removal v14 === */
.why-section .section-head:has(.eyebrow):not(:has(h2)){
  margin-bottom:26px !important;
}
.references-hero-card p:empty{display:none;}
.references-hero-card h1{margin-bottom:0;}


/* === 2026-05 műfű + mobil hero SEO update === */
.new-service-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  margin:0 auto 10px;
  padding:6px 10px;
  border-radius:999px;
  background:#e7f6e3;
  color:#17652d;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.service-card-new{
  border-color:#b9d9b2;
  box-shadow:0 16px 44px rgba(28,96,39,.13);
}
.seo-service-section{
  background:#f6f9f4;
  border-top:1px solid #e4ece2;
  border-bottom:1px solid #e4ece2;
}
.seo-service-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:34px;
  align-items:start;
}
.seo-service-grid h2{
  margin:8px 0 14px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.seo-service-grid p{
  color:#46584b;
  line-height:1.75;
  font-size:16px;
  margin:0 0 14px;
}
.seo-service-grid .btn{
  margin-top:8px;
}
.seo-service-card{
  background:#fff;
  border:1px solid #dde8dc;
  border-radius:20px;
  padding:24px;
  box-shadow:0 12px 34px rgba(0,0,0,.07);
}
.seo-service-card h3{
  margin:0 0 14px;
  font-size:26px;
  letter-spacing:-.03em;
}
.seo-service-card details{
  border-top:1px solid #e5eee4;
  padding:14px 0;
}
.seo-service-card details:last-child{
  padding-bottom:0;
}
.seo-service-card summary{
  cursor:pointer;
  font-weight:900;
  color:#173d22;
}
.seo-service-card details p{
  font-size:14px;
  line-height:1.65;
  margin:10px 0 0;
  color:#56685b;
}
@media (max-width:860px){
  .hero-copy{text-align:center !important;}
  .hero-actions{justify-content:center !important;}
  .trust-points{
    grid-template-columns:1fr !important;
    justify-items:center !important;
    align-items:center !important;
    gap:14px !important;
    max-width:360px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .trust-item{
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
    gap:12px !important;
  }
  .trust-item div{
    align-items:center !important;
    text-align:center !important;
  }
  .trust-icon{
    margin-top:0 !important;
  }
  .seo-service-grid{grid-template-columns:1fr;}
  .seo-service-grid h2{font-size:34px;}
}
@media (max-width:560px){
  .hero-copy{padding-left:4px !important;padding-right:4px !important;}
  .trust-points{max-width:320px !important;}
  .trust-item{flex-direction:column !important;}
  .trust-icon{width:48px !important;height:48px !important;}
  .seo-service-card{padding:20px;}
}


/* === 2026-05 final mobile hero centering + refined mufu section === */
.hero .service-card-new{
  border-color:#d7e8d5 !important;
  box-shadow:0 18px 42px rgba(22,67,31,.08) !important;
}
.mufu-feature-section{
  background:linear-gradient(180deg,#f8fbf7 0%,#eef5ee 100%);
  border-top:1px solid #e5ece4;
  border-bottom:1px solid #e5ece4;
}
.mufu-feature-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,520px);
  gap:38px;
  align-items:center;
}
.mufu-feature-copy h2{
  margin:8px 0 16px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.mufu-feature-copy p{
  margin:0 0 14px;
  color:#485a4d;
  font-size:16px;
  line-height:1.78;
}
.mufu-feature-points{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin:26px 0 24px;
}
.mufu-feature-point{
  background:rgba(255,255,255,.9);
  border:1px solid #dbe7da;
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 10px 24px rgba(17,48,24,.05);
}
.mufu-feature-point strong{
  display:block;
  margin-bottom:4px;
  color:#163c22;
  font-size:16px;
}
.mufu-feature-point span{
  display:block;
  color:#5d7061;
  font-size:14px;
  line-height:1.6;
}
.mufu-feature-media{
  position:relative;
}
.mufu-feature-media img{
  display:block;
  width:100%;
  border-radius:28px;
  border:1px solid #d6e3d6;
  box-shadow:0 22px 54px rgba(16,49,22,.12);
}
@media (max-width:980px){
  .mufu-feature-grid{grid-template-columns:1fr;gap:24px;}
  .mufu-feature-copy{order:2;}
  .mufu-feature-media{order:1;}
  .mufu-feature-copy h2{font-size:36px;}
}
@media (max-width:860px){
  .hero .trust-points{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:16px !important;
    width:100% !important;
    max-width:340px !important;
    margin:24px auto 0 !important;
  }
  .hero .trust-item{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    width:100% !important;
    margin:0 auto !important;
    gap:10px !important;
  }
  .hero .trust-item div,
  .hero .trust-item strong,
  .hero .trust-item span{
    width:100% !important;
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .hero .trust-icon{
    margin:0 auto !important;
  }
}
@media (max-width:560px){
  .hero .trust-points{max-width:320px !important;}
  .hero .trust-item{padding:0 !important;}
  .hero .trust-icon{width:46px !important;height:46px !important;}
  .mufu-feature-copy h2{font-size:31px;}
  .mufu-feature-point{padding:14px 15px;border-radius:16px;}
}


/* === 2026-05 v3 mobile hero centering + service seo pages === */
.service-card h3 a{color:inherit;text-decoration:none;}
.service-card-link{display:inline-flex;align-items:center;gap:6px;margin-top:4px;font-weight:800;color:var(--green-700);text-decoration:none;}
.service-card-link:hover{text-decoration:underline;}
.service-page-hero{padding-top:54px;padding-bottom:42px;}
.service-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:40px;align-items:center;}
.service-page-copy h1{margin:10px 0 16px;}
.service-page-lead{font-size:18px;color:#213a28;font-weight:500;}
.service-page-copy p{color:#57695d;line-height:1.8;}
.service-page-media img{display:block;width:100%;border-radius:28px;border:1px solid #d9e4d8;box-shadow:0 22px 54px rgba(12,45,20,.11);}
.service-page-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.service-page-point{background:#fff;border:1px solid #dde8dc;border-radius:22px;padding:24px;box-shadow:0 14px 32px rgba(18,47,24,.06);}
.service-page-point h3{margin:0 0 8px;font-size:20px;line-height:1.3;}
.service-page-point p{margin:0;color:#5d6e62;line-height:1.7;}
.service-page-faq-card{max-width:920px;margin:0 auto;}
@media (max-width:980px){
  .service-page-grid{grid-template-columns:1fr;gap:24px;}
  .service-page-points{grid-template-columns:1fr;}
}
@media (max-width:860px){
  .hero .hero-copy{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;width:100% !important;}
  .hero .hero-copy .eyebrow,
  .hero .hero-copy h1,
  .hero .hero-copy p{width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  .hero .hero-actions{justify-content:center !important;width:100% !important;}
  .hero .trust-points{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:16px !important;width:100% !important;max-width:340px !important;margin:24px auto 0 !important;}
  .hero .trust-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;width:100% !important;gap:10px !important;margin:0 auto !important;}
  .hero .trust-item div{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;width:100% !important;}
  .hero .trust-item strong,
  .hero .trust-item span{display:block !important;width:100% !important;text-align:center !important;}
  .hero .trust-icon{margin:0 auto !important;}
}
@media (max-width:560px){
  .hero .hero-copy{padding-left:0 !important;padding-right:0 !important;}
  .hero .hero-copy p{max-width:32ch;}
  .hero .trust-points{max-width:320px !important;}
  .service-page-point{padding:20px;}
}


/* === V5 absolute mobile center fix for hero trust points === */
@media (max-width:860px){
  body main#fooldal section.hero div.hero-grid div.hero-copy{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;}
  body main#fooldal section.hero div.hero-grid div.hero-copy .trust-points{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:360px!important;margin:24px auto 0!important;padding:0!important;text-align:center!important;}
  body main#fooldal section.hero div.hero-grid div.hero-copy .trust-points .trust-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:300px!important;margin:0 auto!important;padding:0!important;text-align:center!important;gap:8px!important;}
  body main#fooldal section.hero div.hero-grid div.hero-copy .trust-points .trust-item .trust-icon{margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;float:none!important;}
  body main#fooldal section.hero div.hero-grid div.hero-copy .trust-points .trust-item>div{display:block!important;width:100%!important;max-width:280px!important;margin:0 auto!important;text-align:center!important;align-items:center!important;justify-content:center!important;}
  body main#fooldal section.hero div.hero-grid div.hero-copy .trust-points .trust-item strong,
  body main#fooldal section.hero div.hero-grid div.hero-copy .trust-points .trust-item span{display:block!important;width:100%!important;max-width:280px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
}


/* === 2026-05 v7: center service card details links on homepage === */
.service-card .service-card-link {
  align-self: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.service-card {
  text-align: center;
}

.service-card h3,
.service-card p {
  text-align: center;
}


/* === 2026-05 v8 FINAL: remove glass/blur backgrounds from hero trust icons on mobile === */
@media (max-width: 860px) {
  main#fooldal .hero .trust-points,
  main#fooldal .hero .trust-item,
  main#fooldal .hero .trust-icon {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  main#fooldal .hero .trust-item {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  main#fooldal .hero .trust-item::before,
  main#fooldal .hero .trust-item::after,
  main#fooldal .hero .trust-icon::before,
  main#fooldal .hero .trust-icon::after {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  main#fooldal .hero .trust-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: #174d28 !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.16) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  main#fooldal .hero .trust-icon svg {
    color: #b5ff9e !important;
  }
}


/* === 2026-05 v9 FINAL: hero mobile icons without any background === */
@media (max-width: 860px) {
  main#fooldal .hero .trust-item,
  main#fooldal .hero .trust-icon {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  main#fooldal .hero .trust-item {
    border-radius: 0 !important;
    overflow: visible !important;
  }

  main#fooldal .hero .trust-icon {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  main#fooldal .hero .trust-icon::before,
  main#fooldal .hero .trust-icon::after,
  main#fooldal .hero .trust-item::before,
  main#fooldal .hero .trust-item::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  main#fooldal .hero .trust-icon svg {
    width: 28px !important;
    height: 28px !important;
    color: #b5ff9e !important;
    background: transparent !important;
    display: block !important;
  }
}
