/*
Theme Name: Dr Anduela Curmaku
Theme URI: https://dranduelacurmaku.com/
Author: Skyhawks Fusion
Description: Static WordPress theme for Dr. Anduela Curmaku, implant dentist and founder of Andent Clinic in Tirana, Albania.
Version: 1.0
Text Domain: dranduelacurmaku
*/

:root {
  --dr-black: #080706;
  --dr-charcoal: #171411;
  --dr-gold: #c7953c;
  --dr-soft-gold: #e0bd75;
  --dr-cream: #f8f3ec;
  --dr-white: #ffffff;
  --dr-text: #1d1b19;
  --dr-text-muted: #5a534a;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: var(--dr-white); color: var(--dr-text); overflow-x: hidden; }

/* NAVBAR */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 72px;
  background: rgba(8,7,6,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(199,149,60,0.2);
  transition: all 0.3s ease;
}
.navbar.scrolled { height: 60px; background: rgba(8,7,6,0.98); box-shadow: 0 4px 30px rgba(0,0,0,0.5); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 55px; width: auto; }
.nav-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--dr-white); letter-spacing: 0.02em; line-height: 1.2; display: block; }
.nav-logo-sub { font-size: 0.55rem; font-weight: 500; letter-spacing: 0.15em; color: var(--dr-gold); text-transform: uppercase; display: block; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.85); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.25s; }
.nav-links a:hover { color: var(--dr-soft-gold); }
.btn-book {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--dr-gold); color: var(--dr-black);
  padding: 11px 22px; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none; transition: all 0.3s ease;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.btn-book:hover { background: var(--dr-soft-gold); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(199,149,60,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dr-white); transition: all 0.3s; }
.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: rgba(8,7,6,0.98); backdrop-filter: blur(10px);
  padding: 20px 40px 30px; z-index: 999;
  border-bottom: 1px solid rgba(199,149,60,0.2); flex-direction: column; gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.25s; }
.mobile-menu a:hover { color: var(--dr-gold); }

/* HERO */
.hero { min-height: auto; position: relative; overflow: hidden; background: var(--dr-black); display: flex; align-items: center; }
.hero-bg {
  position: absolute; inset: 0;
  background-image: url("images/bannerdr.webp");
  background-size: cover; background-position: center top; opacity: 0.55;
  animation: heroBgZoom 20s ease-in-out infinite alternate;
}
@keyframes heroBgZoom { from { transform: scale(1); } to { transform: scale(1.04); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(8,7,6,0.88) 0%, rgba(8,7,6,0.5) 55%, rgba(8,7,6,0.2) 100%); }
.hero-gold-line { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--dr-gold), var(--dr-soft-gold), var(--dr-gold), transparent); animation: shimmer 3s ease-in-out infinite; }
@keyframes shimmer { 0%, 100% { opacity: 0.7; } 50% { opacity: 1; } }
.hero-content {
  position: relative; z-index: 2; width: 100%; max-width: 1320px; margin: 0 auto;
  padding: 120px 40px 80px;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px;
}
.hero-meet { font-family: 'Great Vibes', cursive; font-size: 3rem; color: var(--dr-gold); line-height: 1; margin-bottom: 8px; animation: fadeSlideUp 0.9s ease both; display: block; }
.hero-name { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; line-height: 0.95; color: var(--dr-white); animation: fadeSlideUp 0.9s 0.15s ease both; }
.hero-title { margin-top: 16px; font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; font-style: italic; color: var(--dr-gold); letter-spacing: 0.03em; animation: fadeSlideUp 0.9s 0.3s ease both; }
.hero-desc { margin-top: 18px; font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.75); max-width: 500px; animation: fadeSlideUp 0.9s 0.45s ease both; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; animation: fadeSlideUp 0.9s 0.6s ease both; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--dr-gold); color: var(--dr-black);
  padding: 14px 15px; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none; transition: all 0.3s ease;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.btn-primary:hover { background: var(--dr-soft-gold); box-shadow: 0 8px 25px rgba(199,149,60,0.5); transform: translateY(-2px); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: var(--dr-white); padding: 13px 11px;
  border: 1.5px solid rgba(255,255,255,0.5); cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; text-decoration: none; transition: all 0.3s ease;
}
.btn-secondary:hover { border-color: var(--dr-gold); color: var(--dr-gold); }
.play-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.btn-secondary:hover .play-icon { background: rgba(199,149,60,0.3); }
@keyframes fadeSlideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* AWARD BADGE */
.award-badge {
  background: rgba(8,7,6,0.88); border: 1.5px solid var(--dr-gold);
  padding: 28px 32px; text-align: center; min-width: 190px;
  animation: fadeSlideUp 0.9s 0.7s ease both; position: relative;
}
.award-badge::before { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(199,149,60,0.25); pointer-events: none; }
.award-trophy { font-size: 2.8rem; margin-bottom: 6px; display: block; }
.award-stars { color: var(--dr-gold); font-size: 0.85rem; letter-spacing: 4px; margin-bottom: 8px; }
.award-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; font-style: italic; color: var(--dr-white); line-height: 1.25; }
.award-clinic { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(199,149,60,0.4); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.65); }

