:root{
  --blue-dark:#0131a1;
  --blue:#0241a9;
  --salmon:#FA8072;
  --white:#ffffff;
  --text:#0b1020;
  --muted:rgba(11,16,32,.65);
  --max:1200px;
  --navy:#0a1628;
}

*{ box-sizing:border-box; }
body{margin:0;font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;color:var(--text);background: #f5f7fa;}
a{ color:inherit; text-decoration:none; }
.container{ max-width:var(--max); margin:0 auto; padding:0 16px; }

/* =========================
   NAVBAR
   ========================= */
.topbar{
  background:#fff;
  border-bottom:1px solid rgba(1,49,161,.10);
  font-size:13px;
}
.topbar-inner{
  height:34px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}
.topbar-phone{
  display:none;
  font-size:12px;
  font-weight:600;
  color:var(--blue-dark);
  margin-right:auto;
}
.lang-select{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  user-select:none;
}
.lang-select select{
  appearance:none;
  border:1px solid rgba(1,49,161,.18);
  background:#fff;
  padding:5px 26px 5px 10px;
  border-radius:4px;
  font-size:12px;
  color:var(--blue-dark);
  outline:none;
  cursor:pointer;
}
.lang-select .chev{
  position:relative;
  margin-left:-26px;
  pointer-events:none;
  color:var(--blue-dark);
  font-size:12px;
}

.navbar{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid rgba(1,49,161,.10);
}
.nav-inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:1%;}

.brand{
  display:flex;
  align-items:center;
  min-width:160px;
}
.brand-logo{
  height:60px;
  width:auto;
  display:block;
}

.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  flex:1;
  white-space:nowrap;
}
.nav-links a{
  font-size:16px;
  color:rgba(11,16,32,.78);
  position:relative;
  padding:8px 0;
  font-weight: 600;
}
.nav-links a:hover{ color:var(--blue-dark); }
.nav-links a::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:2px;
  background:var(--salmon);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .18s ease;
  border-radius:2px;
  opacity:.9;
}
.nav-links a:hover::after,
.nav-links a.active::after{ transform:scaleX(1); }
.nav-links a.active{ color:var(--blue-dark); }

.nav-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  min-width:220px;
}
.phone{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:6px;
  border:1px solid rgba(2,65,169,.18);
  background:linear-gradient(180deg, rgba(2,65,169,.03), rgba(2,65,169,.00));
  color:var(--blue-dark);
  font-weight:650;
  font-size:13px;
}
.phone .dot{
  display:none;
}

.hamburger{
  display:none;
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(1,49,161,.14);
  background:#fff;
  cursor:pointer;
}
.hamburger span{
  display:block;
  width:20px;
  height:2px;
  background:var(--blue-dark);
  margin:6px auto;
  border-radius:2px;
}

.mobile-menu{
  display:none;
  border-top:1px solid rgba(1,49,161,.10);
  background:#fff;
  padding:10px 16px 16px;
}
.mobile-menu a{
  display:block;
  padding:12px 10px;
  border-radius:10px;
  color:rgba(11,16,32,.80);
}
.mobile-menu a:hover{
  background:rgba(2,65,169,.06);
  color:var(--blue-dark);
}

/* =========================
   BANNER / HERO
   .hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.15) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.30) 100%);
  pointer-events:none;
  z-index:2;
}
   ========================= */
.hero{
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#06102b;
}
.hero-bg{
  position:absolute;
  inset:0;
}



.hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .0) 55%), linear-gradient(180deg, transparent 98%, #fffffff0 100%);
  pointer-events:none;
  z-index:2;
}
.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.03);
  transition:opacity .6s ease, transform 1.2s ease;
}
.hero-slide.is-active{
  opacity:1;
  transform:scale(1.0);
}

.hero-content{
  position:relative;
  z-index:2;
  padding:64px 0;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:24px;
  align-items:center;
}
.hero-left{
  color:#fff;
  padding:30px 0;
}
.kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.kicker i{
  width:8px; height:8px;
  border-radius:999px;
  background:var(--salmon);
  display:inline-block;
}
.hero-title{
  margin:14px 0 10px;
  font-size:54px;
  line-height:1.05;
  letter-spacing:-.02em;
}
.hero-desc{
  padding: 10px 80px 10px 0px;
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.65;
  max-width: 520px;
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:8px;
  font-weight:600;
  font-size:16px;
  border:none;
  background:transparent;
  cursor:pointer;
  transition:background .2s ease, color .2s ease, box-shadow .2s ease, transform .12s ease;
  user-select:none;
}
.btn:active{ transform:translateY(1px); }
.btn-primary{
  color:var(--blue-dark);
}
.btn-primary:hover{
  background:var(--blue-dark);
  color:#fff;
  box-shadow:0 4px 16px rgba(1,49,161,.25);
}
.btn-ghost{
  color:rgba(255,255,255,.8);
}
.btn-ghost:hover{
  background:rgba(255,255,255,.15);
  color:#fff;
}

