:root{--red:#c92328;--deep:#1d2424;--cream:#fffaf2;--yellow:#f8bf3e;--muted:#66716f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--deep);font-family:"DM Sans",sans-serif;background:var(--cream)}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #eee}.header-inner{height:82px;display:flex;align-items:center;gap:32px}.logo{display:flex;align-items:center;gap:10px;color:var(--deep);text-decoration:none;font-family:Outfit,sans-serif;font-size:19px;line-height:1}.logo b{color:var(--red)}.logo small{display:block;font:600 10px "DM Sans";letter-spacing:1.3px;color:#83908c;margin-top:5px}.logo-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--red);color:white;font-size:14px;font-weight:800}.main-nav{display:flex;gap:25px;margin-left:auto}.main-nav a{color:#4d5653;text-decoration:none;font-size:14px;font-weight:700}.main-nav a:hover{color:var(--red)}.header-phone{border-left:1px solid #e4e4e4;padding-left:22px;color:var(--deep);text-decoration:none;display:flex;flex-direction:column}.header-phone span{font-size:11px;color:var(--muted);font-weight:700}.header-phone strong{font-size:16px}.menu-button{display:none;background:transparent;border:0;font-size:25px}.hero{background:var(--deep);color:#fff;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:var(--red);right:-220px;top:-260px;opacity:.85}.hero-grid{min-height:505px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;position:relative;z-index:1}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.7px;color:var(--red);margin:0 0 14px}.hero .eyebrow{color:var(--yellow)}h1,h2{font-family:Outfit,sans-serif;margin:0;line-height:1.05}h1{font-size:clamp(42px,5vw,67px);max-width:660px}h1 em{color:var(--yellow);font-style:normal}.hero-text{color:#d4d9d5;line-height:1.65;max-width:540px;font-size:17px}.hero-actions{display:flex;gap:12px;margin:28px 0}.button{padding:14px 20px;border-radius:7px;text-decoration:none;font-weight:800;font-size:14px}.button-primary{background:var(--red);color:#fff}.button-light{background:#fff;color:var(--deep)}.trust-row{display:flex;gap:20px;font-size:12px;color:#cfd5d1;font-weight:600}.quick-order{background:#fff;color:var(--deep);padding:30px;border-radius:13px;box-shadow:0 18px 35px #0003;position:relative}.quick-label{color:var(--red);font-size:11px;font-weight:800;letter-spacing:1.5px;margin:0}.quick-order h2{font-size:28px;margin:10px 0}.quick-order p:not(.quick-label){color:var(--muted);font-size:14px}.quick-phone{font:800 26px Outfit;color:var(--deep);text-decoration:none;display:block;margin:24px 0}.whatsapp-cta{background:#1fa95b;color:#fff;text-decoration:none;padding:14px;border-radius:6px;display:flex;justify-content:space-between;font-weight:800;font-size:14px}.benefits{background:var(--yellow)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:19px 0;gap:30px}.benefit-grid div{display:flex;flex-direction:column;border-right:1px solid #d09a22}.benefit-grid div:last-child{border:0}.benefit-grid strong{font-size:15px}.benefit-grid span{font-size:12px;margin-top:4px}.section{padding:92px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-heading h2,.about h2,.why h2,.contact h2{font-size:38px}.section-heading>p{font-size:14px;color:var(--muted);max-width:270px;line-height:1.5}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid #eee7dc;border-radius:10px;padding:17px;display:flex;flex-direction:column;min-height:254px;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 11px 20px #442b150e}.product-icon{height:90px;background:#f7f1e6;border-radius:7px;display:grid;place-items:center;font-size:47px;margin-bottom:16px}.product-card h3{font:700 16px Outfit;margin:0 0 7px;line-height:1.2}.price{font-size:18px;font-weight:800;color:var(--red);margin-bottom:14px}.order-button{display:block;width:100%;text-decoration:none;background:var(--deep);color:#fff;text-align:center;padding:11px 7px;border-radius:5px;font-size:13px;font-weight:700;margin-top:auto}.about{background:#f2eee7}.about-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;align-items:center}.about-badge{background:var(--red);aspect-ratio:1;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;max-width:300px}.about-badge span{font:800 70px Outfit}.about-badge small{text-align:center;font-size:12px;letter-spacing:1px;font-weight:bold}.about p,.why p,.contact p{color:var(--muted);line-height:1.75;max-width:680px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:25px}.values div{padding:14px;background:#fff;border-radius:7px}.values b{display:block;font-size:13px;margin-bottom:7px}.values span{font-size:12px;color:var(--muted);line-height:1.4}.why{background:var(--deep);color:white;padding:70px 0}.why .eyebrow{color:var(--yellow)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why p{color:#d1d7d3}.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-links{margin:27px 0}.contact-links a{display:flex;flex-direction:column;text-decoration:none;color:var(--deep);margin:12px 0}.contact-links span{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.contact-links b{font-size:18px}address{font-style:normal;font-size:14px;line-height:1.7;border-top:1px solid #ddd;padding-top:17px}address small{color:var(--muted)}iframe{width:100%;border-radius:10px;min-height:390px}footer{background:var(--deep);color:#b9c0bc;padding:27px 0}footer .container{display:flex;align-items:center;justify-content:space-between}footer p{font-size:12px}.footer-logo{color:white}.floating-whatsapp{position:fixed;right:22px;bottom:20px;z-index:12;display:flex;align-items:center;gap:9px;padding:13px 18px;background:#20b65b;color:#fff;border-radius:50px;text-decoration:none;box-shadow:0 8px 24px #0004;font-size:14px}.floating-whatsapp span{font-size:21px}
@media(max-width:800px){.header-inner{height:67px}.main-nav{display:none;position:absolute;top:67px;left:0;right:0;background:#fff;padding:17px 20px;flex-direction:column;gap:16px;box-shadow:0 8px 12px #0001}.main-nav.open{display:flex}.header-phone{margin-left:auto;border:0;padding:0}.header-phone span{display:none}.header-phone strong{font-size:13px}.menu-button{display:block}.hero-grid{grid-template-columns:1fr;gap:30px;padding:56px 0;min-height:0}.quick-order{max-width:470px;width:100%}.benefit-grid{gap:12px}.benefit-grid strong{font-size:13px}.benefit-grid span{font-size:10px}.section{padding:62px 0}.section-heading{align-items:start;flex-direction:column;gap:10px}.section-heading h2,.about h2,.why h2,.contact h2{font-size:32px}.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}.product-card{min-height:223px;padding:12px}.product-icon{height:70px;font-size:37px;margin-bottom:12px}.product-card h3{font-size:14px}.about-grid,.why-grid,.contact-grid{grid-template-columns:1fr;gap:34px}.about-badge{max-width:180px}.about-badge span{font-size:47px}.values{grid-template-columns:1fr}.contact-grid iframe{min-height:300px}footer .container{align-items:flex-start;flex-direction:column;gap:8px}.floating-whatsapp{right:14px;bottom:14px}.floating-whatsapp b{display:none}.floating-whatsapp{width:52px;height:52px;justify-content:center;padding:0}.floating-whatsapp span{font-size:25px}}@media(max-width:390px){.header-phone{display:none}.trust-row{gap:10px;font-size:10px}h1{font-size:39px}}

/* Ürün fotoğrafları: JPG dosyalarını /images klasörüne aşağıdaki adlarla yükleyin. */
.product-icon{height:180px;background-color:#f7f1e6;background-position:center;background-size:cover;background-repeat:no-repeat;font-size:0}
.product-card:nth-child(1) .product-icon{background-image:url('images/bozdogan-madran-su.jpg')}.product-card:nth-child(2) .product-icon{background-image:url('images/milangaz-ev-tupu-tombul.jpg')}.product-card:nth-child(3) .product-icon{background-image:url('images/milangaz-ev-tupu-uzun.jpg')}.product-card:nth-child(4) .product-icon{background-image:url('images/milangaz-piknik-tupu.jpg')}.product-card:nth-child(5) .product-icon{background-image:url('images/damacana-su-pompasi.jpg')}.product-card:nth-child(6) .product-icon{background-image:url('images/kamp-ocak-basligi.jpg')}.product-card:nth-child(7) .product-icon{background-image:url('images/milangaz-proban-tup.jpg')}.product-card:nth-child(8) .product-icon{background-image:url('images/milangaz-sanayi-tupu.jpg')}.product-card:nth-child(9) .product-icon{background-image:url('images/milangaz-ticari-tup.jpg')}.product-card:nth-child(10) .product-icon{background-image:url('images/tombul-tup-dedantor.jpg')}.product-card:nth-child(11) .product-icon{background-image:url('images/hortum-ve-kelepce.jpg')}.product-card:nth-child(12) .product-icon{background-image:url('images/uzun-tup-dedantoru.jpg')}.product-card:nth-child(13) .product-icon{background-image:url('images/ayarli-dedantorler.jpg')}
@media(max-width:800px){.product-card{min-height:280px}.product-icon{height:120px}}
@media(max-width:800px){.header-inner:not(:has(.menu-button)) .main-nav{display:flex}}

/* Mavi-yeşil marka revizyonu ve güçlü satış odaklı görsel dil */
:root{--red:#0876c9;--deep:#071c2d;--cream:#f4fbff;--yellow:#57d6ab;--muted:#526979}
.site-header{border-bottom:1px solid #dcebf3;box-shadow:0 3px 16px #08233b0b}.logo-mark{background:linear-gradient(135deg,#0876c9,#13b981)}.logo b{color:#0876c9}.hero{background:linear-gradient(125deg,#061a2a 0%,#073a60 60%,#067c77 100%)}.hero:after{background:radial-gradient(circle,#43d6a2 0 24%,#0876c9 25% 55%,transparent 56%);width:700px;height:700px;right:-310px;top:-350px;opacity:.45}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 45%,#58d8b415);pointer-events:none}.button-primary{background:linear-gradient(135deg,#0876c9,#0b9f85);box-shadow:0 9px 22px #0089b84d}.button-light{color:#063b62}.quick-order{border:1px solid #bde9df;box-shadow:0 20px 45px #041d364d}.quick-label,.eyebrow{color:#0876c9}.whatsapp-cta,.floating-whatsapp{background:#12ae72}.benefits{background:linear-gradient(90deg,#0876c9,#0c9f91);color:#fff}.benefit-grid div{border-right-color:#ffffff45}.product-card{border-color:#d7e8f0;box-shadow:0 8px 20px #084a7808}.product-card:hover{box-shadow:0 16px 30px #0876c929}.product-icon{background-color:#e8f6f5;border:1px solid #d6ebe9}.price{color:#0876c9}.order-button{background:linear-gradient(135deg,#0876c9,#0c9f91)}.about{background:linear-gradient(135deg,#eaf8fc,#e9faf2)}.about-badge{background:linear-gradient(135deg,#0876c9,#0c9f91)}.why{background:linear-gradient(120deg,#062239,#074b6e)}.contact{background:#f9fdff}.floating-whatsapp{box-shadow:0 10px 25px #0d9e6859}
@media(max-width:800px){html,body{max-width:100%;overflow-x:hidden}.container{width:min(100% - 28px,1160px)}.header-inner{gap:9px;height:76px}.logo{font-size:15px;gap:7px;min-width:0}.logo-mark{flex:0 0 37px;width:37px;height:37px}.logo small{display:none}.header-phone{margin-left:auto;min-width:0;white-space:nowrap}.header-phone strong{font-size:15px;letter-spacing:-.3px}.menu-button{flex:0 0 42px;width:42px;height:42px;border-radius:8px;background:#e8f5fb;color:#0876c9;font-size:27px;line-height:1}.main-nav{top:76px;z-index:30;border-top:1px solid #d8ebf4;border-bottom:2px solid #0c9f91}.hero-grid{padding:47px 0 38px;gap:25px}.hero:after{width:430px;height:430px;right:-210px;top:-230px}.hero-copy{min-width:0}h1{font-size:clamp(38px,12vw,52px);word-break:normal;overflow-wrap:break-word}.hero-text{font-size:16px}.hero-actions{flex-direction:column}.button{text-align:center;width:100%}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;font-size:10px}.quick-order{padding:23px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-width:0;overflow:hidden}.product-card h3{overflow-wrap:anywhere}.section-heading h2,.about h2,.why h2,.contact h2{font-size:30px}.floating-whatsapp{right:16px;bottom:16px}}

/* Hamburger kullanılmadan mobil navigasyon ve taşma düzeltmesi */
.menu-button{display:none!important}
@media(max-width:980px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .container{width:calc(100% - 32px)}
  .header-inner{height:auto;min-height:72px;flex-wrap:wrap;gap:8px;padding:10px 0}
  .logo{font-size:16px;flex:1 1 auto;min-width:0}
  .logo-mark{width:36px;height:36px;flex:0 0 36px}
  .logo small{display:none}
  .header-phone{margin-left:0;padding-left:12px;border-left:1px solid #dcebf3;white-space:nowrap;flex:0 0 auto}
  .header-phone strong{font-size:14px}
  .main-nav,.header-inner:not(:has(.menu-button)) .main-nav{order:3;position:static;display:flex!important;flex:0 0 100%;width:100%;justify-content:space-between;gap:4px;padding:8px 0 0;background:transparent;border:0;box-shadow:none}
  .main-nav a{font-size:12px;white-space:nowrap;padding:7px 4px}
  .hero-grid{grid-template-columns:1fr;min-height:0;padding:42px 0;gap:24px}
  .quick-order{max-width:none;width:100%}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-card{min-width:0;min-height:265px;padding:12px}
  .product-icon{height:135px}
  .benefit-grid{gap:8px}.benefit-grid strong{font-size:12px}.benefit-grid span{font-size:10px}
}
@media(max-width:390px){
  .container{width:calc(100% - 24px)}
  .header-phone{display:none}
  .main-nav a{font-size:11px;padding:7px 2px}
  h1{font-size:38px}
  .product-grid{gap:8px}.product-card{padding:9px;min-height:240px}.product-icon{height:110px}.product-card h3{font-size:13px}.price{font-size:16px}.order-button{font-size:12px}
}
