/*
Theme Name: 360PHI Landing
Theme URI: https://360phi.com
Author: Sherloc
Author URI: https://investinanswers.com
Description: Standalone landing page theme for 360 Pelvic Health Institute telehealth campaigns.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.9
Requires PHP: 8.0
License: Proprietary
Text Domain: phi-landing
*/

/* =============================================
   GOOGLE FONTS
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600&family=Inter:wght@400;500;600&display=swap');

/* =============================================
   CSS VARIABLES
   ============================================= */
:root {
  --phi-purple-900: #3B2856;
  --phi-purple-700: #4A2E63;
  --phi-slate-500: #7C82B5;
  --phi-slate-300: #A8ACD1;
  --phi-burgundy-600: #7A2142;
  --phi-burgundy-700: #5E1A32;
  --phi-lavender-100: #EDECF6;
  --phi-lavender-200: #D9D8EB;
  --phi-cream: #FAFAFC;
  --phi-text-dark: #302447;
  --phi-text-muted: #5B5570;
  --phi-white: #FFFFFF;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', Arial, sans-serif;
}

/* =============================================
   RESET & BASE
   ============================================= */
* { box-sizing: border-box; }
body {
  font-family: var(--font-body);
  color: var(--phi-text-dark);
  background: var(--phi-cream);
  line-height: 1.6;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; }

/* =============================================
   HEADER
   ============================================= */
.phi-header { padding: 24px 0; background: var(--phi-cream); }
.phi-logo-badge {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--phi-lavender-200); border: 2px solid var(--phi-burgundy-600);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--phi-purple-900);
}
.phi-header-cta {
  background: var(--phi-purple-700); color: var(--phi-white);
  padding: 10px 22px; border-radius: 6px; text-decoration: none;
  font-size: 14px; font-weight: 500; border: none; cursor: pointer; font-family: var(--font-body);
}

/* =============================================
   HERO
   ============================================= */
.phi-hero { background: var(--phi-purple-900); color: var(--phi-white); padding: 72px 0 64px; text-align: center; }
.phi-hero h1 { font-size: 44px; line-height: 1.15; color: var(--phi-white); max-width: 760px; margin: 0 auto 20px; }
.phi-hero .phi-sub { font-size: 18px; color: var(--phi-lavender-200); max-width: 640px; margin: 0 auto 32px; }

.phi-states { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0 auto 36px; max-width: 640px; }
.phi-state-pill {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--phi-lavender-100);
  font-size: 13px; font-weight: 500;
  padding: 6px 14px; border-radius: 999px;
  letter-spacing: 0.03em;
}

.phi-btn-primary {
  display: inline-block;
  background: var(--phi-burgundy-600);
  color: var(--phi-white);
  font-weight: 600; font-size: 16px;
  padding: 16px 40px; border-radius: 8px;
  text-decoration: none; border: none; cursor: pointer; font-family: var(--font-body);
  transition: background 0.15s ease;
}
.phi-btn-primary:hover { background: var(--phi-burgundy-700); }

/* =============================================
   BODY COPY
   ============================================= */
.phi-body-copy { padding: 64px 0; text-align: center; }
.phi-body-copy p { font-size: 19px; color: var(--phi-text-muted); max-width: 620px; margin: 0 auto; }

/* =============================================
   HOW IT WORKS
   ============================================= */
.phi-how-it-works { background: var(--phi-lavender-100); padding: 72px 0; }
.phi-section-title { text-align: center; font-size: 32px; color: var(--phi-purple-900); margin-bottom: 48px; }
.phi-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.phi-step-card { background: var(--phi-white); border-radius: 12px; padding: 32px 26px; border: 1px solid var(--phi-lavender-200); }
.phi-step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--phi-purple-700); color: var(--phi-white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 16px;
  margin-bottom: 18px;
}
.phi-step-card h3 { font-size: 18px; color: var(--phi-purple-900); margin-bottom: 10px; }
.phi-step-card p { font-size: 15px; color: var(--phi-text-muted); margin: 0; }

/* =============================================
   WHY CHOOSE US
   ============================================= */
.phi-why { padding: 72px 0; }
.phi-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 720px; margin: 0 auto; }
.phi-why-item { display: flex; align-items: flex-start; gap: 14px; background: var(--phi-white); border: 1px solid var(--phi-lavender-200); border-radius: 10px; padding: 20px 22px; }
.phi-why-check {
  width: 24px; height: 24px; border-radius: 50%; background: var(--phi-lavender-100);
  color: var(--phi-purple-700); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600;
}
.phi-why-item p { font-size: 15.5px; color: var(--phi-text-dark); font-weight: 500; margin: 0; }

/* =============================================
   CTA BAND
   ============================================= */
.phi-cta-band { background: var(--phi-purple-700); color: var(--phi-white); text-align: center; padding: 56px 0; }
.phi-cta-band h2 { color: var(--phi-white); font-size: 28px; margin-bottom: 22px; }

/* =============================================
   FOOTER / DISCLAIMER
   ============================================= */
.phi-footer { background: var(--phi-purple-900); padding: 32px 0 40px; }
.phi-disclaimer {
  max-width: 760px; margin: 0 auto; text-align: center;
  font-size: 11px; color: var(--phi-slate-300); line-height: 1.7;
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px;
}

@media (max-width: 720px) {
  .phi-hero h1 { font-size: 32px; }
  .phi-steps { grid-template-columns: 1fr; }
  .phi-why-grid { grid-template-columns: 1fr; }
}