.hero-right{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
}
.hero-brand-icon{
  position:absolute;
  bottom:24px;
  right:24px;
  width:140px;
  height:auto;
  pointer-events:none;
  z-index:3;
}
.hero-controls{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:14px;
  width:min(380px, 100%);
  backdrop-filter: blur(8px);
}
.dots{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  margin-top:10px;
}
.dot-btn{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.35);
  cursor:pointer;
  padding:0;
}
.dot-btn.is-active{
  background:var(--salmon);
  box-shadow:0 0 0 6px rgba(250,128,114,.22);
}
.mini{
  font-size:12px;
  color:rgba(255,255,255,.80);
  line-height:1.5;
}
.mini b{ color:#fff; }

/* =========================
   STATS BAND
   ========================= */
.stats-band{
  position:relative;
  overflow:hidden;
  padding:0;
  margin-top:48px;
  background: linear-gradient(rgba(15, 28, 70, .45), rgb(15 28 70 / 37%)), url(gorseller/Gemini_Generated_Image_qrk9kqqrk9kqqrk9.webp) center / cover no-repeat;
}
.stats-band::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .60) -4%, transparent 21%);
  pointer-events:none;
  z-index:2;
}
.stats-band-bg{ display:none; }
.stats-band .container{
  position:relative;
  z-index:3;
}
.stats-grid{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:52px 0;
  gap:0;
}
.stat-item{
  flex:1;
  text-align:center;
  padding:0 20px;
}
.stat-icon-wrap{
  width:88px;
  height:88px;
  margin:0 auto 16px;
  border-radius:18px;
  background:rgba(255,255,255,.95);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,.15);
  transition:transform .3s ease, box-shadow .3s ease;
}
.stat-icon-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transform:scale(1.38);
}
.stat-item:hover .stat-icon-wrap{
  transform:translateY(-4px) scale(1.06);
  box-shadow:0 8px 28px rgba(0,0,0,.22);
}
.stat-number{
  font-size:38px;
  font-weight:800;
  color:#fff;
  line-height:1.1;
  letter-spacing:-.02em;
  margin-bottom:6px;
  font-variant-numeric:tabular-nums;
}
.stat-number span{
  display:inline-block;
}
.stat-label{
  font-size:13px;
  color:rgba(255,255,255,.75);
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.stat-bar{
  width:60%;
  height:3px;
  background:rgba(255,255,255,.20);
  border-radius:3px;
  margin:0 auto;
  overflow:hidden;
}
.stat-bar span{
  display:block;
  height:100%;
  width:0;
  border-radius:3px;
  background:linear-gradient(90deg, var(--salmon), #ffb199);
  transition:width 1.8s cubic-bezier(.22,.61,.36,1);
}
.stat-bar span.filled{
  width:var(--bar-w);
}
.stat-divider{
  width:1px;
  height:80px;
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.30), transparent);
  flex-shrink:0;
}

/* =========================
   OUR PURPOSE
   ========================= */
.purpose{
  padding:80px 0;
  background:#f5f7fa;
}
.purpose-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:120px;
  row-gap:24px;
  align-items:start;
  position:relative;
}
.purpose-grid::after{
  content:'';
  position:absolute;
  left:50%;
  top:0;
  width:2px;
  height:100%;
  background:var(--blue-dark);
  transform:translateX(-50%);
  pointer-events:none;
}
.purpose-col{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.purpose-col-text{
  font-size:15px;
  line-height:1.75;
  color:var(--muted);
  margin:0;
}
.btn-dark{
  display:inline-block;
  padding:15px 0 4px;
  background:transparent;
  border:none;
  color:var(--text);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  position:relative;
  cursor:pointer;
}
.btn-dark::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:var(--text);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .3s ease;
}
.purpose-left:hover .btn-dark::after{
  transform:scaleX(1);
}
.about-purpose{
  margin-bottom: 4%;
}
.about-purpose-text .btn-dark{
  color:rgba(255,255,255,.8);
  align-self:flex-start;
}
.about-purpose-text .btn-dark::after{
  background:rgba(255,255,255,.8);
}
.about-purpose-text:hover .btn-dark::after{
  transform:scaleX(1);
}

.purpose-right{
  position:relative;
}
.purpose-right img{
  width:100%;
  max-height:257px !important;
  border-radius:6px;
  object-fit:cover;
  display:block;
}
.purpose-slider{
  position:relative;
  width:100%;
  height:257px;
  border-radius:6px;
  overflow:hidden;
}
.purpose-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity 1.4s ease;
}
.purpose-slide.is-active{
  opacity:1;
}
.purpose-img{
  width:100%;
  height:257px;
  border-radius:6px;
  object-fit:cover;
  display:block;
}
.purpose-placeholder{
  width:100%;
  height:257px;
  border-radius:6px;
  border:2px dashed #c8d0e0;
  background:#f0f3f8;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#9aa5bb;
}
.purpose-placeholder svg{
  opacity:.5;
}
.purpose-placeholder span{
  font-size:13px;
  letter-spacing:.04em;
}
.lead-words{
  font-weight:700;
  color:var(--blue-dark);
  display:inline;
  text-transform:uppercase;
}
.purpose-left{
  /* background:#fff; */
  border-radius:20px;
  padding:40px 10px;
}

/* =========================
   EXPLORE OUR SEAFOOD
   ========================= */
