:root{
  --kb-navy:#0f3747;
  --kb-navy-deep:#06232d;
  --kb-gold:#c99854;
  --kb-gold-soft:#ead0a4;
  --kb-cream:#fbf7f0;
  --kb-ink:#102934;
  --kb-muted:#60727a;
  --kb-line:#dce4e7;
  --kb-white:#fff;
}

/*
 * footer.css site genelinde body'yi flex sütun yapıyor. Bu sayfadaki uzun
 * içerik akışında footer'ın içerik üzerine gelmesini önlemek için yalnızca
 * Kahveni Bul sayfasında normal belge akışını kullan.
 */
body.kb-body{
  display:block !important;
  min-height:100vh;
}

body.kb-body > main.kb-page{
  display:block;
  width:100%;
  min-height:0;
  flex:none !important;
}

body.kb-body > footer{
  position:static !important;
  inset:auto !important;
  clear:both;
  width:100%;
  margin-top:0 !important;
  transform:none !important;
}

.kb-page{
  min-height:100vh;
  padding-top:190px;
  color:var(--kb-ink);
  background:#fff;
}

.kb-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.kb-hero{
  position:relative;
  overflow:hidden;
  padding:58px 0 76px;
  background:
    radial-gradient(circle at 82% 25%,rgba(234,208,164,.34),transparent 29%),
    linear-gradient(135deg,#f9fbfb 0%,#f7f0e5 100%);
  border-bottom:1px solid rgba(15,55,71,.10);
}

.kb-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:36px;
  color:var(--kb-muted);
  font-size:13px;
}

.kb-breadcrumb a{
  color:var(--kb-navy);
  text-decoration:none;
}

.kb-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);
  gap:54px;
  align-items:center;
}

.kb-eyebrow{
  display:inline-block;
  margin-bottom:12px;
  color:#986927;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.kb-hero h1{
  max-width:760px;
  margin:0 0 20px;
  color:var(--kb-navy-deep);
  font-size:clamp(38px,5vw,68px);
  font-weight:800;
  line-height:1.04;
  letter-spacing:-.035em;
}

.kb-hero-copy > p{
  max-width:720px;
  margin:0;
  color:#415962;
  font-size:18px;
  line-height:1.7;
}

.kb-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}

.kb-benefits li{
  padding:8px 13px;
  border:1px solid rgba(15,55,71,.14);
  border-radius:999px;
  background:rgba(255,255,255,.68);
  color:var(--kb-navy);
  font-size:13px;
  font-weight:600;
}

.kb-hero-products{
  position:relative;
  width:390px;
  height:350px;
  justify-self:center;
  isolation:isolate;
}

.kb-hero-products::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:330px;
  height:250px;
  border-radius:50%;
  background:rgba(15,55,71,.08);
  filter:blur(1px);
}

.kb-hero-product{
  position:absolute;
  display:block;
  width:190px;
  overflow:hidden;
  border:1px solid rgba(15,55,71,.12);
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 55px rgba(15,55,71,.20);
  transition:transform .2s ease,box-shadow .2s ease;
}

.kb-hero-product:hover{
  z-index:5;
  box-shadow:0 30px 65px rgba(15,55,71,.27);
}

.kb-hero-product img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
}

.kb-hero-product-filter{
  z-index:1;
  left:4px;
  top:62px;
  transform:rotate(-8deg);
}

.kb-hero-product-filter:hover{
  transform:rotate(-4deg) translateY(-5px);
}

.kb-hero-product-espresso{
  z-index:3;
  left:104px;
  top:4px;
  transform:rotate(5deg);
}

.kb-hero-product-espresso:hover{
  transform:rotate(2deg) translateY(-5px);
}

.kb-hero-product-turkish{
  z-index:2;
  right:0;
  top:105px;
  transform:rotate(10deg);
}

.kb-hero-product-turkish:hover{
  transform:rotate(5deg) translateY(-5px);
}

.kb-test-section{
  padding:72px 0;
}

.kb-app{
  width:min(900px,100%);
  min-height:470px;
  margin:0 auto;
  padding:48px;
  border:1px solid var(--kb-line);
  border-radius:24px;
  background:var(--kb-white);
  box-shadow:0 24px 70px rgba(15,55,71,.10);
}

