/* ==========================================================
   SP Maestro Professional Columns — Frontend v2.5
   Exact match to fullpage1.png reference design
   Brand: #93003f maroon | #c9a23a gold | #1a0010 deep dark
   ========================================================== */

/* ── Reset & Base ────────────────────────────────────────── */
.spmc-wrap { font-family: Georgia,'Times New Roman',serif; color: #222; line-height: 1.7; }
.spmc-wrap * { box-sizing: border-box; }
.spmc-wrap img { max-width: 100%; }

/* ── Scroll reveal ───────────────────────────────────────── */
.spmc-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.spmc-revealed { opacity: 1; transform: none; }

/* ── Shared typography ───────────────────────────────────── */
.spmc-eyebrow {
    font-family: sans-serif; font-size: 11px; font-weight: 600;
    letter-spacing: 2.5px; color: #93003f;
    display: flex; align-items: center; gap: 12px; margin-bottom: 10px;
}
.spmc-eyebrow::before,
.spmc-eyebrow::after { content:''; display:inline-block; width:36px; height:1px; background:#c9a23a; }
.spmc-eyebrow-gold { color: #c9a23a; }
.spmc-eyebrow-gold::before, .spmc-eyebrow-gold::after { background: rgba(201,162,58,.5); }

.spmc-section-hdr { text-align: center; margin-bottom: 48px; }
.spmc-hdr-light .spmc-eyebrow { justify-content: center; }
.spmc-section-h2 { font-size: 36px; font-weight: 400; color: #1a0010; margin: 0 0 12px; line-height: 1.25; }
.spmc-section-h2 em { font-style: italic; color: #93003f; }
.spmc-h2-light { color: #fff !important; }
.spmc-h2-light em { color: #c9a23a !important; }
.spmc-section-sub { font-size: 16px; color: #666; margin: 0; font-family: sans-serif; }
.spmc-sub-light { color: rgba(255,255,255,.7) !important; }

/* ── Shared buttons ──────────────────────────────────────── */
.spmc-btn-primary {
    display: inline-block; background: #93003f; color: #fff;
    padding: 14px 30px; border-radius: 30px;
    font-family: sans-serif; font-size: 15px; font-weight: 500;
    text-decoration: none; transition: background .2s;
}
.spmc-btn-primary:hover { background: #7a0034; color: #fff; }
.spmc-btn-ghost {
    display: inline-block; background: rgba(255,255,255,.12); color: #fff;
    border: 1px solid rgba(255,255,255,.4); padding: 14px 30px; border-radius: 30px;
    font-family: sans-serif; font-size: 15px; font-weight: 500;
    text-decoration: none; transition: background .2s;
}
.spmc-btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ── Shared form fields ──────────────────────────────────── */
.spmc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.spmc-form-field { display: flex; flex-direction: column; gap: 5px; }
.spmc-form-field label { font-family: sans-serif; font-size: 13px; font-weight: 500; color: #444; }
.spmc-form-field input,
.spmc-form-field select,
.spmc-form-field textarea {
    border: 1px solid #e0cdd6; border-radius: 10px;
    padding: 12px 14px; font-size: 15px; color: #1a0010;
    background: #fdfbfc; outline: none;
    transition: border-color .2s; font-family: inherit; width: 100%;
}
.spmc-form-field input:focus,
.spmc-form-field select:focus,
.spmc-form-field textarea:focus { border-color: #93003f; background: #fff; }
.spmc-form-field textarea { resize: vertical; min-height: 96px; }
.spmc-req { color: #93003f; }
.spmc-submit-btn {
    background: #93003f; color: #fff; border: none; border-radius: 10px;
    padding: 14px 28px; font-size: 16px; font-weight: 500;
    cursor: pointer; transition: background .2s; font-family: inherit; width: 100%;
}
.spmc-submit-btn:hover { background: #7a0034; }
.spmc-submit-btn:disabled { opacity: .65; cursor: not-allowed; }

/* Success box */
.spmc-success-box {
    background: linear-gradient(135deg,#fff8f0,#fef0f6);
    border: 1px solid #c9a23a; border-radius: 16px; padding: 32px 24px; text-align: center;
}
.spmc-success-heart { font-size: 44px; color: #93003f; margin-bottom: 12px; }
.spmc-check { font-size: 44px; color: #3a9a3a; margin-bottom: 12px; }
.spmc-success-box h3 { font-size: 18px; font-weight: 400; color: #1a0010; margin: 0 0 8px; line-height: 1.5; }
.spmc-success-box p  { font-size: 14px; color: #666; margin: 0 0 16px; font-family: sans-serif; }
.spmc-wa-confirm-btn {
    display: inline-block; background: #25d366; color: #fff;
    padding: 10px 22px; border-radius: 26px; font-size: 14px;
    font-weight: 500; text-decoration: none; font-family: sans-serif;
}
.spmc-wa-confirm-btn:hover { background: #1da851; color: #fff; }

/* ==========================================================
   SOS — fixed, vertically centred
   ========================================================== */
.spmc-sos-btn {
    position: fixed; left: 14px; top: 50%; transform: translateY(-50%);
    z-index: 9999; width: 54px; height: 54px; border-radius: 50%;
    background: #93003f; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .5px;
    text-decoration: none; border: 2.5px solid #fff;
    box-shadow: 0 4px 16px rgba(147,0,63,.45);
    animation: spmc-sos-pulse 2.2s infinite;
}
.spmc-sos-btn:hover { background: #fff; color: #93003f; border-color: #93003f; }
@keyframes spmc-sos-pulse {
    0%,100% { box-shadow: 0 4px 16px rgba(147,0,63,.45); }
    50%      { box-shadow: 0 4px 28px rgba(147,0,63,.7), 0 0 0 10px rgba(147,0,63,.1); }
}

/* ==========================================================
   FLOATING BUTTONS
   ========================================================== */
.spmc-floats { position: fixed; left: 14px; bottom: 20px; z-index: 9998; display: flex; flex-direction: column; gap: 10px; }
.spmc-fab { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; box-shadow: 0 3px 12px rgba(0,0,0,.2); transition: transform .2s; }
.spmc-fab:hover { transform: scale(1.1); color: #fff; }
.spmc-fab-wa    { background: #25d366; }
.spmc-fab-phone { background: #93003f; }
.spmc-fab-email { background: #c9a23a; }

/* ==========================================================
   FONT TOGGLE
   ========================================================== */
.spmc-font-toggle {
    position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 9998;
    display: flex; flex-direction: column; background: #fff;
    border: 1px solid rgba(147,0,63,.2); border-right: none;
    border-radius: 8px 0 0 8px; overflow: hidden; box-shadow: -2px 0 10px rgba(0,0,0,.08);
}
.spmc-font-btn { background: #fff; border: none; border-bottom: 1px solid rgba(147,0,63,.1); padding: 10px 14px; cursor: pointer; font-size: 13px; color: #555; font-family: sans-serif; line-height: 1; transition: background .15s, color .15s; }
.spmc-font-btn:last-child { border-bottom: none; }
.spmc-font-btn:hover, .spmc-font-active { background: #93003f; color: #fff; }

/* ==========================================================
   SECTION 1: HERO + STATS
   ========================================================== */
.spmc-hero {
    position: relative; overflow: hidden; background: #1a0010;
    min-height: clamp(400px, 56vw, 90vh); display: flex; align-items: center;
}
.spmc-hero-bg { position: absolute; inset: 0; }
.spmc-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spmc-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(26,0,16,.88) 0%, rgba(26,0,16,.55) 55%, rgba(26,0,16,.15) 100%);
}
.spmc-hero-content { position: relative; z-index: 3; max-width: 620px; padding: 56px 48px; color: #fff; }
.spmc-hero-eyebrow { font-family: sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; color: #c9a23a; margin-bottom: 14px; }
.spmc-hero-title { font-size: 48px; font-weight: 400; color: #fff; line-height: 1.2; margin: 0 0 16px; }
.spmc-hero-title em { font-style: italic; color: #c9a23a; }
.spmc-hero-sub   { font-size: 16px; color: rgba(255,255,255,.8); margin: 0 0 28px; font-family: sans-serif; line-height: 1.6; }
.spmc-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

/* Hero stats row */
.spmc-hero-stats {
    display: flex; gap: 32px; flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px;
}
.spmc-hero-stat { display: flex; flex-direction: column; gap: 3px; }
.spmc-stat-num  { font-size: 26px; font-weight: 500; color: #c9a23a; font-family: sans-serif; }
.spmc-stat-lbl  { font-size: 12px; color: rgba(255,255,255,.6); font-family: sans-serif; letter-spacing: .5px; }

/* MahaaGURU Ji golden aura */
.spmc-guru-aura { position: absolute; right: 48px; bottom: 0; z-index: 4; width: 220px; }
.spmc-guru-ring { position: absolute; border-radius: 50% 50% 0 0; border: 1.5px solid rgba(201,162,58,.5); }
.spmc-guru-ring-1 { inset: -12px; animation: spmc-ring-glow 3s infinite; }
.spmc-guru-ring-2 { inset: -24px; opacity: .3; animation: spmc-ring-glow 3s 1s infinite; }
@keyframes spmc-ring-glow { 0%,100% { opacity:.5; transform:scale(1); } 50% { opacity:1; transform:scale(1.03); } }
.spmc-guru-photo { width: 100%; display: block; border-radius: 50% 50% 0 0; object-fit: cover; position: relative; z-index: 1; }

/* ==========================================================
   SECTION 2: CORE PILLARS — White bg
   ========================================================== */
.spmc-pillars-section { padding: 72px 40px; background: #fff; }
.spmc-pillars-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 24px; max-width: 1200px; margin: 0 auto; }
.spmc-pillar-card { background: #fdfbfc; border: 1px solid rgba(147,0,63,.08); border-radius: 16px; padding: 28px 24px; transition: box-shadow .25s, transform .25s; }
.spmc-pillar-card:hover { box-shadow: 0 8px 28px rgba(147,0,63,.1); transform: translateY(-3px); }
.spmc-pillar-icon { width: 52px; height: 52px; background: #fdf0f5; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #93003f; margin-bottom: 16px; }
.spmc-pillar-title { font-size: 18px; color: #1a0010; margin: 0 0 10px; font-weight: 500; }
.spmc-pillar-desc  { font-size: 14px; color: #666; line-height: 1.65; margin: 0 0 16px; font-family: sans-serif; }
.spmc-pillar-cta   { font-size: 14px; color: #93003f; font-weight: 500; text-decoration: none; font-family: sans-serif; }
.spmc-pillar-cta:hover { text-decoration: underline; }

/* ==========================================================
   SECTION 3: PROFESSIONALS — MAROON BACKGROUND
   ========================================================== */
.spmc-pros-section {
    padding: 72px 40px;
    background: linear-gradient(135deg, #93003f 0%, #6b002e 100%);
}
.spmc-pros-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 28px; max-width: 1200px; margin: 0 auto; }
.spmc-pro-card { background: rgba(255,255,255,.08); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; overflow: hidden; text-align: center; transition: box-shadow .25s, transform .25s; }
.spmc-pro-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.25); transform: translateY(-3px); }
.spmc-pro-photo-wrap { height: 200px; overflow: hidden; }
.spmc-pro-photo { width: 100%; height: 100%; object-fit: cover; }
.spmc-pro-initials-wrap { height: 200px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 500; color: #c9a23a; font-family: sans-serif; }
.spmc-pro-info { padding: 20px 16px 22px; }
.spmc-pro-name  { font-size: 17px; font-weight: 500; color: #fff; margin-bottom: 4px; }
.spmc-pro-desig { font-size: 13px; color: #c9a23a; font-weight: 500; margin-bottom: 3px; font-family: sans-serif; }
.spmc-pro-qual  { font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 4px; font-family: sans-serif; }
.spmc-pro-exp   { font-size: 12px; color: #c9a23a; font-weight: 500; margin-bottom: 14px; font-family: sans-serif; }
.spmc-pro-call  {
    display: inline-block; background: #c9a23a; color: #1a0010;
    padding: 9px 22px; border-radius: 22px;
    font-size: 13px; font-weight: 600; text-decoration: none; font-family: sans-serif;
    transition: background .2s;
}
.spmc-pro-call:hover { background: #e8b84b; color: #1a0010; }

/* ==========================================================
   SECTION 4: DAILY TIPS — 2-col
   ========================================================== */
.spmc-tips-section { padding: 72px 40px; background: #fff; }
.spmc-tips-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; align-items: start; }

/* Featured tip — left */
.spmc-tip-featured { background: linear-gradient(135deg,#93003f,#6b002e); border-radius: 20px; padding: 36px 32px; color: #fff; }
.spmc-tip-featured-badge { display: inline-block; background: rgba(201,162,58,.25); border: 1px solid #c9a23a; color: #c9a23a; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; font-family: sans-serif; }
.spmc-tip-featured-title { font-size: 22px; font-weight: 400; color: #fff; margin-bottom: 14px; line-height: 1.3; }
.spmc-tip-featured-text { font-size: 15px; color: rgba(255,255,255,.85); line-height: 1.7; margin: 0 0 24px; font-family: sans-serif; }
.spmc-wa-share-btn { display: inline-block; background: #25d366; color: #fff; padding: 11px 24px; border-radius: 28px; font-family: sans-serif; font-size: 14px; font-weight: 500; text-decoration: none; transition: background .2s; }
.spmc-wa-share-btn:hover { background: #1da851; color: #fff; }

/* Tips list — right */
.spmc-tips-list { display: flex; flex-direction: column; gap: 0; }
.spmc-tip-item { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(147,0,63,.08); }
.spmc-tip-item:last-child { border-bottom: none; }
.spmc-tip-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: #93003f; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; font-family: sans-serif; }
.spmc-tip-item-title { font-size: 15px; font-weight: 500; color: #1a0010; margin-bottom: 4px; }
.spmc-tip-item-text  { font-size: 13px; color: #666; line-height: 1.55; margin: 0; font-family: sans-serif; }

/* ==========================================================
   SECTION 5: SERVICES + BOOKING — dark maroon bg
   ========================================================== */
.spmc-services-section { padding: 72px 40px; background: linear-gradient(135deg,#1a0010,#3d001a); }
.spmc-services-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1200px; margin: 0 auto; align-items: start; }
.spmc-services-h2 { font-size: 34px; font-weight: 400; color: #fff; margin: 8px 0 24px; line-height: 1.2; }
.spmc-services-h2 em { font-style: italic; color: #c9a23a; }
.spmc-services-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.spmc-svc-item { display: flex; gap: 14px; align-items: flex-start; }
.spmc-svc-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(201,162,58,.15); border: 1px solid rgba(201,162,58,.4); display: flex; align-items: center; justify-content: center; font-size: 15px; color: #c9a23a; }
.spmc-svc-title { font-size: 15px; font-weight: 500; color: #fff; margin-bottom: 3px; }
.spmc-svc-desc  { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.5; font-family: sans-serif; }

/* Booking card */
.spmc-booking-card { background: #fff; border-radius: 20px; padding: 32px 28px; box-shadow: 0 8px 40px rgba(0,0,0,.3); }
.spmc-booking-card-title { font-size: 22px; font-weight: 400; color: #1a0010; margin: 0 0 6px; }
.spmc-booking-card-title em { font-style: italic; color: #93003f; }
.spmc-booking-card-sub { font-size: 13px; color: #666; margin: 0 0 20px; font-family: sans-serif; }
.spmc-booking-wrap { max-width: 100%; }
.spmc-booking-form { display: flex; flex-direction: column; gap: 12px; }
.spmc-booking-msg  { margin-bottom: 6px; }

/* Standalone appt */
.spmc-appt-section { padding: 72px 40px; background: #fff; }

/* ==========================================================
   SECTION 6: GALLERY
   ========================================================== */
.spmc-gallery-section { padding: 72px 40px; background: #faf8f5; }
.spmc-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.spmc-gallery-card { background: #fff; border-radius: 14px; border: 1px solid rgba(147,0,63,.08); overflow: hidden; transition: box-shadow .25s, transform .25s; }
.spmc-gallery-card:hover { box-shadow: 0 8px 28px rgba(147,0,63,.1); transform: translateY(-3px); }
.spmc-gallery-img-wrap { height: 180px; overflow: hidden; }
.spmc-gallery-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.spmc-gallery-card:hover .spmc-gallery-img-wrap img { transform: scale(1.05); }
.spmc-gallery-placeholder { height: 180px; background: linear-gradient(135deg,#93003f,#c9a23a); display: flex; align-items: center; justify-content: center; font-size: 36px; color: #fff; }
.spmc-gallery-info { padding: 14px 16px; }
.spmc-gallery-title { font-size: 14px; font-weight: 500; color: #1a0010; margin-bottom: 5px; }
.spmc-gallery-desc  { font-size: 12px; color: #666; line-height: 1.5; font-family: sans-serif; }

/* ==========================================================
   SECTION 7: PURPOSE & JOY — light pink/beige bg
   ========================================================== */
.spmc-purpose-section { padding: 72px 40px; background: #fdf5f8; }
.spmc-purpose-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; max-width: 1100px; margin: 0 auto; }
.spmc-purpose-item { text-align: center; padding: 24px 20px; }
.spmc-purpose-icon { font-size: 40px; color: #93003f; margin-bottom: 16px; line-height: 1; }
.spmc-purpose-title { font-size: 18px; font-weight: 500; color: #1a0010; margin-bottom: 10px; }
.spmc-purpose-desc  { font-size: 14px; color: #666; line-height: 1.65; margin: 0; font-family: sans-serif; }

/* ==========================================================
   SECTION 8: TIP QUOTE STRIP
   ========================================================== */
.spmc-tip-strip { background: linear-gradient(135deg,#1a0010,#93003f); padding: 56px 40px; text-align: center; }
.spmc-tip-inner { max-width: 760px; margin: 0 auto; }
.spmc-tip-quote { font-size: 20px; color: #fff; font-style: italic; line-height: 1.7; margin: 14px 0 24px; border: none; padding: 0; }
.spmc-tip-strip-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; }
.spmc-tip-contact { font-size: 14px; color: rgba(255,255,255,.65); font-family: sans-serif; }

/* ==========================================================
   SECTION 9: NEWSLETTER
   ========================================================== */
.spmc-newsletter-wrap { background: linear-gradient(135deg,#93003f,#6b002e); border-radius: 0; padding: 48px 40px; margin: 0; }
.spmc-newsletter-inner { display: flex; align-items: center; gap: 48px; max-width: 1100px; margin: 0 auto; }
.spmc-nl-text { flex: 0 0 360px; }
.spmc-nl-title { font-size: 22px; color: #fff; font-weight: 400; margin: 0 0 8px; line-height: 1.3; }
.spmc-nl-desc  { font-size: 14px; color: rgba(255,255,255,.75); margin: 0; line-height: 1.6; font-family: sans-serif; }
.spmc-nl-form-area { flex: 1; }
#spmc-nl-form { width: 100%; }
.spmc-nl-fields { display: flex; flex-direction: column; gap: 10px; }
.spmc-nl-field-group { display: flex; flex-direction: column; gap: 5px; }
.spmc-nl-label { font-family: sans-serif; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); letter-spacing: .3px; }
.spmc-nl-optional { font-weight: 400; opacity: .7; font-size: 11px; }
.spmc-nl-input { width: 100%; padding: 13px 20px; border-radius: 28px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.15); color: #fff; font-size: 15px; outline: none; transition: background .2s; font-family: inherit; }
.spmc-nl-input::placeholder { color: rgba(255,255,255,.6); }
.spmc-nl-input:focus { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.5); }
.spmc-nl-btn { background: #c9a23a; color: #1a0010; border: none; border-radius: 28px; padding: 13px 28px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s; font-family: inherit; align-self: flex-start; }
.spmc-nl-btn:hover { background: #e8b84b; }
.spmc-nl-btn:disabled { opacity: .7; cursor: not-allowed; }
.spmc-nl-success { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 16px; font-weight: 500; font-family: sans-serif; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 28px; padding: 14px 22px; }
.spmc-nl-tick { font-size: 20px; color: #c9a23a; flex-shrink: 0; }

/* ==========================================================
   SECTION 10: BUILT-IN FOOTER
   ========================================================== */
.spmc-built-footer { background: #1a0010; color: rgba(255,255,255,.75); font-family: sans-serif; }
.spmc-built-footer-inner { max-width: 1200px; margin: 0 auto; padding: 56px 40px 40px; display: flex; gap: 60px; align-items: flex-start; }
.spmc-built-footer-brand { display: flex; gap: 16px; align-items: flex-start; flex-shrink: 0; max-width: 260px; }
.spmc-built-footer-logo { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#93003f,#c9a23a); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: #fff; flex-shrink: 0; margin-top: 2px; }
.spmc-built-footer-name { font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 3px; line-height: 1.3; }
.spmc-built-footer-tagline { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 12px; }
.spmc-built-footer-contact-info { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.8; }
.spmc-built-footer-cols { display: flex; gap: 48px; flex: 1; justify-content: flex-end; }
.spmc-built-footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; color: #c9a23a; margin-bottom: 14px; text-transform: uppercase; }
.spmc-built-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.spmc-built-footer-col a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 13px; transition: color .2s; }
.spmc-built-footer-col a:hover { color: #c9a23a; }
.spmc-built-footer-bar { border-top: 1px solid rgba(255,255,255,.08); text-align: center; padding: 16px 20px; font-size: 12px; color: rgba(255,255,255,.35); }

/* ==========================================================
   INTRO SECTION — text left, image right
   ========================================================== */
.spmc-intro-section { display: flex; align-items: center; gap: 60px; max-width: 1200px; margin: 0 auto; padding: 72px 48px; }
.spmc-intro-text { flex: 1; }
.spmc-intro-text .spmc-eyebrow { justify-content: flex-start; }
.spmc-intro-text .spmc-eyebrow::before { display: none; }
.spmc-intro-h2 { font-size: 38px; font-weight: 400; color: #1a0010; line-height: 1.2; margin: 8px 0 16px; }
.spmc-intro-h2 em { font-style: italic; color: #93003f; }
.spmc-intro-p  { font-size: 16px; color: #555; line-height: 1.75; margin: 0 0 28px; }
.spmc-intro-image { flex: 0 0 400px; }
.spmc-intro-img-frame { border-radius: 20px; overflow: hidden; border: 2px solid rgba(201,162,58,.35); }
.spmc-intro-img-frame img { width: 100%; display: block; }

/* ==========================================================
   TESTIMONIALS
   ========================================================== */
.spmc-testimonials-section { padding: 72px 40px 80px; background: #faf8f5; }
.spmc-tcard-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 24px; max-width: 1200px; margin: 0 auto 56px; }
.spmc-tcard { background: #fff; border-radius: 16px; border: 1px solid rgba(147,0,63,.08); padding: 24px; transition: box-shadow .25s, transform .25s; }
.spmc-tcard:hover { box-shadow: 0 8px 28px rgba(147,0,63,.1); transform: translateY(-2px); }
.spmc-tcard-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.spmc-tcard-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,#93003f,#c9a23a); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 500; flex-shrink: 0; font-family: sans-serif; }
.spmc-tcard-meta { flex: 1; min-width: 0; }
.spmc-tcard-name { font-size: 15px; font-weight: 500; color: #1a0010; }
.spmc-tcard-loc  { font-size: 12px; color: #888; margin-top: 2px; font-family: sans-serif; }
.spmc-tcard-badge { background: #fff8ee; color: #93003f; border: 1px solid #c9a23a; border-radius: 20px; font-size: 11px; font-weight: 500; padding: 3px 10px; white-space: nowrap; font-family: sans-serif; flex-shrink: 0; }
.spmc-tcard-stars { color: #c9a23a; font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }
.spmc-tcard-body { font-size: 14px; color: #444; line-height: 1.65; margin-bottom: 14px; font-family: sans-serif; }
.spmc-tcard-foot { border-top: 1px solid #f5eaef; padding-top: 10px; font-size: 12px; color: #93003f; font-weight: 500; font-family: sans-serif; }
.spmc-tform-wrap { display: flex; gap: 48px; align-items: flex-start; max-width: 1100px; margin: 0 auto; background: #fff; border-radius: 20px; border: 1px solid rgba(147,0,63,.1); padding: 40px 48px; }
.spmc-tform-left { flex: 0 0 260px; }
.spmc-tform-heading { font-size: 24px; font-weight: 400; color: #1a0010; margin: 0 0 12px; }
.spmc-tform-heading em { font-style: italic; color: #93003f; }
.spmc-tform-desc { font-size: 14px; color: #666; line-height: 1.65; margin: 0 0 18px; font-family: sans-serif; }
.spmc-tform-heart { font-size: 48px; color: #c9a23a; }
.spmc-tform-right { flex: 1; }
#spmc-testimonial-form { display: flex; flex-direction: column; gap: 14px; }
.spmc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.spmc-field-full { grid-column: 1/-1; }

/* Section header reuse for testimonials shortcode */
.spmc-section-header { text-align: center; margin-bottom: 48px; }
.spmc-section-title { font-size: 36px; font-weight: 400; color: #1a0010; margin: 0 0 12px; line-height: 1.25; }
.spmc-section-title em { font-style: italic; color: #93003f; }
.spmc-section-sub { font-size: 16px; color: #666; margin: 0; font-family: sans-serif; }

/* ==========================================================
   MOBILE RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
    .spmc-services-inner { grid-template-columns: 1fr; gap: 32px; }
    .spmc-tips-inner { grid-template-columns: 1fr; }
    .spmc-gallery-grid { grid-template-columns: repeat(2,1fr); }
    .spmc-purpose-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    .spmc-intro-section { flex-direction: column-reverse; padding: 40px 20px; gap: 28px; }
    .spmc-intro-image { flex: none; width: 100%; }
    .spmc-intro-h2 { font-size: 26px; }
    .spmc-newsletter-inner { flex-direction: column; gap: 20px; }
    .spmc-nl-text { flex: none; }
    .spmc-newsletter-wrap { padding: 36px 20px; }
    .spmc-tform-wrap { flex-direction: column; padding: 24px 18px; gap: 20px; }
    .spmc-tform-left { flex: none; }
    .spmc-built-footer-inner { flex-direction: column; gap: 32px; padding: 36px 20px 24px; }
    .spmc-built-footer-cols { flex-direction: column; gap: 24px; justify-content: flex-start; }
}
@media (max-width: 768px) {
    .spmc-hero-content { padding: 36px 20px; }
    .spmc-hero-title { font-size: 28px; }
    .spmc-hero-actions { flex-direction: column; gap: 10px; margin-bottom: 24px; }
    .spmc-hero-stats { gap: 16px; }
    .spmc-stat-num { font-size: 20px; }
    .spmc-guru-aura { display: none; }
    .spmc-section-h2, .spmc-section-title, .spmc-intro-h2 { font-size: 24px; }
    .spmc-pillars-section, .spmc-tips-section, .spmc-gallery-section,
    .spmc-purpose-section, .spmc-appt-section { padding: 40px 16px; }
    .spmc-pros-section, .spmc-services-section { padding: 40px 16px; }
    .spmc-testimonials-section { padding: 40px 16px 48px; }
    .spmc-tcard-grid { grid-template-columns: 1fr; }
    .spmc-purpose-grid { grid-template-columns: 1fr; }
    .spmc-gallery-grid { grid-template-columns: 1fr; }
    .spmc-form-row { grid-template-columns: 1fr; }
    .spmc-nl-btn { align-self: stretch; text-align: center; }
    .spmc-floats { left: 8px; bottom: 12px; }
    .spmc-fab   { width: 40px; height: 40px; }
    .spmc-sos-btn { left: 8px; width: 48px; height: 48px; font-size: 11px; }
}
@media (max-width: 480px) {
    .spmc-pros-grid { grid-template-columns: 1fr; }
    .spmc-hero-stats { flex-wrap: wrap; gap: 12px; }
}
