/* ═══ A Pharmácia da Avó — Styles ═══ */
/* Google Fonts loaded via <link> in header.php for performance */

:root {
  --teal: #2F5D62;
  --dteal: #1E3D40;
  --cream: #FDF6EC;
  --pink: #D4708F;
  --gold: #D4A843;
  --olive: #6B8E5A;
  --pf: 'Playfair Display', serif;
  --cg: 'Cormorant Garamond', serif;
  --eb: 'EB Garamond', Georgia, serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--eb); color: #2C2C2C; background: #FFFDF8; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: rgba(212,112,143,0.25); border-radius: 3px; }

/* ── Animations ── */
@keyframes fadeSlideUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes bounce { 0%,100% { transform:translateY(0); } 50% { transform:translateY(8px); } }
@keyframes scrollDot { 0% { opacity:1; transform:translateY(0); } 100% { opacity:0; transform:translateY(14px); } }

.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right { opacity: 0; transform: translateX(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

.anim-fsu { animation: fadeSlideUp 1s ease-out both; }
.anim-d1 { animation-delay: 0.1s; }
.anim-d2 { animation-delay: 0.2s; }
.anim-d3 { animation-delay: 0.3s; }
.anim-d4 { animation-delay: 0.4s; }
.anim-d5 { animation-delay: 0.5s; }
.anim-d6 { animation-delay: 0.6s; }
.anim-d7 { animation-delay: 0.7s; }
.anim-d8 { animation-delay: 0.8s; }

/* ── Nav ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.5s cubic-bezier(0.4,0,0.2,1), box-shadow 0.5s cubic-bezier(0.4,0,0.2,1), border-bottom 0.5s cubic-bezier(0.4,0,0.2,1); }
.nav.scrolled { background: rgba(253,246,236,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(212,168,67,0.1); box-shadow: 0 2px 30px rgba(0,0,0,0.05); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 0.5rem 2rem; transition: padding 0.4s; }
.nav.scrolled .nav-inner { padding: 0.3rem 2rem; }
.nav-logo { height: 110px; cursor: pointer; transition: all 0.4s; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.18)); }
.nav.scrolled .nav-logo { height: 70px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08)); }
.nav-links { display: flex; gap: 2rem; align-items: center; justify-content: center; }
.nav-link { font-family: var(--cg); font-size: 1rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; border-bottom: 2px solid transparent; padding-bottom: 3px; transition: all 0.3s; }
.nav-link:hover, .nav-link.active { color: var(--pink) !important; border-bottom-color: var(--pink); }
.nav--dark .nav-link { color: rgba(255,255,255,0.85); }
.nav--light .nav-link { color: var(--teal); }
.lang-toggle { display: flex; border: 1.5px solid var(--gold); border-radius: 20px; overflow: hidden; justify-self: end; }
.nav--dark .lang-toggle { border-color: rgba(255,255,255,0.3); }
.lang-btn { padding: 0.2rem 0.6rem; border: none; cursor: pointer; font-family: var(--cg); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; background: transparent; transition: all 0.3s; }
.lang-btn.active { background: var(--gold); color: #fff; }
.nav--dark .lang-btn { color: rgba(255,255,255,0.7); }
.nav--light .lang-btn { color: #B8922E; }

/* ── Hero sections ── */
.hero { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding-top: 140px; padding-bottom: 3rem; }
.hero-home { min-height: 65vh; background: linear-gradient(170deg, #1E3D40 0%, #2F5D62 35%, #3A6B6E 65%, #4A7A6E 100%); }
.hero-about { min-height: 70vh; background: linear-gradient(170deg, #1E3D40 0%, #2A5558 30%, #2F5D62 60%, #3A6B6E 100%); }
.hero-menus { min-height: 70vh; background: linear-gradient(170deg, #2A1F14 0%, #3D2E1F 35%, #4A3828 65%, #3D2E1F 100%); }
.hero-contact { min-height: 50vh; background: linear-gradient(170deg, #1E3D40 0%, #2A5558 40%, #3A6B6E 100%); }
.hero-blog { min-height: 50vh; background: linear-gradient(170deg, #1E3D40 0%, #2F5D62 50%, #4A7A6E 100%); }
.hero-menu-detail { min-height: 50vh; padding: 8rem 2rem 4rem; }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 0 2rem; }
.hero-brand { font-family: var(--cg); font-size: 0.75rem; font-weight: 700; color: var(--gold); letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 1rem; }
.hero h1 { font-family: var(--pf); font-weight: 800; color: var(--cream); line-height: 1.05; }
.hero h1 em { font-style: italic; font-weight: 400; color: var(--gold); }
.hero-sub { font-size: 1.15rem; color: rgba(253,246,236,0.7); font-style: italic; line-height: 1.7; font-family: var(--pf); font-weight: 400; margin-bottom: 1.5rem; }

/* ── Ornament ── */
.orn { width: 180px; height: 18px; display: block; margin: 0.8rem auto; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.85rem 2.5rem; border-radius: 50px; font-family: var(--cg); font-weight: 700; font-size: 1rem; cursor: pointer; letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.4s; border: none; }
.btn-outline { background: transparent; border: 2px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--dteal); }
.btn-pink { background: linear-gradient(135deg, var(--pink), #B94D6F); color: #fff; }
.btn-pink:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(212,112,143,0.3); }
.btn-gold { background: linear-gradient(135deg, var(--gold), #B8922E); color: #fff; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(212,168,67,0.3); }
.btn-back { background: transparent; padding: 0.6rem 1.8rem; font-size: 0.9rem; }

/* ── Sections ── */
.section { padding: 5rem 2rem; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--dteal); color: var(--cream); }
.section-warm { background: linear-gradient(135deg, #F5E6D3, #EDE3D0, #F0D9C4); }
.section-title { font-family: var(--pf); font-size: 2.2rem; color: var(--dteal); text-align: center; }
.section-sub { font-size: 1.1rem; color: #666; font-style: italic; max-width: 480px; margin: 0 auto; text-align: center; }
.container { max-width: 1050px; margin: 0 auto; }
.container-sm { max-width: 900px; margin: 0 auto; }
.container-xs { max-width: 600px; margin: 0 auto; }

/* ── Cards ── */
.card { background: #fff; border-radius: 20px; padding: 2.5rem 2rem; text-align: center; border: 1px solid #EDE3D0; transition: all 0.4s; cursor: default; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.07); }
.card-icon { font-size: 3rem; margin-bottom: 1rem; }
.card-title { font-family: var(--pf); font-size: 1.25rem; color: var(--dteal); margin-bottom: 0.6rem; }
.card-text { font-size: 0.95rem; color: #777; line-height: 1.7; }

/* ── Grid layouts ── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; align-items: stretch; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; align-items: stretch; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.grid-3-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }

/* ── Hours ribbon ── */
.hours-ribbon { background: linear-gradient(135deg, var(--cream), #EDE3D0); padding: 2rem 1rem; border-top: 3px solid var(--gold); }
.hours-inner { max-width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 1.2rem; flex-wrap: nowrap; }
.hours-block { display: flex; align-items: center; gap: 0.7rem; flex-shrink: 0; }
.hours-block p { white-space: nowrap; margin: 0; }
.hours-block p:first-child { font-size: 0.65rem !important; letter-spacing: 0.12em; }
.hours-block p:last-child { font-size: 0.92rem !important; }
.hours-icon { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.hours-sep { width: 1px; height: 32px; background: var(--gold); opacity: 0.3; flex-shrink: 0; }

/* ── Quote ── */
.quote-section { padding: 4.5rem 2rem; text-align: center; }
.quote-mark { font-size: 3.5rem; font-family: var(--pf); line-height: 0.8; opacity: 0.5; }
.quote-text { font-family: var(--pf); font-size: 1.35rem; font-style: italic; line-height: 1.75; margin-top: -0.3rem; }

/* ── Timeline ── */
.timeline { max-width: 850px; margin: 0 auto; padding: 5rem 2rem; position: relative; }
.timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); opacity: 0.2; }
.timeline-item { display: flex; align-items: flex-start; gap: 2.5rem; margin-bottom: 4rem; }
.timeline-item:nth-child(even) { flex-direction: row-reverse; }
.timeline-item:nth-child(even) .timeline-content { text-align: left; }
.timeline-content { flex: 1; }
.timeline-content:first-child { text-align: right; }
.timeline-dot { width: 18px; height: 18px; border-radius: 50%; border: 4px solid #FFFDF8; flex-shrink: 0; margin-top: 6px; }
.timeline-spacer { flex: 1; }
.timeline-num { font-family: var(--cg); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.timeline-year { font-family: var(--pf); font-size: 1.6rem; margin-bottom: 0.6rem; }
.timeline-text { font-size: 1rem; line-height: 1.85; color: #444; }

/* ── Menu overview cards ── */
.menu-card { margin-bottom: 3.5rem; border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 4px 30px rgba(0,0,0,0.05); display: grid; min-height: 340px; transition: all 0.4s; }
.menu-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(0,0,0,0.1); }
.menu-card-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 2rem; }
.menu-card-body { padding: 3rem; display: flex; flex-direction: column; justify-content: center; }

/* ── Menu detail accordion ── */
.accordion { margin-bottom: 2.5rem; border-radius: 20px; overflow: hidden; position: relative; }
.accordion-header { width: 100%; padding: 2rem; display: flex; align-items: center; justify-content: space-between; border: none; cursor: pointer; transition: all 0.3s; text-align: center; background: var(--cream); border-radius: 20px; }
.accordion-header.open { border-radius: 20px 20px 0 0; }
.accordion-top-line { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 40%; height: 3px; border-radius: 0 0 3px 3px; }
.accordion-body { overflow: hidden; transition: max-height 0.6s ease, opacity 0.4s ease; background: var(--cream); border-radius: 0 0 20px 20px; }
.accordion-grid { display: grid; gap: 1rem; padding: 1.5rem 2rem 2rem; }
.menu-item-card { background: #fff; border-radius: 14px; padding: 1.5rem; text-align: center; transition: all 0.4s; cursor: default; }
.menu-item-card:hover { transform: translateY(-4px); }
.menu-item-num { font-family: var(--cg); font-size: 0.65rem; font-weight: 700; opacity: 0.35; letter-spacing: 0.1em; margin-bottom: 0.6rem; }
.menu-item-dot { width: 5px; height: 5px; border-radius: 50%; opacity: 0.25; margin: 0 auto 0.8rem; }
.menu-item-name { font-family: var(--pf); font-size: 1.08rem; color: var(--dteal); margin-bottom: 0.4rem; font-weight: 600; line-height: 1.3; }
.menu-item-desc { font-size: 0.88rem; color: #888; line-height: 1.65; font-style: italic; }

/* ── Contact form ── */
.form-group { margin-bottom: 1.2rem; }
.form-label { display: block; font-family: var(--cg); font-size: 0.92rem; font-weight: 700; color: var(--teal); margin-bottom: 0.35rem; letter-spacing: 0.04em; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 0.8rem 1rem; border: 1.5px solid #EDE3D0; border-radius: 12px; font-family: var(--eb); font-size: 1rem; color: #2C2C2C; background: #FFFDF8; outline: none; transition: border-color 0.3s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); }
.form-textarea { min-height: 100px; resize: vertical; }
.product-picker { max-height: 160px; overflow-y: auto; padding: 0.4rem; }
.product-section-label { font-family: var(--cg); font-size: 0.72rem; font-weight: 700; color: var(--pink); letter-spacing: 0.08em; text-transform: uppercase; padding: 0.4rem 0.6rem 0.2rem; }
.product-option { padding: 0.45rem 0.6rem; margin: 0.15rem 0; border-radius: 8px; cursor: pointer; font-size: 0.92rem; display: flex; align-items: center; gap: 0.5rem; transition: all 0.25s; }
.product-option:hover { background: rgba(212,112,143,0.05); }
.product-option.selected { background: linear-gradient(135deg, var(--pink), #B94D6F); color: #fff; }
.product-check { width: 16px; height: 16px; border-radius: 4px; border: 1.5px solid #ccc; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; }
.product-option.selected .product-check { border: none; background: rgba(255,255,255,0.3); }
.selected-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.5rem; }
.chip { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.3rem 0.7rem; border-radius: 20px; background: rgba(212,112,143,0.08); color: var(--pink); font-family: var(--cg); font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: all 0.2s; border: 1px solid rgba(212,112,143,0.15); }
.chip:hover { background: rgba(212,112,143,0.15); }
.chip-remove { font-size: 0.75rem; opacity: 0.7; }

/* ── Footer ── */
.footer { background: var(--dteal); }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 4rem 2rem 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-heading { font-family: var(--cg); font-size: 0.78rem; font-weight: 700; color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.2rem; }
.footer-link { font-size: 0.92rem; color: rgba(253,246,236,0.55); margin-bottom: 0.65rem; cursor: pointer; transition: color 0.3s; display: block; }
.footer-link:hover { color: var(--gold); }
.footer-small { font-size: 0.78rem; color: rgba(253,246,236,0.35); font-family: var(--cg); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.15rem; }
.footer-text { font-size: 0.92rem; color: rgba(253,246,236,0.55); }
.footer-bottom { border-top: 1px solid rgba(212,168,67,0.12); padding-top: 1.8rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.8rem; color: rgba(253,246,236,0.3); }
.social-icons { display: flex; gap: 0.7rem; }
.social-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(212,168,67,0.3); color: rgba(253,246,236,0.7); transition: all 0.3s; text-decoration: none; }
.social-icon svg { width: 18px; height: 18px; transition: transform 0.3s; }
.social-icon:hover { background: var(--gold); color: var(--dteal); border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(212,168,67,0.35); }
.social-icon:hover svg { transform: scale(1.1); }
.complaints-box { margin-top: 1.2rem; padding: 0.85rem 1rem; background: rgba(253,246,236,0.06); border-radius: 10px; border: 1px solid rgba(253,246,236,0.08); display: flex; align-items: center; gap: 0.6rem; }

/* ── Hamburger ── */
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; border-radius: 2px; transition: all 0.3s; }
.nav--dark .hamburger span { background: rgba(253,246,236,0.8); }
.nav--light .hamburger span, .nav.scrolled .hamburger span { background: var(--teal); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Phone (Call) Floating Button ── */
.phone-btn {
    position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 9990;
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--gold); color: #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(212,168,67,0.4);
    transition: all 0.3s;
    text-decoration: none;
}
.phone-btn:hover { transform: scale(1.1); box-shadow: 0 6px 25px rgba(212,168,67,0.6); background: #B8922E; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .grid-3, .grid-3-values { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .menu-card { grid-template-columns: 1fr !important; }
  .menu-card-visual { order: 0 !important; }
  .menu-card-body { order: 1 !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hours-inner { flex-direction: column; gap: 1.5rem; }
  .hours-sep { width: 60px; height: 1px; }
  .timeline-item, .timeline-item:nth-child(even) { flex-direction: column; text-align: left !important; }
  .timeline-content, .timeline-content:first-child { text-align: left !important; }
  .timeline-spacer { display: none; }
  .timeline-line { left: 9px; }
  .accordion-grid { grid-template-columns: 1fr !important; }

  /* Mobile menu */
  .hamburger { display: flex; position: relative; z-index: 10001; }
  .nav-logo { height: 80px; }
  .nav.scrolled .nav-logo { height: 55px; }
  .nav-links-desktop { display: none; }
}

/* ── Mobile Menu Overlay (outside nav — no stacking context issues) ── */
.mobile-menu {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh; height: 100dvh;
  background: rgba(30,61,64,0.98); backdrop-filter: blur(20px);
  z-index: 9999;
  flex-direction: column; align-items: center; justify-content: center; gap: 1.8rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu-link {
  font-family: var(--cg); font-size: 1.4rem; font-weight: 700; color: var(--cream);
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  padding: 0.6rem 1.5rem; border-bottom: 2px solid transparent; transition: all 0.3s;
}
.mobile-menu-link:hover, .mobile-menu-link.active { color: var(--gold); border-bottom-color: var(--gold); }
.lang-btn-mobile {
  font-family: var(--cg); font-size: 0.9rem; font-weight: 700; color: rgba(253,246,236,0.5);
  text-decoration: none; padding: 0.4rem 1rem; border: 1.5px solid rgba(253,246,236,0.2);
  border-radius: 20px; transition: all 0.3s;
}
.lang-btn-mobile.active { color: var(--gold); border-color: var(--gold); }
.lang-btn-mobile:hover { color: #fff; border-color: rgba(253,246,236,0.5); }

/* ── Small mobile (≤600px) ── */
@media (max-width: 600px) {
  /* Collapse inline 2-col and 3-col grids */
  [style*="grid-template-columns:1fr 1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr 1fr"] { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:1fr 1fr;"],
  [style*="grid-template-columns:1fr 1fr}"] { grid-template-columns: 1fr !important; }
  /* Narrower padding on sections */
  .section { padding-left: 1.2rem !important; padding-right: 1.2rem !important; }
  .container, .container-sm { padding-left: 1rem; padding-right: 1rem; }
  /* Hours ribbon stack */
  .hours-sep { display: none; }
  /* Founder photo */
  .fundadora-grid > div:first-child > div { width: 220px !important; height: 220px !important; }
  /* Product picker: smaller buttons */
  .produto-card { padding: 0.9rem 1rem !important; }
  .qty-controls button { width: 36px !important; height: 36px !important; }
  .qty-controls span { width: 40px !important; height: 36px !important; }
  /* Cart summary bar */
  #cart-summary { padding: 0.7rem 1.2rem !important; border-radius: 40px !important; }
  /* Phone btn */
  .phone-btn { width: 50px; height: 50px; bottom: 1rem; right: 1rem; }
}

/* ── Utility classes (replaces common inline styles) ── */
.label-caps { font-family: var(--cg); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.label-caps-gold { font-family: var(--cg); font-size: 0.75rem; font-weight: 700; color: var(--gold); letter-spacing: 0.15em; text-transform: uppercase; }
.label-caps-pink { font-family: var(--cg); font-size: 0.75rem; font-weight: 700; color: var(--pink); letter-spacing: 0.15em; text-transform: uppercase; }
.heading-serif { font-family: var(--pf); color: var(--dteal); line-height: 1.2; }
.heading-serif-lg { font-family: var(--pf); font-size: 2rem; color: var(--dteal); line-height: 1.2; margin-bottom: 1rem; }
.heading-serif-md { font-family: var(--pf); font-size: 1.5rem; color: var(--dteal); margin-bottom: 0.5rem; }
.heading-serif-sm { font-family: var(--pf); font-size: 1.05rem; color: var(--dteal); margin-bottom: 0.4rem; }
.text-body { font-size: 1.05rem; color: #555; line-height: 1.85; }
.text-body-sm { font-size: 0.88rem; color: #888; line-height: 1.65; }
.text-body-italic { font-size: 0.95rem; color: #888; font-style: italic; line-height: 1.6; }
.text-muted { font-size: 0.82rem; color: #aaa; font-style: italic; }
.icon-lg { font-size: 2.2rem; margin-bottom: 0.7rem; }
.icon-xl { font-size: 2.5rem; margin-bottom: 0.8rem; }
.icon-status { font-size: 1.5rem; margin-bottom: 0.5rem; }
.box-white { background: #fff; border-radius: 20px; padding: 2.5rem; box-shadow: 0 4px 25px rgba(0,0,0,0.05); }
.box-cream { background: var(--cream); border-radius: 16px; padding: 1.5rem; text-align: center; border: 1px solid #EDE3D0; }
.box-warm { background: #FDFAF5; border-radius: 10px; border: 1px solid #EDE3D0; padding: 1rem 1.2rem; }
.alert-ok { background: linear-gradient(135deg,#6B8E5A15,#6B8E5A08); border: 1px solid #6B8E5A30; border-radius: 16px; padding: 1.5rem 2rem; margin-bottom: 1.5rem; text-align: center; }
.alert-ok p:last-child { font-family: var(--pf); font-size: 1.1rem; color: #6B8E5A; font-weight: 600; }
.alert-error { background: linear-gradient(135deg,#D4708F15,#D4708F08); border: 1px solid #D4708F30; border-radius: 16px; padding: 1.5rem 2rem; margin-bottom: 1.5rem; text-align: center; }
.alert-error p:last-child { font-family: var(--pf); font-size: 1.1rem; color: var(--pink); font-weight: 600; }
.divider-gold { width: 40px; height: 1.5px; background: var(--gold); margin: 2rem auto; opacity: 0.4; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-gap-sm { gap: 0.6rem; }
.flex-gap-md { gap: 1rem; }
.flex-gap-lg { gap: 1.5rem; }
.flex-wrap { flex-wrap: wrap; }
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
