@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --forest: #0F6E56;
  --forest-deep: #085041;
  --forest-pale: #E1F5EE;
  --gold: #BA7517;
  --gold-light: #FAEEDA;
  --cream: #FAF8F3;
  --ink: #1A1A18;
  --ink-mid: #4A4A45;
  --ink-light: #8A8A82;
}

body { font-family: 'DM Sans', sans-serif !important; background: var(--cream) !important; }

/* Hide Odoo default header and footer */
#wrapwrap > header, #wrapwrap > footer { display: none !important; }

/* NAVBAR */
.sa-navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  background: var(--forest-deep); padding: 0 40px; height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.sa-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: white; }
.sa-om { font-family: serif; font-size: 28px; color: #FAC775; line-height: 1; }
.sa-brand { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: white; letter-spacing: 0.08em; }
.sa-nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.sa-nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 13px; padding: 8px 14px; border-radius: 6px; transition: all 0.15s; }
.sa-nav-links a:hover { color: white; background: rgba(255,255,255,0.1); }
.sa-nav-cta { background: var(--gold) !important; color: white !important; padding: 8px 18px !important; border-radius: 8px !important; font-weight: 500 !important; }
.sa-nav-cta:hover { background: #9a6012 !important; }

.sa-page { padding-top: 68px; min-height: 100vh; }

/* HERO */
.sa-hero {
  background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 60%, #1a7a5e 100%);
  min-height: 92vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 80px 40px; position: relative; overflow: hidden;
}
.sa-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(186,117,23,0.08) 0%, transparent 70%); }
.sa-hero-inner { position: relative; z-index: 1; max-width: 760px; }
.sa-hero-om { font-family: serif; font-size: 64px; color: var(--gold); opacity: 0.85; line-height: 1; margin-bottom: 24px; display: block; }
.sa-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(42px,6vw,72px); font-weight: 600; color: white; line-height: 1.1; margin-bottom: 16px; }
.sa-hero-tagline { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px,2.5vw,24px); color: rgba(255,255,255,0.8); font-style: italic; margin-bottom: 24px; }
.sa-hero-desc { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.8; max-width: 580px; margin: 0 auto 40px; }
.sa-hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.sa-btn-primary { background: var(--gold); color: white !important; text-decoration: none !important; padding: 14px 32px; border-radius: 8px; font-size: 14px; font-weight: 500; transition: all 0.2s; display: inline-block; }
.sa-btn-primary:hover { background: #9a6012; transform: translateY(-1px); }
.sa-btn-outline { border: 1.5px solid rgba(255,255,255,0.5); color: white !important; text-decoration: none !important; padding: 14px 32px; border-radius: 8px; font-size: 14px; transition: all 0.2s; display: inline-block; }
.sa-btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }

/* SECTIONS */
.sa-section { padding: 90px 40px; }
.sa-section-cream { background: var(--cream); }
.sa-section-white { background: white; }
.sa-section-forest { background: var(--forest-deep); }
.sa-container { max-width: 1100px; margin: 0 auto; }
.sa-section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.sa-section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px,4vw,46px); font-weight: 500; color: var(--ink); line-height: 1.2; margin-bottom: 16px; }
.sa-section-title.white { color: white; }
.sa-section-body { font-size: 15px; color: var(--ink-mid); line-height: 1.8; max-width: 600px; }
.sa-divider { width: 48px; height: 2px; background: var(--gold); margin: 20px 0 40px; }
.sa-divider.center { margin: 20px auto 40px; }

/* GRIDS */
.sa-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.sa-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.sa-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }

/* CARDS */
.sa-card { background: white; border: 1px solid rgba(15,110,86,0.12); border-radius: 12px; padding: 32px; transition: all 0.2s; }
.sa-card:hover { box-shadow: 0 8px 32px rgba(15,110,86,0.12); transform: translateY(-3px); }
.sa-card-icon { font-size: 32px; margin-bottom: 16px; }
.sa-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.sa-card-body { font-size: 14px; color: var(--ink-mid); line-height: 1.7; }

/* STATS */
.sa-stat { text-align: center; padding: 32px 20px; background: rgba(255,255,255,0.06); border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); }
.sa-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 600; color: var(--gold); line-height: 1; }
.sa-stat-label { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 8px; }

/* QUOTE */
.sa-quote { text-align: center; padding: 80px 40px; background: var(--forest-pale); }
.sa-quote-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,3vw,36px); font-style: italic; color: var(--forest-deep); line-height: 1.5; max-width: 760px; margin: 0 auto 20px; }
.sa-quote-attr { font-size: 13px; color: var(--forest); font-weight: 500; }

/* CONDITIONS */
.sa-condition-item { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(15,110,86,0.1); }
.sa-condition-item:last-child { border-bottom: none; }
.sa-condition-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.sa-condition-name { font-size: 14px; color: var(--ink); font-weight: 500; }

/* CONTACT */
.sa-contact-box { background: white; border-radius: 16px; padding: 48px; box-shadow: 0 4px 40px rgba(15,110,86,0.08); }
.sa-contact-item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.sa-contact-icon { width: 40px; height: 40px; border-radius: 8px; background: var(--forest-pale); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.sa-contact-label { font-size: 11px; color: var(--ink-light); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.sa-contact-value { font-size: 15px; color: var(--ink); font-weight: 500; }
.sa-wa-btn { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: white !important; text-decoration: none !important; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 500; margin-top: 8px; transition: all 0.2s; }
.sa-wa-btn:hover { background: #1da851; }

/* FOOTER */
.sa-footer { background: var(--forest-deep); color: white; padding: 60px 40px 32px; }
.sa-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.sa-footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: white; margin-bottom: 12px; }
.sa-footer-brand-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; }
.sa-footer-heading { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 500; }
.sa-footer-links { list-style: none; padding: 0; margin: 0; }
.sa-footer-links li { margin-bottom: 10px; }
.sa-footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 13px; }
.sa-footer-links a:hover { color: white; }
.sa-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 12px; color: rgba(255,255,255,0.35); }

@media (max-width: 768px) {
  .sa-navbar { padding: 0 20px; }
  .sa-nav-links { display: none; }
  .sa-hero { min-height: 80vh; padding: 60px 24px; }
  .sa-section { padding: 60px 24px; }
  .sa-grid-2, .sa-grid-3, .sa-grid-4 { grid-template-columns: 1fr; gap: 24px; }
  .sa-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .sa-contact-box { padding: 28px; }
}
