/*
Theme Name: BeWell Editable Health Landing Page
Theme URI: https://example.com/
Author: Danny Sosa / Generated with ChatGPT
Description: Editable WordPress landing page theme for licensed health insurance brokers. Edit content and images from Appearance > Customize > BeWell Landing Page.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: bewell-editable
*/

:root {
  --blue: #1657b8;
  --blue-dark: #0f4698;
  --red: #d24b32;
  --text: #24415d;
  --card: rgba(255, 255, 255, 0.92);
  --shadow: 0 22px 60px rgba(35, 57, 88, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.75), transparent 28%),
    linear-gradient(180deg, #f4f7fa 0%, #e7edf3 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(120deg, transparent 0 24%, rgba(22,87,184,.08) 24% 25%, transparent 25% 49%, rgba(22,87,184,.07) 49% 50%, transparent 50% 74%, rgba(22,87,184,.06) 74% 75%, transparent 75%),
    radial-gradient(circle at 92% 20%, rgba(22,87,184,.08) 0 70px, transparent 71px),
    radial-gradient(circle at 80% 28%, rgba(22,87,184,.06) 0 42px, transparent 43px);
}
img { max-width: 100%; height: auto; }
.bewell-container {
  width: min(1580px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 60px;
  position: relative;
  z-index: 1;
}
.topbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.language-switcher {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  background: rgba(255,255,255,.92);
  border: 2px solid rgba(22,87,184,.10);
  padding: 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.lang-btn {
  appearance: none;
  border: 2px solid rgba(22,87,184,.16);
  background: rgba(255,255,255,.96);
  color: var(--blue);
  font-weight: 700;
  min-height: 56px;
  min-width: 130px;
  padding: 0 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
  font-size: 1.1rem;
}
.lang-btn:hover { transform: translateY(-1px); }
.lang-btn.is-active { background: var(--blue); color: #fff; border-color: transparent; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
  padding: 48px;
  min-height: 740px;
  border-radius: 42px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 24px 70px rgba(35, 57, 88, 0.16);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.76) 27%, rgba(255,255,255,.22) 55%, rgba(255,255,255,.08) 100%),
    radial-gradient(circle at 13% 18%, rgba(255,255,255,.34), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
}
.hero > * { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.hero-title {
  margin: 0;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7.2vw, 7.6rem);
  line-height: .92;
  letter-spacing: .01em;
  text-transform: uppercase;
  max-width: 7.4ch;
}
.hero-copy {
  margin-top: 28px;
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 37ch;
  color: #2f4969;
  font-weight: 500;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease;
  font-size: 1rem;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg, #1f63c7 0%, #1657b8 100%); color: #fff; box-shadow: 0 10px 22px rgba(22,87,184,.18); }
.btn-secondary, .btn-soft { background: rgba(255,255,255,.92); color: var(--blue); border-color: rgba(22,87,184,.18); }
.glass-card {
  background: var(--card);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.hero-card { padding: 50px; border-radius: 42px; max-width: 590px; min-height: 520px; justify-self: end; }
.hero-card h2, .section-title { margin: 0 0 20px; color: var(--blue); font-family: Georgia, "Times New Roman", serif; text-transform: uppercase; letter-spacing: .01em; }
.hero-card h2 { font-size: clamp(1.8rem, 2.4vw, 2.6rem); }
.hero-card p { margin: 0 0 24px; line-height: 1.8; font-size: 1.06rem; }
.checklist { margin: 0; padding-left: 26px; line-height: 1.95; font-size: 1.02rem; }
.agents { margin-top: 44px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.agent { display: grid; grid-template-columns: 270px 1fr; overflow: hidden; min-height: 380px; transition: transform .22s ease, box-shadow .22s ease; background: rgba(255,255,255,.94); }
.agent:hover { transform: translateY(-6px); box-shadow: 0 28px 65px rgba(35, 57, 88, 0.18); }
.agent-photo { background: linear-gradient(180deg, #edf6ff 0%, #f9fcff 100%); display: flex; align-items: center; justify-content: center; padding: 24px; overflow: hidden; }
.agent-photo img { width: 205px; height: 205px; object-fit: cover; object-position: center top; display: block; border-radius: 50%; border: 7px solid rgba(255,255,255,.96); box-shadow: 0 16px 34px rgba(24, 46, 78, 0.18); transition: transform .22s ease, box-shadow .22s ease; background: #fff; }
.agent:hover .agent-photo img { transform: scale(1.04); box-shadow: 0 20px 40px rgba(24, 46, 78, 0.22); }
.agent-body { padding: 34px 32px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.agent-name { margin: 0 0 8px; color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 2.5vw, 2.6rem); text-transform: uppercase; line-height: 1.12; }
.agent-role { color: var(--red); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px; font-size: .95rem; }
.agent-info { display: grid; gap: 10px; font-size: 1.05rem; line-height: 1.55; padding-top: 8px; }
.agent-info a { color: var(--blue); text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.agent-info a:hover { text-decoration: underline; color: var(--blue-dark); }
.languages { margin-top: 8px; font-weight: 700; }
.services { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.services .glass-card, .footer, .form-card, .privacy-card, .disclosure-card { padding: 32px; background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(245,250,255,.92) 100%); }
.services p, .services li { line-height: 1.7; font-size: 1.03rem; }
.services ul { margin: 0; padding-left: 20px; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.pill { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.88); border: 1px solid rgba(22,87,184,.12); color: var(--blue); font-weight: 700; font-size: .94rem; }
.section-stack { display: grid; gap: 18px; }
.footer { margin-top: 44px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: center; }
.brand-box { border: 2px solid rgba(22,87,184,.1); border-radius: 26px; min-height: 190px; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.75)), linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%); text-align: center; padding: 20px; }
.brand-box strong { display: block; font-size: 2.2rem; color: #444; margin-bottom: 6px; }
.brand-box span { display: block; color: #666; font-size: 1rem; line-height: 1.4; }
.small-note { font-size: .95rem; line-height: 1.7; color: #49627d; }
.form-card, .privacy-card, .disclosure-card { margin-top: 28px; }
form { display: grid; gap: 12px; }
input[type="text"], input[type="tel"], input[type="email"] { padding: 14px 16px; border-radius: 12px; border: 1px solid rgba(22,87,184,.18); font-size: 1rem; }
.form-success { padding: 14px 16px; border-radius: 14px; background: #e9f7ef; color: #24613c; font-weight: 700; margin-bottom: 16px; }
@media (max-width: 1080px) {
  .hero, .services, .footer, .agents { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 34px 24px; }
  .hero-card { max-width: none; min-height: auto; justify-self: stretch; }
  .agent { grid-template-columns: 1fr; }
  .agent-photo { min-height: 260px; }
  .topbar { justify-content: center; }
}
@media (max-width: 640px) {
  .bewell-container { width: min(100% - 14px, 1580px); padding-top: 10px; }
  .hero, .hero-card, .glass-card { border-radius: 28px; }
  .hero, .hero-card, .services .glass-card, .footer, .form-card, .privacy-card, .disclosure-card, .agent-body { padding: 22px; }
  .hero-title { font-size: clamp(3rem, 14vw, 5rem); max-width: 8ch; }
  .hero-copy { max-width: 100%; }
  .language-switcher { justify-content: center; width: 100%; gap: 8px; }
  .lang-btn { min-width: 94px; min-height: 48px; font-size: 1rem; }
  .agent-photo img { width: 170px; height: 170px; }
}
