/* ================================================================
   LARAWARE WELFARE FOUNDATION — Premium Charity Design System
   WordPress Adaptation · Version 1.0
================================================================ */

/* ─── CSS RESET & VARIABLES ─── */
:root {
  --saffron: #E8600A;
  --saffron-hover: #D05508;
  --saffron-light: #FF8534;
  --saffron-pale: #FFF4EB;
  --gold: #C8941A;
  --gold-light: #F5E6C0;
  --deep: #1A0F00;
  --deep-alt: #2E1A04;
  --cream: #FDFAF6;
  --white: #FFFFFF;
  --grey-900: #2D2420;
  --grey-700: #5A524C;
  --grey-500: #8A827C;
  --grey-300: #C4BDB6;
  --grey-100: #F0ECE8;
  --grey-50: #F7F4F0;
  --green: #1B7A4A;
  --green-pale: #E6F5ED;
  --red: #C0392B;
  --red-pale: #FDECEB;
  --blue: #2563EB;
  --blue-pale: #EFF6FF;

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'DM Sans', 'Segoe UI', sans-serif;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
  --shadow-xl: 0 24px 64px rgba(0,0,0,0.16);
  --shadow-saffron: 0 8px 32px rgba(232,96,10,0.28);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 100px;

  --container: 1240px;
  --nav-height: 80px;

  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ─── NUKE ALL ASTRA DEFAULT HEADER/FOOTER/NAV ─── */
.ast-header-break-point .main-header-bar,
.ast-desktop-header .main-header-bar,
.main-header-bar,
.main-header-bar-wrap,
#masthead,
.site-header,
.ast-main-header-bar-alignment,
.main-header-bar-navigation,
#primary-site-navigation,
#ast-hf-menu-1,
.ast-above-header,
.ast-below-header,
.ast-mobile-header-wrap,
.ast-header-widget-area,
.site-below-footer-wrap,
.ast-small-footer,
.ast-footer-overlay,
.site-footer,
footer.site-footer,
.ast-small-footer-wrap,
.ast-footer-copyright {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Override Astra defaults */
body, .ast-separate-container, .ast-plain-container, .ast-page-builder-template {
  font-family: var(--font-body) !important;
  background: var(--cream) !important;
  color: var(--deep);
  overflow-x: hidden;
  line-height: 1.6;
}
.ast-container { max-width: 100% !important; padding: 0 !important; }

/* Reset Astra spacing - CRITICAL */
.site-content > .ast-container,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-page,
.entry-content,
.ast-plain-container .site-content .ast-container,
#primary,
.content-area {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .ast-article-page {
  background: transparent !important;
  box-shadow: none !important;
}
.hentry { margin-bottom: 0 !important; }

/* Override Astra heading colors */
h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6,
.entry-content :where(h1,h2,h3,h4,h5,h6) {
  color: inherit !important;
  font-family: var(--font-display) !important;
}

/* Override Astra entry-content list/link styling */
.entry-content a { text-decoration: none !important; }
.entry-content ul, .entry-content ol { padding: 0 !important; margin: 0 !important; list-style: none !important; }

/* Remove Astra page title */
.ast-archive-description,
.page .entry-header,
.ast-page-builder-template .entry-header {
  display: none !important;
}

/* Kill Astra scroll-to-top (we have our own) */
#ast-scroll-top { display: none !important; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: var(--font-body); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 40px; } }
@media (min-width: 1200px) { .container { padding: 0 20px; } }

/* ─── TYPOGRAPHY ─── */
.heading-xl { font-family: var(--font-display); font-size: clamp(44px, 7vw, 88px); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; }
.heading-lg { font-family: var(--font-display); font-size: clamp(36px, 5vw, 64px); font-weight: 700; line-height: 1.08; }
.heading-md { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 48px); font-weight: 700; line-height: 1.12; }
.heading-sm { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 32px); font-weight: 700; line-height: 1.2; }
.text-lg { font-size: 18px; line-height: 1.75; color: var(--grey-700); font-weight: 300; }
.text-md { font-size: 15px; line-height: 1.7; color: var(--grey-700); }
.text-sm { font-size: 13px; line-height: 1.6; color: var(--grey-500); }
.label { font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--saffron); }
.accent { color: var(--saffron); }
.italic-accent { font-style: italic; background: linear-gradient(135deg, var(--saffron), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; border-radius: var(--radius-sm);
  font-size: 15px; font-weight: 600; white-space: nowrap;
  transition: all 0.3s var(--ease-out);
  position: relative; overflow: hidden;
}
.btn-primary {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-hover));
  color: var(--white); box-shadow: var(--shadow-saffron);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(232,96,10,0.38); color: var(--white); }
