
:root{
  --orange:#ff4a22;
  --orange-dark:#e83b17;
  --orange-soft:#fff0ec;
  --ink:#111827;
  --text:#334155;
  --muted:#6b7280;
  --line:#e8eaee;
  --soft:#f7f8fa;
  --white:#ffffff;
  --shadow:0 12px 32px rgba(15,23,42,.08);
  --radius:16px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #eef0f3;
  backdrop-filter:blur(12px);
}
.header-inner{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  text-decoration:none;
  line-height:1;
  letter-spacing:-.7px;
  white-space:nowrap;
}
.brand-main{
  color:var(--orange);
  font-size:28px;
  font-weight:900;
}
.brand-domain{
  color:#334155;
  font-size:17px;
  font-weight:800;
}
.main-nav{
  display:flex;
  align-items:center;
  gap:28px;
}
.main-nav a{
  position:relative;
  padding:24px 0;
  color:#111827;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:13px;
  width:0;
  height:2px;
  border-radius:2px;
  background:var(--orange);
  transition:.2s ease;
  transform:translateX(-50%);
}
.main-nav a:hover::after,
.main-nav a.active::after{width:100%}
.main-nav a:hover,.main-nav a.active{color:var(--orange)}
.menu-toggle{
  display:none;
  width:46px;
  height:44px;
  border:0;
  background:transparent;
  padding:7px;
  cursor:pointer;
}
.menu-toggle span{
  display:block;
  width:28px;
  height:2px;
  margin:6px auto;
  background:#0f172a;
  border-radius:10px;
}

/* HERO */
.home-hero{
  position:relative;
  min-height:432px;
  overflow:hidden;
  background:#fff7f4;
}
.home-hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:right center;
  display:block;
}
.home-hero-bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 20%,rgba(255,255,255,.82) 37%,rgba(255,255,255,.14) 58%,rgba(255,255,255,0) 74%);
}
.hero-content{
  position:relative;
  z-index:2;
  min-height:432px;
  display:flex;
  align-items:center;
}
.hero-copy{
  width:min(530px,52%);
  padding:44px 0 94px;
}
.hero-copy h1{
  margin:0 0 20px;
  color:#111827;
  font-size:clamp(48px,5.4vw,72px);
  line-height:1.04;
  letter-spacing:-2.8px;
  font-weight:850;
}
.hero-copy h1 span{color:var(--orange)}
.hero-copy p{
  max-width:465px;
  margin:0 0 24px;
  color:#475569;
  font-size:17px;
  line-height:1.65;
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.home-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:8px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  transition:.2s ease;
}
.home-btn-primary{
  color:#fff;
  background:var(--orange);
  border:1px solid var(--orange);
}
.home-btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark)}
.home-btn-outline{
  color:var(--orange);
  background:#fff;
  border:1px solid var(--orange);
}
.home-btn-outline:hover{background:var(--orange-soft)}
.btn-ico{font-size:20px}