.explore{
  background:var(--navy);
  padding:80px 0;
}
.explore-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.explore-left img{
  width:100%;
  height:auto;
  border-radius:4px;
  object-fit:cover;
  display:block;
}
.explore-right h4{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:rgba(255,255,255,.6);
  margin:0 0 4px;
}
.explore-right h2{
  font-size:26px;
  line-height:1.25;
  margin:0 0 16px;
  font-weight:700;
}
.explore-right h2 .line1{
  display:block;
  color:#fff;
}
.explore-right h2 .line2{
  display:block;
  color:var(--salmon);
}
.explore-right p{
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.7);
  margin:0 0 24px;
  max-width:420px;
}

/* =========================
   CERTIFICATIONS
   ========================= */
.certifications{
  padding:80px 0;
  background:transparent;
}
.cert-layout{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:48px;
  align-items:center;
}
.cert-text h4{
  display: none;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
  margin:0 0 4px;
}
.cert-text h4 span{
  color:var(--blue-dark);
  font-weight:800;
}
.cert-text h2{
  text-align: left;
  font-size:26px;
  line-height:1.25;
  color:var(--blue-dark);
  margin:0 0 16px;
  font-weight:700;
}
.cert-text p{
  font-size:16px;
  color:var(--muted);
  margin:0 0 12px;
  max-width:420px;
}
.cert-text p:last-child{
  margin-bottom:0;
  text-align: left;
}
.cert-text{
  border-radius:20px;
  padding:40px;
  background:#ffffff;
  border:1px solid #e2e8f0;
}
.cert-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  max-width:360px;
  margin:0 auto;
}
.cert-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:6px;
  overflow:hidden;
  box-shadow:0 2px 12px rgba(0,0,0,.06);
  text-align:center;
  padding:16px;
}
.cert-card img{
  width:100%;
  height:auto;
  aspect-ratio:3/4;
  object-fit:contain;
  display:block;
}
.cert-card{
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease;
}
.cert-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 28px rgba(0,0,0,.12);
}

/* Sertifika Lightbox */
.cert-lightbox{
  position:fixed;
  inset:0;
  z-index:300;
  background:rgba(0,0,0,.8);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease, visibility .3s ease;
}
.cert-lightbox.is-open{
  opacity:1;
  visibility:visible;
  backdrop-filter:blur(6px);
}
.cert-lightbox img{
  max-width:90vw;
  max-height:90vh;
  object-fit:contain;
  border-radius:8px;
  box-shadow:0 12px 48px rgba(0,0,0,.4);
  transform:scale(.92);
  transition:transform .3s ease;
}
.cert-lightbox.is-open img{
  transform:scale(1);
}
.cert-lightbox-close{
  position:absolute;
  top:20px;
  right:24px;
  width:44px;
  height:44px;
  border:none;
  background:rgba(255,255,255,.15);
  color:#fff;
  font-size:28px;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s ease;
}
.cert-lightbox-close:hover{
  background:rgba(255,255,255,.3);
}

/* =========================
   PAGE HEADER (sub pages)
   ========================= */
.page-header{
  position:relative;
  background:var(--navy);
  padding:64px 0 56px;
  overflow:hidden;
  text-align:center;
  color:#fff;
}
.page-header-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse 800px 400px at 30% 60%, rgba(1,49,161,.45), transparent),
    radial-gradient(ellipse 600px 300px at 80% 30%, rgba(250,128,114,.10), transparent);
  pointer-events:none;
}
.page-header--urunler{
  background:var(--navy);
}
.page-header--urunler .page-header-bg{
  background:url('../assets/gorseller/urunler_banner.webp') center/cover no-repeat;
  opacity:.45;
}
.page-header--katalog{
  background:var(--navy);
}
.page-header--katalog .page-header-bg{
  background:url('../assets/gorseller/katalog-banner.webp') center/cover no-repeat;
  opacity:.45;
}
.page-header .container{ position:relative; z-index:1; }
.page-header-kicker{
  display:inline-block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--salmon);
  margin-bottom:8px;
}
.page-header h1{
  font-size:38px;
  font-weight:800;
  margin:0 0 12px;
  letter-spacing:-.01em;
}
.page-header p{
  font-size:15px;
  color:rgba(255,255,255,.65);
  margin:0;
}

/* =========================
   PRODUCTS PAGE
   ========================= */
/* =========================
   PAGE HERO BAND
   ========================= */
.page-hero-band{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(10,20,55,.62), rgba(10,20,55,.62)),
    url('banners/web/footer-web.webp') center/cover no-repeat;
  padding: 40px 0;
  text-align:center;
}
.page-hero-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.38) 0%, transparent 55%);
  pointer-events:none;
  z-index:1;
}
.page-hero-band .container{
  position:relative;
  z-index:2;
}
.page-hero-band h1{
  font-size: 35px;
  font-weight:900;
  color:#fff;
  letter-spacing:-.025em;
  margin:0 0 14px;
  line-height:1.05;
}
.page-hero-band p{
  font-size:16px;
  color:rgba(255,255,255,.72);
  margin:0 auto;
  max-width:540px;
  line-height:1.6;
}