.btn-secondary {
  background: var(--white); color: var(--deep);
  border: 2px solid var(--grey-100); box-shadow: var(--shadow-sm);
}
.btn-secondary:hover { border-color: var(--saffron); color: var(--saffron); transform: translateY(-1px); }
.btn-ghost { color: var(--deep); font-weight: 600; padding: 15px 0; }
.btn-ghost::after { content: '→'; transition: transform 0.2s; margin-left: 4px; }
.btn-ghost:hover { color: var(--saffron); }
.btn-ghost:hover::after { transform: translateX(4px); }
.btn-white { background: var(--white); color: var(--saffron); font-weight: 700; box-shadow: var(--shadow-md); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--saffron); }
.btn-outline-white {
  border: 2px solid rgba(255,255,255,0.4); color: var(--white);
  background: transparent;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.7); color: var(--white); }
.btn-lg { padding: 18px 40px; font-size: 16px; border-radius: var(--radius-md); }

/* ─── NAVIGATION ─── */
.lwf-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253,250,246,0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(232,96,10,0.08);
  transition: all 0.35s var(--ease-out);
  height: var(--nav-height);
}
.lwf-nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.07); background: rgba(253,250,246,0.97); }
.lwf-nav.nav-hidden { transform: translateY(-100%); }
.nav-container {
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  height: 100%; display: flex; align-items: center; justify-content: space-between;
}
@media (min-width: 768px) { .nav-container { padding: 0 40px; } }
@media (min-width: 1200px) { .nav-container { padding: 0 20px; } }

/* Nav Logo / Brand */
.lwf-nav .nav-logo {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none; color: inherit;
}
.lwf-nav .nav-logo-img {
  height: 48px; width: auto; object-fit: contain;
}
.lwf-nav .logo-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(232,96,10,0.25);
}
.lwf-nav .logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.lwf-nav .logo-main { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--deep); }
.lwf-nav .logo-sub { font-size: 10px; color: var(--grey-500); letter-spacing: 0.5px; }

/* Mobile menu logo */
.mobile-logo-img { height: 40px; width: auto; object-fit: contain; }

/* Footer logo */
.footer-logo-img { height: 52px; width: auto; object-fit: contain; }

/* Nav Links */
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-link {
  font-size: 14px; font-weight: 500; color: var(--grey-700);
  padding: 8px 16px; border-radius: var(--radius-sm);
  transition: all 0.2s; text-decoration: none;
}
.nav-link:hover { color: var(--saffron); background: var(--saffron-pale); }
.nav-link.active { color: var(--saffron); font-weight: 600; }

/* Nav Actions / Donate CTA */
.nav-actions { display: flex; align-items: center; }
.btn-nav-donate {
  background: var(--saffron); color: var(--white) !important;
  padding: 10px 24px; border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 600;
  box-shadow: 0 4px 14px rgba(232,96,10,0.3);
  transition: all 0.25s; text-decoration: none;
}
.btn-nav-donate:hover { background: var(--saffron-hover); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232,96,10,0.4); color: var(--white) !important; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; cursor: pointer; z-index: 1001;
  background: none; border: none;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--deep); border-radius: 2px;
  transition: all 0.3s var(--ease-out);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translateY(5px) translateX(5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translateY(-5px) translateX(5px); }

/* Mobile Overlay */
.mobile-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.5);
  z-index: 999; opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-overlay.open { opacity: 1; pointer-events: all; }