/* STATS BAR */
.stats-bar { background: var(--dr-white); border-bottom: 1px solid rgba(199,149,60,0.18); padding: 22px 0; }
.stats-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.stat-item { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 120px; opacity: 0; transform: translateY(20px); transition: all 0.5s ease; }
.stat-item.visible { opacity: 1; transform: translateY(0); }
.stat-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stat-icon svg { width: 30px; height: 30px; }
.stat-value { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 700; color: var(--dr-black); line-height: 1.1; }
.stat-label { font-size: 0.64rem; font-weight: 500; letter-spacing: 0.05em; color: var(--dr-text-muted); text-transform: uppercase; }
.stat-divider { width: 1px; height: 34px; background: rgba(199,149,60,0.25); flex-shrink: 0; }

/* ABOUT */
.about-section { background: var(--dr-cream); padding: 80px 0; }
.about-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 0.85fr 1.3fr 0.85fr; gap: 55px; align-items: start; }
.about-photo { position: relative; }
.about-photo img { width: 100%; object-fit: cover; object-position: top; display: block; }
.about-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dr-gold); margin-bottom: 10px; display: block; }
.gold-divider { width: 55px; height: 2px; background: linear-gradient(90deg, var(--dr-gold), var(--dr-soft-gold)); margin-bottom: 20px; }
.gold-divider.center { margin-left: auto; margin-right: auto; }
.about-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 700; line-height: 1.15; color: var(--dr-black); margin-bottom: 22px; }
.about-text { font-size: 0.84rem; line-height: 1.9; color: var(--dr-text-muted); margin-bottom: 14px; }
.about-stats { display: flex; flex-direction: column; gap: 18px; }
.about-stat-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; background: var(--dr-white); border-left: 3px solid var(--dr-gold); opacity: 0; transform: translateX(20px); transition: all 0.5s ease; }
.about-stat-item.visible { opacity: 1; transform: translateX(0); }
.about-stat-icon { width: 34px; height: 34px; flex-shrink: 0; display: flex; align-items: center; }
.about-stat-icon svg { width: 26px; height: 26px; }
.about-stat-value { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: var(--dr-black); line-height: 1; }
.about-stat-label { font-size: 0.72rem; color: var(--dr-text-muted); margin-top: 2px; line-height: 1.4; }
.about-stat-bold { font-weight: 700; color: var(--dr-black); }

/* EXPERTISE */
.expertise-section { background: var(--dr-white); padding: 70px 0; }
.section-header { text-align: center; margin-bottom: 40px; padding: 0 40px; }
.section-label { font-size: 1.68rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--dr-black); margin-bottom: 10px; display: block;font-family:'Cormorant Garamond', serif }
.expertise-grid { max-width: 1320px; margin: 0 auto; padding: 25px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; }
.expertise-card {
  background: var(--dr-white); padding: 26px 18px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 10px; cursor: default;
  border: 1px solid transparent;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.3s, border-color 0.3s;
}
.expertise-card.visible { opacity: 1; transform: translateY(0); }
.expertise-card:hover { background: var(--dr-black); border-color: var(--dr-gold); z-index: 1; }
.expertise-card:hover .expertise-icon svg { stroke: var(--dr-soft-gold); }
.expertise-card:hover .expertise-name { color: var(--dr-soft-gold); }
.expertise-icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; }
.expertise-icon svg { width: 38px; height: 38px; transition: stroke 0.3s; }
.expertise-name { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.03em; text-align: center; color: var(--dr-text); transition: color 0.3s; line-height: 1.45; }

