/* ============================================
   buccalfatremovalistanbul.com — Master Stylesheet
   Rose/cream palette · Aesthetic surgery feminine
   ============================================ */

:root {
  /* Cream backgrounds */
  --cream-base:    #faf6ef;
  --cream-soft:    #f3ebe0;
  --cream-deep:    #e9dccc;
  --cream-mist:    #fcf9f4;

  /* Rose accents */
  --rose-dust:     #c89797;
  --rose-deep:     #8a4951;
  --rose-deeper:   #6e3a40;
  --burgundy:      #5d2e35;

  /* Warm neutrals */
  --warm-charcoal: #3a2e2a;
  --warm-ink:      #4d3d36;
  --warm-muted:    #7a6a60;
  --warm-faint:    #a99a8e;

  /* Gold accent */
  --gold:          #b89968;
  --gold-deep:     #98794a;

  /* Legacy aliases (helpers use these names) */
  --slate-deep:    #5d2e35;
  --slate:         #8a4951;
  --slate-light:   #c89797;
  --slate-pale:    #f3ebe0;
  --slate-mist:    #faf6ef;
  --accent:        #b89968;
  --accent-deep:   #98794a;
  --ink:           #3a2e2a;
  --ink-soft:      #4d3d36;
  --ink-faint:     #a99a8e;
  --cream:         #faf6ef;
  --line:          #e9dccc;
  --line-soft:     #f3ebe0;
  --white:         #ffffff;
  --success:       #6e8e57;

  /* Shadows — warm-toned */
  --shadow-sm: 0 2px 8px rgba(93, 46, 53, .06);
  --shadow-md: 0 4px 18px rgba(93, 46, 53, .10);
  --shadow-lg: 0 10px 35px rgba(93, 46, 53, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; padding: 0;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--ink); background: var(--white);
  line-height: 1.65; font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600; color: var(--slate-deep);
  line-height: 1.2; margin: 0 0 16px; letter-spacing: -0.01em;
}
h1 { font-size: 44px; }
h2 { font-size: 32px; margin-top: 48px; }
h3 { font-size: 24px; margin-top: 36px; }
h4 { font-size: 18px; margin-top: 24px; color: var(--slate); font-family: 'DM Sans', sans-serif; font-weight: 600; }
p { margin: 0 0 16px; }
.lead-p { font-size: 19px; line-height: 1.6; color: var(--ink-soft); margin-bottom: 28px; }
a { color: var(--slate); text-decoration: underline; text-decoration-color: var(--slate-light); text-underline-offset: 3px; transition: color .2s; }
a:hover { color: var(--slate-deep); text-decoration-color: var(--slate); }
ul,ol { padding-left: 22px; margin: 0 0 18px; }
li { margin-bottom: 8px; }
li::marker { color: var(--slate-light); }
strong { color: var(--slate-deep); font-weight: 600; }
em { font-style: italic; color: var(--slate); }
hr { border: none; height: 1px; background: var(--line); margin: 40px 0; }
blockquote { border-left: 3px solid var(--accent); padding: 14px 22px; margin: 24px 0; background: var(--slate-mist); font-style: italic; color: var(--ink-soft); font-size: 17px; }

/* === TOPBAR === */
.topbar { background: var(--slate-deep); color: rgba(255,255,255,.92); padding: 9px 0; font-size: 13px; }
.topbar-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.92); text-decoration: none; }
.topbar a:hover { color: var(--accent); }
.topbar-left { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 18px; align-items: center; }
.topbar-badge { background: rgba(198,153,99,.18); color: var(--accent); padding: 3px 10px; border-radius: 3px; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }

/* === HEADER === */
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm); }
.site-header-inner { max-width: 1180px; margin: 0 auto; padding: 16px 24px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--slate-deep); }
.logo-mark { width: 38px; height: 38px; background: var(--slate-deep); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent); font-family: 'Playfair Display', serif; font-weight: 600; font-size: 20px; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; letter-spacing: -.01em; }
.logo-text small { display: block; font-family: 'DM Sans', sans-serif; font-size: 10.5px; font-weight: 500; color: var(--ink-faint); letter-spacing: .14em; text-transform: uppercase; margin-top: 1px; }
.main-nav ul { display: flex; gap: 28px; list-style: none; padding: 0; margin: 0; }
.main-nav a { text-decoration: none; color: var(--ink); font-size: 14.5px; font-weight: 500; transition: color .2s; position: relative; }
.main-nav a:hover { color: var(--slate-deep); }
.main-nav a::after { content: ''; position: absolute; bottom: -6px; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-cta { display: inline-block; background: var(--slate-deep); color: var(--white); padding: 10px 22px; border-radius: 4px; text-decoration: none; font-size: 13.5px; font-weight: 600; transition: all .2s; white-space: nowrap; }
.header-cta:hover { background: var(--accent-deep); color: var(--white); transform: translateY(-1px); }
.mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--slate-deep); }
@media (max-width: 880px) {
  .main-nav { display: none; }
  .mobile-menu-toggle { display: block; }
  .main-nav.active { display: block; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); box-shadow: var(--shadow-lg); padding: 20px 24px; }
  .main-nav.active ul { flex-direction: column; gap: 18px; }
}