/* Mobile Menu Drawer — hidden by default */
.mobile-menu {
  position: fixed; top: 0; right: -100%; width: 320px; height: 100vh;
  background: var(--white); z-index: 1001;
  display: flex; flex-direction: column;
  padding: 32px; gap: 4px;
  box-shadow: -12px 0 40px rgba(0,0,0,0.15);
  transition: right 0.4s var(--ease-out);
  overflow-y: auto;
}
.mobile-menu.open { right: 0; }
.mobile-menu-header {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 24px; border-bottom: 1px solid var(--grey-100);
  margin-bottom: 16px;
}
.mobile-menu-header .logo-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.mobile-menu-header .logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.mobile-menu-header .logo-main { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--deep); }
.mobile-menu-header .logo-sub { font-size: 10px; color: var(--grey-500); }
.mobile-menu-links { display: flex; flex-direction: column; gap: 2px; }
.mobile-link {
  font-size: 16px; font-weight: 500; color: var(--grey-700);
  padding: 14px 16px; border-radius: var(--radius-sm);
  transition: all 0.2s; text-decoration: none;
}
.mobile-link:hover { color: var(--saffron); background: var(--saffron-pale); }
.mobile-link.active { color: var(--saffron); font-weight: 600; background: var(--saffron-pale); }

/* Responsive: show hamburger, hide desktop nav links */
@media (max-width: 1024px) {
  .hamburger { display: flex; }
  .nav-links, .nav-actions { display: none; }
}

/* ─── PAGE HERO ─── */
.page-hero {
  padding: calc(var(--nav-height) + 60px) 0 80px;
  position: relative; overflow: hidden;
}
.page-hero-dark {
  background: linear-gradient(160deg, var(--deep) 0%, var(--deep-alt) 50%, #3A1800 100%);
  color: var(--white);
}
.page-hero-dark::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(232,96,10,0.15) 0%, transparent 55%);
}
.page-hero-light { background: var(--cream); }
.page-hero-light::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 50%; height: 100%;
  background: linear-gradient(160deg, var(--saffron-pale), #FFE8D0);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.page-hero .container { position: relative; z-index: 1; }

.breadcrumb { font-size: 13px; color: var(--grey-500); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.page-hero-dark .breadcrumb { color: rgba(255,255,255,0.4); }
.breadcrumb a { color: var(--saffron); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--saffron-light); }
.breadcrumb svg { width: 14px; height: 14px; opacity: 0.4; }

/* ─── SECTION COMMONS ─── */
.section { padding: 100px 0; }
.section-sm { padding: 70px 0; }
.section-bg { background: var(--grey-50); }
.section-dark { background: var(--deep); color: var(--white); }
.section-saffron { background: linear-gradient(135deg, var(--saffron), var(--saffron-hover)); color: var(--white); }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-header .label { margin-bottom: 14px; display: block; }
.section-header p { margin-top: 14px; }

/* ─── CARDS ─── */
.card {
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all 0.35s var(--ease-out);
  overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-body { padding: 28px 24px; }

/* ─── IMAGE PLACEHOLDER ─── */
.img-placeholder {
  background: var(--grey-100);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 8px;
  color: var(--grey-500); font-size: 13px; font-weight: 500;
  position: relative; overflow: hidden;
}
.img-placeholder .ph-icon, .img-placeholder .ph-emoji { font-size: 48px; opacity: 0.6; }
.img-placeholder .ph-size { font-size: 11px; opacity: 0.4; letter-spacing: 1px; }
.img-placeholder img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}

/* ─── IMPACT TICKER ─── */
.impact-bar,
.impact-ticker {
  background: var(--deep); color: var(--white);
  padding: 18px 0; overflow: hidden;
  position: relative;
}
.ticker-track {
  display: flex; gap: 64px; width: max-content;
  animation: ticker 25s linear infinite;
}
.ticker-content {
  display: flex; gap: 20px; width: max-content;
  animation: ticker 30s linear infinite;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; font-size: 15px; font-weight: 500; }
.ticker-item strong { color: var(--saffron-light); font-size: 20px; font-family: var(--font-display); font-weight: 700; }
span.ticker-item { color: rgba(255,255,255,0.85); }
.ticker-sep { color: var(--gold); font-size: 10px; display: inline-flex; align-items: center; margin: 0 6px; }

/* ─── STAT BOX ─── */
.stat-box {
  background: var(--white); padding: 28px 24px;
  border-radius: var(--radius-lg); text-align: center;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--saffron);
}
.stat-num {
  font-family: var(--font-display); font-size: 44px; font-weight: 700;
  color: var(--saffron); line-height: 1;
}
.stat-label { font-size: 12px; color: var(--grey-500); margin-top: 6px; font-weight: 500; }