/* PHILOSOPHY ROW */
.philosophy-row { background: var(--dr-charcoal); padding: 70px 0; }
.philosophy-inner { max-width: 1320px; margin: 0 auto; padding: 0 10px; display: grid; grid-template-columns: 1fr 1.1fr 1.2fr; gap: 25px; align-items: stretch; }
.award-block { background: var(--dr-black); padding: 15px 15px; border: 1px solid rgba(199,149,60,0.3); position: relative; }
.award-block::before { content: ''; position: absolute; top: 7px; left: 7px; right: 7px; bottom: 7px; border: 1px solid rgba(199,149,60,0.1); pointer-events: none; }
.block-label { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dr-gold); display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.block-label svg { width: 18px; height: 18px; flex-shrink: 0; }
.block-heading { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 700; color: var(--dr-white); line-height: 1.2; margin-bottom: 16px; }
.block-text { font-size: 0.78rem; line-height: 1.85; color: rgba(255,255,255,0.58); margin-bottom: 12px; }
.philosophy-block { padding: 15px 15px; border: 1px solid rgba(199,149,60,0.2); background: rgba(8,7,6,0.4); }
.clinic-photo-block { overflow: hidden; position: relative; min-height: 300px; }
.clinic-photo-block img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s ease; }
.clinic-photo-block:hover img { transform: scale(1.05); }

/* WHY + FAQ */
.why-faq-section { background: var(--dr-cream); padding: 80px 0; }
.why-faq-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.why-heading { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--dr-black); line-height: 1.2; margin-bottom: 20px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.why-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.8rem; line-height: 1.6; color: var(--dr-text); }
.why-check { width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%; background: var(--dr-gold); display: flex; align-items: center; justify-content: center; margin-top: 1px; color: white; font-size: 0.6rem; font-weight: 700; }
.faq-heading { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--dr-black); line-height: 1.2; margin-bottom: 20px; }
.faq-item { border-bottom: 1px solid rgba(199,149,60,0.22); overflow: hidden; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; font-size: 0.82rem; font-weight: 600; color: var(--dr-text); transition: color 0.25s; user-select: none; }
.faq-question:hover { color: var(--dr-gold); }
.faq-question.open { color: var(--dr-gold); }
.faq-plus { width: 22px; height: 22px; flex-shrink: 0; border: 1.5px solid currentColor; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 300; transition: transform 0.3s; }
.faq-question.open .faq-plus { transform: rotate(45deg); }
.faq-answer { font-size: 0.78rem; line-height: 1.8; color: var(--dr-text-muted); max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-answer.open { max-height: 200px; padding-bottom: 16px; }

/* CTA */
.cta-section { background: var(--dr-black); padding: 60px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(199,149,60,0.06) 0%, transparent 60%); }
.cta-gold-top { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--dr-gold), transparent); }
.cta-gold-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--dr-gold), transparent); }
.cta-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-logo { height: 48px; width: auto; filter: brightness(0) invert(1); opacity: 0.85; margin-bottom: 14px; display: block; }
.cta-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 700; color: var(--dr-white); margin-bottom: 6px; line-height: 1.2; }
.cta-heading span { color: var(--dr-gold); }
.cta-subtext { font-size: 0.82rem; color: rgba(255,255,255,0.58); max-width: 480px; line-height: 1.75; }
.cta-right { display: flex; flex-direction: column; align-items: flex-end; gap: 22px; }
.cta-features { display: flex; gap: 28px; }
.cta-feat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.cta-feat svg { width: 22px; height: 22px; }
.cta-feat-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* Scroll reveal */
.scroll-reveal { opacity: 0; transform: translateY(25px); transition: opacity 0.6s ease, transform 0.6s ease; }
.scroll-reveal.visible { opacity: 1; transform: translateY(0); }

/* Pulse */
@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(199,149,60,0.4); }
  50% { box-shadow: 0 0 0 12px rgba(199,149,60,0); }
}
.btn-primary.pulse { animation: pulse-gold 2.5s ease-in-out infinite; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .expertise-grid { grid-template-columns: repeat(4, 1fr); }
  .about-inner { grid-template-columns: 1fr 1.2fr; }
  .about-stats { display: none; }
  .philosophy-inner { grid-template-columns: 1fr 1fr; }
  .clinic-photo-block { display: none; }
}
@media (max-width: 768px) {
  .nav-links, .navbar .btn-book { display: none; }
  .hamburger { display: flex; }
  .hero-content { grid-template-columns: 1fr; padding-top: 100px; }
  .award-badge { display: none; }
  .stats-inner { gap: 10px; }
  .stat-divider { display: none; }
  .stat-item { min-width: 44%; }
  .about-inner { grid-template-columns: 1fr; gap: 28px; padding: 0 20px; }
  .about-photo img { height: 340px; }
  .expertise-grid { grid-template-columns: repeat(3, 1fr); padding: 0 20px; }
  .philosophy-inner { grid-template-columns: 1fr; gap: 18px; padding: 0 20px; }
  .why-faq-inner { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; }
  .cta-inner { grid-template-columns: 1fr; padding: 0 20px; }
  .cta-right { align-items: flex-start; }
  .hero-content { padding: 100px 20px 60px; }
  .stats-inner { padding: 0 20px; }
  .section-header { padding: 0 20px; }
	.navbar {
  padding: 0 8px; 
}
}
@media (max-width: 480px) {
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .cta-features { flex-wrap: wrap; gap: 16px; justify-content: center; }
}
.expertise-icon img {
    width: 100%;
}
.expertise-grid a {
    text-decoration: none;
	cursor:pointer;
}