.products-section{
  padding:64px 0 80px;
  background:#f8f9fc;
}
.products-header{
  margin-bottom:36px;
  text-align:center;
}
.products-title{
  font-size:28px;
  font-weight:700;
  color:var(--text);
  margin:0 0 8px;
  letter-spacing:-.3px;
}
.products-subtitle{
  font-size:15px;
  color:#6b7280;
  margin:0;
}
.products-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}

/* Product card */
.pcard{
  position:relative;
  background:#fff;
  border-radius:6px;
  overflow:visible;
  border:1px solid #e6e8ef;
  box-shadow:0 2px 16px rgba(0,0,0,.04);
  cursor:pointer;
  transition:box-shadow .3s ease, border-color .3s ease;
}
.pcard.is-active{
  box-shadow:0 8px 32px rgba(0,0,0,.10);
  border-color:var(--blue-dark);
}

/* Visual / image area */
.pcard-visual{
  position:relative;
  height:260px;
  overflow:hidden;
  border-radius:6px 6px 0 0;
}
.pcard-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.pcard.is-active .pcard-visual img{
  transform:scale(1.05);
}
.pcard-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,22,40,.05) 0%, rgba(10,22,40,.55) 100%);
}
.pcard-label{
  position:absolute;
  bottom:20px;
  left:24px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  z-index:1;
}
.pcard-label span{
  font-size:22px;
  font-weight:700;
  letter-spacing:.01em;
}

/* Description */
.pcard-desc{
  padding:20px 24px 20px;
  font-size:15px;
  font-weight:700;
  color:var(--muted);
  line-height:1.6;
  margin:0;
}

/* Arrow indicator */
.pcard-arrow{
  position:absolute;
  bottom:-18px;
  left:50%;
  transform:translateX(-50%);
  width:0; height:0;
  border-left:14px solid transparent;
  border-right:14px solid transparent;
  border-bottom:14px solid #fff;
  opacity:0;
  transition:opacity .25s ease;
  z-index:3;
  filter:drop-shadow(0 -2px 3px rgba(0,0,0,.06));
}
.pcard-arrow.is-visible{
  opacity:1;
}

/* ---- Expand panel (full width below both cards) ---- */
.ppanel{
  margin-top:24px;
  border-radius:6px;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .4s ease, opacity .3s ease, padding .35s ease, margin .35s ease;
  padding:0 32px;
}
.ppanel.is-open{
  max-height:4000px;
  opacity:1;
  padding:28px 32px 32px;
}

.ppanel-header{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--text);
  margin-bottom:20px;
  padding-bottom:14px;
  border-bottom:1px solid #e6e8ef;
}
.ppanel-header span{
  font-size:18px;
  font-weight:700;
}

/* Sub-categories — Soğuk kartın altında, ortalı, %50 genişlik */
.soguk-subs-row{
  grid-column:2;
  display:flex;
  justify-content:center;
  gap:12px;
  margin:0 auto;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .35s ease, opacity .25s ease, padding .35s ease;
  padding-top:0;
}
.soguk-subs-row.is-open{
  max-height:80px;
  opacity:1;
  padding-top:4px;
}
.soguk-subs-row .ppanel-sub{
  text-align:center;
  white-space:nowrap;
}

/* Sub-categories (eski compat) */
.ppanel-subs{
  display:flex;
  gap:12px;
  margin-bottom:20px;
}
.ppanel-sub{
  padding:14px 36px;
  border-radius:8px;
  background:#f0f3fa;
  font-size:15px;
  font-weight:600;
  color:var(--blue-dark);
  cursor:pointer;
  border:1px solid rgba(1,49,161,.25);
  transition:background .2s ease, color .2s ease, border-color .2s ease;
  font-family:inherit;
}
.ppanel-sub:hover,
.ppanel-sub.is-active{
  background:var(--blue-dark);
  color:#fff;
  border-color:var(--blue-dark);
}

/* Product items grid */
.ppanel-items{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}
.ppanel-sub-items{
  display:none;
}
.ppanel-sub-items.is-open{
  display:grid;
}

/* Individual product item — referans tasarıma uygun */
.pcard-item{
  border-radius:5px;
  overflow:hidden;
  max-height:420px;
  background:#fff;
  box-shadow:0 4px 6px 0 rgba(0,0,0,.2);
  cursor:pointer;
  display:flex;
  flex-direction:column;
  transition:transform .3s ease, opacity .3s ease, box-shadow .3s ease;
  opacity:0;
  transform:translateY(16px);
}
.pcard-item.is-visible{
  opacity:1;
  transform:translateY(0);
}
.pcard-item:hover{
  transform:translateY(-5px);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.pcard-item > img{
  width:100%;
  aspect-ratio:10/16;
  max-height:305px;
  object-fit:contain;
  display:block;
  flex-shrink:0;
}
/* Card body */
.pcard-item-body{
  padding:10px 12px 12px;
  display:flex;
  flex-direction:column;
  flex:1;
  gap:4px;
}
/* Ürün adı */
.pcard-item-name{
  font-size:12px;
  font-weight:400;
  color:#6b7280;
  line-height:1.45;
  margin:0;
}
/* Teknik Detay butonu — altı çizgi animasyonu */
.pcard-item-btn {
    display: inline-block;
    padding: 15px 0 4px;
    background: transparent;
    border: none;
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    align-self: flex-start;
    position: relative;
    cursor: pointer;
}
.pcard-item-btn::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:var(--text);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .3s ease;
}
.pcard-item:hover .pcard-item-btn::after{
  transform:scaleX(1);
}