/* ─── CTA BANNER ─── */
.cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--saffron) 0%, #C8490A 100%);
  color: var(--white); text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; top: -60%; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
}
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner p { color: rgba(255,255,255,0.75); max-width: 540px; margin: 12px auto 40px; font-size: 17px; line-height: 1.65; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ─── FOOTER ─── */
.lwf-footer { background: var(--deep) !important; color: rgba(255,255,255,0.7); padding: 80px 0 40px; }
.lwf-footer .footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.lwf-footer .footer-col { }
.lwf-footer .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.lwf-footer .footer-logo .logo-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.lwf-footer .footer-logo .logo-main { color: var(--white); font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.lwf-footer .footer-logo .logo-sub { font-size: 10px; color: rgba(255,255,255,0.5); }
.lwf-footer .footer-logo .logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.lwf-footer .footer-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.5); }
.lwf-footer .footer-reg { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 14px; display: block; }
.lwf-footer h4 { color: var(--white) !important; font-size: 15px; font-weight: 700; margin-bottom: 20px; font-family: var(--font-display); }
.lwf-footer .footer-links { list-style: none; padding: 0; margin: 0; }
.lwf-footer .footer-links li { margin-bottom: 10px; }
.lwf-footer .footer-links a { color: rgba(255,255,255,0.5) !important; font-size: 14px; transition: color 0.2s; }
.lwf-footer .footer-links a:hover { color: var(--saffron-light) !important; }
.lwf-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; flex-wrap: wrap; gap: 16px;
}
.lwf-footer .footer-bottom a { color: var(--gold); }
.lwf-footer .footer-socials { display: flex; gap: 12px; }
.lwf-footer .social-icon {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; transition: all 0.25s; color: rgba(255,255,255,0.6);
}
.lwf-footer .social-icon:hover { background: var(--saffron); border-color: var(--saffron); color: var(--white); }

@media (max-width: 1024px) {
  .lwf-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .lwf-footer .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .lwf-footer .footer-bottom { flex-direction: column; text-align: center; }
}

/* ─── ANIMATIONS ─── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
@keyframes slideRight { from { opacity: 0; transform: translateX(-24px); } to { opacity: 1; transform: translateX(0); } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── UTILITY ─── */
.text-center { text-align: center; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.mb-0 { margin-bottom: 0; }
.mt-40 { margin-top: 40px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .section-header { margin-bottom: 40px; }
}

/* ─── BACK TO TOP ─── */
.back-to-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 99;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--saffron); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-saffron);
  opacity: 0; transform: translateY(20px);
  transition: all 0.3s var(--ease-out);
  font-size: 20px; border: none; cursor: pointer;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(232,96,10,0.45); }

/* ─── WORDPRESS SPECIFIC OVERRIDES ─── */
/* Remove Astra title area */
.ast-archive-description, .ast-page-builder-template .entry-header { display: none !important; }
.entry-content > *:first-child { margin-top: 0 !important; }

/* Make page builder content full width */
.ast-page-builder-template .site-content > .ast-container {
  max-width: 100% !important; padding: 0 !important;
}

/* Override WP block defaults */
.wp-block-group { padding: 0; }
.entry-content .wp-block-group { max-width: 100%; }

/* Contact Form 7 styling */
.wpcf7 { max-width: 100%; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="url"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%; padding: 14px 18px;
  border: 2px solid var(--grey-100);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 15px; color: var(--deep);
  background: var(--white);
  transition: border-color 0.2s;
}
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: var(--saffron); outline: none;
  box-shadow: 0 0 0 4px rgba(232,96,10,0.1);
}
.wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-hover));
  color: var(--white); border: none;
  padding: 16px 40px; border-radius: var(--radius-sm);
  font-size: 16px; font-weight: 600; cursor: pointer;
  box-shadow: var(--shadow-saffron);
  transition: all 0.3s var(--ease-out);
}
.wpcf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(232,96,10,0.38);
}
.wpcf7-form label {
  font-size: 14px; font-weight: 600; color: var(--deep);
  display: block; margin-bottom: 6px;
}

/* GiveWP Form Styling */
.give-form-wrap { font-family: var(--font-body) !important; }
.give-btn {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-hover)) !important;
  border: none !important;
  box-shadow: var(--shadow-saffron) !important;
  border-radius: var(--radius-sm) !important;
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  transition: all 0.3s var(--ease-out) !important;
}
.give-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 40px rgba(232,96,10,0.38) !important;
}