.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
    margin-top: 20px;
}
.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.social-icon-link:hover {
  opacity: 0.75;
}
  :root{
    --gold: #d8a94a;
    --gold-light: #f3d896;
    --gold-dark: #a97a2b;
    --black: #0c0c0c;
    --black-2: #151513;
    --cream: #f5efe0;
  }
.card{
    width:100%;
    max-width:350px;
	min-width: 320px;
    background:
      radial-gradient(120% 90% at 50% 0%, #1c1c1a 0%, var(--black) 55%, #000 100%);
    border-radius: 22px;
    padding: 3px;
    background-clip: padding-box;
    position:relative;
    box-shadow:
      0 15px 35px rgba(0,0,0,0.55),
      inset 0 0 0 1px rgba(216,169,74,0.15);
  }

  .card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:22px;
    padding:2px;
    background: linear-gradient(160deg, var(--gold-light), var(--gold-dark) 40%, var(--gold) 60%, var(--gold-light));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events:none;
  }

  .card .card-inner{
    position:relative;
    height:100%;
    width:100%;
    border-radius:19px;
    background: linear-gradient(180deg, #141412 0%, #0a0a09 100%);
    display:flex;
    flex-direction:column;
    align-items:center;
    padding: 5.5% 6% 4%;
    text-align:center;
  }

  /* Logo */
  .card .logo-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 4%;
    width:100%;
    margin-bottom: 2%;
  }

  .card .leaf{
    width: 16%;
    max-width:38px;
    opacity:0.95;
  }
  .card .leaf.right{ transform: scaleX(-1); }

  .card .monogram{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-style:italic;
    font-size: clamp(46px, 15vw, 62px);
    line-height:1;
    background: linear-gradient(180deg, var(--gold-light) 10%, var(--gold) 45%, var(--gold-dark) 90%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.5));
  }

  .card .clinic-name{
    font-family:'Playfair Display', serif;
    letter-spacing: 0.28em;
    font-size: 14px;
    font-weight:600;
    color: var(--gold);
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    margin-top: 3%;
  }

  .card .divider-row{
    display:flex;
    align-items:center;
    gap: 3%;
    width:100%;
    margin: 5% 0 4%;
  }
  .card .divider-line{
    flex:1;
    height:1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity:0.6;
  }
  .card .divider-line.left{ background: linear-gradient(90deg, transparent, var(--gold)); }
  .card .divider-line.right{ background: linear-gradient(270deg, transparent, var(--gold)); }
  .card .sparkle{
    color: var(--gold);
    font-size: 12px;
  }

  .card .headline-1{
    font-family:'Playfair Display', serif;
    font-style:italic;
    font-weight:600;
    font-size: 20px;
    line-height:1.05;
    background: linear-gradient(180deg, var(--gold-light), var(--gold) 60%, var(--gold-dark));
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }

  .card .headline-2{
    font-family:'Playfair Display', serif;
    font-weight:600;
    font-size: 24px;
    line-height:1.05;
    color: var(--cream);
    margin-top: 1%;
  }

  .card .subtitle{
    font-size:11px;
    letter-spacing: 0.22em;
    color: var(--gold);
    font-weight:600;
    margin-top: 5%;
  }

  .card .stars{
    display:flex;
    gap: 4%;
    margin-top: 4%;
    font-size: 18px;
    color: var(--gold);
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.6));
  }

  .card .full-divider{
    width:100%;
    height:1px;
    background: linear-gradient(90deg, transparent, rgba(216,169,74,0.5), transparent);
    margin: 6% 0 5%;
  }

  .card .features{
    display:flex;
    width:100%;
    justify-content:space-between;
  }

  .card .feature{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding: 0 2%;
    position:relative;
  }

  .card .feature:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:8%;
    height:70%;
    width:1px;
    background: rgba(216,169,74,0.3);
  }

  .card .feature svg{
    width: 26px;
    height: 26px;
    color: var(--gold);
    margin-bottom: 8px;
  }

  .card .feature-text{
    font-size: 10px;
    line-height:1.35;
    color: var(--cream);
    font-weight:500;
    letter-spacing:0.02em;
  }

  .card .cta{
    width:100%;
    margin-top: 6%;
    background: linear-gradient(180deg, var(--gold-light), var(--gold) 55%, var(--gold-dark));
    color: #1a1305;
    border:none;
    border-radius: 14px;
    padding: 4.2% 0;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size: 14px;
    letter-spacing: 0.05em;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    box-shadow: 0 6px 16px rgba(216,169,74,0.35);
    transition: transform .15s ease, box-shadow .15s ease;
	  text-decoration:none
  }
  .card .cta:hover{
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(216,169,74,0.5);
  }

  .card .footer{
    margin-top: 5%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 6px;
    font-size: clamp(9px, 2.5vw, 11px);
    letter-spacing: 0.15em;
    color: var(--gold);
    font-weight:600;
  }
  .card .footer svg{ width:14px; height:14px; }

