:root {
  --lacivert: #235b83;   
  --yesil: #4ea15d;      
  --teal: #3a888f;
  --camgobegi: #2f86bd;  
  --sari: #f6c445;
  --mavi: #2f7fb0;
  --metin: #4a4f54;
  --gri: #7d858b;
  --acik-gri: #9aa0a6;
  --zemin: #f2f3f4;
  --max: 1280px;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }
html { scroll-padding-top: 110px; }

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--metin);
  background: #fff;
  line-height: 1.5;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
input, textarea { font-family: inherit; }
input:focus, textarea:focus { outline: none; }
::placeholder { color: var(--acik-gri); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 26px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, .07);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}

.logo { display: flex; align-items: center; gap: 13px; cursor: pointer; flex-shrink: 0; }
.logo img { height: 62px; width: auto; display: block; }
.logo-mark {
  width: 54px; height: 54px;
  border: 3px solid var(--yesil);
  border-radius: 9px;
  display: flex; align-items: flex-end; justify-content: center;
  gap: 4px; padding: 9px 8px;
}
.logo-mark span { width: 6px; display: block; }
.logo-mark span:nth-child(1) { height: 11px; background: var(--yesil); }
.logo-mark span:nth-child(2) { height: 19px; background: var(--mavi); }
.logo-mark span:nth-child(3) { height: 27px; background: var(--yesil); }
.logo-text { line-height: 1; }
.logo-text .brand { font-weight: 800; font-size: 31px; color: var(--mavi); letter-spacing: 1px; }
.logo-text .brand em { color: var(--yesil); font-style: normal; }
.logo-text .sub { font-size: 8.5px; letter-spacing: 3px; color: #8b9298; margin-top: 3px; }

.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav > a, .nav-item > a {
  position: relative; cursor: pointer;
  font-size: 15px; font-weight: 600; letter-spacing: .4px;
  color: var(--acik-gri); padding: 8px 0;
  display: inline-flex; align-items: center; gap: 7px;
  transition: color .2s;
}
.main-nav > a:hover, .nav-item > a:hover,
.main-nav > a.active, .nav-item.active > a { color: #2b2b2b; }

.main-nav > a::after, .nav-item > a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--lacivert); transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.main-nav > a:hover::after, .nav-item > a:hover::after,
.main-nav > a.active::after, .nav-item.active > a::after { transform: scaleX(1); }

.nav-item { position: relative; }
.nav-item .caret {
  width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid currentColor; opacity: .75; transition: transform .2s;
}
.nav-item:hover .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 2px); left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 238px; background: #fff; border: 1px solid #eef1f4; border-radius: 12px;
  padding: 8px; box-shadow: 0 20px 44px rgba(20, 40, 80, .16);
  opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease;
  z-index: 250;
}
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a {
  display: block; padding: 11px 16px; border-radius: 8px;
  font-size: 14px; font-weight: 500; letter-spacing: .2px; color: #4a4f54;
  transition: background .15s, color .15s;
}
.dropdown a:hover { background: #eef5f9; color: var(--lacivert); }

.header-right { display: flex; align-items: center; gap: 20px; }
.langs { display: flex; align-items: center; gap: 9px; }
.flag { width: 27px; height: 18px; border-radius: 3px; box-shadow: 0 0 1px rgba(0, 0, 0, .3); cursor: pointer; position: relative; overflow: hidden; }
.flag-tr { background: #e30a17; }
.flag-tr .c1 { position: absolute; top: 50%; left: 7px; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.flag-tr .c2 { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: #e30a17; }
.flag-tr .star { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); color: #fff; font-size: 8px; }
.flag-en {
  background:
    linear-gradient(to bottom, transparent 42%, #C8102E 42% 58%, transparent 58%),
    linear-gradient(to right, transparent 42%, #C8102E 42% 58%, transparent 58%),
    linear-gradient(to bottom, transparent 36%, #fff 36% 64%, transparent 64%),
    linear-gradient(to right, transparent 36%, #fff 36% 64%, transparent 64%),
    #012169;
}
.flag-de { background: linear-gradient(to bottom, #000 0 33.3%, #dd0000 33.3% 66.6%, #ffce00 66.6% 100%); }

.phone-btn {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--lacivert); color: #fff;
  font-weight: 700; font-size: 15px;
  padding: 9px 22px 9px 9px;
  border-radius: 40px; cursor: pointer;
  box-shadow: 0 10px 22px rgba(35, 91, 131, .26);
  white-space: nowrap; transition: transform .15s, box-shadow .2s;
}
.phone-btn .ico {
  width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  display: flex; align-items: center; justify-content: center;
}
.phone-btn .txt { display: flex; flex-direction: column; line-height: 1.15; }
.phone-btn .txt small { font-size: 9.5px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; opacity: .72; }
.phone-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(35, 91, 131, .34); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--lacivert); border-radius: 3px; transition: .3s; }

.nav-backdrop {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(15, 26, 36, .5);
  opacity: 0; visibility: hidden; transition: opacity .3s ease;
}
.nav-backdrop.show { opacity: 1; visibility: visible; }
body.nav-lock { overflow: hidden; }
body.nav-lock .whatsapp-float, body.nav-lock .to-top { opacity: 0; visibility: hidden; pointer-events: none; }

.hero { position: relative; height: 640px; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .9s ease; }
.hero-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.hero-controls {
  position: absolute; left: 0; right: 0; bottom: 26px; z-index: 4;
  display: flex; align-items: center; justify-content: center; gap: 18px; padding: 0 26px;
}
.hero-arrow {
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer; flex-shrink: 0;
  background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .4);
  color: #fff; font-size: 22px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s;
}
.hero-arrow:hover { background: rgba(255, 255, 255, .28); border-color: #fff; }
.hero-dots { display: flex; gap: 10px; }
.hero-dots button {
  width: 11px; height: 11px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: rgba(255, 255, 255, .5); transition: width .25s, background .25s, border-radius .25s;
}
.hero-dots button.active { width: 30px; border-radius: 6px; background: var(--sari); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15, 26, 36, .84) 0%, rgba(15, 26, 36, .58) 38%, rgba(15, 26, 36, .15) 70%, rgba(15, 26, 36, 0) 100%);
}
.hero-inner {
  position: relative; height: 100%;
  max-width: var(--max); margin: 0 auto; padding: 0 26px;
  display: flex; align-items: center;
}
.hero-copy { max-width: 610px; }
.hero-slide.active .hero-copy { animation: heroIn .8s ease both; }
@keyframes heroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: 3px;
  font-size: 13px; font-weight: 600; color: var(--sari); margin-bottom: 20px;
}
.hero-title { font-weight: 700; font-size: 50px; line-height: 1.14; letter-spacing: -.5px; color: #fff; margin: 0 0 22px; }
.hero-copy p { font-size: 17px; line-height: 1.8; color: #e2e8ed; margin: 0 0 34px; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-btn {
  display: inline-flex; align-items: center;
  background: var(--sari); color: #2b333a; font-weight: 700; font-size: 15px;
  padding: 15px 34px; border-radius: 30px; transition: transform .15s, box-shadow .2s;
  box-shadow: 0 12px 28px rgba(246, 196, 69, .3);
}
.hero-btn:hover { transform: translateY(-2px); }
.hero-btn.ghost { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .55); padding: 13px 32px; box-shadow: none; }
.hero-btn.ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.scroll-down {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

.feature-strip { background: var(--lacivert); padding: 46px 0 96px; }
.feature-strip .row {
  max-width: var(--max); margin: 0 auto; padding: 0 26px;
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.feature { display: flex; align-items: center; gap: 13px; }
.feature .icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--sari);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feature .t { color: #fff; font-weight: 700; font-size: 16px; line-height: 1.2; }
.feature .s { color: #c3ccec; font-size: 13px; }

.light-wrap { background: #e9f2f6; padding-bottom: 10px; }
.cards-wrap { max-width: var(--max); margin: 0 auto; padding: 0 26px; transform: translateY(-70px); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: #fff;
  box-shadow: 0 22px 45px rgba(20, 40, 80, .10);
  padding: 30px 26px 36px;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 30px 55px rgba(20, 40, 80, .16); }
.card img { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; background: #fff; border: 1px solid #eef1f4; border-radius: 6px; margin-bottom: 22px; }
.card h2 {
  font-weight: 700; font-size: 15px; color: var(--camgobegi); line-height: 1.3; margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.card .desc {
  color: var(--acik-gri); font-size: 13px; margin: 13px 0 22px; line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 5.1em;
}

.flux { max-width: var(--max); margin: 0 auto; padding: 34px 26px 100px; }
.flux-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }

.flux-figure { margin: 0; }
.flux-figure img {
  width: 100%; height: 520px; object-fit: cover;
  box-shadow: 0 24px 48px rgba(20, 40, 80, .14);
}

.flux-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--yesil); margin-bottom: 22px;
}
.flux-eyebrow .rule { width: 34px; height: 2px; background: var(--yesil); }

.flux-content h2 {
  font-weight: 700; font-size: 34px; line-height: 1.18; letter-spacing: -.4px;
  color: #232a30; margin: 0 0 20px;
}
.flux-content > p { color: var(--gri); font-size: 15px; line-height: 1.9; margin: 0 0 36px; max-width: 500px; }

.flux-content > p:last-of-type { margin-bottom: 8px; }

.btn-detail, .card .more, .flux-link, .product-link {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--lacivert); color: #fff;
  font-weight: 700; font-size: 13px; letter-spacing: .6px; text-transform: uppercase;
  padding: 13px 26px; border-radius: 40px; cursor: pointer; border: 0;
  box-shadow: 0 12px 24px rgba(35, 91, 131, .24);
  transition: transform .15s, box-shadow .2s, background .25s;
}
.btn-detail:hover, .card .more:hover, .flux-link:hover, .product-link:hover {
  transform: translateY(-2px); background: #1c4a6b; box-shadow: 0 16px 30px rgba(35, 91, 131, .32);
}
.btn-detail span, .card .more span, .flux-link span, .product-link span {
  display: inline-flex; align-items: center; transition: transform .2s;
}
.arw { display: inline-flex; align-items: center; }
.arw svg { display: block; }
.btn-detail:hover span, .card .more:hover span, .flux-link:hover span, .product-link:hover span { transform: translateX(4px); }
.contact-form button span { display: inline-flex; align-items: center; }
.flux-link { margin-top: 26px; }
.card .more { margin-top: 4px; }

.pets { background: #fff; padding: 96px 0; }
.pets-grid {
  max-width: var(--max); margin: 0 auto; padding: 0 26px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 66px; align-items: center;
}
.pets-media { margin: 0; }
.pets-media img { width: 100%; height: 520px; object-fit: cover; box-shadow: 0 24px 48px rgba(20, 40, 80, .14); }
.pets-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--yesil); margin-bottom: 22px;
}
.pets-eyebrow .rule { width: 34px; height: 2px; background: var(--yesil); }
.pets-content h2 {
  font-weight: 700; font-size: 33px; line-height: 1.2; letter-spacing: -.4px;
  color: #232a30; margin: 0 0 20px;
}
.pets-content > p { color: var(--gri); font-size: 15px; line-height: 1.9; margin: 0 0 36px; max-width: 520px; }
.pets-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 24px; }
.pets-list li { display: flex; gap: 18px; align-items: flex-start; }
.pets-list .ico {
  flex-shrink: 0; width: 46px; height: 46px;
  border: 1px solid #dbe4ea; color: var(--lacivert);
  display: flex; align-items: center; justify-content: center;
}
.pets-list .txt b { display: block; color: #232a30; font-weight: 700; font-size: 15px; margin-bottom: 5px; }
.pets-list .txt span { display: block; color: var(--gri); font-size: 13.5px; line-height: 1.75; }

.page-banner { position: relative; height: 300px; overflow: hidden; }
.page-banner.short { height: 280px; }
.page-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-banner .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(18, 32, 45, .82) 0%, rgba(18, 32, 45, .58) 55%, rgba(18, 32, 45, .42) 100%);
}
.page-banner .banner-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 0 26px;
}
.page-banner h1 { font-weight: 600; font-size: 44px; color: #fff; letter-spacing: .5px; margin: 0; }
.page-banner .tag { display: none; }
.breadcrumb {
  display: flex; align-items: center; gap: 9px; margin-top: 16px;
  font-size: 13px; letter-spacing: .4px; color: #cdd6dd;
}
.breadcrumb a { color: #fff; opacity: .82; transition: opacity .2s; }
.breadcrumb a:hover { opacity: 1; }
.breadcrumb .sep { width: 5px; height: 5px; border-top: 2px solid var(--sari); border-right: 2px solid var(--sari); transform: rotate(45deg); display: inline-block; }
.breadcrumb .cur { color: var(--sari); font-weight: 600; }

.about-section { background: var(--zemin); padding: 90px 0 100px; }
.about-inner { max-width: var(--max); margin: 0 auto; padding: 0 26px; }
.section-title {
  position: relative; padding-left: 20px;
  font-weight: 700; font-size: 34px; letter-spacing: -.6px; color: #232a30; line-height: 1.2; margin: 0 0 40px;
}
.section-title::before {
  content: ""; position: absolute; left: 0; top: 5px; bottom: 5px; width: 5px;
  border-radius: 4px; background: linear-gradient(var(--yesil), var(--lacivert));
}
.section-rule { display: none; }
.about-inner p { color: var(--gri); font-size: 17px; line-height: 1.9; margin: 0 0 26px; }
.about-inner p b { color: var(--metin); }

.mv-section { background: #fff; padding: 92px 0; }
.mv-head { max-width: var(--max); margin: 0 auto 40px; padding: 0 26px; }
.mv-grid { max-width: var(--max); margin: 0 auto; padding: 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mv-card {
  position: relative; background: #f7f9fb; border: 1px solid #eaeef1; border-radius: 18px;
  padding: 46px 42px; overflow: hidden; transition: transform .2s, box-shadow .2s;
}
.mv-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(20, 40, 80, .1); }
.mv-card::after { content: ""; position: absolute; right: -34px; top: -34px; width: 130px; height: 130px; border-radius: 50%; background: rgba(78, 161, 93, .07); }
.mv-card .ico {
  position: relative; z-index: 1; width: 58px; height: 58px; border-radius: 50%;
  background: rgba(35, 91, 131, .08); color: var(--lacivert);
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
}
.mv-card h3 { position: relative; z-index: 1; font-size: 23px; font-weight: 700; color: #232a30; margin: 0 0 14px; letter-spacing: -.3px; }
.mv-card p { position: relative; z-index: 1; color: var(--gri); font-size: 15px; line-height: 1.9; margin: 0; }
.mv-stats { max-width: var(--max); margin: 56px auto 0; padding: 0 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mv-stat { text-align: center; padding: 26px 12px; border-radius: 14px; background: #f7f9fb; border: 1px solid #eaeef1; }
.mv-stat b { display: block; font-size: 38px; font-weight: 800; color: var(--lacivert); line-height: 1; letter-spacing: -1px; }
.mv-stat span { display: block; margin-top: 10px; color: var(--acik-gri); font-size: 13px; letter-spacing: .4px; }

.gallery-page { background: #f7f8f9; padding: 66px 0 90px; }
.gtabs { max-width: var(--max); margin: 0 auto 40px; padding: 0 26px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.gtab {
  border: 1.5px solid #dbe2e7; background: #fff; color: #4a4f54; font-family: inherit;
  font-weight: 600; font-size: 14px; letter-spacing: .3px; padding: 12px 26px; border-radius: 40px; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.gtab:hover { border-color: var(--lacivert); color: var(--lacivert); }
.gtab.active { background: var(--lacivert); border-color: var(--lacivert); color: #fff; box-shadow: 0 10px 22px rgba(35, 91, 131, .24); }
.gpanel { display: none; }
.gpanel.active { display: block; animation: fadeIn .35s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.products-section { background: #f7f8f9; padding: 60px 0 90px; }
.product-row {
  max-width: var(--max); margin: 0 auto; padding: 44px 26px;
  display: grid; grid-template-columns: 1fr .85fr; gap: 64px; align-items: center;
  border-bottom: 1px solid #e6e7e9;
}
.product-row:nth-child(even) { direction: rtl; }
.product-row:nth-child(even) > * { direction: ltr; }
.product-row h2 { font-weight: 700; font-size: 27px; color: #3c4147; margin: 0 0 20px; }
.product-row p { color: var(--acik-gri); font-size: 14px; line-height: 1.85; margin: 0 0 14px; }
.product-row img { height: 460px; width: 100%; object-fit: cover; object-position: center; border-radius: 6px; }
.product-link { margin-top: 10px; }

.contact-section { background: var(--zemin); padding: 80px 0 70px; }
.contact-grid {
  max-width: var(--max); margin: 0 auto; padding: 0 26px;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start;
}
.contact-info {
  background: linear-gradient(160deg, #235b83 0%, #143b57 100%); color: #fff;
  border-radius: 18px; padding: 46px 40px; box-shadow: 0 24px 48px rgba(20, 40, 80, .2);
}
.contact-info .section-title { color: #fff; margin-bottom: 16px; }
.contact-info .section-title::before { background: var(--sari); }
.contact-info .lead { color: #cfe0ec; font-size: 14.5px; line-height: 1.8; margin: 0 0 34px; }
.ci-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.ci-item .ico {
  width: 46px; height: 46px; border-radius: 12px; background: rgba(255, 255, 255, .12);
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}
.ci-item h3 { font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: #a9c6da; margin: 0 0 5px; font-weight: 600; }
.ci-item .v { font-size: 16px; font-weight: 600; color: #fff; }
.ci-item .v a { color: #fff; }
.ci-social { display: flex; gap: 12px; margin-top: 30px; }
.ci-social a {
  width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .12);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px;
  transition: background .2s, color .2s, transform .2s;
}
.ci-social a:hover { background: var(--sari); color: #16405f; transform: translateY(-3px); }
.ci-social svg { display: block; }

.contact-form { background: #fff; border-radius: 18px; padding: 40px; box-shadow: 0 24px 48px rgba(20, 40, 80, .1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12.5px; font-weight: 600; color: #3c4147; margin-bottom: 7px; letter-spacing: .3px; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1.5px solid #e3e8ec; background: #fbfcfd; border-radius: 10px;
  padding: 14px 16px; font-size: 14.5px; color: var(--metin); transition: border-color .2s, background .2s;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--lacivert); background: #fff; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form button {
  display: inline-flex; align-items: center; gap: 10px; border: 0; margin-top: 8px;
  background: var(--lacivert); color: #fff; font-weight: 700; font-size: 15px;
  padding: 15px 40px; border-radius: 40px; cursor: pointer;
  box-shadow: 0 12px 26px rgba(35, 91, 131, .26); transition: transform .15s, background .2s;
}
.contact-form button:hover { transform: translateY(-2px); background: #1c4a6b; }
.map-wrap { max-width: var(--max); margin: 60px auto 0; padding: 0 26px; }
.map-wrap iframe { width: 100%; height: 440px; border: 0; display: block; border-radius: 16px; box-shadow: 0 20px 44px rgba(20, 40, 80, .12); }

.colors-head { background: var(--zemin); padding: 70px 0 40px; }
.colors-grid-wrap { background: #fff; padding: 50px 0 60px; }
.colors-grid { max-width: var(--max); margin: 0 auto; padding: 0 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.color-item {
  position: relative; aspect-ratio: 1/1; overflow: hidden; cursor: pointer;
  display: block; border-radius: 6px; box-shadow: 0 8px 20px rgba(20, 40, 80, .07);
}
.color-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.color-item:hover img { transform: scale(1.07); }
.color-item .name {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .5));
  color: #fff; font-size: 14px; letter-spacing: 2px; font-weight: 600;
  padding: 30px 18px 14px; text-align: right;
}
.color-item::after {
  content: ""; position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255, 255, 255, .85) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23235b83' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4-4M11 8v6M8 11h6'/%3E%3C/svg%3E") center/16px no-repeat;
  opacity: 0; transform: scale(.8); transition: opacity .25s, transform .25s;
}
.color-item:hover::after { opacity: 1; transform: scale(1); }

.lb-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(12, 18, 24, .93);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .25s ease;
}
.lb-overlay.open { opacity: 1; visibility: visible; }
.lb-stage { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lb-img {
  max-width: 90vw; max-height: 80vh; object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55); border-radius: 3px;
  animation: lbZoom .28s ease;
}
@keyframes lbZoom { from { transform: scale(.93); opacity: 0; } to { transform: none; opacity: 1; } }
.lb-cap { color: #dfe4e8; font-size: 14px; letter-spacing: .6px; }
.lb-close {
  position: fixed; top: 20px; right: 26px; background: none; border: 0;
  color: #fff; font-size: 42px; line-height: 1; cursor: pointer; opacity: .8; transition: opacity .2s;
}
.lb-close:hover { opacity: 1; }
.lb-nav {
  position: fixed; top: 50%; transform: translateY(-50%);
  background: rgba(255, 255, 255, .1); border: 0; color: #fff;
  width: 52px; height: 52px; border-radius: 50%; font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.lb-nav:hover { background: rgba(255, 255, 255, .22); }
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
@media (max-width: 620px) {
  .lb-nav { width: 42px; height: 42px; }
  .lb-prev { left: 10px; } .lb-next { right: 10px; }
  .lb-close { top: 12px; right: 14px; }
}
.colors-note { max-width: var(--max); margin: 44px auto 0; padding: 0 26px; }
.colors-note p { color: #8a9096; font-style: italic; font-size: 15px; margin: 0 0 18px; }
.colors-note p:last-child { margin: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.pd-section { background: #fff; padding: 66px 0 24px; }
.pd-top {
  max-width: var(--max); margin: 0 auto; padding: 0 26px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.pd-figure { margin: 0; }
.pd-figure a { display: block; cursor: zoom-in; }
.pd-figure img { width: 100%; height: 560px; object-fit: contain; background: #fff; border: 1px solid #eef1f4; border-radius: 10px; box-shadow: 0 24px 48px rgba(20, 40, 80, .1); }
.pd-info h2 { font-weight: 700; font-size: 34px; line-height: 1.2; letter-spacing: -.4px; color: #232a30; margin: 0 0 18px; }
.pd-info > p { color: var(--gri); font-size: 15px; line-height: 1.9; margin: 0 0 18px; }
.pd-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn-solid {
  display: inline-flex; align-items: center;
  background: var(--lacivert); color: #fff; font-weight: 700; font-size: 14px;
  padding: 14px 30px; border-radius: 30px; box-shadow: 0 12px 26px rgba(35, 91, 131, .28);
  transition: transform .15s;
}
.btn-solid:hover { transform: translateY(-2px); }
.btn-line {
  display: inline-flex; align-items: center;
  border: 2px solid #d7dee4; color: #3c4147; font-weight: 700; font-size: 14px;
  padding: 12px 28px; border-radius: 30px; transition: border-color .2s, color .2s;
}
.btn-line:hover { border-color: var(--lacivert); color: var(--lacivert); }
.btn-video {
  display: inline-flex; align-items: center; gap: 10px; border: 0; cursor: pointer; font-family: inherit;
  background: #e62117; color: #fff; font-weight: 700; font-size: 14px;
  padding: 14px 26px; border-radius: 40px; box-shadow: 0 12px 26px rgba(230, 33, 23, .26);
  transition: transform .15s, background .2s;
}
.btn-video:hover { transform: translateY(-2px); background: #cf1d13; }
.btn-video .play { width: 0; height: 0; border-left: 11px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }

.vid-overlay {
  position: fixed; inset: 0; z-index: 1000; padding: 20px;
  background: rgba(12, 18, 24, .93);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .25s ease;
}
.vid-overlay.open { opacity: 1; visibility: visible; }
.vid-box { position: relative; width: 100%; max-width: 900px; aspect-ratio: 16 / 9; animation: lbZoom .28s ease; }
.vid-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 10px; }
.vid-close {
  position: fixed; top: 20px; right: 26px; background: none; border: 0;
  color: #fff; font-size: 42px; line-height: 1; cursor: pointer; opacity: .85; transition: opacity .2s;
}
.vid-close:hover { opacity: 1; }

.sec-head { max-width: var(--max); margin: 0 auto 34px; padding: 0 26px; }
.sec-head h2 {
  position: relative; padding-left: 18px;
  font-weight: 700; font-size: 28px; letter-spacing: -.4px; color: #232a30; margin: 0;
}
.sec-head h2::before {
  content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 5px;
  border-radius: 4px; background: linear-gradient(var(--yesil), var(--lacivert));
}
.sec-head p { color: var(--acik-gri); font-size: 14.5px; margin: 12px 0 0 18px; }

.gallery-section { background: #f7f8f9; padding: 72px 0; }
.gallery {
  max-width: var(--max); margin: 0 auto; padding: 0 26px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.gallery a {
  position: relative; display: block; overflow: hidden; border-radius: 6px; cursor: pointer;
  box-shadow: 0 8px 20px rgba(20, 40, 80, .07);
}
.gallery img { width: 100%; height: 300px; object-fit: cover; background: #fff; transition: transform .4s ease; }
.gallery a:hover img { transform: scale(1.06); }
.gallery a::after {
  content: ""; position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255, 255, 255, .85) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23235b83' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4-4M11 8v6M8 11h6'/%3E%3C/svg%3E") center/16px no-repeat;
  opacity: 0; transform: scale(.8); transition: opacity .25s, transform .25s;
}
.gallery a:hover::after { opacity: 1; transform: scale(1); }

.video-section { background: #fff; padding: 64px 0 90px; }
.video-embed { max-width: 680px; margin: 0 auto; padding: 0 26px; }
.video-frame {
  position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden;
  border-radius: 10px; box-shadow: 0 24px 48px rgba(20, 40, 80, .16); background: #000;
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-facade { cursor: pointer; }
.yt-facade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.yt-facade::before { content: ""; position: absolute; inset: 0; background: rgba(10, 15, 20, .3); z-index: 1; transition: background .2s; }
.yt-facade:hover::before { background: rgba(10, 15, 20, .18); }
.yt-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
  width: 78px; height: 78px; border-radius: 50%; background: rgba(230, 33, 23, .94);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35); transition: transform .2s, background .2s;
}
.yt-facade:hover .yt-play { transform: translate(-50%, -50%) scale(1.08); background: #e62117; }
.yt-play::after { content: ""; border-left: 22px solid #fff; border-top: 13px solid transparent; border-bottom: 13px solid transparent; margin-left: 6px; }

.site-footer {
  background: linear-gradient(160deg, #1f2b36 0%, #141a20 100%);
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, var(--yesil), var(--lacivert), var(--sari)) 1;
}
.footer-top {
  max-width: var(--max); margin: 0 auto; padding: 60px 30px 44px;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 44px;
}
.footer-col h4 {
  color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .5px;
  margin: 0 0 22px; position: relative; padding-bottom: 12px;
}
.footer-col h4::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 30px; height: 2px; background: var(--yesil);
}
.footer-col a, .footer-col p {
  display: block; color: #9aa6b0; font-size: 14px; line-height: 1.6;
  margin-bottom: 12px; transition: color .2s, padding-left .2s;
}
.footer-col a:hover { color: #fff; padding-left: 5px; }

.footer-brand .footer-logo {
  display: inline-block; background: #fff; padding: 12px 16px; border-radius: 12px; margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}
.footer-brand .footer-logo:hover { padding: 12px 16px; }
.footer-brand .footer-logo img { height: 46px; width: auto; display: block; }
.footer-brand p { color: #9aa6b0; font-size: 14px; line-height: 1.8; margin-bottom: 22px; max-width: 320px; }
.footer-social { display: flex; align-items: center; gap: 12px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255, 255, 255, .07); color: #cfd6dc;
  display: flex; align-items: center; justify-content: center;
  margin: 0; transition: background .2s, transform .2s, color .2s;
}
.footer-social a:hover { background: var(--lacivert); color: #fff; transform: translateY(-3px); padding: 0; }
.footer-social svg { display: block; }

.footer-col .fc-line { display: flex; align-items: center; gap: 10px; color: #9aa6b0; }
.footer-col .fc-line svg { flex-shrink: 0; opacity: .8; }

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.footer-bar-inner {
  max-width: var(--max); margin: 0 auto; padding: 22px 30px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.footer-copy { color: #737e88; font-size: 12.5px; letter-spacing: 1px; }
.footer-made { color: #737e88; font-size: 12.5px; font-style: italic; }

.whatsapp-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 300;
  display: flex; flex-direction: column; align-items: center;
}
.whatsapp-float .btn {
  width: 62px; height: 62px; border-radius: 50%; background: #29c363;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(41, 195, 99, .4); cursor: pointer;
  transition: transform .15s;
}
.whatsapp-float .btn:hover { transform: scale(1.08); }
.whatsapp-float .label { color: #8a9096; font-size: 13px; margin-top: 6px; }

.to-top {
  position: fixed; right: 32px; bottom: 120px; z-index: 300;
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; border: 1px solid #e3e3e3;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12); cursor: pointer;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.to-top.show { opacity: 1; visibility: visible; }
.to-top span { display: block; width: 11px; height: 11px; border-top: 2px solid var(--gri); border-left: 2px solid var(--gri); transform: rotate(45deg); margin-top: 4px; }

.faq { background: #e9f2f6; padding: 90px 0; }
.faq .head { max-width: 820px; margin: 0 auto 40px; padding: 0 26px; text-align: center; }
.faq .head h2 { font-weight: 700; font-size: 34px; color: #3c4147; margin: 0 0 12px; }
.faq .head p { color: var(--acik-gri); font-size: 15px; margin: 0; }
.faq-list { max-width: 820px; margin: 0 auto; padding: 0 26px; }
.faq-item { background: #fff; border-radius: 10px; margin-bottom: 14px; box-shadow: 0 6px 18px rgba(20, 40, 80, .05); overflow: hidden; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 22px 26px; font-family: inherit; font-weight: 600; font-size: 16px; color: #3c4147;
}
.faq-q .plus { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; background: var(--yesil); border-radius: 2px; transition: transform .25s, opacity .25s; }
.faq-q .plus::before { top: 10px; left: 1px; width: 20px; height: 3px; }
.faq-q .plus::after { top: 1px; left: 10px; width: 3px; height: 20px; }
.faq-item.open .faq-q .plus::after { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { color: var(--gri); font-size: 14.5px; line-height: 1.85; margin: 0; padding: 0 26px 24px; }
.faq-a a { color: var(--camgobegi); font-weight: 600; }

@media (max-width: 1024px) {
  .flux-grid { grid-template-columns: 1fr; gap: 40px; }
  .flux-figure img { height: 400px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1100px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 96px; right: 0; z-index: 210;
    width: 290px; max-width: 84vw; height: calc(100vh - 96px);
    background: #fff; flex-direction: column; align-items: flex-start;
    gap: 0; padding: 20px 26px;
    box-shadow: -6px 0 30px rgba(0, 0, 0, .16);
    transform: translateX(100%); transition: transform .3s;
    overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a, .nav-item > a { padding: 16px 0; width: 100%; border-bottom: 1px solid #eee; }
  .main-nav > a::after, .nav-item > a::after { display: none; }
  .nav-item { width: 100%; }
  .nav-item > a { justify-content: space-between; }
  .nav-item .caret { display: none; }
  .dropdown {
    position: static; transform: none; opacity: 1; visibility: visible;
    min-width: 0; padding: 2px 0 8px 14px; background: transparent;
    border: 0; border-radius: 0; box-shadow: none;
  }
  .dropdown::before { display: none; }
  .dropdown a { padding: 12px 0; border-radius: 0; border-bottom: 1px solid #f2f2f2; font-size: 13.5px; color: var(--gri); }
  .dropdown a:hover { background: transparent; }
  .header-right .langs { display: none; }
  .hero-title { font-size: 42px; }
  .hero-copy p { font-size: 15px; }
  .pets-grid { grid-template-columns: 1fr; gap: 36px; }
  .pets-media img { height: 400px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .product-row { grid-template-columns: 1fr; gap: 30px; }
  .product-row:nth-child(even) { direction: ltr; }
  .page-banner h1 { font-size: 44px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .pd-top { grid-template-columns: 1fr; gap: 36px; }
  .pd-figure img { height: 420px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .mv-grid { grid-template-columns: 1fr; }
  .mv-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .form-row { grid-template-columns: 1fr; }
  .product-row img { height: 380px; }
}

@media (max-width: 620px) {
  .header-inner { height: 80px; }
  .main-nav { top: 80px; height: calc(100vh - 80px); }
  .logo-mark { width: 44px; height: 44px; }
  .logo-text .brand { font-size: 24px; }
  .hero { height: 540px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(15, 26, 36, .86) 0%, rgba(15, 26, 36, .62) 60%, rgba(15, 26, 36, .4) 100%); }
  .hero-eyebrow { font-size: 11px; letter-spacing: 2px; margin-bottom: 14px; }
  .hero-title { font-size: 27px; }
  .hero-copy p { font-size: 14px; margin-bottom: 26px; }
  .hero-arrow { display: none; }
  .hero-dots { bottom: 18px; }
  .hero-btn { padding: 13px 26px; font-size: 14px; }
  .cards { grid-template-columns: 1fr; }
  .flux-content h2 { font-size: 27px; }
  .flux-figure img { height: 320px; }
  .feature-strip { padding: 40px 0 90px; }
  .feature-strip .row { flex-direction: column; align-items: flex-start; gap: 20px; }
  .feature { width: 100%; }
  .header-inner { padding: 0 18px; }
  .header-right { gap: 12px; }
  .colors-grid { grid-template-columns: repeat(2, 1fr); }
  .gtabs { gap: 8px; margin-bottom: 30px; }
  .gtab { padding: 9px 14px; font-size: 12px; letter-spacing: .2px; }
  .about-inner, .contact-grid, .map-wrap { padding-left: 22px; padding-right: 22px; }
  .page-banner h1 { font-size: 34px; }
  .page-banner .tag { font-size: 20px; }
  .contact-form button { width: 100%; }
  .logo img { height: 64px; }
  .hero-controls { bottom: 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; padding: 44px 26px 36px; }
  .footer-bar-inner { flex-direction: column; align-items: flex-start; gap: 8px; }
  .pd-figure img { height: 320px; }
  .pd-info h2 { font-size: 27px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery img { height: 230px; }
  .sec-head h2 { font-size: 23px; }
  .contact-info, .contact-form { padding: 32px 24px; }
  .product-row img { height: 320px; }
  .page-banner h1 { font-size: 30px; }
  .mv-card { padding: 34px 26px; }
  .phone-btn .txt small { display: none; }
  .phone-btn { padding: 6px 16px 6px 6px; font-size: 13px; }
  .phone-btn .ico { width: 30px; height: 30px; }
}

@media (max-width: 430px) {
  .header-inner { padding: 0 14px; }
  .logo img { height: 56px; }
  .phone-btn { padding: 5px 12px 5px 5px; font-size: 12px; gap: 8px; }
  .phone-btn .ico { width: 26px; height: 26px; }
  .hero-title { font-size: 24px; }
  .page-banner h1 { font-size: 25px; }
  .pd-info h2, .flux-content h2, .pets-content h2, .section-title, .faq .head h2 { font-size: 23px; }
  .about-inner p { font-size: 15px; }
  .colors-grid { gap: 16px; }
  .whatsapp-float .btn { width: 54px; height: 54px; }
  .to-top { right: 20px; }
}
