:root{
  --ec-navy:#0F3747;
  --ec-navy-dark:#06232D;
  --ec-gold:#E9C282;
  --ec-gold-dark:#BE9863;
  --ec-cream:#F8F4ED;
  --ec-cream-2:#EFE6D8;
  --ec-ink:#17242A;
  --ec-muted:#66757C;
  --ec-line:rgba(15,55,71,.13);
  --ec-white:#fff;
  --ec-shadow:0 18px 55px rgba(6,35,45,.10);
  --ec-radius:22px;
  --ec-header-safe:142px;
}

@media (max-width:1024px){
  :root{--ec-header-safe:82px;}
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.ec-blog-page{
  color:var(--ec-ink);
  background:#fff;
  overflow-x:hidden;
}
body.ec-blog-page a{text-decoration:none;}
body.ec-blog-page img{max-width:100%;height:auto;}
body.ec-blog-page code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  color:var(--ec-navy);
  background:rgba(233,194,130,.23);
  border-radius:6px;
  padding:2px 6px;
}

.ec-blog-main{padding-top:var(--ec-header-safe);}
.ec-blog-container{
  width:min(1320px,calc(100% - 40px));
  margin:0 auto;
}
.ec-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--ec-gold-dark);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ec-eyebrow::before{
  content:"";
  width:25px;
  height:1px;
  background:currentColor;
}
.ec-section-heading{
  max-width:780px;
  margin:0 auto 35px;
  text-align:center;
}
.ec-section-heading--left{margin-left:0;text-align:left;}
.ec-section-heading h2{
  margin:10px 0 10px;
  color:var(--ec-navy-dark);
  font-size:clamp(28px,4vw,48px);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.035em;
}
.ec-section-heading p{
  margin:0;
  color:var(--ec-muted);
  font-size:16px;
  line-height:1.75;
}
.ec-primary-button{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border:1px solid var(--ec-navy);
  border-radius:12px;
  color:#fff!important;
  background:var(--ec-navy);
  font-size:14px;
  font-weight:800;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.ec-primary-button:hover{
  color:var(--ec-gold)!important;
  background:var(--ec-navy-dark);
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(6,35,45,.2);
}
.ec-text-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--ec-navy)!important;
  font-weight:800;
  font-size:13px;
}
.ec-text-link:hover{color:var(--ec-gold-dark)!important;}

/* Hero */
.ec-blog-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 82px;
  color:#fff;
  background:
    radial-gradient(circle at 75% 25%,rgba(233,194,130,.19),transparent 28%),
    linear-gradient(135deg,var(--ec-navy-dark),var(--ec-navy));
}
.ec-blog-hero::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-230px;
  width:560px;
  height:560px;
  border:1px solid rgba(233,194,130,.16);
  border-radius:50%;
  box-shadow:0 0 0 65px rgba(233,194,130,.035),0 0 0 130px rgba(233,194,130,.025);
}
.ec-blog-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  align-items:center;
  gap:65px;
}
.ec-blog-hero .ec-eyebrow{color:var(--ec-gold);}
.ec-blog-hero__content h1{
  max-width:800px;
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(42px,6vw,76px);
  line-height:.98;
  font-weight:850;
  letter-spacing:-.055em;
}
.ec-blog-hero__content>p{
  max-width:720px;
  margin:0 0 30px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.75;
}
.ec-blog-search{
  width:min(720px,100%);
  min-height:60px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:7px 7px 7px 20px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}
.ec-blog-search .icon-search{color:var(--ec-navy);font-size:19px;}
.ec-blog-search input{
  min-width:0;
  flex:1;
  border:0;
  outline:0;
  color:var(--ec-ink);
  background:transparent;
  font-size:15px;
}
.ec-blog-search button{
  min-height:46px;
  padding:0 23px;
  border:0;
  border-radius:11px;
  color:#fff;
  background:var(--ec-navy);
  font-weight:800;
  cursor:pointer;
}
.ec-hero-stats{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  margin-top:30px;
}
.ec-hero-stats div{display:flex;flex-direction:column;gap:3px;}
.ec-hero-stats strong{color:var(--ec-gold);font-size:26px;line-height:1;}
.ec-hero-stats span{color:rgba(255,255,255,.62);font-size:12px;}
.ec-blog-hero__visual{
  position:relative;
  min-height:550px;
}
.ec-hero-product{
  position:absolute;
  display:block;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 65px rgba(0,0,0,.28);
  transform:rotate(var(--rotate));
  transition:transform .25s ease,z-index .25s ease;
}
.ec-hero-product:hover{z-index:10;transform:rotate(0deg) translateY(-8px);}
.ec-hero-product img{width:100%;height:100%;display:block;object-fit:cover;}
.ec-hero-product--1{--rotate:-7deg;left:2%;top:5%;width:43%;height:75%;z-index:2;}
.ec-hero-product--2{--rotate:7deg;left:34%;top:0;width:43%;height:80%;z-index:3;}
.ec-hero-product--3{--rotate:12deg;right:0;bottom:0;width:37%;height:65%;z-index:4;}