/* LANGUAGE SWITCHER */
.lang-switcher { position: relative; }
.lang-toggle { display: flex; align-items: center; gap: 7px; background: transparent; border: 1px solid rgba(255,255,255,0.3); padding: 8px 12px; cursor: pointer; color: var(--dr-white); font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; transition: border-color 0.25s; }
.lang-toggle:hover { border-color: var(--dr-gold); }
.lang-flag { width: 20px; height: 14px; border-radius: 2px; flex-shrink: 0; display: block; }
.lang-arrow { transition: transform 0.25s; flex-shrink: 0; }
.lang-switcher.open .lang-arrow { transform: rotate(180deg); }
.lang-dropdown { position: absolute; top: calc(100% + 10px); right: 0; background: rgba(8,7,6,0.98); border: 1px solid rgba(199,149,60,0.3); min-width: 150px; display: none; flex-direction: column; z-index: 1001; left:0}
.lang-switcher.open .lang-dropdown { display: flex; }
.lang-option { display: flex; align-items: center; gap: 10px; padding: 10px 14px; color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.03em; transition: background 0.2s, color 0.2s; }
.lang-option:hover { background: rgba(199,149,60,0.12); color: var(--dr-gold); }
.lang-option.active { color: var(--dr-gold); }
.lang-flag-slot { display: flex; align-items: center; }
.lang-flag-slot svg { width: 20px; height: 14px; border-radius: 2px; display: block; }
@media (max-width: 768px) {
  .lang-switcher { order: 1; }
  .nav-logo { order: 2; }
  .hamburger { order: 3; }
  .lang-toggle { padding: 6px 8px; border: none; }
  .lang-code { display: none; }
}


:root {
  --dr-black: #080706;
  --dr-charcoal: #171411;
  --dr-gold: #c7953c;
  --dr-soft-gold: #e0bd75;
  --dr-cream: #f8f3ec;
  --dr-white: #ffffff;
  --dr-text: #1d1b19;
  --dr-text-muted: #5a534a;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: var(--dr-white); color: var(--dr-text); overflow-x: hidden; }

/* NAVBAR (same as home) */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 72px;
  background: rgba(8,7,6,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(199,149,60,0.2);
  transition: all 0.3s ease;
}
.navbar.scrolled { height: 60px; background: rgba(8,7,6,0.98); box-shadow: 0 4px 30px rgba(0,0,0,0.5); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 55px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.85); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.25s; }
.nav-links a:hover, .nav-links a.active { color: var(--dr-soft-gold); }
.btn-book {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--dr-gold); color: var(--dr-black);
  padding: 11px 22px; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none; transition: all 0.3s ease;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.btn-book:hover { background: var(--dr-soft-gold); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(199,149,60,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dr-white); transition: all 0.3s; }
.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: rgba(8,7,6,0.98); backdrop-filter: blur(10px);
  padding: 20px 40px 30px; z-index: 999;
  border-bottom: 1px solid rgba(199,149,60,0.2); flex-direction: column; gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.25s; }
.mobile-menu a:hover { color: var(--dr-gold); }