/* =========================
   ABOUT PAGE
   ========================= */
.about-hero{
  position:relative;
  height:60vh;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
}
.about-hero-bg{
  position:absolute;
  inset:0;
}
.about-hero-bg img,
.about-hero-bg video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.about-hero-overlay{
  display:none;
}
.about-hero-content{
  position:relative;
  z-index:1;
  color:#fff;
  padding-bottom:48px;
  text-align:left !important;
  width:100%;
}
.about-hero-kicker{
  display:inline;
  font-size:20px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:rgba(255,255,255,.6);
  margin-right:12px;
}
.about-hero h1{
  font-size:42px;
  font-weight:800;
  margin:0 0 12px;
  letter-spacing:.02em;
}
.about-hero p{
  font-size:15px;
  color:rgba(255,255,255,.7);
  margin:0;
  line-height:1.6;
}

/* About Intro */
.about-intro{
  padding:64px 0 56px;
}
.about-intro h2{
  font-size:28px;
  font-weight:700;
  color:var(--blue-dark);
  margin:0 0 24px;
  line-height:1.3;
}
.about-intro-body{
  text-align: justify;
}
.about-intro-body p{
  font-size:15px;
  line-height:1.8;
  color:var(--muted);
  margin:0 0 16px;
}
.about-intro-body p:last-child{
  margin-bottom:0;
}
.year-highlight{
  font-size:32px;
  font-weight:800;
  color:#1a3c84;
  text-transform:uppercase;
}

/* About Purpose */
.about-purpose{
  padding:0 0 0;
}
.about-purpose-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:420px;
}
.about-purpose-img{
  position:relative;
  overflow:hidden;
}
.about-purpose-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.about-purpose-text{
  background: linear-gradient(rgba(10,20,55,.78), rgba(10,20,55,.78)),    url('gorseller/Gemini_Generated_Image_qrk9kqqrk9kqqrk9.webp') center/cover no-repeat;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:56px 48px;
  position:relative;
}
.about-purpose-kicker{
  display:none;
}
.about-purpose-text h2{
  font-size:26px;
  font-weight:700;
  margin:0 0 20px;
  line-height:1.3;
}
.about-purpose-text p{
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.7);
  margin:0 0 28px;
  max-width:420px;
}

/* =========================
   CATALOG SECTION
   ========================= */
.catalog-section{
  padding:64px 0 80px;
  background:#f8f9fc;
}
.catalog-section-title{
  text-align:center;
  font-size:28px;
  font-weight:700;
  color:var(--text);
  margin:0 0 12px;
  letter-spacing:-.3px;
}
.catalog-section-sub{
  text-align:center;
  font-size:15px;
  color:#6b7280;
  margin:0 0 48px;
}
.catalog-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}
.catalog-card{
  background:#fff;
  border-radius:6px;
  overflow:hidden;
  /* border:1px solid #e6e8ef; */
  /* box-shadow:0 4px 24px rgba(0,0,0,.05); */
  transition:transform .25s ease, box-shadow .25s ease;
}
.catalog-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 40px rgba(0,0,0,.10);
}