/* %100 Arabica marka vurgusu */
.ec-arabica-section{padding:34px 0;background:#fff;}
.ec-arabica-card{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:32px 36px;border:1px solid rgba(190,152,99,.34);border-radius:20px;background:linear-gradient(135deg,#fff,var(--ec-cream));box-shadow:0 14px 40px rgba(6,35,45,.07);}
.ec-arabica-card>div{max-width:900px;}
.ec-arabica-card h2{margin:9px 0 8px;color:var(--ec-navy-dark);font-size:clamp(27px,3vw,42px);line-height:1.08;letter-spacing:-.035em;}
.ec-arabica-card p{margin:0;color:var(--ec-muted);font-size:15px;line-height:1.75;}
.ec-arabica-card .ec-primary-button{flex:0 0 auto;}

/* Store categories */
.ec-store-categories{padding:78px 0;background:var(--ec-cream);}
.ec-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.ec-category-card{
  position:relative;
  min-height:165px;
  display:flex;
  flex-direction:column;
  padding:25px 55px 24px 25px;
  border:1px solid var(--ec-line);
  border-radius:18px;
  color:var(--ec-ink)!important;
  background:#fff;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ec-category-card:hover{transform:translateY(-4px);border-color:rgba(190,152,99,.6);box-shadow:var(--ec-shadow);}
.ec-category-card span{color:var(--ec-navy);font-size:20px;font-weight:850;}
.ec-category-card p{margin:9px 0 0;color:var(--ec-muted);font-size:14px;line-height:1.6;}
.ec-category-card b{position:absolute;right:22px;top:22px;color:var(--ec-gold-dark);font-size:23px;}

/* Featured */
.ec-featured-section{padding:82px 0;background:#fff;}
.ec-featured-card{
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  overflow:hidden;
  border:1px solid var(--ec-line);
  border-radius:var(--ec-radius);
  background:var(--ec-navy-dark);
  box-shadow:var(--ec-shadow);
}
.ec-featured-card__image{height:520px;background:#fff;}
.ec-featured-card__image img{width:100%;height:100%;display:block;object-fit:cover;}
.ec-featured-card__body{display:flex;flex-direction:column;justify-content:center;padding:60px;color:#fff;}
.ec-featured-card__body .ec-eyebrow{color:var(--ec-gold);}
.ec-featured-card__body h2{margin:15px 0;color:#fff;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em;}
.ec-featured-card__body h2 a{color:#fff!important;}
.ec-featured-card__body p{max-width:680px;margin:0 0 18px;color:rgba(255,255,255,.72);font-size:17px;line-height:1.75;}
.ec-featured-card__meta{display:flex;gap:16px;margin-bottom:25px;color:var(--ec-gold);font-size:13px;font-weight:700;}
.ec-featured-card__body .ec-primary-button{align-self:flex-start;border-color:var(--ec-gold);color:var(--ec-navy-dark)!important;background:var(--ec-gold);}

/* Posts */
.ec-posts-section{padding:85px 0;background:#fafafa;}
.ec-blog-filters{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 34px;
}
.ec-blog-filters a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 14px;
  border:1px solid var(--ec-line);
  border-radius:999px;
  color:var(--ec-navy)!important;
  background:#fff;
  font-size:12px;
  font-weight:800;
}
.ec-blog-filters a span{opacity:.55;}
.ec-blog-filters a:hover,.ec-blog-filters a.is-active{color:var(--ec-gold)!important;background:var(--ec-navy);border-color:var(--ec-navy);}
.ec-results-summary{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin:-10px 0 30px;
  color:var(--ec-muted);
  font-size:13px;
}
.ec-results-summary strong{color:var(--ec-navy);}
.ec-results-summary a{color:var(--ec-gold-dark)!important;font-weight:800;text-decoration:underline;}
.ec-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.ec-post-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--ec-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 30px rgba(6,35,45,.04);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ec-post-card:hover{transform:translateY(-5px);box-shadow:var(--ec-shadow);border-color:rgba(190,152,99,.45);}
.ec-post-card__image{position:relative;width:100%;height:auto;aspect-ratio:3/2;display:block;overflow:hidden;background:var(--ec-cream);}
.ec-post-card__image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease;}
.ec-post-card:hover .ec-post-card__image img{transform:scale(1.035);}
.ec-post-card__image>span{
  position:absolute;
  right:14px;
  top:14px;
  padding:7px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(6,35,45,.86);
  backdrop-filter:blur(6px);
  font-size:11px;
  font-weight:800;
}
.ec-post-card__body{padding:23px;}
.ec-post-card__category,.ec-post-card__body>span{
  display:inline-block;
  margin-bottom:9px;
  color:var(--ec-gold-dark)!important;
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ec-post-card h3{margin:0 0 10px;font-size:21px;line-height:1.3;font-weight:850;letter-spacing:-.02em;}
.ec-post-card h3 a{color:var(--ec-navy-dark)!important;}
.ec-post-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:0 0 18px;color:var(--ec-muted);font-size:14px;line-height:1.7;}
.ec-empty-state{padding:60px 25px;text-align:center;border:1px dashed rgba(15,55,71,.25);border-radius:20px;background:#fff;}
.ec-empty-state h3{color:var(--ec-navy);font-size:24px;}
.ec-empty-state p{color:var(--ec-muted);}

/* Products */
.ec-products-section{padding:90px 0;background:var(--ec-cream);}
.ec-product-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:30px;
}
.ec-product-tabs{display:flex;flex-wrap:wrap;gap:9px;}
.ec-product-tabs button{
  min-height:42px;
  padding:0 15px;
  border:1px solid var(--ec-line);
  border-radius:999px;
  color:var(--ec-navy);
  background:#fff;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
.ec-product-tabs button span{margin-left:4px;opacity:.55;}
.ec-product-tabs button.is-active{color:var(--ec-gold);border-color:var(--ec-navy);background:var(--ec-navy);}
.ec-product-search{
  min-width:280px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 14px;
  border:1px solid var(--ec-line);
  border-radius:12px;
  background:#fff;
}
.ec-product-search .icon-search{color:var(--ec-navy);}
.ec-product-search input{width:100%;height:42px;border:0;outline:0;background:transparent;font-size:13px;}
.ec-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;}
.ec-product-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--ec-line);
  border-radius:16px;
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ec-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(6,35,45,.11);border-color:rgba(190,152,99,.5);}
.ec-product-card[hidden]{display:none!important;}
.ec-product-card__image{position:relative;display:block;aspect-ratio:2/3;overflow:hidden;background:#fff;}
.ec-product-card__image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease;}
.ec-product-card:hover .ec-product-card__image img{transform:scale(1.03);}
.ec-product-card__type{position:absolute;top:10px;left:10px;padding:6px 9px;border-radius:999px;color:#fff;background:rgba(6,35,45,.82);font-size:10px;font-weight:800;}
.ec-product-card__arabica{position:absolute;top:10px;right:10px;max-width:calc(100% - 70px);padding:6px 9px;border-radius:999px;color:var(--ec-navy-dark);background:rgba(233,194,130,.94);box-shadow:0 5px 16px rgba(6,35,45,.14);font-size:9px;line-height:1.2;font-weight:900;text-align:right;}
.ec-product-card__body{padding:17px;}
.ec-product-card__category{display:inline-block;margin-bottom:7px;color:var(--ec-gold-dark)!important;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
.ec-product-card h3{margin:0 0 8px;font-size:16px;line-height:1.35;font-weight:850;}
.ec-product-card h3 a{color:var(--ec-navy-dark)!important;}
.ec-product-card p{min-height:64px;margin:0 0 12px;color:var(--ec-muted);font-size:12px;line-height:1.55;}
.ec-product-empty{text-align:center;color:var(--ec-muted);font-weight:700;}
.ec-product-card--compact .ec-product-card__body{padding:13px;}
.ec-product-card--compact h3{font-size:14px;}
.ec-product-card--compact .ec-text-link{font-size:11px;}
.ec-image-fallback{object-fit:contain!important;padding:25px;background:var(--ec-navy)!important;}

/* Link clusters */
.ec-link-cluster-section{padding:85px 0;background:#fff;}
.ec-cluster-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.ec-cluster-card{padding:25px;border:1px solid var(--ec-line);border-radius:18px;background:linear-gradient(180deg,#fff,var(--ec-cream));}
.ec-cluster-card>span{display:block;margin-bottom:15px;color:var(--ec-navy-dark);font-size:17px;font-weight:850;}
.ec-cluster-card a{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid var(--ec-line);color:var(--ec-muted)!important;font-size:13px;font-weight:700;}
.ec-cluster-card a::after{content:"→";color:var(--ec-gold-dark);}
.ec-cluster-card a:hover{color:var(--ec-navy)!important;}

/* FAQ */
.ec-index-faq-section{padding:85px 0;background:var(--ec-navy-dark);}
.ec-index-faq-section .ec-section-heading h2{color:#fff;}
.ec-index-faq-section .ec-section-heading p{color:rgba(255,255,255,.65);}
.ec-index-faq-section .ec-eyebrow{color:var(--ec-gold);}
.ec-faq-list{display:grid;gap:12px;}
.ec-faq-list--wide{max-width:950px;margin:0 auto;}
.ec-faq-item{overflow:hidden;border:1px solid var(--ec-line);border-radius:14px;background:#fff;}
.ec-faq-item summary{position:relative;cursor:pointer;list-style:none;padding:18px 52px 18px 20px;color:var(--ec-navy-dark);font-size:15px;font-weight:850;}
.ec-faq-item summary::-webkit-details-marker{display:none;}
.ec-faq-item summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--ec-gold-dark);font-size:24px;font-weight:400;}
.ec-faq-item[open] summary::after{content:"−";}
.ec-faq-item>div{padding:0 20px 18px;}
.ec-faq-item p{margin:0;color:var(--ec-muted);font-size:14px;line-height:1.75;}

/* Breadcrumb + article */
.ec-breadcrumb{border-bottom:1px solid var(--ec-line);background:#fff;}
.ec-breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:17px 0;color:var(--ec-muted);font-size:12px;}
.ec-breadcrumb li+li::before{content:"/";margin-right:8px;color:rgba(15,55,71,.35);}
.ec-breadcrumb a{color:var(--ec-navy)!important;font-weight:700;}
.ec-article-hero{padding:60px 0 65px;background:linear-gradient(135deg,var(--ec-cream),#fff);}
.ec-article-hero__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:0;}
.ec-article-category{display:inline-flex;padding:8px 12px;border-radius:999px;color:var(--ec-gold)!important;background:var(--ec-navy);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.07em;}
.ec-article-hero h1{margin:17px 0 16px;color:var(--ec-navy-dark);font-size:clamp(40px,5.7vw,72px);line-height:1.02;font-weight:850;letter-spacing:-.055em;}
.ec-article-lead{max-width:780px;margin:0;color:var(--ec-muted);font-size:18px;line-height:1.75;}
.ec-article-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:22px 0;color:var(--ec-muted);font-size:12px;font-weight:700;}
.ec-article-meta span,.ec-article-meta time{display:flex;align-items:center;gap:5px;}
.ec-article-meta span+span::before,.ec-article-meta time::before{content:"•";color:var(--ec-gold-dark);}
.ec-ai-answer{padding:20px 22px;border:1px solid rgba(190,152,99,.35);border-left:4px solid var(--ec-gold-dark);border-radius:14px;background:#fff;box-shadow:0 12px 35px rgba(6,35,45,.06);}
.ec-ai-answer__label{display:block;margin-bottom:7px;color:var(--ec-gold-dark);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;}
.ec-ai-answer p{margin:0;color:var(--ec-ink);font-size:15px;line-height:1.75;}
.ec-arabica-note{margin-top:14px;padding:15px 18px;border:1px solid rgba(233,194,130,.46);border-radius:13px;background:rgba(233,194,130,.12);}
.ec-arabica-note strong{display:block;margin-bottom:4px;color:var(--ec-navy-dark);font-size:13px;font-weight:900;}
.ec-arabica-note p{margin:0;color:var(--ec-muted);font-size:13px;line-height:1.65;}
.ec-arabica-note a{color:var(--ec-gold-dark)!important;font-weight:850;text-decoration:underline;}
.ec-article-hero__image{width:100%;max-width:1200px;height:auto;aspect-ratio:3/2;margin:26px 0 0;overflow:hidden;border-radius:24px;background:#fff;box-shadow:var(--ec-shadow);}
.ec-article-hero__image img{width:100%;height:100%;display:block;object-fit:cover;}
.ec-article-layout{display:grid;grid-template-columns:250px minmax(0,850px);justify-content:center;gap:60px;padding-top:65px;padding-bottom:85px;}
.ec-article-sidebar{min-width:0;}
.ec-toc{position:sticky;top:165px;padding:20px;border:1px solid var(--ec-line);border-radius:16px;background:var(--ec-cream);}
.ec-toc>strong{display:block;margin-bottom:12px;color:var(--ec-navy-dark);font-size:15px;}
.ec-toc ol{display:grid;gap:8px;margin:0;padding:0;list-style:none;counter-reset:toc;}
.ec-toc li{counter-increment:toc;}
.ec-toc li a{display:grid;grid-template-columns:20px minmax(0,1fr);gap:5px;color:var(--ec-muted)!important;font-size:12px;line-height:1.45;}
.ec-toc li a::before{content:counter(toc) ".";color:var(--ec-gold-dark);font-weight:800;}
.ec-toc li a:hover{color:var(--ec-navy)!important;}
.ec-toc__back{display:block;margin-top:16px;padding-top:13px;border-top:1px solid var(--ec-line);color:var(--ec-navy)!important;font-size:12px;font-weight:800;}
.ec-article-content{min-width:0;}
.ec-content-section{scroll-margin-top:160px;margin-bottom:52px;}
.ec-content-section h2{margin:0 0 18px;color:var(--ec-navy-dark);font-size:clamp(27px,3vw,38px);line-height:1.18;font-weight:850;letter-spacing:-.035em;}
.ec-content-section p{margin:0 0 17px;color:#42545C;font-size:16px;line-height:1.9;}
.ec-content-section ul,.ec-content-section ol{color:#42545C;}
.ec-inline-link{font-weight:850;text-decoration:underline!important;text-decoration-color:rgba(190,152,99,.5)!important;text-decoration-thickness:2px!important;text-underline-offset:3px;}
.ec-inline-product{color:var(--ec-navy)!important;}
.ec-inline-category{color:#8A632E!important;}
.ec-inline-post{color:#596B3E!important;}
.ec-key-points{padding:26px;border:1px solid var(--ec-line);border-radius:18px;background:var(--ec-cream);}
.ec-key-points ul,.ec-check-list{display:grid;gap:10px;margin:0;padding:0;list-style:none;}
.ec-key-points li,.ec-check-list li{position:relative;padding-left:26px;font-size:15px;line-height:1.65;}
.ec-key-points li::before,.ec-check-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--ec-gold-dark);font-weight:900;}
.ec-brew-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;}
.ec-brew-grid div{padding:16px;border:1px solid var(--ec-line);border-radius:13px;background:#fff;}
.ec-brew-grid span{display:block;margin-bottom:5px;color:var(--ec-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;}
.ec-brew-grid strong{display:block;color:var(--ec-navy-dark);font-size:14px;line-height:1.4;}
.ec-note{margin-top:14px!important;padding:14px 16px;border-radius:10px;color:#6C5737!important;background:rgba(233,194,130,.2);font-size:13px!important;line-height:1.6!important;}
.ec-step-list{display:grid;gap:12px;margin:0;padding:0;list-style:none;}
.ec-step-list li{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px;padding:17px;border:1px solid var(--ec-line);border-radius:14px;background:#fff;}
.ec-step-list li>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--ec-gold);background:var(--ec-navy);font-size:14px;font-weight:900;}
.ec-step-list p{margin:7px 0 0!important;font-size:15px!important;line-height:1.65!important;}
.ec-related-products{padding-top:15px;border-top:1px solid var(--ec-line);}
.ec-product-grid--related{grid-template-columns:repeat(3,minmax(0,1fr));}
.ec-post-grid--related{grid-template-columns:repeat(3,minmax(0,1fr));}
.ec-related-posts{padding-top:15px;border-top:1px solid var(--ec-line);}

.ec-blog-not-found{min-height:65vh;display:grid;place-items:center;padding:90px 0;text-align:center;background:var(--ec-cream);}
.ec-blog-not-found h1{color:var(--ec-navy);font-size:44px;}
.ec-blog-not-found p{color:var(--ec-muted);}

@media (max-width:1199px){
  .ec-blog-hero__grid{grid-template-columns:minmax(0,1fr) 420px;gap:35px;}
  .ec-blog-hero__visual{min-height:480px;}
  .ec-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .ec-cluster-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ec-article-layout{grid-template-columns:220px minmax(0,760px);gap:35px;}
}

@media (max-width:991px){
  .ec-blog-hero{padding:55px 0 65px;}
  .ec-blog-hero__grid{grid-template-columns:1fr;}
  .ec-blog-hero__visual{min-height:430px;max-width:650px;width:100%;margin:0 auto;}
  .ec-category-grid,.ec-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ec-featured-card{grid-template-columns:1fr;}
  .ec-featured-card__image{height:470px;}
  .ec-featured-card__body{padding:40px;}
  .ec-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .ec-product-toolbar{align-items:stretch;flex-direction:column;}
  .ec-product-search{min-width:0;width:100%;}
  .ec-article-hero__grid{grid-template-columns:1fr;}
  .ec-article-hero__image{width:100%;max-width:1200px;height:auto;aspect-ratio:3/2;margin:24px 0 0;}
  .ec-article-layout{grid-template-columns:1fr;}
  .ec-article-sidebar{display:none;}
  .ec-brew-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .ec-product-grid--related,.ec-post-grid--related{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:767px){
  .ec-arabica-card{align-items:flex-start;flex-direction:column;padding:25px;}
  .ec-arabica-card .ec-primary-button{width:100%;}
  .ec-blog-container{width:min(100% - 26px,1320px);}
  .ec-blog-hero__content h1{font-size:44px;}
  .ec-blog-hero__content>p{font-size:16px;}
  .ec-blog-search{min-height:56px;padding-left:14px;}
  .ec-blog-search button{padding:0 16px;}
  .ec-hero-stats{gap:20px;}
  .ec-blog-hero__visual{min-height:360px;}
  .ec-store-categories,.ec-featured-section,.ec-posts-section,.ec-products-section,.ec-link-cluster-section,.ec-index-faq-section{padding:60px 0;}
  .ec-category-grid{grid-template-columns:1fr;}
  .ec-category-card{min-height:135px;}
  .ec-featured-card__image{height:auto;aspect-ratio:3/2;}
  .ec-featured-card__body{padding:28px;}
  .ec-post-grid{grid-template-columns:1fr;}
  .ec-post-card__image{height:auto;aspect-ratio:3/2;}
  .ec-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .ec-product-card__body{padding:13px;}
  .ec-product-card h3{font-size:14px;}
  .ec-product-card p{min-height:0;font-size:11px;}
  .ec-cluster-grid{grid-template-columns:1fr;}
  .ec-article-hero{padding:40px 0 45px;}
  .ec-article-hero h1{font-size:42px;}
  .ec-article-hero__image{margin-top:20px;border-radius:16px;}
  .ec-article-lead{font-size:16px;}
  .ec-article-layout{padding-top:45px;padding-bottom:60px;}
  .ec-content-section{margin-bottom:42px;}
  .ec-content-section p{font-size:15px;line-height:1.8;}
  .ec-brew-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ec-product-grid--related,.ec-post-grid--related{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:480px){
  .ec-blog-hero__visual{min-height:305px;}
  .ec-blog-search .icon-search{display:none;}
  .ec-blog-search input{font-size:12px;}
  .ec-hero-product--1{width:46%;height:72%;}
  .ec-hero-product--2{left:31%;width:46%;height:78%;}
  .ec-hero-product--3{width:39%;height:61%;}
  .ec-blog-filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;}
  .ec-blog-filters a{flex:0 0 auto;}
  .ec-product-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;}
  .ec-product-tabs button{flex:0 0 auto;}
  .ec-product-grid{grid-template-columns:1fr 1fr;}
  .ec-product-card__body p{display:none;}
  .ec-product-card .ec-text-link{font-size:10px;}
  .ec-brew-grid{grid-template-columns:1fr;}
  .ec-product-grid--related,.ec-post-grid--related{grid-template-columns:1fr;}
  .ec-article-meta{display:grid;gap:5px;}
  .ec-article-meta span+span::before,.ec-article-meta time::before{display:none;}
}

/* Google AI / güvenilir içerik görünürlüğü için görünür içerik bileşenleri */
.ec-article-credentials{display:flex;flex-wrap:wrap;gap:8px 18px;margin:15px 0 0;color:#5A6B73;font-size:12px;line-height:1.5;}
.ec-article-credentials span{display:inline-flex;align-items:center;gap:4px;}
.ec-article-credentials b{color:var(--ec-navy-dark);font-weight:850;}
.ec-index-answer{max-width:780px;margin:22px 0 0;padding:18px 20px;border:1px solid rgba(233,194,130,.46);border-left:4px solid var(--ec-gold-dark);border-radius:14px;background:rgba(255,255,255,.08);}
.ec-index-answer strong{display:block;margin-bottom:5px;color:var(--ec-gold);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.ec-index-answer p{margin:0!important;color:rgba(255,255,255,.9)!important;font-size:14px!important;line-height:1.7!important;}
.ec-editorial-standard{padding:26px;border:1px solid var(--ec-line);border-radius:18px;background:linear-gradient(135deg,#fff 0%,var(--ec-cream) 100%);}
.ec-editorial-standard dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0 0;}
.ec-editorial-standard dl>div{padding:13px 15px;border:1px solid var(--ec-line);border-radius:12px;background:#fff;}
.ec-editorial-standard dt{margin-bottom:4px;color:var(--ec-muted);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
.ec-editorial-standard dd{margin:0;color:var(--ec-navy-dark);font-size:13px;font-weight:750;}
.ec-editorial-standard dd a{color:var(--ec-navy)!important;text-decoration:underline!important;text-underline-offset:3px;}

@media (max-width:767px){
  .ec-article-credentials{display:grid;gap:5px;}
  .ec-index-answer{padding:15px 16px;}
  .ec-editorial-standard dl{grid-template-columns:1fr;}
}

/* Rehber liste sayfalama */
.ec-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin:42px 0 0;padding-top:28px;border-top:1px solid var(--ec-line);}
.ec-pagination__pages{display:flex;align-items:center;justify-content:center;gap:8px;}
.ec-pagination a,.ec-pagination span{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ec-line);border-radius:12px;background:#fff;color:var(--ec-navy-dark);font-size:13px;font-weight:850;line-height:1;text-decoration:none;transition:.2s ease;}
.ec-pagination a:hover{border-color:var(--ec-gold-dark);color:var(--ec-navy);transform:translateY(-1px);}
.ec-pagination__pages a.is-active{border-color:var(--ec-navy);background:var(--ec-navy);color:var(--ec-gold);box-shadow:0 8px 22px rgba(6,35,45,.16);}
.ec-pagination .ec-pagination__direction{min-width:112px;padding:0 16px;}
.ec-pagination .is-disabled{opacity:.42;cursor:not-allowed;background:var(--ec-cream);}
.ec-pagination .ec-pagination__ellipsis{min-width:26px;border-color:transparent;background:transparent;color:var(--ec-muted);}

@media (max-width:600px){
  .ec-pagination{gap:8px;flex-wrap:wrap;}
  .ec-pagination__pages{order:3;width:100%;}
  .ec-pagination .ec-pagination__direction{min-width:calc(50% - 4px);}
  .ec-pagination a,.ec-pagination span{min-width:38px;height:38px;border-radius:10px;font-size:12px;}
}


/* Rehberden satışa yönlendirme bileşenleri */
.ec-article-commerce{
  scroll-margin-top:110px;
  display:grid;
  grid-template-columns:140px minmax(0,1fr);
  gap:28px;
  align-items:center;
  width:100%;
  max-width:1200px;
  margin:24px 0 0;
  padding:22px;
  border:1px solid rgba(190,152,99,.42);
  border-radius:22px;
  background:linear-gradient(135deg,#fff 0%,#fbf5eb 100%);
  box-shadow:0 16px 38px rgba(6,35,45,.08);
}
.ec-article-commerce__image{
  display:block;
  height:210px;
  overflow:hidden;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--ec-line);
}
.ec-article-commerce__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.ec-article-commerce__eyebrow,
.ec-final-commerce>div>span{
  display:block;
  margin-bottom:7px;
  color:var(--ec-gold-dark);
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.ec-article-commerce h2{
  margin:0 0 10px;
  color:var(--ec-navy-dark);
  font-size:clamp(23px,2.2vw,34px);
  line-height:1.15;
  letter-spacing:-.025em;
}
.ec-article-commerce p{
  margin:0;
  color:var(--ec-muted);
  font-size:14px;
  line-height:1.75;
}
.ec-article-commerce__actions,
.ec-final-commerce__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.ec-commerce-primary,
.ec-commerce-secondary{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:12px;
  font-size:12px;
  line-height:1.25;
  font-weight:900;
  text-align:center;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ec-commerce-primary{
  color:var(--ec-gold)!important;
  background:var(--ec-navy);
  border:1px solid var(--ec-navy);
  box-shadow:0 10px 24px rgba(6,35,45,.16);
}
.ec-commerce-secondary{
  color:var(--ec-navy-dark)!important;
  background:#fff;
  border:1px solid var(--ec-line);
}
.ec-commerce-primary:hover,
.ec-commerce-secondary:hover{
  transform:translateY(-2px);
}
.ec-commerce-primary:hover{
  color:#fff!important;
  box-shadow:0 14px 30px rgba(6,35,45,.22);
}
.ec-commerce-secondary:hover{
  border-color:var(--ec-gold-dark);
}
.ec-final-commerce{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:28px;
  border:1px solid rgba(233,194,130,.55);
  border-radius:20px;
  background:linear-gradient(135deg,var(--ec-cream) 0%,#fff 100%);
}
.ec-final-commerce>div:first-child{
  max-width:660px;
}
.ec-final-commerce h2{
  margin:0 0 8px;
}
.ec-final-commerce p{
  margin:0;
}
.ec-final-commerce__actions{
  flex:0 0 auto;
  margin-top:0;
}
.ec-related-products .ec-product-card--compact .ec-text-link{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 13px;
  border-radius:10px;
  color:var(--ec-gold)!important;
  background:var(--ec-navy);
}
.ec-related-products .ec-product-card--compact .ec-text-link:hover{
  color:#fff!important;
}
.ec-editorial-standard p strong{
  color:var(--ec-navy-dark);
}

@media (max-width:767px){
  .ec-article-commerce{
    grid-template-columns:100px minmax(0,1fr);
    gap:16px;
    padding:16px;
    border-radius:16px;
  }
  .ec-article-commerce__image{
    height:150px;
    border-radius:12px;
  }
  .ec-article-commerce h2{
    font-size:21px;
  }
  .ec-article-commerce p{
    font-size:13px;
    line-height:1.6;
  }
  .ec-article-commerce__actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .ec-commerce-primary,
  .ec-commerce-secondary{
    width:100%;
    min-height:44px;
    padding:0 13px;
  }
  .ec-final-commerce{
    align-items:stretch;
    flex-direction:column;
    padding:22px;
  }
  .ec-final-commerce__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
}

@media (max-width:480px){
  .ec-article-commerce{
    grid-template-columns:100px minmax(0,1fr);
  }
  .ec-article-commerce__image{
    height:150px;
  }
}

/* =========================================================
   V9 — Arama niyeti, içerik derinliği ve satış dönüşümü
   ========================================================= */
.ec-search-intent{
  display:inline-flex;
  flex-wrap:wrap;
  gap:5px;
  margin:14px 0 0;
  padding:9px 12px;
  border:1px solid rgba(233,194,130,.55);
  border-radius:10px;
  background:rgba(255,250,241,.92);
  color:var(--ec-navy-dark);
  font-size:13px;
  line-height:1.5;
}
.ec-section-kicker{
  display:block;
  margin-bottom:6px;
  color:var(--ec-gold-dark);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ec-query-coverage{
  border:1px solid rgba(15,55,71,.12);
  border-radius:18px;
  padding:26px;
  background:linear-gradient(145deg,#fff 0%,#f7fafb 100%);
}
.ec-query-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}
.ec-query-list li{
  position:relative;
  min-height:46px;
  padding:12px 14px 12px 38px;
  border:1px solid var(--ec-line);
  border-radius:12px;
  background:#fff;
  color:var(--ec-navy-dark);
  font-size:14px;
  line-height:1.5;
}
.ec-query-list li::before{
  content:'?';
  position:absolute;
  top:11px;
  left:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:50%;
  color:var(--ec-gold);
  background:var(--ec-navy);
  font-size:11px;
  font-weight:900;
}
.ec-depth-section{
  scroll-margin-top:110px;
}
.ec-table-scroll{
  overflow-x:auto;
  width:100%;
  margin-top:18px;
  border:1px solid var(--ec-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 30px rgba(6,35,45,.06);
}
.ec-guide-table{
  width:100%;
  min-width:680px;
  border-collapse:collapse;
  color:var(--ec-text);
  font-size:14px;
}
.ec-guide-table th,
.ec-guide-table td{
  padding:15px 17px;
  border-bottom:1px solid var(--ec-line);
  text-align:left;
  vertical-align:top;
  line-height:1.55;
}
.ec-guide-table th{
  color:var(--ec-gold);
  background:var(--ec-navy);
  font-size:13px;
  font-weight:900;
}
.ec-guide-table tbody tr:last-child td{
  border-bottom:0;
}
.ec-guide-table tbody tr:nth-child(even) td{
  background:#fbfcfc;
}
.ec-mistake-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.ec-mistake-card{
  padding:20px;
  border:1px solid rgba(190,152,99,.35);
  border-radius:16px;
  background:linear-gradient(150deg,#fff 0%,#fffaf1 100%);
}
.ec-mistake-card h3{
  margin:0 0 12px;
  color:var(--ec-navy-dark);
  font-size:17px;
  line-height:1.35;
}
.ec-mistake-card p{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.65;
}
.ec-cluster-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.ec-cluster-links a{
  display:flex;
  flex-direction:column;
  min-height:126px;
  padding:18px;
  border:1px solid var(--ec-line);
  border-radius:15px;
  color:var(--ec-navy-dark)!important;
  background:#fff;
  box-shadow:0 8px 22px rgba(6,35,45,.05);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ec-cluster-links a:hover{
  transform:translateY(-2px);
  border-color:var(--ec-gold-dark);
  box-shadow:0 12px 28px rgba(6,35,45,.10);
}
.ec-cluster-links span{
  margin-bottom:7px;
  color:var(--ec-gold-dark);
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ec-cluster-links strong{
  flex:1;
  font-size:16px;
  line-height:1.45;
}
.ec-cluster-links small{
  margin-top:11px;
  color:var(--ec-navy);
  font-weight:800;
}
.ec-product-selector{
  padding:64px 0;
  background:#f7f4ee;
}
.ec-selector-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.ec-selector-grid a{
  display:flex;
  flex-direction:column;
  min-height:160px;
  padding:22px;
  border:1px solid rgba(15,55,71,.12);
  border-radius:18px;
  color:var(--ec-navy-dark)!important;
  background:#fff;
  box-shadow:0 12px 26px rgba(6,35,45,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ec-selector-grid a:hover{
  transform:translateY(-3px);
  border-color:var(--ec-gold-dark);
  box-shadow:0 17px 34px rgba(6,35,45,.12);
}
.ec-selector-grid span{
  color:var(--ec-gold-dark);
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.ec-selector-grid strong{
  flex:1;
  margin-top:9px;
  font-size:20px;
  line-height:1.35;
}
.ec-selector-grid small{
  color:var(--ec-navy);
  font-weight:900;
}
.ec-mobile-commerce{
  display:none;
}

@media (max-width:991px){
  .ec-mistake-grid{
    grid-template-columns:1fr;
  }
  .ec-selector-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:767px){
  .ec-query-list,
  .ec-cluster-links,
  .ec-selector-grid{
    grid-template-columns:1fr;
  }
  .ec-query-coverage{
    padding:20px;
  }
  .ec-guide-table{
    min-width:620px;
  }
  .ec-product-selector{
    padding:44px 0;
  }
  .ec-selector-grid a{
    min-height:132px;
  }
  .ec-blog-detail-page{
    padding-bottom:84px;
  }
  .ec-mobile-commerce{
    position:fixed;
    z-index:999;
    right:12px;
    bottom:12px;
    left:12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 12px 12px 15px;
    border:1px solid rgba(233,194,130,.62);
    border-radius:15px;
    background:rgba(6,35,45,.97);
    box-shadow:0 16px 42px rgba(0,0,0,.26);
    backdrop-filter:blur(12px);
  }
  .ec-mobile-commerce div{
    min-width:0;
  }
  .ec-mobile-commerce span,
  .ec-mobile-commerce strong{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .ec-mobile-commerce span{
    color:#d9e3e7;
    font-size:10px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
  }
  .ec-mobile-commerce strong{
    color:#fff;
    font-size:13px;
  }
  .ec-mobile-commerce a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 15px;
    border-radius:10px;
    color:var(--ec-navy)!important;
    background:var(--ec-gold);
    font-size:12px;
    font-weight:900;
  }
}

/* V9 — Açılır/kapanır içerik standardı */
.ec-editorial-standard--collapsible{
  padding:0;
  overflow:hidden;
}
.ec-editorial-standard--collapsible > summary{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:22px 64px 22px 26px;
  cursor:pointer;
  list-style:none;
  color:var(--ec-navy-dark);
  background:linear-gradient(135deg,#fff 0%,var(--ec-cream) 100%);
}
.ec-editorial-standard--collapsible > summary::-webkit-details-marker{
  display:none;
}
.ec-editorial-standard--collapsible > summary::after{
  content:'+';
  position:absolute;
  top:50%;
  right:24px;
  transform:translateY(-50%);
  color:var(--ec-gold-dark);
  font-size:28px;
  line-height:1;
  font-weight:500;
}
.ec-editorial-standard--collapsible[open] > summary::after{
  content:'−';
}
.ec-editorial-standard--collapsible > summary span{
  font-size:22px;
  line-height:1.25;
  font-weight:850;
}
.ec-editorial-standard--collapsible > summary small{
  color:var(--ec-muted);
  font-size:13px;
  line-height:1.5;
}
.ec-editorial-standard__content{
  padding:0 26px 26px;
  border-top:1px solid var(--ec-line);
}
.ec-editorial-standard__content > p:first-child{
  margin-top:22px;
}

@media (max-width:767px){
  .ec-editorial-standard--collapsible > summary{
    padding:18px 54px 18px 20px;
  }
  .ec-editorial-standard--collapsible > summary::after{
    right:19px;
  }
  .ec-editorial-standard--collapsible > summary span{
    font-size:19px;
  }
  .ec-editorial-standard__content{
    padding:0 20px 20px;
  }
}

/* V9 — Sağlık içerikleri için resmî kaynak listesi */
.ec-source-section{
  padding:24px;
  border:1px solid rgba(15,55,71,.14);
  border-radius:18px;
  background:#f8fafb;
}
.ec-source-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.ec-source-list li{
  position:relative;
  padding-left:22px;
}
.ec-source-list li::before{
  content:'↗';
  position:absolute;
  left:0;
  top:1px;
  color:var(--ec-gold-dark);
  font-weight:900;
}
.ec-source-list a{
  color:var(--ec-navy)!important;
  font-size:14px;
  line-height:1.55;
  font-weight:800;
  text-decoration:underline!important;
  text-underline-offset:3px;
}

/* =====================================================
   V11: Kahveni Bul + videolu tarif bağlantıları
===================================================== */
.ec-blog-hero-actions,
.ec-guide-quick-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
}

.ec-blog-hero-actions{margin-top:18px;}

.ec-secondary-button,
.ec-guide-quick-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  text-decoration:none!important;
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;
}

.ec-secondary-button{
  border:1px solid var(--ec-line);
  background:#fff;
  color:var(--ec-navy)!important;
}

.ec-secondary-button:hover{
  transform:translateY(-1px);
  border-color:var(--ec-gold-dark);
  color:var(--ec-navy-dark)!important;
}

.ec-guide-quick-actions{margin:18px 0 4px;}

.ec-guide-quick-action{
  border:1px solid var(--ec-line);
  background:#fff;
  color:var(--ec-navy)!important;
}

.ec-guide-quick-action--quiz{
  background:var(--ec-navy);
  border-color:var(--ec-navy);
  color:#fff!important;
}

.ec-guide-quick-action--recipe{
  background:rgba(233,194,130,.22);
  border-color:rgba(190,152,99,.38);
  color:var(--ec-navy-dark)!important;
}

.ec-guide-quick-action--quiz:hover,
.ec-guide-quick-action--recipe:hover{
  transform:translateY(-1px);
}

.ec-guide-quick-action--disabled{
  cursor:not-allowed;
  opacity:.52;
  background:#f4f4f4;
  color:#777!important;
}

@media(max-width:576px){
  .ec-blog-hero-actions,
  .ec-guide-quick-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .ec-blog-hero-actions a,
  .ec-guide-quick-actions>*{
    width:100%;
  }
}
