
:root{--navy:#0c263b;--navy-2:#071a2a;--gold:#d69a34;--gold-2:#e2bd69;--ivory:#f8f4ee;--cream:#fffaf4;--mist:#eef4f8;--ink:#0a1e31;--muted:#d6e0e8;--soft:#5f7082;--line:rgba(214,154,52,.32);--shadow:0 22px 55px rgba(7,26,42,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#fff;background:var(--navy);font-size:16px}a{color:inherit;text-decoration:none}.shell{max-width:1180px;margin:auto;padding-left:24px;padding-right:24px}.site-header{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,#071a2a,#0b2236);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 12px 30px rgba(0,0,0,.18)}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo-link{display:flex;align-items:center;gap:16px;min-width:max-content}.logo-link img{width:64px;height:64px;object-fit:cover;display:block}.brand-name{display:flex;flex-direction:column;gap:4px;line-height:1;white-space:nowrap;text-transform:uppercase}.brand-top{font-family:Georgia,serif;font-size:28px;letter-spacing:.16em;color:#fff;font-weight:500;text-shadow:0 2px 12px rgba(0,0,0,.35)}.brand-bottom{font-family:Georgia,serif;font-size:16px;letter-spacing:.34em;color:var(--gold-2);font-weight:500;display:flex;align-items:center;gap:9px}.brand-bottom span{display:inline-block;width:36px;height:2px;background:var(--gold)}.nav-links{display:flex;align-items:center;gap:28px;font-weight:700}.nav-links a{position:relative;color:#fff}.nav-links a:hover,.nav-links a.active{color:var(--gold-2)}.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:2px;background:var(--gold)}.quote-nav{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#081c2c!important;padding:15px 23px;border-radius:7px;box-shadow:0 10px 30px rgba(214,154,52,.22)}.quote-nav:after{display:none}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.hero{background:linear-gradient(180deg,var(--navy),#102f48);padding:92px 0 70px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--gold-2);font-size:13px;font-weight:900}.h1,h1,h2{font-family:Georgia,serif;letter-spacing:-.03em}.hero h1{font-size:76px;line-height:.98;margin:14px 0 24px}.lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:710px}.strong{font-weight:900;color:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;border:1px solid var(--gold);padding:13px 22px;font-weight:900;letter-spacing:.02em;color:var(--gold-2);background:transparent}.btn.gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#061928;border-color:transparent}.btn.white{background:#fff;color:#061928;border-color:#fff}.underline-link{border-bottom:2px solid var(--gold);padding-bottom:9px;color:#fff;font-weight:900}.hero-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:28px;min-height:470px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:var(--shadow);display:flex;align-items:flex-end;padding:28px}.hero-headshot{position:absolute;inset:14px;width:calc(100% - 28px);height:calc(100% - 28px);object-fit:cover;object-position:center top;border-radius:22px;display:block}.hero-note{position:relative;z-index:1;background:#fff;color:var(--ink);padding:24px;border-radius:20px;max-width:330px;box-shadow:0 20px 50px rgba(0,0,0,.2)}.hero-note h3{font-family:Georgia,serif;font-size:24px;margin:0 0 8px}.badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.badge{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:999px;padding:12px 17px;font-weight:900}.section{padding:84px 0}.section.light{background:var(--cream);color:var(--ink)}.section.ivory{background:var(--ivory);color:var(--ink)}.section.mist{background:var(--mist);color:var(--ink)}.section.dark{background:linear-gradient(180deg,#0a2034,var(--navy));color:#fff}.section h2{font-size:54px;line-height:1.06;margin:10px 0 18px}.section.light .lead,.section.ivory .lead,.section.mist .lead{color:#4d6174}.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.check-list{display:grid;gap:20px;margin-top:30px}.check{display:grid;grid-template-columns:32px 1fr;gap:14px;align-items:start;color:#4d6174}.check b{color:var(--ink)}.check:before{content:"✓";display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#f3e6cf;color:var(--gold);font-weight:900}.dark-panel{background:var(--navy);color:#fff;border-radius:28px;padding:44px;box-shadow:var(--shadow)}.dark-panel p{color:var(--muted)}.coverage-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.coverage-card,.article-card{background:#fff;color:var(--ink);border:1px solid rgba(10,30,49,.12);border-radius:20px;padding:30px;box-shadow:0 18px 44px rgba(7,26,42,.08);min-height:210px}.coverage-card h3,.article-card h3{font-family:Georgia,serif;font-size:26px;line-height:1.08;margin:14px 0 10px}.coverage-card p,.article-card p{color:#41566a;line-height:1.55}.icon{width:44px;height:44px;border-radius:14px;background:#f3eadc;color:var(--gold);display:grid;place-items:center;font-size:24px}.quote-section{background:#f7fafc;color:var(--ink);padding:90px 0}.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}.quote-info{background:var(--navy);color:#fff;border-radius:26px;padding:46px;min-height:100%;box-shadow:var(--shadow)}.quote-info h1,.quote-info h2{font-size:58px;margin:10px 0 18px}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:36px 0}.contact-card{border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:18px;text-align:center;color:#fff}.contact-card span{display:block;color:var(--gold-2);font-size:30px;margin-bottom:10px}.secure{display:flex;gap:14px;margin-top:28px;align-items:flex-start}.form-card{background:#fff;border:1px solid rgba(10,30,49,.12);border-radius:24px;padding:36px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field,input,textarea,select{width:100%;border:1px solid #cfd7df;border-radius:13px;padding:17px 18px;font:inherit;background:#fff;color:var(--ink)}textarea{min-height:130px;resize:vertical}.form-label{display:block;margin:22px 0 10px;font-weight:900;color:var(--ink)}.contact-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.choice{border:1px solid #d7dde3;border-radius:13px;padding:16px;display:flex;gap:12px;align-items:center;font-weight:800}.choice input{width:auto}.multi{position:relative}.multi-trigger{border:1px solid var(--gold);border-radius:10px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.multi-menu{display:none;position:absolute;z-index:10;left:0;right:0;top:calc(100% + 5px);background:#fff;border:1px solid #d7dde3;border-radius:12px;box-shadow:var(--shadow);padding:10px}.multi.open .multi-menu{display:grid;grid-template-columns:1fr 1fr;gap:2px}.multi-menu label{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:8px}.multi-menu label:hover{background:#fff7e9}.multi-menu input{width:auto}.privacy{font-size:14px;color:#5d6d7b;margin-top:16px}.resource-hero{background:linear-gradient(180deg,#071a2a,var(--navy));padding:70px 0 58px;text-align:center}.resource-hero h1{font-size:50px;margin:12px auto 18px;max-width:860px}.search{max-width:670px;margin:26px auto 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:16px 22px;text-align:left;color:#bfcbd6}.filters{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:22px}.filter{border:1px solid rgba(255,255,255,.23);border-radius:999px;padding:13px 24px}.filter.active{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#061928;border:0}.resources-body{background:var(--cream);color:var(--ink);padding:34px 0 84px}.resource-group{margin-top:24px}.group-head{display:flex;justify-content:space-between;align-items:center;margin:28px 0 18px}.group-head h2{font-size:32px;margin:0}.view-all{color:#b87712;font-weight:800}.resource-card{min-height:250px;display:flex;flex-direction:column}.read-meta{margin-top:auto;display:flex;justify-content:space-between;color:#b87712;font-weight:700}.simple-page{background:var(--cream);color:var(--ink);padding:80px 0}.simple-page .box{max-width:850px}.simple-page h1{font-size:52px;line-height:1.05}.simple-page p,.simple-page li{color:#41566a;line-height:1.75;font-size:18px}.service-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.service-pill{background:#fff;color:var(--ink);padding:22px;border-radius:15px;text-align:center;font-weight:900}.footer{background:linear-gradient(180deg,#071a2a,#061725);color:#fff;border-top:1px solid rgba(255,255,255,.1);padding-top:34px}.footer-grid{display:grid;grid-template-columns:1.4fr 1.5fr 1fr 1.4fr;gap:36px;padding-top:22px;padding-bottom:28px}.footer img{width:76px;height:76px;object-fit:cover}.footer h3{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-size:14px}.footer a,.footer p{display:block;color:#e6edf4;margin:0 0 12px;line-height:1.45}.tagline{font-family:Georgia,serif;font-size:20px;color:#fff!important;margin-top:18px!important}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding-top:18px;padding-bottom:22px;color:#d2dce6;font-size:14px}.no-decor{background-image:none!important}@media(max-width:900px){.nav{height:auto;padding-top:12px;padding-bottom:12px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:88px;background:#071a2a;padding:20px 24px;flex-direction:column;align-items:flex-start}.menu-open .nav-links{display:flex}.hero-grid,.split,.quote-grid,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:48px}.section h2,.quote-info h2{font-size:38px}.coverage-grid,.article-grid{grid-template-columns:1fr}.contact-cards,.form-grid,.contact-methods,.multi.open .multi-menu,.service-buttons{grid-template-columns:1fr}.logo-link img{width:56px;height:56px}.brand-top{font-size:20px;letter-spacing:.12em}.brand-bottom{font-size:12px;letter-spacing:.24em}.brand-bottom span{width:22px}}


/* Header polish update: balanced navigation, no wrapped nav labels */
.site-header{
  background:linear-gradient(180deg,#071a2a 0%,#0a2236 100%);
}
.nav{
  height:84px;
  gap:22px;
}
.logo-link{
  gap:13px;
  flex:0 0 auto;
}
.logo-link img{
  width:58px;
  height:58px;
}
.brand-top{
  font-size:24px;
  letter-spacing:.155em;
}
.brand-bottom{
  font-size:13px;
  letter-spacing:.31em;
  gap:8px;
}
.brand-bottom span{
  width:30px;
}
.nav-links{
  margin-left:auto;
  gap:22px;
  font-size:15px;
  line-height:1;
  align-items:center;
}
.nav-links a{
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
}
.nav-links a.active:after{
  bottom:-14px;
}
.quote-nav{
  min-width:132px;
  height:48px;
  padding:0 22px;
  border-radius:8px;
  text-align:center;
  line-height:1;
  margin-left:8px;
}
@media (min-width:901px) and (max-width:1160px){
  .shell{padding-left:20px;padding-right:20px}
  .nav-links{gap:16px;font-size:14px}
  .brand-top{font-size:22px;letter-spacing:.13em}
  .brand-bottom{font-size:12px;letter-spacing:.25em}
  .brand-bottom span{width:22px}
  .quote-nav{min-width:120px;padding:0 18px}
}

/* Polished direct contact cards on Quote Center */
.refined-contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0 28px;align-items:stretch}
.refined-contact-card{min-height:142px;border:1px solid rgba(226,189,105,.34);border-radius:18px;padding:22px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.refined-contact-card:hover{transform:translateY(-2px);border-color:rgba(226,189,105,.7);background:rgba(255,255,255,.07)}
.refined-contact-card .contact-icon{width:46px;height:46px;border-radius:999px;background:rgba(226,189,105,.12);color:var(--gold-2);display:grid;place-items:center;font-size:24px;margin:0 0 12px}
.refined-contact-card b{font-family:Georgia,serif;font-size:20px;line-height:1.1;margin-bottom:8px;color:#fff}
.refined-contact-card small{display:block;color:var(--gold-2);font-size:15px;line-height:1.35;font-weight:800;word-break:break-word}
.refined-contact-card-wide{grid-column:1 / -1;min-height:118px}
@media(max-width:900px){.refined-contact-cards{grid-template-columns:1fr}.refined-contact-card-wide{grid-column:auto}}

/* Claims center custom layout */
.claims-hero{
  background:linear-gradient(180deg,#0c263b 0%,#102f48 100%);
  color:#fff;
  padding:72px 0 88px;
}
.claims-hero-inner{max-width:1180px}
.claims-hero h1{
  font-family:Georgia,serif;
  font-size:72px;
  line-height:1;
  letter-spacing:-.035em;
  margin:12px 0 24px;
}
.claims-hero p{font-size:18px;color:#e7eef5;margin:0;max-width:650px;line-height:1.65}
.claims-section{background:#fff;color:var(--ink);padding:72px 0 88px}
.claims-grid{display:grid;grid-template-columns:1fr .95fr;gap:56px;align-items:start}
.claims-copy h2,.claims-links-card h2{
  font-family:Georgia,serif;
  font-size:52px;
  line-height:1.05;
  letter-spacing:-.035em;
  margin:0 0 24px;
  color:var(--ink);
}
.claims-links-card h2{font-size:30px;margin-bottom:28px}
.claims-copy>p{font-size:17px;line-height:1.75;color:#4d6174;max-width:620px;margin:0 0 28px}
.claims-steps{display:grid;gap:24px;margin:28px 0 34px}
.claim-step{display:grid;grid-template-columns:32px 1fr;gap:14px;align-items:start}
.claim-step span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f4eadb;color:var(--gold);font-weight:900}
.claim-step h3{margin:1px 0 7px;font-size:17px;color:var(--ink)}
.claim-step p{margin:0;color:#4d6174;line-height:1.65;font-size:16px}
.claims-call{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border-radius:999px;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#061928;font-weight:900;box-shadow:0 16px 34px rgba(214,154,52,.24);margin:2px 0 28px}
.claims-note{font-size:16px!important;color:#4d6174!important;line-height:1.7!important;margin-top:0!important}
.claims-links-card{background:#fff;border:1px solid rgba(10,30,49,.13);border-radius:24px;padding:34px;box-shadow:0 20px 50px rgba(7,26,42,.08);min-height:465px}
.claims-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px;margin-bottom:0}
.claims-link-grid a{min-height:64px;border:1px solid #d7dde4;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 14px;font-weight:900;color:var(--ink);background:#fff;transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease}
.claims-link-grid a:hover{transform:translateY(-2px);border-color:var(--gold);background:#fff8ec;box-shadow:0 12px 26px rgba(214,154,52,.16);color:#8f5a0d}
.claims-links-card p{color:#6a7888;line-height:1.6;margin:0}
@media(max-width:900px){.claims-hero{padding:54px 0 64px}.claims-hero h1{font-size:46px}.claims-grid{grid-template-columns:1fr;gap:34px}.claims-copy h2{font-size:40px}.claims-link-grid{grid-template-columns:1fr 1fr}.claims-links-card{padding:26px;min-height:0}}
@media(max-width:520px){.claims-link-grid{grid-template-columns:1fr}}

/* Hero headshot positioning adjustment: moves the existing image upward without editing the photo file */
.hero-card .hero-headshot{
  top:-64px;
  height:calc(100% + 50px);
  object-position:center top;
}
@media(max-width:900px){
  .hero-card .hero-headshot{
    top:-42px;
    height:calc(100% + 28px);
  }
}

/* Hero image final sizing: make Kayla's portrait larger and higher in the existing frame without editing the photo file */
.hero-card{
  min-height:640px;
  padding:28px;
  align-items:flex-end;
}
.hero-card .hero-headshot{
  inset:14px !important;
  top:14px !important;
  left:14px !important;
  right:14px !important;
  bottom:14px !important;
  width:calc(100% - 28px) !important;
  height:calc(100% - 28px) !important;
  object-fit:cover;
  object-position:center 18% !important;
  transform:scale(1.18);
  transform-origin:center 18%;
}
.hero-note{
  margin-left:-26px;
  margin-bottom:0;
}
@media(max-width:900px){
  .hero-card{
    min-height:620px;
  }
  .hero-card .hero-headshot{
    transform:scale(1.16);
    transform-origin:center 18%;
  }
  .hero-note{
    margin-left:0;
  }
}
@media(max-width:620px){
  .hero-card{
    min-height:560px;
  }
}

/* FINAL HOMEPAGE HERO CORRECTION
   Match the approved full-page direction: light/cream hero, larger professional portrait,
   and no edits to the headshot file itself. */
.hero{
  background:linear-gradient(180deg,#fbfaf7 0%,#f6f0e7 100%) !important;
  color:var(--ink) !important;
  padding:72px 0 86px !important;
  border-bottom:1px solid rgba(10,30,49,.08);
}
.hero-grid{
  grid-template-columns:1.02fr .98fr !important;
  gap:72px !important;
  align-items:center !important;
}
.hero h1{
  color:var(--ink) !important;
  font-size:82px !important;
  line-height:.98 !important;
}
.hero .lead{color:#4d6174 !important;}
.hero .lead.strong{color:var(--ink) !important;}
.hero .underline-link{color:var(--ink) !important;}
.hero .badge{
  color:var(--ink) !important;
  background:#fff !important;
  border:1px solid rgba(10,30,49,.14) !important;
  box-shadow:0 12px 28px rgba(7,26,42,.06);
}
.hero-card{
  min-height:680px !important;
  border:14px solid #fff !important;
  border-radius:32px !important;
  background:#fff !important;
  box-shadow:0 28px 70px rgba(7,26,42,.14) !important;
  padding:0 !important;
  overflow:visible !important;
  align-items:flex-end !important;
}
.hero-card .hero-headshot{
  inset:0 !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:100% !important;
  height:100% !important;
  border-radius:20px !important;
  object-fit:cover !important;
  object-position:center 18% !important;
  transform:scale(1.08) !important;
  transform-origin:center 18% !important;
}
.hero-note{
  margin-left:-44px !important;
  margin-bottom:22px !important;
  max-width:345px !important;
  padding:24px 24px !important;
  border-radius:20px !important;
  box-shadow:0 22px 45px rgba(7,26,42,.16) !important;
}
@media(max-width:1100px){
  .hero h1{font-size:68px !important;}
  .hero-grid{gap:44px !important;}
  .hero-card{min-height:610px !important;}
}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr !important;}
  .hero-card{min-height:620px !important;max-width:560px;margin:0 auto;}
  .hero-note{margin-left:18px !important;margin-bottom:18px !important;}
}
@media(max-width:620px){
  .hero h1{font-size:52px !important;}
  .hero-card{min-height:560px !important;border-width:10px !important;}
  .hero-note{max-width:310px !important;}
}

/* FINAL FIX: restore approved dark navy hero colors while keeping the improved larger headshot composition. */
.hero{
  background:linear-gradient(180deg,var(--navy) 0%,#102f48 100%) !important;
  color:#fff !important;
  padding:92px 0 70px !important;
  border-bottom:0 !important;
}
.hero-grid{
  grid-template-columns:1.08fr .92fr !important;
  gap:48px !important;
  align-items:center !important;
}
.hero h1{
  color:#fff !important;
  font-size:76px !important;
  line-height:.98 !important;
}
.hero .lead{color:var(--muted) !important;}
.hero .lead.strong{color:#fff !important;}
.hero .underline-link{color:#fff !important;}
.hero .badge{
  color:#fff !important;
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:none !important;
}
.hero-card{
  min-height:640px !important;
  border:1px solid rgba(255,255,255,.2) !important;
  border-radius:28px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)) !important;
  box-shadow:var(--shadow) !important;
  padding:28px !important;
  overflow:hidden !important;
  align-items:flex-end !important;
}
.hero-card .hero-headshot{
  inset:14px !important;
  top:14px !important;
  left:14px !important;
  right:14px !important;
  bottom:14px !important;
  width:calc(100% - 28px) !important;
  height:calc(100% - 28px) !important;
  border-radius:22px !important;
  object-fit:cover !important;
  object-position:center 18% !important;
  transform:scale(1.12) !important;
  transform-origin:center 18% !important;
}
.hero-note{
  margin-left:-26px !important;
  margin-bottom:0 !important;
  max-width:330px !important;
  padding:24px !important;
  border-radius:20px !important;
}
@media(max-width:1100px){
  .hero h1{font-size:68px !important;}
  .hero-grid{gap:44px !important;}
  .hero-card{min-height:610px !important;}
}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr !important;}
  .hero h1{font-size:48px !important;}
  .hero-card{min-height:620px !important;max-width:560px;margin:0 auto;}
  .hero-card .hero-headshot{transform:scale(1.10) !important;}
  .hero-note{margin-left:0 !important;margin-bottom:0 !important;}
}
@media(max-width:620px){
  .hero-card{min-height:560px !important;}
}

/* REQUESTED FINAL HERO PHOTO ONLY FIX
   Do not change page colors, text, layout, or the photo file itself.
   Adjust only the visible size/position of the hero portrait and the Meet Kayla card. */
.hero-card{
  overflow:visible !important;
  min-height:640px !important;
}
.hero-card .hero-headshot{
  inset:14px !important;
  width:calc(100% - 28px) !important;
  height:calc(100% - 28px) !important;
  object-fit:cover !important;
  object-position:center 14% !important;
  transform:scale(1.18) !important;
  transform-origin:center 14% !important;
  border-radius:22px !important;
}
.hero-note{
  position:absolute !important;
  left:0 !important;
  bottom:34px !important;
  margin:0 !important;
  max-width:330px !important;
  z-index:3 !important;
}
@media(max-width:900px){
  .hero-card .hero-headshot{
    transform:scale(1.14) !important;
    object-position:center 12% !important;
    transform-origin:center 12% !important;
  }
  .hero-note{
    left:18px !important;
    bottom:28px !important;
  }
}

/* FINAL USER REQUEST: move only the Meet Kayla card down and further left. No other changes. */
.hero-note{
  left:-22px !important;
  bottom:-10px !important;
}
@media(max-width:900px){
  .hero-note{
    left:0 !important;
    bottom:8px !important;
  }
}

/* HERO MEET CARD FINAL POSITION — move card lower and further left only */
.hero-note{
  left:-46px !important;
  bottom:28px !important;
}
@media(max-width:900px){
  .hero-note{
    left:-22px !important;
    bottom:24px !important;
  }
}

/* FINAL ADJUSTMENT: move only the Meet Kayla Primeaux card lower. No other changes. */
.hero-note{
  left:-46px !important;
  bottom:-18px !important;
}
@media(max-width:900px){
  .hero-note{
    left:-22px !important;
    bottom:0 !important;
  }
}

/* FINAL: position Meet Kayla card low-left over stomach area only. No other design changes. */
.hero-note{
  left:-58px !important;
  bottom:24px !important;
}
@media(max-width:900px){
  .hero-note{
    left:-28px !important;
    bottom:22px !important;
  }
}

/* EXACT HERO PHOTO/CARD PLACEMENT UPDATE ONLY
   No background, color, typography, navigation, or page layout changes. */
.hero-card{
  min-height:680px !important;
  overflow:visible !important;
}
.hero-card .hero-headshot{
  inset:14px !important;
  width:calc(100% - 28px) !important;
  height:calc(100% - 28px) !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  border-radius:22px !important;
}
.hero-note{
  position:absolute !important;
  left:-48px !important;
  bottom:34px !important;
  margin:0 !important;
  max-width:330px !important;
  z-index:3 !important;
}
@media(max-width:900px){
  .hero-card{min-height:640px !important;}
  .hero-card .hero-headshot{object-position:center center !important;transform:none !important;}
  .hero-note{left:-18px !important;bottom:30px !important;}
}

.hidden-field{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;}
.form-success{margin-top:16px;padding:14px 16px;border-radius:14px;background:#f6efe1;color:#0f2b3d;font-weight:800;border:1px solid rgba(199,140,45,.35);}
.form-error{margin-top:16px;padding:14px 16px;border-radius:14px;background:#fff3f3;color:#8a1f1f;font-weight:800;border:1px solid rgba(138,31,31,.25);}
.form-card button[disabled]{opacity:.7;cursor:not-allowed;}


/* MOBILE HERO FIX JULY 2026 */
@media (max-width:900px){
  .hero-card{
    width:100% !important;
    max-width:420px !important;
    min-height:auto !important;
    margin:0 auto !important;
    overflow:visible !important;
  }
  .hero-card .hero-headshot{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:3/4 !important;
    object-fit:cover !important;
    object-position:center top !important;
    display:block !important;
    transform:none !important;
  }
  .hero-note{
    left:18px !important;
    bottom:18px !important;
    max-width:300px !important;
  }
}
