/*
 * VeriVaxx main stylesheet — adapted from the official HTML mockup.
 * SPA-only rules (.page show/hide) have been removed since WordPress
 * renders real pages. Tab-panel show/hide rules are preserved.
 */

:root{
  --teal:#0b8f8d;--teal2:#2bc5be;--mint:#e9fbf8;--dark:#061936;--text:#0b1b36;
  --muted:#5e6b7f;--line:#dbe9ed;--soft:#f7fcfc;--shadow:0 28px 80px rgba(8,40,55,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
body.verivaxx-home, body.verivaxx-about, body.verivaxx-contact { font-family:Inter,Arial,Helvetica,sans-serif; }
a,button{font:inherit} a{color:inherit;text-decoration:none;cursor:pointer} button{cursor:pointer}
.container{width:min(1320px,calc(100% - 52px));margin:auto}

/* === Site header === */
.vv-site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.vv-site-header .nav{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.vv-logo-link{display:inline-flex;align-items:center}
.logo{width:250px;display:block;max-width:100%;height:auto}
.links{display:flex;align-items:center;gap:34px;font-size:16px;font-weight:800;color:#061936;list-style:none;margin:0;padding:0}
.links li{list-style:none}
.links a, .links li a{color:#061936;font-weight:800}
.links a.active, .links a:hover, .links .current-menu-item > a, .links li.current-menu-item > a{color:var(--teal)}
.links a.active, .links .current-menu-item > a{border-bottom:2px solid var(--teal);padding-bottom:10px}

.btn{border:0;border-radius:13px;padding:16px 26px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.18s ease;text-align:center;white-space:nowrap;line-height:1.2}
.btn:hover{transform:translateY(-2px);text-decoration:none}
.btn-teal{background:linear-gradient(135deg,var(--teal),var(--teal2));color:#fff !important;box-shadow:0 18px 38px rgba(11,143,141,.24)}
.btn-outline{background:#fff;color:var(--text) !important;border:1.5px solid var(--teal)}
.btn-dark{background:var(--dark);color:#fff !important}

/* Mobile menu toggle (hidden on desktop) */
.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;background:transparent;border:0;padding:0;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:3px;border-radius:2px;background:var(--dark);transition:transform .2s, opacity .2s}
.menu-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.menu-toggle.is-open span:nth-child(2){opacity:0}
.menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* === Hero === */
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 35%,rgba(43,197,190,.22),transparent 34%),radial-gradient(circle at 54% 76%,rgba(43,197,190,.16),transparent 20%),linear-gradient(135deg,#fbffff 0%,#edfafa 100%);min-height:860px;padding:76px 0 0}
.hero-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:56px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.8);color:var(--teal);border:1px solid rgba(11,143,141,.25);border-radius:999px;padding:10px 20px;font-size:14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.vv-home h1, .vv-about h1, .vv-contact h1 {font-size:clamp(54px,6vw,86px);line-height:1.02;letter-spacing:-.055em;margin:32px 0 22px;font-weight:1000;color:var(--dark)}
.vv-home h2, .vv-about h2, .vv-contact h2 {font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-.045em;margin:0;font-weight:1000;color:var(--dark)}
.vv-home h3, .vv-about h3, .vv-contact h3 {margin:0 0 10px;font-size:22px;letter-spacing:-.02em;color:var(--dark)}
.highlight{color:var(--teal)}
.lead{font-size:20px;line-height:1.72;color:#12284a;max-width:690px;margin:0 0 34px}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:44px}
.trust-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;max-width:720px}
.trust-icon{display:flex;gap:14px;align-items:center;font-size:16px;font-weight:750;color:#12284a}
.trust-icon span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:var(--teal);font-size:28px;background:var(--mint)}
.phone-wrap{display:flex;justify-content:center;align-items:flex-end;min-height:740px;position:relative}
.phone{width:min(440px,100%);height:760px;border:10px solid #161616;border-radius:60px 60px 0 0;background:#fff;overflow:hidden;box-shadow:0 35px 90px rgba(6,25,54,.22);position:relative}
.phone::before{content:"";position:absolute;top:13px;left:50%;transform:translateX(-50%);width:130px;height:34px;background:#050505;border-radius:999px;z-index:4}
.phone img{width:100%;height:100%;object-fit:cover;object-position:top center}

/* === Sections === */
.section{padding:88px 0}
.section-soft{background:linear-gradient(180deg,#fff,var(--soft))}
.section-mint{background:linear-gradient(180deg,var(--mint),#fff)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:38px}
.sub{font-size:18px;line-height:1.7;color:var(--muted);margin:0}

/* === How It Works === */
.how-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:42px 36px;box-shadow:0 18px 55px rgba(8,40,55,.06)}
.how-title{text-align:center;font-size:17px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase;margin-bottom:34px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative}
.step{text-align:center;position:relative}
.step-icon{width:118px;height:118px;border-radius:999px;margin:0 auto 22px;background:var(--mint);border:1px solid rgba(11,143,141,.18);display:grid;place-items:center;color:var(--teal);font-size:48px}
.step-num{position:absolute;top:74px;left:calc(50% - 66px);width:28px;height:28px;border-radius:50%;background:var(--teal);color:white;display:grid;place-items:center;font-size:13px;font-weight:900}

/* === Features grid === */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 26px;box-shadow:0 16px 50px rgba(8,40,55,.06);min-height:245px}
.feature-card .icon{width:74px;height:74px;border-radius:999px;background:var(--mint);display:grid;place-items:center;color:var(--teal);font-size:34px;margin-bottom:18px}
.feature-card p{color:#34445d;line-height:1.65;margin:0}
.feature-detail{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.big-box{background:#fff;border:1px solid var(--line);border-radius:32px;padding:36px;box-shadow:var(--shadow)}

/* === Footer === */
.vv-site-footer{background:var(--dark);color:#fff;padding:48px 0}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}
.footer-logo{width:220px;filter:brightness(0) invert(1);margin-bottom:12px}
.vv-site-footer a, .vv-site-footer p, .vv-site-footer li{display:block;color:rgba(255,255,255,.72);line-height:1.8;margin:8px 0;list-style:none}
.vv-site-footer ul{padding:0;margin:0}
.vv-site-footer b{display:block;color:#fff;margin-bottom:8px;font-weight:900;letter-spacing:.04em}
.vv-site-footer a:hover{color:#fff}
.vv-footer-bottom{margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}
.vv-footer-bottom p{font-size:13px;opacity:.6;margin:0}

/* === Responsive breakpoints from mockup === */
@media(max-width:1050px){
  .links, .vv-header-cta{display:none}
  .menu-toggle{display:inline-flex}
  .links.is-open{display:flex;flex-direction:column;position:absolute;top:88px;left:0;right:0;background:#fff;padding:24px 26px 32px;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(8,40,55,.10);gap:18px;z-index:60}
  .links.is-open a{padding-bottom:0;border-bottom:0;font-size:18px}
  .vv-site-header .nav{position:relative}
  .hero-grid, .feature-detail, .footer-grid{grid-template-columns:1fr}
  .hero{min-height:auto}
  .phone-wrap{min-height:auto;padding-top:30px}
  .phone{height:680px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1320px)}
  .logo{width:180px}
  .vv-home h1, .vv-about h1, .vv-contact h1{font-size:46px}
  .trust-icons, .feature-grid{grid-template-columns:1fr}
  .phone{height:620px;border-radius:44px 44px 0 0}
  .hero{padding-top:44px}
}

/* === Stats band (kept for completeness) === */
.stats-band{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat-card{background:linear-gradient(180deg,#fff,var(--soft));border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 14px 45px rgba(8,40,55,.05)}
.stat-card strong{display:block;font-size:34px;color:var(--teal);letter-spacing:-.04em;margin-bottom:8px}
.stat-card span{color:#34445d;line-height:1.45;font-weight:750}

/* === Audience tabs === */
.audience-tabs{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.audience-tab{border:1.5px solid var(--line);background:#fff;border-radius:999px;padding:13px 20px;font-weight:950;color:var(--dark);cursor:pointer}
.audience-tab.active{background:linear-gradient(135deg,var(--teal),var(--teal2));color:#fff;border-color:transparent;box-shadow:0 16px 36px rgba(11,143,141,.18)}
.audience-panel{display:none;background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}
.audience-panel.active{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}
@media(max-width:850px){.audience-panel.active{grid-template-columns:1fr}}

/* === How-it-works animations === */
@keyframes floatPulse {
  0%,100% { transform: translateY(0) scale(1); box-shadow: 0 10px 28px rgba(11,143,141,.10); }
  50% { transform: translateY(-10px) scale(1.035); box-shadow: 0 24px 45px rgba(11,143,141,.20); }
}
@keyframes rippleRing {
  0% { transform: translate(-50%, -50%) scale(.75); opacity:.45; }
  70% { opacity:.08; }
  100% { transform: translate(-50%, -50%) scale(1.75); opacity:0; }
}
@keyframes dashMove {
  from { background-position: 0 0; }
  to { background-position: 42px 0; }
}
.how-card .steps { position:relative; }
.how-card .steps::before {
  content:"";
  position:absolute;
  top:58px;
  left:16%;
  right:16%;
  height:2px;
  background:repeating-linear-gradient(90deg, rgba(11,143,141,.35) 0 12px, transparent 12px 24px);
  animation: dashMove 1.8s linear infinite;
}
.how-card .step-icon { position:relative; z-index:2; animation: floatPulse 3.1s ease-in-out infinite; }
.how-card .step:nth-child(2) .step-icon { animation-delay:.35s; }
.how-card .step:nth-child(3) .step-icon { animation-delay:.7s; }
.how-card .step-icon::after {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:112%;
  height:112%;
  border-radius:999px;
  border:2px solid rgba(11,143,141,.25);
  transform:translate(-50%,-50%);
  animation:rippleRing 2.7s ease-out infinite;
}
.how-card .step:nth-child(2) .step-icon::after { animation-delay:.35s; }
.how-card .step:nth-child(3) .step-icon::after { animation-delay:.7s; }
@media(max-width:1050px){ .how-card .steps::before{display:none} }

/* === Audience photos === */
.audience-photo{
  width:100%; height:310px; object-fit:cover; object-position:center center;
  border-radius:24px; border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(8,40,55,.10);
  margin:0 auto 22px; display:block; background:transparent;
}

/* === Main Features panel === */
.main-features-wrap{
  position:relative; overflow:hidden; background:#fff;
  border:1px solid var(--line); border-radius:34px;
  padding:62px 58px; box-shadow:var(--shadow);
}
.main-features-wrap::before{
  content:""; position:absolute; left:-70px; top:-50px;
  width:245px; height:245px; border-radius:62px;
  background:linear-gradient(135deg,rgba(11,143,141,.15),rgba(43,197,190,.05));
  transform:rotate(18deg);
}
.main-features-wrap::after{
  content:""; position:absolute; right:-95px; bottom:-95px;
  width:285px; height:285px; border-radius:72px;
  background:linear-gradient(135deg,rgba(43,197,190,.15),rgba(11,143,141,.05));
  transform:rotate(-18deg);
}
.features-heading{position:relative;z-index:2;max-width:780px;margin:0 auto 46px;text-align:center}
.features-heading .eyebrow{margin-bottom:18px}
.features-heading h2{margin-bottom:16px}
.main-feature-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:44px 38px}
.main-feature-card{text-align:center;padding:8px 18px}
.main-feature-icon{
  width:76px;height:76px;border-radius:24px;margin:0 auto 18px;
  display:grid;place-items:center;font-size:36px;color:var(--teal);background:var(--mint);
  border:1px solid rgba(11,143,141,.16);box-shadow:0 14px 34px rgba(8,40,55,.07);
}
.main-feature-card h3{color:var(--dark);margin-bottom:10px}
.main-feature-card p{color:#34445d;line-height:1.62;margin:0;font-size:16px}
@media(max-width:1050px){
  .main-feature-grid{grid-template-columns:repeat(2,1fr)}
  .main-features-wrap{padding:46px 30px}
}
@media(max-width:640px){
  .main-feature-grid{grid-template-columns:1fr;gap:30px}
  .main-features-wrap{padding:38px 22px}
}

/* === Helpful-for card === */
.helpful-for-card{
  background:linear-gradient(180deg,#fff,var(--soft));
  border:1px solid var(--line);border-radius:24px;padding:28px;
  box-shadow:0 16px 42px rgba(8,40,55,.07);
}
.helpful-for-card h3{margin-bottom:18px;color:var(--dark)}
.helpful-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.helpful-list li{position:relative;padding-left:28px;color:#34445d;font-weight:700;line-height:1.5}
.helpful-list li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--teal);font-weight:1000}

/* === Uniform audience card (final layout) === */
.uniform-tabs{justify-content:center;margin:0 0 26px}
.uniform-audience-shell{max-width:none;width:100%;margin:0}
.uniform-audience-panel{display:none !important}
.uniform-audience-panel.active{display:block !important}
.uniform-audience-card{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  width:100%;
  min-height:440px;
  background:#fff;border:1px solid var(--line);
  border-radius:30px;box-shadow:var(--shadow);overflow:hidden;
}
.uniform-audience-image-wrap{
  background:linear-gradient(135deg,var(--mint),#fff);
  padding:30px;
  display:flex;align-items:center;justify-content:center;
  order:2;
}
.uniform-audience-photo{
  width:100%;height:360px;object-fit:cover;object-position:center;
  border-radius:24px;border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(8,40,55,.10);display:block;
}
.uniform-audience-content{
  padding:46px 50px;
  display:flex;flex-direction:column;justify-content:center;
  order:1;
}
.uniform-audience-content h2{font-size:clamp(30px,3vw,44px);margin:0 0 16px}
.uniform-audience-content p{color:#34445d;font-size:17px;line-height:1.62;margin:0 0 24px;max-width:680px}

.uniform-helpful-card{
  background:linear-gradient(180deg,#fff,var(--soft));
  border:1px solid var(--line);border-radius:22px;padding:22px;max-width:680px;
}
.uniform-helpful-card h3{font-size:20px;margin:0 0 14px;color:var(--dark)}
.uniform-helpful-card ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}
.uniform-helpful-card li{position:relative;padding-left:26px;color:#34445d;font-weight:750;line-height:1.42;font-size:15.5px}
.uniform-helpful-card li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--teal);font-weight:1000}

@media(max-width:950px){
  .uniform-audience-card{grid-template-columns:1fr;min-height:auto}
  .uniform-audience-content{order:1;padding:34px 26px 24px}
  .uniform-audience-image-wrap{order:2;padding:0 26px 30px}
  .uniform-audience-photo{height:280px}
}
@media(max-width:640px){
  .uniform-helpful-card ul{grid-template-columns:1fr}
  .uniform-audience-photo{height:235px}
}

/* === CTA rows === */
.section-cta-row{margin-top:24px;display:flex;flex-wrap:wrap;gap:14px}
.main-features-cta, .how-cta{display:flex;justify-content:center;margin-top:34px}
.main-features-cta .btn, .how-cta .btn{min-width:230px}

/* === Centered audience heading === */
.audience-heading-centered{max-width:780px;margin:0 auto 38px;text-align:center}
.audience-heading-centered .eyebrow{margin-bottom:18px}
.audience-heading-centered h2{margin-bottom:16px}
.audience-heading-centered .sub{max-width:720px;margin:0 auto}

/* === How It Works decorative card + icons === */
#homeFeatures{padding-bottom:46px}
#homeHowWorks{padding-top:46px}
#homeHowWorks .how-card{
  background:linear-gradient(180deg,#fff,var(--soft));
  border:1px solid var(--line);border-radius:34px;
  box-shadow:var(--shadow);overflow:hidden;position:relative;
}
#homeHowWorks .how-card::before{
  content:"";position:absolute;left:-90px;top:-90px;
  width:260px;height:260px;border-radius:70px;
  background:linear-gradient(135deg,rgba(11,143,141,.14),rgba(43,197,190,.05));
  transform:rotate(18deg);
}
#homeHowWorks .how-card::after{
  content:"";position:absolute;right:-110px;bottom:-110px;
  width:300px;height:300px;border-radius:80px;
  background:linear-gradient(135deg,rgba(43,197,190,.14),rgba(11,143,141,.04));
  transform:rotate(-18deg);
}
#homeHowWorks .how-title, #homeHowWorks .steps, #homeHowWorks .how-cta{position:relative;z-index:2}
#homeHowWorks .how-title{color:var(--dark);font-size:17px;letter-spacing:.12em}
#homeHowWorks .steps{align-items:start}
#homeHowWorks .step{padding:4px 18px}
#homeHowWorks .step-icon.how-icon{
  width:142px;height:142px;
  background:linear-gradient(135deg,#f8ffff,var(--mint));
  border:1px solid rgba(11,143,141,.20);
  box-shadow:0 22px 48px rgba(8,40,55,.10), inset 0 0 0 8px rgba(255,255,255,.65);
  animation: floatPulse 3.1s ease-in-out infinite;
}
#homeHowWorks .step:nth-child(2) .step-icon.how-icon{animation-delay:.35s}
#homeHowWorks .step:nth-child(3) .step-icon.how-icon{animation-delay:.7s}

/* Phone icon */
.phone-shape{width:58px;height:90px;border:5px solid var(--teal);border-radius:18px;background:#fff;position:relative;box-shadow:0 10px 24px rgba(11,143,141,.18)}
.phone-notch{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:24px;height:5px;border-radius:999px;background:var(--dark);opacity:.65}
.avatar-dot{position:absolute;top:22px;left:50%;transform:translateX(-50%);width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal2))}
.check-line{position:absolute;left:12px;right:12px;height:8px;border-radius:999px;background:#d9edf0}
.check-line.short{top:56px;right:24px}
.check-line:not(.short){top:72px}
.tap-dot{position:absolute;right:-12px;bottom:8px;width:25px;height:25px;border-radius:50%;background:var(--teal2);box-shadow:0 0 0 8px rgba(43,197,190,.16)}

/* Medical clipboard icon */
.clipboard-shape{width:82px;height:92px;border:5px solid var(--teal);border-radius:18px;background:#fff;position:relative;box-shadow:0 10px 24px rgba(11,143,141,.18)}
.clip-top{position:absolute;top:-16px;left:22px;width:36px;height:22px;border:5px solid var(--teal);border-radius:12px 12px 6px 6px;background:#fff}
.shield-shape{position:absolute;left:-18px;top:26px;width:46px;height:50px;display:grid;place-items:center;color:#fff;font-size:28px;font-weight:1000;background:linear-gradient(135deg,var(--teal),var(--teal2));clip-path:polygon(50% 0, 92% 16%, 84% 76%, 50% 100%, 16% 76%, 8% 16%)}
.med-line{position:absolute;left:42px;right:12px;height:7px;border-radius:999px;background:#cbdfe6}
.med-line.one{top:34px}
.med-line.two{top:52px}
.med-line.three{top:70px}
.heart-dot{position:absolute;right:14px;top:15px;color:var(--teal2);font-size:18px}

/* ID card icon */
.id-card-shape{width:94px;height:66px;border:5px solid var(--teal);border-radius:18px;background:#fff;position:relative;box-shadow:0 10px 24px rgba(11,143,141,.18)}
.id-avatar{position:absolute;left:13px;top:18px;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--dark))}
.id-line{position:absolute;left:52px;height:7px;border-radius:999px;background:#cbdfe6}
.id-line.one{top:20px;width:28px}
.id-line.two{top:36px;width:34px}
.id-bars{position:absolute;left:54px;bottom:9px;width:30px;height:8px;background:repeating-linear-gradient(90deg,var(--dark) 0 3px, transparent 3px 7px);opacity:.7}
.verified-check{position:absolute;right:-17px;bottom:-17px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--teal2));color:#fff;font-size:25px;font-weight:1000;box-shadow:0 10px 24px rgba(11,143,141,.22)}

@media(max-width:900px){
  #homeHowWorks .step-icon.how-icon{width:126px;height:126px}
}

/* === About page === */
.about-wrap{max-width:1180px;margin:0 auto}
.about-heading{text-align:center;max-width:860px;margin:0 auto 42px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.about-card{background:linear-gradient(180deg,#fff,var(--soft));border:1px solid var(--line);border-radius:30px;padding:38px;box-shadow:var(--shadow)}
.about-card h2{margin-bottom:20px;font-size:30px}
.about-card p{color:#34445d;line-height:1.8;margin-bottom:18px;font-size:16.5px}
.about-highlight{font-size:22px !important;line-height:1.4 !important;font-weight:850;color:var(--dark) !important;margin-top:10px}
.about-wide{grid-column:1 / -1;text-align:center}
.about-wide p{max-width:880px;margin-left:auto;margin-right:auto}
.about-cta{margin-top:26px;display:flex;justify-content:center}
@media(max-width:900px){
  .about-grid{grid-template-columns:1fr}
  .about-wide{grid-column:auto}
  .about-card{padding:30px 24px}
}

/* === Contact page === */
.contact-form-wide{
  width:100%;
  background:linear-gradient(180deg,#fff,var(--soft));
  border:1px solid var(--line);border-radius:36px;padding:56px;box-shadow:var(--shadow);
}
.contact-form-wide h1{margin:18px 0 32px}

/* Style SureForms output to match the mockup */
.contact-form-wide .srfm-form-container{max-width:none;background:transparent;border:0;padding:0;box-shadow:none}
.contact-form-wide .srfm-input-text, .contact-form-wide .srfm-textarea, .contact-form-wide .srfm-select select, .contact-form-wide input[type=text], .contact-form-wide input[type=email], .contact-form-wide textarea, .contact-form-wide select{
  width:100%;padding:18px 20px;border-radius:18px;font-size:16px;
  border:1px solid var(--line);background:#fff;color:var(--text);
}
.contact-form-wide textarea{min-height:180px}
.contact-form-wide .srfm-submit-button, .contact-form-wide button[type=submit]{
  background:linear-gradient(135deg,var(--teal),var(--teal2));color:#fff !important;
  border:0;border-radius:13px;padding:16px 26px;font-weight:900;cursor:pointer;
  box-shadow:0 18px 38px rgba(11,143,141,.24);
  min-width:220px;
}

.vv-contact-notice{
  font-size:16px;color:var(--muted);background:var(--soft);
  border:1px dashed var(--line);border-radius:18px;padding:18px 22px;
}

@media(max-width:800px){
  .contact-form-wide{padding:36px 24px}
}

/* === Astra reset overrides on our pages === */
body.verivaxx-home .ast-container, body.verivaxx-about .ast-container, body.verivaxx-contact .ast-container,
body.verivaxx-home #content, body.verivaxx-about #content, body.verivaxx-contact #content,
body.verivaxx-home .site-content, body.verivaxx-about .site-content, body.verivaxx-contact .site-content {
  max-width:none !important; width:100% !important; padding:0 !important; margin:0 !important;
}
body.verivaxx-home .ast-container-content { padding:0 !important; }