/* PAGE HERO */
.page-hero { position: relative; background: var(--dr-black); overflow: hidden; padding: 150px 40px 70px; }
.page-hero-bg { position: absolute; inset: 0; background-image: url("bannerdr.webp"); background-size: cover; background-position: center top; opacity: 0.28; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,7,6,0.75) 0%, rgba(8,7,6,0.95) 100%); }
.page-hero-gold-line { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--dr-gold), var(--dr-soft-gold), var(--dr-gold), transparent); }
.page-hero-inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; text-align: center; }
.page-hero-eyebrow { font-family: 'Great Vibes', cursive; font-size: 2.4rem; color: var(--dr-gold); line-height: 1; margin-bottom: 6px; display: block; }
.page-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 700; color: var(--dr-white); line-height: 1.1; }
.page-hero-desc { margin: 18px auto 0; max-width: 560px; font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.65); }
.breadcrumb { margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.25s; }
.breadcrumb a:hover { color: var(--dr-gold); }
.breadcrumb span.sep { color: var(--dr-gold); }
.breadcrumb span.current { color: var(--dr-gold); }

/* CATEGORY FILTER BAR */
.filter-bar { background: var(--dr-white); border-bottom: 1px solid rgba(199,149,60,0.18); padding: 22px 0; position: sticky; top: 72px; z-index: 90; }
.filter-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.filter-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-pill {
  padding: 9px 20px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid rgba(199,149,60,0.35); color: var(--dr-text-muted); background: transparent;
  cursor: pointer; transition: all 0.25s ease; text-decoration: none;
}
.filter-pill:hover { border-color: var(--dr-gold); color: var(--dr-gold); }
.filter-pill.active { background: var(--dr-gold); color: var(--dr-black); border-color: var(--dr-gold); }
.search-box { position: relative; min-width: 100%; }
.search-box input {
  width: 100%; padding: 10px 40px 10px 16px; border: 1px solid rgba(199,149,60,0.3);
  background: var(--dr-cream); font-family: 'Montserrat', sans-serif; font-size: 0.78rem; color: var(--dr-text);
  outline: none; transition: border-color 0.25s;
}
.search-box input:focus { border-color: var(--dr-gold); }
.search-box svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; stroke: var(--dr-gold); pointer-events: none; }

/* BLOG LAYOUT */
.blog-section { background: var(--dr-cream); padding: 70px 0 90px; }
.blog-layout { max-width: 1320px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 320px; gap: 55px; align-items: start; }

/* FEATURED POST */
.featured-post {
  grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 0;
  background: var(--dr-black); margin-bottom: 55px; position: relative;
  border: 1px solid rgba(199,149,60,0.25);
  opacity: 0; transform: translateY(25px); transition: opacity 0.6s ease, transform 0.6s ease;
}
.featured-post.visible { opacity: 1; transform: translateY(0); }
.featured-img { position: relative; overflow: hidden; min-height: 380px; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.featured-post:hover .featured-img img { transform: scale(1.05); }
.featured-badge {
  position: absolute; top: 20px; left: 20px; background: var(--dr-gold); color: var(--dr-black);
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 14px; z-index: 2;
}
.featured-content { padding: 46px 44px; display: flex; flex-direction: column; justify-content: center; }
.post-meta { display: flex; align-items: center; gap: 14px; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--dr-gold); margin-bottom: 16px; flex-wrap: wrap; }
.post-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.3); }
.post-meta span.muted { color: rgba(255,255,255,0.45); }
.featured-content .featured-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 2.3vw, 2rem); font-weight: 700; color: var(--dr-white); line-height: 1.2; margin-bottom: 16px; }
.featured-content .featured-title a { color: inherit; text-decoration: none; transition: color 0.25s; }
.featured-content .featured-title a:hover { color: var(--dr-gold); }
.featured-excerpt { font-size: 0.82rem; line-height: 1.85; color: rgba(255,255,255,0.6); margin-bottom: 26px; }
.read-more { display: inline-flex; align-items: center; gap: 8px; color: var(--dr-gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; width: fit-content; }
.read-more svg { width: 14px; height: 14px; transition: transform 0.25s; }
.read-more:hover svg { transform: translateX(4px); }

/* MAIN GRID */
.posts-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 34px; }
.post-card {
  background: var(--dr-white); border: 1px solid rgba(199,149,60,0.15); overflow: hidden; display: flex; flex-direction: column;
  opacity: 0; transform: translateY(25px); transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.post-card.visible { opacity: 1; transform: translateY(0); }
.post-card:hover { box-shadow: 0 20px 40px rgba(8,7,6,0.1); border-color: rgba(199,149,60,0.4); }
.post-thumb { position: relative; overflow: hidden; height: 210px; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.post-card:hover .post-thumb img { transform: scale(1.08); }
.post-category {
  position: absolute; bottom: 14px; left: 14px; background: rgba(8,7,6,0.85); color: var(--dr-gold);
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px;
}
.post-body { padding: 26px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.post-body .post-meta { color: var(--dr-text-muted); margin-bottom: 12px; }
.post-body .post-meta .dot { background: rgba(199,149,60,0.4); }
.post-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--dr-black); line-height: 1.25; margin-bottom: 12px; }
.post-title a { color: inherit; text-decoration: none; transition: color 0.25s; }
.post-title a:hover { color: var(--dr-gold); }
.post-excerpt { font-size: 0.78rem; line-height: 1.75; color: var(--dr-text-muted); margin-bottom: 20px; flex: 1; }
.post-card .read-more { color: var(--dr-black); }
.post-card .read-more:hover { color: var(--dr-gold); }

/* SIDEBAR */
.sidebar { display: flex; flex-direction: column; gap: 34px; position: sticky; top: 150px; }
.widget { background: var(--dr-white); border: 1px solid rgba(199,149,60,0.18); padding: 28px 26px; }
.widget-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--dr-black); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(199,149,60,0.25); }
.about-widget-photo { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; margin: 0 auto 14px; border: 2px solid var(--dr-gold); }
.about-widget-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.widget-doc-name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 700; text-align: center; color: var(--dr-black); }
.widget-doc-role { font-size: 0.68rem; text-align: center; color: var(--dr-gold); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 4px; }
.widget-doc-text { font-size: 0.76rem; line-height: 1.75; color: var(--dr-text-muted); margin-top: 14px; text-align: center; }
.widget-cta { display: block; text-align: center; margin-top: 18px; background: var(--dr-gold); color: var(--dr-black); text-decoration: none; padding: 11px 0; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; transition: background 0.25s; }
.widget-cta:hover { background: var(--dr-soft-gold); }

