
:root{
  --bg:#f8f4fb;
  --paper:#fffdf8;
  --ink:#211627;
  --muted:#74667a;
  --brand:#5b2380;
  --brand-dark:#3d145c;
  --brand-2:#7b2ca3;
  --gold:#d39a21;
  --gold-light:#f4c34f;
  --violet-soft:#efe3f7;
  --cream:#fff7e7;
  --line:#eadcf0;
  --soft:#fbf6ff;
  --danger:#b94a48;
  --ok:#2f7a54;
  --shadow:0 18px 46px rgba(91,35,128,.13);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max), calc(100% - 32px));margin-inline:auto}
.topbar{background:#2a1238;color:#fff3dc;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:9px 0}
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(248,244,251,.9);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(234,220,240,.86);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0}
.logo{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:-.02em}
.logo-img{
  width:210px;
  height:64px;
  object-fit:contain;
  object-position:left center;
  border-radius:0;
  background:transparent;
  padding:0;
  box-shadow:none;
}
.logo-mark{
  width:45px;height:45px;border-radius:16px;
  background:radial-gradient(circle at 30% 25%, #fff5d9, var(--gold-light) 35%, var(--gold) 58%, var(--brand));
  color:#fff;display:grid;place-items:center;font-weight:1000;
  box-shadow:0 12px 24px rgba(91,35,128,.22);
}
.logo small{display:block;font-size:12px;color:var(--muted);font-weight:750;letter-spacing:.05em;text-transform:uppercase}
.menu{display:flex;align-items:center;gap:26px;font-size:16px;color:#4d3d56;font-weight:850}
.menu a{padding:8px 2px;border-bottom:2px solid transparent}
.menu a:hover,.menu a.active{color:var(--brand);border-color:var(--gold)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn,.icon-btn{
  border:0;cursor:pointer;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  transition:.2s ease;
}
.btn{
  padding:12px 18px;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff;font-weight:900;
  box-shadow:0 12px 24px rgba(91,35,128,.22);
}
.btn:hover{background:linear-gradient(135deg,var(--brand-dark),var(--brand));transform:translateY(-1px)}
.btn.secondary{background:#fff;color:var(--brand);border:1px solid var(--line);box-shadow:none}
.btn.ghost{background:transparent;color:var(--brand);border:1px solid rgba(91,35,128,.25);box-shadow:none}
.btn.full{width:100%}
.icon-btn{
  width:43px;height:43px;background:#fff;border:1px solid var(--line);
  box-shadow:0 8px 20px rgba(91,35,128,.07);
}
.badge{
  background:var(--gold);color:#2a1238;border-radius:999px;min-width:20px;height:20px;
  display:inline-grid;place-items:center;font-size:12px;font-weight:1000;
  margin-left:-17px;margin-top:-25px;
}
.mobile-toggle{display:none}
main section{padding:64px 0}
.hero{
  padding:54px 0 78px;
  background:
    radial-gradient(circle at 78% 18%, rgba(211,154,33,.28), transparent 30%),
    radial-gradient(circle at 16% 72%, rgba(91,35,128,.18), transparent 28%),
    linear-gradient(135deg,#fffdf8 0%,#f8f4fb 47%,#eadbf5 100%);
}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:38px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--brand);font-weight:1000}
h1,h2,h3{line-height:1.08;margin:0 0 14px}
h1{font-size:clamp(36px,5vw,62px);letter-spacing:-.05em}
h2{font-size:clamp(26px,3.2vw,40px);letter-spacing:-.035em}
h3{font-size:22px}
.lead{font-size:18px;color:var(--muted);max-width:680px}
.hero-card{
  min-height:530px;border-radius:36px;overflow:hidden;position:relative;
  padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;
  box-shadow:var(--shadow);background:var(--brand);
}
.hero-card:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(to top, rgba(33,22,39,.9), rgba(91,35,128,.12)),
    url("https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=1200&q=80") center/cover;
}
.hero-card:after{
  content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle, rgba(244,195,79,.7), rgba(211,154,33,.18) 45%, transparent 70%);
}
.hero-card>*{position:relative;z-index:1}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.pill{background:rgba(255,255,255,.76);border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:#5d4b64;font-size:13px;font-weight:850}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.stat{background:rgba(255,255,255,.76);border:1px solid var(--line);border-radius:20px;padding:17px}
.stat strong{display:block;font-size:25px;color:var(--brand)}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}
.section-head p{color:var(--muted);max-width:650px;margin:0}
.grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:0 12px 32px rgba(91,35,128,.07);overflow:hidden;
}
.card-pad{padding:24px}
.muted{color:var(--muted)}
.category-card{
  min-height:230px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;
  background:linear-gradient(145deg,#fffdf8,#f0e1f7);
}
.category-icon{width:54px;height:54px;border-radius:19px;background:linear-gradient(135deg,#f8e6ad,#ead7f6);display:grid;place-items:center;font-size:25px;margin-bottom:15px}
.product-card{display:flex;flex-direction:column}
.product-media{aspect-ratio:1/1;height:auto;background:#ead8c1;position:relative;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.product-card:hover img{transform:scale(1.05)}
.tag{
  position:absolute;left:14px;top:14px;background:#fff;color:var(--brand);
  padding:7px 10px;border-radius:999px;font-size:12px;font-weight:1000;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.product-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}
.price{font-size:20px;color:var(--brand);font-weight:1000}
.old{color:#9d928a;text-decoration:line-through;font-size:14px;margin-right:8px}
.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.page-hero{
  padding:44px 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(244,195,79,.24), transparent 32%),
    linear-gradient(135deg,#fffdf8,#eadbf5);
}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:14px}
.breadcrumb a{color:var(--brand);font-weight:850}
.filters{display:grid;gap:8px;margin-bottom:22px}
.filter-btn{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  padding:12px 14px;
  font-weight:900;
  color:#5d5149;
  cursor:pointer;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.filter-btn::after{content:'›';color:#b69ac4;font-size:18px}
.filter-btn.active{background:var(--brand);color:#fff;border-color:var(--brand)}
.filter-btn.active::after{color:#fff}
.layout{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}
.sidebar{position:sticky;top:92px}
.detail-layout{display:grid;grid-template-columns:.93fr 1.07fr;gap:30px;align-items:start}
.detail-img{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#e8d4bb}
.detail-img img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:contain;
  background:#fbfaf7;
}
.detail-panel{padding:30px;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:0 12px 32px rgba(91,35,128,.07)}
.option-row{
  display:grid;
  grid-template-columns:max-content minmax(220px,1fr) max-content;
  align-items:center;
  gap:12px;
  margin:18px 0;
}
.option-row label{margin:0;color:#24152d}
.option-row select{height:48px}
.product-info-section{padding-top:0}
.product-tabs{margin-top:22px}
.product-tab-buttons{
  display:inline-flex;
  flex-wrap:wrap;
  gap:6px;
  padding:5px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fffdf8;
  margin-bottom:18px;
}
.product-tab{
  border:0;
  border-radius:999px;
  padding:10px 18px;
  background:transparent;
  color:#5d4b64;
  font-weight:900;
  cursor:pointer;
}
.product-tab.active{
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff;
  box-shadow:0 10px 20px rgba(91,35,128,.18);
}
.product-tab-panel{display:none;color:var(--muted);line-height:1.75}
.product-tab-panel.active{display:block}
.product-tab-panel p{margin:0}
.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff;width:max-content}
.qty button{width:38px;height:38px;border:0;background:#ead7f6;cursor:pointer;font-weight:1000;color:var(--brand)}
.qty input{width:48px;text-align:center;border:0;background:#fff;font-weight:900}
.form{background:#fff;border:1px solid var(--line);border-radius:30px;padding:25px;box-shadow:0 12px 32px rgba(91,35,128,.07)}
.form .field-row{margin-bottom:16px}
.form>label{margin-top:16px}
.form .field-row+label{margin-top:2px}
label{display:block;font-size:13px;font-weight:900;color:#4c3b56;margin-bottom:7px}
input,select,textarea{
  width:100%;border:1px solid var(--line);border-radius:16px;background:#fffdf8;
  padding:13px 14px;outline:none;color:var(--ink);
}
input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(91,35,128,.1)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.checkout-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:24px;align-items:start}
.checkout-form .field-row{gap:22px;margin-bottom:20px}
.checkout-form>label{display:block;margin-top:20px}
.checkout-form label{margin-bottom:12px}
.checkout-form input{margin-bottom:12px}
.checkout-form .field-row input{margin-bottom:0}
.checkout-form textarea{margin-bottom:12px}
.payment-title{margin-top:38px}
.secure-payment-note{
  display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:14px 16px;
  border:1px solid #bfe8cf;border-radius:18px;background:#effaf3;color:#214d31;
}
.secure-icon{
  width:30px;height:30px;border-radius:50%;background:#1f9d55;color:#fff;
  display:grid;place-items:center;font-weight:1000;flex:0 0 auto;
}
.secure-payment-note strong{display:block;color:#153f26}
.secure-payment-note p{margin:3px 0 0;color:#3f6b4b;font-size:13px;line-height:1.5}
.paytr-frame-wrap{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}
.paytr-frame-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  color:#173f42;
}
.paytr-frame-head span{font-size:12px;color:#6f7b79}
#paytriframe{
  display:block;
  width:100%;
  min-height:640px;
}
.pay-card-btn{margin-top:22px}
.modal-open{overflow:hidden}
.payment-modal{
  position:fixed;
  inset:0;
  z-index:140;
  display:none;
}
.payment-modal.open{display:block}
.payment-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(33,22,39,.62);
}
.payment-modal-panel{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(760px, calc(100% - 28px));
  max-height:calc(100vh - 28px);
  overflow:auto;
  background:#fffdf8;
  border-radius:18px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  padding:18px;
}
.payment-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:2px 0 14px;
  border-bottom:1px solid var(--line);
}
.payment-modal-head strong{
  font-family:Georgia, "Times New Roman", serif;
  color:var(--ink);
  font-size:23px;
}
.payment-loading{
  margin-top:16px;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:14px;
  color:#4b5c5d;
  background:#fbfaf7;
}
.payment-modal .paytr-frame-wrap{margin-top:16px}
.cart-item{
  display:grid;grid-template-columns:74px 1fr auto;gap:14px;align-items:center;
  border-bottom:1px solid var(--line);padding:15px 0;
}
.cart-item img{width:74px;height:74px;object-fit:cover;border-radius:17px}
.cart-item button.link{border:0;background:transparent;color:var(--danger);font-weight:1000;cursor:pointer}
.summary-line{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid var(--line)}
.summary-line.total{border:0;color:var(--brand);font-size:21px;font-weight:1000}
.profile-layout{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}
.profile-menu{padding:14px}
.profile-menu a{
  display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:16px;
  color:#55405e;font-weight:850;margin:4px 0;
}
.profile-menu a.active,.profile-menu a:hover{background:#ead7f6;color:var(--brand)}
.order-card{padding:22px}
.order-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:15px}
.order-head .status{justify-self:end;white-space:nowrap;margin-top:2px}
.status{display:inline-flex;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:1000}
.digital-status{align-items:center;justify-content:center;line-height:1;min-width:max-content}
.status.ok{background:#e4f4eb;color:var(--ok)}
.status.locked{background:#f5e3e1;color:var(--danger)}
.download-card{
  display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:center;
  padding:15px;border:1px solid var(--line);border-radius:20px;background:#fffdf8;margin-top:12px;
}
.download-icon{width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#f6e1a4,#ead7f6);display:grid;place-items:center;font-size:25px}
.locked-box{opacity:.72;filter:saturate(.6)}
.notice{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#f5eafa;color:#5d4d64}
.blog-card img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:contain;
  background:#fbfaf7;
  padding:0;
}
.blog-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.blog-card .body{
  padding:22px;
  display:flex;
  flex:1;
  flex-direction:column;
}
.blog-card .btn.secondary,
.blog-card .card-link{
  align-self:flex-start;
  margin-top:auto;
}
.blog-detail-layout{display:grid;grid-template-columns:1fr .85fr;gap:24px;align-items:start}
.blog-detail-card p{font-size:16px;line-height:1.8;color:#5d4d64}
.rich-content{color:#4f5e5f;line-height:1.85}
.rich-content p{margin:0 0 14px}
.rich-content h2,.rich-content h3,.rich-content h4{margin:22px 0 10px;color:var(--ink)}
.rich-content ul,.rich-content ol{padding-left:24px;margin:0 0 16px}
.rich-content li{margin:6px 0}
.rich-content a{color:var(--brand);font-weight:900;text-decoration:underline}
.about-managed .page-hero:first-child{margin-top:0}
.about-managed .container{width:min(var(--max), calc(100% - 32px));margin-inline:auto}
.floating-contact{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:90;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.floating-contact a{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--brand);
  border:1px solid var(--line);
  box-shadow:0 14px 30px rgba(6,79,84,.16);
  font-size:22px;
  transition:.2s ease;
}
.floating-contact a:hover{transform:translateY(-2px);background:var(--brand);color:#fff}
.floating-contact a[href*="wa.me"]{background:#25d366;color:#fff;border-color:#25d366}
.floating-contact a[href*="wa.me"]:hover{background:#1fb45a}
.blog-detail-image img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:contain;
  border-radius:30px;
  border:1px solid var(--line);
  box-shadow:0 12px 32px rgba(75,25,110,.08);
  background:#fbfaf7;
}
.faq{display:grid;gap:12px}
details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
summary{font-weight:1000;cursor:pointer}
details p{color:var(--muted);margin-bottom:0}
.about-dark{background:#2a1238;color:#fff}
.about-dark .muted,.about-dark p{color:#e2d2ea}
.about-dark h2{color:#fff}
.about-dark h3{color:#f1d6a8}
.about-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:23px}
.footer{background:#211627;color:#eadcf0;padding:44px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:26px}
.footer .logo-img{filter:brightness(0) invert(1)}
.footer a{display:block;color:#ddcce7;margin:8px 0;font-size:14px}
.footer-socials{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:14px}
.footer-socials a{
  width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  color:#fff;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);
  margin:0;font-size:18px;font-weight:1000;letter-spacing:0;
}
.footer-socials .fa{line-height:1}
.footer-socials a:hover{background:rgba(255,255,255,.18);color:#fff}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:28px;
  padding-top:18px;
}
.payment-logos{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.payment-logos img{
  height:24px;
  width:auto;
  max-width:86px;
  object-fit:contain;
  border-radius:6px;
  background:rgba(255,255,255,.96);
  padding:5px 8px;
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}
.payment-logos img[alt="TROY"]{max-width:102px}
.copyright{color:#c8b4d4;font-size:13px}
.drawer{position:fixed;inset:0;z-index:100;pointer-events:none}
.drawer.open{pointer-events:auto}
.overlay{position:absolute;inset:0;background:rgba(33,22,39,.55);opacity:0;transition:.25s}
.drawer.open .overlay{opacity:1}
.drawer-panel{
  position:absolute;right:0;top:0;height:100%;width:min(440px,100%);
  background:#fffdf8;box-shadow:-20px 0 50px rgba(0,0,0,.2);
  transform:translateX(100%);transition:.25s;padding:22px;display:flex;flex-direction:column;
}
.drawer.open .drawer-panel{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:14px}
.close{border:0;background:#ead7f6;border-radius:999px;width:38px;height:38px;font-weight:1000;cursor:pointer;color:var(--brand)}
.cart-list{flex:1;overflow:auto}
.toast{
  position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);
  background:#2a1238;color:#fff;padding:13px 18px;border-radius:999px;opacity:0;
  pointer-events:none;transition:.25s;z-index:150;box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.audio-box{background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px;margin-top:12px}
audio{width:100%}
.hidden{display:none!important}
@media(max-width:1000px){
  .hero-grid,.detail-layout,.checkout-layout,.layout,.profile-layout,.blog-detail-layout,.grid-4,.footer-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .sidebar{position:static}
  .menu{
    position:fixed;left:16px;right:16px;top:82px;background:#fff;border:1px solid var(--line);
    border-radius:24px;padding:18px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;
  }
  .menu.open{display:flex}
  .mobile-toggle{display:inline-flex}
  .hero-card{min-height:410px}
}
@media(max-width:640px){
  main section{padding:54px 0}
  .topbar .container{justify-content:center;text-align:center}
  .grid-2,.grid-3,.stats,.field-row{grid-template-columns:1fr}
  .nav-actions .btn{display:none}
  .logo-img{
  width:210px;
  height:64px;
  object-fit:contain;
  object-position:left center;
  border-radius:0;
  background:transparent;
  padding:0;
  box-shadow:none;
}
  .hero-card{min-height:350px;border-radius:28px}
  .section-head{display:block}
  .section-head .btn{margin-top:16px}
  .order-head{grid-template-columns:1fr;gap:10px}
  .order-head .status{justify-self:start}
  .cart-item,.download-card{grid-template-columns:62px 1fr;position:relative}
  .cart-item button.link,.download-card .btn{grid-column:1/-1;width:100%}
}


/* Zihin Reset slider güncellemesi */
.hero-copy{position:relative;z-index:2}
.hero-slider{
  min-height:520px;
  border-radius:36px;
  overflow:visible;
  position:relative;
  box-shadow:var(--shadow);
  background:#2a1238;
}
.slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .7s ease;
  overflow:hidden;
  border-radius:36px;
}
.slide.active{opacity:1}
.slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(33,22,39,.72), rgba(91,35,128,.08)),
    radial-gradient(circle at 80% 18%, rgba(244,195,79,.42), transparent 28%);
}
.slider-caption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:3;
  color:#fff;
  background:rgba(42,18,56,.52);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  border-radius:24px;
  padding:20px;
}
.slider-caption p{margin:0;color:#eadcf0}
.slider-dots{
  position:absolute;
  right:24px;
  top:24px;
  z-index:4;
  display:flex;
  gap:8px;
}
.slider-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.55);
  cursor:pointer;
}
.slider-dot.active{
  width:28px;
  background:var(--gold);
}
.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:6;
  width:48px;
  height:48px;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(42,18,56,.76);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0;
  line-height:1;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  backdrop-filter:blur(10px);
}
.slider-arrow:before{
  display:block;
  font-size:31px;
  line-height:1;
  transform:translateY(-1px);
}
.slider-prev:before{content:"‹"}
.slider-next:before{content:"›"}
.slider-arrow:hover{background:rgba(121,39,169,.78)}
.slider-prev{left:-24px}
.slider-next{right:-24px}
.page-hero h1{font-size:clamp(30px,3.7vw,46px)}
.page-hero .lead{font-size:17px}
.legal-content h2{
  font-size:22px;
  line-height:1.25;
  letter-spacing:0;
  margin:26px 0 10px;
}
.legal-content h2:first-child{margin-top:0}
.legal-content p{
  font-size:15px;
  line-height:1.7;
}
@media(max-width:1000px){
  .hero-slider{min-height:410px}
}
@media(max-width:640px){
  .logo-img{width:168px;height:52px}
  .menu{font-size:17px}
  .option-row{grid-template-columns:1fr;align-items:stretch}
  .product-tab-buttons{display:flex;border-radius:22px}
  .product-tab{flex:1 1 calc(50% - 6px);padding:10px 12px}
  .hero-slider{min-height:330px;border-radius:28px}
  .slider-caption{left:14px;right:14px;bottom:14px;padding:16px}
  .page-hero h1{font-size:clamp(28px,8vw,36px)}
}

/* Calm Zihin Reset theme */
:root{
  --bg:#fbfaf7;
  --paper:#ffffff;
  --ink:#062f32;
  --muted:#687475;
  --brand:#064f54;
  --brand-dark:#03393d;
  --brand-2:#5d9a9a;
  --gold:#c99a54;
  --gold-light:#e6cfad;
  --violet-soft:#eef6f4;
  --cream:#f7efe4;
  --line:#e8e3da;
  --soft:#f5f3ee;
  --shadow:0 18px 44px rgba(6,79,84,.12);
  --radius:12px;
}
body{background:var(--bg);color:var(--ink)}
.topbar{display:none}
.header{
  background:rgba(255,255,253,.94);
  border-bottom:1px solid #ebe6dd;
  backdrop-filter:blur(14px);
}
.nav{padding:14px 0}
.logo-img{width:212px;height:62px}
.menu{gap:30px;font-size:15px;color:#12383a;font-weight:750}
.menu a{border-bottom:0}
.menu a:hover,.menu a.active{color:var(--brand)}
.icon-btn{
  width:40px;height:40px;
  border:0;background:transparent;box-shadow:none;color:#073e42;font-size:18px;
}
.icon-btn:hover{background:#f2ede5}
.badge{
  background:var(--gold);color:#fff;
  min-width:17px;height:17px;font-size:10px;margin-left:-17px;margin-top:-23px;
}
.btn{
  background:var(--brand);
  color:#fff;
  box-shadow:0 12px 26px rgba(6,79,84,.22);
  padding:12px 22px;
  font-size:14px;
}
.btn:hover{background:var(--brand-dark)}
.btn.secondary{
  background:#fff;color:#183f41;border:1px solid #d9d0c4;
}
.btn.ghost{
  background:rgba(255,255,255,.72);
  color:var(--gold);
  border:1px solid #d6c9b8;
}
.btn.light{color:#fff;border-color:rgba(255,255,255,.54);background:transparent}
main section{padding:58px 0}
h1,h2,h3{
  font-family:Georgia, "Times New Roman", serif;
  letter-spacing:0;
  color:var(--ink);
}
h1{font-size:clamp(42px,5.8vw,70px);line-height:.98}
h2{font-size:clamp(28px,3vw,42px)}
h3{font-size:20px}
.eyebrow{letter-spacing:.12em;color:var(--gold)}
.lead{color:#152d2e;font-size:19px;max-width:530px}
.home-hero{
  min-height:610px;
  padding:72px 0 118px;
  background:
    linear-gradient(90deg, rgba(251,250,247,.99) 0%, rgba(251,250,247,.92) 34%, rgba(251,250,247,.34) 62%, rgba(251,250,247,.05) 100%),
    var(--home-hero-image, url("../img/hero-woman.jpg")) center center/cover no-repeat;
}
.home-hero .hero-grid{grid-template-columns:minmax(0,520px) minmax(360px,1fr);gap:42px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px}
.hero-slider{
  min-height:430px;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  overflow:hidden;
}
.home-hero .hero-slider{opacity:.001;pointer-events:none}
.slide,.slide img{border-radius:0}
.slide:after{background:linear-gradient(to top, rgba(6,47,50,.2), transparent)}
.slider-caption,.slider-dots,.slider-arrow{display:none}
.trust-strip-section{
  padding:0;
  margin-top:-66px;
  position:relative;
  z-index:4;
}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 18px 36px rgba(35,48,45,.12);
  overflow:hidden;
}
.trust-item{
  display:flex;
  gap:18px;
  align-items:center;
  padding:26px 28px;
  border-right:1px solid var(--line);
}
.trust-item:last-child{border-right:0}
.trust-item i{font-size:36px;color:var(--brand);width:42px;text-align:center}
.trust-item strong{display:block;color:#102d2f;font-weight:900;font-size:14px}
.trust-item span{display:block;color:#6d7471;font-size:13px;margin-top:3px}
.home-work{background:#fbfaf7;padding-top:54px}
.section-head.centered{display:block;text-align:center;margin-bottom:32px}
.section-head.centered p{margin:8px auto 0}
.home-blog-section{
  background:#fff;
  padding-top:48px;
}
.blog-carousel{
  position:relative;
}
.blog-carousel-viewport{
  overflow:hidden;
  margin:0 28px;
}
.blog-carousel-track{
  display:flex;
  gap:18px;
  transition:transform .32s ease;
  will-change:transform;
}
.home-blog-card{
  flex:0 0 calc((100% - 54px) / 4);
  min-width:0;
  border-radius:12px;
  overflow:hidden;
}
.home-blog-media{
  display:block;
  background:#fbfaf7;
}
.home-blog-media img{
  display:block;
}
.home-blog-card .body{
  padding:18px;
}
.home-blog-card .eyebrow{
  display:block;
  margin-bottom:8px;
}
.home-blog-card h3{
  font-size:18px;
  line-height:1.18;
  margin-bottom:10px;
}
.home-blog-card p{
  font-size:14px;
  line-height:1.55;
}
.carousel-arrow{
  position:absolute;
  top:50%;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--brand);
  box-shadow:0 12px 28px rgba(2,50,52,.12);
  cursor:pointer;
  transform:translateY(-50%);
}
.carousel-arrow:disabled{
  opacity:.35;
  cursor:default;
}
.blog-prev{left:-4px}
.blog-next{right:-4px}
.card{
  border-color:var(--line);
  border-radius:12px;
  box-shadow:0 10px 28px rgba(20,37,34,.07);
}
.category-card{
  min-height:210px;
  padding:26px 22px;
  align-items:center;
  text-align:center;
  background:#fff;
}
.category-icon{
  width:68px;height:68px;border-radius:50%;
  background:#6ca3a2;color:#fff;margin:0 auto 18px;
  font-size:26px;
}
.category-icon.gold{background:#e1c39d;color:#fff}
.category-card h3{font-family:Georgia, "Times New Roman", serif;margin-bottom:8px}
.category-card .muted{font-size:13px;margin:0 0 14px}
.card-link{
  display:inline-flex;align-items:center;gap:8px;
  color:#173f42;font-weight:850;font-size:13px;
}
.center-action{display:flex;justify-content:center;margin-top:18px}
.home-panels{padding-top:10px;padding-bottom:34px}
.split-panels{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.promo-card{
  min-height:230px;
  border-radius:12px;
  padding:34px 34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  overflow:hidden;
}
.promo-card h2{margin-bottom:12px}
.promo-card p{max-width:390px;margin:0 0 22px;color:#30484a}
.promo-audio{
  background:
    radial-gradient(circle at 75% 50%, rgba(230,207,173,.7), transparent 11%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.11) 0 2px, transparent 2px 18px),
    linear-gradient(135deg,#073f43,#0a6167);
}
.promo-audio h2,.promo-audio p{color:#fff}
.play-button{
  flex:0 0 auto;width:72px;height:72px;border:0;border-radius:50%;
  background:linear-gradient(135deg,#e7c897,#c89448);
  color:#fff;font-size:25px;display:grid;place-items:center;cursor:pointer;
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}
.promo-session{
  background:
    linear-gradient(90deg, rgba(247,239,228,.96), rgba(247,239,228,.68)),
    url("https://images.unsplash.com/photo-1544717305-2782549b5136?auto=format&fit=crop&w=1100&q=80") right center/cover;
}
.home-products{background:#fff;padding-top:42px}
.product-card{border-radius:12px}
.product-media{background:#efe8dd}
.product-body{padding:18px}
.price-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  margin:2px 0 4px;
}
.price-stack .old{
  display:block;
  color:#8f9998;
  text-decoration:line-through;
  text-decoration-thickness:1.5px;
  font-size:16px;
  font-weight:900;
  line-height:1.1;
  margin:0;
}
.price-stack .price{
  display:block;
  color:#c62828;
  font-size:23px;
  font-weight:1000;
  line-height:1.15;
}
.detail-price-stack{margin:14px 0 20px}
.detail-price-stack .old{font-size:19px}
.detail-price-stack .price{font-size:32px}
.newsletter-band{
  padding:0;
  background:linear-gradient(135deg,#064f54,#0d6064);
  color:#fff;
}
.newsletter-inner{
  min-height:116px;
  display:grid;
  grid-template-columns:1fr minmax(320px,640px);
  align-items:center;
  gap:32px;
  padding:24px 0;
}
.newsletter-inner h2{color:#fff;font-size:26px;margin-bottom:8px}
.newsletter-inner p{margin:0;color:#dcebea}
.newsletter-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  padding:8px;
}
.newsletter-form input{
  border:0;background:transparent;color:#fff;border-radius:999px;
}
.newsletter-form input::placeholder{color:#c7dcdb}
.newsletter-form input:focus{box-shadow:none;border-color:transparent}
.newsletter-form .btn{
  background:linear-gradient(135deg,#d7ad6b,#bd8b42);
  box-shadow:none;
}
.footer{
  background:#fff;
  color:#173f42;
  padding:28px 0 14px;
}
.footer .logo-img{filter:none}
.footer .logo-img{width:214px;height:64px;margin-bottom:12px}
.footer-grid{
  grid-template-columns:1.45fr repeat(3,1fr);
  gap:72px;
  align-items:start;
}
.footer h3{font-family:Inter, ui-sans-serif, system-ui, sans-serif;font-size:16px;color:#0d393c;margin:0 0 16px;font-weight:1000}
.footer a{color:#4b5c5d;font-size:15px;margin:0 0 14px}
.footer .muted{color:#6f7b79}
.footer p.muted{font-size:16px;line-height:1.55;margin:18px 0 18px}
.footer-socials a{
  color:#0b4e53;
  border:1px solid #ddd4c9;
  background:#fff;
  width:38px;
  height:38px;
  margin:0;
}
.footer-socials a:hover{background:#f4eee6;color:#0b4e53}
.footer-socials a[aria-label="Instagram"]{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 78%,#515bd4 100%);
}
.footer-socials a[aria-label="TikTok"]{
  color:#fff;
  border-color:transparent;
  background:#111;
}
.footer-socials .tiktok-icon{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
}
.footer-socials .tiktok-icon svg{
  display:block;
  width:20px;
  height:20px;
}
.footer-socials a[aria-label="WhatsApp"]{
  color:#fff;
  border-color:transparent;
  background:#25d366;
}
.footer-socials a[aria-label="Instagram"]:hover,
.footer-socials a[aria-label="TikTok"]:hover,
.footer-socials a[aria-label="WhatsApp"]:hover{
  color:#fff;
  filter:brightness(.96);
  transform:translateY(-1px);
}
.secure-footer{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:8px 10px;
  color:#526162;
  margin:8px 0 0;
}
.secure-footer i{grid-row:1/3;width:34px;height:34px;border:1px solid #d9d0c4;border-radius:8px;display:grid;place-items:center;color:var(--brand)}
.secure-footer strong{color:#0d393c}
.secure-footer span{font-size:13px}
.footer-bottom{
  border-top:1px solid var(--line);
  justify-content:center;
  gap:18px;
  margin-top:28px;
  padding-top:16px;
}
.copyright{color:#7b8583}
.payment-logos{gap:8px}
.payment-logos img{height:25px;box-shadow:none;border:1px solid var(--line);padding:4px 8px}
.drawer-panel{background:#fff}
.toast{background:var(--brand)}
@media(max-width:1000px){
  .home-hero{padding:58px 0 96px}
  .home-hero .hero-grid{grid-template-columns:1fr}
  .home-hero .hero-slider{display:none}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}
  .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .split-panels,.newsletter-inner{grid-template-columns:1fr}
  .menu{top:76px}
}
@media(max-width:640px){
  h1{font-size:clamp(38px,11vw,48px)}
  .home-hero{
    min-height:560px;
    padding:52px 0 86px;
    background:
      linear-gradient(180deg, rgba(251,250,247,.96) 0%, rgba(251,250,247,.82) 54%, rgba(251,250,247,.2) 100%),
      var(--home-hero-image, url("../img/hero-woman.jpg")) center bottom/cover no-repeat;
  }
  .hero-actions .btn{width:100%}
  .trust-strip{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line);padding:22px}
  .trust-item:last-child{border-bottom:0}
  .promo-card{display:block;padding:26px;min-height:240px}
  .play-button{margin-top:18px}
  .newsletter-form{grid-template-columns:1fr;border-radius:18px}
  .newsletter-form .btn{width:100%}
  .footer-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px 14px;
  }
  .footer-grid > div:first-child{
    grid-column:1/-1;
  }
  .footer .logo-img{
    width:214px;
    max-width:100%;
    height:auto;
  }
  .footer h3{
    font-size:14px;
    margin-bottom:12px;
    white-space:nowrap;
  }
  .footer a{
    font-size:14px;
    line-height:1.35;
    overflow-wrap:anywhere;
  }
  .footer p.muted{
    font-size:15px;
    margin:16px 0;
  }
  .footer-bottom{
    display:block;
    text-align:center;
  }
  .payment-logos{
    justify-content:center;
    margin-top:10px;
  }
  .payment-modal-panel{
    width:100%;
    height:100%;
    max-height:none;
    border-radius:0;
    padding:14px;
  }
  .payment-modal-head{
    position:sticky;
    top:0;
    z-index:2;
    background:#fffdf8;
  }
  #paytriframe{
    min-height:720px;
  }
  .floating-contact{
    right:14px;
    bottom:18px;
    gap:8px;
  }
  .floating-contact a{
    width:46px;
    height:46px;
    font-size:20px;
  }
  .home-blog-section{padding-top:36px}
  .blog-carousel-viewport{margin:0 10px}
  .blog-carousel-track{gap:0}
  .home-blog-card{flex-basis:100%}
  .blog-prev{left:-2px}
  .blog-next{right:-2px}
}

.footer-disclaimer{
  margin:24px 0 0;
  max-width:1120px;
  color:#6f7b79;
  font-size:13px;
  line-height:1.65;
}
.footer-credit{
  border-top:1px solid var(--line);
  margin-top:14px;
  padding-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#6f7b79;
  font-size:13px;
  line-height:1.4;
  text-align:center;
}
.footer-credit a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 2px;
  line-height:0;
}
.footer-credit img{
  display:block;
  width:44px;
  max-width:16vw;
  height:auto;
  transform:translateY(1px);
}
@media(max-width:640px){
  .footer-disclaimer{
    font-size:12px;
    line-height:1.6;
    margin-top:18px;
  }
  .footer-credit{
    flex-wrap:nowrap;
    gap:6px;
    font-size:12px;
    padding-top:12px;
  }
  .footer-credit img{
    width:40px;
  }
}