/* === HERO === */
.hero { background: linear-gradient(180deg, var(--slate-mist) 0%, var(--white) 100%); padding: 64px 24px 80px; }
.hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.hero-text .eyebrow { font-size: 12px; color: var(--accent-deep); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.hero-text h1 { font-size: 50px; line-height: 1.12; margin: 0 0 24px; font-weight: 600; }
.hero-text h1 em { color: var(--accent-deep); font-style: italic; display: block; font-weight: 500; margin-top: 4px; }
.hero-text .lead-p { font-size: 18px; color: var(--ink-soft); margin-bottom: 28px; }
.hero-credentials { font-size: 12px; color: var(--ink-faint); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 26px; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--slate-deep); color: var(--white); padding: 14px 28px; border-radius: 4px; text-decoration: none; font-size: 14.5px; font-weight: 600; transition: all .2s; }
.btn-primary:hover { background: var(--accent-deep); color: var(--white); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--slate-deep); border: 1px solid var(--slate-light); padding: 13px 26px; border-radius: 4px; text-decoration: none; font-size: 14.5px; font-weight: 600; transition: all .2s; }
.btn-secondary:hover { background: var(--slate-pale); border-color: var(--slate); color: var(--slate-deep); }
.hero-photo { position: relative; }
.hero-photo img { width: 100%; max-width: 460px; border-radius: 6px; box-shadow: var(--shadow-lg); display: block; margin: 0 0 0 auto; }
.hero-photo .photo-badge { position: absolute; bottom: 22px; left: 22px; background: rgba(255,255,255,.97); border-left: 3px solid var(--accent); padding: 12px 16px; border-radius: 3px; box-shadow: var(--shadow-md); backdrop-filter: blur(8px); }
.hero-photo .photo-badge strong { display: block; font-size: 13.5px; color: var(--slate-deep); font-weight: 700; }
.hero-photo .photo-badge small { display: block; font-size: 11px; color: var(--ink-soft); margin-top: 2px; letter-spacing: .04em; }
@media (max-width: 880px) {
  .hero { padding: 40px 20px 50px; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-text h1 { font-size: 34px; }
  .hero-photo img { max-width: 320px; margin: 0; }
}

/* === SECTIONS === */
section { padding: 60px 24px; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-narrow .section-inner { max-width: 820px; }
.section-tinted { background: var(--slate-mist); }
.section-dark { background: var(--slate-deep); color: rgba(255,255,255,.92); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: rgba(255,255,255,.85); }
.section-dark a { color: var(--accent); }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title .eyebrow { font-size: 12px; color: var(--accent-deep); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.section-title h2 { font-size: 38px; margin: 0 0 14px; }
.section-title .section-lead { font-size: 17px; color: var(--ink-soft); max-width: 720px; margin: 0 auto; }

/* === BREADCRUMBS === */
.breadcrumbs { font-size: 13px; color: var(--ink-faint); padding: 16px 24px; max-width: 1180px; margin: 0 auto; }
.breadcrumbs a { color: var(--ink-faint); text-decoration: none; }
.breadcrumbs a:hover { color: var(--slate); }
.breadcrumbs .sep { margin: 0 6px; color: var(--ink-faint); }

/* === E-E-A-T AUTHOR BOX === */
.eeat-author-box { display: flex; gap: 16px; align-items: center; background: linear-gradient(135deg, var(--slate-pale) 0%, var(--cream) 100%); border-left: 4px solid var(--slate); border-radius: 6px; padding: 18px 22px; margin: 28px 0 36px; }
.eeat-author-box img.eeat-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.eeat-info { flex: 1; min-width: 0; font-size: 13.5px; line-height: 1.55; }
.eeat-name { font-weight: 700; color: var(--slate-deep); font-size: 14.5px; margin-bottom: 2px; }
.eeat-name a { color: inherit; text-decoration: none; }
.eeat-title { color: var(--ink-soft); font-size: 13px; margin-bottom: 3px; }
.eeat-credentials { color: var(--ink-faint); font-size: 11.5px; letter-spacing: .03em; }
.eeat-updated { color: var(--ink-faint); font-size: 11.5px; margin-top: 5px; font-style: italic; }

/* === FEATURED DEFINITION === */
.featured-definition { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--slate-deep); border-radius: 4px; padding: 22px 26px; margin: 28px 0; font-size: 16.5px; line-height: 1.65; }
.featured-definition strong:first-child { color: var(--slate-deep); }

/* === KEY FACTS === */
.key-facts-box { background: var(--slate-mist); border: 1px solid var(--line); border-radius: 6px; padding: 26px 30px; margin: 32px 0; }
.key-facts-box h3 { font-family: 'Playfair Display', serif; color: var(--slate-deep); font-size: 22px; margin: 0 0 18px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.key-facts-box ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px 28px; }
.key-facts-box li { padding: 6px 0; border-bottom: 1px dotted var(--line); font-size: 14px; margin-bottom: 0; }
.key-facts-box li strong { display: block; font-size: 11px; color: var(--accent-deep); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px; font-weight: 600; }

/* === CARDS === */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin: 24px 0; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 26px 24px; transition: all .2s; text-decoration: none; color: inherit; display: block; position: relative; }
.card:hover { border-color: var(--slate); box-shadow: var(--shadow-md); transform: translateY(-2px); color: inherit; }
.card h3 { font-size: 19px; margin: 0 0 10px; color: var(--slate-deep); }
.card p { font-size: 14px; color: var(--ink-soft); margin-bottom: 12px; line-height: 1.55; }
.card .card-meta { font-size: 11.5px; color: var(--accent-deep); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.card-link { margin-top: 14px; display: inline-block; font-size: 13px; color: var(--slate); font-weight: 600; text-decoration: none; }
.card-link::after { content: ' →'; transition: transform .2s; display: inline-block; }
.card:hover .card-link::after { transform: translateX(4px); }

/* === STATS === */
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; margin: 32px 0; padding: 32px; background: var(--slate-mist); border-radius: 6px; text-align: center; }
.stat-item .stat-number { font-family: 'Playfair Display', serif; font-size: 42px; color: var(--slate-deep); font-weight: 600; display: block; line-height: 1; }
.stat-item .stat-label { font-size: 12px; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .08em; margin-top: 6px; }

/* === TIMELINE === */
.timeline { position: relative; margin: 32px 0; padding-left: 32px; border-left: 2px solid var(--line); }
.timeline-item { position: relative; padding: 8px 0 24px 16px; }
.timeline-item::before { content: ''; position: absolute; left: -41px; top: 14px; width: 14px; height: 14px; background: var(--accent); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.timeline-item h4 { color: var(--slate-deep); font-size: 16px; margin: 0 0 4px; font-family: 'DM Sans', sans-serif; }
.timeline-item .timeline-time { font-size: 11.5px; color: var(--accent-deep); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; margin-bottom: 6px; }
.timeline-item p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* === FAQ === */
.faq-list { margin: 24px 0; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 4px; margin-bottom: 12px; overflow: hidden; }
.faq-item summary { padding: 18px 22px; cursor: pointer; font-weight: 600; font-size: 15.5px; color: var(--slate-deep); list-style: none; position: relative; padding-right: 50px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--slate); font-weight: 300; transition: transform .2s; }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item[open] summary { border-bottom: 1px solid var(--line-soft); }
.faq-item-content { padding: 16px 22px 22px; color: var(--ink-soft); font-size: 14.5px; }
.faq-item-content p:last-child { margin-bottom: 0; }

/* === COMPARE TABLE === */
.compare-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; background: var(--white); }
.compare-table th, .compare-table td { padding: 14px 18px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { background: var(--slate-deep); color: var(--white); font-weight: 600; font-size: 13px; }
.compare-table tr:nth-child(even) { background: var(--slate-mist); }

/* === CALLOUTS === */
.callout { padding: 20px 26px; border-radius: 6px; margin: 24px 0; border-left: 4px solid; font-size: 14.5px; line-height: 1.6; }
.callout-info { background: var(--slate-pale); border-left-color: var(--slate); }
.callout-warning { background: #fef6e7; border-left-color: var(--accent); }
.callout-success { background: #eef5ef; border-left-color: var(--success); }
.callout strong { display: block; margin-bottom: 4px; }

/* === CTA === */
.cta-section { background: var(--slate-deep); color: var(--white); padding: 64px 24px; text-align: center; }
.cta-section h2 { color: var(--white); font-size: 36px; margin: 0 0 16px; }
.cta-section p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 640px; margin: 0 auto 28px; }
.cta-section .btn-primary { background: var(--accent); color: var(--slate-deep); }
.cta-section .btn-primary:hover { background: var(--white); color: var(--slate-deep); }
.cta-section .btn-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.cta-section .btn-secondary:hover { background: rgba(255,255,255,.1); color: var(--white); border-color: var(--white); }

/* === MEDICAL DISCLAIMER === */
.medical-disclaimer { background: var(--cream); border-top: 1px solid var(--line); padding: 22px 26px; margin: 48px 0 0; border-radius: 4px; font-size: 12.5px; color: var(--ink-soft); line-height: 1.65; font-style: italic; }
.medical-disclaimer strong { color: var(--ink); font-style: normal; }

/* === RELATED TOPICS === */
.related-topics-section { background: linear-gradient(180deg, transparent, var(--slate-pale)); padding: 56px 24px; margin-top: 60px; border-top: 1px solid var(--line); }
.related-topics-section .section-inner { max-width: 980px; }
.related-topics-section h2 { font-size: 30px; text-align: center; margin: 0 0 32px; }
.related-topics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.related-topics-grid a { background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--slate); border-radius: 4px; padding: 16px 20px; text-decoration: none; color: var(--ink); font-size: 14px; font-weight: 500; transition: all .2s; display: flex; align-items: center; gap: 10px; }
.related-topics-grid a:hover { border-left-color: var(--accent); background: var(--slate-mist); transform: translateX(2px); }
.related-topics-grid a::before { content: '→'; color: var(--slate-light); font-weight: bold; }

/* === FOOTER === */
.site-footer { background: #14283a; color: rgba(255,255,255,.7); padding: 56px 24px 24px; font-size: 13.5px; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--white); margin-bottom: 12px; display: block; text-decoration: none; }
.footer-tagline { color: rgba(255,255,255,.55); font-size: 12.5px; line-height: 1.6; margin-bottom: 20px; }
.footer-contact { font-size: 12.5px; line-height: 1.8; color: rgba(255,255,255,.65); }
.footer-contact strong { color: rgba(255,255,255,.92); display: block; margin-bottom: 4px; }
.footer-contact a { color: rgba(255,255,255,.85); text-decoration: none; }
.footer-contact a:hover { color: var(--accent); }
.footer-col h5 { color: var(--white); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 16px; font-family: 'DM Sans', sans-serif; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: rgba(255,255,255,.65); text-decoration: none; font-size: 13px; transition: color .2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { max-width: 1180px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; font-size: 11.5px; color: rgba(255,255,255,.5); }
.footer-bottom a { color: rgba(255,255,255,.5); text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }
.footer-credentials { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.footer-credential-badge { background: rgba(198,153,99,.12); color: var(--accent); padding: 3px 10px; border-radius: 3px; font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
@media (max-width: 880px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

/* === WHATSAPP FAB === */
.wa-fab { position: fixed; bottom: 22px; right: 22px; background: #25D366; color: #fff; border-radius: 30px; padding: 14px 22px; text-decoration: none; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 10px; box-shadow: 0 8px 30px rgba(37,211,102,.35); z-index: 99; transition: all .2s; }
.wa-fab:hover { background: #1ebd5a; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(37,211,102,.45); }
.wa-fab svg { width: 22px; height: 22px; }
@media (max-width: 600px) { .wa-fab { padding: 12px 18px; bottom: 16px; right: 16px; } .wa-fab span { display: none; } }

/* === ARTICLE === */
.article-body { max-width: 760px; margin: 0 auto; font-size: 17px; line-height: 1.75; }
.article-body p, .article-body li { font-size: 17px; line-height: 1.75; }
.article-body h2 { font-size: 30px; margin-top: 56px; }
.article-body h3 { font-size: 22px; margin-top: 36px; }
.article-body img { max-width: 100%; height: auto; border-radius: 6px; margin: 24px 0; }
.article-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--ink-faint); margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }

/* === FORMS === */
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 36px; box-shadow: var(--shadow-sm); max-width: 720px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 16px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 12.5px; color: var(--slate-deep); font-weight: 600; letter-spacing: .02em; }
.form-field input, .form-field textarea, .form-field select { padding: 11px 14px; border: 1px solid var(--line); border-radius: 4px; font-size: 14.5px; font-family: inherit; background: var(--white); color: var(--ink); transition: border-color .2s; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--slate); }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-consent { font-size: 12.5px; color: var(--ink-soft); margin: 18px 0; display: flex; align-items: flex-start; gap: 8px; }
.form-consent input { margin-top: 3px; }
.form-submit { width: 100%; background: var(--slate-deep); color: var(--white); padding: 14px; border: none; border-radius: 4px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all .2s; }
.form-submit:hover { background: var(--accent-deep); transform: translateY(-1px); }

/* === UTIL === */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mt-2 { margin-top: 32px; }
.mb-2 { margin-bottom: 32px; }
.hidden { display: none !important; }
.text-muted { color: var(--ink-faint); }

@media print { .topbar, .site-header, .wa-fab, .cta-section, .site-footer { display: none; } body { font-size: 11pt; } }


/* ── Accessibility: skip-to-main link ───────────────────── */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--slate-deep);
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  font-weight: 600;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}


/* ── Cookie consent banner ──────────────────────────────── */
.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border-soft, #d4cab8);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(93, 46, 53, 0.18);
  padding: 18px 22px;
  z-index: 9999;
  font-family: 'DM Sans', system-ui, sans-serif;
  animation: cookieSlideUp .35s cubic-bezier(.16,1,.3,1) both;
}
@keyframes cookieSlideUp { from { transform: translateY(40px); opacity: 0;} to { transform: translateY(0); opacity:1;}}
.cookie-consent[hidden] { display: none; }
.cookie-consent-inner { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.cookie-consent-text { flex: 1 1 280px; font-size: 14px; line-height: 1.5; color: var(--slate-deep, #1e3a52); margin: 0; }
.cookie-consent-text a { color: var(--accent, #c69963); text-decoration: underline; }
.cookie-consent-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-btn { font-family: inherit; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 6px; cursor: pointer; border: 0; transition: all .2s; min-height: 44px; }
.cookie-btn-primary { background: var(--slate-deep, #1e3a52); color: #fff; }
.cookie-btn-primary:hover { background: var(--accent, #c69963); }
.cookie-btn-secondary { background: transparent; color: var(--slate-deep, #1e3a52); border: 1px solid var(--border-soft, #d4cab8); }
.cookie-btn-secondary:hover { background: var(--cream, #f7f3ec); }
@media (max-width: 560px) {
  .cookie-consent { left: 8px; right: 8px; bottom: 8px; padding: 14px 16px; }
  .cookie-consent-buttons { width: 100%; }
  .cookie-btn { flex: 1; }
}

/* ── Accessibility: skip-to-main link ───────────────────── */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--burgundy);
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  font-weight: 600;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

/* ── Cookie consent banner ──────────────────────────────── */
.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cream-deep);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(93, 46, 53, 0.18);
  padding: 18px 22px;
  z-index: 9999;
  font-family: 'DM Sans', system-ui, sans-serif;
  animation: cookieSlideUp .35s cubic-bezier(.16,1,.3,1) both;
}
@keyframes cookieSlideUp { from { transform: translateY(40px); opacity: 0;} to { transform: translateY(0); opacity:1;}}
.cookie-consent[hidden] { display: none; }
.cookie-consent-inner { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.cookie-consent-text { flex: 1 1 280px; font-size: 14px; line-height: 1.5; color: var(--warm-charcoal); margin: 0; }
.cookie-consent-text a { color: var(--rose-deep); text-decoration: underline; }
.cookie-consent-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-btn { font-family: inherit; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 6px; cursor: pointer; border: 0; transition: all .2s; min-height: 44px; }
.cookie-btn-primary { background: var(--burgundy); color: #fff; }
.cookie-btn-primary:hover { background: var(--rose-deeper); }
.cookie-btn-secondary { background: transparent; color: var(--warm-charcoal); border: 1px solid var(--cream-deep); }
.cookie-btn-secondary:hover { background: var(--cream-soft); }
@media (max-width: 560px) {
  .cookie-consent { left: 8px; right: 8px; bottom: 8px; padding: 14px 16px; }
  .cookie-consent-buttons { width: 100%; }
  .cookie-btn { flex: 1; }
}

/* ── Suitability CTA — unique to buccal fat (low-pressure assessment offer) ─ */
.suitability-cta {
  background: linear-gradient(135deg, var(--cream-soft) 0%, var(--cream-base) 100%);
  border: 1px solid var(--cream-deep);
  border-left: 5px solid var(--rose-deep);
  padding: 48px 36px;
  border-radius: 12px;
  margin: 56px auto;
  max-width: 880px;
}
.suitability-cta h2 {
  color: var(--burgundy);
  margin-top: 0;
  font-style: italic;
}
.suitability-cta p {
  color: var(--warm-ink);
  font-size: 17px;
  margin-bottom: 24px;
}

/* ── Refinements for the rose/cream aesthetic ───────────── */
body {
  background: var(--cream-base);
}
.page-hero {
  background: linear-gradient(180deg, var(--cream-mist) 0%, var(--cream-base) 100%);
}
.eyebrow {
  color: var(--gold-deep);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.btn-primary {
  background: var(--burgundy);
  border-color: var(--burgundy);
}
.btn-primary:hover {
  background: var(--rose-deeper);
  border-color: var(--rose-deeper);
}
.card {
  background: #fff;
  border: 1px solid var(--cream-deep);
}
.card:hover {
  border-color: var(--rose-dust);
  box-shadow: var(--shadow-md);
}

/* ============================================
   HOMEPAGE-SPECIFIC LAYOUT FIXES
   Added 2026-05-18 for missing hero/grid styles
   ============================================ */

/* ── Hero (homepage two-column layout) ─────── */
.page-hero.hero-large {
  padding: 56px 0 72px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
}
.hero-image {
  position: relative;
}
.hero-image img {
  width: 100%;
  height: auto;
  max-width: 480px;
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
  display: block;
  margin-left: auto;
}
@media (max-width: 860px) {
  .hero-image img { margin: 0 auto; max-width: 360px; }
}

/* ── Hero trust badges (THE bug from the screenshot) ── */
.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero-trust-badges span {
  display: inline-block;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid var(--cream-deep);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--burgundy);
  white-space: nowrap;
}

/* ── Three-column feature grid ─────────────── */
.three-col-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}
@media (max-width: 860px) {
  .three-col-grid { grid-template-columns: 1fr; gap: 20px; }
}
.feature-card {
  background: #fff;
  border: 1px solid var(--cream-deep);
  border-radius: 8px;
  padding: 28px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.feature-card:hover {
  border-color: var(--rose-dust);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.feature-card h3 {
  margin: 12px 0 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  color: var(--burgundy);
}
.feature-card p {
  margin: 0;
  font-size: 15px;
  color: var(--warm-ink);
}
.feature-icon {
  font-size: 24px;
  color: var(--gold);
  line-height: 1;
}

/* ── Surgeon bio grid (homepage two-column) ── */
.surgeon-bio-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 28px;
}
@media (max-width: 720px) {
  .surgeon-bio-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
}
.surgeon-bio-grid img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}
.surgeon-bio-grid > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.surgeon-bio-grid .btn-secondary { align-self: flex-start; }
@media (max-width: 720px) {
  .surgeon-bio-grid img { margin: 0 auto; max-width: 240px; }
  .surgeon-bio-grid .btn-secondary { align-self: center; }
}

/* ── Inline CTA block ──────────────────────── */
.cta-inline {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── H1 sizing on homepage ────────────────── */
.hero-large h1 {
  font-size: clamp(36px, 5.2vw, 60px);
  line-height: 1.08;
  margin: 14px 0 18px;
  color: var(--burgundy);
}
.hero-large h1 em {
  font-style: italic;
  color: var(--rose-deep);
  font-weight: 400;
}
.hero-large .lead-p {
  font-size: 17.5px;
  max-width: 56ch;
  color: var(--warm-ink);
  margin-bottom: 28px;
}

/* ============================================
   FOUNDATION LAYOUT COMPATIBILITY LAYER
   The helpers emit .container, .section-block, .section-alt
   but the original CSS used .section-inner, .section-tinted etc.
   These rules unify the system.
   ============================================ */

/* ── Container (used in 69 pages) ─────────── */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Section blocks ────────────────────────── */
.section-block {
  padding: 56px 0;
}
.section-block:first-child { padding-top: 40px; }
.section-block + .section-block { padding-top: 0; }
.section-block.section-alt {
  background: var(--cream-soft);
}
@media (max-width: 720px) {
  .section-block { padding: 40px 0; }
}

/* ── Page hero (default for inner pages) ──── */
.page-hero {
  padding: 56px 0 32px;
  background: linear-gradient(180deg, var(--cream-mist) 0%, var(--cream-base) 100%);
}
.page-hero h1 {
  font-size: clamp(30px, 4.2vw, 44px);
  margin: 12px 0 16px;
  color: var(--burgundy);
}
.page-hero .lead-p {
  font-size: 18px;
  max-width: 62ch;
  color: var(--warm-ink);
}

/* ── Breadcrumbs ──────────────────────────── */
.breadcrumbs {
  font-size: 13.5px;
  color: var(--warm-muted);
  margin: 24px 0 0;
  letter-spacing: 0.02em;
}
.breadcrumbs a {
  color: var(--rose-deep);
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  text-decoration-color: var(--rose-dust);
}
.breadcrumbs .sep {
  color: var(--warm-faint);
  margin: 0 8px;
}
.breadcrumbs .current {
  color: var(--warm-ink);
}

/* ── FAQ accordion answer ─────────────────── */
.faq-item {
  border-bottom: 1px solid var(--cream-deep);
  padding: 6px 0;
}
.faq-item summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--burgundy);
  list-style: none;
  position: relative;
  padding-right: 36px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--gold-deep);
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-answer {
  padding: 0 0 18px;
  color: var(--warm-ink);
  font-size: 15.5px;
  line-height: 1.65;
}
.faq-answer p { margin: 0 0 12px; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ── HowTo numbered steps ─────────────────── */
.step-num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: var(--burgundy);
  color: #fff;
  border-radius: 50%;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  margin-right: 14px;
  vertical-align: -8px;
}
.numbered-steps {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  counter-reset: stepCounter;
}
.numbered-steps li {
  position: relative;
  padding: 16px 0 16px 56px;
  counter-increment: stepCounter;
  border-bottom: 1px solid var(--cream-deep);
}
.numbered-steps li::before {
  content: counter(stepCounter);
  position: absolute;
  left: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  background: var(--burgundy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
}

/* ── Two-column generic grid ──────────────── */
.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 28px;
}
@media (max-width: 720px) {
  .two-col-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ── Testimonials ─────────────────────────── */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.testimonial {
  background: #fff;
  border: 1px solid var(--cream-deep);
  border-radius: 8px;
  padding: 24px;
  position: relative;
}
.testimonial::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  left: 16px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 56px;
  color: var(--rose-dust);
  line-height: 1;
}
.testimonial p {
  padding-top: 28px;
  font-style: italic;
  color: var(--warm-ink);
}
.testimonial cite {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: var(--warm-muted);
  margin-top: 12px;
}

/* ── Form note ────────────────────────────── */
.form-note {
  font-size: 13px;
  color: var(--warm-muted);
  margin: 8px 0 0;
  line-height: 1.5;
}

/* ── Suitability CTA section override ─────── */
.suitability-cta {
  background: var(--burgundy);
  color: #fff;
  padding: 56px 0;
  text-align: center;
}
.suitability-cta .section-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}
.suitability-cta h2 {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 34px);
  margin: 0 0 16px;
}
.suitability-cta p {
  color: rgba(255,255,255,.92);
  font-size: 17px;
  margin: 0 auto 24px;
}
.suitability-cta .btn-primary {
  background: var(--gold);
  border-color: var(--gold);
}
.suitability-cta .btn-primary:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
}

/* ── CTA section ──────────────────────────── */
.cta-section {
  background: var(--cream-soft);
  padding: 48px 0;
  text-align: center;
}
.cta-section h2 {
  margin: 0 0 12px;
  color: var(--burgundy);
}
.cta-section p {
  max-width: 600px;
  margin: 0 auto 24px;
  color: var(--warm-ink);
}

/* ── EEAT author box ─────────────────────── */
.eeat-author-box {
  display: flex;
  gap: 16px;
  align-items: center;
  background: rgba(255,255,255,.65);
  border: 1px solid var(--cream-deep);
  border-radius: 8px;
  padding: 14px 18px;
  margin: 28px 0 0;
  max-width: 560px;
}
.eeat-author-box img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.eeat-author-box .author-text {
  flex: 1;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--warm-ink);
}
.eeat-author-box .author-text strong {
  display: block;
  color: var(--burgundy);
  font-size: 14px;
  margin-bottom: 2px;
}

/* ── Medical disclaimer ──────────────────── */
.medical-disclaimer {
  background: var(--cream-soft);
  border-left: 3px solid var(--gold);
  padding: 16px 20px;
  margin: 32px 0;
  font-size: 13.5px;
  color: var(--warm-muted);
  line-height: 1.6;
  border-radius: 0 4px 4px 0;
}

/* ── Related topics ──────────────────────── */
.related-topics-section {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 1px solid var(--cream-deep);
}
.related-topics-section h2 {
  font-size: 22px;
  margin: 0 0 20px;
  color: var(--burgundy);
}
.related-topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.related-topics-grid a {
  display: block;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--cream-deep);
  border-radius: 6px;
  text-decoration: none;
  color: var(--burgundy);
  font-weight: 500;
  font-size: 14.5px;
  transition: all 0.18s;
}
.related-topics-grid a:hover {
  border-color: var(--rose-dust);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

/* ── Cookie banner palette adjustment ─────── */
.cookie-consent {
  border-color: var(--cream-deep);
}
.cookie-consent-text {
  color: var(--warm-ink) !important;
}
.cookie-consent-text a {
  color: var(--rose-deep) !important;
}
.cookie-btn-primary {
  background: var(--burgundy) !important;
  color: #fff !important;
}
.cookie-btn-primary:hover {
  background: var(--rose-deeper) !important;
}
.cookie-btn-secondary {
  color: var(--burgundy) !important;
  border-color: var(--cream-deep) !important;
}
.cookie-btn-secondary:hover {
  background: var(--cream-soft) !important;
}

/* ── Avoid FAB/cookie banner overlap on mobile ── */
@media (max-width: 760px) {
  .cookie-consent {
    bottom: 90px;  /* leave room above WA FAB */
  }
}

/* ── Section headings inherit burgundy ──── */
.section-block h2 {
  color: var(--burgundy);
  margin-top: 0;
}
.section-block h3 {
  color: var(--rose-deep);
}

/* ── Topbar text spacing ───────────────── */
.topbar-badge {
  background: rgba(184, 153, 104, .2);
  color: var(--gold);
}

/* ── Final polish ────────────────────────── */
.main-nav a { white-space: nowrap; }
.main-nav ul { gap: 22px; }
.logo-text {
  white-space: nowrap;
  line-height: 1.15;
}
@media (max-width: 1100px) {
  .main-nav ul { gap: 18px; }
  .main-nav a { font-size: 13.5px; }
}
@media (max-width: 980px) {
  .logo-text { font-size: 19px; }
}