.category-list { display: flex; flex-direction: column; gap: 2px; }
.category-list li { list-style: none; }
.category-list a { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; text-decoration: none; color: var(--dr-text); font-size: 0.8rem; font-weight: 500; border-bottom: 1px solid rgba(199,149,60,0.12); transition: color 0.25s, padding-left 0.25s; }
.category-list a:hover { color: var(--dr-gold); padding-left: 6px; }
.category-list a span { color: var(--dr-text-muted); font-size: 0.72rem; }

.recent-post { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(199,149,60,0.12); }
.recent-post:last-child { border-bottom: none; padding-bottom: 0; }
.recent-post:first-child { padding-top: 0; }
.recent-thumb { width: 62px; height: 62px; flex-shrink: 0; overflow: hidden; }
.recent-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.recent-info .recent-title { font-family: 'Cormorant Garamond', serif; font-size: 0.92rem; font-weight: 700; line-height: 1.3; }
.recent-info .recent-title a { color: var(--dr-black); text-decoration: none; transition: color 0.25s; }
.recent-info .recent-title a:hover { color: var(--dr-gold); }
.recent-date { font-size: 0.65rem; color: var(--dr-text-muted); margin-top: 6px; letter-spacing: 0.04em; text-transform: uppercase; }

.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { font-size: 0.68rem; padding: 7px 13px; border: 1px solid rgba(199,149,60,0.3); color: var(--dr-text-muted); text-decoration: none; transition: all 0.25s; }
.tag-cloud a:hover { background: var(--dr-gold); color: var(--dr-black); border-color: var(--dr-gold); }

