:root {
  --ink: #102523;
  --muted: #61706e;
  --teal: #087a73;
  --teal-dark: #075550;
  --mint: #dff1ed;
  --mist: #f3f7f5;
  --line: #dbe5e2;
  --white: #fff;
  --orange: #ef8354;
  --shadow: 0 24px 70px rgba(8, 55, 52, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.container > *, .product-card, .detail-card, .service-content, .contact-grid > *, .footer-grid > * { min-width: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .18em; }
.light { color: #a9e7dc; }
.section { padding: 112px 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.1; letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4.4rem); }
h2 em, h1 em { color: #9de0d5; font-family: Georgia, serif; font-weight: 400; }

.topbar { background: var(--teal-dark); color: #d5eeea; font-size: .78rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.topbar-links { display: flex; gap: 24px; }
.navbar { display: flex; min-height: 80px; align-items: center; justify-content: space-between; }
.site-header { position: relative; z-index: 30; background: var(--white); box-shadow: 0 2px 20px rgba(12, 48, 45, .05); }
.site-header.sticky { position: sticky; top: 0; animation: slideDown .35s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.brand img { width: 166px; height: auto; }
.main-menu { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: .93rem; }
.main-menu > a:not(.button) { position: relative; }
.main-menu > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--teal); transition: right .25s; }
.main-menu > a:hover::after { right: 0; }
.main-menu > a[aria-current="page"] { color: var(--teal); }
.language-switch { border: 0; border-left: 1px solid var(--line); background: transparent; padding: 5px 0 5px 24px; color: var(--teal); font-weight: 800; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 50px; padding: 0 24px; border: 1px solid var(--teal); border-radius: 4px; background: var(--teal); color: var(--white); font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); }
.button-small { min-height: 42px; padding: 0 20px; }
.button-light { border-color: var(--white); background: var(--white); color: var(--teal-dark); }
.button-light:hover { background: var(--mint); color: var(--teal-dark); }
.button-n11 { position: relative; overflow: hidden; border-color: #56227d; background: #56227d; color: var(--white); box-shadow: 0 10px 25px rgba(86,34,125,.2); }
.button-n11::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #f47b20; box-shadow: 0 0 0 4px rgba(244,123,32,.16); }
.button-n11:hover { border-color: #431763; background: #431763; }
.button-trendyol { border-color: #f27a1a; background: #f27a1a; color: var(--white); box-shadow: 0 10px 25px rgba(242,122,26,.2); }
.button-trendyol:hover { border-color: #d9650c; background: #d9650c; }

.hero { position: relative; min-height: 700px; height: calc(100svh - 114px); max-height: 920px; overflow: hidden; color: var(--white); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 14s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero-overlay { background: linear-gradient(90deg, rgba(3, 40, 39, .92) 0%, rgba(4, 54, 51, .68) 48%, rgba(2, 28, 28, .15) 100%); }
.hero-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; justify-content: center; padding-top: 35px; }
.hero h1 { max-width: 850px; margin: 0 0 24px; font-size: clamp(3.2rem, 6.8vw, 6.8rem); }
.hero-copy { max-width: 650px; margin: 0 0 32px; color: #deeeeb; font-size: clamp(1rem, 1.5vw, 1.22rem); }
.distributor-badge { display: inline-flex; align-items: center; align-self: flex-start; gap: 20px; margin: 0 0 28px; padding: 10px 12px 10px 20px; border: 1px solid rgba(255,255,255,.38); border-radius: 12px; background: rgba(2,37,35,.6); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.distributor-badge-copy { display: flex; flex-direction: column; }
.distributor-badge small { color: #b7d8d2; font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.distributor-badge strong { color: var(--white); font: 800 .88rem "Manrope", sans-serif; letter-spacing: .04em; }
.distributor-badge img { width: 128px; height: 50px; padding: 9px 13px; border-radius: 8px; background: var(--white); object-fit: contain; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { font-weight: 700; }
.light-link { color: var(--white); }
.hero-stats { display: flex; gap: clamp(30px, 6vw, 80px); margin-top: 68px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font: 700 1.6rem "Manrope", sans-serif; }
.hero-stats span { color: #bcd4d0; font-size: .8rem; }
.scroll-hint { position: absolute; right: 5vw; bottom: 40px; z-index: 2; width: 28px; height: 46px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; }
.scroll-hint span { position: absolute; top: 9px; left: 12px; width: 2px; height: 8px; background: var(--white); animation: scroll 1.6s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 85px; align-items: center; }
.trust-grid span { position: relative; padding-left: 20px; color: var(--muted); font-size: .85rem; font-weight: 600; }
.trust-grid span::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }

.products-section { background: var(--mist); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.product-filters { display: flex; gap: 10px; margin: 52px 0 28px; overflow-x: auto; }
.filter-button { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50px; padding: 9px 18px; background: transparent; color: var(--muted); font-size: .85rem; font-weight: 700; }
.filter-button.active, .filter-button:hover { border-color: var(--teal); background: var(--teal); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; background: var(--white); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card.hidden { display: none; }
.product-image { position: relative; height: 280px; overflow: hidden; background: #e7eeec; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.product-card:hover img { transform: scale(1.04); }
.product-card img[src*="radix-one-piece"], .product-card img[src*="radix-conical"] { position: absolute; inset: 50% auto auto 50%; width: 30%; height: 68%; padding: 0; object-fit: contain; background: transparent; transform: translate(-50%, -50%); }
.product-card:hover img[src*="radix-one-piece"], .product-card:hover img[src*="radix-conical"] { transform: translate(-50%, -50%) scale(1.035); }
.product-body { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-height: 122px; padding: 22px; }
.product-body > span { align-self: start; color: var(--teal); font: 700 .72rem "Manrope", sans-serif; }
.product-body h3 { margin: 0 0 6px; font-size: 1.08rem; }
.product-body p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.product-body > a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); }
.portfolio-link { display: flex; justify-content: center; margin-top: 38px; }
.home-marketplaces { position: relative; overflow: hidden; margin-inline: 12px; border-radius: 36px; background: var(--teal-dark); color: var(--white); }
.page-hero + .home-marketplaces { margin-top: clamp(22px, 2.5vw, 36px); }
.home-marketplaces::before { content: ""; position: absolute; left: -120px; top: -170px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.home-marketplaces-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.home-marketplaces-copy, .home-store-grid, .home-store-card > div { min-width: 0; }
.home-marketplaces-copy h2 { max-width: 620px; margin-bottom: 22px; font-size: clamp(2.35rem, 4vw, 4.15rem); line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; overflow-wrap: anywhere; }
.home-marketplaces-copy > p:last-child { max-width: 520px; color: #c6ddda; }
.home-store-grid { display: grid; gap: 14px; }
.home-store-card { display: grid; grid-template-columns: 40px minmax(0, 1fr) 42px; align-items: center; gap: 18px; width: 100%; min-height: 126px; padding: 24px 26px; border: 1px solid rgba(255,255,255,.72); border-radius: 22px; background: #fff; color: var(--teal-dark); box-shadow: 0 18px 50px rgba(0,25,24,.18); transition: transform .25s, box-shadow .25s; }
.home-store-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,25,24,.26); }
.home-store-card > span { color: var(--teal); font-size: .72rem; font-weight: 800; }
.home-store-card > div { display: flex; flex-direction: column; }
.home-store-card small { font-weight: 900; letter-spacing: .12em; }
.n11-card small { color: #d7a8f1; }
.trendyol-card small { color: #ffad6d; }
.home-store-card strong { margin-top: 5px; font: 700 1.15rem "Manrope", sans-serif; overflow-wrap: anywhere; }
.home-store-card i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e8f4f2; color: var(--teal-dark); font-style: normal; }

.about-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.about-visual { position: relative; }
.about-visual > img { width: 100%; height: 650px; object-fit: cover; border-radius: var(--radius) 0 var(--radius) 0; }
.experience-card { position: absolute; right: -42px; bottom: 50px; display: flex; align-items: center; gap: 13px; padding: 20px 22px; background: var(--teal-dark); color: var(--white); box-shadow: var(--shadow); }
.experience-card strong { font: 800 2rem "Manrope", sans-serif; }
.experience-card b { color: #9de0d5; font-size: 1.2rem; }
.experience-card img { width: 105px; height: 46px; padding: 8px 10px; border-radius: 6px; background: var(--white); object-fit: contain; }
.experience-card span { border-left: 1px solid rgba(255,255,255,.3); padding-left: 14px; font-size: .72rem; line-height: 1.45; }
.about-copy h2 em { color: var(--teal); }
.about-copy .lead { margin-top: 32px; color: var(--ink); font-size: 1.2rem; font-weight: 600; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.about-points div { display: flex; gap: 12px; }
.about-points span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--mint); color: var(--teal); }
.about-points p { margin: 0; }
.about-points strong, .about-points small { display: block; }
.about-points small { color: var(--muted); }

.services-section { background: var(--teal-dark); color: var(--white); }
.centered { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.services-grid article { min-height: 300px; padding: 42px; border-right: 1px solid rgba(255,255,255,.18); }
.services-grid article:last-child { border: 0; }
.services-grid span { color: #9de0d5; font-size: .78rem; }
.services-grid h3 { margin: 58px 0 16px; font-size: 1.45rem; }
.services-grid p { margin: 0; color: #bed5d1; font-size: .93rem; }

.contact-section { background: #edf5f2; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-list { margin-top: 38px; }
.contact-list a { display: flex; justify-content: space-between; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: .85rem; }
.contact-list strong { font-size: .9rem; }
.contact-form { padding: 42px; background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 22px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid #b8c8c4; border-radius: 0; padding: 10px 0; outline: 0; color: var(--ink); background: transparent; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 1px 0 var(--teal); }
.contact-form .button { width: 100%; margin-top: 5px; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .75rem; }

.footer { padding-top: 70px; background: #0c2321; color: #c2d4d1; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .95fr .9fr .7fr auto; gap: clamp(24px, 3.5vw, 52px); align-items: start; }
.footer img { filter: brightness(0) invert(1); }
.footer p { max-width: 360px; }
.footer address { font-style: normal; }
.footer-contact { display: flex; min-width: 190px; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-contact strong { margin-bottom: 4px; color: var(--white); font: 700 .88rem "Manrope", sans-serif; }
.footer-contact a { display: inline-flex; align-items: center; gap: 7px; color: #c2d4d1; font-size: .86rem; transition: color .2s, transform .2s; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-contact a span { color: #9de0d5; }
.footer-contact a:hover { color: var(--white); transform: translateX(4px); }
.footer-socials { display: flex; gap: 9px; margin-top: 8px; }
.footer-socials a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #9de0d5; background: rgba(255,255,255,.035); transition: color .2s, border-color .2s, background .2s, transform .2s; }
.footer-socials a:hover { border-color: #9de0d5; color: var(--white); background: rgba(255,255,255,.1); transform: translateY(-3px); }
.footer-socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-socials path { fill: currentColor; stroke: none; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-nav strong { margin-bottom: 5px; color: var(--white); font: 700 .88rem "Manrope", sans-serif; }
.footer-nav a { position: relative; color: #c2d4d1; font-size: .88rem; transition: color .2s, transform .2s; }
.footer-nav a::before { content: ""; position: absolute; left: -13px; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: #9de0d5; opacity: 0; transition: opacity .2s; }
.footer-nav a:hover { color: var(--white); transform: translateX(5px); }
.footer-nav a:hover::before { opacity: 1; }
.back-top { display: inline-flex; align-items: center; align-self: start; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #9de0d5; font-weight: 700; transition: color .2s, background .2s, transform .2s; }
.back-top:hover { color: var(--white); background: rgba(255,255,255,.08); transform: translateY(-3px); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

/* İç sayfalar */
.page-hero { position: relative; min-height: 480px; display: flex; align-items: end; overflow: hidden; padding: 110px 0 72px; color: var(--white); background: var(--teal-dark); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(4,44,42,.96), rgba(4,60,56,.7) 55%, rgba(3,42,39,.22)); z-index: 1; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { max-width: 880px; margin: 0 0 18px; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero p:last-child { max-width: 650px; margin: 0; color: #d6e9e5; font-size: 1.1rem; }
.breadcrumb { display: flex; gap: 10px; margin-bottom: 38px; color: #b4d3ce; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumb a:hover { color: var(--white); }
.page-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; margin-bottom: 55px; }
.page-intro > p { margin: 8px 0 0; color: var(--muted); font-size: 1.1rem; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.detail-card { position: relative; min-height: 400px; overflow: hidden; border-radius: var(--radius); background: #dce8e5; }
.detail-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.detail-card img[src*="gmd-dama"], .detail-card img[src*="logo-radix"],
.product-image img[src*="gmd-dama"], .product-image img[src*="logo-radix"] { object-fit: contain; padding: 24px; background: #fff; }
.detail-card img[src*="radix-one-piece"], .detail-card img[src*="radix-conical"] { position: absolute; inset: 44% auto auto 50%; width: 28%; height: 54%; padding: 0; object-fit: contain; background: transparent; transform: translate(-50%, -50%); }
.detail-card:hover img[src*="radix-one-piece"], .detail-card:hover img[src*="radix-conical"] { transform: translate(-50%, -50%) scale(1.035); }
.detail-card:hover img { transform: scale(1.035); }
.clickable-product { cursor: pointer; }
.clickable-product:focus-visible { outline: 3px solid #19b9ad; outline-offset: 5px; }
.detail-card-content { position: absolute; inset: auto 18px 18px; padding: 24px; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; background: rgba(7,52,49,.87); color: var(--white); backdrop-filter: blur(12px); }
.detail-card-content h2 { margin: 0 0 7px; font-size: 1.45rem; }
.detail-card-content p { margin: 0; color: #d5e8e4; font-size: .88rem; }
.detail-card-content::after { content: "Detaylı bilgi  ↗"; display: block; margin-top: 14px; color: #9de0d5; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: features; }
.feature-list article { padding: 35px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.feature-list article::before { counter-increment: features; content: "0" counter(features); display: block; margin-bottom: 55px; color: var(--teal); font: 800 .76rem "Manrope", sans-serif; }
.feature-list h2 { font-size: 1.4rem; }
.feature-list p { color: var(--muted); }
.statement { padding: 90px 0; background: var(--mint); text-align: center; }
.statement blockquote { max-width: 900px; margin: 0 auto; font: 600 clamp(1.8rem, 3.8vw, 3.7rem)/1.25 "Manrope", sans-serif; letter-spacing: -.04em; }
.statement em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
.distributor-section { padding: 95px 0; background: var(--teal-dark); color: var(--white); }
.distributor-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.distributor-logo-card { display: grid; place-items: center; min-height: 260px; padding: 55px; border-radius: var(--radius); background: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.distributor-logo-card img { width: min(280px, 100%); }
.distributor-grid h2 { max-width: 720px; font-size: clamp(2.2rem, 4vw, 4.3rem); }
.distributor-grid p:not(.eyebrow) { max-width: 650px; color: #c5dcd8; font-size: 1.05rem; }
.distributor-grid .text-link { color: #9de0d5; }
.product-detail-hero { padding: 70px 0 90px; background: radial-gradient(circle at 15% 20%, #d7f6ef, transparent 28%), linear-gradient(135deg, #f5faf8, #edf6f3); }
.product-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.dark-breadcrumb { color: var(--muted); }
.product-detail-copy h1 { margin: 0 0 22px; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.product-detail-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.12rem; }
.product-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.product-detail-image { position: relative; min-height: 590px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: var(--white); box-shadow: var(--shadow); }
.product-detail-image::before { content: ""; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 50%; background: var(--mint); }
.product-detail-image > span { position: relative; z-index: 2; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.product-detail-image img { position: absolute; inset: 70px 30px 30px; width: calc(100% - 60px); height: calc(100% - 100px); border-radius: 22px; object-fit: contain; }
.product-detail-media { min-width: 0; }
.product-gallery { display: flex; gap: 12px; margin-top: 16px; padding: 4px 2px 10px; overflow-x: auto; scrollbar-width: thin; }
.product-gallery-thumb { position: relative; flex: 0 0 88px; width: 88px; height: 76px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; padding: 7px; background: rgba(255,255,255,.72); transition: border-color .2s, transform .2s, box-shadow .2s; }
.product-gallery-thumb:hover { transform: translateY(-2px); border-color: #74bdb3; }
.product-gallery-thumb.active { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,122,113,.12); }
.product-gallery-thumb img { width: 100%; height: 100%; border-radius: 9px; object-fit: contain; background: #fff; }
.product-gallery-main[src*="radix-one-piece"], .product-gallery-main[src*="radix-conical"] { inset: 48% auto auto 50%; width: 34%; height: 56%; transform: translate(-50%, -50%); }
.product-gallery-many { flex-wrap: wrap; overflow: visible; }
.product-gallery-many > p { flex-basis: 100%; margin: 0 0 2px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.product-info-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.product-info-grid h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.product-description { margin: 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.85; }
.product-features-section { background: var(--teal-dark); color: var(--white); }
.product-features-section .page-intro > p { color: #bfd8d3; }
.product-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.product-feature-grid div { display: flex; min-height: 145px; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); }
.product-feature-grid span { color: #9de0d5; font-size: .7rem; }
.product-feature-grid strong { max-width: 240px; font: 600 1rem "Manrope", sans-serif; }
.specs-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); }
.specs-grid > div > p:last-child { color: var(--muted); }
.specs-grid dl { margin: 0; border-top: 1px solid var(--line); }
.specs-grid dl div { display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; padding: 18px 5px; border-bottom: 1px solid var(--line); }
.specs-grid dt { color: var(--muted); }
.specs-grid dd { margin: 0; font-weight: 700; }
.empty-product { min-height: 55vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.catalog-hero { padding: 85px 0; overflow: hidden; background: radial-gradient(circle at 80% 20%, #d3f4ec, transparent 30%), linear-gradient(135deg, #f6faf8, #eaf4f1); }
.catalog-hero-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: center; }
.catalog-hero h1 { max-width: 760px; margin: 0 0 20px; font: 800 clamp(3.2rem, 6vw, 6.2rem)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.catalog-hero h1 em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
.catalog-hero-grid > div:first-child > p:last-child { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.catalog-hero-art { display: grid; place-items: center; perspective: 900px; }
.document-stack { position: relative; display: flex; width: 300px; height: 390px; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: var(--white); box-shadow: 35px 35px 0 #bde8df, 0 35px 90px rgba(5,61,57,.16); transform: rotate(3deg); }
.document-stack::before { content: ""; position: absolute; inset: 16px; border: 1px solid var(--line); border-radius: 14px; pointer-events: none; }
.document-stack > span { align-self: flex-end; padding: 6px 9px; border-radius: 7px; background: var(--teal); color: var(--white); font-size: .65rem; font-weight: 800; }
.document-stack img { width: 150px; margin: auto; }
.document-stack strong { font: 700 1.8rem/1.05 "Manrope", sans-serif; }
.document-stack small { color: var(--muted); font-weight: 700; letter-spacing: .08em; }
.catalog-section { background: #fbfdfc; }
.catalog-group-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.catalog-group-heading h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.catalog-group-heading > span { flex: 0 0 auto; padding: 8px 13px; border-radius: 10px; background: var(--mint); color: var(--teal-dark); font-size: .75rem; font-weight: 800; }
.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.download-card { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 40px rgba(5,61,57,.05); transition: transform .25s, box-shadow .25s; }
.download-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.file-icon { display: grid; place-items: center; width: 58px; height: 70px; border-radius: 9px 9px 14px 9px; background: var(--teal-dark); color: var(--white); font-size: .7rem; font-weight: 800; }
.download-card > div:nth-child(2) > span { color: var(--teal); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.download-card h3 { margin: 10px 0 8px; font-size: 1.3rem; }
.download-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.download-card footer { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid var(--line); }
.download-card footer small { color: var(--muted); }
.download-card footer a { padding: 9px 14px; border-radius: 10px; background: var(--mint); color: var(--teal-dark); font-size: .78rem; font-weight: 800; }
.featured-download { background: linear-gradient(145deg, #fff, #edf9f6); }
.certificates-section { background: var(--mist); }
.certificate-list { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.certificate-list > a { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 18px; padding: 22px 28px; border-bottom: 1px solid var(--line); transition: background .2s; }
.certificate-list > a:last-child { border: 0; }
.certificate-list > a:hover { background: #edf9f6; }
.certificate-no { color: var(--teal); font-size: .7rem; font-weight: 800; }
.certificate-list div { display: flex; flex-direction: column; }
.certificate-list small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.certificate-list strong { font-size: .95rem; }
.download-action { padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; }
.catalog-note { max-width: 780px; margin: 25px 0 0; color: var(--muted); font-size: .78rem; }
.product-brand-line { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.product-brand-line span, .product-brand-line b { padding: 7px 11px; border-radius: 8px; font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.product-brand-line span { background: var(--mint); color: var(--teal-dark); }
.product-brand-line b { border: 1px solid var(--line); background: var(--white); color: var(--teal); }
.product-quick-facts { display: grid; grid-template-columns: 1fr 1fr; max-width: 520px; margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-quick-facts div { display: flex; flex-direction: column; padding: 15px 0; }
.product-quick-facts div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.product-quick-facts small { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.product-quick-facts strong { font-size: .88rem; }
.product-image-top { position: relative; z-index: 2; display: flex; justify-content: space-between; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.product-image-caption { position: absolute; z-index: 2; right: 25px; bottom: 22px; left: 25px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.82); color: var(--muted); font-size: .72rem; font-weight: 700; backdrop-filter: blur(10px); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #19ad75; box-shadow: 0 0 0 5px rgba(25,173,117,.12); }
.product-tabs { position: sticky; z-index: 15; top: 86px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.88); backdrop-filter: blur(16px); }
.product-tabs .container { display: flex; gap: 8px; padding-block: 10px; }
.product-tabs button { position: relative; border: 0; border-radius: 11px; padding: 12px 20px; background: transparent; color: var(--muted); font-size: .85rem; font-weight: 800; }
.product-tabs button:hover { background: var(--mist); color: var(--ink); }
.product-tabs button.active { background: var(--teal-dark); color: var(--white); box-shadow: 0 8px 22px rgba(4,63,59,.18); }
.product-tab-panel { display: none; min-height: 520px; }
.product-tab-panel.active { display: block; animation: tabReveal .45s ease both; }
@keyframes tabReveal { from { opacity: 0; transform: translateY(12px); } }
.product-tab-panel[data-panel="overview"] { background: linear-gradient(180deg, #fff, #f7faf9); }
.product-tab-panel[data-panel="features"] { background: radial-gradient(circle at 80% 10%, #08756d, transparent 30%), var(--teal-dark); color: var(--white); }
.overview-seal { display: flex; align-items: center; gap: 18px; max-width: 360px; margin-top: 45px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 35px rgba(5,61,57,.07); }
.overview-seal img { width: 105px; height: 45px; object-fit: contain; }
.overview-seal .text-brand { min-width: 105px; color: var(--teal-dark); text-align: center; font: 800 1.35rem "Manrope", sans-serif; letter-spacing: .08em; }
.overview-seal span { border-left: 1px solid var(--line); padding-left: 16px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.inline-contact { display: inline-flex; align-items: center; gap: 18px; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid var(--teal); color: var(--teal-dark); font-weight: 800; }
.inline-contact span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--mint); }
.product-source-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.product-source-links .inline-contact { margin-top: 0; }
.official-source { display: inline-flex; align-items: center; padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: .76rem; font-weight: 800; transition: border-color .2s, color .2s; }
.official-source:hover { border-color: var(--teal); color: var(--teal); }
.product-feature-grid div { position: relative; min-height: 190px; overflow: hidden; transition: transform .25s, background .25s; }
.product-feature-grid div::after { content: ""; position: absolute; right: -35px; bottom: -35px; width: 100px; height: 100px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.product-feature-grid div:hover { transform: translateY(-6px); background: rgba(255,255,255,.08); }
.product-feature-grid i { position: absolute; right: 22px; top: 18px; color: #9de0d5; font-style: normal; opacity: .6; }
.product-tab-panel[data-panel="specs"] { background: #f5f8f7; }
.product-tab-panel[data-panel="specs"] .specs-grid > div { position: sticky; top: 175px; align-self: start; }
.specs-grid dl { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 18px 55px rgba(5,61,57,.06); }
.specs-grid dl div { grid-template-columns: 36px .75fr 1.25fr; align-items: center; padding: 18px 22px; }
.specs-grid dl div > span { color: var(--teal); font-size: .66rem; font-weight: 800; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); }
.timeline article { padding: 38px; border-top: 2px solid var(--teal); }
.timeline span { color: var(--teal); font-weight: 800; }
.timeline h3 { margin: 40px 0 12px; }
.timeline p { color: var(--muted); }
.service-showcase { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; margin-bottom: 24px; overflow: hidden; border-radius: var(--radius); background: var(--mist); }
.service-showcase:nth-child(even) .service-media { order: 2; }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 75px); }
.service-content > span { color: var(--teal); font-weight: 800; }
.service-content h2 { margin: 25px 0 18px; font-size: clamp(2rem, 3.3vw, 3.4rem); }
.service-content p { color: var(--muted); }
.service-content ul { padding: 0; list-style: none; }
.service-content li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.contact-page { background: var(--mist); }
.map-card { min-height: 360px; display: flex; align-items: end; padding: 35px; border-radius: var(--radius); color: var(--white); background: linear-gradient(135deg, rgba(6,81,76,.93), rgba(13,126,118,.75)), url("assets/hero-slider-3-CPgFX3f5.jpg") center/cover; }
.map-card h2 { font-size: 2rem; }
.map-card p { margin-bottom: 0; color: #d6e9e5; }
.location-section { padding-top: 20px; }
.location-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 38px; }
.location-heading h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.location-heading > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); }
.modern-map { position: relative; display: grid; grid-template-columns: 1fr 360px; min-height: 540px; padding: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.map-frame { position: relative; min-height: 520px; overflow: hidden; border-radius: 22px; background: #dce8e5; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.8) contrast(1.02); }
.map-location-marker { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -100%); pointer-events: none; }
.map-location-marker span { position: relative; width: 30px; height: 30px; border: 7px solid var(--white); border-radius: 50% 50% 50% 0; background: var(--teal); box-shadow: 0 9px 24px rgba(4,63,59,.35); transform: rotate(-45deg); }
.map-location-marker span::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--white); }
.map-location-marker strong { margin-top: 10px; padding: 7px 11px; border-radius: 9px; background: var(--teal-dark); color: var(--white); box-shadow: 0 8px 22px rgba(4,63,59,.25); font-size: .72rem; letter-spacing: .03em; white-space: nowrap; }
.map-location-marker::before { content: ""; position: absolute; left: 50%; top: 16px; width: 54px; height: 54px; border: 2px solid rgba(8,122,115,.28); border-radius: 50%; transform: translate(-50%, -50%); animation: mapPulse 2s ease-out infinite; }
@keyframes mapPulse { from { opacity: .9; transform: translate(-50%, -50%) scale(.45); } to { opacity: 0; transform: translate(-50%, -50%) scale(1.35); } }
.map-info { position: relative; display: flex; flex-direction: column; justify-content: center; margin-left: 10px; padding: 42px 34px; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 90% 5%, #11897f, transparent 35%), var(--teal-dark); color: var(--white); }
.map-info::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 200px; height: 200px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.035), 0 0 0 70px rgba(255,255,255,.025); }
.map-pin { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 55px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(255,255,255,.08); color: #a9e7dc; font-size: 1.6rem; }
.map-info h3 { margin: 0 0 16px; font-size: 1.65rem; }
.map-info address { margin-bottom: 30px; color: #c5dcd8; font-style: normal; font-size: .9rem; }
.map-info .button { position: relative; z-index: 2; align-self: flex-start; }
.page-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 55px; border-radius: var(--radius); background: var(--teal-dark); color: var(--white); }
.page-cta h2 { max-width: 700px; font-size: clamp(2rem, 4vw, 4rem); }

@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1.1fr 1fr 1fr; }
  .footer-grid .back-top { justify-self: start; }
  .modern-map { grid-template-columns: minmax(0, 1fr) 320px; }
  .product-detail-grid { gap: 50px; }
  .home-marketplaces-grid { grid-template-columns: 1fr; gap: 40px; }
  .home-marketplaces-copy > p:last-child { max-width: 650px; }
  .home-store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .page-intro, .service-showcase { grid-template-columns: 1fr; gap: 28px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article::before { margin-bottom: 25px; }
  .timeline { grid-template-columns: 1fr; }
  .service-showcase:nth-child(even) .service-media { order: 0; }
  .service-media { height: 350px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .distributor-grid { grid-template-columns: 1fr; }
  .product-detail-grid, .product-info-grid, .specs-grid { grid-template-columns: 1fr; }
  .product-detail-image { min-height: 500px; }
  .product-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-hero-grid { grid-template-columns: 1fr; }
  .catalog-hero-art { padding: 25px 0 40px; }
  .product-tabs { top: 76px; }
  .product-tab-panel[data-panel="specs"] .specs-grid > div { position: static; }
  .distributor-logo-card { min-height: 210px; }
  .modern-map { grid-template-columns: 1fr; }
  .home-marketplaces-grid { grid-template-columns: 1fr; }
  .map-info { margin: 10px 0 0; }
  .map-pin { margin-bottom: 30px; }
}

@media (max-width: 760px) {
  .home-store-grid { grid-template-columns: 1fr; }
}

@media (hover: none) {
  .home-store-card:hover { transform: none; }
}

@media (max-width: 1120px) {
  .topbar { display: none; }
  .site-header, .site-header.sticky { position: sticky; top: 0; }
  .navbar { min-height: 72px; }
  .menu-toggle { position: relative; z-index: 42; display: grid; flex: 0 0 44px; place-content: center; border: 1px solid var(--line); border-radius: 12px; background: var(--mist); }
  .menu-toggle span { width: 22px; margin: 3px 0; }
  .main-menu { position: absolute; z-index: 40; top: calc(100% + 8px); right: max(12px, calc((100% - 1160px) / 2)); left: max(12px, calc((100% - 1160px) / 2)); display: flex; max-height: calc(100dvh - 100px); flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; overscroll-behavior: contain; padding: 12px 18px 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 24px 70px rgba(4,55,51,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px) scale(.985); transform-origin: top; transition: opacity .2s, transform .2s, visibility .2s; }
  .main-menu.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-menu > a:not(.button), .language-switch { min-height: 48px; padding: 12px 4px; border: 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 1rem; }
  .main-menu .button { width: 100%; margin-top: 14px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { height: calc(100svh - 72px); min-height: 650px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,40,39,.94), rgba(4,54,51,.5)); }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 650px; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .services-grid h3 { margin-top: 28px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 132px; }
  .section { padding: 76px 0; }
  h2 { font-size: 2.35rem; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-content { padding-top: 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .distributor-badge { gap: 10px; padding-left: 13px; }
  .distributor-badge img { width: 102px; }
  .hero-stats { gap: 25px; margin-top: 48px; }
  .hero-stats strong { font-size: 1.15rem; }
  .hero-stats span { max-width: 80px; font-size: .68rem; }
  .scroll-hint { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .product-filters { margin-top: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .home-marketplaces { margin-inline: 7px; padding-block: 64px; border-radius: 24px; }
  .page-hero + .home-marketplaces { margin-top: 14px; }
  .home-store-grid { grid-template-columns: 1fr; }
  .home-store-card { grid-template-columns: 26px minmax(0, 1fr) 38px; gap: 12px; min-height: 108px; padding: 18px; }
  .home-store-card strong { font-size: 1rem; }
  .home-store-card i { width: 38px; height: 38px; }
  .product-image { height: 310px; }
  .about-visual > img { height: 440px; }
  .experience-card { right: -8px; bottom: 24px; flex-wrap: wrap; max-width: 300px; }
  .experience-card span { flex-basis: 100%; border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding: 8px 0 0; }
  .about-points { grid-template-columns: 1fr; }
  .services-grid article { padding: 34px 24px; }
  .contact-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-list a { flex-direction: column; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child, .footer-grid address, .footer-contact, .footer-nav, .footer-grid .back-top { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .page-hero { min-height: 420px; padding: 80px 0 50px; }
  .breadcrumb { margin-bottom: 25px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 370px; }
  .page-cta { align-items: flex-start; flex-direction: column; padding: 34px 25px; }
  .location-heading { grid-template-columns: 1fr; gap: 14px; }
  .modern-map { padding: 7px; border-radius: 22px; }
  .map-frame, .map-frame iframe { min-height: 390px; }
  .map-info { padding: 32px 24px; }
  .product-detail-hero { padding: 45px 0 65px; }
  .product-detail-copy h1 { font-size: 3rem; }
  .product-detail-actions { align-items: flex-start; flex-direction: column; }
  .product-detail-image { min-height: 400px; padding: 22px; }
  .product-detail-image img { inset: 55px 18px 18px; width: calc(100% - 36px); height: calc(100% - 73px); }
  .product-feature-grid { grid-template-columns: 1fr; }
  .specs-grid dl div { grid-template-columns: 1fr; gap: 4px; }
  .product-quick-facts { grid-template-columns: 1fr; }
  .product-quick-facts div + div { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .product-tabs { top: 76px; overflow-x: auto; }
  .product-tabs .container { width: max-content; min-width: 100%; }
  .product-tabs button { white-space: nowrap; }
  .product-tab-panel { min-height: 0; }
  .overview-seal { margin-top: 28px; }
  .specs-grid dl div { grid-template-columns: 30px 1fr; }
  .specs-grid dd { grid-column: 2; }
  .catalog-hero { padding: 55px 0 75px; }
  .document-stack { width: 240px; height: 320px; box-shadow: 20px 20px 0 #bde8df, 0 30px 70px rgba(5,61,57,.15); }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { padding: 22px; }
  .catalog-group-heading { align-items: flex-start; flex-direction: column; }
  .certificate-list > a { grid-template-columns: 34px 1fr; padding: 18px; }
  .download-action { grid-column: 2; justify-self: start; }
  .service-media { height: 280px; }
  .product-gallery { gap: 9px; }
  .product-gallery-thumb { flex-basis: 72px; width: 72px; height: 66px; }
  .footer-contact { min-width: 0; }
  .button { width: 100%; }
  .product-body .button, .main-menu .button { width: auto; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 22px, 1160px); }
  .section { padding: 64px 0; }
  .hero { min-height: 640px; }
  .hero h1, .product-detail-copy h1 { font-size: 2.55rem; overflow-wrap: anywhere; }
  .distributor-badge { align-items: flex-start; flex-direction: column; }
  .hero-stats { gap: 16px; }
  .detail-card-content { inset: auto 10px 10px; padding: 19px; }
  .product-detail-image { min-height: 350px; }
  .product-gallery-thumb { flex-basis: 64px; width: 64px; height: 60px; }
  .map-frame, .map-frame iframe { min-height: 330px; }
  .certificate-list > a { gap: 10px; padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* 2026 görsel yenileme */
:root {
  --ink: #082d2a;
  --teal: #008b82;
  --teal-dark: #043f3b;
  --mint: #d9f5ee;
  --mist: #f5f8f7;
  --line: rgba(7, 72, 67, .12);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(5, 61, 57, .11);
}

body { overflow-x: hidden; background: #fbfdfc; }
body::selection { background: #9de0d5; color: var(--ink); }
.topbar { display: none; }
.site-header { position: sticky; top: 0; padding: 10px 0; background: rgba(247, 251, 249, .78); box-shadow: none; backdrop-filter: blur(18px) saturate(150%); }
.site-header.sticky { position: sticky; animation: none; box-shadow: 0 8px 40px rgba(4, 55, 51, .08); }
.navbar { min-height: 66px; padding: 0 12px 0 20px; border: 1px solid rgba(7,72,67,.1); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 8px 30px rgba(4,55,51,.06); }
.brand img { width: 154px; }
.main-menu { gap: 26px; }
.main-menu .button { min-height: 44px; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,139,130,.2); }
.language-switch { border-left-color: var(--line); }

.hero { height: calc(100svh - 86px); min-height: 680px; margin: 0 12px; border-radius: 32px; }
.hero-overlay { background: linear-gradient(105deg, rgba(2,33,31,.95), rgba(3,58,54,.64) 55%, rgba(2,28,28,.12)); }
.hero-content::after { content: ""; position: absolute; z-index: -1; left: -180px; top: 90px; width: 480px; height: 480px; border-radius: 50%; background: rgba(25,204,186,.13); filter: blur(80px); }
.hero h1 { font-size: clamp(3.2rem, 6.5vw, 6.5rem); text-wrap: balance; }
.hero h1 em { background: linear-gradient(90deg, #8de1d5, #d5fff8); background-clip: text; -webkit-background-clip: text; color: transparent; }
.button { border-radius: 13px; box-shadow: 0 10px 25px rgba(0,139,130,.18); }
.button-light { box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.distributor-badge { border-radius: 15px; background: rgba(3,45,42,.6); }

.trust-strip { border: 0; padding: 22px 0; }
.trust-grid { min-height: 70px; padding: 0 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 45px rgba(5,61,57,.05); }
.trust-grid span::before { box-shadow: 0 0 0 6px rgba(0,139,130,.1); }
.section-heading h2, .page-intro h2 { text-wrap: balance; }

.products-section { position: relative; background: linear-gradient(180deg, #f1f7f5, #fbfdfc); }
.products-section::before { content: ""; position: absolute; right: -150px; top: 100px; width: 420px; height: 420px; border-radius: 50%; background: #d9f5ee; filter: blur(40px); opacity: .65; }
.products-section .container { position: relative; }
.filter-button { border-radius: 12px; padding: 10px 19px; background: rgba(255,255,255,.7); backdrop-filter: blur(8px); }
.product-grid { gap: 18px; }
.product-card { border: 1px solid rgba(7,72,67,.08); border-radius: 22px; box-shadow: 0 5px 25px rgba(5,61,57,.04); }
.product-image { margin: 8px; border-radius: 16px; }
.product-body > a { border-color: transparent; background: var(--mint); }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(5,61,57,.13); }

.about-visual > img { border-radius: 32px; box-shadow: var(--shadow); }
.experience-card { border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(4,63,59,.9); backdrop-filter: blur(14px); }
.about-points div { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--mist); }
.services-section { position: relative; margin: 0 12px; border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 70% 10%, #08756d, transparent 35%), var(--teal-dark); }
.services-grid { gap: 12px; border: 0; }
.services-grid article { border: 1px solid rgba(255,255,255,.14) !important; border-radius: 20px; background: rgba(255,255,255,.045); transition: transform .25s, background .25s; }
.services-grid article:hover { transform: translateY(-7px); background: rgba(255,255,255,.08); }
.contact-section { background: linear-gradient(135deg, #eaf6f2, #f8fbfa); }
.contact-form { border: 1px solid rgba(255,255,255,.8); border-radius: 24px; }
.contact-form input, .contact-form textarea { padding: 12px 3px; }
.footer { margin: 12px; border-radius: 30px 30px 0 0; }

.page-hero { min-height: 500px; margin: 0 12px; border-radius: 30px; }
.page-hero::after { content: ""; position: absolute; z-index: 1; right: 10%; top: 15%; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.035), 0 0 0 120px rgba(255,255,255,.025); }
.detail-card { border: 1px solid var(--line); box-shadow: 0 10px 35px rgba(5,61,57,.08); }
.detail-card-content { inset: auto 14px 14px; border-radius: 18px; }
.service-showcase { border: 1px solid var(--line); box-shadow: 0 16px 55px rgba(5,61,57,.07); }
.feature-list article { box-shadow: 0 10px 40px rgba(5,61,57,.05); transition: transform .25s, box-shadow .25s; }
.feature-list article:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.map-card, .page-cta, .distributor-logo-card { border-radius: 28px; }
.distributor-section { margin: 0 12px; border-radius: 32px; background: radial-gradient(circle at 20% 10%, #08756d, transparent 35%), var(--teal-dark); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { padding: 7px 0; background: #f7fbf9; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .navbar { min-height: 62px; border-radius: 15px; }
  .main-menu { top: calc(100% + 5px); }
  .hero { height: auto; min-height: max(720px, calc(100svh - 76px)); margin: 0 7px; border-radius: 24px; }
  .hero-content { height: auto; min-height: inherit; padding-block: 64px 46px; }
  .hero h1 { max-width: 720px; font-size: clamp(2.5rem, 8vw, 4.8rem); line-height: 1.02; }
  .hero h1 br { display: none; }
  .hero h1 em { display: block; margin-top: .08em; }
  .hero-copy { margin-bottom: 24px; line-height: 1.5; }
  .distributor-badge { margin-bottom: 24px; }
  .hero-stats { flex-wrap: wrap; margin-top: 38px; }
  .services-section, .page-hero, .distributor-section { margin-inline: 7px; border-radius: 24px; }
}

@media (max-width: 620px) {
  .navbar { padding: 0 8px 0 14px; }
  .hero { min-height: max(760px, calc(100svh - 76px)); }
  .hero-content { justify-content: flex-start; padding-block: 48px 38px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(2.3rem, 11vw, 3.4rem); }
  .hero-copy { margin-bottom: 20px; font-size: .96rem; }
  .distributor-badge { width: min(100%, 360px); justify-content: space-between; margin-bottom: 22px; }
  .hero-actions { gap: 14px; }
  .hero-stats { width: 100%; justify-content: space-between; gap: 14px; margin-top: 32px; }
  .trust-grid { padding: 20px; }
  .product-image { height: 290px; }
  .footer { margin: 7px; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 22px, 1160px); }
  .main-menu { right: 7px; left: 7px; max-height: calc(100dvh - 86px); padding: 8px 14px 14px; border-radius: 17px; }
  .main-menu > a:not(.button), .language-switch { min-height: 44px; padding-block: 10px; font-size: .96rem; }
  .section { padding-block: 64px; }
  .page-hero { min-height: 380px; padding: 70px 0 44px; }
  .product-detail-copy h1 { font-size: clamp(2.15rem, 11vw, 2.7rem); }
  .footer-grid, .contact-grid, .about-grid { min-width: 0; }
}

@media (max-width: 390px) {
  .hero { min-height: 780px; }
  .hero-content { padding-block: 40px 32px; }
  .hero h1 { font-size: 2.25rem; }
  .distributor-badge { align-items: center; flex-direction: row; gap: 8px; padding: 9px 10px 9px 12px; }
  .distributor-badge img { width: 88px; height: 44px; }
  .distributor-badge strong { font-size: .76rem; }
  .hero-stats span { max-width: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .map-location-marker::before { animation: none; }
}

/* Tüm sayfalarda ortak ve çakışmasız responsive üst menü */
@media (max-width: 1120px) {
  .site-header,
  .site-header.sticky {
    position: sticky;
    z-index: 100;
    top: 0;
    padding: 7px 0;
    background: #f7fbf9;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar {
    position: relative;
    min-height: 62px;
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--mist);
  }

  .menu-toggle span {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background: var(--ink);
  }

  .menu-toggle span:nth-child(1) { top: 13px; }
  .menu-toggle span:nth-child(2) { top: 20px; }
  .menu-toggle span:nth-child(3) { top: 27px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

  .main-menu {
    position: absolute;
    z-index: 101;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    display: flex;
    max-height: calc(100dvh - 90px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    padding: 10px 18px 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(4,55,51,.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
  }

  .main-menu.open {
    gap: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .main-menu > a:not(.button),
  .main-menu .language-switch {
    display: flex;
    min-height: 46px;
    align-items: center;
    margin: 0;
    padding: 10px 4px;
    border: 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
    text-align: left;
  }

  .main-menu .button {
    width: 100%;
    min-height: 46px;
    margin: 14px 0 0;
  }
}

@media (max-width: 620px) {
  .main-menu { right: -1px; left: -1px; max-height: calc(100dvh - 82px); border-radius: 17px; }
}