.kb-start{
  min-height:370px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.kb-start-icon{
  width:76px;
  height:76px;
  margin-bottom:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--kb-navy);
  color:#fff;
  font-size:30px;
  font-weight:800;
  box-shadow:0 12px 30px rgba(15,55,71,.22);
}

.kb-start h2,
.kb-result h2{
  margin:0 0 12px;
  color:var(--kb-navy-deep);
  font-size:34px;
  font-weight:800;
}

.kb-start p,
.kb-result-intro{
  max-width:590px;
  margin:0 0 28px;
  color:var(--kb-muted);
  font-size:16px;
  line-height:1.65;
}

.kb-primary-button,
.kb-secondary-button{
  min-height:48px;
  padding:0 22px;
  border-radius:10px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;
}

.kb-primary-button{
  border:1px solid var(--kb-navy);
  background:var(--kb-navy);
  color:#fff;
  box-shadow:0 10px 24px rgba(15,55,71,.20);
}

.kb-primary-button:hover:not(:disabled){
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(15,55,71,.25);
}

.kb-primary-button:disabled{
  opacity:.42;
  cursor:not-allowed;
  box-shadow:none;
}

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

.kb-progress-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  color:var(--kb-muted);
  font-size:13px;
  font-weight:600;
}

.kb-progress{
  height:7px;
  margin-bottom:42px;
  overflow:hidden;
  border-radius:999px;
  background:#edf1f2;
}

.kb-progress span{
  display:block;
  width:20%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--kb-gold),var(--kb-gold-soft));
  transition:width .25s ease;
}

.kb-question-kicker{
  margin:0 0 8px;
  color:#986927;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.kb-question-wrap h2{
  margin:0;
  color:var(--kb-navy-deep);
  font-size:clamp(25px,3.6vw,38px);
  font-weight:800;
  line-height:1.2;
}

.kb-question-help{
  margin:10px 0 26px;
  color:var(--kb-muted);
  font-size:15px;
}

.kb-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}

.kb-option{
  width:100%;
  min-height:74px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:13px;
  border:1px solid var(--kb-line);
  border-radius:13px;
  background:#fff;
  color:var(--kb-ink);
  text-align:left;
  cursor:pointer;
  transition:border-color .15s ease,background .15s ease,transform .15s ease;
}

.kb-option:hover{
  transform:translateY(-1px);
  border-color:rgba(201,152,84,.72);
}

.kb-option.is-selected{
  border-color:var(--kb-gold);
  background:#fff9ef;
  box-shadow:0 0 0 2px rgba(201,152,84,.15);
}

.kb-option-mark{
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:1px solid #cbd6da;
  border-radius:50%;
  color:transparent;
  font-size:14px;
}

.kb-option.is-selected .kb-option-mark{
  border-color:var(--kb-gold);
  background:var(--kb-gold);
  color:#fff;
}

.kb-option-text strong{
  display:block;
  color:var(--kb-navy-deep);
  font-size:15px;
  font-weight:700;
}

.kb-option-text small{
  display:block;
  margin-top:4px;
  color:var(--kb-muted);
  font-size:12px;
  line-height:1.4;
}

.kb-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:34px;
}

.kb-result{
  text-align:center;
}

.kb-result-intro{
  margin-right:auto;
  margin-left:auto;
}

.kb-result-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:30px;
  text-align:left;
}

.kb-product-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid var(--kb-line);
  border-radius:16px;
  background:#fff;
}

.kb-product-card.is-primary{
  border-color:var(--kb-gold);
  box-shadow:0 16px 36px rgba(201,152,84,.16);
}

.kb-product-ribbon{
  position:absolute;
  z-index:2;
  top:12px;
  left:12px;
  padding:6px 9px;
  border-radius:999px;
  background:var(--kb-navy);
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.kb-product-image{
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  padding:18px;
  background:#f7f8f8;
}

.kb-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.kb-product-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:18px;
}

.kb-product-body h3{
  margin:0 0 9px;
  color:var(--kb-navy-deep);
  font-size:18px;
  font-weight:800;
  line-height:1.3;
}

.kb-product-body p{
  margin:0 0 18px;
  color:var(--kb-muted);
  font-size:13px;
  line-height:1.55;
}

.kb-product-link{
  min-height:42px;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:var(--kb-navy);
  color:#fff !important;
  font-size:13px;
  font-weight:700;
  text-decoration:none !important;
}