.newsletter-widget { background: var(--dr-black); border: 1px solid rgba(199,149,60,0.3); padding: 30px 26px; text-align: center; }
.newsletter-widget svg { width: 30px; height: 30px; margin-bottom: 12px; }
.newsletter-widget .widget-title { color: var(--dr-white); border-color: rgba(199,149,60,0.25); }
.newsletter-widget p { font-size: 0.76rem; line-height: 1.7; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.newsletter-form { display: flex; flex-direction: column; gap: 10px; }
.newsletter-form input { padding: 11px 14px; border: 1px solid rgba(199,149,60,0.35); background: rgba(255,255,255,0.05); color: var(--dr-white); font-family: 'Montserrat', sans-serif; font-size: 0.78rem; outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus { border-color: var(--dr-gold); }
.newsletter-form button { padding: 11px 0; background: var(--dr-gold); color: var(--dr-black); border: none; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.25s; }
.newsletter-form button:hover { background: var(--dr-soft-gold); }

/* PAGINATION */
.pagination { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 55px; flex-wrap: wrap; }
.page-btn {
  min-width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(199,149,60,0.3); background: var(--dr-white); color: var(--dr-text);
  font-size: 0.78rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.25s ease; padding: 0 12px;
}
.page-btn:hover { border-color: var(--dr-gold); color: var(--dr-gold); }
.page-btn.active { background: var(--dr-gold); border-color: var(--dr-gold); color: var(--dr-black); }
.page-btn.nav-arrow { gap: 6px; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0 18px; }
.page-btn.disabled { opacity: 0.35; pointer-events: none; }
.page-dots { color: var(--dr-text-muted); font-size: 0.8rem; padding: 0 4px; }

/* CTA (reuse) */
.cta-section { background: var(--dr-black); padding: 60px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(199,149,60,0.06) 0%, transparent 60%); }
.cta-gold-top { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--dr-gold), transparent); }
.cta-gold-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--dr-gold), transparent); }
.cta-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 700; color: var(--dr-white); margin-bottom: 6px; line-height: 1.2; }
.cta-heading span { color: var(--dr-gold); }
.cta-subtext { font-size: 0.82rem; color: rgba(255,255,255,0.58); max-width: 480px; line-height: 1.75; }
.cta-right { display: flex; flex-direction: column; align-items: flex-end; gap: 22px; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--dr-gold); color: var(--dr-black);
  padding: 14px 28px; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none; transition: all 0.3s ease;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.btn-primary:hover { background: var(--dr-soft-gold); box-shadow: 0 8px 25px rgba(199,149,60,0.5); transform: translateY(-2px); }

/* Scroll reveal */
.scroll-reveal { opacity: 0; transform: translateY(25px); transition: opacity 0.6s ease, transform 0.6s ease; }
.scroll-reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .blog-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; flex-direction: row; overflow-x: auto; }
  .widget { min-width: 280px; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-img { min-height: 260px; }
}
@media (max-width: 768px) {
  .nav-links, .navbar .btn-book { display: none; }
  .hamburger { display: flex; }
  .page-hero { padding: 120px 20px 50px; }
  .filter-bar { top: 0; position: static; }
  .filter-inner { padding: 0 20px; }
  .blog-layout { padding: 0 20px; }
  .posts-grid { grid-template-columns: 1fr; }
  .sidebar { flex-direction: column; }
  .featured-content { padding: 32px 26px; }
  .cta-inner { grid-template-columns: 1fr; padding: 0 20px; }
  .cta-right { align-items: flex-start; }
}
@media (max-width: 480px) {
  .filter-pills { gap: 6px; }
  .filter-pill { padding: 7px 14px; font-size: 0.66rem; }
  .search-box { width: 100%; }
}
/* CTA */
.cta-section { background: var(--dr-black); padding: 60px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(199,149,60,0.06) 0%, transparent 60%); }
.cta-gold-top { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--dr-gold), transparent); }
.cta-gold-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--dr-gold), transparent); }
.cta-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-logo { height: 48px; width: auto; filter: brightness(0) invert(1); opacity: 0.85; margin-bottom: 14px; display: block; }
.cta-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 700; color: var(--dr-white); margin-bottom: 6px; line-height: 1.2; }
.cta-heading span { color: var(--dr-gold); }
.cta-subtext { font-size: 0.82rem; color: rgba(255,255,255,0.58); max-width: 480px; line-height: 1.75; }
.cta-right { display: flex; flex-direction: column; align-items: flex-end; gap: 22px; }
.cta-features { display: flex; gap: 28px; }
.cta-feat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.cta-feat svg { width: 22px; height: 22px; }
.cta-feat-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 1.4; }

.expertise-icon img {
    width: 100%;
}
.expertise-grid a {
    text-decoration: none;
  cursor:pointer;
}

.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
    margin-top: 20px;
}
.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.social-icon-link:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  .cta-inner { grid-template-columns: 1fr; padding: 0 20px; }
  .cta-right { align-items: flex-start; }
  .hero-content { padding: 100px 20px 60px; }
  .stats-inner { padding: 0 20px; }
  .section-header { padding: 0 20px; }
}
@media (max-width: 480px) {
  .cta-features { flex-wrap: wrap; gap: 16px; justify-content: center; }
}

.philosophy-inner p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
}
.about-inner p {
    line-height: 27px;
}

section.why-faq-section.inner .why-faq-inner {
    display: flex;
    max-width: 890px;
    width: 100%;
}