/* Visual / Book area */
.catalog-card-visual{
  position:relative;
  background: #f8f9fc;
  padding:48px 40px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.catalog-card-badge{
  position:absolute;
  top:16px;
  left:16px;
  padding:6px 14px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  background:var(--blue-dark);
  color:#fff;
  z-index:10;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
}
.catalog-card-badge--export{
  background:var(--salmon);
  color:#1a0b08;
}

/* 3D Book */
.catalog-book{
  width:240px;
  height:320px;
  position:relative;
  perspective:600px;
}
.catalog-book-spine{
  position:absolute;
  left:0; top:4px; bottom:4px;
  width:16px;
  background:linear-gradient(180deg, #658fab, #1e4f6e);
  border-radius:3px 0 0 3px;
  box-shadow:2px 0 8px rgba(0,0,0,.15);
  z-index:1;
}
.catalog-book--export .catalog-book-spine{
  background:linear-gradient(180deg, #658fab, #1e4f6e);
}

/* Pages between spine and cover */
.catalog-book-pages{
  position:absolute;
  left:14px; top:6px; bottom:6px; right:4px;
  transform-origin:left center;
  z-index:2;
}
.catalog-book-pages::before,
.catalog-book-pages::after,
.catalog-book-pages span{
  content:'';
  position:absolute;
  left:0; top:0; bottom:0; right:0;
  border-radius:0 3px 3px 0;
  transform-origin:left center;
  transition:transform .4s ease;
}
.catalog-book-pages::before{
  background:linear-gradient(90deg, #e8e5df, #f5f3ef 30%, #eae7e2);
  transform:rotateY(-4deg);
  box-shadow:1px 0 3px rgba(0,0,0,.06);
}
.catalog-book-pages::after{
  background:linear-gradient(90deg, #ebe8e3, #f8f6f2 30%, #ede9e4);
  transform:rotateY(-7deg);
  box-shadow:1px 0 3px rgba(0,0,0,.05);
}
.catalog-book-pages span{
  background:linear-gradient(90deg, #edeae5, #faf8f5 30%, #f0ece7);
  transform:rotateY(-10deg);
  box-shadow:1px 0 4px rgba(0,0,0,.04);
}
.catalog-card:hover .catalog-book-pages::before{
  transform:rotateY(-10deg);
}
.catalog-card:hover .catalog-book-pages::after{
  transform:rotateY(-16deg);
}
.catalog-card:hover .catalog-book-pages span{
  transform:rotateY(-22deg);
}

/* Cover */
.catalog-book-cover{
  position:absolute;
  left:10px; top:0; right:0; bottom:0;
  background:linear-gradient(160deg, #0d3ab5 0%, #0a2a8a 100%);
  border-radius:0 4px 4px 0;
  box-shadow:4px 6px 20px rgba(0,0,0,.18);
  transform:rotateY(-12deg);
  transform-origin:left center;
  transition:transform .4s ease;
  z-index:3;
}
.catalog-card:hover .catalog-book-cover{
  transform:rotateY(-32deg);
}
.catalog-book--export .catalog-book-cover{
  background:linear-gradient(160deg, #d4483b 0%, #b03028 100%);
}
.catalog-book-inner{
  height:100%;
  padding:0;
  overflow:hidden;
  border-radius:0 4px 4px 0;
}
.catalog-book-inner img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.catalog-book-title{
  font-size:15px;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.3;
}
.catalog-book-year{
  font-size:12px;
  opacity:.6;
  letter-spacing:.1em;
}

/* Card body */
.catalog-card-body{
  padding:28px 32px 32px;
}
.catalog-card-body h3{
  font-size:22px;
  font-weight:700;
  color:var(--text);
  margin:0 0 10px;
}
.catalog-card-body p{
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  margin:0 0 20px;
}
.catalog-features{
  list-style:none;
  padding:0;
  margin:0 0 24px;
}
.catalog-features li{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--text);
  padding:6px 0;
}
.catalog-features li svg{
  color:var(--salmon);
  flex-shrink:0;
}
.btn-catalog{
  display:inline-block;
  padding:15px 0 4px;
  background:transparent;
  border:none;
  color:var(--text);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  align-self:flex-start;
  position:relative;
  cursor:pointer;
}
.btn-catalog::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:var(--text);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .3s ease;
}
.catalog-card:hover .btn-catalog::after{
  transform:scaleX(1);
}
.btn-catalog--export{
  color:var(--text);
}
.btn-catalog--export::after{
  background:var(--text);
}
.catalog-card:hover .btn-catalog--export::after{
  transform:scaleX(1);
}

/* =========================
   CATALOG MODAL
   ========================= */
.catalog-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
}
.catalog-modal.is-open{
  opacity:1;
  visibility:visible;
}
.catalog-modal-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
  backdrop-filter:blur(4px);
}
.catalog-modal-content{
  position:relative;
  z-index:1;
  width:92vw;
  height:90vh;
  max-width:1200px;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
  transform:scale(.96);
  transition:transform .25s ease;
}
.catalog-modal.is-open .catalog-modal-content{
  transform:scale(1);
}
.catalog-modal-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 24px;
  border-bottom:1px solid #e8e8ee;
  flex-shrink:0;
}
.catalog-modal-header h3{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:var(--text);
}
.catalog-modal-actions{
  display:flex;
  gap:8px;
}
.catalog-modal-btn{
  width:38px;
  height:38px;
  border-radius:10px;
  border:1px solid #e8e8ee;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  transition:background .15s, color .15s;
  text-decoration:none;
}
.catalog-modal-btn:hover{
  background:#f5f5fa;
  color:var(--text);
}
.catalog-modal-body{
  flex:1;
  overflow:hidden;
}
.catalog-modal-body iframe{
  width:100%;
  height:100%;
  border:none;
  display:block;
}

/* =========================
   CONTACT / ILETISIM
   ========================= */
.contact{
  padding:70px 0 80px;
  background:#f5f5fa;
}
.contact-title{
  text-align:center;
  font-size:28px;
  font-weight:700;
  color:var(--text);
  margin:0 0 12px;
  letter-spacing:-.3px;
}
.contact-subtitle{
  text-align:center;
  font-size:15px;
  line-height:1.7;
  color:var(--muted);
  margin:0 0 48px;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:stretch;
}
.contact-cards{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.contact-card{
  display:flex;
  align-items:center;
  gap:20px;
  background:#fff;
  border:1px solid #e8e8ee;
  border-radius:14px;
  padding:24px 28px;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}
.contact-icon{
  width:52px;
  height:52px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.contact-icon--phone{
  background:rgba(1,49,161,.08);
  color:var(--blue-dark);
}
.contact-icon--mail{
  background:rgba(1,49,161,.08);
  color:var(--blue-dark);
}
.contact-icon--location{
  background:rgba(1,49,161,.08);
  color:var(--blue-dark);
}
.contact-card-body h4{
  margin:0 0 4px;
  font-size:16px;
  font-weight:700;
  color:var(--text);
}
.contact-card-body a,
.contact-card-body p{
  margin:0;
  font-size:16px;
  color:var(--blue-dark);
  line-height:1.5;
}
.contact-card-body p{
  color:var(--muted);
}
.contact-map{
  min-height:420px;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
  background:#e8edf2;
  position:relative;
}
.contact-map iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  position:relative;
  z-index:1;
}

/* Kurumsal & Satış Kanalları */
.contact-channels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:52px;
  margin-top: 5%;
}
.channel-card{
  background:#fff;
  border:1px solid rgba(10,22,40,.07);
  border-radius:14px;
  padding:28px 24px 24px;
  box-shadow:0 2px 14px rgba(10,22,40,.06);
  display:flex;
  flex-direction:column;
  gap:6px;
  text-decoration:none;
  color:var(--text);
  transition:box-shadow .25s ease, transform .25s ease;
}
.channel-card:hover{
  box-shadow:0 8px 32px rgba(10,22,40,.12);
  transform:translateY(-3px);
}
.channel-card-tag{
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--blue-dark);
  margin-bottom:2px;
}
.channel-card-name{
  font-size:19px;
  font-weight:700;
  color:var(--text);
  line-height:1.2;
  margin:0;
}
.channel-card-desc{
  font-size:13.5px;
  color:#6b7280;
  line-height:1.6;
  margin:0;
  flex:1;
}
.channel-card-cta{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:13px;
  font-weight:600;
  color:var(--blue-dark);
  margin-top:6px;
}
.channel-btns{
  display:flex;
  gap:10px;
  margin-top:10px;
  flex-wrap:wrap;
}
.channel-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 16px;
  border-radius:8px;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  transition:opacity .2s;
  flex:1;
}
.channel-btn:hover{ opacity:.85; }
.channel-btn--getir{
  background:#5d3ebc;
  color:#fff;
}
.channel-btn--ys{
  background:#fa0251;
  color:#fff;
}

/* =========================
   FOOTER
   ========================= */
.site-footer{
  background:
    linear-gradient(rgba(10,20,55,.78), rgba(10,20,55,.78)),
    url('gorseller/Gemini_Generated_Image_qrk9kqqrk9kqqrk9.webp') center/cover no-repeat;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.footer-bg{ display:none; }
.footer-top{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:flex-end;
  padding:20px 0 0;
}
.footer-top .brand-footer{
 display: none;
}
.footer-cols{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:24px;
  padding:32px 0 40px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.footer-col h5{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#fff;
  margin:0 0 16px;
  font-weight:700;
}
.footer-col a,
.footer-col p{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,.85);
  margin:0 0 8px;
  line-height:1.5;
}
.footer-col a:hover{
  color:#fff;
}
.footer-social{
  display:flex;
  gap:12px;
  margin-top:4px;
}
.footer-social a{
  width:36px;
  height:36px;
  border-radius:6px;
  border:1px solid rgba(255,255,255,.2);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  color:rgba(255,255,255,.7);
  transition:background .15s;
}
.footer-social a:hover{
  background:rgba(255,255,255,.1);
  color:#fff;
}
.footer-bottom{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
  font-size:11px;
  color:rgba(255,255,255,.7);
}
.footer-bottom a{
  color:rgba(255,255,255,.8);
  margin-left:16px;
}
.footer-bottom a:hover{ color:#fff; }

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 960px){
  .nav-links{ display:none; }
  .hamburger{ display:block; }
  .brand-logo{ height:51px; }
  .nav-right .phone{ display:none; }
  .topbar-phone{ display:inline; }
  .topbar-inner{ justify-content:space-between; }
  .hero-grid{ grid-template-columns:1fr; }
  .hero-right{ justify-content:flex-start; }
  .hero-title{ font-size:38px; }
  .hero-content{ padding-left:20px; padding-right:20px; }
  .hero-bg::after{ background: linear-gradient(135deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.15) 55%, rgba(0,0,0,.0) 75%), linear-gradient(180deg, transparent 98%, #fffffff0 100%); }
  .stats-grid{ flex-wrap:wrap; padding:32px 0; }
  .stat-item{ flex:1 1 45%; padding:20px 16px; }
  .stat-divider{ display:none; }
  .stat-number{ font-size:28px; }
  .about-hero{ height:320px; }
  .about-hero h1{ font-size:32px; }
  .about-hero-content{ padding-bottom:36px; padding-left:20px; padding-right:20px; }
  .about-intro{ padding:48px 0 40px; }
  .about-intro .container{ padding-left:20px; padding-right:20px; }
  .about-purpose-grid{ grid-template-columns:1fr; }
  .about-purpose-img{ min-height:280px; }
  .about-purpose-text{ padding:40px 20px; }
  .purpose-grid{ grid-template-columns:1fr; }
  .purpose-grid::after{ display:none; }
  .purpose-grid > *:nth-child(1){ order:1; }
  .purpose-grid > *:nth-child(2){ order:3; }
  .purpose-grid > *:nth-child(3){ order:2; }
  .purpose-grid > *:nth-child(4){ order:4; }
  .cert-layout{ grid-template-columns:1fr; }
  .cert-text{ text-align:left; }
  .cert-text p{ max-width:100%; }
  .explore-grid{ grid-template-columns:1fr; }
  .cert-grid{ grid-template-columns:repeat(2, 1fr); }
  .products-section{ padding:32px 0 48px; }
  .products-grid{ grid-template-columns:1fr; gap:20px; }
  .soguk-subs-row{ grid-column:1; width:80%; }
  .ppanel-items{ grid-template-columns:repeat(2, 1fr); gap:14px; }
  .ppanel{ padding-left:16px; padding-right:16px; }
  .ppanel.is-open{ max-height:8000px; padding:20px 16px 28px; }
  .pcard-visual{ height:200px; }
  .pcard-label span{ font-size:18px; }
  .ppanel-sub{ padding:10px 20px; font-size:13px; }
  .catalog-grid{ grid-template-columns:1fr; }
  .catalog-card-visual{ padding:36px 24px; }
  .contact-channels{ grid-template-columns:1fr; }
  .contact-grid{ grid-template-columns:1fr; }
  .contact-map{ min-height:350px; }
  .footer-cols{ grid-template-columns:repeat(2, 1fr); }
  .footer-top, .footer-bottom, .footer-cols{ padding-left:16px; padding-right:16px; }
}
@media (max-width: 520px){
  .brand{ min-width:auto; }
  .nav-right{ min-width:auto; }
  .phone{ padding:10px 12px; }
  .pcard-visual{ height:170px; }
  .pcard-item > img{ max-height:210px; }
  .pcard-item{ max-height:345px; }
  .pcard-item-name{ font-size:12px; }
  .pcard-item-details{ padding:4px 6px; font-size:11px; }
  .pcard-item-btn{ padding:4px 6px; font-size:11px; margin-left:4px; }
  .pcard-item-row{ padding:3px 4px; }
  .pcard-item-body{ padding:3px; }
  .ppanel-sub{ padding:8px 12px; font-size:12px; }
  .ppanel-header span{ font-size:15px; }
  .hero{ min-height:560px; }
  .hero-title{ font-size:34px; }
  .hero-content{ padding-left:16px; padding-right:16px; }
  .stat-item{ flex:1 1 45%; }
  .stat-number{ font-size:24px; }
  .about-hero{ height:260px; }
  .about-hero h1{ font-size:28px; }
  .about-hero-content{ padding-left:16px; padding-right:16px; }
  .about-intro .container{ padding-left:16px; padding-right:16px; }
  .about-intro h2{ font-size:22px; }
  .about-intro-body{ text-align:left; }
  .year-highlight{ font-size:20px; }
  .about-purpose-text{ padding:36px 16px; }
  .cert-grid{ grid-template-columns:1fr 1fr; gap:16px; }
  .footer-cols{ grid-template-columns:1fr; }
  .footer-top, .footer-bottom, .footer-cols{ padding-left:12px; padding-right:12px; }
  .footer-bottom{ flex-direction:column; gap:12px; text-align:center; }
}

/* =========================
   RECIPES PAGE (TARİFLERİMİZ)
   ========================= */
.recipes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 960px) {
  .recipes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .recipes-grid { grid-template-columns: 1fr; }
}
.recipe-card {
  background: #fff;
  border: 1px solid #e8e8ee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
  transition: transform .3s ease, box-shadow .3s ease;
}
.recipe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,.1);
}
.recipe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}
.recipe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.recipe-body {
  padding: 20px;
}
.recipe-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
}
.recipe-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* =========================
   CONTACT FORM
   ========================= */
