


/* Hero — landing.html ile aynı (section.hero, .hero-bg background-image) */
.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;overflow:hidden;}
.hero .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center top;transform:scale(1.05);animation:zoomout 8s ease forwards;}
@keyframes zoomout{to{transform:scale(1);}}
.hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,9,5,0.92) 0%,rgba(10,9,5,0.2) 55%,transparent 100%);}
.hero .hero-content{position:relative;z-index:2;padding:8vh 6vw;max-width:680px;animation:fadeup 1.2s ease 0.3s both;}
@keyframes fadeup{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:none;}}
.hero .hero-label{display:inline-block;font-size:11px;letter-spacing:4px;text-transform:uppercase;color:#c8a96e;margin-bottom:20px;background:rgba(0,0,0,0.45);padding:8px 18px;border-radius:2px;}
.hero h1{font-family:"Cormorant Garamond",serif;font-size:clamp(42px,7vw,90px);font-weight:300;line-height:1.05;color:#fff;margin-bottom:20px;}
.hero h1 em{font-style:italic;color:#e8c98a;}
.hero .hero-sub{font-size:15px;color:rgba(255,255,255,0.65);line-height:1.7;max-width:440px;margin-bottom:14px;}
.hero .hero-urgency{display:flex;align-items:center;gap:12px;margin-bottom:32px;background:rgba(192,57,43,0.15);border:1px solid rgba(192,57,43,0.3);padding:10px 18px;width:fit-content;}
.hero .urgency-dot{width:8px;height:8px;border-radius:50%;background:#c0392b;animation:pulse 1.5s infinite;flex-shrink:0;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.3;}}
.hero .urgency-text{font-size:12px;color:rgba(255,255,255,0.8);}
.hero .urgency-text strong{color:#fff;}
.hero .countdown{display:flex;gap:8px;align-items:center;}
.hero .count-block{text-align:center;}
.hero .count-num{font-family:"Cormorant Garamond",serif;font-size:22px;color:#fff;line-height:1;font-weight:300;}
.hero .count-label{font-size:9px;letter-spacing:1px;color:rgba(255,255,255,0.4);text-transform:uppercase;}
.hero .count-sep{font-size:18px;color:#c8a96e;margin-top:-8px;}
.hero .btn-primary{display:inline-block;background:#c8a96e;color:#111008;padding:16px 44px;font-family:"Jost",sans-serif;font-size:12px;font-weight:500;letter-spacing:3px;text-transform:uppercase;text-decoration:none;transition:background 0.3s,transform 0.3s;cursor:pointer;border:none;}
.hero .btn-primary:hover{background:#e8c98a;transform:translateY(-2px);}
.hero .hero-btns{display:flex;flex-wrap:wrap;gap:16px;align-items:center;}
.hero .hero-btns .btn-primary,.hero .hero-btns .btn-outline{flex-shrink:0;}
.hero .hero-btns .btn-outline{margin-left:0;}
@media (min-width:768px){.hero .hero-btns{flex-direction:row!important;flex-wrap:nowrap!important;}}
.hero .btn-outline{display:inline-block;border:1px solid rgba(255,255,255,0.4);color:#fff;padding:15px 44px;font-family:"Jost",sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;text-decoration:none;transition:border-color 0.3s,color 0.3s;cursor:pointer;background:none;}
.hero .btn-outline:hover{border-color:#c8a96e;color:#c8a96e;}
@media (max-width:767px){.hero .hero-btns{flex-direction:column!important;align-items:flex-start;}}
.hero .hero-scroll{position:absolute;bottom:40px;right:6vw;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,0.4);font-size:10px;letter-spacing:2px;text-transform:uppercase;}
.hero .scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,#c8a96e,transparent);animation:scrolldown 2s ease infinite;}
@keyframes scrolldown{0%{transform:scaleY(0);transform-origin:top;}50%{transform:scaleY(1);transform-origin:top;}51%{transform-origin:bottom;}100%{transform:scaleY(0);transform-origin:bottom;}}

/* Stats Bar — landing.html STATS ile aynı */
/* Stats Bar — ürün yorumları marquee (sola doğru yavaş kayma) */
.stats-bar{background-color:#111008;background:#111008;padding:18px 0;overflow:hidden;}
.stats-bar-marquee-wrap{overflow:hidden;width:100%;}
.stats-bar-marquee-track{display:flex;gap:48px;animation:stats-marquee 5s linear infinite;}
.stats-bar-marquee-track:hover{animation-play-state:paused;}
@keyframes stats-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.stats-bar-review{display:flex;align-items:center;gap:12px;flex-shrink:0;white-space:nowrap;font-size:13px;color:rgba(255,255,255,0.85);}
.stats-bar-stars{color:#c8a96e;}
.stats-bar-stars .star-off{color:rgba(255,255,255,0.25);}
.stats-bar-review-text{max-width:320px;overflow:hidden;text-overflow:ellipsis;}
.stats-bar-review-product{color:rgba(255,255,255,0.5);font-size:11px;}

/* Sticky Bar — landing altta sabit CTA */
.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;background:#111008;border-top:1px solid rgba(200,169,110,0.3);padding:14px 6vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;transform:translateY(100%);transition:transform 0.4s ease;}
.sticky-bar.visible{transform:translateY(0);}
.sticky-info{display:flex;align-items:center;gap:24px;flex-wrap:wrap;}
.sticky-name{font-family:"Cormorant Garamond",serif;font-size:20px;color:#fff;font-weight:300;}
.sticky-price{font-family:"Cormorant Garamond",serif;font-size:24px;color:#c8a96e;font-weight:300;}
.sticky-stock{font-size:11px;color:rgba(255,255,255,0.4);letter-spacing:1px;}
.sticky-btn{background:#c8a96e;color:#111008;padding:12px 32px;font-family:"Jost",sans-serif;font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;border:none;cursor:pointer;transition:background 0.2s;}
.sticky-btn:hover{background:#e8c98a;}
.sticky-btn:focus{outline:none;box-shadow:none;}
@media (max-width:768px){.sticky-bar{flex-direction:column;align-items:stretch;}.sticky-btn{width:100%;}}

/* Price Compare — landing.html PRICE COMPARE ile aynı */
.price-compare{background:#f5f0e8;padding:70px 6vw;text-align:center;}
.price-compare .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.price-compare .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:20px;}
.price-compare .section-title em{font-style:italic;color:#c8a96e;}
.compare-grid{display:flex;justify-content:center;gap:2px;flex-wrap:wrap;margin-top:40px;max-width:860px;margin-left:auto;margin-right:auto;}
.compare-item{flex:1;min-width:160px;padding:32px 20px;background:#fff;text-align:center;position:relative;border:1px solid #e8e3da;}
.compare-item.highlighted{background:#111008;border-color:#c8a96e;}
.compare-item.highlighted .compare-what,.compare-item.highlighted .compare-sub{color:rgba(255,255,255,0.4);}
.compare-item.highlighted .compare-price{color:#e8c98a;}
.compare-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#c8a96e;color:#111008;font-size:9px;letter-spacing:2px;text-transform:uppercase;padding:4px 12px;white-space:nowrap;}
.compare-what{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#7a7060;margin-bottom:12px;}
.compare-price{font-family:"Cormorant Garamond",serif;font-size:36px;font-weight:300;color:#1a1710;line-height:1;margin-bottom:8px;}
.compare-sub{font-size:11px;color:#7a7060;}

/* Ingredients (Bileşenler) — landing INGREDIENTS ile aynı */
.ingredients-module{padding:90px 6vw;}
.ingredients-module .ingredients-head{margin-bottom:0;}
.ingredients-module .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.ingredients-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:20px;}
.ingredients-module .section-title em{font-style:italic;color:#c8a96e;}
.ing-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0;margin-top:50px;aspect-ratio:1/1;}
.ing-big{grid-row:span 2;position:relative;overflow:hidden;min-height:0;}
.ing-small{position:relative;overflow:hidden;aspect-ratio:1/1;}
.ing-big img,.ing-small img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease;}
.ing-big:hover img,.ing-small:hover img{transform:scale(1.04);}
.ing-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,9,5,0.7) 0%,transparent 60%);display:flex;align-items:flex-end;padding:24px;}
.ing-text h3{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:300;color:#fff;margin-bottom:4px;}
.ing-text p{font-size:12px;color:rgba(255,255,255,0.6);}
@media (max-width:768px){
  .ing-grid{grid-template-columns:1fr;grid-template-rows:auto;aspect-ratio:auto;}
  .ing-big{grid-row:auto;aspect-ratio:4/3;min-height:0;}
  .ing-small{aspect-ratio:4/3;}
}

/* Ingredients — panelden font/renk override */
.ingredients-module .section-eyebrow{font-family:"Jost",sans-serif;font-size:10px;color:#c8a96e;}
.ingredients-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);color:#1a1710;}
.ingredients-module .section-title em{color:#c8a96e;}

/* How To Use (Nasıl Kullanılır) — referans görsel ile birebir */
.howto-module{padding:90px 6vw;background-color:#100f09!important;background:#100f09!important;}
.howto-module .howto-head{margin-bottom:0;}
.howto-module .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#b0ada8;margin-bottom:16px;}
.howto-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:20px;color:#e8e6e3;}
.howto-module .section-title em{font-style:italic;color:#b89e62;}
.howto-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:50px;align-items:stretch;}
.howto-module .step{
    padding:40px 28px;
    border:1px solid rgba(255, 255, 255, 0.06);
    background:none;
    position:relative;transition:background 0.2s;display:flex;flex-direction:column;}
.howto-module .step:hover{background:#353535;}
.howto-module .step-num{font-family:"Cormorant Garamond",serif;font-size:56px;font-weight:300;color:rgba(255,255,255,0.22);line-height:1;margin-bottom:16px;}
.howto-module .step h3{font-size:14px;font-weight:500;letter-spacing:1px;color:#fff;margin-bottom:10px;text-transform:uppercase;}
.howto-module .step p{font-size:13px;color:rgba(255,255,255,0.7);line-height:1.7;flex:1;margin-bottom:12px;}
.howto-module .step-when{display:inline-block;margin-top:auto;padding-top:12px;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#e8e6e3;background:#100f09;border:1px solid rgba(255,255,255,0.2);padding:8px 12px;}
@media (max-width:900px){
  .howto-steps{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:576px){
  .howto-steps{grid-template-columns:1fr;}
}

/* Howto — panelden font/renk override */
.howto-module .section-eyebrow{font-family:"",sans-serif;font-size:10px;color:#c8a96e;}
.howto-module .section-title{font-family:"",serif;font-size:clamp(30px,4vw,52px);color:#ffffff;}
.howto-module .section-title em{color:#c8a96e;}
.howto-module .step-num{font-family:"",serif;font-size:56px;color:#c8a96e;}
.howto-module .step h3{font-family:"",sans-serif;font-size:14px;color:#ffffff;}
.howto-module .step p{font-family:"",sans-serif;font-size:13px;color:#ffffff;}
.howto-module .step-when{font-family:"",sans-serif;font-size:10px;color:#c8a96e;}
.howto-module .step:hover{background:rgba(200,169,110,0.06)!important;}

/* Benefits (Avantajlar) — landing BENEFITS ile aynı */
.benefits-module{padding:90px 6vw;background-color:#f5f0e8!important;background:#f5f0e8!important;}
.benefits-module .benefits-head{margin-bottom:0;}
.benefits-module .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.benefits-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:20px;color:#1a1710;}
.benefits-module .section-title em{font-style:italic;color:#c8a96e;}
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:50px;}
.benefits-module .benefit-card{padding:36px 28px;background:#fff;border-bottom:2px solid transparent;transition:border-color 0.3s,transform 0.3s,box-shadow 0.3s;}
.benefits-module .benefit-card:hover{border-bottom-color:#c8a96e;transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.07);}
.benefits-module .benefit-icon{font-size:28px;margin-bottom:16px;display:block;}
.benefits-module .benefit-card h3{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:300;color:#1a1710;margin-bottom:10px;}
.benefits-module .benefit-card p{font-size:13px;color:#7a7060;line-height:1.7;}
.benefits-module .section-eyebrow{font-family:"Jost",sans-serif;font-size:10px;color:#c8a96e;}
.benefits-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);color:#1a1710;}
.benefits-module .section-title em{color:#c8a96e;}
.benefits-module .benefit-card h3{font-family:"Cormorant Garamond",serif;font-size:22px;color:#1a1710;}
.benefits-module .benefit-card p{font-family:"Jost",sans-serif;font-size:13px;color:#7a7060;}
.benefits-module .benefit-icon{font-size:28px;}
.benefits-module .benefit-card{background:#ffffff;}
.benefits-module .benefit-card:hover{border-bottom-color:#c8a96e;box-shadow:0 12px 40px rgba(0,0,0,0.07);}

/* Not This / Yes This (Bu değil - Bu evet) — landing NOT THIS ile aynı */
.notthis-module{padding:70px 6vw;background-color:#ffffff!important;background:#ffffff!important;}
.notthis-module .notthis-head{margin-bottom:0;}
.notthis-module .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.notthis-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:16px;color:#1a1710;}
.notthis-module .section-title em{font-style:italic;color:#c8a96e;}
.notthis-module .notthis-subtitle{font-size:14px;color:#7a7060;max-width:560px;line-height:1.8;margin-bottom:24px;}
.notthis-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:24px;max-width:800px;}
.notthis-module .notthis-col h3{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:300;margin-bottom:20px;}
.notthis-module .notthis-col.no h3{color:#c0392b;}
.notthis-module .notthis-col.yes h3{color:#2e7d32;}
.notthis-module .notthis-item{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;font-size:13px;color:#7a7060;line-height:1.6;}
.notthis-module .notthis-icon{font-size:14px;flex-shrink:0;margin-top:1px;}
@media (max-width:768px){
  .notthis-grid{grid-template-columns:1fr;}
}

.notthis-module .section-eyebrow{font-family:"",sans-serif;font-size:10px;color:#c8a96e;}
.notthis-module .section-title{font-family:"",serif;font-size:clamp(30px,4vw,52px);color:#1a1710;}
.notthis-module .section-title em{color:#c8a96e;}
.notthis-module .notthis-subtitle{font-family:"",sans-serif;font-size:14px;color:#7a7060;}
.notthis-module .notthis-col h3{font-family:"",serif;font-size:22px;}
.notthis-module .notthis-col.no h3{color:#c0392b;}
.notthis-module .notthis-col.yes h3{color:#2e7d32;}
.notthis-module .notthis-item{font-family:"",sans-serif;font-size:13px;color:#7a7060;}
.notthis-module .notthis-icon{font-size:14px;}

/* Lifestyle (Günlük Rutin) — landing LIFESTYLE ile aynı */
.lifestyle-module{display:grid;grid-template-columns:1fr 1fr;min-height:600px;}
.lifestyle-module .lifestyle-img{position:relative;overflow:hidden;}
.lifestyle-module .lifestyle-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.8s ease;}
.lifestyle-module .lifestyle-content{padding:80px 8vw;display:flex;flex-direction:column;justify-content:center;}
.lifestyle-module .lifestyle-content .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.lifestyle-module .lifestyle-content .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:20px;color:#fff;}
.lifestyle-module .lifestyle-content .section-title em{font-style:italic;color:#c8a96e;}
.lifestyle-module .lifestyle-content p{font-size:14px;color:rgba(255,255,255,0.55);line-height:1.8;margin-bottom:28px;max-width:400px;}
.lifestyle-module .price-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#7a7060;margin-bottom:8px;}
.lifestyle-module .price-main{font-family:"Cormorant Garamond",serif;font-size:52px;font-weight:300;color:#c8a96e;line-height:1;}
.lifestyle-module .price-main span{font-size:20px;vertical-align:top;margin-top:8px;display:inline-block;}
.lifestyle-module .price-daily{font-size:12px;color:rgba(255,255,255,0.35);margin-top:8px;letter-spacing:1px;margin-bottom:32px;}
.lifestyle-module .lifestyle-content .btn-primary{display:inline-block;background:#c8a96e;color:#111008;padding:16px 44px;font-family:"Jost",sans-serif;font-size:12px;font-weight:500;letter-spacing:3px;text-transform:uppercase;text-decoration:none;transition:background 0.3s,transform 0.3s;border:none;}
.lifestyle-module .lifestyle-content .btn-primary:hover{background:#e8c98a;transform:translateY(-2px);}
@media (max-width:768px){
  .lifestyle-module{grid-template-columns:1fr;}
  .lifestyle-module .lifestyle-img{height:60vw;aspect-ratio:auto;}
}

.lifestyle-module .lifestyle-content{background-color:#111008!important;background:#111008!important;}
.lifestyle-module .lifestyle-content .section-eyebrow{font-family:"",sans-serif;font-size:10px;color:#c8a96e;}
.lifestyle-module .lifestyle-content .section-title{font-family:"",serif;font-size:clamp(30px,4vw,52px);color:#ffffff;}
.lifestyle-module .lifestyle-content .section-title em{color:#c8a96e;}
.lifestyle-module .lifestyle-content p{font-family:"",sans-serif;font-size:14px;color:rgba(255,255,255,0.55);}
.lifestyle-module .price-label{font-family:"",sans-serif;font-size:10px;color:#7a7060;}
.lifestyle-module .price-main{font-family:"",serif;font-size:52px;color:#c8a96e;}
.lifestyle-module .price-main span{font-size:20px;}
.lifestyle-module .price-daily{font-family:"",sans-serif;font-size:12px;color:rgba(255,255,255,0.35);}
.lifestyle-module .lifestyle-content .btn-primary{font-family:"",sans-serif;font-size:12px;background:#c8a96e;color:#111008;}
.lifestyle-module .lifestyle-content .btn-primary:hover{background:#e8c98a;}

/* Brand Story (Biz Kimiz) — landing BRAND STORY ile aynı */
.brand-story-module{padding:90px 6vw;background-color:#f5f0e8!important;background:#f5f0e8!important;}
.brand-story-module .story-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1000px;margin:0 auto;}
.brand-story-module .story-img{position:relative;overflow:hidden;aspect-ratio:4/5;}
.brand-story-module .story-img img{width:100%;height:100%;object-fit:cover;}
.brand-story-module .story-content .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.brand-story-module .story-content .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:24px;color:#1a1710;}
.brand-story-module .story-content .section-title em{font-style:italic;color:#c8a96e;}
.brand-story-module .story-content p{font-size:14px;color:#7a7060;line-height:1.9;margin-bottom:18px;}
.brand-story-module .story-content p strong{color:#1a1710;}
.brand-story-module .story-signature{font-family:"Cormorant Garamond",serif;font-size:22px;font-style:italic;color:#c8a96e;margin-top:24px;}
@media (max-width:768px){
  .brand-story-module .story-inner{grid-template-columns:1fr;}
  .brand-story-module .story-img{height:60vw;aspect-ratio:auto;}
}

.brand-story-module .story-content .section-eyebrow{font-family:"",sans-serif;font-size:10px;color:#c8a96e;}
.brand-story-module .story-content .section-title{font-family:"",serif;font-size:clamp(30px,4vw,52px);color:#1a1710;}
.brand-story-module .story-content .section-title em{color:#c8a96e;}
.brand-story-module .story-content p{font-family:"",sans-serif;font-size:14px;color:#7a7060;}
.brand-story-module .story-signature{font-family:"",serif;font-size:22px;color:#c8a96e;}

/* Testimonials (Gerçek Deneyimler) — web 3 yan yana, >3 ise yatay Swiper; mobil dikey Swiper */
.testimonials-module{padding:90px 6vw;background-color:#111008!important;background:#111008!important;}
.testimonials-module .testi-head{margin-bottom:0;}
.testimonials-module .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.testimonials-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:24px;color:#fff;}
.testimonials-module .section-title em{font-style:italic;color:#c8a96e;}
.testimonials-module .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px;}
.testimonials-module .testi-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.07);padding:36px;transition:background 0.3s,border-color 0.3s;height:100%;}
.testimonials-module .testi-card:hover{background:rgba(200,169,110,0.06);border-color:rgba(200,169,110,0.2);}
.testimonials-module .stars{color:#c8a96e;font-size:14px;margin-bottom:12px;letter-spacing:2px;}
.testimonials-module .testi-text{font-family:"Cormorant Garamond",serif;font-size:18px;font-weight:300;font-style:italic;line-height:1.6;color:#fff;margin-bottom:20px;}
.testimonials-module .testi-meta{display:flex;align-items:center;gap:12px;}
.testimonials-module .testi-avatar{width:36px;height:36px;border-radius:50%;background:rgba(200,169,110,0.2);display:flex;align-items:center;justify-content:center;font-size:14px;color:#c8a96e;font-family:"Cormorant Garamond",serif;flex-shrink:0;}
.testimonials-module .testi-author{font-size:12px;font-weight:500;color:#fff;}
.testimonials-module .testi-source{font-size:10px;color:rgba(255,255,255,0.3);letter-spacing:1px;margin-top:2px;}
/* Swiper: desktop yatay (768+), mobil dikey (767 ve altı) */
.testimonials-module .testi-swiper-wrap{margin-top:50px;}
.testimonials-module .testi-swiper-desk{display:none;}
.testimonials-module .testi-swiper-mob{display:block;}
.testimonials-module .testi-swiper-v{height:320px;}
.testimonials-module .testi-swiper .swiper-slide{height:auto;}
.testimonials-module .testi-swiper-v .swiper-slide{height:auto!important;}
.testimonials-module .testi-swiper .swiper-button-next,
.testimonials-module .testi-swiper .swiper-button-prev{color:#c8a96e;}
.testimonials-module .testi-swiper .swiper-pagination-bullet{background:rgba(255,255,255,0.3);}
.testimonials-module .testi-swiper .swiper-pagination-bullet-active{background:#c8a96e;}
@media (min-width:768px){
  .testimonials-module .testi-swiper-desk{display:block;}
  .testimonials-module .testi-swiper-mob{display:none;}
}
@media (max-width:767px){
  .testimonials-module .testi-grid{grid-template-columns:1fr;}
}

.testimonials-module .section-eyebrow{font-family:"",sans-serif;font-size:10px;color:#c8a96e;}
.testimonials-module .section-title{font-family:"",serif;font-size:clamp(30px,4vw,52px);color:#ffffff;}
.testimonials-module .section-title em{color:#c8a96e;}
.testimonials-module .stars{color:#c8a96e;}
.testimonials-module .testi-text{font-family:"",serif;font-size:18px;color:#ffffff;}
.testimonials-module .testi-author{font-family:"",sans-serif;font-size:12px;color:#ffffff;}
.testimonials-module .testi-source{font-family:"",sans-serif;font-size:10px;color:rgba(255,255,255,0.3);}
.testimonials-module .testi-avatar{background:rgba(200,169,110,0.2);color:#c8a96e;}
.testimonials-module .testi-card{background:rgba(255,255,255,0.04);border-color:rgba(255,255,255,0.07);}
.testimonials-module .testi-card:hover{background:rgba(200,169,110,0.06);border-color:rgba(200,169,110,0.2);}

/* Video section — landing VIDEO ile aynı */
.video-section-module{background:#000;padding:0;position:relative;}
.video-section-module video{width:100%;display:block;max-height:560px;object-fit:cover;}
.video-section-module .video-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,9,5,0.6) 0%,transparent 50%);display:flex;align-items:center;padding:8vw;pointer-events:none;}
.video-section-module .video-text h2{font-family:"Cormorant Garamond",serif;font-size:clamp(28px,4vw,52px);font-weight:300;color:#fff;line-height:1.1;margin-bottom:12px;}
.video-section-module .video-text h2 em{font-style:italic;color:#e8c98a;}
.video-section-module .video-text p{font-size:14px;color:rgba(255,255,255,0.55);}

.video-section-module .video-text h2{font-family:"Cormorant Garamond",serif;font-size:clamp(28px,4vw,52px);color:#ffffff;}
.video-section-module .video-text h2 em{color:#e8c98a;}
.video-section-module .video-text p{font-family:"Jost",sans-serif;font-size:14px;color:rgba(255,255,255,0.55);}

/* Order Flow — landing ORDER FLOW ile aynı */
.order-flow-module{padding:70px 6vw;}
.order-flow-module .order-flow-head{margin-bottom:0;}
.order-flow-module .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.order-flow-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;margin-bottom:20px;color:#1a1710;}
.order-flow-module .section-title em{font-style:italic;color:#c8a96e;}
.order-flow-module .flow-steps{display:flex;gap:28px;margin-top:50px;max-width:1000px;margin-left:auto;margin-right:auto;flex-wrap:wrap;justify-content:center;}
.order-flow-module .flow-step{flex:1;min-width:160px;padding:32px 20px;text-align:center;position:relative;}
.order-flow-module .flow-step::after{content:"→";position:absolute;right:-16px;top:50%;transform:translateY(-50%);font-size:20px;color:#c8a96e;opacity:0.5;}
.order-flow-module .flow-step:last-child::after{display:none;}
.order-flow-module .flow-icon{font-size:32px;margin-bottom:12px;}
.order-flow-module .flow-num{font-family:"Cormorant Garamond",serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#c8a96e;margin-bottom:8px;}
.order-flow-module .flow-step h4{font-size:14px;font-weight:500;margin-bottom:6px;color:#1a1710;}
.order-flow-module .flow-step p{font-size:12px;color:#7a7060;line-height:1.6;}
@media (max-width:768px){.order-flow-module .flow-step::after{display:none;}.order-flow-module .flow-steps{flex-direction:column;}}

.order-flow-module .section-eyebrow{font-family:"Jost",sans-serif;font-size:10px;color:#c8a96e;}
.order-flow-module .section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);color:#1a1710;}
.order-flow-module .section-title em{color:#c8a96e;}
.order-flow-module .flow-num{font-family:"Cormorant Garamond",serif;font-size:11px;color:#c8a96e;}
.order-flow-module .flow-step h4{font-family:"Jost",sans-serif;font-size:14px;color:#1a1710;}
.order-flow-module .flow-step p{font-family:"Jost",sans-serif;font-size:12px;color:#7a7060;}
.order-flow-module .flow-step::after{color:#c8a96e;}

/* Product CTA (Satın Al) — landing PRODUCT CTA + galeri slider */
.product-cta-module{background:#111008;display:grid;grid-template-columns:1fr 1fr;min-height:700px;}
.product-cta-module .product-cta-gallery{position:relative;overflow:hidden;}
.product-cta-module .product-img{position:relative;overflow:hidden;width:100%;height:100%;min-height:400px;}
.product-cta-module .product-img img{width:100%;height:100%;object-fit:cover;}
.product-cta-module .product-cta-slider{position:relative;width:100%;height:100%;min-height:400px;}
.product-cta-module .product-cta-slides{position:absolute;inset:0;}
.product-cta-module .product-cta-slide{position:absolute;inset:0;opacity:0;transition:opacity 0.4s ease;}
.product-cta-module .product-cta-slide.active{opacity:1;z-index:1;}
.product-cta-module .product-cta-slide img{width:100%;height:100%;object-fit:cover;}
.product-cta-module .product-cta-prev,.product-cta-module .product-cta-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:none;background:rgba(0,0,0,0.4);color:#fff;font-size:28px;cursor:pointer;transition:background 0.2s;line-height:1;}
.product-cta-module .product-cta-prev:hover,.product-cta-module .product-cta-next:hover{background:rgba(0,0,0,0.6);}
.product-cta-module .product-cta-prev{left:12px;}
.product-cta-module .product-cta-next{right:12px;}
.product-cta-module .product-cta-dots{position:absolute;bottom:16px;left:0;right:0;z-index:2;display:flex;justify-content:center;gap:8px;}
.product-cta-module .product-cta-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.4);cursor:pointer;transition:background 0.2s;}
.product-cta-module .product-cta-dots span.active{background:#c8a96e;}
.product-cta-module .product-info{padding:70px 7vw;display:flex;flex-direction:column;justify-content:center;}
.product-cta-module .section-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c8a96e;margin-bottom:16px;}
.product-cta-module .product-cta-title{font-family:"Cormorant Garamond",serif;font-size:clamp(28px,4vw,48px);font-weight:300;line-height:1.1;color:#fff;margin-bottom:16px;}
.product-cta-module .stock-indicator{margin-bottom:20px;}
.product-cta-module .stock-bar-label{display:flex;justify-content:space-between;margin-bottom:8px;}
.product-cta-module .stock-bar-label span{font-size:11px;letter-spacing:1px;color:rgba(255,255,255,0.5);}
.product-cta-module .stock-bar-label strong{font-size:11px;color:#c0392b;}
.product-cta-module .stock-bar{height:4px;background:rgba(255,255,255,0.1);border-radius:2px;overflow:hidden;}
.product-cta-module .stock-fill{height:100%;background:linear-gradient(to right,#c0392b,#e74c3c);width:0;transition:width 1.5s ease;}
.product-cta-module .badges{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0;}
.product-cta-module .badge{border:1px solid rgba(200,169,110,0.3);color:#c8a96e;padding:7px 14px;font-size:10px;letter-spacing:2px;text-transform:uppercase;}
.product-cta-module .product-price-wrap{margin:14px 0 4px;}
.product-cta-module .product-price-old{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:300;color:rgba(255,255,255,0.4);text-decoration:line-through;margin-bottom:4px;}
.product-cta-module .product-price{font-family:"Cormorant Garamond",serif;font-size:60px;font-weight:300;color:#c8a96e;line-height:1;}
.product-cta-module .price-per-unit{font-size:13px;color:rgba(255,255,255,0.35);margin-bottom:6px;}
.product-cta-module .daily-cost{font-size:13px;color:rgba(255,255,255,0.4);margin-bottom:28px;margin-top:28px;}
.product-cta-module .cta-group{display:flex;flex-direction:column;gap:12px;max-width:340px;}
.product-cta-module .btn-cta{display:inline-block;background:#c8a96e;color:#111008;padding:18px;text-align:center;font-family:"Jost",sans-serif;font-size:12px;font-weight:500;letter-spacing:3px;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;transition:background 0.3s,transform 0.2s;}
.product-cta-module .btn-cta:hover{background:#e8c98a;transform:translateY(-2px);color:#111008;}
.product-cta-module .btn-cta-outline{display:inline-block;border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.6);padding:17px;text-align:center;font-family:"Jost",sans-serif;font-size:12px;letter-spacing:2px;text-transform:uppercase;background:none;cursor:pointer;text-decoration:none;transition:border-color 0.3s,color 0.3s;}
.product-cta-module .btn-cta-outline:hover{border-color:#c8a96e;color:#c8a96e;}
.product-cta-module .first-100{background:rgba(192,57,43,0.12);border:1px solid rgba(192,57,43,0.3);padding:12px 18px;margin-bottom:20px;}
.product-cta-module .first-100 span{font-size:12px;color:rgba(255,255,255,0.8);line-height:1.5;}
.product-cta-module .first-100 strong{color:#fff;}
.product-cta-module .trust-signals{display:flex;flex-wrap:wrap;gap:14px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.07);}
.product-cta-module .trust-item{font-size:11px;color:rgba(255,255,255,0.4);}
@media (max-width:768px){.product-cta-module{grid-template-columns:1fr;}.product-cta-module .product-img,.product-cta-module .product-cta-slider{min-height:60vw;}.product-cta-module .product-info{padding:40px 6vw;}}

/* Avantajlı ürün — altın gradient badge + border */
.product-cta-module.product-cta-avantajli{position:relative;border:2px solid transparent;background-clip:padding-box;box-shadow:0 0 0 2px #c8a96e, 0 0 20px rgba(200,169,110,0.3);}
.product-cta-module .product-cta-avantajli-badge{position:absolute;top:16px;right:16px;z-index:10;background:linear-gradient(135deg,#e8c98a,#c8a96e,#b8860b);color:#111;font-size:10px;font-weight:600;letter-spacing:2px;padding:8px 14px;text-transform:uppercase;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,0.2);}

/* Guarantee — landing GUARANTEE ile aynı */
.guarantee-module{background:#f5f0e8;text-align:center;padding:80px 6vw;}
.guarantee-module .guarantee-inner{max-width:700px;margin:0 auto;border:1px solid rgba(200,169,110,0.3);padding:60px;}
.guarantee-module h2{font-family:"Cormorant Garamond",serif;font-size:36px;font-weight:300;margin-bottom:16px;color:#1a1710;}
.guarantee-module h2 em{font-style:italic;color:#c8a96e;}
.guarantee-module .guarantee-inner p{font-size:14px;color:#7a7060;line-height:1.8;max-width:500px;margin:0 auto 28px;}
.guarantee-module .guarantee-icons{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:28px;}
.guarantee-module .g-item{text-align:center;}
.guarantee-module .g-icon{font-size:28px;margin-bottom:8px;}
.guarantee-module .g-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#7a7060;}
@media (max-width:768px){.guarantee-module .guarantee-inner{padding:40px 24px;}}

.guarantee-module h2{font-family:"Cormorant Garamond",serif;font-size:36px;color:#1a1710;}
.guarantee-module h2 em{color:#c8a96e;}
.guarantee-module .guarantee-inner p{font-family:"Jost",sans-serif;font-size:14px;color:#7a7060;}
.guarantee-module .g-icon{font-size:28px;}
.guarantee-module .g-label{font-family:"Jost",sans-serif;font-size:10px;color:#7a7060;}

/* FAQ Section — landing FAQ ile aynı, dinamik soru/cevap */
.faq-section-module{padding:80px 6vw;}
.faq-section-module .faq-section-title{color:#fff;margin-bottom:40px;font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.1;}
.faq-section-module .faq-section-title em{font-style:italic;color:#c8a96e;}
.faq-section-module .faq-list{max-width:700px;margin:0 auto;}
.faq-section-module .faq-item{border-bottom:1px solid rgba(255,255,255,0.07);}
.faq-section-module .faq-q{width:100%;background:none;border:none;color:#fff;font-family:"Jost",sans-serif;font-size:15px;font-weight:300;padding:24px 0;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:color 0.2s;outline:none;box-shadow:none;}
.faq-section-module .faq-q:hover{color:#c8a96e;}
.faq-section-module .faq-q:focus,.faq-section-module .faq-q:focus-visible{outline:none;box-shadow:none;border:none;}
.faq-section-module .faq-q span{color:#c8a96e;font-size:20px;transition:transform 0.3s;flex-shrink:0;margin-left:16px;}
.faq-section-module .faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s;font-size:13px;color:rgba(255,255,255,0.5);line-height:1.8;}
.faq-section-module .faq-item.open .faq-a{max-height:800px;padding-bottom:24px;}
.faq-section-module .faq-item.open .faq-q span{transform:rotate(45deg);}
.faq-section-module .faq-item.open .faq-q{color:#c8a96e;}
.faq-section-module .faq-section-title{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,4vw,52px);color:#ffffff;}
.faq-section-module .faq-section-title em{color:#c8a96e;}

/* Hero — modülden font/renk override (isteğe bağlı) */
.hero .hero-label{display:inline-block;font-size:11px;letter-spacing:4px;text-transform:uppercase;font-family:"Open Sans",sans-serif;font-weight:400;color:#c8a96e;margin-bottom:20px;background:rgba(0,0,0,0.45);padding:8px 18px;border-radius:2px;}
.hero h1{font-family:"Cormorant Garamond",serif;font-size:clamp(42px,7vw,90px);font-weight:300;line-height:1.05;color:#ffffff;margin-bottom:20px;}
.hero h1 em{font-style:italic;color:#e8c98a;}
.hero .hero-sub{font-family:"Jost",sans-serif;font-size:15px;color:rgba(255,255,255,0.65);line-height:1.7;max-width:440px;margin-bottom:14px;}
.hero .hero-urgency{display:flex;align-items:center;gap:12px;margin-bottom:32px;background:rgba(192,57,43,0.15);border:1px solid rgba(192,57,43,0.3);padding:10px 18px;width:fit-content;}
.hero .urgency-dot{width:8px;height:8px;border-radius:50%;background:#c0392b;animation:pulse 1.5s infinite;flex-shrink:0;}
.hero .urgency-text{font-family:"Jost",sans-serif;font-size:12px;color:rgba(255,255,255,0.8);}
.hero .urgency-text strong{color:#ffffff;}
.hero .countdown{display:flex;gap:8px;align-items:center;}
.hero .count-block{text-align:center;}
.hero .count-num{font-family:"Cormorant Garamond",serif;font-size:22px;color:#ffffff;line-height:1;font-weight:300;}
.hero .count-label{font-size:9px;letter-spacing:1px;color:rgba(255,255,255,0.4);text-transform:uppercase;}
.hero .count-sep{font-size:18px;color:#c8a96e;margin-top:-8px;}
.hero .btn-primary{display:inline-block;background:#c8a96e;color:#111008;padding:16px 44px;font-family:"Jost",sans-serif;font-size:12px;font-weight:500;letter-spacing:3px;text-transform:uppercase;text-decoration:none;transition:background 0.3s,transform 0.3s;cursor:pointer;border:none;}
.hero .btn-primary:hover{background:#e8c98a;transform:translateY(-2px);}
.hero .hero-btns .btn-outline{margin-left:0;}
.hero .btn-outline{display:inline-block;border:1px solid rgba(255,255,255,0.4);color:#ffffff;padding:15px 44px;font-family:"Jost",sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;text-decoration:none;margin-left:16px;transition:border-color 0.3s,color 0.3s;cursor:pointer;background:none;}
.hero .btn-outline:hover{border-color:#c8a96e;color:#c8a96e;}
.hero .hero-scroll{position:absolute;bottom:40px;right:6vw;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;font-family:"Jost",sans-serif;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.4);}
.hero .scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,#c8a96e,transparent);animation:scrolldown 2s ease infinite;}