.kb-result-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-top:28px;
}

.kb-text-link{
  color:var(--kb-navy) !important;
  font-size:14px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px;
}

.kb-info{
  padding:20px 0 76px;
}

.kb-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.kb-info article{
  padding:28px;
  border-radius:16px;
  background:var(--kb-cream);
}

.kb-info h2{
  margin:0 0 10px;
  color:var(--kb-navy-deep);
  font-size:21px;
  font-weight:800;
}

.kb-info p{
  margin:0;
  color:#536970;
  font-size:14px;
  line-height:1.7;
}

.kb-seo-copy{
  padding:0 0 62px;
}

.kb-seo-card{
  padding:34px;
  border:1px solid var(--kb-line);
  border-radius:18px;
}

.kb-seo-card h2,
.kb-faq > .kb-shell > h2{
  margin:0 0 16px;
  color:var(--kb-navy-deep);
  font-size:clamp(25px,3vw,34px);
  font-weight:800;
}

.kb-seo-card p{
  margin:0;
  color:#536970;
  font-size:15px;
  line-height:1.8;
}

.kb-seo-card p + p{
  margin-top:14px;
}

.kb-seo-card a{
  color:var(--kb-navy);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}

.kb-faq{
  padding:0 0 84px;
}

.kb-faq-list{
  display:grid;
  gap:10px;
}

.kb-faq details{
  border:1px solid var(--kb-line);
  border-radius:13px;
  background:#fff;
}

.kb-faq summary{
  position:relative;
  padding:18px 48px 18px 20px;
  color:var(--kb-navy-deep);
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  list-style:none;
}

.kb-faq summary::-webkit-details-marker{
  display:none;
}

.kb-faq summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:var(--kb-gold);
  font-size:24px;
  font-weight:400;
}

.kb-faq details[open] summary::after{
  content:"−";
}

.kb-faq details p{
  margin:0;
  padding:0 20px 20px;
  color:#536970;
  font-size:14px;
  line-height:1.7;
}

.kb-noscript{
  padding:18px;
  border:1px solid #e7c4c4;
  border-radius:10px;
  background:#fff5f5;
  color:#7b2626;
}

@media (max-width:1024px){
  .kb-page{padding-top:96px}
  .kb-hero{padding-top:40px}
  .kb-hero-grid{grid-template-columns:1fr}
  .kb-hero-products{width:360px;height:325px}
  .kb-hero-product{width:175px}
}

@media (max-width:760px){
  .kb-shell{width:min(100% - 24px,1180px)}
  .kb-hero{padding:30px 0 48px}
  .kb-hero-products{width:min(100%,330px);height:285px;margin-top:10px}
  .kb-hero-product{width:148px;border-radius:15px}
  .kb-hero-product-filter{left:5px;top:58px}
  .kb-hero-product-espresso{left:50%;top:4px;transform:translateX(-50%) rotate(5deg)}
  .kb-hero-product-espresso:hover{transform:translateX(-50%) rotate(2deg) translateY(-4px)}
  .kb-hero-product-turkish{right:5px;top:88px}
  .kb-breadcrumb{margin-bottom:24px}
  .kb-hero h1{font-size:38px}
  .kb-hero-copy > p{font-size:16px}
  .kb-test-section{padding:42px 0}
  .kb-app{min-height:0;padding:25px 18px;border-radius:17px}
  .kb-start{min-height:360px}
  .kb-options{grid-template-columns:1fr}
  .kb-option{min-height:68px}
  .kb-result-grid{grid-template-columns:1fr}
  .kb-product-card{display:grid;grid-template-columns:120px minmax(0,1fr)}
  .kb-product-image{aspect-ratio:auto;min-height:180px;padding:10px}
  .kb-product-body{padding:15px}
  .kb-product-ribbon{font-size:10px}
  .kb-result-actions{flex-direction:column;gap:15px}
  .kb-info-grid{grid-template-columns:1fr}
  .kb-seo-card{padding:24px 20px}
  .kb-faq{padding-bottom:100px}
}

@media (max-width:420px){
  .kb-product-card{grid-template-columns:100px minmax(0,1fr)}
  .kb-product-image{min-height:160px}
  .kb-product-body h3{font-size:16px}
}