.contact-form-wrap {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  border: 1px solid #e8e8ee;
}
.contact-form-wrap h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--text);
}
.form-group {
  margin-bottom: 20px;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row .form-group {
  flex: 1;
}
.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-dark);
  margin-bottom: 6px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  color: var(--text);
  background: #fdfdfd;
  transition: border-color .2s, box-shadow .2s;
  font-family: inherit;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(2, 65, 169, .15);
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.form-submit {
  width: 100%;
  padding: 14px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.form-submit:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}
.form-error {
  color: #e11d48;
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

@media (max-width: 768px) {
  .form-row { flex-direction: column; gap: 0; }
}


/* =========================
   UPDATED CONTACT PAGE LAYOUT
   ========================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: stretch;
}
.contact-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-card {
  padding: 32px 28px;
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.contact-form-wrap {
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  border: none;
}
.contact-form-wrap h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
.form-desc {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.6;
}
.form-group input, .form-group textarea {
  background: #f9f9fc; /* Hafif gri arkaplan */
  border: 1px solid #e1e3ea;
  padding: 14px 18px;
}
.form-group input:focus, .form-group textarea:focus {
  background: #fff;
}
.contact-map-wrapper {
  margin-top: 64px;
  margin-bottom: 24px;
}
.contact-map {
  border-radius: 16px;
}
@media (max-width: 960px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form-wrap {
    padding: 32px 24px;
  }
}


/* =========================
   REVISED CONTACT PAGE (Map in Grid, Form at Bottom)
   ========================= */
.contact-map-side {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.04);
  border: 1px solid #e8e8ee;
}
.contact-form-bottom .contact-form-wrap {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .contact-map-side {
    min-height: 350px;
  }
}

