
:root{
  --green:#314418;--green2:#496426;--ink:#10140e;--muted:#62675d;
  --cream:#f3f2eb;--line:#dedfd7;--white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;font-size:17px}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1220px,calc(100% - 44px));margin:auto}

.site-header{height:78px;border-bottom:1px solid #ecece7;display:flex;align-items:center;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)}
.nav-wrap{display:grid;grid-template-columns:200px 1fr auto;gap:28px;align-items:center}
.brand img{width:165px}
.main-nav{display:flex;justify-content:center;gap:30px;font-size:15px;font-weight:650}
.main-nav a:hover{color:var(--green2)}
.live-btn{background:var(--green);color:white;padding:13px 19px;border-radius:9px;font-size:15px;font-weight:700;display:flex;gap:8px;align-items:center;box-shadow:0 4px 12px rgba(49,68,24,.12)}
.live-btn img{width:19px;filter:brightness(0) invert(1)}
.menu-toggle{display:none;border:0;background:none;font-size:27px}

.hero{position:relative;overflow:hidden;padding:64px 0 34px}
.hero-grid{display:grid;grid-template-columns:42% 58%;align-items:center;min-height:360px}
.hero h1{font:800 clamp(49px,5.3vw,73px)/1.03 Manrope,sans-serif;letter-spacing:-2.8px;margin:0 0 24px}
.hero h1 span,.section-intro span{color:var(--green2)}
.hero p{font-size:19px;line-height:1.75;max-width:560px;color:#34372f}
.hero-actions{display:flex;gap:15px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:15px;border-radius:8px;padding:16px 26px;font-size:16px;font-weight:750;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(90deg,#3b511c,#27400e);color:#fff;box-shadow:0 7px 18px rgba(49,68,24,.15)}
.btn-outline{border:1px solid #7b846c;background:white}
.hero-visual{padding-left:24px}
.hero-visual img{width:100%;max-height:385px;object-fit:contain}
.leaf{position:absolute;width:135px;opacity:.72;z-index:-1}
.leaf-left{left:0;top:175px;transform:rotate(-20deg)}
.leaf-right{right:20px;top:195px;transform:scaleX(-1) rotate(-15deg)}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:12px}
.trust-row>div{display:flex;align-items:center;gap:12px;font-size:15px;line-height:1.35}
.trust-row img{width:38px;height:38px;border:1px solid #dfe2d8;border-radius:50%;padding:8px}
.trust-row b{display:block}

.band{background:linear-gradient(90deg,#faf9f5,#f4f3ee,#faf9f5);border-top:1px solid #f1f0ec;border-bottom:1px solid #efeee9}
.process{padding:44px 0}
.process-grid{display:grid;grid-template-columns:1.05fr repeat(3,1fr);gap:20px;align-items:stretch}
.section-intro{padding:24px 26px 16px 0}
.section-intro small,.center-title small{font-size:12px;font-weight:800;letter-spacing:1.1px}
.section-intro h2{font:800 31px/1.25 Manrope;margin:10px 0 20px}
.section-intro p{font-size:15px;line-height:1.75;color:#565a51}
.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:11px;padding:38px 22px 25px;text-align:center;box-shadow:0 8px 25px rgba(30,39,20,.035)}
.step>b{position:absolute;left:50%;top:-15px;transform:translateX(-50%);background:var(--green);color:#fff;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:15px}
.step img{width:47px;margin:0 auto 14px}
.step h3{font-size:16px;margin:0 0 11px}
.step p{font-size:14px;line-height:1.65;color:#55594f;margin:0}
.process-grid .step:not(:last-child):after{content:"•••›";position:absolute;right:-22px;top:46%;color:#9da88b;font-size:14px}

.features,.services,.packages{padding:42px 0 20px}
.center-title{text-align:center}
.center-title h2{font:800 32px/1.2 Manrope;margin:6px 0}
.center-title p{font-size:15px;color:#6c6f67;margin:7px 0 20px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:18px}
.feature-grid article{border:1px solid var(--line);border-radius:11px;padding:25px 22px;text-align:center;min-height:175px;box-shadow:0 8px 24px rgba(30,39,20,.025)}
.feature-grid img{width:48px;margin:0 auto 12px}
.feature-grid h3{font-size:17px;margin:6px}
.feature-grid p{font-size:14px;line-height:1.65;color:#565a50;margin:0}

.services{padding-top:30px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:20px}
.service-grid article{position:relative;overflow:hidden;background:linear-gradient(135deg,#f1f0ea,#e9e8e0);border-radius:12px;min-height:285px;padding:27px;box-shadow:0 10px 28px rgba(34,45,23,.045)}
.service-grid article>div{width:64%;position:relative;z-index:2}
.service-grid h3{font-size:21px;margin:0 0 12px}
.service-grid p{font-size:14px;line-height:1.62}
.service-grid li{font-size:14px;line-height:1.68}
.service-grid ul{padding:0;margin:16px 0;list-style:none}
.service-grid li:before,.price-grid li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}
.service-grid a{font-size:14px;font-weight:800;display:inline-block;margin-top:5px}
.service-grid article>img{position:absolute;right:-5px;bottom:-3px;width:47%;max-height:190px;object-fit:contain}

.packages{position:relative;padding-top:34px;padding-bottom:24px}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:25px auto 8px;max-width:1010px}
.price-grid article{position:relative;border:1px solid #d9dcd2;border-radius:12px;padding:26px 25px 19px;background:#fff;text-align:center;min-height:390px;display:flex;flex-direction:column;box-shadow:0 10px 26px rgba(30,39,20,.04)}
.price-grid article.featured{border:2px solid var(--green2);box-shadow:0 16px 36px rgba(49,68,24,.12);transform:translateY(-5px)}
.badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--green2);color:white;border-radius:15px;padding:6px 17px;font-size:12px;white-space:nowrap}
.price-grid h3{font-size:19px;margin:0 0 12px}
.price-grid p{font-size:14px;line-height:1.6;min-height:48px}
.price-grid strong{font-size:39px;color:var(--green);margin:10px 0 8px}
.price-grid em{font-size:17px;font-style:normal}
.price-grid ul{text-align:left;list-style:none;padding:0;margin:11px 0 18px}
.price-grid li{font-size:14px;line-height:1.8}
.price-grid .btn{margin-top:auto;padding:13px 14px;font-size:14px}
.all-packages{text-align:center;font-size:13px;font-weight:700;margin:14px}
.package-leaf-left{left:30px;bottom:25px;transform:rotate(-15deg)}
.package-leaf-right{right:20px;bottom:35px;transform:scaleX(-1) rotate(-15deg)}

.media{padding:38px 0 34px}
.post-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:20px}
.post-grid article{position:relative;overflow:hidden;min-height:165px;border-radius:10px;padding:16px;color:white;background:radial-gradient(circle at 80% 70%,#526a39,#12230f 62%);box-shadow:0 10px 22px rgba(16,28,12,.15),inset 0 0 0 1px rgba(255,255,255,.08)}
.post-grid h3{font-size:16px;line-height:1.3;margin:0}
.post-grid span{position:absolute;bottom:14px;left:16px;font-size:13px;font-weight:700}
.post-grid div{position:absolute;right:12px;bottom:15px;font-size:46px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.35))}
.media-btn{display:block;width:max-content;margin:14px auto 0;background:var(--green2);color:white;border-radius:22px;padding:10px 20px;font-size:13px;font-weight:700}

.cta{background:linear-gradient(90deg,#ebe9df,#f7f6f1,#e8e6dc)}
.cta-inner{min-height:130px;display:flex;justify-content:center;align-items:center;gap:26px}
.cta img{width:185px;align-self:end}
.cta h2{font:800 32px/1.1 Manrope;margin:0 0 8px;text-align:center}
.cta p{text-align:center;font-size:15px;margin:0}

.footer{background:linear-gradient(90deg,#293d17,#354b1d);color:white;padding:38px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:34px}
.footer-logo{width:165px;filter:brightness(0) invert(1)}
.footer h4{font-size:14px;margin:3px 0 15px}
.footer p,.footer a{display:block;color:#e5ebdf;font-size:14px;line-height:1.75;margin:0}
.social{margin-top:15px;font-size:19px}
.footer form{display:flex;margin-top:13px}
.footer input{width:100%;border:0;padding:13px;border-radius:6px 0 0 6px;font-size:13px}
.footer button{border:0;background:#87965f;color:white;padding:0 16px;border-radius:0 6px 6px 0;font-size:13px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:13px;display:flex;justify-content:space-between;font-size:11px;color:#d5ddce}

.float{position:fixed;right:26px;width:49px;height:49px;border-radius:50%;background:#4d6c27;display:grid;place-items:center;box-shadow:0 6px 18px rgba(0,0,0,.22);z-index:12}
.float img{width:28px;filter:brightness(0) invert(1)}
.whatsapp{bottom:92px}.chat{bottom:30px;background:#314418}

@media(max-width:1050px){
  .main-nav{gap:19px;font-size:14px}
  .service-grid article>div{width:68%}
  .post-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .nav-wrap{grid-template-columns:1fr auto auto}
  .main-nav{position:absolute;left:0;right:0;top:78px;background:white;display:none;flex-direction:column;padding:22px 25px;border-bottom:1px solid #ddd;box-shadow:0 12px 30px rgba(0,0,0,.06)}
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .live-btn{padding:11px 13px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero p{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-visual{padding:25px 0 0}
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:1fr 1fr}
  .process-grid .step:after{display:none}
  .section-intro{grid-column:1/-1;text-align:center;padding-right:0}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid,.price-grid{grid-template-columns:1fr}
  .service-grid article{min-height:275px}
  .price-grid article.featured{transform:none}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:580px){
  .container{width:min(100% - 26px,1220px)}
  .site-header{height:68px}
  .brand img{width:138px}
  .live-btn{font-size:0}
  .live-btn img{width:20px}
  .hero{padding-top:36px}
  .hero h1{font-size:45px;letter-spacing:-1.9px}
  .hero p{font-size:17px}
  .hero-actions{flex-direction:column}
  .trust-row,.process-grid,.feature-grid,.post-grid,.footer-grid{grid-template-columns:1fr}
  .trust-row{gap:12px}
  .section-intro h2,.center-title h2{font-size:28px}
  .service-grid article{min-height:310px}
  .service-grid article>div{width:70%}
  .service-grid article>img{width:50%}
  .price-grid{gap:20px}
  .post-grid article{min-height:180px}
  .cta-inner{flex-direction:column;padding-top:25px}
  .cta img{order:2}
  .cta h2{font-size:26px}
  .footer-grid{gap:25px}
  .footer-bottom{flex-direction:column;gap:7px}
  .float{right:14px;width:44px;height:44px}
  .float img{width:25px}
  .whatsapp{bottom:78px}.chat{bottom:22px}
}


/* =========================================================
   V3 — 150% ZOOM HİSSİNİ NORMAL GÖRÜNÜME TAŞIYAN REVİZYON
   ========================================================= */

:root{
  --content-max:1360px;
}

body{
  font-size:19px;
}

.container{
  width:min(var(--content-max),calc(100% - 52px));
}

/* Header */
.site-header{
  height:88px;
}

.nav-wrap{
  grid-template-columns:225px 1fr auto;
  gap:32px;
}

.brand img{
  width:188px;
}

.main-nav{
  gap:31px;
  font-size:16px;
}

.live-btn{
  padding:15px 21px;
  font-size:16px;
}

.live-btn img{
  width:21px;
}

/* Hero */
.hero{
  padding:76px 0 44px;
}

.hero-grid{
  grid-template-columns:43% 57%;
  min-height:430px;
}

.hero h1{
  font-size:clamp(57px,5.7vw,83px);
  line-height:1.01;
  letter-spacing:-3.2px;
  margin-bottom:28px;
}

.hero p{
  font-size:21px;
  line-height:1.72;
  max-width:620px;
}

.hero-actions{
  margin-top:34px;
  gap:17px;
}

.btn{
  padding:18px 29px;
  font-size:17px;
}

.hero-visual img{
  max-height:440px;
}

.trust-row{
  margin-top:18px;
  gap:26px;
}

.trust-row>div{
  font-size:16px;
}

.trust-row img{
  width:42px;
  height:42px;
}

/* Process */
.process{
  padding:58px 0;
}

.process-grid{
  gap:24px;
}

.section-intro{
  padding:28px 32px 18px 0;
}

.section-intro small,
.center-title small{
  font-size:13px;
}

.section-intro h2{
  font-size:35px;
}

.section-intro p{
  font-size:17px;
}

.step{
  padding:44px 26px 30px;
  min-height:245px;
}

.step>b{
  width:40px;
  height:40px;
  top:-17px;
  font-size:16px;
}

.step img{
  width:52px;
}

.step h3{
  font-size:18px;
}

.step p{
  font-size:15px;
}

/* General section rhythm */
.features,
.services,
.packages{
  padding-top:58px;
  padding-bottom:34px;
}

.center-title h2{
  font-size:37px;
}

.center-title p{
  font-size:16px;
}

/* Feature cards */
.feature-grid{
  gap:25px;
  margin-top:24px;
}

.feature-grid article{
  padding:30px 25px;
  min-height:205px;
}

.feature-grid img{
  width:54px;
}

.feature-grid h3{
  font-size:19px;
}

.feature-grid p{
  font-size:15px;
}

/* Services */
.service-grid{
  gap:25px;
  margin-top:26px;
}

.service-grid article{
  min-height:330px;
  padding:31px;
}

.service-grid article>div{
  width:66%;
}

.service-grid h3{
  font-size:24px;
}

.service-grid p{
  font-size:15px;
}

.service-grid li{
  font-size:15px;
}

.service-grid a{
  font-size:15px;
}

.service-grid article>img{
  width:49%;
  max-height:220px;
}

/* Packages */
.packages{
  padding-top:50px;
  padding-bottom:36px;
}

.price-grid{
  max-width:1120px;
  gap:31px;
  margin-top:32px;
}

.price-grid article{
  min-height:445px;
  padding:31px 29px 24px;
}

.badge{
  font-size:13px;
  padding:7px 18px;
}

.price-grid h3{
  font-size:22px;
}

.price-grid p{
  font-size:15px;
  min-height:54px;
}

.price-grid strong{
  font-size:45px;
}

.price-grid em{
  font-size:19px;
}

.price-grid li{
  font-size:15px;
}

.price-grid .btn{
  font-size:15px;
  padding:15px;
}

/* Media */
.media{
  padding:52px 0 46px;
}

.post-grid{
  gap:16px;
  margin-top:26px;
}

.post-grid article{
  min-height:190px;
  padding:18px;
}

.post-grid h3{
  font-size:18px;
}

.post-grid span{
  font-size:14px;
}

.post-grid div{
  font-size:53px;
}

/* CTA */
.cta-inner{
  min-height:160px;
  gap:30px;
}

.cta img{
  width:215px;
}

.cta h2{
  font-size:36px;
}

.cta p{
  font-size:16px;
}

/* Footer */
.footer{
  padding:48px 0 22px;
}

.footer-grid{
  gap:40px;
}

.footer-logo{
  width:185px;
}

.footer h4{
  font-size:15px;
}

.footer p,
.footer a{
  font-size:15px;
}

.footer input,
.footer button{
  font-size:14px;
}

.footer-bottom{
  font-size:12px;
}

/* Daha erken ve daha kontrollü responsive kırılım */
@media(max-width:1240px){
  .container{
    width:min(100% - 40px,1180px);
  }

  .main-nav{
    gap:20px;
    font-size:15px;
  }

  .hero h1{
    font-size:clamp(53px,5vw,71px);
  }

  .hero p{
    font-size:19px;
  }

  .service-grid article>div{
    width:69%;
  }
}

@media(max-width:1050px){
  .site-header{
    height:80px;
  }

  .main-nav{
    top:80px;
  }

  .hero{
    padding-top:55px;
  }

  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-copy{
    text-align:center;
  }

  .hero p{
    margin-left:auto;
    margin-right:auto;
  }

  .hero-actions{
    justify-content:center;
  }

  .hero-visual{
    padding-top:28px;
  }

  .hero-visual img{
    max-height:390px;
  }
}

@media(max-width:900px){
  body{
    font-size:18px;
  }

  .center-title h2,
  .section-intro h2{
    font-size:33px;
  }

  .service-grid article{
    min-height:300px;
  }
}

@media(max-width:580px){
  .container{
    width:min(100% - 24px,1360px);
  }

  .site-header{
    height:70px;
  }

  .brand img{
    width:145px;
  }

  .hero{
    padding-top:38px;
  }

  .hero h1{
    font-size:47px;
  }

  .hero p{
    font-size:18px;
  }

  .btn{
    width:100%;
  }

  .trust-row>div{
    font-size:15px;
  }

  .service-grid article{
    min-height:330px;
  }

  .price-grid article{
    min-height:auto;
  }

  .cta h2{
    font-size:29px;
  }
}


/* Güncel uzun paket içerikleri */
.price-grid{
  align-items:stretch;
  max-width:1280px;
}

.price-grid article{
  min-height:760px;
}

.price-grid ul{
  flex-grow:1;
}

.price-grid li{
  line-height:1.62;
  padding:4px 0;
}

@media(max-width:1050px){
  .price-grid article{
    min-height:auto;
  }
}


/* =========================================================
   FINAL TYPOGRAPHY + TESTIMONIALS REVISION
   Minimum body text: 17px
   ========================================================= */

body{
  font-size:18px;
}

p,
li,
a,
span,
small,
button,
input,
textarea,
label{
  font-size:18px;
}

.main-nav,
.live-btn,
.btn,
.trust-row>div,
.section-intro p,
.step p,
.feature-grid p,
.service-grid p,
.service-grid li,
.service-grid a,
.center-title p,
.price-grid p,
.price-grid li,
.price-grid .btn,
.post-grid span,
.cta p,
.footer p,
.footer a,
.footer input,
.footer button,
.footer-bottom{
  font-size:18px !important;
}

.section-intro small,
.center-title small,
.badge,
.footer h4{
  font-size:18px !important;
}

.hero p{
  font-size:22px !important;
}

.step h3{
  font-size:21px;
}

.feature-grid h3{
  font-size:21px;
}

.service-grid h3{
  font-size:26px;
}

.price-grid h3{
  font-size:24px;
}

.post-grid h3{
  font-size:21px;
}

.price-grid article{
  min-height:980px;
}

.price-grid li{
  padding:7px 0;
  line-height:1.6;
}

.footer h4{
  margin-bottom:17px;
}

/* Testimonials */
.testimonials-section{
  position:relative;
  overflow:hidden;
  padding:76px 0 86px;
  background:
    radial-gradient(circle at 10% 20%,rgba(73,100,38,.09),transparent 28%),
    radial-gradient(circle at 90% 75%,rgba(49,68,24,.08),transparent 30%),
    linear-gradient(180deg,#fff,#f6f5ef);
}

.testimonials-title{
  margin-bottom:34px;
}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:22px;
  align-items:stretch;
}

.testimonial-card{
  position:relative;
  grid-column:span 2;
  border:1px solid #d9ddd3;
  border-radius:18px;
  padding:30px 27px 26px;
  background:rgba(255,255,255,.96);
  box-shadow:0 14px 35px rgba(38,53,25,.06);
  overflow:hidden;
  min-height:360px;
  display:flex;
  flex-direction:column;
}

.testimonial-card:nth-child(4){
  grid-column:2 / span 2;
}

.testimonial-card:nth-child(5){
  grid-column:4 / span 2;
}

.testimonial-card.featured-review{
  background:linear-gradient(145deg,#314418,#22320f);
  color:white;
  border-color:#314418;
  transform:translateY(-8px);
  box-shadow:0 24px 55px rgba(49,68,24,.2);
}

.quote-mark{
  position:absolute;
  top:8px;
  right:20px;
  font:800 79px/1 Georgia,serif;
  color:#e5e8df;
  opacity:.8;
}

.featured-review .quote-mark{
  color:rgba(255,255,255,.13);
}

.stars{
  color:#d1a91d;
  font-size:21px !important;
  letter-spacing:2px;
  margin-bottom:18px;
}

.testimonial-card>p{
  position:relative;
  z-index:2;
  margin:0 0 28px;
  line-height:1.72;
  color:#51594d;
  font-size:18px !important;
}

.featured-review>p{
  color:#eef2e9;
}

.reviewer{
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:auto;
}

.avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#e9ede4;
  color:#314418;
  display:grid;
  place-items:center;
  font-weight:800;
  font-size:17px !important;
}

.featured-review .avatar{
  background:#dce8ca;
}

.reviewer strong{
  display:block;
  font-size:18px;
}

.reviewer span{
  display:block;
  color:#747d70;
  margin-top:3px;
  font-size:18px !important;
}

.featured-review .reviewer span{
  color:#cbd5c5;
}

.float.whatsapp img{
  width:29px;
  filter:brightness(0) invert(1);
}

@media(max-width:1050px){
  .price-grid article{
    min-height:auto;
  }

  .testimonials-grid{
    grid-template-columns:1fr 1fr;
  }

  .testimonial-card,
  .testimonial-card:nth-child(4),
  .testimonial-card:nth-child(5){
    grid-column:auto;
  }
}

@media(max-width:650px){
  body,
  p,
  li,
  a,
  span,
  small,
  button,
  input,
  textarea,
  label{
    font-size:18px;
  }

  .testimonials-grid{
    grid-template-columns:1fr;
  }

  .testimonial-card{
    min-height:auto;
  }

  .testimonial-card.featured-review{
    transform:none;
  }
}


/* =========================================================
   MASAÜSTÜ %120 ZOOM GÖRÜNÜMÜ
   Chrome %120 yakınlaştırmadaki görünümü normal %100 görünümde
   elde etmek için masaüstü arayüzü toplu olarak ölçeklendirilir.
   Mobil ve tablet düzeni mevcut responsive yapıda kalır.
   ========================================================= */

@media (min-width: 1051px) {
  html {
    zoom: 1.2;
  }
}

/* Chrome dışındaki tarayıcılar için güvenli yedek */
@supports not (zoom: 1.2) {
  @media (min-width: 1051px) {
    body {
      width: 83.333333%;
      transform: scale(1.2);
      transform-origin: top left;
    }
  }
}


/* =========================================================
   PREMIUM ETKİLEŞİM REVİZYONU
   Google yorum kartları, fade-up, parallax ve yukarı çık
   ========================================================= */

[data-reveal]{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
}

[data-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}

.testimonials-section{
  padding:82px 0 92px;
}

.google-rating-summary{
  width:max-content;
  max-width:100%;
  margin:0 auto 30px;
  padding:15px 23px;
  border:1px solid #dfe3db;
  border-radius:999px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:15px;
  box-shadow:0 12px 30px rgba(38,53,25,.06);
}

.google-rating-summary>img{
  width:38px;
  height:38px;
}

.google-rating-summary>div{
  display:grid;
  grid-template-columns:auto auto;
  column-gap:12px;
  align-items:center;
}

.google-rating-summary strong{
  font:800 24px Manrope,sans-serif;
}

.google-rating-summary .summary-stars{
  color:#fbbc04;
  letter-spacing:2px;
  font-size:19px !important;
}

.google-rating-summary small{
  grid-column:1/-1;
  color:#747b70;
  font-size:14px !important;
}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:22px;
}

.google-review-card{
  grid-column:span 2;
  min-height:350px;
  border:1px solid #e0e3dd;
  border-radius:18px;
  padding:25px;
  background:#fff;
  color:#202124;
  box-shadow:0 14px 35px rgba(35,47,25,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.google-review-card:nth-child(4){
  grid-column:2/span 2;
}

.google-review-card:nth-child(5){
  grid-column:4/span 2;
}

.google-review-card:hover{
  transform:translateY(-7px);
  border-color:#cbd4c4;
  box-shadow:0 24px 48px rgba(35,47,25,.11);
}

.google-review-head{
  display:grid;
  grid-template-columns:54px 1fr 27px;
  align-items:center;
  gap:13px;
  margin-bottom:18px;
}

.review-photo{
  width:54px;
  height:54px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid #fff;
  box-shadow:0 3px 10px rgba(0,0,0,.12);
}

.review-person strong{
  display:block;
  color:#202124;
  font-size:18px;
}

.review-person span{
  display:block;
  margin-top:4px;
  color:#70757a;
  font-size:15px !important;
}

.google-mini-logo{
  width:26px;
  height:26px;
}

.google-review-card .stars{
  color:#fbbc04;
  letter-spacing:2px;
  font-size:20px !important;
  margin-bottom:16px;
}

.google-review-card .stars span{
  color:#1a73e8;
  font-size:15px !important;
}

.google-review-card>p{
  color:#3c4043;
  font-size:18px !important;
  line-height:1.68;
  margin:0;
}

.hero-copy,
.hero-visual{
  transition:transform .18s ease-out;
  will-change:transform;
}

.back-to-top{
  position:fixed;
  left:26px;
  bottom:28px;
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:linear-gradient(145deg,#496426,#314418);
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:30;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px) scale(.92);
  transition:opacity .25s ease,visibility .25s ease,transform .25s ease,box-shadow .25s ease;
  box-shadow:0 10px 24px rgba(31,48,17,.22);
}

.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.back-to-top:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 15px 30px rgba(31,48,17,.3);
}

.back-to-top img{
  width:24px;
  height:24px;
}

@media(max-width:1050px){
  .testimonials-grid{
    grid-template-columns:1fr 1fr;
  }

  .google-review-card,
  .google-review-card:nth-child(4),
  .google-review-card:nth-child(5){
    grid-column:auto;
  }
}

@media(max-width:650px){
  .testimonials-grid{
    grid-template-columns:1fr;
  }

  .google-review-card{
    min-height:auto;
  }

  .google-rating-summary{
    border-radius:18px;
    width:100%;
  }

  .back-to-top{
    left:14px;
    bottom:22px;
    width:44px;
    height:44px;
  }
}

@media(prefers-reduced-motion:reduce){
  [data-reveal],
  .hero-copy,
  .hero-visual,
  .back-to-top{
    transition:none !important;
  }

  [data-reveal]{
    opacity:1;
    transform:none;
  }
}


/* =========================================================
   LOGO VE FOOTER DÜZELTMELERİ
   ========================================================= */

.brand{
  display:flex;
  align-items:center;
  height:70px;
  overflow:visible;
}

.brand img{
  width:auto !important;
  height:58px !important;
  max-width:190px !important;
  object-fit:contain;
}

.footer-logo{
  width:auto !important;
  height:86px !important;
  max-width:220px !important;
  object-fit:contain;
  filter:none !important;
}

@media(max-width:900px){
  .brand img{
    height:52px !important;
    max-width:170px !important;
  }
}

@media(max-width:580px){
  .brand{
    height:60px;
  }

  .brand img{
    height:46px !important;
    max-width:145px !important;
  }

  .footer-logo{
    height:74px !important;
    max-width:190px !important;
  }
}


/* Son maskot ve footer logo revizyonu */
.footer-logo{
  filter:none !important;
  object-fit:contain;
}

.cta-inner,
.about-cta-inner,
.package-final-cta-inner,
.hosting-final-cta-inner,
.media-final-inner,
.media-cta-inner,
.contact-final-inner{
  align-items:center !important;
}

.cta-inner>img,
.about-cta-inner>img,
.package-final-cta-inner>img,
.hosting-final-cta-inner>img,
.media-final-inner>img,
.media-cta-inner>img,
.contact-final-inner>img{
  align-self:center !important;
  margin-top:auto;
  margin-bottom:auto;
}


/* =========================================================
   GÜVENLİ KOMPAKT MASAÜSTÜ REVİZYONU
   Chrome %90 görünüm hissi gerçek CSS ölçüleriyle uygulanır.
   Yatay scroll oluşturacak zoom, transform veya min-width yoktur.
   ========================================================= */

html, body{
  max-width:100%;
  overflow-x:hidden;
}

@media(min-width:1051px){
  .container{
    width:min(1220px,calc(100% - 44px)) !important;
  }

  .site-header{
    height:76px !important;
    width:100% !important;
  }

  .nav-wrap{
    grid-template-columns:190px 1fr auto !important;
    gap:24px !important;
  }

  .brand{
    height:64px !important;
  }

  .brand img{
    height:52px !important;
    max-width:175px !important;
  }

  .main-nav{
    gap:23px !important;
    font-size:15px !important;
  }

  .live-btn{
    padding:12px 17px !important;
    font-size:15px !important;
  }

  .hero{
    padding-top:58px !important;
    padding-bottom:30px !important;
  }

  .hero-grid{
    min-height:350px !important;
  }

  .hero h1{
    font-size:clamp(51px,5vw,71px) !important;
    line-height:1.03 !important;
    margin-bottom:21px !important;
  }

  .hero p{
    font-size:19px !important;
    line-height:1.68 !important;
  }

  .hero-visual img{
    max-height:365px !important;
  }

  .btn{
    padding:14px 22px !important;
    font-size:16px !important;
  }

  .trust-row{
    gap:19px !important;
  }

  .trust-row>div{
    font-size:15px !important;
  }

  .process{
    padding:42px 0 !important;
  }

  .features,
  .services,
  .packages{
    padding-top:42px !important;
    padding-bottom:20px !important;
  }

  .center-title h2{
    font-size:32px !important;
  }

  .section-intro h2{
    font-size:30px !important;
  }

  .step{
    min-height:210px !important;
    padding:34px 20px 22px !important;
  }

  .feature-grid article{
    min-height:168px !important;
    padding:23px 19px !important;
  }

  .service-grid article{
    min-height:275px !important;
    padding:25px !important;
  }

  .service-grid h3{
    font-size:22px !important;
  }

  .price-grid{
    max-width:1160px !important;
    gap:25px !important;
  }

  .price-grid article{
    padding:26px 24px 20px !important;
  }

  .media{
    padding:40px 0 34px !important;
  }

  .post-grid article{
    min-height:165px !important;
  }

  .cta-inner,
  .about-cta-inner,
  .package-final-cta-inner,
  .hosting-final-cta-inner,
  .media-final-inner,
  .media-cta-inner,
  .contact-final-inner{
    min-height:145px !important;
  }

  .footer{
    padding-top:34px !important;
  }

  .footer-grid{
    gap:29px !important;
  }

  .footer-logo{
    height:76px !important;
    max-width:200px !important;
  }

  /* Inner pages */
  .about-hero,
  .packages-hero,
  .hosting-hero,
  .media-hero,
  .contact-hero{
    padding-top:62px !important;
    padding-bottom:48px !important;
  }

  .about-hero-grid,
  .packages-hero-grid,
  .hosting-hero-grid,
  .media-hero-grid,
  .contact-hero-grid{
    min-height:450px !important;
  }

  .about-hero-copy h1,
  .packages-hero-copy h1,
  .hosting-hero-copy h1,
  .media-hero h1,
  .contact-hero h1{
    font-size:clamp(49px,5vw,69px) !important;
  }

  .story-section,
  .full-packages-section,
  .hosting-packages-section,
  .feed-section,
  .contact-main{
    padding-top:66px !important;
    padding-bottom:72px !important;
  }

  .values-section,
  .package-benefits,
  .hosting-features,
  .media-categories,
  .contact-steps{
    padding-top:60px !important;
    padding-bottom:66px !important;
  }

  .about-mascot{
    width:250px !important;
  }

  .package-mascot{
    width:260px !important;
  }
}

/* Footer hizalama ve e-posta düzeltmesi */
.footer-grid>div:first-child{
  text-align:center;
}
.footer-grid>div:first-child .footer-logo{
  display:block;
  margin-left:auto !important;
  margin-right:auto !important;
}
.footer-grid>div:first-child p{
  margin-left:auto;
  margin-right:auto;
}
.footer .footer-email,
.footer a[href^="mailto:"],
.footer p.footer-email{
  font-size:16px !important;
  white-space:nowrap;
}

/* WhatsApp sabit ikon görünürlük düzeltmesi */
.float.whatsapp{background:#fff !important;}
.float.whatsapp img{
  width:31px !important;
  height:31px !important;
  display:block !important;
  filter:none !important;
  opacity:1 !important;
}
/* İletişim hero maskotu */
.contact-mascot,
.contact-card-wrap>img{
  width:200px !important;
  max-width:none !important;
}


/* Ana sayfa teslimat metni: üst satır kalın, alt satır normal */
.trust-row > div > span{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.35;
}

.trust-row > div > span > b{
  display:block;
}


/* =========================================================
   STICKY HEADER
   Sayfa aşağı kaydırıldığında header üstte sabit kalır.
   ========================================================= */

.site-header{
  position:sticky !important;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:rgba(255,255,255,.94);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  box-shadow:0 1px 0 rgba(49,68,24,.08);
  transition:box-shadow .25s ease,background-color .25s ease;
}

.site-header.is-scrolled{
  background:rgba(255,255,255,.98);
  box-shadow:0 10px 30px rgba(35,48,24,.10);
}

@media(max-width:1050px){
  .site-header{
    position:sticky !important;
    top:0;
  }

  .main-nav{
    z-index:1001;
  }
}


/* =========================================================
   SABİT HEADER — MASAÜSTÜ / TABLET / MOBİL
   position: fixed kullanılır; sayfa içeriği header altında kalmaz.
   ========================================================= */

:root{
  --fixed-header-height:76px;
}

html{
  scroll-padding-top:calc(var(--fixed-header-height) + 14px);
}

body{
  padding-top:var(--fixed-header-height) !important;
}

.site-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  height:var(--fixed-header-height) !important;
  z-index:9999 !important;
  background:rgba(255,255,255,.96) !important;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(49,68,24,.10);
  box-shadow:0 4px 18px rgba(35,48,24,.06);
  transition:box-shadow .22s ease,background-color .22s ease;
}

.site-header.is-scrolled{
  background:rgba(255,255,255,.99) !important;
  box-shadow:0 12px 32px rgba(35,48,24,.14);
}

.site-header .nav-wrap{
  height:100%;
}

section[id]{
  scroll-margin-top:calc(var(--fixed-header-height) + 14px);
}

@media(max-width:1050px){
  :root{
    --fixed-header-height:80px;
  }

  .site-header{
    height:var(--fixed-header-height) !important;
  }

  .main-nav{
    z-index:10000 !important;
  }
}

@media(max-width:580px){
  :root{
    --fixed-header-height:70px;
  }

  .site-header{
    height:var(--fixed-header-height) !important;
  }
}


/* =========================================================
   KOALA BLOG / SINGLE POST
   ========================================================= */

.koala-blog-hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 70px;
  background:
    radial-gradient(circle at 90% 20%,rgba(73,100,38,.11),transparent 26%),
    linear-gradient(180deg,#fff,#f4f3ec);
}

.koala-blog-hero-inner{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.koala-blog-hero small,
.koala-single-hero small{
  display:block;
  margin-bottom:12px;
  color:#526d32;
  font-size:14px;
  font-weight:800;
  letter-spacing:1.4px;
}

.koala-blog-hero h1{
  margin:0 0 18px;
  font:800 clamp(48px,5vw,74px)/1.05 Manrope,sans-serif;
  letter-spacing:-2.5px;
}

.koala-blog-hero p{
  max-width:720px;
  margin:0;
  color:#586055;
  font-size:19px;
  line-height:1.75;
}

.koala-blog-hero-mark{
  flex:0 0 170px;
  width:170px;
  height:170px;
  border-radius:42px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#496426,#243812);
  color:#fff;
  font:800 88px/1 Georgia,serif;
  transform:rotate(7deg);
  box-shadow:0 28px 55px rgba(38,53,25,.18);
}

.koala-blog-index{
  padding:72px 0 90px;
}

.koala-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-items:center;
  margin-bottom:28px;
  color:#737b6e;
  font-size:14px;
}

.koala-breadcrumbs a{
  color:#496426;
  font-weight:700;
}

.koala-blog-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-bottom:30px;
}

.koala-blog-toolbar h2{
  margin:0;
  font:800 32px/1.2 Manrope,sans-serif;
}

.koala-search-form{
  display:flex;
  align-items:center;
  min-width:330px;
  border:1px solid #d7ddd1;
  border-radius:999px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 24px rgba(38,53,25,.05);
}

.koala-search-form label{
  flex:1;
}

.koala-search-form input{
  width:100%;
  border:0;
  outline:0;
  padding:13px 18px;
  background:transparent;
  font:inherit;
}

.koala-search-form button{
  border:0;
  padding:13px 20px;
  background:#314418;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

.koala-blog-layout,
.koala-single-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:34px;
  align-items:start;
}

.koala-blog-grid,
.koala-home-blog-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.koala-home-blog{
  padding:76px 0 84px;
}

.koala-home-blog-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:32px;
}

.koala-post-card{
  overflow:hidden;
  border:1px solid #dce1d7;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 35px rgba(38,53,25,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.koala-post-card:hover{
  transform:translateY(-7px);
  border-color:#c7d2be;
  box-shadow:0 24px 50px rgba(38,53,25,.12);
}

.koala-post-card-media{
  display:block;
  height:235px;
  overflow:hidden;
  background:#e9ede4;
}

.koala-post-card-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s ease;
}

.koala-post-card:hover .koala-post-card-media img{
  transform:scale(1.045);
}

.koala-post-placeholder{
  height:100%;
  display:grid;
  place-items:center;
  font-size:72px;
  background:
    radial-gradient(circle at 70% 20%,#71914c,#314418 72%);
}

.koala-post-card-body{
  padding:23px 23px 25px;
}

.koala-post-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-bottom:13px;
  color:#7a8275;
  font-size:13px;
  font-weight:600;
}

.koala-post-card h2,
.koala-post-card h3{
  margin:0 0 12px;
  font:800 22px/1.35 Manrope,sans-serif;
}

.koala-post-card h2 a,
.koala-post-card h3 a{
  color:#263618;
}

.koala-post-card p{
  min-height:76px;
  margin:0 0 18px;
  color:#60685c;
  font-size:15px;
  line-height:1.65;
}

.koala-read-more{
  display:inline-flex;
  gap:7px;
  align-items:center;
  color:#3d5822;
  font-size:15px;
  font-weight:800;
}

.koala-read-more span{
  transition:transform .2s ease;
}

.koala-read-more:hover span{
  transform:translateX(4px);
}

.koala-blog-sidebar,
.koala-single-sidebar{
  position:sticky;
  top:105px;
  display:grid;
  gap:22px;
}

.koala-sidebar-card,
.koala-author-card{
  padding:25px;
  border:1px solid #dce1d7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(38,53,25,.045);
}

.koala-sidebar-card h2,
.koala-author-card h2{
  margin:0 0 16px;
  font:800 21px/1.25 Manrope,sans-serif;
}

.koala-sidebar-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.koala-sidebar-card li{
  display:flex;
  justify-content:space-between;
  padding:10px 0;
  border-bottom:1px solid #edf0ea;
  font-size:15px;
}

.koala-sidebar-card li:last-child{
  border-bottom:0;
}

.koala-sidebar-cta{
  text-align:center;
  background:linear-gradient(150deg,#334a1b,#21330f);
  color:#fff;
}

.koala-sidebar-cta img{
  width:125px;
  max-height:120px;
  object-fit:contain;
  margin:0 auto 8px;
}

.koala-sidebar-cta h2,
.koala-sidebar-cta p{
  color:#fff;
}

.koala-sidebar-cta p{
  font-size:14px;
  line-height:1.6;
}

.koala-pagination{
  margin-top:42px;
}

.koala-pagination .nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.koala-pagination .page-numbers{
  min-width:42px;
  height:42px;
  padding:0 13px;
  display:grid;
  place-items:center;
  border:1px solid #d7ddd1;
  border-radius:10px;
  background:#fff;
  font-weight:800;
}

.koala-pagination .current{
  background:#314418;
  color:#fff;
  border-color:#314418;
}

.koala-blog-all{
  margin-top:32px;
  text-align:center;
}

.koala-empty-blog{
  grid-column:1/-1;
  padding:48px;
  text-align:center;
  border:1px dashed #bdc9b4;
  border-radius:20px;
  background:#f8faf5;
}

.koala-empty-blog>span{
  display:block;
  margin-bottom:12px;
  font-size:55px;
}

/* Single post */
.koala-single-hero{
  position:relative;
  overflow:hidden;
  padding:70px 0 85px;
  background:
    radial-gradient(circle at 85% 20%,rgba(89,118,52,.12),transparent 27%),
    linear-gradient(180deg,#fff,#f1f2eb);
}

.koala-single-hero-inner{
  max-width:980px;
}

.koala-single-category{
  display:inline-flex;
  margin:8px 0 18px;
  padding:8px 13px;
  border-radius:999px;
  background:#dfe8d3;
  color:#314418;
  font-size:13px;
  font-weight:800;
}

.koala-single-hero h1{
  max-width:960px;
  margin:0;
  font:800 clamp(46px,5vw,72px)/1.08 Manrope,sans-serif;
  letter-spacing:-2.5px;
  color:#243514;
}

.koala-single-lead{
  max-width:800px;
  margin:23px 0 0;
  color:#596156;
  font-size:20px;
  line-height:1.7;
}

.koala-single-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin-top:28px;
  color:#697264;
  font-size:14px;
}

.koala-single-featured{
  position:relative;
  z-index:2;
  margin-top:-45px;
}

.koala-single-featured img{
  width:100%;
  max-height:570px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 25px 60px rgba(38,53,25,.16);
}

.koala-single-layout{
  padding-top:58px;
  padding-bottom:80px;
}

.koala-single-content{
  min-width:0;
  color:#394034;
  font-size:18px;
  line-height:1.88;
}

.koala-single-content>p:first-child::first-letter{
  float:left;
  margin:8px 10px 0 0;
  color:#314418;
  font:800 70px/.72 Georgia,serif;
}

.koala-single-content h2{
  margin:45px 0 18px;
  font:800 34px/1.25 Manrope,sans-serif;
  color:#263718;
}

.koala-single-content h3{
  margin:35px 0 15px;
  font:800 26px/1.3 Manrope,sans-serif;
  color:#314418;
}

.koala-single-content h4{
  margin:28px 0 12px;
  font:800 21px/1.3 Manrope,sans-serif;
}

.koala-single-content a{
  color:#426522;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
}

.koala-single-content img{
  height:auto;
  border-radius:15px;
}

.koala-single-content figure{
  margin:34px 0;
}

.koala-single-content figcaption{
  margin-top:9px;
  color:#778072;
  font-size:13px;
  text-align:center;
}

.koala-single-content blockquote{
  position:relative;
  margin:35px 0;
  padding:25px 28px 25px 34px;
  border-left:5px solid #59793a;
  border-radius:0 16px 16px 0;
  background:#f0f4eb;
  color:#344225;
  font-size:20px;
  font-weight:600;
}

.koala-single-content ul,
.koala-single-content ol{
  padding-left:27px;
}

.koala-single-content li{
  margin-bottom:9px;
}

.koala-single-content table{
  width:100%;
  margin:30px 0;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:12px;
}

.koala-single-content th,
.koala-single-content td{
  padding:13px 15px;
  border:1px solid #dce1d7;
  text-align:left;
}

.koala-single-content th{
  background:#314418;
  color:#fff;
}

.koala-author-card{
  text-align:center;
}

.koala-author-avatar img{
  border-radius:50%;
  margin-bottom:12px;
}

.koala-author-card small{
  color:#658144;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
}

.koala-author-card p{
  color:#626a5e;
  font-size:14px;
  line-height:1.65;
}

.koala-post-footer{
  margin-top:46px;
  padding-top:24px;
  border-top:1px solid #dce1d7;
}

.koala-post-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.koala-post-tags a{
  padding:7px 11px;
  border-radius:999px;
  background:#edf1e8;
  color:#3d5822;
  font-size:13px;
  text-decoration:none;
}

.koala-post-navigation{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:35px;
}

.koala-post-navigation>div:last-child{
  text-align:right;
}

.koala-post-navigation a{
  display:block;
  padding:18px;
  border:1px solid #dce1d7;
  border-radius:14px;
  color:#314418;
  font-weight:800;
  text-decoration:none;
}

.koala-related-posts{
  padding:74px 0 90px;
  background:#f5f4ee;
}

.koala-related-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:30px;
}

@media(max-width:1050px){
  .koala-home-blog-grid,
  .koala-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .koala-blog-layout,
  .koala-single-layout{
    grid-template-columns:1fr;
  }

  .koala-blog-sidebar,
  .koala-single-sidebar{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .koala-blog-hero{
    padding:55px 0 48px;
  }

  .koala-blog-hero-inner{
    min-height:auto;
  }

  .koala-blog-hero-mark{
    display:none;
  }

  .koala-blog-toolbar{
    align-items:stretch;
    flex-direction:column;
  }

  .koala-search-form{
    min-width:0;
    width:100%;
  }

  .koala-blog-grid,
  .koala-home-blog-grid,
  .koala-related-grid,
  .koala-blog-sidebar,
  .koala-single-sidebar{
    grid-template-columns:1fr;
  }

  .koala-post-card-media{
    height:220px;
  }

  .koala-single-hero{
    padding:48px 0 68px;
  }

  .koala-single-hero h1{
    font-size:39px;
    letter-spacing:-1.4px;
  }

  .koala-single-lead{
    font-size:17px;
  }

  .koala-single-featured{
    margin-top:-30px;
  }

  .koala-single-featured img{
    border-radius:17px;
  }

  .koala-single-content{
    font-size:17px;
  }

  .koala-single-content h2{
    font-size:29px;
  }

  .koala-post-navigation{
    grid-template-columns:1fr;
  }

  .koala-post-navigation>div:last-child{
    text-align:left;
  }
}


/* v1.3 compact blog/product/mobile/account/checkout revisions */
.header-actions{display:flex;align-items:center;gap:8px}
.header-icon-link{position:relative;width:38px;height:38px;border:1px solid #d7ddd1;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:17px}
.header-icon-link em{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:#314418;color:#fff;font:700 11px/18px Inter;text-align:center}

.koala-blog-hero-compact,.koala-search-hero{padding:42px 0 34px}
.koala-blog-hero-compact .koala-blog-hero-inner,.koala-search-hero .koala-blog-hero-inner{min-height:110px}
.koala-blog-hero-compact h1,.koala-search-hero h1{font-size:clamp(38px,4vw,58px);margin-bottom:10px}
.koala-blog-hero-compact p,.koala-search-hero p{font-size:16px;line-height:1.6}

.koala-carousel-shell{position:relative;margin-top:32px;padding:0 54px}
.koala-carousel-viewport{overflow:hidden}
.koala-carousel-track{display:flex!important;gap:24px;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}
.koala-carousel-card{flex:0 0 calc((100% - 48px)/3)}
.koala-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#314418;color:#fff;font-size:20px;cursor:pointer;z-index:2}
.koala-carousel-btn.prev{left:0}.koala-carousel-btn.next{right:0}
.koala-carousel-btn:disabled{opacity:.35;cursor:not-allowed}
.koala-carousel-loading{padding:50px;text-align:center;width:100%}

.koala-product-titlebar{padding:28px 0 24px;background:linear-gradient(180deg,#fff,#f5f4ee);border-bottom:1px solid #e0e4db}
.koala-product-titlebar h1{margin:10px 0;font:800 clamp(30px,3.2vw,46px)/1.15 Manrope;color:#263718}
.koala-product-titlebar .koala-breadcrumbs{margin:7px 0;font-size:13px}
.koala-product-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:48px;padding-top:48px;padding-bottom:45px}
.koala-product-summary .product_title,.koala-product-summary>.summary>h1{display:none!important}
.koala-product-summary .woocommerce-product-details__short-description,.koala-product-summary .product_meta,.koala-product-summary .price,.koala-product-summary form.cart{margin-bottom:20px}
.koala-product-tabs{padding-bottom:65px}
.koala-related-products{padding:65px 0 80px;background:#f5f4ee}
.koala-product-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px}
.koala-product-card{background:#fff;border:1px solid #dce1d7;border-radius:18px;overflow:hidden;padding-bottom:20px}
.koala-product-card img{width:100%;height:240px;object-fit:cover}
.koala-product-card h3,.koala-product-card .price,.koala-product-card .koala-read-more{display:block;margin:14px 20px 0}
.koala-product-card h3{font:800 20px/1.3 Manrope}
.koala-product-card .price{color:#314418;font-weight:800}

.koala-account-shell{display:grid;grid-template-columns:240px 1fr;gap:30px;max-width:1200px;margin:60px auto;padding:0 22px}
.koala-account-nav,.koala-account-content{background:#fff;border:1px solid #dce1d7;border-radius:18px;padding:24px;box-shadow:0 12px 30px rgba(38,53,25,.05)}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-MyAccount-navigation li a{display:block;padding:11px 0;border-bottom:1px solid #edf0ea;font-weight:700}
.koala-checkout-form{max-width:1200px;margin:55px auto;padding:0 22px}
.koala-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:35px}
.koala-checkout-fields,.koala-checkout-order{background:#fff;border:1px solid #dce1d7;border-radius:18px;padding:28px;box-shadow:0 12px 30px rgba(38,53,25,.05)}
.koala-checkout-order{position:sticky;top:105px;height:max-content}

@media(max-width:1050px){
  .koala-carousel-card{flex-basis:calc((100% - 24px)/2)}
  .koala-product-main{grid-template-columns:1fr}
  .koala-checkout-grid{grid-template-columns:1fr}
  .koala-checkout-order{position:static}
}
@media(max-width:680px){
  .header-actions{gap:4px}
  .header-icon-link{width:31px;height:31px;font-size:14px}
  .live-btn{transform:scale(.5);transform-origin:right center;margin-left:-38px;margin-right:-32px}
  .koala-carousel-shell{padding:0 38px}
  .koala-carousel-card{flex-basis:100%}
  .koala-carousel-btn{width:34px;height:34px}
  .story-card-small{transform:translateY(-80px)}
  .koala-product-card-grid{grid-template-columns:1fr}
  .koala-account-shell{grid-template-columns:1fr;margin-top:35px}
}


/* v1.3.1 footer/header/social revisions */
.header-actions{
  margin-left:auto;
}

.footer-logo{
  filter:none !important;
}

.footer-social{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:14px;
}

.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.footer-social a:hover{
  background:rgba(255,255,255,.1);
}

@media(max-width:580px){
  .header-actions{
    gap:7px;
  }

  .header-icon-link{
    width:34px;
    height:34px;
  }
}


/* v1.3.2 footer social icon buttons */
.footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.footer-social a{
  width:40px;
  height:40px;
  min-height:40px;
  padding:0;
  border-radius:50%;
}

.footer-social svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.footer-social a:first-child svg,
.footer-social a:last-child svg{
  fill:currentColor;
  stroke:none;
}


/* v1.3.5 premium blog archive */
.koala-blog-hero-premium{
  padding:52px 0 44px;
  background:radial-gradient(circle at 88% 18%,rgba(103,137,61,.18),transparent 28%),linear-gradient(180deg,#fff,#f3f3eb);
  border-bottom:1px solid #e1e5dc;
}
.koala-blog-hero-premium .koala-blog-hero-inner{min-height:190px}
.koala-blog-hero-copy{max-width:760px}
.koala-blog-hero-premium h1{margin:8px 0 12px;font:800 clamp(44px,5vw,68px)/1.04 Manrope,sans-serif;letter-spacing:-2.4px;color:#263718}
.koala-blog-hero-premium p{max-width:680px;margin:0;color:#61695d;font-size:18px;line-height:1.65}
.koala-blog-hero-card{width:210px;min-height:150px;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:26px;background:linear-gradient(145deg,#3b5520,#233412);color:#fff;box-shadow:0 24px 48px rgba(37,52,22,.16);transform:rotate(3deg)}
.koala-blog-hero-card span{font-size:64px;line-height:1}
.koala-blog-hero-card strong{margin-top:8px;font:800 18px/1.2 Manrope,sans-serif}
.koala-blog-premium-index{padding:62px 0 90px}
.koala-blog-toolbar-premium{margin:14px 0 30px;padding:20px 22px;border:1px solid #dde2d8;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(40,56,25,.05)}
.koala-blog-toolbar-premium small{display:block;margin-bottom:5px;color:#668348;font-size:12px;font-weight:800;letter-spacing:1.2px}
.koala-blog-toolbar-premium h2{font-size:28px}
.koala-blog-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.koala-post-card-premium{border-radius:22px}
.koala-post-card-premium .koala-post-card-media{position:relative;height:270px}
.koala-card-category{position:absolute;left:16px;bottom:16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.94);color:#314418;font-size:12px;font-weight:800;box-shadow:0 8px 20px rgba(35,48,24,.12)}
.koala-post-card-premium .koala-post-card-body{padding:25px 25px 27px}
.koala-post-card-premium h2{margin-bottom:12px;font-size:24px;line-height:1.28}
.koala-post-card-premium p{min-height:78px}
.koala-card-footer{padding-top:15px;border-top:1px solid #edf0ea}
.koala-pagination-premium{margin-top:44px}
.koala-pagination-premium .nav-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.koala-pagination-premium .page-numbers{min-width:44px;height:44px;padding:0 14px;display:grid;place-items:center;border:1px solid #d7ddd1;border-radius:12px;background:#fff;color:#314418;font-weight:800;box-shadow:0 7px 18px rgba(38,53,25,.04)}
.koala-pagination-premium .page-numbers:hover,.koala-pagination-premium .current{border-color:#314418;background:#314418;color:#fff}
@media(max-width:680px){
  .koala-blog-hero-premium{padding:38px 0 34px}
  .koala-blog-hero-premium .koala-blog-hero-inner{min-height:auto}
  .koala-blog-hero-card{display:none}
  .koala-blog-hero-premium h1{font-size:40px;letter-spacing:-1.4px}
  .koala-blog-hero-premium p{font-size:16px}
  .koala-blog-toolbar-premium{padding:18px}
  .koala-blog-grid-premium{grid-template-columns:1fr}
  .koala-post-card-premium .koala-post-card-media{height:230px}
  .koala-post-card-premium h2{font-size:22px}
}


/* =========================================================
   v1.3.6 PREMIUM MAGAZINE BLOG ARCHIVE
   ========================================================= */

.koala-magazine-hero{
  position:relative;
  overflow:hidden;
  padding:54px 0 46px;
  background:
    radial-gradient(circle at 86% 18%,rgba(100,132,57,.16),transparent 30%),
    linear-gradient(180deg,#fff,#f2f3ea);
  border-bottom:1px solid #e0e5da;
}

.koala-magazine-hero-inner{
  min-height:210px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
}

.koala-magazine-hero small,
.koala-magazine-toolbar small{
  display:block;
  color:#6b874c;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
}

.koala-magazine-hero h1{
  margin:9px 0 14px;
  font:800 clamp(46px,5.2vw,72px)/1.02 Manrope,sans-serif;
  letter-spacing:-2.6px;
  color:#263718;
}

.koala-magazine-hero p{
  max-width:720px;
  margin:0;
  color:#626a5d;
  font-size:18px;
  line-height:1.68;
}

.koala-magazine-emblem{
  width:190px;
  height:165px;
  flex:0 0 190px;
  display:grid;
  place-items:center;
  align-content:center;
  border-radius:30px;
  background:linear-gradient(145deg,#425f24,#223512);
  color:#fff;
  box-shadow:0 26px 50px rgba(37,52,22,.16);
  transform:rotate(4deg);
}

.koala-magazine-emblem span{
  font:800 82px/.9 Georgia,serif;
}

.koala-magazine-emblem em{
  margin-top:10px;
  font:800 12px/1 Inter,sans-serif;
  letter-spacing:2.2px;
}

.koala-magazine-index{
  padding:62px 0 92px;
}

.koala-magazine-toolbar{
  margin:16px 0 32px;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid #dce2d7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(40,56,25,.05);
}

.koala-magazine-toolbar h2{
  margin:5px 0 0;
  font:800 29px/1.2 Manrope,sans-serif;
  color:#263718;
}

.koala-magazine-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}

.koala-mag-card{
  overflow:hidden;
  border:1px solid #dce2d8;
  border-radius:21px;
  background:#fff;
  box-shadow:0 14px 34px rgba(38,53,25,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.koala-mag-card:hover{
  transform:translateY(-7px);
  border-color:#c8d2bf;
  box-shadow:0 24px 50px rgba(38,53,25,.12);
}

.koala-mag-featured{
  grid-column:span 2;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
}

.koala-mag-media{
  position:relative;
  display:block;
  min-height:235px;
  overflow:hidden;
  background:#e8ede3;
}

.koala-mag-featured .koala-mag-media{
  min-height:100%;
}

.koala-mag-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s ease;
}

.koala-mag-card:hover .koala-mag-media img{
  transform:scale(1.04);
}

.koala-mag-placeholder{
  height:100%;
  min-height:235px;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 70% 22%,#769653,#314418 72%);
  font-size:72px;
}

.koala-mag-category{
  position:absolute;
  left:16px;
  bottom:16px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#314418;
  font-size:12px;
  font-weight:800;
  box-shadow:0 7px 18px rgba(35,48,24,.11);
}

.koala-mag-body{
  padding:23px 23px 25px;
}

.koala-mag-featured .koala-mag-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:31px;
}

.koala-mag-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-bottom:13px;
  color:#7b8376;
  font-size:13px;
  font-weight:600;
}

.koala-mag-card h2{
  margin:0 0 12px;
  font:800 22px/1.33 Manrope,sans-serif;
}

.koala-mag-featured h2{
  font-size:31px;
  line-height:1.2;
}

.koala-mag-card h2 a{
  color:#263718;
}

.koala-mag-card p{
  margin:0 0 18px;
  color:#61695d;
  font-size:15px;
  line-height:1.68;
}

.koala-mag-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#3e5d22;
  font-size:15px;
  font-weight:800;
}

.koala-mag-link span{
  transition:transform .2s ease;
}

.koala-mag-link:hover span{
  transform:translateX(4px);
}

.koala-mag-pagination{
  margin-top:46px;
}

.koala-mag-pagination .nav-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:9px;
}

.koala-mag-pagination .page-numbers{
  min-width:44px;
  height:44px;
  padding:0 14px;
  display:grid;
  place-items:center;
  border:1px solid #d6ddd0;
  border-radius:12px;
  background:#fff;
  color:#314418;
  font-weight:800;
  box-shadow:0 7px 18px rgba(38,53,25,.04);
}

.koala-mag-pagination .page-numbers:hover,
.koala-mag-pagination .current{
  border-color:#314418;
  background:#314418;
  color:#fff;
}

@media(max-width:1050px){
  .koala-magazine-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .koala-mag-featured{
    grid-column:1/-1;
  }
}

@media(max-width:680px){
  .koala-magazine-hero{
    padding:39px 0 34px;
  }

  .koala-magazine-hero-inner{
    min-height:auto;
  }

  .koala-magazine-emblem{
    display:none;
  }

  .koala-magazine-hero h1{
    font-size:40px;
    letter-spacing:-1.5px;
  }

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

  .koala-magazine-toolbar{
    align-items:stretch;
    flex-direction:column;
    padding:18px;
  }

  .koala-magazine-grid{
    grid-template-columns:1fr;
  }

  .koala-mag-featured{
    display:block;
  }

  .koala-mag-featured h2{
    font-size:24px;
  }

  .koala-mag-media,
  .koala-mag-placeholder{
    min-height:225px;
  }

  .koala-mag-featured .koala-mag-body{
    padding:24px;
  }
}


/* =========================================================
   v1.3.7 BLOG / PREMIUM WOOCOMMERCE
   ========================================================= */

.koala-magazine-index-nohero{
  padding-top:42px;
}

.koala-magazine-heading{
  margin:12px 0 34px;
  padding:24px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border:1px solid #dce2d8;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 30px rgba(40,56,25,.05);
}

.koala-magazine-heading small{
  display:block;
  margin-bottom:7px;
  color:#6b874c;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
}

.koala-magazine-heading h1{
  margin:0 0 8px;
  font:800 clamp(34px,4vw,50px)/1.08 Manrope,sans-serif;
  letter-spacing:-1.7px;
  color:#263718;
}

.koala-magazine-heading p{
  max-width:700px;
  margin:0;
  color:#626a5d;
  font-size:16px;
  line-height:1.65;
}

/* Product single */
.koala-product-breadcrumb-bar{
  padding:17px 0;
  border-bottom:1px solid #e3e7df;
  background:#fafbf8;
}

.koala-product-breadcrumb-bar .koala-breadcrumbs{
  margin:0;
}

.koala-product-stage{
  padding:58px 0 62px;
  background:
    radial-gradient(circle at 90% 10%,rgba(98,130,58,.10),transparent 26%),
    #fff;
}

.koala-product-stage-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  gap:58px;
  align-items:start;
}

.koala-product-visual-inner,
.koala-product-info{
  border:1px solid #dce2d8;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 45px rgba(38,53,25,.075);
}

.koala-product-visual-inner{
  padding:24px;
}

.koala-product-visual-inner .woocommerce-product-gallery{
  width:100%!important;
  float:none!important;
  margin:0!important;
}

.koala-product-visual-inner .woocommerce-product-gallery__image img{
  border-radius:16px;
}

.koala-product-info{
  position:sticky;
  top:104px;
  padding:34px;
}

.koala-product-category-links{
  margin-bottom:12px;
  color:#648043;
  font-size:13px;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.koala-product-info h1{
  margin:0 0 18px;
  font:800 clamp(38px,4.1vw,58px)/1.08 Manrope,sans-serif;
  letter-spacing:-2px;
  color:#263718;
}

.koala-product-price{
  margin-bottom:22px;
  color:#314418;
  font:800 32px/1.2 Manrope,sans-serif;
}

.koala-product-price del{
  margin-right:8px;
  color:#93998f;
  font-size:19px;
}

.koala-product-price ins{
  text-decoration:none;
}

.koala-product-short{
  margin-bottom:24px;
  color:#5f675b;
  font-size:17px;
  line-height:1.72;
}

.koala-product-purchase{
  padding:21px;
  border-radius:17px;
  background:#f2f5ed;
}

.koala-product-purchase form.cart{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin:0!important;
}

.koala-product-purchase .quantity .qty{
  min-height:50px;
  border:1px solid #cdd6c7;
  border-radius:10px;
}

.koala-product-purchase .single_add_to_cart_button{
  min-height:50px;
  padding:0 26px!important;
  border-radius:10px!important;
  background:#314418!important;
  font-weight:800!important;
}

.koala-product-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:20px;
}

.koala-product-meta>div{
  min-width:0;
  padding:13px;
  border:1px solid #e0e5dc;
  border-radius:13px;
  background:#fff;
}

.koala-product-meta span,
.koala-product-meta strong{
  display:block;
}

.koala-product-meta span{
  margin-bottom:4px;
  color:#858d81;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.koala-product-meta strong{
  overflow-wrap:anywhere;
  color:#314418;
  font-size:13px;
}

.koala-product-contact{
  display:inline-flex;
  margin-top:20px;
  color:#466427;
  font-weight:800;
}

.koala-product-assurance{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
  margin-top:14px;
}

.koala-product-assurance div{
  padding:14px 12px;
  border-radius:14px;
  background:#f4f6f0;
  text-align:center;
}

.koala-product-assurance strong,
.koala-product-assurance span{
  display:block;
}

.koala-product-assurance strong{
  margin-bottom:4px;
  color:#314418;
  font-size:13px;
}

.koala-product-assurance span{
  color:#747d70;
  font-size:11px;
}

.koala-product-content-section{
  padding:10px 0 68px;
}

.koala-product-tabs-premium{
  padding:28px;
  border:1px solid #dce2d8;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 36px rgba(38,53,25,.055);
}

.koala-product-tabs-premium .woocommerce-tabs ul.tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0!important;
  margin:0 0 24px!important;
}

.koala-product-tabs-premium .woocommerce-tabs ul.tabs:before{
  display:none!important;
}

.koala-product-tabs-premium .woocommerce-tabs ul.tabs li{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#edf2e8!important;
}

.koala-product-tabs-premium .woocommerce-tabs ul.tabs li:before,
.koala-product-tabs-premium .woocommerce-tabs ul.tabs li:after{
  display:none!important;
}

.koala-product-tabs-premium .woocommerce-tabs ul.tabs li a{
  padding:10px 16px!important;
}

.koala-product-tabs-premium .woocommerce-tabs ul.tabs li.active{
  background:#314418!important;
}

.koala-product-tabs-premium .woocommerce-tabs ul.tabs li.active a{
  color:#fff!important;
}

.koala-product-related{
  padding:70px 0 84px;
  background:#f4f3ed;
}

.koala-product-section-heading{
  margin-bottom:28px;
  text-align:center;
}

.koala-product-section-heading small{
  color:#6c884d;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
}

.koala-product-section-heading h2{
  margin:7px 0 0;
  font:800 34px/1.2 Manrope,sans-serif;
  color:#263718;
}

/* Shop/category archive */
.koala-shop-heading{
  padding:38px 0 34px;
  background:
    radial-gradient(circle at 88% 18%,rgba(104,137,62,.13),transparent 28%),
    linear-gradient(180deg,#fff,#f3f3eb);
  border-bottom:1px solid #e1e5dc;
}

.koala-shop-heading .koala-breadcrumbs{
  margin-bottom:20px;
}

.koala-shop-heading-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.koala-shop-heading small{
  display:block;
  color:#6b874c;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
}

.koala-shop-heading h1{
  margin:7px 0 10px;
  font:800 clamp(38px,4.5vw,58px)/1.06 Manrope,sans-serif;
  letter-spacing:-2px;
  color:#263718;
}

.koala-shop-heading p,
.koala-shop-description{
  max-width:690px;
  margin:0;
  color:#626a5d;
  font-size:16px;
  line-height:1.65;
}

.koala-shop-heading-mark{
  width:115px;
  height:115px;
  flex:0 0 115px;
  display:grid;
  place-items:center;
  border-radius:26px;
  background:linear-gradient(145deg,#405d23,#233512);
  font-size:58px;
  box-shadow:0 18px 38px rgba(37,52,22,.14);
  transform:rotate(4deg);
}

.koala-shop-index{
  padding:52px 0 82px;
}

.koala-shop-toolbar{
  margin-bottom:28px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid #dce2d8;
  border-radius:16px;
  background:#fff;
}

.koala-shop-toolbar p{
  margin:0!important;
}

.koala-shop-toolbar select{
  min-height:43px;
  border:1px solid #d4dbcf;
  border-radius:10px;
  background:#fff;
  padding:0 12px;
}

.koala-shop-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:25px;
}

.koala-shop-card{
  overflow:hidden;
  border:1px solid #dce2d8;
  border-radius:21px;
  background:#fff;
  box-shadow:0 14px 34px rgba(38,53,25,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.koala-shop-card:hover{
  transform:translateY(-7px);
  border-color:#c8d2bf;
  box-shadow:0 24px 50px rgba(38,53,25,.12);
}

.koala-shop-card-image{
  position:relative;
  display:block;
  height:250px;
  overflow:hidden;
  background:#edf1e9;
}

.koala-shop-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.koala-shop-card:hover .koala-shop-card-image img{
  transform:scale(1.045);
}

.koala-shop-sale{
  position:absolute;
  top:14px;
  left:14px;
  padding:7px 10px;
  border-radius:999px;
  background:#314418;
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.koala-shop-card-body{
  padding:22px 22px 24px;
}

.koala-shop-card-category{
  margin-bottom:8px;
  color:#718b52;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.koala-shop-card h2,
.koala-shop-card h3{
  margin:0 0 12px;
  font:800 22px/1.3 Manrope,sans-serif;
}

.koala-shop-card h2 a,
.koala-shop-card h3 a{
  color:#263718;
}

.koala-shop-card p{
  min-height:52px;
  margin:0 0 18px;
  color:#626a5d;
  font-size:14px;
  line-height:1.62;
}

.koala-shop-card-bottom{
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-top:1px solid #edf0ea;
}

.koala-shop-card-price{
  color:#314418;
  font-size:18px;
  font-weight:800;
}

.koala-shop-card-link{
  color:#456425;
  font-size:14px;
  font-weight:800;
}

.koala-shop-pagination{
  margin-top:40px;
}

.koala-shop-pagination ul{
  display:flex!important;
  justify-content:center;
  gap:8px;
  border:0!important;
}

.koala-shop-pagination li{
  border:0!important;
}

.koala-shop-pagination a,
.koala-shop-pagination span{
  min-width:43px!important;
  height:43px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #d7ddd1!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#314418!important;
  font-weight:800!important;
}

.koala-shop-pagination .current{
  border-color:#314418!important;
  background:#314418!important;
  color:#fff!important;
}

@media(max-width:1050px){
  .koala-product-stage-grid{
    grid-template-columns:1fr;
  }

  .koala-product-info{
    position:static;
  }

  .koala-shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .koala-magazine-heading{
    align-items:stretch;
    flex-direction:column;
  }

  .koala-product-stage{
    padding:32px 0 42px;
  }

  .koala-product-info{
    padding:24px;
  }

  .koala-product-info h1{
    font-size:36px;
  }

  .koala-product-meta,
  .koala-product-assurance{
    grid-template-columns:1fr;
  }

  .koala-product-purchase form.cart{
    align-items:stretch;
    flex-direction:column;
  }

  .koala-product-purchase .single_add_to_cart_button{
    width:100%;
  }

  .koala-shop-heading-mark{
    display:none;
  }

  .koala-shop-toolbar{
    align-items:stretch;
    flex-direction:column;
  }

  .koala-shop-grid{
    grid-template-columns:1fr;
  }

  .koala-shop-card-image{
    height:230px;
  }
}


/* v1.3.8 Blog üst başlık alanı */
.koala-magazine-title small{
  display:block;
  margin-bottom:6px;
  color:#6b874c;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.koala-magazine-title h1{
  margin:0;
  color:#263718;
  font:800 clamp(34px,4vw,42px)/1.1 Manrope,sans-serif;
  letter-spacing:-1.4px;
}


/* =========================================================
   v1.3.9 FOOTER WORDMARK + RICH SINGLE SIDEBAR
   ========================================================= */

.footer-wordmark{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  margin-bottom:16px;
  color:#fff;
  text-decoration:none;
}

.footer-wordmark span{
  font:800 38px/.92 Manrope,sans-serif;
  letter-spacing:1.5px;
}

.footer-wordmark small{
  font:800 14px/1 Inter,sans-serif;
  letter-spacing:5px;
}

.koala-single-sidebar-rich{
  gap:22px;
}

.koala-single-sidebar-rich .koala-sidebar-card{
  overflow:hidden;
}

.koala-sidebar-contact small,
.koala-sidebar-packages small,
.koala-sidebar-hosting small{
  display:block;
  margin-bottom:7px;
  color:#6a874a;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.2px;
}

.koala-sidebar-contact>p,
.koala-sidebar-hosting p{
  color:#626a5e;
  font-size:14px;
  line-height:1.65;
}

.koala-sidebar-contact ul{
  list-style:none;
  margin:18px 0 20px;
  padding:0;
}

.koala-sidebar-contact li{
  padding:11px 0;
  display:flex;
  flex-direction:column;
  gap:4px;
  border-bottom:1px solid #edf0ea;
}

.koala-sidebar-contact li:last-child{
  border-bottom:0;
}

.koala-sidebar-contact li span{
  color:#8a9186;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.koala-sidebar-contact li a,
.koala-sidebar-contact li strong{
  color:#314418;
  font-size:14px;
  font-weight:800;
  overflow-wrap:anywhere;
}

.koala-sidebar-packages{
  background:linear-gradient(180deg,#fff,#f7f9f4);
}

.koala-sidebar-package{
  margin-top:10px;
  padding:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid #dce2d8;
  border-radius:13px;
  background:#fff;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.koala-sidebar-package:hover{
  transform:translateY(-2px);
  border-color:#bfcbb6;
  box-shadow:0 10px 24px rgba(38,53,25,.07);
}

.koala-sidebar-package span{
  min-width:0;
}

.koala-sidebar-package b,
.koala-sidebar-package em{
  display:block;
}

.koala-sidebar-package b{
  color:#263718;
  font-size:14px;
}

.koala-sidebar-package em{
  margin-top:3px;
  color:#7a8275;
  font-size:11px;
  font-style:normal;
}

.koala-sidebar-package strong{
  flex:0 0 auto;
  color:#314418;
  font-size:15px;
}

.koala-sidebar-hosting{
  position:relative;
  padding-top:128px;
  background:
    radial-gradient(circle at 70% 20%,rgba(111,147,64,.18),transparent 36%),
    linear-gradient(145deg,#f4f7ef,#e9efe3);
}

.koala-sidebar-hosting>img{
  position:absolute;
  top:8px;
  left:50%;
  width:130px;
  height:112px;
  object-fit:contain;
  transform:translateX(-50%);
}

.koala-sidebar-hosting h2{
  margin-bottom:10px;
}

.koala-sidebar-hosting a{
  color:#3f5d22;
  font-size:14px;
  font-weight:800;
}

.koala-single-sidebar-rich .koala-sidebar-cta{
  padding:26px;
}

.koala-single-sidebar-rich .koala-sidebar-cta img{
  display:none!important;
}

@media(max-width:1050px){
  .koala-single-sidebar-rich{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .footer-wordmark span{
    font-size:34px;
  }

  .footer-wordmark small{
    font-size:12px;
    letter-spacing:4px;
  }

  .koala-single-sidebar-rich{
    grid-template-columns:1fr;
  }
}


/* v1.4.0 Footer logo düzeltmesi */
.footer-wordmark{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}

.footer-wordmark img{
  display:block;
  width:210px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  filter:none !important;
}

@media(max-width:580px){
  .footer-wordmark img{
    width:185px;
  }
}