/* PLANNER */
.planner-overlap{
  position:relative;
  z-index:10;
  margin-top:-82px;
}
.planner-card{
  padding:20px 20px 0;
  background:#fff;
  border:1px solid #e6e8ec;
  border-radius:14px;
  box-shadow:0 14px 34px rgba(15,23,42,.11);
}
.planner-title{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:16px;
}
.planner-symbol{color:var(--orange);font-size:23px;line-height:1}
.planner-title h2{
  margin:0;
  font-size:19px;
  line-height:1.2;
}
.planner-title p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:12px;
}
.planner-fields{
  display:grid;
  grid-template-columns:1.25fr 1.2fr 1.2fr 1fr 128px;
  gap:10px;
  padding-bottom:18px;
}
.planner-field{
  position:relative;
  min-height:64px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 14px;
  border:1px solid #dde1e7;
  border-radius:8px;
  background:#fff;
  overflow:hidden;
  cursor:pointer;
}
.field-icon{
  flex:0 0 30px;
  width:30px;
  color:#334155;
  font-size:24px;
  text-align:center;
}
.field-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.field-copy small{
  color:#64748b;
  font-size:11px;
  line-height:1.2;
}
.field-copy strong{
  margin-top:3px;
  color:#172033;
  font-size:13px;
  font-weight:650;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.planner-field input[type="date"],
.planner-field select{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}
.planner-search{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-radius:8px;
  color:#fff;
  background:var(--orange);
  font-weight:850;
  cursor:pointer;
}
.planner-search:hover{background:var(--orange-dark)}
.planner-search span{font-size:23px}
.planner-benefits{
  min-height:48px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  gap:10px;
  margin:0 -20px;
  padding:0 30px;
  border-top:1px solid #e8eaee;
  color:#4b5563;
  font-size:11px;
  text-align:center;
}
.planner-benefits span::first-letter{color:var(--orange)}

/* CATEGORIES */
.home-categories{padding:22px 0 28px}
.category-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.category-card{
  min-height:178px;
  position:relative;
  padding:18px 15px;
  border:1px solid #e2e5ea;
  border-radius:12px;
  background:#fff;
  text-decoration:none;
  transition:.2s ease;
}
.category-card:hover{
  transform:translateY(-2px);
  border-color:#ffd5cc;
  box-shadow:0 10px 26px rgba(15,23,42,.07);
}
.category-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:50%;
  margin-bottom:18px;
  font-size:25px;
  font-weight:800;
}
.icon-orange{background:#fff0ec;color:#f0441c}
.icon-blue{background:#eaf4ff;color:#1884e8}
.icon-green{background:#e9faee;color:#0fa34a}
.icon-purple{background:#f4eaff;color:#9e40e7}
.icon-amber{background:#fff3df;color:#ff8b00}
.icon-sky{background:#e9f5ff;color:#1985e7}
.category-card h3{
  margin:0 0 8px;
  font-size:17px;
}
.category-card p{
  min-height:44px;
  margin:0;
  color:#5f6b7c;
  font-size:12px;
  line-height:1.55;
}
.category-arrow{
  position:absolute;
  left:15px;
  bottom:14px;
  color:var(--orange);
  font-size:20px;
  font-weight:700;
}

/* BLOG */
.home-blog-section{padding:10px 0 38px}
.home-section-head{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
  padding-left:15px;
}
.home-section-head::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  bottom:2px;
  width:3px;
  border-radius:10px;
  background:var(--orange);
}
.home-section-head h2{
  margin:0;
  font-size:24px;
}
.home-section-head p{
  margin:5px 0 0;
  color:#667085;
  font-size:12px;
}
.all-posts-link{
  flex:0 0 auto;
  padding:10px 13px;
  border:1px solid var(--orange);
  border-radius:7px;
  color:var(--orange);
  background:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.home-blog-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.home-blog-card{
  overflow:hidden;
  border:1px solid #dfe3e8;
  border-radius:11px;
  background:#fff;
  text-decoration:none;
  transition:.2s ease;
}
.home-blog-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.home-blog-image{
  aspect-ratio:1.16/1;
  overflow:hidden;
  background:#f3f4f6;
}
.home-blog-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-blog-body{padding:11px 10px 12px}
.post-chip{
  display:inline-flex;
  padding:4px 7px;
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  margin-bottom:8px;
}
.chip-orange{background:#fff0ec;color:#e84620}
.chip-green{background:#eaf8ee;color:#178846}
.chip-blue{background:#eaf4ff;color:#2076d5}
.home-blog-body h3{
  min-height:52px;
  margin:0 0 12px;
  font-size:14px;
  line-height:1.25;
}
.post-meta{
  display:flex;
  justify-content:space-between;
  gap:6px;
  color:#7b8492;
  font-size:9px;
}

/* LOCAL DISCOVERY */
.local-discovery{padding:4px 0 38px}
.local-title{
  text-align:center;
  margin-bottom:20px;
}
.local-title h2{
  margin:0;
  font-size:24px;
}
.local-title p{
  margin:6px 0 0;
  color:#667085;
  font-size:12px;
}
.local-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.local-card{
  position:relative;
  overflow:hidden;
  min-height:240px;
  border:1px solid #dfe3e8;
  border-radius:12px;
  background:#fff;
  text-decoration:none;
}
.local-image{
  height:116px;
  overflow:hidden;
  background:#f3f4f6;
}
.local-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.local-icon{
  position:absolute;
  top:91px;
  left:18px;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid #eee;
  border-radius:50%;
  background:#fff;
  color:var(--orange);
  font-size:24px;
  box-shadow:0 4px 12px rgba(15,23,42,.07);
}
.local-body{
  padding:25px 22px 18px;
  text-align:center;
}
.local-body h3{
  margin:0 0 7px;
  font-size:17px;
}
.local-body p{
  margin:0 auto 10px;
  max-width:290px;
  color:#667085;
  font-size:11px;
  line-height:1.55;
}
.local-body strong{
  color:var(--orange);
  font-size:12px;
}

/* FOOTER */
.site-footer{
  border-top:1px solid #e6e8ec;
  background:#fff;
  padding:28px 0 12px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr .75fr .95fr .95fr 1.1fr;
  gap:36px;
  padding-bottom:22px;
}
.footer-logo{
  display:inline-flex;
  align-items:baseline;
  text-decoration:none;
  margin-bottom:10px;
}
.footer-logo span{
  color:var(--orange);
  font-size:24px;
  font-weight:900;
}
.footer-logo small{
  color:#334155;
  font-size:13px;
  font-weight:800;
}
.footer-about p{
  max-width:250px;
  margin:0;
  color:#667085;
  font-size:11px;
  line-height:1.65;
}
.footer-grid strong{
  display:block;
  margin-bottom:10px;
  font-size:13px;
}
.footer-grid a,
.footer-location{
  display:block;
  margin:6px 0;
  color:#475569;
  text-decoration:none;
  font-size:11px;
}
.footer-grid a:hover{color:var(--orange)}
.social-row{
  display:flex;
  gap:10px;
  margin-top:16px;
}
.social-row span{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border:1px solid #cfd5dd;
  border-radius:50%;
  color:#475569;
  font-size:11px;
}
.footer-bottom{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #edf0f3;
  color:#7a8492;
  font-size:10px;
}
.mobile-bottom-nav{display:none}

/* SHARED SUBPAGE STYLES */
.page-hero{
  padding:46px 0 30px;
  background:linear-gradient(135deg,#fff7f4,#fff);
  border-bottom:1px solid var(--line);
}
.page-hero h1{margin:0 0 8px;font-size:42px}
.page-hero p{margin:0;color:var(--muted);max-width:760px}
.eyebrow{
  display:inline-flex;
  margin-bottom:10px;
  padding:6px 9px;
  border-radius:999px;
  background:var(--orange-soft);
  color:var(--orange-dark);
  font-size:11px;
  font-weight:850;
}
.section{padding:54px 0}
.section-soft{background:var(--soft)}
.content-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
}
.content-box,.cta-box,.faq-item,.card{
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  padding:20px;
}
.cta-box{position:sticky;top:96px;align-self:start}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 16px;border-radius:9px;text-decoration:none;font-weight:800
}
.btn-primary{background:var(--orange);color:#fff}
.muted{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card h3{margin:0 0 8px}.card p{color:var(--muted)}.card a{color:var(--orange);font-weight:800;text-decoration:none}

/* ARTICLE */
.article-shell{padding:42px 0 64px}
.article-narrow{width:min(900px,calc(100% - 28px));margin:0 auto}
.article-intro{text-align:center;margin-bottom:26px}
.article-intro h1{margin:0 auto 14px;max-width:860px;font-size:clamp(28px,4vw,42px);line-height:1.16}
.article-intro .lead{max-width:820px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.75}
.article-intro .keyword-line{max-width:820px;margin:9px auto 0;color:#73777e;font-size:12px}
.article-hero-image{width:min(690px,100%);margin:28px auto 30px;overflow:hidden;border-radius:16px;border:1px solid var(--line)}
.article-hero-image img{width:100%}
.article-content{width:min(820px,100%);margin:0 auto;font-size:16px}
.article-content h1{font-size:30px;line-height:1.25;margin:0 0 22px}
.article-content h2{font-size:24px;line-height:1.3;margin:34px 0 14px}
.article-content h3{font-size:19px;margin:26px 0 10px}
.article-content p{margin:0 0 15px;color:#333;line-height:1.8}
.article-content ul,.article-content ol{padding-left:22px;margin:10px 0 18px}
.article-content li{margin:7px 0;line-height:1.65}
.article-content a{color:var(--orange-dark);text-underline-offset:3px}
.article-cta{margin:24px 0;padding:20px;border:1px solid #ffd9d0;border-radius:14px;background:#fff7f4}
.article-faq{display:grid;gap:12px;margin-top:16px}
.article-faq details{border:1px solid var(--line);border-radius:12px;padding:14px 16px;background:#fff}
.article-faq summary{cursor:pointer;font-weight:800}
.article-bottom-cta{margin-top:32px;padding:22px;border-radius:16px;background:#111;color:#fff}
.article-bottom-cta h2{color:#fff}.article-bottom-cta p,.article-bottom-cta li{color:#e7e7e7}.article-bottom-cta a{color:#fff}
.article-related{margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}
.article-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.article-related-grid a{display:block;padding:16px;border:1px solid var(--line);border-radius:12px;text-decoration:none}
.article-related-grid strong{display:block;margin-bottom:5px}.article-related-grid span{color:var(--muted);font-size:12px}

/* TABLET */
@media(max-width:1024px){
  .main-nav{gap:18px}
  .main-nav a{font-size:13px}
  .hero-copy{width:57%}
  .planner-fields{grid-template-columns:1.2fr 1fr 1fr 1fr}
  .planner-search{grid-column:1/-1;min-height:52px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .home-blog-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
  .footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:10px}
}

/* MOBILE */
@media(max-width:760px){
  body{padding-bottom:72px}
  .container{width:min(100% - 24px,1180px)}

  .header-inner{min-height:68px}
  .brand-main{font-size:29px}
  .brand-domain{font-size:14px}
  .menu-toggle{display:block}
  .main-nav{
    display:none;
    position:absolute;
    top:68px;
    left:12px;
    right:12px;
    padding:10px;
    border:1px solid #e4e7ec;
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 40px rgba(15,23,42,.14);
    flex-direction:column;
    align-items:stretch;
    gap:2px;
  }
  .main-nav.open{display:flex}
  .main-nav a{
    padding:13px 14px;
    border-radius:9px;
  }
  .main-nav a::after{display:none}
  .main-nav a:hover,.main-nav a.active{background:#fff1ed}

  .home-hero{
    min-height:510px;
    background:#fff7f4;
  }
  .home-hero-photo{
    object-position:67% center;
  }
  .home-hero-bg{
    background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 39%,rgba(255,255,255,.18) 67%,rgba(255,255,255,0) 100%);
  }
  .hero-content{
    min-height:510px;
    align-items:flex-start;
  }
  .hero-copy{
    width:100%;
    padding:31px 0 160px;
  }
  .hero-copy h1{
    max-width:330px;
    margin-bottom:16px;
    font-size:43px;
    line-height:1.04;
    letter-spacing:-1.7px;
  }
  .hero-copy p{
    max-width:315px;
    font-size:14px;
    line-height:1.65;
  }
  .hero-actions{
    gap:9px;
  }
  .home-btn{
    min-height:48px;
    padding:0 14px;
    font-size:13px;
  }

  .planner-overlap{margin-top:-112px}
  .planner-card{padding:17px 14px 0;border-radius:13px}
  .planner-title{margin-bottom:14px}
  .planner-title h2{font-size:17px}
  .planner-title p{font-size:11px}
  .planner-fields{
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding-bottom:14px;
  }
  .planner-field{min-height:64px;padding:9px 10px;gap:8px}
  .field-icon{width:26px;flex-basis:26px;font-size:20px}
  .field-copy small{font-size:10px}
  .field-copy strong{font-size:12px}
  .planner-search{
    grid-column:1/-1;
    min-height:50px;
    font-size:14px;
  }
  .planner-benefits{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px;
    min-height:48px;
    margin:0 -14px;
    padding:7px 8px;
    font-size:8.5px;
    line-height:1.25;
  }

  .home-categories{padding:18px 0 19px}
  .category-grid{
    grid-template-columns:repeat(4,1fr);
    gap:6px;
    padding:12px 8px;
    border:1px solid #e3e7ec;
    border-radius:12px;
    background:#fff;
  }
  .category-card{
    min-height:95px;
    padding:8px 3px;
    border:0;
    text-align:center;
  }
  .category-card:hover{box-shadow:none;transform:none}
  .category-icon{
    width:44px;
    height:44px;
    margin:0 auto 7px;
    font-size:21px;
  }
  .category-card h3{
    margin:0;
    font-size:11px;
    line-height:1.2;
  }
  .category-card p,.category-arrow{display:none}
  .category-card:nth-child(5){grid-column:1}
  .category-card:nth-child(6){grid-column:2}

  .home-blog-section{padding:2px 0 26px}
  .home-section-head{
    align-items:flex-start;
    padding-left:0;
  }
  .home-section-head::before{display:none}
  .home-section-head h2{font-size:21px}
  .home-section-head p{font-size:10px}
  .all-posts-link{
    border:0;
    padding:2px 0;
    margin-top:5px;
    white-space:nowrap;
    font-size:10px;
  }
  .home-blog-grid{
    display:flex;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding-bottom:6px;
  }
  .home-blog-grid::-webkit-scrollbar{display:none}
  .home-blog-card{
    flex:0 0 43%;
    scroll-snap-align:start;
  }
  .home-blog-image{aspect-ratio:1.2/1}
  .home-blog-body{padding:9px 8px}
  .home-blog-body h3{
    min-height:49px;
    font-size:12px;
  }
  .post-meta{font-size:8px}

  .local-discovery{padding:0 0 26px}
  .local-title h2{font-size:20px}
  .local-title p{font-size:10px}
  .local-grid{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }
  .local-card{min-height:220px}
  .local-image{height:86px}
  .local-icon{
    top:66px;
    left:10px;
    width:42px;
    height:42px;
    font-size:20px;
  }
  .local-body{padding:24px 8px 12px}
  .local-body h3{font-size:12px}
  .local-body p{font-size:9px}
  .local-body strong{font-size:10px}

  .site-footer{padding:26px 0 18px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:22px}
  .footer-about{grid-column:1/-1}
  .footer-bottom{padding-top:14px;flex-direction:column;align-items:flex-start}

  .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1200;
    height:68px;
    padding:6px max(8px,env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    background:rgba(255,255,255,.97);
    border-top:1px solid #e5e8ed;
    box-shadow:0 -8px 24px rgba(15,23,42,.07);
    backdrop-filter:blur(12px);
  }
  .mobile-bottom-nav a{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    color:#475569;
    text-decoration:none;
    font-size:7.5px;
    line-height:1.05;
    font-weight:750;
    white-space:nowrap;
    -webkit-tap-highlight-color:transparent;
  }
  .mobile-bottom-nav .mb-icon{
    width:23px;
    height:23px;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
  }
  .mobile-bottom-nav .mb-icon svg{
    width:22px;
    height:22px;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-bottom-nav a:first-child .mb-icon svg{fill:currentColor;stroke:currentColor;stroke-width:1.35}
  .mobile-bottom-nav a.active{color:var(--orange)}

  .content-grid{grid-template-columns:1fr}
  .cta-box{position:relative;top:auto}
  .cards{grid-template-columns:1fr}
  .page-hero h1{font-size:34px}
  .article-content{font-size:15px}
  .article-related-grid{grid-template-columns:1fr}
}

/* SMALL MOBILE */
@media(max-width:430px){
  .container{width:min(100% - 18px,1180px)}
  .hero-copy h1{font-size:38px;max-width:295px}
  .hero-copy p{max-width:285px;font-size:13px}
  .home-btn{padding:0 11px;font-size:12px}
  .planner-overlap{margin-top:-105px}
  .planner-field{min-height:60px}
  .category-grid{grid-template-columns:repeat(4,1fr)}
  .home-blog-card{flex-basis:48%}
  .local-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .local-grid::-webkit-scrollbar{display:none}
  .local-card{flex:0 0 72%;scroll-snap-align:start}
}


/* ARTICLE CONTACT BUTTONS */
.article-contact-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:12px 0 24px;
}
.article-contact-buttons a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  color:#fff !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:850;
}
.article-contact-whatsapp{background:#1aa64a}
.article-contact-whatsapp:hover{background:#158b3e}
.article-contact-call{background:#ef2e2e}
.article-contact-call:hover{background:#d82424}

@media(max-width:640px){
  .article-contact-buttons{
    grid-template-columns:1fr;
  }
}


/* BLOG 03 - BAYRAM SIRA GECESI */
.bayram-page{
  padding:34px 0 64px;
  background:#fff4e8;
}
.bayram-wrap{
  width:min(760px,calc(100% - 26px));
  margin:0 auto;
}
.bayram-top{
  text-align:center;
  margin-bottom:22px;
}
.bayram-top h1{
  max-width:720px;
  margin:0 auto 12px;
  font-size:31px;
  line-height:1.22;
}
.bayram-top p{
  max-width:690px;
  margin:0 auto;
  color:#6b625d;
  font-size:13px;
  line-height:1.7;
}
.bayram-hero{
  overflow:hidden;
  margin:0;
  border-radius:4px 4px 0 0;
  background:#ddd;
}
.bayram-hero img{
  width:100%;
  max-height:520px;
  object-fit:cover;
  object-position:center;
}
.bayram-highlight{
  margin-bottom:16px;
  padding:26px 28px;
  color:#fff;
  text-align:center;
  background:linear-gradient(135deg,#6e0505,#a71b16 54%,#cf7d25);
}
.bayram-chip{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);
  font-size:10px;
  font-weight:850;
  letter-spacing:.05em;
}
.bayram-highlight h2{
  max-width:600px;
  margin:0 auto 10px;
  font-size:26px;
  line-height:1.24;
}
.bayram-highlight p{
  max-width:620px;
  margin:0 auto;
  color:#ffe9dd;
  font-size:13px;
  line-height:1.7;
}
.bayram-buttons{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:9px;
  margin-top:18px;
}
.bayram-buttons a{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:6px;
  text-decoration:none;
  font-size:12px;
  font-weight:850;
}
.bayram-buttons .green{background:#1dbb54;color:#fff}
.bayram-buttons .white{background:#fff;color:#961a16}
.bayram-buttons .dark{background:#3d0d09;color:#fff}
.bayram-content{
  display:grid;
  gap:14px;
}
.bayram-box{
  padding:24px 25px;
  border:1px solid #f1dfd3;
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 18px rgba(96,44,17,.05);
}
.bayram-box h2{
  margin:0 0 12px;
  color:#8d1712;
  font-size:21px;
  line-height:1.3;
}
.bayram-box p{
  margin:0 0 13px;
  color:#443a35;
  font-size:13px;
  line-height:1.82;
}
.bayram-callout{
  margin-top:14px;
  padding:13px 14px;
  border-left:4px solid #d18a27;
  border-radius:7px;
  background:#fff3d9;
  color:#5a3b1e;
  font-size:12px;
  line-height:1.65;
}
.bayram-dark-note{
  margin-top:15px;
  padding:15px;
  border-radius:7px;
  background:#4c0c09;
  color:#fff;
  font-size:12px;
  line-height:1.6;
  text-align:center;
}
.bayram-dark-note a{
  color:#ffd89c;
  font-weight:850;
}
.bayram-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:14px;
}
.bayram-mini-grid div{
  padding:12px;
  border:1px solid #f0ded2;
  border-radius:7px;
  background:#fff9f2;
}
.bayram-mini-grid strong,
.bayram-mini-grid span{
  display:block;
}
.bayram-mini-grid strong{
  margin-bottom:4px;
  color:#83140f;
  font-size:12px;
}
.bayram-mini-grid span{
  color:#675d56;
  font-size:10px;
  line-height:1.5;
}
.bayram-list{
  margin:12px 0 0;
  padding:0;
  list-style:none;
}
.bayram-list li{
  position:relative;
  padding:8px 0 8px 26px;
  border-bottom:1px dashed #eadfd9;
  color:#443a35;
  font-size:12px;
}
.bayram-list li::before{
  content:"●";
  position:absolute;
  left:3px;
  top:8px;
  color:#991b16;
  font-size:10px;
}
.bayram-menu-card{
  margin:10px 0;
  padding:17px;
  border-radius:7px;
  background:linear-gradient(90deg,#600907,#9d1814);
  color:#fff;
  text-align:center;
}
.bayram-menu-card small,
.bayram-menu-card strong,
.bayram-menu-card span{
  display:block;
}
.bayram-menu-card small{
  color:#f8b6a3;
  font-size:9px;
  text-transform:uppercase;
}
.bayram-menu-card strong{
  margin:4px 0;
  font-size:20px;
}
.bayram-menu-card span{
  color:#ffdcd0;
  font-size:10px;
}
.bayram-buttons.bottom{
  margin-top:14px;
}
.bayram-faq details{
  padding:13px 0;
  border-bottom:1px solid #eee3dd;
}
.bayram-faq details:last-child{border-bottom:0}
.bayram-faq summary{
  cursor:pointer;
  color:#3f302a;
  font-size:13px;
  font-weight:850;
}
.bayram-faq details p{
  margin:8px 0 0;
}
.bayram-related{
  margin-top:22px;
  padding:20px;
  border-radius:12px;
  background:#fff;
}

@media(max-width:640px){
  .bayram-page{padding-top:22px}
  .bayram-top h1{font-size:25px}
  .bayram-highlight{padding:21px 15px}
  .bayram-highlight h2{font-size:22px}
  .bayram-buttons{grid-template-columns:1fr}
  .bayram-box{padding:19px 16px}
  .bayram-box h2{font-size:19px}
  .bayram-mini-grid{grid-template-columns:1fr}
}


/* BLOG 05 - URFA REZERVASYON SIRA GECESI + KONAKLAMA */
.reservation-guide-page{
  padding:38px 0 64px;
  background:#fff;
}
.reservation-guide-wrap{
  width:min(900px,calc(100% - 28px));
  margin:0 auto;
}
.reservation-guide-head{
  text-align:center;
  margin-bottom:22px;
}
.reservation-guide-head h1{
  max-width:780px;
  margin:0 auto 12px;
  font-size:31px;
  line-height:1.22;
}
.reservation-guide-head p{
  max-width:720px;
  margin:0 auto;
  color:#6b7280;
  font-size:13px;
  line-height:1.7;
}
.reservation-logo-figure{
  width:min(460px,100%);
  margin:20px auto 12px;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}
.reservation-logo-figure img{
  width:100%;
  height:auto;
  display:block;
}
.reservation-main-cta{
  max-width:650px;
  margin:0 auto 24px;
  text-align:center;
}
.reservation-main-cta h2{
  margin:0 0 12px;
  font-size:20px;
}
.reservation-gallery{
  margin:30px auto;
  max-width:850px;
}
.reservation-gallery h2{
  margin:0 0 12px;
  text-align:center;
  font-size:22px;
}
.reservation-gallery img{
  width:100%;
  display:block;
  border-radius:12px;
  border:1px solid #e6e8ec;
}
.reservation-guide-content{
  width:min(820px,100%);
  margin:0 auto;
  font-size:16px;
}
.reservation-guide-content h1{
  margin:28px 0 18px;
  font-size:31px;
  line-height:1.28;
}
.reservation-guide-content h2{
  margin:35px 0 13px;
  font-size:24px;
  line-height:1.3;
}
.reservation-guide-content h3{
  margin:25px 0 10px;
  font-size:19px;
}
.reservation-guide-content p{
  margin:0 0 15px;
  color:#373b42;
  line-height:1.82;
}
.reservation-guide-content ul,
.reservation-guide-content ol{
  margin:10px 0 20px;
  padding-left:24px;
}
.reservation-guide-content li{
  margin:7px 0;
  line-height:1.65;
}
.responsive-table-wrap{
  overflow-x:auto;
  margin:16px 0 22px;
  border:1px solid #e4e7ec;
  border-radius:10px;
}
.reservation-table{
  width:100%;
  min-width:660px;
  border-collapse:collapse;
  background:#fff;
  font-size:12px;
}
.reservation-table th,
.reservation-table td{
  padding:12px 13px;
  border-bottom:1px solid #e8eaee;
  text-align:left;
  vertical-align:top;
}
.reservation-table th{
  background:#fff4ef;
  color:#8e270f;
  font-weight:850;
}
.reservation-table tr:last-child td{
  border-bottom:0;
}
.reservation-note{
  padding:12px 14px;
  border-radius:8px;
  border-left:4px solid #ff4a22;
  background:#fff5f1;
  font-size:12px;
}
.timeline-list{
  display:grid;
  gap:9px;
  margin:14px 0 20px;
}
.timeline-list div{
  position:relative;
  padding:13px 15px 13px 18px;
  border:1px solid #e7e9ed;
  border-radius:9px;
  background:#fff;
}
.timeline-list div::before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:4px;
  border-radius:4px;
  background:#ff4a22;
}
.timeline-list strong,
.timeline-list span{
  display:block;
}
.timeline-list strong{
  margin-bottom:4px;
  font-size:13px;
}
.timeline-list span{
  color:#697386;
  font-size:11px;
  line-height:1.55;
}
.reservation-message-example{
  margin:15px 0 22px;
  padding:16px 18px;
  border-radius:9px;
  background:#fff7ee;
  border:1px solid #f1dcc8;
}
.reservation-message-example strong{
  display:block;
  margin-bottom:7px;
  color:#7d2d11;
}
.reservation-message-example p{
  margin:0;
  font-style:italic;
}
.reservation-link-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin:15px 0 25px;
}
.reservation-link-grid a{
  display:block;
  padding:12px 13px;
  border:1px solid #e4e7ec;
  border-radius:8px;
  color:#e3421c;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.reservation-link-grid a:hover{
  background:#fff5f1;
  border-color:#ffd3c8;
}

@media(max-width:640px){
  .reservation-guide-page{padding-top:24px}
  .reservation-guide-head h1{font-size:25px}
  .reservation-guide-content{font-size:15px}
  .reservation-guide-content h1{font-size:25px}
  .reservation-guide-content h2{font-size:21px}
  .reservation-link-grid{grid-template-columns:1fr}
  .reservation-logo-figure{width:min(340px,100%)}
}


/* BLOG 06 - INCI OCAKBASI */
.inci-page{
  padding:34px 0 64px;
  background:#fff7ec;
}
.inci-wrap{
  width:min(980px,calc(100% - 28px));
  margin:0 auto;
}
.inci-head{
  max-width:820px;
  margin:0 auto 22px;
  text-align:center;
}
.inci-head h1{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.24;
}
.inci-head p{
  margin:0 auto;
  max-width:760px;
  color:#6b625c;
  font-size:13px;
  line-height:1.75;
}
.inci-hero{
  max-width:800px;
  margin:0 auto 20px;
  overflow:hidden;
  border-radius:12px;
  background:#eee;
}
.inci-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.inci-summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) 245px;
  gap:18px;
  margin:0 auto 18px;
  max-width:900px;
  padding:24px;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(135deg,#35161b,#6e2629 54%,#8a342e);
  box-shadow:0 12px 30px rgba(68,29,22,.13);
}
.inci-chip{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
  color:#fbd2c5;
  font-size:9px;
  font-weight:850;
  letter-spacing:.05em;
}
.inci-summary h2{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.17;
}
.inci-summary p{
  margin:0;
  color:#f3d9d2;
  font-size:12px;
  line-height:1.7;
}
.inci-buttons{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
}
.inci-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:7px 12px;
  border-radius:7px;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}
.inci-buttons .green{background:#21b45b;color:#fff}
.inci-buttons .light{background:#fff;color:#7c2d27}
.inci-facts{
  align-self:center;
  padding:16px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.11);
}
.inci-facts h3{
  margin:0 0 11px;
  font-size:13px;
}
.inci-facts dl{
  margin:0;
}
.inci-facts dl div{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.inci-facts dl div:last-child{border-bottom:0}
.inci-facts dt{
  color:#ebc8c1;
  font-size:10px;
}
.inci-facts dd{
  margin:0;
  color:#ffd24d;
  font-size:10px;
  font-weight:850;
  text-align:right;
}
.inci-content{
  max-width:790px;
  margin:0 auto;
}
.inci-box{
  margin-bottom:14px;
  padding:23px 24px;
  border:1px solid #eddcca;
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 20px rgba(91,48,16,.045);
}
.inci-box h2{
  margin:0 0 12px;
  color:#3e241e;
  font-size:22px;
  line-height:1.3;
}
.inci-box p{
  margin:0 0 13px;
  color:#51443d;
  font-size:13px;
  line-height:1.82;
}
.inci-callout{
  margin-top:14px;
  padding:13px 14px;
  border-radius:8px;
  border-left:4px solid #d9852a;
  background:#fff0d8;
  color:#5b3d22;
  font-size:11px;
  line-height:1.65;
}
.inci-stat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:15px;
}
.inci-stat-grid div,
.inci-feature-grid div{
  padding:13px;
  border:1px solid #ebdfd3;
  border-radius:9px;
  background:#fffaf4;
}
.inci-stat-grid strong,
.inci-stat-grid span,
.inci-feature-grid strong,
.inci-feature-grid span{
  display:block;
}
.inci-stat-grid strong{
  color:#7e2f22;
  font-size:16px;
}
.inci-stat-grid span{
  margin-top:3px;
  color:#7c6d64;
  font-size:9px;
}
.inci-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:15px;
}
.inci-feature-grid strong{
  margin-bottom:4px;
  color:#6e2e23;
  font-size:12px;
}
.inci-feature-grid span{
  color:#6e625c;
  font-size:10px;
  line-height:1.55;
}
.inci-list{
  margin:12px 0 0;
  padding:0;
  list-style:none;
}
.inci-list li{
  position:relative;
  padding:8px 0 8px 24px;
  border-bottom:1px dashed #eadfd7;
  color:#51443d;
  font-size:12px;
}
.inci-list li::before{
  content:"✓";
  position:absolute;
  left:2px;
  color:#b84f2f;
  font-weight:900;
}
.inci-gallery-section{
  margin:18px 0;
  padding:20px;
  border-radius:12px;
  background:#fff;
  border:1px solid #eadfd5;
}
.inci-gallery-section h2{
  margin:0 0 12px;
  font-size:22px;
}
.inci-gallery-section img{
  width:100%;
  border-radius:9px;
  display:block;
}
.inci-final-cta{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:15px;
  border-radius:9px;
  background:#8d2019;
  color:#fff;
}
.inci-final-cta strong,
.inci-final-cta span{
  display:block;
}
.inci-final-cta strong{
  font-size:14px;
}
.inci-final-cta span{
  margin-top:3px;
  color:#f8d8d1;
  font-size:10px;
}
.inci-final-cta a{
  flex:0 0 auto;
  padding:10px 13px;
  border-radius:999px;
  background:#1bb660;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}
.inci-faq details{
  padding:12px 0;
  border-bottom:1px solid #eee4dc;
}
.inci-faq details:last-child{border-bottom:0}
.inci-faq summary{
  cursor:pointer;
  color:#4d3730;
  font-size:12px;
  font-weight:850;
}
.inci-faq details p{
  margin:7px 0 0;
  font-size:11px;
}

@media(max-width:700px){
  .inci-page{padding-top:22px}
  .inci-head h1{font-size:25px}
  .inci-summary{
    grid-template-columns:1fr;
    padding:19px 16px;
  }
  .inci-summary h2{font-size:23px}
  .inci-stat-grid{grid-template-columns:1fr 1fr}
  .inci-feature-grid{grid-template-columns:1fr}
  .inci-final-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* BLOG 07 - SANLIURFA GEZILECEK YERLER 2026 */
.urfa-travel-page{
  padding:36px 0 64px;
  background:#fff;
}
.urfa-travel-wrap{
  width:min(930px,calc(100% - 28px));
  margin:0 auto;
}
.urfa-travel-head{
  text-align:center;
  max-width:840px;
  margin:0 auto 24px;
}
.urfa-travel-eyebrow{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#eef7ff;
  color:#1663a8;
  font-size:10px;
  font-weight:850;
  letter-spacing:.05em;
}
.urfa-travel-head h1{
  margin:0 0 13px;
  font-size:33px;
  line-height:1.22;
  letter-spacing:-.5px;
}
.urfa-travel-head p{
  max-width:780px;
  margin:0 auto;
  color:#667085;
  font-size:13px;
  line-height:1.75;
}
.urfa-travel-hero,
.urfa-travel-image{
  overflow:hidden;
  margin:22px auto;
  border-radius:12px;
  border:1px solid #e7ebef;
  background:#eef2f4;
}
.urfa-travel-hero{
  max-width:840px;
}
.urfa-travel-image{
  max-width:760px;
}
.urfa-travel-hero img,
.urfa-travel-image img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.urfa-travel-content{
  width:min(820px,100%);
  margin:0 auto;
}
.urfa-travel-content h2{
  margin:36px 0 13px;
  color:#16202c;
  font-size:25px;
  line-height:1.3;
}
.urfa-travel-content h3{
  margin:22px 0 9px;
  font-size:18px;
}
.urfa-travel-content p{
  margin:0 0 14px;
  color:#3e4652;
  font-size:14px;
  line-height:1.85;
}
.urfa-toc{
  margin:24px 0 30px;
  padding:20px 22px;
  border:1px solid #dfe6eb;
  border-radius:12px;
  background:#f7fafc;
}
.urfa-toc h2{
  margin:0 0 12px;
  font-size:19px;
}
.urfa-toc a{
  display:block;
  padding:6px 0;
  color:#17669f;
  text-decoration:none;
  font-size:12px;
  font-weight:750;
}
.urfa-toc a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.urfa-place-section{
  scroll-margin-top:90px;
}
.urfa-place-info{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin:17px 0 20px;
}
.urfa-place-info div{
  padding:13px;
  border:1px solid #e4e9ed;
  border-radius:9px;
  background:#fbfcfd;
}
.urfa-place-info strong,
.urfa-place-info span{
  display:block;
}
.urfa-place-info strong{
  margin-bottom:4px;
  color:#1663a8;
  font-size:11px;
}
.urfa-place-info span{
  color:#5a6573;
  font-size:10px;
  line-height:1.5;
}
.urfa-tip{
  margin:14px 0 22px;
  padding:13px 15px;
  border-left:4px solid #199f6d;
  border-radius:8px;
  background:#eefaf5;
  color:#385a4f;
  font-size:12px;
  line-height:1.65;
}
.urfa-route-section{
  scroll-margin-top:90px;
}
.urfa-route-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:15px 0 26px;
}
.urfa-route-card{
  padding:18px;
  border:1px solid #e2e8ed;
  border-radius:11px;
  background:#fff;
  box-shadow:0 7px 22px rgba(16,47,68,.05);
}
.urfa-route-card>span{
  display:inline-flex;
  padding:4px 7px;
  border-radius:999px;
  background:#eaf4ff;
  color:#1967a3;
  font-size:9px;
  font-weight:900;
}
.urfa-route-card h3{
  margin:9px 0 8px;
  font-size:16px;
}
.urfa-route-card ol{
  margin:0;
  padding-left:19px;
}
.urfa-route-card li{
  margin:6px 0;
  color:#56616e;
  font-size:11px;
  line-height:1.5;
}
.urfa-travel-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:18px 0 26px;
  padding:17px 18px;
  border-radius:11px;
  background:#fff2ed;
  border:1px solid #ffd9ce;
}
.urfa-travel-cta strong,
.urfa-travel-cta span{
  display:block;
}
.urfa-travel-cta strong{
  color:#8d351e;
  font-size:13px;
}
.urfa-travel-cta span{
  margin-top:3px;
  color:#81675e;
  font-size:10px;
}
.urfa-travel-cta a{
  flex:0 0 auto;
  padding:10px 12px;
  border-radius:8px;
  background:#ff4a22;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}
.urfa-practical{
  margin-top:28px;
}
.urfa-practical-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
.urfa-practical-grid div{
  padding:15px;
  border:1px solid #e3e8ed;
  border-radius:10px;
  background:#fbfcfd;
}
.urfa-practical-grid strong{
  display:block;
  margin-bottom:5px;
  color:#1d5f8f;
  font-size:12px;
}
.urfa-practical-grid p{
  margin:0;
  font-size:10px;
  line-height:1.65;
}
.urfa-faq-section{
  scroll-margin-top:90px;
}

@media(max-width:700px){
  .urfa-travel-page{padding-top:24px}
  .urfa-travel-head h1{font-size:26px}
  .urfa-travel-content h2{font-size:21px}
  .urfa-place-info{grid-template-columns:1fr}
  .urfa-route-grid{grid-template-columns:1fr}
  .urfa-practical-grid{grid-template-columns:1fr}
  .urfa-travel-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* BLOG 08 - SANLIURFA GEZI REHBERI 2026 */
.city-guide-page{
  padding:38px 0 66px;
  background:#fff;
}
.city-guide-wrap{
  width:min(980px,calc(100% - 28px));
  margin:0 auto;
}
.city-guide-head{
  max-width:850px;
  margin:0 auto 24px;
  text-align:center;
}
.city-guide-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0ec;
  color:#dc421f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.city-guide-head h1{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.2;
  letter-spacing:-.6px;
}
.city-guide-head p{
  max-width:770px;
  margin:0 auto;
  color:#677180;
  font-size:13px;
  line-height:1.75;
}
.city-guide-fast-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  margin-top:15px;
}
.city-guide-fast-links a{
  padding:6px 9px;
  border-radius:999px;
  background:#f6f8fa;
  border:1px solid #e3e8ed;
  color:#495667;
  text-decoration:none;
  font-size:10px;
  font-weight:750;
}
.city-guide-fast-links a:hover{
  color:#ff4a22;
  border-color:#ffd1c6;
  background:#fff6f3;
}
.city-guide-hero{
  max-width:840px;
  margin:0 auto 26px;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #e6eaee;
  background:#eef2f5;
}
.city-guide-hero img{
  width:100%;
  height:auto;
  max-height:590px;
  display:block;
  object-fit:cover;
  object-position:center;
}
.city-guide-content{
  width:min(820px,100%);
  margin:0 auto;
}
.city-guide-content h2{
  margin:36px 0 13px;
  color:#17202c;
  font-size:25px;
  line-height:1.3;
}
.city-guide-content h3{
  margin:22px 0 9px;
  font-size:18px;
  color:#26313f;
}
.city-guide-content p{
  margin:0 0 14px;
  color:#3f4956;
  font-size:14px;
  line-height:1.85;
}
.city-guide-content ul,
.city-guide-content ol{
  margin:10px 0 20px;
  padding-left:23px;
}
.city-guide-content li{
  margin:7px 0;
  color:#485360;
  font-size:13px;
  line-height:1.65;
}
.city-guide-section{
  scroll-margin-top:90px;
}
.city-guide-numbered{
  padding-left:22px !important;
}
.city-guide-note{
  margin:15px 0 22px;
  padding:13px 15px;
  border-radius:9px;
  border-left:4px solid #ff4a22;
  background:#fff3ef;
  color:#71483c;
  font-size:12px;
  line-height:1.65;
}
.city-guide-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:16px 0 24px;
  padding:17px 18px;
  border:1px solid #ffd8ce;
  border-radius:11px;
  background:#fff4f0;
}
.city-guide-cta strong,
.city-guide-cta span{
  display:block;
}
.city-guide-cta strong{
  color:#80351f;
  font-size:13px;
}
.city-guide-cta span{
  margin-top:3px;
  color:#80675f;
  font-size:10px;
}
.city-guide-cta a{
  flex:0 0 auto;
  padding:10px 12px;
  border-radius:8px;
  background:#ff4a22;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}
.city-route-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
  margin:16px 0 26px;
}
.city-route-card{
  padding:17px;
  border:1px solid #e1e7ec;
  border-radius:11px;
  background:#fff;
  box-shadow:0 7px 22px rgba(18,38,58,.05);
}
.city-route-card>span{
  display:inline-flex;
  padding:4px 7px;
  border-radius:999px;
  background:#eaf4ff;
  color:#17649f;
  font-size:9px;
  font-weight:900;
}
.city-route-card h3{
  margin:9px 0;
  font-size:15px;
}
.city-route-card ul{
  margin:0;
  padding-left:18px;
}
.city-route-card li{
  margin:6px 0;
  font-size:10px;
  line-height:1.5;
}
.city-tip-list{
  padding:0 !important;
  list-style:none;
}
.city-tip-list li{
  padding:11px 13px;
  margin:7px 0;
  border:1px solid #e3e8ed;
  border-radius:9px;
  background:#fbfcfd;
  font-size:11px;
}

@media(max-width:700px){
  .city-guide-page{padding-top:24px}
  .city-guide-head h1{font-size:26px}
  .city-guide-content h2{font-size:21px}
  .city-route-grid{grid-template-columns:1fr}
  .city-guide-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* BLOG 09 - ANINDA REZERVASYON */
.instant-booking-page{
  padding:36px 0 66px;
  background:#fff;
}
.instant-booking-wrap{
  width:min(980px,calc(100% - 28px));
  margin:0 auto;
}
.instant-booking-head{
  max-width:850px;
  margin:0 auto 22px;
  text-align:center;
}
.instant-booking-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#eef8ff;
  color:#17659e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.instant-booking-head h1{
  margin:0 0 12px;
  font-size:33px;
  line-height:1.22;
  letter-spacing:-.5px;
}
.instant-booking-head p{
  max-width:760px;
  margin:0 auto;
  color:#687384;
  font-size:13px;
  line-height:1.75;
}
.instant-booking-hero{
  width:min(380px,100%);
  margin:18px auto 8px;
  overflow:hidden;
  border-radius:14px;
  border:1px solid #e3e8ed;
  background:#f5f7f9;
}
.instant-booking-hero img{
  width:100%;
  height:auto;
  display:block;
}
.instant-booking-main-link{
  text-align:center;
  margin:0 0 24px;
}
.instant-booking-main-link a{
  display:inline-flex;
  color:#1766a3;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
}
.instant-booking-content{
  width:min(820px,100%);
  margin:0 auto;
}
.instant-booking-content h2{
  margin:36px 0 13px;
  color:#17202b;
  font-size:25px;
  line-height:1.3;
}
.instant-booking-content h3{
  margin:23px 0 9px;
  color:#263241;
  font-size:18px;
  line-height:1.4;
}
.instant-booking-content p{
  margin:0 0 14px;
  color:#414b58;
  font-size:14px;
  line-height:1.84;
}
.instant-booking-content ul,
.instant-booking-content ol{
  margin:10px 0 20px;
  padding-left:23px;
}
.instant-booking-content li{
  margin:7px 0;
  color:#4b5664;
  font-size:13px;
  line-height:1.62;
}
.instant-booking-summary{
  margin:20px 0 28px;
  padding:18px 20px;
  border-radius:11px;
  border:1px solid #dce7ef;
  background:#f6fbff;
}
.instant-booking-summary>strong{
  display:block;
  margin-bottom:9px;
  color:#17659e;
  font-size:13px;
}
.instant-booking-summary ul{
  margin:0;
}
.instant-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin:15px 0 20px;
}
.instant-service-grid div,
.instant-check-grid div,
.instant-audience-grid div{
  padding:14px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.instant-service-grid strong,
.instant-service-grid span,
.instant-check-grid strong,
.instant-check-grid span,
.instant-audience-grid strong,
.instant-audience-grid span{
  display:block;
}
.instant-service-grid strong,
.instant-check-grid strong,
.instant-audience-grid strong{
  margin-bottom:4px;
  color:#17649f;
  font-size:12px;
}
.instant-service-grid span,
.instant-check-grid span,
.instant-audience-grid span{
  color:#657080;
  font-size:10px;
  line-height:1.55;
}
.instant-destination-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin:15px 0 20px;
}
.instant-destination-grid div{
  padding:10px;
  border-radius:8px;
  border:1px solid #e5e9ed;
  background:#fff;
  text-align:center;
}
.instant-destination-grid strong{
  color:#3d4b59;
  font-size:11px;
}
.instant-check-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin:15px 0 20px;
}
.instant-steps{
  display:grid;
  gap:9px;
  margin:15px 0 22px;
}
.instant-steps div{
  position:relative;
  padding:14px 15px 14px 52px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fff;
}
.instant-steps div>span{
  position:absolute;
  left:14px;
  top:14px;
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ff4a22;
  color:#fff;
  font-size:11px;
  font-weight:900;
}
.instant-steps strong{
  display:block;
  margin-bottom:3px;
  font-size:12px;
}
.instant-steps p{
  margin:0;
  font-size:10px;
  line-height:1.55;
}
.instant-audience-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:9px;
  margin:15px 0 20px;
}
.instant-final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
  padding:17px 18px;
  border-radius:11px;
  background:linear-gradient(135deg,#13649f,#18a0a3);
  color:#fff;
}
.instant-final-cta strong,
.instant-final-cta span{
  display:block;
}
.instant-final-cta strong{
  font-size:14px;
}
.instant-final-cta span{
  margin-top:3px;
  color:#d9f3f5;
  font-size:10px;
}
.instant-final-cta a{
  flex:0 0 auto;
  padding:10px 13px;
  border-radius:8px;
  background:#fff;
  color:#12649d;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}

@media(max-width:700px){
  .instant-booking-page{padding-top:24px}
  .instant-booking-head h1{font-size:26px}
  .instant-booking-content h2{font-size:21px}
  .instant-service-grid{grid-template-columns:1fr 1fr}
  .instant-destination-grid{grid-template-columns:1fr 1fr}
  .instant-check-grid{grid-template-columns:1fr 1fr}
  .instant-audience-grid{grid-template-columns:1fr}
  .instant-final-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:480px){
  .instant-service-grid,
  .instant-check-grid{
    grid-template-columns:1fr;
  }
}


/* BLOG 10 - SANLIURFA SPOR SALONLARI */
.fitness-guide-page{
  padding:36px 0 66px;
  background:#fff;
}
.fitness-guide-wrap{
  width:min(1040px,calc(100% - 28px));
  margin:0 auto;
}
.fitness-guide-head{
  max-width:880px;
  margin:0 auto 24px;
  text-align:center;
}
.fitness-guide-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0ed;
  color:#ef4a2d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.fitness-guide-head h1{
  margin:0 0 12px;
  font-size:33px;
  line-height:1.22;
  letter-spacing:-.5px;
}
.fitness-guide-head p{
  max-width:760px;
  margin:0 auto;
  color:#687384;
  font-size:13px;
  line-height:1.75;
}
.fitness-old-list{
  max-width:920px;
  margin:0 auto 30px;
  padding:18px;
  background:#f3f3f3;
  border-radius:14px;
}
.fitness-old-list>h2{
  margin:0 0 14px;
  padding:10px 14px;
  background:#ff523d;
  color:#fff;
  border-radius:8px;
  text-align:center;
  font-size:24px;
}
.fitness-business-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.fitness-business-grid article{
  position:relative;
  min-height:112px;
  padding:17px 16px 15px 48px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
}
.fitness-business-grid article>span{
  position:absolute;
  left:12px;
  top:14px;
  width:25px;
  height:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ff3855;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.fitness-business-grid h3{
  margin:0 0 6px;
  font-size:13px;
  line-height:1.35;
}
.fitness-business-grid p{
  margin:0;
  color:#707987;
  font-size:10px;
  line-height:1.55;
}
.fitness-guide-hero{
  width:min(760px,100%);
  margin:26px auto;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #e5e8ec;
  background:#f3f4f6;
}
.fitness-guide-hero img{
  width:100%;
  height:auto;
  max-height:620px;
  display:block;
  object-fit:cover;
}
.fitness-guide-content{
  width:min(820px,100%);
  margin:0 auto;
}
.fitness-guide-content h2{
  margin:36px 0 13px;
  color:#17202c;
  font-size:25px;
  line-height:1.3;
}
.fitness-guide-content p{
  margin:0 0 14px;
  color:#414b58;
  font-size:14px;
  line-height:1.84;
}
.fitness-guide-content ul,
.fitness-guide-content ol{
  margin:10px 0 20px;
  padding-left:23px;
}
.fitness-guide-content li{
  margin:7px 0;
  color:#4b5664;
  font-size:13px;
  line-height:1.62;
}
.fitness-check-grid,
.fitness-service-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:16px 0 22px;
}
.fitness-check-grid div,
.fitness-service-grid div{
  padding:14px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.fitness-check-grid strong,
.fitness-check-grid span,
.fitness-service-grid strong,
.fitness-service-grid span{
  display:block;
}
.fitness-check-grid strong,
.fitness-service-grid strong{
  margin-bottom:4px;
  color:#ef4a2d;
  font-size:12px;
}
.fitness-check-grid span,
.fitness-service-grid span{
  color:#667180;
  font-size:10px;
  line-height:1.55;
}
.fitness-membership-note{
  margin:15px 0 22px;
  padding:14px 15px;
  border-left:4px solid #ff523d;
  border-radius:8px;
  background:#fff3ef;
  color:#71483d;
  font-size:12px;
  line-height:1.65;
}
.fitness-week-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin:16px 0 22px;
}
.fitness-week-grid div{
  padding:13px;
  border:1px solid #e4e8ec;
  border-radius:10px;
  background:#fff;
}
.fitness-week-grid span,
.fitness-week-grid strong{
  display:block;
}
.fitness-week-grid span{
  color:#ff4f36;
  font-size:9px;
  font-weight:900;
}
.fitness-week-grid strong{
  margin:5px 0;
  font-size:11px;
}
.fitness-week-grid p{
  margin:0;
  font-size:9px;
  line-height:1.5;
}

@media(max-width:760px){
  .fitness-guide-page{padding-top:24px}
  .fitness-guide-head h1{font-size:26px}
  .fitness-old-list>h2{font-size:20px}
  .fitness-business-grid{grid-template-columns:1fr}
  .fitness-guide-content h2{font-size:21px}
  .fitness-week-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:480px){
  .fitness-check-grid,
  .fitness-service-grid,
  .fitness-week-grid{
    grid-template-columns:1fr;
  }
}


/* BLOG 11 - SANLIURFA TURIZM ACENTELERI */
.agency-guide-page{
  padding:36px 0 66px;
  background:#fff;
}
.agency-guide-wrap{
  width:min(1040px,calc(100% - 28px));
  margin:0 auto;
}
.agency-guide-head{
  max-width:880px;
  margin:0 auto 24px;
  text-align:center;
}
.agency-guide-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0ed;
  color:#ee4a2c;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.agency-guide-head h1{
  margin:0 0 12px;
  font-size:33px;
  line-height:1.22;
  letter-spacing:-.5px;
}
.agency-guide-head p{
  max-width:760px;
  margin:0 auto;
  color:#687384;
  font-size:13px;
  line-height:1.75;
}
.agency-top-list{
  max-width:920px;
  margin:0 auto 28px;
  padding:18px;
  border-radius:14px;
  background:#f2f2f2;
}
.agency-top-list>h2{
  margin:0 0 14px;
  padding:10px 14px;
  border-radius:8px;
  background:#ff523d;
  color:#fff;
  text-align:center;
  font-size:24px;
}
.agency-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.agency-card-grid article{
  position:relative;
  min-height:112px;
  padding:17px 16px 15px 48px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
}
.agency-card-grid article>span{
  position:absolute;
  left:12px;
  top:14px;
  width:25px;
  height:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ff3855;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.agency-card-grid h3{
  margin:0 0 6px;
  font-size:13px;
  line-height:1.35;
}
.agency-card-grid p{
  margin:0;
  color:#707987;
  font-size:10px;
  line-height:1.55;
}
.agency-guide-hero{
  width:min(760px,100%);
  margin:26px auto;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #e5e8ec;
  background:#f3f4f6;
}
.agency-guide-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.agency-guide-content{
  width:min(820px,100%);
  margin:0 auto;
}
.agency-guide-content h2{
  margin:36px 0 13px;
  color:#17202c;
  font-size:25px;
  line-height:1.3;
}
.agency-guide-content p{
  margin:0 0 14px;
  color:#414b58;
  font-size:14px;
  line-height:1.84;
}
.agency-guide-content ul{
  margin:10px 0 20px;
  padding-left:23px;
}
.agency-guide-content li{
  margin:7px 0;
  color:#4b5664;
  font-size:13px;
  line-height:1.62;
}
.agency-check-list{
  padding:0 !important;
  list-style:none;
}
.agency-check-list li{
  position:relative;
  padding:10px 12px 10px 35px;
  margin:7px 0;
  border:1px solid #e4e8ed;
  border-radius:9px;
  background:#fbfcfd;
}
.agency-check-list li::before{
  content:"✓";
  position:absolute;
  left:13px;
  color:#ff4f36;
  font-weight:900;
}
.agency-category{
  position:relative;
  margin:24px 0;
  padding:19px 20px 19px 56px;
  border:1px solid #e2e7ec;
  border-radius:11px;
  background:#fff;
  box-shadow:0 6px 18px rgba(17,35,54,.04);
}
.agency-category>span{
  position:absolute;
  left:17px;
  top:19px;
  width:27px;
  height:27px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ff523d;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.agency-category h2{
  margin:0 0 10px;
  font-size:20px;
}
.agency-category p{
  font-size:13px;
}
.agency-inline-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:14px;
  padding:14px 15px;
  border-radius:9px;
  background:#fff3ef;
  border:1px solid #ffd6ca;
}
.agency-inline-cta strong,
.agency-inline-cta span{
  display:block;
}
.agency-inline-cta strong{
  color:#7e351f;
  font-size:12px;
}
.agency-inline-cta span{
  margin-top:3px;
  color:#816b63;
  font-size:10px;
}
.agency-inline-cta a{
  flex:0 0 auto;
  padding:9px 11px;
  border-radius:7px;
  background:#ff523d;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}
.agency-benefit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:16px 0 22px;
}
.agency-benefit-grid div{
  padding:14px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.agency-benefit-grid strong,
.agency-benefit-grid span{
  display:block;
}
.agency-benefit-grid strong{
  margin-bottom:4px;
  color:#ef4a2d;
  font-size:12px;
}
.agency-benefit-grid span{
  color:#667180;
  font-size:10px;
  line-height:1.55;
}

@media(max-width:760px){
  .agency-guide-page{padding-top:24px}
  .agency-guide-head h1{font-size:26px}
  .agency-top-list>h2{font-size:20px}
  .agency-card-grid{grid-template-columns:1fr}
  .agency-guide-content h2{font-size:21px}
  .agency-category{
    padding:17px 15px 17px 50px;
  }
}

@media(max-width:480px){
  .agency-benefit-grid{
    grid-template-columns:1fr;
  }
  .agency-inline-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* BLOG 12 - URFADA OTELLER & KONAKLAMA 2025 */
.hotel-guide-page{
  padding:36px 0 66px;
  background:#fff;
}
.hotel-guide-wrap{
  width:min(1040px,calc(100% - 28px));
  margin:0 auto;
}
.hotel-guide-head{
  max-width:900px;
  margin:0 auto 24px;
  text-align:center;
}
.hotel-guide-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0ed;
  color:#ef4a2d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.hotel-guide-head h1{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.22;
  letter-spacing:-.5px;
}
.hotel-guide-meta{
  max-width:760px;
  margin:0 auto;
  color:#727b88;
  font-size:12px;
  line-height:1.7;
}
.hotel-guide-hero{
  width:min(900px,100%);
  margin:26px auto;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #e5e8ec;
  background:#f3f4f6;
}
.hotel-guide-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.hotel-guide-content{
  width:min(820px,100%);
  margin:0 auto;
}
.hotel-guide-content>p,
.hotel-guide-content .hotel-guide-section>p{
  margin:0 0 14px;
  color:#414b58;
  font-size:14px;
  line-height:1.84;
}
.hotel-guide-section h2{
  margin:36px 0 13px;
  color:#17202c;
  font-size:25px;
  line-height:1.3;
}
.hotel-price-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:16px 0 18px;
}
.hotel-price-grid div{
  padding:15px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.hotel-price-grid strong,
.hotel-price-grid b,
.hotel-price-grid span{
  display:block;
}
.hotel-price-grid strong{
  color:#26313f;
  font-size:12px;
}
.hotel-price-grid b{
  margin:6px 0 4px;
  color:#ff4f36;
  font-size:18px;
}
.hotel-price-grid span{
  color:#687383;
  font-size:10px;
  line-height:1.55;
}
.hotel-note{
  margin:14px 0 22px;
  padding:14px 15px;
  border-left:4px solid #ff4f36;
  border-radius:8px;
  background:#fff3ef;
  color:#70483d;
  font-size:12px;
  line-height:1.65;
}
.hotel-factor-list{
  margin:10px 0 22px;
  padding-left:22px;
}
.hotel-factor-list li{
  margin:8px 0;
  color:#46515f;
  font-size:13px;
  line-height:1.65;
}
.hotel-region-grid{
  display:grid;
  gap:10px;
  margin:16px 0 22px;
}
.hotel-region-grid div{
  padding:15px 16px;
  border:1px solid #e3e8ed;
  border-radius:10px;
  background:#fff;
}
.hotel-region-grid h3{
  margin:0 0 6px;
  color:#202b38;
  font-size:14px;
}
.hotel-region-grid p{
  margin:0 0 6px;
  color:#56616f;
  font-size:12px;
  line-height:1.6;
}
.hotel-region-grid span{
  color:#77818d;
  font-size:10px;
  line-height:1.5;
}
.hotel-concept-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:16px 0 22px;
}
.hotel-concept-list div{
  padding:14px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.hotel-concept-list strong,
.hotel-concept-list span{
  display:block;
}
.hotel-concept-list strong{
  margin-bottom:4px;
  color:#ef4a2d;
  font-size:12px;
}
.hotel-concept-list span{
  color:#667180;
  font-size:10px;
  line-height:1.55;
}
.hotel-tip-list{
  padding:0;
  list-style:none;
  margin:12px 0 20px;
}
.hotel-tip-list li{
  position:relative;
  margin:7px 0;
  padding:10px 12px 10px 35px;
  border:1px solid #e3e8ed;
  border-radius:9px;
  background:#fbfcfd;
  color:#4a5563;
  font-size:12px;
  line-height:1.6;
}
.hotel-tip-list li::before{
  content:"✓";
  position:absolute;
  left:13px;
  color:#ff4f36;
  font-weight:900;
}
.hotel-guide-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:18px 0 24px;
  padding:16px 17px;
  border:1px solid #ffd8ce;
  border-radius:10px;
  background:#fff4f0;
}
.hotel-guide-cta strong,
.hotel-guide-cta span{
  display:block;
}
.hotel-guide-cta strong{
  color:#7e351f;
  font-size:13px;
}
.hotel-guide-cta span{
  margin-top:3px;
  color:#806b62;
  font-size:10px;
}
.hotel-guide-cta a{
  flex:0 0 auto;
  padding:10px 12px;
  border-radius:8px;
  background:#ff4f36;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}

@media(max-width:760px){
  .hotel-guide-page{padding-top:24px}
  .hotel-guide-head h1{font-size:26px}
  .hotel-guide-section h2{font-size:21px}
  .hotel-price-grid,
  .hotel-concept-list{
    grid-template-columns:1fr;
  }
  .hotel-guide-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* BLOG 13 - URFADA CIGER NEREDE YENIR */
.ciger-guide-page{
  padding:36px 0 66px;
  background:#fff;
}
.ciger-guide-wrap{
  width:min(1040px,calc(100% - 28px));
  margin:0 auto;
}
.ciger-guide-head{
  max-width:880px;
  margin:0 auto 24px;
  text-align:center;
}
.ciger-guide-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0ed;
  color:#ef4a2d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.ciger-guide-head h1{
  margin:0 0 12px;
  font-size:33px;
  line-height:1.22;
}
.ciger-guide-head p{
  max-width:760px;
  margin:0 auto;
  color:#687384;
  font-size:13px;
  line-height:1.75;
}
.ciger-top-list{
  max-width:930px;
  margin:0 auto 28px;
  padding:18px;
  border-radius:14px;
  background:#efefef;
}
.ciger-top-list>h2{
  margin:0 0 14px;
  padding:10px 14px;
  border-radius:6px;
  background:#ff3855;
  color:#fff;
  text-align:center;
  font-size:28px;
}
.ciger-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.ciger-card-grid article{
  position:relative;
  display:grid;
  grid-template-columns:82px 1fr;
  gap:12px;
  min-height:112px;
  padding:11px;
  background:#fff;
  border-radius:10px;
  border:1px solid #e6e8eb;
}
.ciger-card-grid .rank{
  position:absolute;
  left:-7px;
  top:-7px;
  width:27px;
  height:27px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ff3855;
  color:#fff;
  font-size:10px;
  font-weight:900;
  z-index:2;
}
.ciger-card-grid img{
  width:82px;
  height:82px;
  object-fit:cover;
  border-radius:7px;
}
.ciger-card-grid h3{
  margin:0 0 5px;
  font-size:12px;
  line-height:1.35;
}
.ciger-card-grid p{
  margin:0 0 9px;
  color:#707987;
  font-size:9px;
}
.ciger-card-grid a{
  display:inline-flex;
  padding:7px 10px;
  border-radius:6px;
  background:#ff523d;
  color:#fff;
  text-decoration:none;
  font-size:9px;
  font-weight:850;
}
.ciger-guide-hero{
  width:min(920px,100%);
  margin:26px auto;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #e5e8ec;
  background:#f3f4f6;
}
.ciger-guide-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.ciger-guide-content{
  width:min(820px,100%);
  margin:0 auto;
}
.ciger-guide-content h2{
  margin:36px 0 13px;
  color:#17202c;
  font-size:25px;
  line-height:1.3;
}
.ciger-guide-content p{
  margin:0 0 14px;
  color:#414b58;
  font-size:14px;
  line-height:1.84;
}
.ciger-guide-content ul,
.ciger-guide-content ol{
  margin:10px 0 20px;
  padding-left:23px;
}
.ciger-guide-content li{
  margin:7px 0;
  color:#4b5664;
  font-size:13px;
  line-height:1.62;
}
.ciger-detail-list li{
  padding-bottom:5px;
}
.ciger-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:16px 0 22px;
}
.ciger-feature-grid div{
  padding:14px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.ciger-feature-grid strong,
.ciger-feature-grid span{
  display:block;
}
.ciger-feature-grid strong{
  margin-bottom:4px;
  color:#ef4a2d;
  font-size:12px;
}
.ciger-feature-grid span{
  color:#667180;
  font-size:10px;
  line-height:1.55;
}
.ciger-check-list{
  padding:0 !important;
  list-style:none;
}
.ciger-check-list li{
  position:relative;
  padding:10px 12px 10px 35px;
  margin:7px 0;
  border:1px solid #e3e8ed;
  border-radius:9px;
  background:#fbfcfd;
}
.ciger-check-list li::before{
  content:"✓";
  position:absolute;
  left:13px;
  color:#ff523d;
  font-weight:900;
}

@media(max-width:760px){
  .ciger-guide-page{padding-top:24px}
  .ciger-guide-head h1{font-size:26px}
  .ciger-top-list>h2{font-size:21px}
  .ciger-card-grid{grid-template-columns:1fr}
  .ciger-guide-content h2{font-size:21px}
}
@media(max-width:480px){
  .ciger-card-grid article{
    grid-template-columns:72px 1fr;
  }
  .ciger-card-grid img{
    width:72px;
    height:72px;
  }
  .ciger-feature-grid{
    grid-template-columns:1fr;
  }
}


/* BLOG 14 - URFADA TATLI NEREDE YENIR */
.tatli-guide-page{
  padding:36px 0 66px;
  background:#fff;
}
.tatli-guide-wrap{
  width:min(1040px,calc(100% - 28px));
  margin:0 auto;
}
.tatli-guide-head{
  max-width:880px;
  margin:0 auto 24px;
  text-align:center;
}
.tatli-guide-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0ed;
  color:#ef4a2d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.tatli-guide-head h1{
  margin:0 0 12px;
  font-size:33px;
  line-height:1.22;
}
.tatli-guide-head p{
  max-width:760px;
  margin:0 auto;
  color:#687384;
  font-size:13px;
  line-height:1.75;
}
.tatli-top-list{
  max-width:930px;
  margin:0 auto 28px;
  padding:18px;
  border-radius:14px;
  background:#efefef;
}
.tatli-top-list>h2{
  margin:0 0 14px;
  padding:10px 14px;
  border-radius:6px;
  background:#ff3855;
  color:#fff;
  text-align:center;
  font-size:28px;
}
.tatli-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.tatli-card-grid article{
  position:relative;
  display:grid;
  grid-template-columns:82px 1fr;
  gap:12px;
  min-height:112px;
  padding:11px;
  background:#fff;
  border-radius:10px;
  border:1px solid #e6e8eb;
}
.tatli-card-grid .rank{
  position:absolute;
  left:-7px;
  top:-7px;
  width:27px;
  height:27px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ff3855;
  color:#fff;
  font-size:10px;
  font-weight:900;
  z-index:2;
}
.tatli-card-grid img{
  width:82px;
  height:82px;
  object-fit:cover;
  border-radius:7px;
}
.tatli-card-grid h3{
  margin:0 0 5px;
  font-size:12px;
  line-height:1.35;
}
.tatli-card-grid p{
  margin:0 0 9px;
  color:#707987;
  font-size:9px;
}
.tatli-card-grid a{
  display:inline-flex;
  padding:7px 10px;
  border-radius:6px;
  background:#ff523d;
  color:#fff;
  text-decoration:none;
  font-size:9px;
  font-weight:850;
}
.tatli-guide-hero{
  width:min(920px,100%);
  margin:26px auto;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #e5e8ec;
  background:#f3f4f6;
}
.tatli-guide-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.tatli-guide-content{
  width:min(820px,100%);
  margin:0 auto;
}
.tatli-guide-content h2{
  margin:36px 0 13px;
  color:#17202c;
  font-size:25px;
  line-height:1.3;
}
.tatli-guide-content p{
  margin:0 0 14px;
  color:#414b58;
  font-size:14px;
  line-height:1.84;
}
.tatli-guide-content ul,
.tatli-guide-content ol{
  margin:10px 0 20px;
  padding-left:23px;
}
.tatli-guide-content li{
  margin:7px 0;
  color:#4b5664;
  font-size:13px;
  line-height:1.62;
}
.tatli-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:16px 0 22px;
}
.tatli-feature-grid div{
  padding:14px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.tatli-feature-grid strong,
.tatli-feature-grid span{
  display:block;
}
.tatli-feature-grid strong{
  margin-bottom:4px;
  color:#ef4a2d;
  font-size:12px;
}
.tatli-feature-grid span{
  color:#667180;
  font-size:10px;
  line-height:1.55;
}
.tatli-check-list{
  padding:0 !important;
  list-style:none;
}
.tatli-check-list li{
  position:relative;
  padding:10px 12px 10px 35px;
  margin:7px 0;
  border:1px solid #e3e8ed;
  border-radius:9px;
  background:#fbfcfd;
}
.tatli-check-list li::before{
  content:"✓";
  position:absolute;
  left:13px;
  color:#ff523d;
  font-weight:900;
}

@media(max-width:760px){
  .tatli-guide-page{padding-top:24px}
  .tatli-guide-head h1{font-size:26px}
  .tatli-top-list>h2{font-size:21px}
  .tatli-card-grid{grid-template-columns:1fr}
  .tatli-guide-content h2{font-size:21px}
}
@media(max-width:480px){
  .tatli-card-grid article{
    grid-template-columns:72px 1fr;
  }
  .tatli-card-grid img{
    width:72px;
    height:72px;
  }
  .tatli-feature-grid{
    grid-template-columns:1fr;
  }
}


/* BLOG 15 - URFADA KEBAP NEREDE YENIR */
.kebap-guide-page{
  padding:36px 0 66px;
  background:#fff;
}
.kebap-guide-wrap{
  width:min(1040px,calc(100% - 28px));
  margin:0 auto;
}
.kebap-guide-head{
  max-width:880px;
  margin:0 auto 24px;
  text-align:center;
}
.kebap-guide-kicker{
  display:inline-flex;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0ed;
  color:#ef4a2d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.kebap-guide-head h1{
  margin:0 0 12px;
  font-size:33px;
  line-height:1.22;
}
.kebap-guide-head p{
  max-width:760px;
  margin:0 auto;
  color:#687384;
  font-size:13px;
  line-height:1.75;
}
.kebap-top-list{
  max-width:930px;
  margin:0 auto 28px;
  padding:18px;
  border-radius:14px;
  background:#efefef;
}
.kebap-top-list>h2{
  margin:0 0 14px;
  padding:10px 14px;
  border-radius:6px;
  background:#ff3855;
  color:#fff;
  text-align:center;
  font-size:28px;
}
.kebap-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.kebap-card-grid article{
  position:relative;
  display:grid;
  grid-template-columns:82px 1fr;
  gap:12px;
  min-height:112px;
  padding:11px;
  background:#fff;
  border-radius:10px;
  border:1px solid #e6e8eb;
}
.kebap-card-grid .rank{
  position:absolute;
  left:-7px;
  top:-7px;
  width:27px;
  height:27px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ff3855;
  color:#fff;
  font-size:10px;
  font-weight:900;
  z-index:2;
}
.kebap-card-grid img{
  width:82px;
  height:82px;
  object-fit:cover;
  border-radius:7px;
}
.kebap-card-grid h3{
  margin:0 0 5px;
  font-size:12px;
  line-height:1.35;
}
.kebap-card-grid p{
  margin:0 0 9px;
  color:#707987;
  font-size:9px;
}
.kebap-card-grid a{
  display:inline-flex;
  padding:7px 10px;
  border-radius:6px;
  background:#ff523d;
  color:#fff;
  text-decoration:none;
  font-size:9px;
  font-weight:850;
}
.kebap-guide-hero{
  width:min(920px,100%);
  margin:26px auto;
  overflow:hidden;
  border-radius:12px;
  border:1px solid #e5e8ec;
  background:#f3f4f6;
}
.kebap-guide-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.kebap-guide-content{
  width:min(820px,100%);
  margin:0 auto;
}
.kebap-guide-content h2{
  margin:36px 0 13px;
  color:#17202c;
  font-size:25px;
  line-height:1.3;
}
.kebap-guide-content p{
  margin:0 0 14px;
  color:#414b58;
  font-size:14px;
  line-height:1.84;
}
.kebap-guide-content ul,
.kebap-guide-content ol{
  margin:10px 0 20px;
  padding-left:23px;
}
.kebap-guide-content li{
  margin:7px 0;
  color:#4b5664;
  font-size:13px;
  line-height:1.62;
}
.kebap-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:16px 0 22px;
}
.kebap-feature-grid div{
  padding:14px;
  border:1px solid #e2e7ec;
  border-radius:10px;
  background:#fbfcfd;
}
.kebap-feature-grid strong,
.kebap-feature-grid span{
  display:block;
}
.kebap-feature-grid strong{
  margin-bottom:4px;
  color:#ef4a2d;
  font-size:12px;
}
.kebap-feature-grid span{
  color:#667180;
  font-size:10px;
  line-height:1.55;
}
.kebap-check-list{
  padding:0 !important;
  list-style:none;
}
.kebap-check-list li{
  position:relative;
  padding:10px 12px 10px 35px;
  margin:7px 0;
  border:1px solid #e3e8ed;
  border-radius:9px;
  background:#fbfcfd;
}
.kebap-check-list li::before{
  content:"✓";
  position:absolute;
  left:13px;
  color:#ff523d;
  font-weight:900;
}

@media(max-width:760px){
  .kebap-guide-page{padding-top:24px}
  .kebap-guide-head h1{font-size:26px}
  .kebap-top-list>h2{font-size:21px}
  .kebap-card-grid{grid-template-columns:1fr}
  .kebap-guide-content h2{font-size:21px}
}
@media(max-width:480px){
  .kebap-card-grid article{
    grid-template-columns:72px 1fr;
  }
  .kebap-card-grid img{
    width:72px;
    height:72px;
  }
  .kebap-feature-grid{
    grid-template-columns:1fr;
  }
}


/* BLOG 16 - EN IYI 10 SIRA GECESI 2026 */
.sira10-page{padding:36px 0 66px;background:#fff}
.sira10-wrap{width:min(1060px,calc(100% - 28px));margin:0 auto}
.sira10-head{max-width:900px;margin:0 auto 24px;text-align:center}
.sira10-kicker{display:inline-flex;margin-bottom:10px;padding:5px 9px;border-radius:999px;background:#fff0ed;color:#ef4a2d;font-size:10px;font-weight:900;letter-spacing:.05em}
.sira10-head h1{margin:0 0 12px;font-size:33px;line-height:1.22}
.sira10-head p{max-width:760px;margin:0 auto;color:#687384;font-size:13px;line-height:1.75}

.sira10-brand-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:920px;margin:0 auto 20px}
.sira10-brand{padding:20px;border-radius:13px;background:#171814;color:#fff;text-align:center}
.sira10-brand strong,.sira10-brand span,.sira10-brand a{display:block}
.sira10-brand strong{font-size:18px}
.sira10-brand span{margin:5px 0;color:#dfd7bd;font-size:10px}
.sira10-brand a{color:#f3d67c;text-decoration:none;font-weight:900;font-size:14px}

.sira10-list{max-width:970px;margin:0 auto 28px;padding:18px;border-radius:14px;background:#fff5ec;border:1px solid #ffe1cc}
.sira10-list>h2{margin:0 0 14px;padding:10px 14px;border-radius:7px;background:#ff563f;color:#fff;text-align:center;font-size:25px}
.sira10-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}
.sira10-grid article{display:flex;flex-direction:column;padding:9px;border-radius:9px;background:#fff;border:1px solid #eadfd4}
.sira10-grid img{width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:7px}
.sira10-grid h3{margin:8px 0 5px;font-size:11px;line-height:1.35}
.sira10-grid p{flex:1;margin:0 0 9px;color:#667180;font-size:9px;line-height:1.5}
.sira10-grid a{display:block;padding:7px 8px;border-radius:6px;background:#139449;color:#fff;text-align:center;text-decoration:none;font-size:9px;font-weight:850}

.sira10-wide-image,.sira10-section-image{width:min(900px,100%);margin:26px auto;overflow:hidden;border-radius:12px;border:1px solid #e5e8ec}
.sira10-wide-image img,.sira10-section-image img{display:block;width:100%;height:auto;object-fit:cover}
.sira10-content{width:min(820px,100%);margin:0 auto}
.sira10-content h2{margin:36px 0 13px;padding:9px 12px;border-radius:6px;background:#ff563f;color:#fff;font-size:24px;line-height:1.3;text-align:center}
.sira10-content p{margin:0 0 14px;color:#414b58;font-size:14px;line-height:1.84}
.sira10-checks{margin:10px 0 22px;padding-left:23px}
.sira10-checks li{margin:8px 0;color:#4b5664;font-size:13px;line-height:1.62}
.sira10-tips{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:15px 0 22px}
.sira10-tips div{position:relative;padding:14px 14px 14px 50px;border:1px solid #e2e7ec;border-radius:10px;background:#fbfcfd}
.sira10-tips span{position:absolute;left:13px;top:13px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff563f;color:#fff;font-size:10px;font-weight:900}
.sira10-tips strong{display:block;margin-bottom:4px;font-size:12px}
.sira10-tips p{margin:0;font-size:10px;line-height:1.55}
.sira10-contact{margin-top:28px;padding:18px;border-radius:12px;background:#fff7ef;border:1px solid #ffe2cf}
.sira10-contact h2{margin:0 0 14px;background:none;color:#17202c}
.sira10-contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.sira10-contact-grid a{padding:14px;border-radius:9px;background:#fff;border:1px solid #eadfd4;text-decoration:none;text-align:center}
.sira10-contact-grid strong,.sira10-contact-grid span{display:block}
.sira10-contact-grid strong{color:#ef4a2d;font-size:11px}
.sira10-contact-grid span{margin-top:4px;color:#657080;font-size:9px}

@media(max-width:800px){
  .sira10-grid{grid-template-columns:1fr 1fr}
  .sira10-head h1{font-size:26px}
  .sira10-content h2{font-size:21px}
  .sira10-contact-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .sira10-brand-row{grid-template-columns:1fr}
  .sira10-grid{grid-template-columns:1fr}
  .sira10-tips{grid-template-columns:1fr}
  .sira10-contact-grid{grid-template-columns:1fr}
}

/* =========================================================
   URFADA ANA SAYFA - YENI ON TASARIM / 2026-08-20
   ========================================================= */

/* Header */
.site-header{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #edf0f4;
  box-shadow:0 4px 18px rgba(15,23,42,.025);
}
.header-inner{min-height:76px}
.urfada-logo-img{width:174px!important;max-height:58px!important}
.main-nav{gap:30px}
.main-nav a{padding:28px 0 25px;font-size:14px;font-weight:750}

/* Hero */
.home-hero{
  min-height:520px;
  background:#fff8f5;
}
.home-hero-photo{
  object-position:64% center;
  filter:saturate(.98) contrast(.98);
}
.home-hero-bg{
  background:
    linear-gradient(90deg,
      #fff 0%,
      rgba(255,255,255,.99) 17%,
      rgba(255,255,255,.93) 31%,
      rgba(255,255,255,.74) 44%,
      rgba(255,255,255,.22) 60%,
      rgba(255,255,255,.02) 76%),
    linear-gradient(180deg,rgba(255,255,255,.02) 55%,rgba(255,255,255,.13) 100%);
}
.hero-content{
  min-height:520px;
  align-items:flex-start;
}
.hero-copy{
  width:min(600px,58%);
  padding:72px 0 188px;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin-bottom:18px;
  padding:0 11px;
  border:1px solid #ffd6cb;
  border-radius:999px;
  background:rgba(255,247,244,.93);
  color:#dc3f1e;
  font-size:11px;
  line-height:1;
  letter-spacing:.13em;
  font-weight:850;
}
.hero-copy h1{
  max-width:590px;
  margin:0 0 20px;
  font-size:clamp(54px,5vw,76px);
  line-height:.98;
  letter-spacing:-3.4px;
  font-weight:900;
}
.hero-copy p{
  max-width:535px;
  margin:0;
  color:#475569;
  font-size:17px;
  line-height:1.68;
}
.hero-actions{display:none!important}

/* Planner */
.planner-overlap{
  margin-top:-142px;
  z-index:20;
}
.planner-overlap .container{justify-content:center}
.planner-card{
  width:min(1140px,100%);
  padding:23px 24px 0;
  border:1px solid rgba(226,232,240,.9);
  border-radius:20px;
  background:rgba(255,255,255,.98);
  box-shadow:0 24px 60px rgba(15,23,42,.13),0 2px 8px rgba(15,23,42,.05);
  backdrop-filter:blur(12px);
}
.planner-title{
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.planner-symbol{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#fff0eb;
  color:var(--orange);
}
.planner-symbol svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.planner-title h2{font-size:21px;letter-spacing:-.35px}
.planner-title p{margin-top:4px;font-size:12px;color:#7a8495}

.urfada-search-tabs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:9px;
  margin:15px 0 12px;
}
.urfada-search-tab{
  appearance:none;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:9px 10px;
  border:1px solid #e3e8ef;
  border-radius:12px;
  background:#fff;
  color:#162033;
  font:inherit;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.urfada-search-tab svg{
  width:18px;
  height:18px;
  flex:0 0 18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.urfada-search-tab:hover{
  color:var(--orange);
  border-color:#ffc7b8;
  transform:translateY(-1px);
}
.urfada-search-tab.is-active{
  color:#e94120;
  border-color:#ff9b83;
  background:#fff4f0;
  box-shadow:0 5px 16px rgba(255,74,34,.08);
}
.urfada-search-fields{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr .9fr 138px;
  gap:10px;
  align-items:stretch;
}
.urfada-dynamic-field{
  position:relative;
  min-width:0;
  min-height:68px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:10px 13px 9px 47px;
  border:1px solid #dfe5ec;
  border-radius:12px;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.urfada-dynamic-field:hover{border-color:#cfd7e1}
.urfada-dynamic-field:focus-within{
  border-color:#ff9d86;
  box-shadow:0 0 0 3px rgba(255,74,34,.08);
}
.urfada-field-icon{
  position:absolute;
  left:16px;
  top:50%;
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  color:var(--orange);
}
.urfada-field-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.urfada-dynamic-field label{
  margin:0 0 3px;
  color:#7a8597;
  font-size:11px;
  line-height:1.2;
  font-weight:700;
}
.urfada-dynamic-field input,
.urfada-dynamic-field select{
  width:100%;
  min-width:0;
  height:25px;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#101827;
  font:inherit;
  font-size:13px;
  line-height:1.35;
  font-weight:850;
}
.urfada-dynamic-field input::placeholder{color:#8a94a5;font-weight:700}
.urfada-search-submit{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 18px;
  border:0;
  border-radius:12px;
  background:linear-gradient(180deg,#ff5b39 0%,#ff4825 100%);
  color:#fff;
  box-shadow:0 10px 22px rgba(255,74,34,.21);
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.urfada-search-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(255,74,34,.26);
  filter:saturate(1.05);
}
.urfada-search-submit svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.urfada-search-note{
  margin:8px 2px 0;
  color:#7b8493;
  font-size:11px;
}
.planner-benefits{
  min-height:42px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  gap:8px;
  margin:12px -24px 0;
  padding:0 24px;
  border-top:1px solid #edf0f4;
  color:#667085;
  font-size:10.5px;
}
.planner-benefits span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  white-space:nowrap;
}
.planner-benefits b{
  width:16px;
  height:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff2ed;
  color:var(--orange);
  font-size:9px;
  line-height:1;
}

/* Service category cards */
.home-categories{padding:32px 0 34px}
.category-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.category-card{
  min-height:168px;
  padding:18px 16px 16px;
  border:1px solid #e4e8ee;
  border-radius:16px;
  background:#fff;
  box-shadow:0 3px 12px rgba(15,23,42,.025);
}
.category-card:hover{
  transform:translateY(-3px);
  border-color:#ffd2c6;
  box-shadow:0 14px 30px rgba(15,23,42,.075);
}
.category-icon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:17px;
  border:1px solid rgba(15,23,42,.05);
  border-radius:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.category-icon svg{
  width:23px;
  height:23px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.icon-orange{background:#fff0eb;color:#f04a25}
.icon-blue{background:#eaf5ff;color:#1788ee}
.icon-green{background:#e9faef;color:#11a44d}
.icon-purple{background:#f4ebff;color:#9b45e6}
.icon-amber{background:#fff2dc;color:#ef9100}
.icon-sky{background:#e9f6ff;color:#1b88e7}
.category-card h3{margin:0 0 7px;font-size:16px;letter-spacing:-.18px}
.category-card p{min-height:40px;font-size:11.5px;line-height:1.5;color:#687386}
.category-arrow{left:16px;bottom:13px;font-size:18px}

/* Blog */
.home-blog-section{padding:12px 0 44px}
.home-section-head{margin-bottom:18px}
.home-section-head h2{font-size:25px;letter-spacing:-.45px}
.home-section-head p{font-size:12px}
.all-posts-link{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:10px;
  font-size:11px;
  font-weight:800;
}
.home-blog-grid{gap:12px}
.home-blog-card{
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e3e7ed;
  box-shadow:0 3px 12px rgba(15,23,42,.025);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.home-blog-card:hover{
  transform:translateY(-3px);
  border-color:#d9dfe7;
  box-shadow:0 14px 28px rgba(15,23,42,.08);
}
.home-blog-image{aspect-ratio:1.45/1;overflow:hidden;background:#f1f3f6}
.home-blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.home-blog-card:hover .home-blog-image img{transform:scale(1.035)}
.home-blog-body{padding:12px 12px 11px}
.home-blog-body h3{font-size:13.5px;line-height:1.32;min-height:36px}
.post-meta{font-size:9px;color:#8a93a2}

/* Local discovery */
.local-discovery{padding:3px 0 52px}
.local-title{margin-bottom:18px}
.local-title h2{font-size:26px;letter-spacing:-.5px}
.local-title p{font-size:12px}
.local-grid{gap:14px}
.local-card{
  border-radius:16px;
  overflow:hidden;
  border:1px solid #e3e7ed;
  box-shadow:0 4px 14px rgba(15,23,42,.035);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.local-card:hover{
  transform:translateY(-3px);
  border-color:#d9dfe7;
  box-shadow:0 15px 30px rgba(15,23,42,.08);
}
.local-image{height:132px;overflow:hidden;background:#f2f4f7}
.local-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.local-card:hover .local-image img{transform:scale(1.03)}
.local-icon{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:-23px 0 0 16px;
  border:1px solid #eef0f3;
  border-radius:14px;
  background:#fff;
  color:var(--orange);
  box-shadow:0 8px 20px rgba(15,23,42,.10);
}
.local-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.local-body{padding:13px 18px 18px;text-align:left}
.local-body h3{margin:0 0 7px;font-size:16px}
.local-body p{min-height:38px;margin:0 0 10px;font-size:11.5px;line-height:1.55;color:#6b7484}
.local-body strong{font-size:11px;color:var(--orange)}

/* Footer refinement */
.site-footer{border-top:1px solid #eef0f3;background:#fff}
.footer-grid{padding-top:38px}

@media(max-width:1180px){
  .home-hero-photo{object-position:68% center}
  .hero-copy{width:60%}
  .planner-overlap{margin-top:-136px}
  .planner-card{width:min(1050px,100%)}
  .urfada-search-tabs{grid-template-columns:repeat(3,1fr)}
  .urfada-search-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
  .urfada-search-submit{grid-column:1/-1;min-height:54px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .category-card{min-height:150px}
  .home-blog-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:900px){
  .header-inner{min-height:68px}
  .home-hero{min-height:500px}
  .hero-content{min-height:500px}
  .home-hero-photo{object-position:70% center}
  .home-hero-bg{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 27%,rgba(255,255,255,.76) 50%,rgba(255,255,255,.14) 77%,rgba(255,255,255,0) 100%)}
  .hero-copy{width:68%;padding:54px 0 178px}
  .hero-copy h1{font-size:58px;letter-spacing:-2.7px}
  .hero-copy p{font-size:15px;max-width:460px}
  .planner-overlap{margin-top:-128px}
  .planner-card{padding:20px 20px 0}
  .planner-benefits{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}
  .local-grid{grid-template-columns:1fr 1fr}
  .local-card:last-child{grid-column:1/-1}
}

@media(max-width:760px){
  body{padding-bottom:72px}
  .container{width:min(100% - 24px,1180px)}
  .home-hero{min-height:470px}
  .hero-content{min-height:470px}
  .home-hero-photo{object-position:72% center}
  .home-hero-bg{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 44%,rgba(255,255,255,.45) 72%,rgba(255,255,255,.08) 100%)}
  .hero-copy{width:100%;padding:38px 0 148px}
  .hero-kicker{min-height:27px;margin-bottom:14px;font-size:9px}
  .hero-copy h1{max-width:330px;font-size:44px;line-height:1.01;letter-spacing:-2px;margin-bottom:15px}
  .hero-copy p{max-width:320px;font-size:13px;line-height:1.6}

  .planner-overlap{margin-top:-102px}
  .planner-card{padding:17px 14px 0;border-radius:16px}
  .planner-title{gap:9px;margin-bottom:10px}
  .planner-symbol{width:34px;height:34px;flex-basis:34px;border-radius:10px}
  .planner-title h2{font-size:18px}
  .planner-title p{font-size:10.5px}
  .urfada-search-tabs{display:flex;overflow-x:auto;gap:7px;margin:12px 0 10px;scrollbar-width:none}
  .urfada-search-tabs::-webkit-scrollbar{display:none}
  .urfada-search-tab{flex:0 0 auto;min-width:112px;min-height:43px;font-size:11px;border-radius:10px}
  .urfada-search-tab svg{width:16px;height:16px}
  .urfada-search-fields{grid-template-columns:1fr;gap:8px}
  .urfada-dynamic-field{min-height:59px;padding:8px 11px 8px 43px;border-radius:10px}
  .urfada-field-icon{left:14px}
  .urfada-search-submit{grid-column:auto;min-height:52px;border-radius:10px}
  .urfada-search-note{font-size:10px}
  .planner-benefits{grid-template-columns:1fr 1fr;gap:0;min-height:58px;margin:10px -14px 0;padding:5px 14px;font-size:9px}

  .home-categories{padding:22px 0 28px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:9px}
  .category-card{min-height:138px;padding:14px}
  .category-icon{width:43px;height:43px;margin-bottom:12px;border-radius:12px}
  .category-icon svg{width:20px;height:20px}
  .category-card h3{font-size:14px}
  .category-card p{font-size:10.5px;min-height:34px}
  .category-arrow{font-size:16px;bottom:10px;left:14px}

  .home-section-head{align-items:flex-start}
  .home-section-head h2{font-size:21px}
  .all-posts-link{min-height:34px;padding:0 10px;font-size:9.5px}
  .home-blog-grid{grid-template-columns:1fr 1fr;gap:9px}
  .home-blog-body{padding:10px}
  .home-blog-body h3{font-size:12px}
  .local-title h2{font-size:22px}
  .local-grid{grid-template-columns:1fr}
  .local-card:last-child{grid-column:auto}
  .local-image{height:145px}
}

@media(max-width:430px){
  .hero-copy h1{font-size:39px;max-width:300px}
  .hero-copy p{max-width:290px;font-size:12.5px}
  .planner-overlap{margin-top:-94px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .home-blog-grid{grid-template-columns:1fr 1fr}
}


/* =========================================================
   URFADA MOBIL HOTFIX - 2026-08-20
   Son katman: eski/çakışan mobil kuralları güvenli biçimde ezer.
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
svg{max-width:100%;max-height:100%}

@media (max-width:760px){
  body{padding-bottom:72px!important}
  .container{width:calc(100% - 20px)!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}

  .site-header{width:100%!important}
  .header-inner{min-height:64px!important;gap:10px!important}
  .urfada-logo-img{width:148px!important;max-width:148px!important;height:auto!important;max-height:50px!important}
  .menu-toggle{display:block!important;flex:0 0 42px!important;width:42px!important;height:42px!important;padding:6px!important}
  .main-nav{top:64px!important;left:10px!important;right:10px!important;max-height:calc(100vh - 86px)!important;overflow-y:auto!important;z-index:1500!important}

  .home-hero{min-height:430px!important;width:100%!important;overflow:hidden!important}
  .hero-content{min-height:430px!important}
  .home-hero-photo{width:100%!important;height:100%!important;object-fit:cover!important;object-position:72% center!important}
  .hero-copy{width:100%!important;max-width:100%!important;padding:30px 0 138px!important}
  .hero-copy h1{max-width:310px!important;font-size:clamp(34px,10vw,42px)!important;line-height:1.03!important;letter-spacing:-1.6px!important}
  .hero-copy p{max-width:300px!important;font-size:13px!important;line-height:1.55!important}

  .planner-overlap{margin-top:-92px!important;width:100%!important}
  .planner-overlap .container{width:calc(100% - 20px)!important;display:block!important}
  .planner-card{width:100%!important;max-width:100%!important;padding:15px 12px 0!important;border-radius:14px!important;overflow:hidden!important}
  .planner-title{display:flex!important;align-items:center!important;gap:9px!important;margin-bottom:10px!important}
  .planner-symbol{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important}
  .planner-symbol svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important}
  .planner-title h2{font-size:17px!important;line-height:1.2!important}
  .planner-title p{font-size:10px!important;line-height:1.35!important}

  .urfada-search-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important;margin:10px 0!important;width:100%!important}
  .urfada-search-tab{min-width:0!important;width:100%!important;min-height:42px!important;padding:7px 4px!important;gap:5px!important;font-size:10px!important;border-radius:9px!important;white-space:normal!important;line-height:1.15!important}
  .urfada-search-tab svg{display:block!important;width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important;flex:0 0 15px!important}

  .urfada-search-fields{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;min-width:0!important}
  .urfada-dynamic-field{width:100%!important;min-width:0!important;min-height:56px!important;padding:7px 10px 7px 42px!important;border-radius:9px!important}
  .urfada-field-icon{left:13px!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important}
  .urfada-field-icon svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important}
  .urfada-dynamic-field label{font-size:10px!important}
  .urfada-dynamic-field input,.urfada-dynamic-field select{font-size:13px!important;max-width:100%!important}
  .urfada-search-submit{width:100%!important;min-height:48px!important;border-radius:9px!important;font-size:13px!important}
  .urfada-search-submit svg{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important}
  .urfada-search-note{font-size:9.5px!important;line-height:1.4!important}
  .planner-benefits{grid-template-columns:1fr 1fr!important;gap:4px!important;min-height:0!important;margin:10px -12px 0!important;padding:8px 10px!important;font-size:8.5px!important}
  .planner-benefits span{white-space:normal!important;line-height:1.3!important}

  .home-categories{padding:20px 0 24px!important}
  .category-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:0!important;border:0!important;background:transparent!important}
  .category-card{min-width:0!important;min-height:132px!important;padding:13px!important;text-align:left!important}
  .category-icon{display:flex!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;margin:0 0 10px!important;border-radius:12px!important}
  .category-icon svg{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important}
  .category-card h3{font-size:13px!important;line-height:1.25!important}
  .category-card p{display:block!important;min-height:0!important;font-size:10px!important;line-height:1.4!important}
  .category-arrow{display:none!important}
  .category-card:nth-child(n){grid-column:auto!important}

  .home-section-head{gap:8px!important}
  .home-section-head h2{font-size:20px!important;line-height:1.2!important}
  .home-blog-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important}
  .home-blog-card{width:100%!important;min-width:0!important}
  .home-blog-image{aspect-ratio:16/9!important}
  .home-blog-body h3{min-height:0!important;font-size:13px!important}

  .local-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important}
  .local-card{width:100%!important;min-width:0!important;min-height:0!important}
  .local-image{height:150px!important}
  .local-icon{position:relative!important;top:auto!important;left:auto!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;margin:-21px 0 0 12px!important}
  .local-icon svg{display:block!important;width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;max-width:19px!important;max-height:19px!important}
  .local-body{padding:10px 12px 14px!important}
  .local-body h3{font-size:14px!important}
  .local-body p{min-height:0!important;font-size:10.5px!important}

  .footer-grid{grid-template-columns:1fr!important;gap:18px!important}
  .footer-about{grid-column:auto!important}
  .mobile-bottom-nav{width:100%!important;max-width:100%!important}
  .mobile-bottom-nav .mb-icon{width:23px!important;height:23px!important;line-height:1!important}

  main,section,header,footer,.planner-card,.category-grid,.home-blog-grid,.local-grid{max-width:100%!important}
}

@media (max-width:380px){
  .container,.planner-overlap .container{width:calc(100% - 16px)!important}
  .urfada-logo-img{width:138px!important;max-width:138px!important}
  .hero-copy h1{font-size:34px!important;max-width:280px!important}
  .urfada-search-tab{font-size:9px!important;padding-left:3px!important;padding-right:3px!important}
  .category-grid{grid-template-columns:1fr!important}
}


/* =========================================================
   ANA SAYFA KATEGORİ VİTRİNİ - 2026-08-20
   Hover ön izleme + mobil dokunmatik kategori deneyimi
   ========================================================= */
.home-category-showcase{padding:34px 0 38px;position:relative;z-index:4}
.category-showcase-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}
.category-showcase-kicker{display:inline-block;margin-bottom:5px;color:#ff4f32;font-size:10px;font-weight:900;letter-spacing:.13em}
.category-showcase-head h2{margin:0;color:#101827;font-size:27px;line-height:1.15;letter-spacing:-.6px}
.category-showcase-head p{max-width:650px;margin:7px 0 0;color:#6d7787;font-size:12px;line-height:1.6}
.category-showcase-shell{border:1px solid #e5e9ef;border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(15,23,42,.075);overflow:visible}
.category-nav-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:10px;border-bottom:1px solid #edf0f4}
.category-nav-card{position:relative;min-height:94px;padding:12px 13px;border:0!important;border-radius:15px;background:transparent;box-shadow:none!important;display:flex;align-items:center;gap:11px;text-decoration:none;transform:none!important;transition:background .2s ease,color .2s ease}
.category-nav-card:hover,.category-nav-card.is-active{background:#fff5f1}
.category-nav-card:after{content:"";position:absolute;left:14px;right:14px;bottom:-10px;height:3px;border-radius:3px;background:#ff5438;opacity:0;transform:scaleX(.45);transition:.2s ease}
.category-nav-card.is-active:after,.category-nav-card:hover:after{opacity:1;transform:scaleX(1)}
.category-nav-card .category-icon{flex:0 0 42px;width:42px;height:42px;margin:0;border-radius:13px}
.category-nav-card .category-icon svg{width:20px;height:20px}
.icon-red{background:#fff0ed;color:#e63d24}
.category-card-copy{display:block;min-width:0;padding-right:12px}
.category-card-copy strong{display:block;color:#111827;font-size:13px;line-height:1.2}
.category-card-copy small{display:block;margin-top:5px;color:#778292;font-size:9.5px;line-height:1.35;font-weight:500}
.category-nav-card .category-arrow{position:absolute;right:12px;bottom:10px;left:auto;color:#ff5134;font-size:15px;opacity:.65}
.category-preview-stage{position:relative;min-height:274px;padding:22px}
.category-preview-panel{animation:categoryPanelIn .22s ease both}
@keyframes categoryPanelIn{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}
.category-preview-panel[hidden]{display:none!important}
.category-preview-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:16px}
.category-preview-label{display:inline-block;margin-bottom:4px;color:#ff5134;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.category-preview-head h3{margin:0;color:#101827;font-size:21px;line-height:1.2;letter-spacing:-.35px}
.category-preview-head p{max-width:650px;margin:5px 0 0;color:#707b8b;font-size:11px;line-height:1.55}
.category-preview-all{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid #ffd0c5;border-radius:11px;color:#e84226;background:#fff8f5;font-size:10px;font-weight:850;text-decoration:none;transition:.2s ease}
.category-preview-all:hover{background:#ff5438;color:#fff;border-color:#ff5438}
.category-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.category-preview-card{min-width:0;display:grid;grid-template-columns:104px minmax(0,1fr);min-height:126px;border:1px solid #e8ebef;border-radius:15px;background:#fff;overflow:hidden;text-decoration:none;box-shadow:0 4px 14px rgba(15,23,42,.035);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.category-preview-card:hover{transform:translateY(-3px);border-color:#ffc7b9;box-shadow:0 12px 26px rgba(15,23,42,.09)}
.category-preview-image{display:block;min-height:126px;background:#f3f5f7;overflow:hidden}
.category-preview-image img{width:100%;height:100%;min-height:126px;display:block;object-fit:cover;transition:transform .35s ease}
.category-preview-card:hover img{transform:scale(1.045)}
.category-preview-body{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;padding:13px}
.category-preview-body small{margin-bottom:5px;color:#ff5134;font-size:8.5px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.category-preview-body strong{color:#172033;font-size:12px;line-height:1.35}
.category-preview-body>span{margin-top:9px;color:#657083;font-size:9px;font-weight:800}
@media(max-width:1050px){
 .category-nav-grid{grid-template-columns:repeat(3,1fr);gap:5px}
 .category-nav-card:after{bottom:-5px}
 .category-preview-card{grid-template-columns:88px minmax(0,1fr)}
}
@media(max-width:720px){
 .home-category-showcase{padding:22px 0 27px}
 .category-showcase-head{margin-bottom:12px}
 .category-showcase-head h2{font-size:22px}
 .category-showcase-head p{font-size:10.5px}
 .category-showcase-shell{border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.06)}
 .category-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:7px;gap:5px}
 .category-nav-card{min-height:68px;padding:9px;gap:8px;border-radius:12px}
 .category-nav-card .category-icon{width:36px;height:36px;flex-basis:36px;border-radius:10px}
 .category-card-copy{padding-right:0}
 .category-card-copy strong{font-size:11px}
 .category-card-copy small,.category-nav-card .category-arrow{display:none}
 .category-nav-card:after{left:10px;right:10px;bottom:-5px;height:2px}
 .category-preview-stage{min-height:0;padding:14px}
 .category-preview-head{display:block;margin-bottom:11px}
 .category-preview-head h3{font-size:17px}
 .category-preview-head p{font-size:10px}
 .category-preview-all{margin-top:10px;min-height:34px;font-size:9px}
 .category-preview-grid{display:grid;grid-template-columns:1fr;gap:8px}
 .category-preview-card{grid-template-columns:88px minmax(0,1fr);min-height:88px;border-radius:12px}
 .category-preview-image,.category-preview-image img{min-height:88px;height:88px}
 .category-preview-body{padding:10px}
 .category-preview-body strong{font-size:11px}
 .category-preview-body>span{margin-top:5px;font-size:8.5px}
}

/* 2026-08-22 | Mobil alt menü görünürlük iyileştirmesi */
@media (max-width: 760px){
  .mobile-bottom-nav{
    height:78px;
    padding:7px max(7px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom));
    background:#fff;
    border-top:1px solid #dce1e8;
    box-shadow:0 -10px 30px rgba(15,23,42,.14);
    backdrop-filter:blur(16px);
  }

  .mobile-bottom-nav a{
    position:relative;
    min-height:62px;
    gap:5px;
    border-radius:13px;
    color:#374151;
    font-size:9.5px;
    line-height:1;
    font-weight:700;
    letter-spacing:-.005em;
    transition:background-color .18s ease,color .18s ease,transform .18s ease;
  }

  .mobile-bottom-nav .mb-icon{
    width:27px!important;
    height:27px!important;
  }

  .mobile-bottom-nav .mb-icon svg{
    width:25px;
    height:25px;
    stroke-width:1.75;
  }

  .mobile-bottom-nav a:first-child .mb-icon svg{
    stroke-width:1.3;
  }

  .mobile-bottom-nav a.active{
    color:#ff5a36;
    background:linear-gradient(180deg,#fff2ed 0%,#fff8f5 100%);
  }

  .mobile-bottom-nav a.active::before{
    content:"";
    position:absolute;
    top:2px;
    left:50%;
    width:24px;
    height:3px;
    transform:translateX(-50%);
    border-radius:999px;
    background:#ff5a36;
  }

  .mobile-bottom-nav a:active{
    transform:scale(.96);
    background:#f4f6f8;
  }

  body{
    padding-bottom:calc(84px + env(safe-area-inset-bottom));
  }
}
