
:root{
 --navy:#062744;--navy2:#03182d;--blue:#175f9e;--aqua:#1db5be;--ice:#eef8fa;
 --gold:#b9893f;--text:#152b3c;--muted:#6b7c89;--line:#dce8ed;--white:#fff;
 --shadow:0 22px 60px rgba(6,39,68,.12);
}

/* ===== v14 - yeni 4K masaustu CollaGENS hero ===== */
@media (min-width:981px){
  .home-page .hero-final-backdrop{
    background:url("hero-desktop-v51.webp") center center / cover no-repeat !important;
  }

  .home-page .hero-final-visual{
    display:none !important;
  }
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--text);background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.narrow{width:min(860px,calc(100% - 40px));margin:auto}
.topbar{background:var(--navy2);color:#d8f1f2;font-size:12px}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-left{display:flex;gap:24px;align-items:center}
.topbar a:hover{color:#fff}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-inner{height:84px;display:flex;align-items:center;gap:28px}
.brand{width:176px;display:flex;align-items:center}
.brand img{width:100%;height:56px;object-fit:contain;object-position:left center}
.main-nav{display:flex;gap:25px;align-items:center;margin-left:auto}
.main-nav a{font-size:13px;font-weight:700;color:#43596b;position:relative;padding:32px 0}
.main-nav a:after{content:"";position:absolute;left:0;bottom:22px;width:0;height:2px;background:var(--aqua);transition:.25s}
.main-nav a:hover:after,.main-nav a.active:after{width:100%}
.order-link{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;padding:13px 18px;border-radius:10px;font-size:13px;font-weight:700}
.menu-toggle{display:none;border:0;background:none;width:38px}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0}

.hero{position:relative;overflow:hidden}
.hero-home{height:690px;background:#eef8fa}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.90) 37%,rgba(255,255,255,.25) 63%,rgba(255,255,255,.04) 100%)}
.hero-content{position:relative;z-index:2;height:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}
.eyebrow{text-transform:uppercase;letter-spacing:2.6px;font-size:12px;font-weight:700;color:var(--aqua)}
h1,h2{font-family:"Playfair Display",serif;color:var(--navy);margin:0}
.hero h1{font-size:60px;line-height:1.08;max-width:690px;margin:17px 0}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero p{font-size:17px;line-height:1.75;max-width:650px;color:#536a7b}
.hero-buttons{display:flex;gap:12px;margin-top:22px}
.btn{border:0;border-radius:11px;padding:14px 22px;font-weight:700;display:inline-flex;justify-content:center;align-items:center;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:linear-gradient(135deg,var(--navy),var(--blue));box-shadow:0 12px 30px rgba(17,81,130,.25)}
.btn-light{background:#fff;color:var(--navy);border:1px solid var(--line)}
.btn.full{width:100%}

.feature-strip{margin-top:-48px;position:relative;z-index:4}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}
.feature-grid article{padding:28px 30px;position:relative}
.feature-grid article+article{border-left:1px solid var(--line)}
.feature-grid span{font-size:12px;color:var(--aqua);font-weight:700}
.feature-grid h3{margin:9px 0;font-size:18px;color:var(--navy)}
.feature-grid p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}

.section{padding:90px 0}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.visual-card{border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}
.visual-card img{width:100%;height:100%;object-fit:cover}
.visual-card.soft{background:linear-gradient(135deg,#f6fbfc,#fff)}
.section-copy h2,.section-title h2,.cta h2,.page-hero h1{font-size:44px;line-height:1.2;margin:12px 0 18px}
.section-copy p,.section-title p{color:var(--muted);line-height:1.8}
.text-link{display:inline-flex;gap:10px;color:var(--blue);font-weight:700;margin-top:16px}
.centered{text-align:center;max-width:760px;margin:0 auto 46px}
.product-highlight{background:linear-gradient(180deg,#f7fbfc,#edf7f9)}
.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:900px;margin:auto}
.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;text-align:center;box-shadow:var(--shadow)}
.price-card.featured{border-color:#87c9d2;transform:translateY(-8px)}
.price-image{height:330px;display:grid;place-items:center;margin-bottom:16px}
.price-image img{width:100%;height:100%;object-fit:contain}
.price-card h3{color:var(--navy);font-size:24px;margin:10px 0}
.price-card p{color:var(--muted)}
.price-card strong{display:block;font-size:32px;color:var(--navy);margin:16px 0 22px}
.old-price{text-decoration:line-through;color:#9aa8b2}
.campaign-badge{position:absolute;top:20px;right:20px;background:var(--aqua);color:#fff;border-radius:99px;padding:9px 15px;font-size:12px;font-weight:700}
.why{background:var(--navy2);color:#fff}
.section-title.light h2{color:#fff}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.why-grid article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:25px}
.why-grid h3{margin-top:0;color:#fff}
.why-grid p{color:#c2d3df;line-height:1.7}
.cta{background:linear-gradient(135deg,var(--blue),var(--aqua));color:#fff}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.cta h2{color:#fff;max-width:760px;margin-top:10px}

.page-hero{padding:86px 0;background:
 radial-gradient(circle at 82% 25%,rgba(29,181,190,.18),transparent 30%),
 linear-gradient(135deg,#f9fcfd,#edf7fa)}
.page-hero h1{font-size:56px;margin:12px 0}
.page-hero p{max-width:720px;color:var(--muted);font-size:17px}
.prose{font-size:17px;line-height:1.9;color:#4f6473}
.prose h2{font-size:42px}
.prose blockquote{margin:42px 0 0;padding:26px 30px;border-left:4px solid var(--aqua);background:var(--ice);font-family:"Playfair Display",serif;font-size:26px;color:var(--navy)}
.values{background:var(--ice)}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.value-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}
.value-grid span{font-size:12px;color:var(--aqua);text-transform:uppercase;letter-spacing:2px;font-weight:700}
.value-grid h3{color:var(--navy);font-size:21px}
.value-grid p{color:var(--muted);line-height:1.7}
.product-intro .visual-card{height:500px}
.mini-facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.mini-facts span{padding:10px 13px;border-radius:99px;background:var(--ice);color:var(--blue);font-size:13px;font-weight:700}
.ingredients-section{background:#f7fbfc}
.ingredient-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ingredient-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;transition:.2s}
.ingredient-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.ingredient-grid h3{margin:0 0 10px;color:var(--navy)}
.ingredient-grid p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}
.usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.usage-grid article{border-top:3px solid var(--aqua);padding:24px;background:#fff;box-shadow:var(--shadow)}
.usage-grid h3{color:var(--navy)}
.usage-grid p{color:var(--muted);line-height:1.7}
.faq-list details{border-bottom:1px solid var(--line);padding:21px 0}
.faq-list summary{font-size:17px;color:var(--navy);font-weight:700;cursor:pointer}
.faq-list p{color:var(--muted);line-height:1.7}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:var(--shadow)}
.process-grid span{color:var(--aqua);font-weight:700}
.process-grid h3{color:var(--navy)}
.process-grid p{color:var(--muted);line-height:1.7}
.alt-bg{background:var(--ice)}
.two-col-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.two-col-cards article{background:#fff;border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.two-col-cards h2{font-size:32px}
.two-col-cards h3{color:var(--blue);margin-top:28px}
.two-col-cards p{color:var(--muted);line-height:1.75}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}
.contact-info{display:grid;gap:16px}
.contact-card{background:var(--ice);border-radius:18px;padding:24px}
.contact-card span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:2px;color:var(--aqua);margin-bottom:8px}
.contact-card a,.contact-card strong{font-size:18px;color:var(--navy)}
.site-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.site-form h2{font-size:34px;margin-bottom:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700;color:#40576a;margin-bottom:17px}
input,select,textarea{border:1px solid #cbdce4;border-radius:10px;padding:13px 14px;outline:none;background:#fbfdfe}
input:focus,select:focus,textarea:focus{border-color:var(--aqua);box-shadow:0 0 0 3px rgba(29,181,190,.12)}
.form-message{font-size:13px;color:#248064}
.order-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:start}
.order-form fieldset{border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:18px}
.order-form legend{font-weight:700;color:var(--navy);padding:0 8px}
.radio,.check{flex-direction:row;align-items:flex-start;font-weight:500}
.radio input,.check input{width:auto;margin-top:3px}
.check a{color:var(--blue);text-decoration:underline}
.eft-note{display:none;background:#eef8fa;border-left:4px solid var(--aqua);padding:18px;border-radius:12px;margin-bottom:18px}
.eft-note.show{display:block}
.eft-note h3{margin:0 0 7px;color:var(--navy)}
.eft-note p{color:var(--muted)}
.eft-note a{color:var(--blue);font-weight:700}
.order-summary{position:sticky;top:120px;background:linear-gradient(180deg,#f7fbfc,#fff);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.order-summary img{height:300px;margin:auto;object-fit:contain}
.order-summary h2{font-size:32px;margin:10px 0 22px}
.order-summary>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}
.order-summary .summary-total strong{font-size:23px;color:var(--blue)}
.order-summary p{color:var(--muted);line-height:1.7;font-size:13px}
.bank-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.bank-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.bank-grid h2{font-size:32px;margin-bottom:25px}
.bank-grid p{display:flex;flex-direction:column;gap:7px;padding:14px 0;border-bottom:1px solid var(--line)}
.bank-grid span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}
.notice{margin-top:24px;background:#fff5dd;border:1px solid #ead49f;border-radius:14px;padding:18px;color:#765a1e}
.legal-doc{font-size:16px;line-height:1.85;color:#4b6272}
.legal-doc section{padding:0 0 24px;margin-bottom:24px;border-bottom:1px solid var(--line)}
.legal-doc h2{font-size:28px;margin-bottom:12px}
.legal-doc p{margin:0 0 12px}

.site-footer{background:var(--navy2);color:#c5d6e2}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:45px;padding:64px 0}
.footer-logo{background:#fff;border-radius:12px;padding:8px;width:190px}
.footer-about p{max-width:380px;line-height:1.75;color:#91a7b7}
.footer-grid h3{color:#fff;font-size:15px}
.footer-grid>div{display:flex;flex-direction:column;gap:10px}
.footer-grid a:hover{color:#fff}
.copyright{text-align:center;padding:18px;border-top:1px solid rgba(255,255,255,.08);font-size:12px}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:80;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;box-shadow:0 18px 60px rgba(0,0,0,.16);display:none;align-items:center;justify-content:space-between;gap:20px}
.cookie-banner.show{display:flex}
.cookie-banner p{margin:5px 0 0;color:var(--muted);font-size:13px}
.cookie-actions{display:flex;align-items:center;gap:14px}
.cookie-actions a{color:var(--blue);font-size:13px}
.cookie-actions button{border:0;border-radius:9px;background:var(--navy);color:#fff;padding:10px 16px}

@media(max-width:980px){
 .main-nav{position:absolute;left:0;right:0;top:84px;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:20px;border-bottom:1px solid var(--line)}
 .main-nav.open{display:flex}.main-nav a{padding:8px 0}.main-nav a:after{bottom:2px}
 .menu-toggle{display:block;margin-left:auto}.order-link{display:none}
 .hero-home{height:640px}.hero h1{font-size:48px}
 .feature-grid,.why-grid,.process-grid{grid-template-columns:1fr 1fr}
 .split,.contact-layout,.order-layout{grid-template-columns:1fr}
 .value-grid,.ingredient-grid,.usage-grid{grid-template-columns:1fr 1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
 .order-summary{position:static}
}
@media(max-width:650px){
 .container{width:min(100% - 28px,1180px)}
 .topbar-left a:nth-child(2),.topbar-left span{display:none}
 .brand{width:145px}
 .hero-home{height:650px}.hero-media img{object-position:62% center}
 .hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.84))}
 .hero h1{font-size:38px}.hero p{font-size:15px}
 .hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}
 .feature-strip{margin-top:-25px}.feature-grid,.why-grid,.value-grid,.ingredient-grid,.usage-grid,.process-grid,.pricing-grid,.two-col-cards,.bank-grid{grid-template-columns:1fr}
 .feature-grid article+article{border-left:0;border-top:1px solid var(--line)}
 .section{padding:68px 0}.section-copy h2,.section-title h2,.cta h2,.page-hero h1{font-size:35px}
 .page-hero{padding:65px 0}.page-hero h1{font-size:43px}
 .form-grid{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr}
 .cta-inner{flex-direction:column;align-items:flex-start}
 .cookie-banner{flex-direction:column;align-items:flex-start}
}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-message.error{color:#a13939}.order-form button:disabled{opacity:.65;cursor:not-allowed}

/* v7.2 - compact campaign cards */
.product-highlight{padding:56px 0 68px}
.product-highlight .section-title.centered{margin-bottom:24px}
.pricing-grid.pricing-grid-compact{max-width:1080px;grid-template-columns:0.95fr 1.25fr;gap:18px;align-items:stretch}
.price-card.price-card-compact{min-height:190px;border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:42% 58%;align-items:center;text-align:left;overflow:visible;box-shadow:0 12px 34px rgba(8,42,73,.08);position:relative}
.price-card.price-card-compact.featured{transform:none}
.price-card-compact .price-image{height:155px;margin:0;min-width:0}
.price-card-compact .price-image img{width:100%;height:100%;object-fit:contain;object-position:center}
.price-card-content{min-width:0;padding:4px 6px 4px 10px}
.price-card-content h3{font-size:18px;line-height:1.2;margin:0 0 4px;color:var(--navy);white-space:nowrap}
.price-card-content strong{display:block;font-family:"Playfair Display",serif;font-size:34px;line-height:1;color:var(--navy);margin:0 0 5px}
.price-card-content p{font-size:13px;line-height:1.35;color:var(--muted);margin:0 0 12px}
.compact-order-btn{display:inline-flex;align-items:center;justify-content:center;min-width:112px;padding:9px 15px;border-radius:8px;background:linear-gradient(135deg,#20b9bd,#0796a5);color:#fff;font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(18,158,170,.18);transition:.2s}
.compact-order-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(18,158,170,.26)}
.package-index{position:absolute;left:14px;top:14px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#12a8b2;color:#fff;font-size:10px;font-weight:800;z-index:3}
.bundle-pack{background:linear-gradient(120deg,#082f58,#031e3b 70%,#062a4e);border-color:#0d466e!important;color:#fff;padding-right:56px!important}
.bundle-pack .price-card-content h3,.bundle-pack .price-card-content strong{color:#fff}
.bundle-pack .price-card-content p{color:#dbeaf4}
.bundle-pack .price-image{height:160px}
.bundle-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}
.bundle-price-row strong{margin:0}
.bundle-pack .campaign-badge{position:static;display:inline-flex;align-items:center;justify-content:center;background:#10aeb7;color:#fff;border-radius:999px;padding:6px 11px;font-size:10px;font-weight:800;white-space:nowrap;box-shadow:none}
.popular-badge{position:absolute;right:20px;top:12px;background:#10aeb7;color:#fff;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:800;letter-spacing:.2px;z-index:3}
.advantage-badge{position:absolute;right:-28px;top:50%;transform:translateY(-50%);width:72px;height:72px;border-radius:50%;background:linear-gradient(145deg,#1dc0c4,#0793a2);border:4px solid #fff;box-shadow:0 10px 24px rgba(0,0,0,.13);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;z-index:4}
.advantage-badge b{font-size:22px;line-height:1}.advantage-badge span{font-size:8px;font-weight:800;margin-top:3px}

@media(max-width:980px){
 .pricing-grid.pricing-grid-compact{grid-template-columns:1fr;max-width:720px}
 .advantage-badge{right:12px}
 .bundle-pack{padding-right:85px!important}
}
@media(max-width:650px){
 .product-highlight{padding:48px 0 56px}
 .pricing-grid.pricing-grid-compact{gap:14px}
 .price-card.price-card-compact{grid-template-columns:42% 58%;min-height:160px;padding:14px 14px;border-radius:15px}
 .price-card-compact .price-image{height:125px}
 .price-card-content{padding-left:4px}
 .price-card-content h3{font-size:15px;white-space:normal}
 .price-card-content strong{font-size:27px}
 .price-card-content p{font-size:11px;margin-bottom:9px}
 .compact-order-btn{min-width:96px;padding:8px 11px;font-size:11px}
 .bundle-pack{padding-right:55px!important}
 .popular-badge{right:10px;top:9px;font-size:7px;padding:4px 7px}
 .advantage-badge{right:-6px;width:58px;height:58px;border-width:3px}
 .advantage-badge b{font-size:18px}.advantage-badge span{font-size:7px}
 .package-index{left:9px;top:9px;width:22px;height:22px;font-size:8px}
}


/* v7.3 - menu + vertical campaign cards */
@media(min-width:981px){
  .header-inner{gap:24px}
  .main-nav{margin-left:30px;gap:27px}
  .main-nav a{font-size:15px;padding:31px 0}
  .order-link{margin-left:auto;font-size:14px;padding:14px 20px}
}

.product-highlight{padding:62px 0 76px}
.product-highlight .section-title.centered{margin-bottom:28px}
.pricing-grid.pricing-grid-compact{
  max-width:1040px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}
.price-card.price-card-compact{
  min-height:455px;
  border-radius:24px;
  padding:26px 28px 28px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  text-align:center;
  overflow:visible;
  box-shadow:0 18px 44px rgba(8,42,73,.10);
  position:relative;
}
.price-card.price-card-compact.featured{transform:none}
.price-card-compact .price-image{
  width:100%;
  height:245px;
  margin:0 0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}
.price-card-compact .price-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.price-card-content{
  width:100%;
  min-width:0;
  padding:4px 6px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.price-card-content h3{
  font-size:22px;
  line-height:1.25;
  margin:0 0 8px;
  color:var(--navy);
  white-space:normal;
}
.price-card-content strong{
  display:block;
  font-family:"Playfair Display",serif;
  font-size:39px;
  line-height:1.05;
  color:var(--navy);
  margin:0 0 8px;
}
.price-card-content p{
  font-size:14px;
  line-height:1.45;
  color:var(--muted);
  margin:0 0 18px;
}
.compact-order-btn{
  min-width:150px;
  padding:11px 22px;
  border-radius:9px;
  font-size:13px;
}
.package-index{display:none!important}
.bundle-pack{
  background:linear-gradient(135deg,#082f58,#031e3b 72%,#062a4e);
  border-color:#0d466e!important;
  color:#fff;
  padding:26px 42px 28px!important;
}
.bundle-pack .price-image{height:245px}
.bundle-pack .price-card-content h3,
.bundle-pack .price-card-content strong{color:#fff}
.bundle-pack .price-card-content p{color:#dbeaf4}
.bundle-price-row{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:0 0 5px;
}
.bundle-price-row strong{margin:0}
.bundle-pack .campaign-badge{
  position:static;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 13px;
  font-size:10px;
}
.popular-badge{right:18px;top:16px;font-size:9px;padding:6px 11px}
.advantage-badge{
  right:-28px;
  top:54%;
  width:78px;
  height:78px;
}
.advantage-badge b{font-size:23px}
.advantage-badge span{font-size:8px}

@media(max-width:980px){
  .pricing-grid.pricing-grid-compact{grid-template-columns:1fr;max-width:650px}
  .price-card.price-card-compact{min-height:430px}
  .bundle-pack{padding:24px 55px 28px!important}
  .advantage-badge{right:10px}
}
@media(max-width:650px){
  .product-highlight{padding:50px 0 58px}
  .pricing-grid.pricing-grid-compact{gap:18px}
  .price-card.price-card-compact{
    min-height:385px;
    padding:20px 18px 22px;
    border-radius:18px;
  }
  .price-card-compact .price-image,.bundle-pack .price-image{height:205px}
  .price-card-content h3{font-size:19px}
  .price-card-content strong{font-size:34px}
  .price-card-content p{font-size:13px;margin-bottom:14px}
  .compact-order-btn{min-width:132px;padding:10px 18px;font-size:12px}
  .bundle-pack{padding:20px 44px 22px!important}
  .popular-badge{right:10px;top:10px;font-size:7px;padding:5px 8px}
  .advantage-badge{right:-7px;top:55%;width:62px;height:62px;border-width:3px}
  .advantage-badge b{font-size:18px}.advantage-badge span{font-size:7px}
}

/* ===== v8.2 Ana sayfa hero rötuşu ===== */
@media (min-width:981px){
  .hero-home .hero-content{
    transform:translate(-46px,-30px);
  }
  .hero-home .hero-content .eyebrow{
    font-size:11px;
  }
  .hero-home .hero-content h1{
    font-size:54px;
    line-height:1.07;
    max-width:620px;
    margin:14px 0 15px;
  }
  .hero-home .hero-content p{
    font-size:16px;
    line-height:1.68;
    max-width:610px;
  }
  .hero-home .hero-buttons{
    margin-top:18px;
  }
}

@media (max-width:980px){
  .hero-home .hero-content{transform:none;}
}

@media (max-width:650px){
  .hero-home .hero-content{
    transform:none;
    justify-content:center;
  }
  .hero-home .hero-content h1{
    font-size:36px;
    line-height:1.08;
    max-width:100%;
  }
  .hero-home .hero-content p{
    font-size:15px;
    line-height:1.6;
    max-width:100%;
  }
}


/* ===== DÜZELTME: İlk ekranda sadece ürün görseli + eski hero aynen ===== */

/* Varsayılan: masaüstünde ek ürün vitrini görünmesin, mevcut tasarım korunsun */
.mobile-first-product{
  display:none;
}

/* Mobil / tablet üst başlık: Logo | Sipariş Ver | Menü */
@media (max-width:980px){
  .header-inner{
    display:flex;
    align-items:center;
    gap:10px;
  }

  .brand{
    order:1;
    flex:0 1 145px;
    min-width:0;
  }

  .order-link{
    order:2;
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    align-items:center;
    justify-content:center;
    margin-left:auto !important;
    flex:0 0 auto;
    white-space:nowrap;
    padding:10px 13px;
    font-size:12px;
    line-height:1;
    border-radius:9px;
  }

  .menu-toggle{
    order:3;
    display:block !important;
    margin-left:0 !important;
    flex:0 0 36px;
    width:36px;
  }

  .main-nav{
    order:4;
  }

  /* İlk ekran sadece ürün görseli */
  .mobile-first-product{
    display:block;
    width:100%;
    height:calc(100svh - 122px);
    min-height:520px;
    background:#eef8fa;
    overflow:hidden;
  }

  .mobile-first-product img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
  }

  /* Altındaki eski hero metni aynen kalsın, tekrar ürün resmi göstermesin */
  .hero-after-product{
    height:auto !important;
    min-height:560px;
    background:#fff !important;
  }

  .hero-after-product .hero-media,
  .hero-after-product .hero-overlay{
    display:none !important;
  }

  .hero-after-product .hero-content{
    min-height:560px;
  }
}

@media (max-width:650px){
  .header-inner{
    height:72px;
    gap:7px;
  }

  .brand{
    width:118px;
    flex-basis:118px;
  }

  .brand img{
    height:46px;
  }

  .order-link{
    display:inline-flex !important;
    padding:9px 10px;
    font-size:10.5px;
    border-radius:8px;
  }

  .menu-toggle{
    width:32px;
    flex-basis:32px;
    padding:3px;
  }

  .main-nav{
    top:72px;
  }

  .mobile-first-product{
    height:calc(100svh - 110px);
    min-height:500px;
  }

  .mobile-first-product img{
    object-position:64% center;
  }

  /* Eski hero mobil tipografisi ve butonları korunur */
  .hero-after-product{
    min-height:520px;
  }

  .hero-after-product .hero-content{
    min-height:520px;
    justify-content:center;
  }
}

@media (max-width:370px){
  .brand{
    width:102px;
    flex-basis:102px;
  }

  .order-link{
    padding:8px 8px;
    font-size:9.5px;
  }

  .header-inner{
    gap:5px;
  }
}

/* ===== v8.4 - ekranı dolduran ana sayfa görseli ===== */
@media (min-width:981px){
  .hero-home{
    height:calc(100vh - 122px);
    height:calc(100svh - 122px);
    min-height:580px;
    background:#eef8fa;
  }

  .hero-home .hero-media,
  .hero-home .hero-media img{
    width:100%;
    height:100%;
  }

  .hero-home .hero-media img{
    object-fit:cover;
    object-position:center center;
  }

  .hero-home .hero-overlay{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.72) 0%,
      rgba(255,255,255,.48) 31%,
      rgba(255,255,255,.10) 54%,
      rgba(255,255,255,0) 70%
    );
  }
}

@media (max-width:980px){
  .hero-home.hero-after-product{
    height:auto !important;
    min-height:560px;
    background:#fff !important;
  }

  .hero-home.hero-after-product .hero-media,
  .hero-home.hero-after-product .hero-overlay{
    display:none !important;
  }

  .hero-home.hero-after-product .hero-content{
    min-height:560px;
  }
}

@media (max-width:650px){
  .hero-home.hero-after-product{
    min-height:520px;
  }

  .hero-home.hero-after-product .hero-content{
    min-height:520px;
  }
}

/* ===== v8.5 - ana sayfa metnini sol üst alana yerleştirme ===== */
@media (min-width:981px){
  .hero-home.hero-after-product .hero-content{
    transform:none;
    justify-content:flex-start;
    padding-top:clamp(34px,5vh,54px);
    margin-left:clamp(24px,2.8vw,50px);
    margin-right:auto;
  }
}

/* ===== v8.6 - bilgi kutularını hero görselinin altına ve tam genişliğe alma ===== */
.feature-strip{
  margin-top:0;
}

.feature-strip .feature-grid{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
  border-left:0;
  border-right:0;
  border-radius:0;
}

/* ===== v8.7 - beyaz geçişi yalnızca ana sayfa metninin arkasında tutma ===== */
@media (min-width:981px){
  .hero-home.hero-after-product .hero-overlay{
    inset:18px auto auto 0;
    width:min(760px,72vw);
    height:470px;
    background:radial-gradient(
      ellipse at 34% 38%,
      rgba(255,255,255,.66) 0%,
      rgba(255,255,255,.40) 44%,
      rgba(255,255,255,.13) 70%,
      rgba(255,255,255,0) 100%
    );
  }
}

/* ===== v9.0 - katmanlı, kesilmeden ölçeklenen ana sayfa hero ===== */
.hero-final{
  isolation:isolate;
  height:calc(100vh - 122px);
  height:calc(100svh - 122px);
  min-height:620px;
  max-height:860px;
  background:#f3f8fc;
}

.hero-final-backdrop{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.46) 0%,rgba(255,255,255,.16) 43%,rgba(255,255,255,0) 62%),
    url("hero-silk-bg.png") center / cover no-repeat;
}

.hero-final-visual{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
}

.hero-final-visual img{
  position:absolute;
  max-width:none;
  height:auto;
  filter:drop-shadow(0 24px 28px rgba(4,36,83,.20));
}

.hero-final-product{
  z-index:2;
  left:40%;
  bottom:clamp(18px,3.2vh,34px);
  width:clamp(860px,54vw,1060px);
  clip-path:inset(0 34% 0 0);
}

.hero-final-model{
  z-index:1;
  right:-100px;
  bottom:0;
  width:clamp(900px,55vw,1050px);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 59%,rgba(0,0,0,.28) 63%,#000 68%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,transparent 59%,rgba(0,0,0,.28) 63%,#000 68%,#000 100%);
}

.hero-final .hero-final-content{
  position:relative;
  z-index:2;
  height:100%;
  min-height:0;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  transform:none;
  margin:0 auto;
  padding:clamp(48px,6.5vh,68px) 0 0;
}

.hero-final-copy{
  width:min(45%,560px);
  padding:0;
}

.hero-final .eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 14px;
  border:1px solid rgba(19,103,174,.18);
  border-radius:999px;
  background:rgba(255,255,255,.62);
  color:#1766a6;
  font-size:11px;
  letter-spacing:2.2px;
  backdrop-filter:blur(8px);
}

.hero-final h1{
  max-width:none;
  margin:16px 0 14px;
  color:#071e46;
  font-family:"Playfair Display",serif;
  font-size:clamp(56px,5.2vw,88px);
  font-weight:700;
  line-height:.94;
  letter-spacing:-3px;
}

.hero-final h1 span{
  color:#1266b2;
}

.hero-final p{
  max-width:535px;
  margin:0;
  color:#324d66;
  font-size:clamp(16px,1.05vw,18px);
  line-height:1.68;
}

.hero-final .hero-buttons{
  margin-top:25px;
}

.hero-final .btn-light{
  border-color:rgba(7,30,70,.18);
  background:rgba(255,255,255,.74);
  box-shadow:0 10px 30px rgba(15,73,125,.08);
  backdrop-filter:blur(8px);
}

@media (max-width:1180px) and (min-width:981px){
  .hero-final-product{
    left:41%;
    width:860px;
  }

  .hero-final-model{
    right:-105px;
    width:900px;
  }

  .hero-final-copy{
    width:44%;
  }

  .hero-final p{
    font-size:16px;
  }
}

@media (min-width:981px) and (max-height:800px){
  .hero-final-product{
    left:45%;
    bottom:10px;
    width:800px;
  }

  .hero-final-model{
    right:-80px;
    width:820px;
  }

  .hero-final-copy{
    width:min(42%,480px);
  }

  .hero-final h1{
    font-size:clamp(50px,4.6vw,76px);
  }

  .hero-final p{
    font-size:15px;
    line-height:1.55;
  }
}

@media (max-width:980px){
  .mobile-first-product{
    display:none !important;
  }

  .hero-final{
    height:auto !important;
    min-height:850px;
    max-height:none;
    background:#f3f8fc !important;
  }

  .hero-final-backdrop{
    display:block !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,.08) 48%,rgba(255,255,255,0) 70%),
      url("hero-silk-bg.png") 61% center / cover no-repeat;
  }

  .hero-final .hero-final-content{
    min-height:850px;
    align-items:flex-start;
    justify-content:flex-start;
    padding-top:clamp(30px,5vw,48px);
  }

  .hero-final-copy{
    width:min(100%,600px);
    padding:0;
  }

  .hero-final h1{
    margin:14px 0 12px;
    font-size:clamp(52px,10vw,76px);
  }

  .hero-final p{
    max-width:580px;
    font-size:16px;
    line-height:1.58;
  }

  .hero-final-product{
    left:clamp(-48px,-5vw,-30px);
    bottom:14px;
    width:clamp(600px,91vw,700px);
  }

  .hero-final-model{
    right:clamp(-110px,-12vw,-58px);
    bottom:clamp(50px,8vw,68px);
    width:clamp(600px,91vw,700px);
  }
}

@media (max-width:650px){
  .hero-final{
    min-height:780px;
  }

  .hero-final-backdrop{
    background:
      linear-gradient(180deg,rgba(255,255,255,.56) 0%,rgba(255,255,255,.20) 50%,rgba(255,255,255,0) 74%),
      url("hero-silk-bg.png") 63% center / cover no-repeat;
  }

  .hero-final .hero-final-content{
    min-height:780px;
    padding-top:26px;
  }

  .hero-final-copy{
    width:100%;
  }

  .hero-final .eyebrow{
    min-height:28px;
    padding:6px 11px;
    font-size:9.5px;
    letter-spacing:1.7px;
  }

  .hero-final h1{
    margin:12px 0 10px;
    font-size:clamp(48px,15.5vw,66px);
    letter-spacing:-2px;
  }

  .hero-final p{
    max-width:100%;
    font-size:14.5px;
    line-height:1.52;
  }

  .hero-final .hero-buttons{
    width:100%;
    margin-top:17px;
    flex-direction:row;
    gap:9px;
  }

  .hero-final .hero-buttons .btn{
    width:auto;
    flex:1 1 0;
    min-width:0;
    padding:12px 8px;
    font-size:12px;
  }

  .hero-final-product{
    bottom:14px;
  }

  .hero-final-model{
    bottom:56px;
  }
}

@media (max-width:390px){
  .hero-final{
    min-height:750px;
  }

  .hero-final .hero-final-content{
    min-height:750px;
  }

  .hero-final p{
    font-size:13.5px;
  }

}

/* ===== v13 - ana sayfa masaustu duzenlemeleri ===== */
.desktop-social-links{
  display:none;
}

@media (min-width:981px){
  .home-page .site-header{
    position:sticky;
    top:0;
    margin-bottom:-84px;
    background:transparent;
    border-bottom-color:transparent;
    box-shadow:none;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
    transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease;
  }

  .home-page .site-header.is-scrolled{
    background:rgba(255,255,255,.96);
    border-bottom-color:rgba(6,39,68,.10);
    box-shadow:0 10px 30px rgba(6,39,68,.11);
    -webkit-backdrop-filter:blur(14px);
    backdrop-filter:blur(14px);
  }

  .home-page .hero-final{
    height:calc(100vh - 38px);
    height:calc(100svh - 38px);
  }

  .home-page .hero-final .hero-final-content{
    width:100%;
    max-width:none;
    margin:0;
    padding:116px 40px 0 clamp(24px,2.4vw,46px);
  }

  .home-page .hero-final-copy{
    width:min(570px,40vw);
  }

  .topbar-phone-group{
    display:flex;
    align-items:center;
    gap:8px;
  }

  .topbar-phone-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
  }

  .topbar-phone-link i{
    color:#7bd7df;
    font-size:12px;
  }

  .topbar-whatsapp-mini{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:23px;
    height:23px;
    border-radius:50%;
    color:#fff;
    background:#25d366;
    font-size:14px;
    transition:transform .2s ease,box-shadow .2s ease;
  }

  .topbar-whatsapp-mini:hover{
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 5px 14px rgba(37,211,102,.35);
  }

  .desktop-social-links{
    position:fixed;
    right:24px;
    bottom:28px;
    z-index:70;
    display:flex;
    flex-direction:column;
    gap:11px;
  }

  .social-button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    border-radius:50%;
    color:#fff;
    font-size:25px;
    box-shadow:0 10px 28px rgba(3,24,45,.22);
    transition:transform .22s ease,box-shadow .22s ease;
  }

  .social-button:hover{
    color:#fff;
    transform:translateY(-3px) scale(1.04);
    box-shadow:0 14px 34px rgba(3,24,45,.28);
  }

  .social-button.whatsapp{
    background:#25d366;
  }

  .social-button.instagram{
    background:radial-gradient(circle at 30% 105%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
  }
}

/* ===== v15 - masaustu medya ve görünürlük alanları ===== */
.brand-picture{
  display:block;
  width:100%;
  height:56px;
}

.brand-picture img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}

.responsive-media-picture,
.order-product-picture{
  display:block;
  width:100%;
}

@media (min-width:981px){
  .is-hidden-desktop{
    display:none !important;
  }

  .about-preview .responsive-media-picture img{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:5 / 2;
    object-fit:cover;
  }

  .product-intro .responsive-media-picture{
    height:100%;
  }

  .product-intro .responsive-media-picture img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .order-product-picture{
    overflow:hidden;
    margin-bottom:16px;
    border-radius:18px;
    background:#d9eafb;
  }

  .order-summary .order-product-picture img{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:1 / 1;
    object-fit:cover;
    border-radius:18px;
  }
}


/* ===== v16 - üst bilgi bandı, banka kartları ve form iyileştirmeleri ===== */
.topbar{font-size:18px}
.topbar-inner{min-height:57px;gap:26px}
.topbar-left{gap:30px}
.topbar-phone-group{display:flex;align-items:center;gap:10px}
.topbar-phone-link{display:inline-flex;align-items:center;gap:9px;font-weight:600}
.topbar-phone-link i{font-size:16px;color:#82dfe5}
.topbar-whatsapp-mini{display:inline-flex;align-items:center;justify-content:center;width:33px;height:33px;border-radius:50%;background:#25d366;color:#fff;font-size:20px;box-shadow:0 5px 14px rgba(37,211,102,.25)}
.topbar-whatsapp-mini:hover{color:#fff;transform:translateY(-1px)}
.topbar-email,.topbar-shipping,.topbar-bank{font-weight:600}
.bank-grid-v16{max-width:1120px;gap:30px}
.bank-card{padding:36px 38px!important}
.bank-logo-wrap{height:82px;display:flex;align-items:center;margin-bottom:18px}
.bank-logo-wrap img{width:auto;max-width:310px;max-height:72px;object-fit:contain}
.bank-card .iban{font-size:20px;letter-spacing:.8px;color:var(--navy);word-break:break-word}
.bank-card p strong{line-height:1.45}
.location-grid select{min-height:50px;background-color:#fbfdfe}

@media(max-width:980px){
 .topbar{font-size:13px}
 .topbar-inner{min-height:48px}
 .topbar-left{gap:13px;flex-wrap:wrap;padding:7px 0}
 .topbar-whatsapp-mini{width:28px;height:28px;font-size:17px}
 .topbar-email,.topbar-shipping{display:none}
 .bank-logo-wrap{height:65px}
 .bank-card .iban{font-size:16px}
}


/* ===== v16 - ana sayfa görsel ve paket ölçekleri ===== */
@media(min-width:981px){
  .home-page .hero-final{height:calc(100vh - 57px);height:calc(100svh - 57px)}
  .about-preview{padding:72px 0}
  .about-preview .container.split{width:min(1480px,calc(100% - 42px));grid-template-columns:minmax(0,1.38fr) minmax(430px,.82fr);gap:52px}
  .about-preview .visual-card{border-radius:22px;box-shadow:0 20px 48px rgba(6,39,68,.10)}
  .about-preview .responsive-media-picture img{width:100%;height:auto;aspect-ratio:5/2;object-fit:cover}
  .product-highlight .container{width:min(1320px,calc(100% - 42px))}
  .pricing-grid.pricing-grid-compact{max-width:1220px;gap:34px}
  .price-card.price-card-compact{min-height:520px;padding:30px 34px 32px;border-radius:28px}
  .price-card-compact .price-image,.bundle-pack .price-image{height:300px;margin-bottom:14px}
  .price-card-content h3{font-size:25px;margin-bottom:10px}
  .price-card-content strong{font-size:46px;margin-bottom:10px}
  .price-card-content p{font-size:15px;margin-bottom:20px}
  .compact-order-btn{min-width:166px;padding:13px 24px;font-size:14px}
  .bundle-pack{padding:30px 52px 32px!important}
  .advantage-badge{width:88px;height:88px;right:-24px}
  .advantage-badge b{font-size:26px}
}

/* ===== v18 - TÜM SAYFALARDA AYNI ÜST BİLGİ BANDI ===== */
.topbar{
  background:var(--navy2);
  color:#d8f1f2;
  font-size:18px;
}
.topbar-inner{
  min-height:57px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.topbar-left{
  display:flex;
  align-items:center;
  gap:30px;
}
.topbar-phone-group{
  display:flex;
  align-items:center;
  gap:10px;
}
.topbar-phone-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-weight:600;
}
.topbar-phone-link i{
  font-size:16px;
  color:#82dfe5;
}
.topbar-whatsapp-mini{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:33px;
  height:33px;
  min-width:33px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  font-size:20px;
  box-shadow:0 5px 14px rgba(37,211,102,.25);
}
.topbar-whatsapp-mini:hover{
  color:#fff;
  transform:translateY(-1px);
}
.topbar-email,
.topbar-shipping,
.topbar-bank{
  font-weight:600;
}
.topbar a:hover{color:#fff}

@media(max-width:980px){
  .topbar{font-size:13px}
  .topbar-inner{min-height:48px;gap:12px}
  .topbar-left{gap:13px;flex-wrap:wrap;padding:7px 0}
  .topbar-whatsapp-mini{width:28px;height:28px;min-width:28px;font-size:17px}
  .topbar-email,.topbar-shipping{display:none}
}

/* ===== DESKTOP: Mobilde begenilen Icerikler + Kadin gorunumu ===== */
@media (min-width:981px){
  .home-page .about-preview .desktop-ingredients-card{
    position:relative;
    min-height:560px;
    overflow:hidden;
    background:transparent;
    border:0;
    box-shadow:0 20px 48px rgba(6,39,68,.12);
  }
  .home-page .desktop-ingredients-visual{
    position:relative;
    width:100%;
    min-height:560px;
    height:100%;
    overflow:hidden;
    border-radius:22px;
    color:#fff;
    background:linear-gradient(110deg,#062b58 0%,#073766 62%,#0b4775 100%);
    padding:38px 34px 34px;
  }
  .home-page .desktop-ingredients-copy{
    position:relative;
    z-index:3;
    width:64%;
    max-width:64%;
  }
  .home-page .desktop-ingredients-copy h3{
    margin:0 0 26px;
    color:#fff;
    font-family:"Playfair Display",serif;
    font-size:50px;
    line-height:1;
    font-weight:700;
    letter-spacing:-.7px;
  }
  .home-page .desktop-ingredients-copy h3::after{
    content:"";
    display:block;
    width:52px;
    height:4px;
    margin-top:14px;
    border-radius:999px;
    background:#42c9e7;
  }
  .home-page .desktop-ingredient-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 24px;
    width:100%;
  }
  .home-page .desktop-ingredient-column{
    display:flex;
    flex-direction:column;
    gap:11px;
    min-width:0;
  }
  .home-page .desktop-ingredient-column p{
    position:relative;
    margin:0;
    padding-left:17px;
    color:#fff;
    font-size:16px;
    line-height:1.2;
    font-weight:700;
    overflow-wrap:anywhere;
  }
  .home-page .desktop-ingredient-column p::before{
    content:"";
    position:absolute;
    left:0;
    top:.48em;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#55d8f4;
  }
  .home-page .desktop-ingredients-woman{
    display:block;
    position:absolute;
    z-index:2;
    right:-24px;
    bottom:0;
    width:auto;
    height:100%;
    max-width:none;
    max-height:none;
    object-fit:contain;
    object-position:right bottom;
    filter:drop-shadow(-10px 12px 22px rgba(0,18,42,.14));
    -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.28) 10%,#000 30%,#000 100%);
    mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.28) 10%,#000 30%,#000 100%);
  }
}

@media (min-width:981px) and (max-width:1180px){
  .home-page .about-preview .desktop-ingredients-card,
  .home-page .desktop-ingredients-visual{min-height:610px}
  .home-page .desktop-ingredients-visual{padding:32px 24px 28px}
  .home-page .desktop-ingredients-copy{width:67%;max-width:67%}
  .home-page .desktop-ingredients-copy h3{font-size:43px;margin-bottom:22px}
  .home-page .desktop-ingredient-columns{gap:0 14px}
  .home-page .desktop-ingredient-column{gap:10px}
  .home-page .desktop-ingredient-column p{font-size:13.5px;padding-left:14px}
  .home-page .desktop-ingredient-column p::before{width:6px;height:6px}
  .home-page .desktop-ingredients-woman{right:-70px}
}

/* ===== V51: yönetici panelinden gelen metinlerde eski içeriğin anlık görünmesini önle ===== */
.dynamic-data-loading [data-site],.dynamic-data-loading [data-product]{visibility:hidden}
