:root{--green:#6c9a4b;--green-dark:#557b3b;--ink:#171a18;--muted:#6e756d;--soft:#f7f8f5;--line:#e3e8df;--white:#fff;--shadow:0 18px 55px rgba(25,38,24,.10);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{height:38px;background:var(--green);color:#fff;font-size:13px}.topbar-inner{height:38px;display:flex;justify-content:flex-end;align-items:center;gap:24px}.topbar span{display:inline-flex;gap:7px;align-items:center}
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{width:178px}.nav-links{display:flex;align-items:center;gap:2px}.nav-links>a,.nav-item>button{border:0;background:transparent;font:inherit;font-weight:700;padding:30px 18px;cursor:pointer;color:#171917;position:relative}.nav-links>a:after,.nav-item>button:after{content:"";position:absolute;left:18px;right:18px;bottom:16px;height:3px;border-radius:4px;background:var(--green);transform:scaleX(0);transition:.2s}.nav-links>a:hover,.nav-item>button:hover,.nav-links .active{color:var(--green-dark)}.nav-links>a:hover:after,.nav-links .active:after,.nav-item>button:hover:after{transform:scaleX(1)}.nav-item{position:relative}.chev{font-size:11px;margin-left:5px}
.dropdown{position:absolute;right:0;top:72px;width:760px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:18px;display:grid;grid-template-columns:1fr 1.7fr;gap:18px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;transform:none}.drop-brands{background:var(--soft);border-radius:14px;padding:10px}.brand-tab{display:block;width:100%;border:0;background:transparent;text-align:left;padding:14px;border-radius:11px;font-weight:750;cursor:pointer}.brand-tab:hover,.brand-tab.active{background:var(--green);color:#fff}.drop-products{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}.drop-products a{padding:10px 8px;border-radius:9px;color:#333}.drop-products a:hover{background:var(--soft);color:var(--green-dark)}
.menu-btn{display:none;border:0;background:transparent;width:46px;height:46px;padding:0;cursor:pointer;position:relative}.menu-icon,.menu-icon:before,.menu-icon:after{content:"";display:block;width:27px;height:3px;background:#1d211e;border-radius:3px;position:absolute;left:10px;transition:.2s}.menu-icon{top:21px}.menu-icon:before{left:0;top:-9px}.menu-icon:after{left:0;top:9px}.menu-btn.open .menu-icon{background:transparent}.menu-btn.open .menu-icon:before{top:0;transform:rotate(45deg)}.menu-btn.open .menu-icon:after{top:0;transform:rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:90;background:rgba(15,20,15,.34);opacity:0;visibility:hidden;transition:.22s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-panel{position:absolute;top:0;right:0;height:100%;width:min(390px,88vw);background:#fff;box-shadow:-18px 0 55px rgba(0,0,0,.16);padding:90px 24px 28px;overflow:auto;transform:translateX(100%);transition:.28s}.mobile-menu.open .mobile-panel{transform:none}.mobile-head{position:absolute;top:20px;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between}.mobile-head img{width:150px}.mobile-close{border:0;background:#f2f4f0;width:42px;height:42px;border-radius:50%;font-size:25px;cursor:pointer}.mobile-link{display:flex;align-items:center;justify-content:space-between;padding:15px 2px;border-bottom:1px solid var(--line);font-size:18px;font-weight:750}.mobile-products{display:none;padding:5px 0 8px}.mobile-products.open{display:block}.mobile-products a{display:block;padding:11px 12px;border-radius:10px;color:#4e554e;font-weight:650}.mobile-products a:hover{background:var(--soft);color:var(--green-dark)}.mobile-section-btn{border:0;background:none;width:100%;text-align:left;cursor:pointer}.mobile-section-btn .mobile-arrow{transition:.2s}.mobile-section-btn.open .mobile-arrow{transform:rotate(180deg)}
/* Banner carousel */
.hero{position:relative;background:#f3f5f1;overflow:hidden}.hero-viewport{position:relative;width:100%;line-height:0}.hero-slide-img{width:100%;height:auto;display:block;user-select:none}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(20,25,20,.35);color:#fff;display:grid;place-items:center;font-size:34px;line-height:1;cursor:pointer;z-index:3;backdrop-filter:blur(4px);transition:.2s}.hero-arrow:hover{background:rgba(20,25,20,.62);transform:translateY(-50%) scale(1.04)}.hero-arrow.prev{left:24px}.hero-arrow.next{right:24px}.hero-caption{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 7px 25px rgba(0,0,0,.10);line-height:1}.hero-dot{width:8px;height:8px;border:0;padding:0;border-radius:50%;background:#aab1a6;cursor:pointer}.hero-dot.active{width:25px;border-radius:10px;background:var(--green)}
.section{padding:88px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.kicker{font-size:12px;color:var(--green);font-weight:900;letter-spacing:.14em;text-transform:uppercase}.section h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.045em;margin:7px 0 0}.section-lead{max-width:560px;color:var(--muted);line-height:1.7}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.25s;display:flex;flex-direction:column;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d2ddcc}.product-image{height:290px;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px;border-bottom:1px solid #edf0eb}.product-image img{height:100%;width:100%;object-fit:contain;filter:drop-shadow(0 13px 18px rgba(0,0,0,.11))}.product-body{padding:21px 22px 23px}.brand{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--green);font-weight:900}.product-body h3{font-size:21px;margin:7px 0 8px;letter-spacing:-.025em}.product-body p{margin:0;color:var(--muted);line-height:1.5;font-size:14px;min-height:42px}.card-link{margin-top:17px;color:var(--green-dark);font-weight:850;font-size:14px}
.feature{background:var(--soft)}.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px}.feature-card h3{font-size:27px;margin:10px 0}.feature-card p{color:var(--muted);line-height:1.7}.mini-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.mini{padding:15px;border-radius:15px;background:#f8faf7;border:1px solid #e8ede5}.mini b{display:block;margin-bottom:4px}
.notice{background:linear-gradient(135deg,#6c9a4b,#527a38);color:#fff;border-radius:28px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:25px}.notice p{margin:7px 0 0;color:rgba(255,255,255,.78)}.notice .btn{background:#fff;color:var(--green-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px)}.btn-light{background:#fff;border-color:#dfe5db}
.footer{background:#10140f;color:#dce4d8;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.footer .logo{filter:brightness(0) invert(1);opacity:.92;margin-bottom:18px}.footer p,.footer a{color:#aeb8aa;line-height:1.7}.footer h4{color:#fff;margin:0 0 14px}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:18px;font-size:12px;color:#7f897c}.wa{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 12px 35px rgba(0,0,0,.18);z-index:80;font-weight:900;font-size:25px}
.page-hero{background:var(--soft);padding:62px 0}.page-hero h1{font-size:clamp(40px,5vw,64px);letter-spacing:-.05em;margin:12px 0}.crumb{font-size:13px;color:var(--muted)}.product-detail{padding:70px 0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.detail-image{background:#fff;border:1px solid var(--line);border-radius:30px;min-height:560px;display:grid;place-items:center;padding:50px}.detail-image img{width:100%;height:460px;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.14))}.detail-copy .brand{font-size:12px}.detail-copy h1{font-size:clamp(42px,5vw,66px);line-height:.98;letter-spacing:-.055em;margin:12px 0}.detail-copy .lead{font-size:19px;line-height:1.6;color:#5d665c}.info-box{margin-top:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;color:#4f574f}.product-banner{margin-top:55px;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:#fff}.product-banner img{width:100%;height:auto}.disclaimer{background:#fff9eb;border:1px solid #f0dfb4;border-radius:16px;padding:15px 17px;color:#665b40;font-size:13px;line-height:1.6;margin-top:25px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-card{border:1px solid var(--line);border-radius:25px;padding:30px}.contact-row{padding:15px 0;border-bottom:1px solid var(--line)}.contact-row:last-child{border:0}.contact-row small{display:block;color:var(--green);font-weight:850;margin-bottom:5px}
@media(max-width:1050px){.nav-links>a,.nav-item>button{padding-left:12px;padding-right:12px}.logo{width:160px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:950px){.nav-links{display:none}.menu-btn{display:block}.topbar-inner{justify-content:center}.nav{height:72px}.hero-arrow{width:46px;height:46px}.hero-arrow.prev{left:14px}.hero-arrow.next{right:14px}.feature-grid,.detail-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.topbar{display:none}.nav{height:70px}.logo{width:154px}.mobile-panel{padding-top:86px}.hero-arrow{width:40px;height:40px;font-size:28px}.hero-arrow.prev{left:10px}.hero-arrow.next{right:10px}.hero-caption{bottom:10px;padding:6px 8px}.hero-dot{width:7px;height:7px}.hero-dot.active{width:20px}.section{padding:65px 0}.section-head{display:block}.section-lead{margin-top:14px}.product-grid{grid-template-columns:1fr}.product-image{height:310px}.mini-list{grid-template-columns:1fr}.notice{display:block;padding:27px}.notice .btn{margin-top:18px}.footer-grid{grid-template-columns:1fr}.detail-grid{gap:28px}.detail-image{min-height:390px;padding:25px}.detail-image img{height:340px}.product-banner{margin-top:30px}.wa{width:52px;height:52px;right:16px;bottom:16px}.page-hero{padding:48px 0}.page-hero h1{font-size:43px}}
/* Mobile menu — final */
@media (max-width:950px){
  .mobile-menu{position:fixed;inset:0;z-index:9999;background:rgba(12,16,12,.42);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
  .mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto}
  .mobile-panel{position:absolute;top:0;right:0;width:min(390px,92vw);height:100dvh;max-height:100dvh;background:#fff;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;transform:translate3d(105%,0,0);transition:transform .28s ease;box-shadow:-20px 0 50px rgba(0,0,0,.18);padding:92px 24px 30px}
  .mobile-menu.open .mobile-panel{transform:translate3d(0,0,0)}
  .mobile-head{position:absolute;top:18px;left:24px;right:24px;height:58px;display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line)}
  .mobile-head img{width:154px;height:auto}
  .mobile-close{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#f1f4ef;color:#1b1e1b;font-size:30px;line-height:1;cursor:pointer}
  .mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:52px;padding:15px 3px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);font-size:18px;font-weight:750;text-align:left}
  .mobile-section-btn{cursor:pointer}
  .mobile-products{display:none;padding:8px 0 12px}
  .mobile-products.open{display:block}
  .mobile-product-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:7px 8px}
  .mobile-products.mobile-product-grid a{display:flex;align-items:center;min-height:45px;padding:10px 10px;border:1px solid #e5ebe1;border-radius:10px;background:#f7f9f5;color:#3d453d;font-size:14px;line-height:1.25;font-weight:650}
  .mobile-products.mobile-product-grid a:hover,.mobile-products.mobile-product-grid a:active{background:#edf3e9;color:var(--green-dark)}
  .mobile-products:not(.mobile-product-grid) a{display:block;padding:10px 12px;border-radius:10px;color:#4e554e;font-weight:650}
  body.menu-open{overflow:hidden;position:fixed;width:100%;left:0;right:0}
}
@media (max-width:600px){
  .mobile-panel{width:92vw;max-width:370px;padding:90px 18px 24px}
  .mobile-head{left:18px;right:18px}
  .mobile-head img{width:145px}
  .mobile-link{font-size:17px;min-height:50px;padding:14px 2px}
  .mobile-product-grid{gap:6px}
  .mobile-products.mobile-product-grid a{font-size:13px;padding:10px 8px;min-height:43px}
}

/* ===== Mobile homepage refinement ===== */
@media (max-width: 600px){
  /* Daha kompakt, telefona özel hero */
  .hero{background:#fff}
  .hero-viewport{overflow:hidden}
  .hero-slide-img{width:100%;height:auto;display:block}
  .hero-arrow{width:38px;height:38px;font-size:25px;background:rgba(30,35,30,.38);box-shadow:0 5px 16px rgba(0,0,0,.14)}
  .hero-arrow.prev{left:10px}
  .hero-arrow.next{right:10px}
  .hero-caption{bottom:9px;gap:6px;padding:5px 8px;background:rgba(255,255,255,.9)}

  /* İçerik üst boşluğunu azalt */
  .section{padding:40px 0}
  .section-head{margin-bottom:24px}
  .kicker{font-size:12px;letter-spacing:.16em}
  .section-head h2{font-size:32px;line-height:1.05;letter-spacing:-.045em;margin:7px 0 0}
  .section-lead{font-size:16px;line-height:1.55;margin-top:12px;color:#6b736b}

  /* Mobilde ürün kartı daha kısa ve katalog hissinde */
  .product-grid{gap:16px}
  .product-card{border-radius:18px;box-shadow:none}
  .product-card:hover{transform:none;box-shadow:none}
  .product-image{height:225px;padding:18px 28px;background:#fafbf9;border-bottom:1px solid #edf0eb}
  .product-image img{max-height:190px;filter:drop-shadow(0 10px 15px rgba(0,0,0,.10))}
  .product-body{padding:17px 18px 18px}
  .brand{font-size:10px;letter-spacing:.14em}
  .product-body h3{font-size:21px;margin:5px 0 5px}
  .product-body p{font-size:13.5px;line-height:1.45;min-height:0}
  .card-link{margin-top:12px;font-size:14px}

  /* Ürünlerin tamamı ilk ekranda daha hızlı görünsün */
  .feature{padding-top:28px}

  /* Sabit WhatsApp ürün kartının üzerine binmesin */
  .wa{width:48px;height:48px;right:14px;bottom:14px;font-size:20px}
}

@media (max-width: 380px){
  .logo{width:142px}
  .mobile-panel{width:94vw}
  .section{padding:34px 0}
  .section-head h2{font-size:29px}
  .section-lead{font-size:15px}
  .product-image{height:205px;padding:15px 24px}
  .product-image img{max-height:175px}
  .product-body{padding:15px 16px 16px}
  .product-body h3{font-size:19px}
}

/* ===== Mobil ürün kataloğu v3 ===== */
@media (max-width: 600px){
  .section{padding:42px 0}
  .section-head{margin-bottom:22px}
  .kicker{font-size:14px;letter-spacing:.18em;margin-bottom:7px}
  .section-head h2{font-size:32px;line-height:1.05;margin:0}
  .section-lead{font-size:16px;line-height:1.55;margin:12px 0 0;color:#687069}

  /* Mobilde ürünler 2'li katalog */
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-card{border-radius:16px;overflow:hidden}
  .product-image{height:190px;padding:14px;background:#fff}
  .product-image img{width:100%;height:100%;object-fit:contain}
  .product-body{padding:14px 13px 16px}
  .product-body .brand{font-size:10px;letter-spacing:.16em;margin-bottom:5px}
  .product-body h3{font-size:18px;line-height:1.12;margin:0 0 7px}
  .product-body p{font-size:12px;line-height:1.4;margin:0;min-height:34px;color:#737a73}
  .card-link{font-size:13px;margin-top:13px}

  /* Banner mobilde daha dengeli */
  .hero-viewport{height:auto;aspect-ratio:2.15/1}
  .hero-slide-img{width:100%;height:100%;object-fit:contain;background:#fff}
  .hero-arrow{width:38px;height:38px;font-size:26px}
  .hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}
  .hero-caption{bottom:8px}

  /* Mobil menü: ürünler aç/kapa animasyonu ve taşma kontrolü */
  .mobile-products.mobile-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 8px;max-height:0;overflow:hidden;padding:0;opacity:0;transition:max-height .25s ease,opacity .2s ease,padding .25s ease}
  .mobile-products.mobile-product-grid.open{max-height:700px;padding:8px 0 12px;opacity:1}
  .mobile-products.mobile-product-grid a{min-width:0;min-height:44px}
}

@media (max-width: 390px){
  .product-grid{gap:10px}
  .product-image{height:165px;padding:10px}
  .product-body{padding:12px 11px 14px}
  .product-body h3{font-size:16px}
  .product-body p{font-size:11px;min-height:31px}
  .card-link{font-size:12px;margin-top:11px}
  .section-head h2{font-size:29px}
}

/* Final product PNG presentation */
.product-image{background:#f8faf7;}
.product-image img{background:transparent;}
@media(max-width:600px){.product-image{background:#f8faf7;}}

/* About page refinements */
.about-intro{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:stretch}
.about-main-card,.about-side-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:38px}
.about-main-card h2,.about-side-card h2{font-size:clamp(30px,3.2vw,42px);line-height:1.08;letter-spacing:-.045em;margin:9px 0 18px}
.about-main-card p,.about-side-card p{color:var(--muted);line-height:1.75;margin:0 0 14px}
.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}
.about-value{background:#f7f9f6;border:1px solid #e5ebe2;border-radius:18px;padding:19px}
.about-value b{display:block;font-size:17px;margin-bottom:6px}
.about-value span{display:block;color:#687168;line-height:1.5;font-size:14px}
.about-side-card{display:flex;flex-direction:column;justify-content:space-between}
.about-side-card .about-mark{width:58px;height:58px;border-radius:18px;background:var(--soft);display:grid;place-items:center;color:var(--green);font-size:25px;font-weight:900;margin-bottom:22px}
.about-section{padding-top:0}
.about-section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.about-section-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}
.about-section-card .kicker{margin-bottom:9px}
.about-section-card h3{font-size:22px;margin:0 0 10px}
.about-section-card p{margin:0;color:var(--muted);line-height:1.7}
@media(max-width:950px){.about-intro{grid-template-columns:1fr}.about-section-grid{grid-template-columns:1fr}}
@media(max-width:600px){.about-main-card,.about-side-card{padding:24px;border-radius:22px}.about-main-card h2,.about-side-card h2{font-size:30px}.about-values{grid-template-columns:1fr;gap:10px;margin-top:22px}.about-section-card{padding:22px}}


/* Final polish: stores, contact map, agency credit and floating actions */
.store-dropdown{width:280px;grid-template-columns:1fr!important}
.store-links{display:grid!important;grid-template-columns:1fr!important;gap:2px}
.store-links a{display:flex;align-items:center;justify-content:space-between}
.store-links a span{opacity:.55;font-size:.9em}
.agency-credit{display:inline-flex;align-items:center;gap:10px;margin-left:14px;vertical-align:middle;text-decoration:none!important}
.agency-credit span{color:#dce4d8!important}
.agency-credit img{width:128px;height:auto;display:block;opacity:.95}
.map-card .map-frame{margin:22px 0 18px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#eef2ec;min-height:280px}
.map-frame iframe{display:block;width:100%;height:280px;border:0}
.wa{display:grid;place-items:center}
.wa svg{width:27px;height:27px;fill:#fff;display:block}
.back-top{position:fixed;right:22px;bottom:90px;width:44px;height:44px;border:1px solid rgba(30,40,30,.1);border-radius:50%;background:#fff;color:#587d46;box-shadow:0 10px 28px rgba(0,0,0,.14);display:grid;place-items:center;font-size:22px;font-weight:800;line-height:1;cursor:pointer;z-index:79;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.back-top.show{opacity:1;visibility:visible;transform:none}
@media(max-width:600px){.agency-credit{margin-left:0;margin-top:10px;display:flex}.agency-credit img{width:112px}.copyright{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.map-card .map-frame{min-height:240px}.map-frame iframe{height:240px}.back-top{right:16px;bottom:82px;width:40px;height:40px;font-size:20px}.wa{right:16px;bottom:16px;width:52px;height:52px}}

/* Footer & contact final polish */
.footer{padding:34px 0 14px}
.footer-grid{gap:28px}
.copyright{margin-top:24px;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.agency-credit{margin-left:0;gap:12px}
.agency-credit span{font-size:15px;font-weight:750}
.agency-credit img{width:154px}
.map-card .map-frame{background:#eef2ec;min-height:320px}
.map-frame iframe{height:320px}
@media(max-width:600px){
  .footer{padding:28px 0 14px}
  .copyright{align-items:flex-start;gap:8px}
  .agency-credit{display:flex;align-items:center;gap:10px;margin-top:4px}
  .agency-credit img{width:132px}
  .agency-credit span{font-size:13px}
  .map-card .map-frame{min-height:260px}
  .map-frame iframe{height:260px}
}


/* Final requested fixes */
.footer{padding:24px 0 10px}
.footer-grid{gap:24px}
.copyright{margin-top:18px;padding-top:12px}
.agency-credit{gap:9px;margin-left:0}
.agency-credit span{font-size:12px!important;font-weight:700!important}
.agency-credit img{width:108px!important;height:auto}
.back-top{display:grid!important}
@media(max-width:600px){
  .footer{padding:22px 0 9px}
  .copyright{margin-top:16px;padding-top:10px}
  .agency-credit{gap:8px}
  .agency-credit img{width:108px!important}
  .agency-credit span{font-size:12px!important}
}

/* Final fixes: compact agency credit + reliable back-to-top */
.footer .agency-credit img{width:108px!important;height:auto!important;}
.footer .agency-credit{gap:8px!important;}
.back-top{pointer-events:auto!important;}
@media(max-width:600px){.footer .agency-credit img{width:108px!important}.footer .agency-credit span{font-size:12px!important}.back-top{width:42px;height:42px;bottom:82px;right:16px}}

.legal-note{font-size:12px;color:#7f897c;padding:10px 0 0;text-align:center}
@media(max-width:600px){.legal-note{font-size:11px;padding:8px 0 0}}
