.elementor-8 .elementor-element.elementor-element-9b5fdfe{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-9b5fdfe.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-9b5fdfe{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0379ae3 *//* =========================
   NEXTDAY TELEHEALTH
   LANDING PAGE VERSION MATCH
   ========================= */

html{
  scroll-behavior:smooth;
}

:root{
  --nd-gold-1:#FFD84D;
  --nd-gold-2:#FFC400;
  --nd-gold-3:#F2B500;

  --nd-white:#ffffff;
  --nd-text-soft:rgba(255,255,255,.90);
  --nd-text-muted:rgba(255,255,255,.72);

  --nd-blue-1:#010516;
  --nd-blue-2:#05112e;
  --nd-blue-3:#08163f;
  --nd-blue-4:#0d2d73;
  --nd-blue-5:#14295F;
  --nd-blue-6:#020814;

  --nd-card-border:rgba(255,255,255,.08);
  --nd-card-bg:linear-gradient(180deg, rgba(8,28,87,.84) 0%, rgba(2,11,38,.92) 100%);
  --nd-card-bg-soft:linear-gradient(180deg, rgba(18,39,98,.68) 0%, rgba(5,16,46,.78) 100%);
  --nd-shadow-lg:0 18px 42px rgba(0,0,0,.28);
  --nd-shadow-md:0 12px 26px rgba(0,0,0,.20);
  --nd-shadow-sm:0 8px 18px rgba(0,0,0,.16);
}

/* Wrap */
.ndth-page-wrap{
  width:100%;
  margin:0;
  padding:0;
  background:linear-gradient(180deg,#07194a 0%, #041235 28%, #020814 100%);
}

.ndth-page-wrap,
.ndth-page-wrap *{
  box-sizing:border-box;
}

/* =========================
   HERO
   ========================= */
.ndth-hero-seo{
  position:relative;
  width:100%;
  min-height:100vh;
  padding:36px 20px 52px;
  background-image:url('https://nextdaytelehealth.com/wp-content/uploads/2026/04/Nextday-Telehealth-Hero-2.webp');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  overflow:hidden;
  isolation:isolate;
}

.ndth-hero-seo__overlay{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 18%),
    radial-gradient(circle at 50% 72%, rgba(255,206,89,.10) 0%, rgba(255,206,89,0) 20%),
    linear-gradient(180deg, rgba(4,12,40,.18) 0%, rgba(4,14,44,.38) 38%, rgba(3,10,31,.70) 100%);
}

.ndth-hero-seo::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:54px;
  transform:translateX(-50%);
  width:min(760px,88vw);
  height:180px;
  z-index:0;
  pointer-events:none;
  background:radial-gradient(
    ellipse at center,
    rgba(255,216,77,.18) 0%,
    rgba(255,196,0,.10) 28%,
    rgba(84,140,255,.08) 50%,
    rgba(84,140,255,0) 72%
  );
  filter:blur(28px);
}

.ndth-hero-seo__inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1100px;
  margin:0 auto;
  min-height:calc(100vh - 88px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  transform:translateY(-2%);
}

.ndth-seo-h1{
  position:absolute !important;
  left:-99999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}

.ndth-brand{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 0 10px;
}

.ndth-brand img{
  width:min(315px,58vw);
  max-width:315px;
  height:auto;
  display:block;
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,.08))
    drop-shadow(0 8px 20px rgba(0,0,0,.22));
}

.ndth-hero-copy{
  width:100%;
  max-width:980px;
  margin:0 auto;
}

.ndth-hero-title{
  margin:0 auto 12px;
  color:#fff;
  font-size:clamp(38px,4.8vw,72px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:-0.045em;
  text-shadow:
    0 2px 10px rgba(0,0,0,.18),
    0 10px 30px rgba(0,0,0,.22);
}

.ndth-hero-title .gold{
  background:linear-gradient(180deg,var(--nd-gold-1) 0%, var(--nd-gold-2) 45%, var(--nd-gold-3) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  white-space:nowrap;
}

.ndth-hero-subtitle{
  max-width:860px;
  margin:0 auto 14px;
  color:var(--nd-text-soft);
  font-size:clamp(16px,1.12vw,19px);
  line-height:1.48;
  font-weight:400;
  text-shadow:0 2px 8px rgba(0,0,0,.16);
}

.ndth-proof-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px 28px;
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(13px,.95vw,16px);
  line-height:1.2;
  font-weight:700;
  text-shadow:0 2px 8px rgba(0,0,0,.16);
}

.ndth-proof-row span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}

/* Anchor for scroll target */
.ndth-form-anchor{
  display:block;
  scroll-margin-top:120px;
}

/* Form shell */
.ndth-form-shell{
  max-width:640px;
  margin:0 auto 10px;
  position:relative;
  z-index:2;
}

.ndth-form-shell::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:78%;
  height:122%;
  background:radial-gradient(circle, rgba(255,196,0,.15) 0%, rgba(255,196,0,.05) 42%, transparent 72%);
  filter:blur(22px);
  pointer-events:none;
  z-index:0;
}

/* form */
.ndth-form-wrap{
  max-width:640px;
  margin:0 auto;
  position:relative;
  z-index:1;
}

.ndth-form{
  display:flex;
  align-items:center;
  border-radius:999px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12),
    0 12px 28px rgba(0,0,0,.24),
    0 0 18px rgba(255,196,0,.08),
    0 0 46px rgba(84,140,255,.05);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.ndth-form input[type="email"]{
  flex:1;
  min-width:0;
  width:auto;
  height:60px;
  border:none !important;
  background:transparent !important;
  color:#fff !important;
  font-size:16px;
  font-weight:500;
  padding:0 18px !important;
  outline:none;
  box-shadow:none !important;
  border-radius:0 !important;
}

.ndth-form input[type="email"]::placeholder{
  color:rgba(255,255,255,.68);
}

.ndth-form button{
  height:60px;
  min-width:230px;
  border-radius:999px !important;
  border:1px solid rgba(255,218,95,.84) !important;
  background:linear-gradient(180deg,#FFD84D 0%, #FFC400 42%, #F2B500 100%) !important;
  color:#14295F !important;
  font-size:16px;
  font-weight:800;
  letter-spacing:-0.02em;
  padding:0 18px !important;
  cursor:pointer;
  box-shadow:
    0 10px 24px rgba(255,196,0,.26),
    0 2px 0 rgba(255,255,255,.28) inset;
  transition:transform .18s ease, filter .18s ease;
}

.ndth-form button:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
}

.ndth-form.is-loading button{
  opacity:.84;
  pointer-events:none;
}

.ndth-form-message{
  margin-top:10px;
  text-align:center;
  color:#fff;
  font-size:14px;
  min-height:18px;
}

.ndth-form-message.success{
  color:#dcffe2;
}

.ndth-form-message.error{
  color:#ffd7d7;
}

/* form confirmation text */
.ndth-form-confirm{
  margin-top:4px;
  text-align:center;
}

.ndth-form-confirm__bottom{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.35;
}

/* trust row */
.ndth-trust-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:10px 12px;
  margin:14px auto 0;
  max-width:720px;
}

.ndth-trust-item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 14px;
  border-radius:999px;
  color:rgba(255,255,255,.88);
  font-size:13px;
  font-weight:700;
  line-height:1;
  text-align:center;
  background:linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.04) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 6px 16px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

/* =========================
   LOWER CONTENT
   ========================= */
.ndth-seo-content{
  width:100%;
  position:relative;
  background:linear-gradient(180deg,#07194a 0%, #041235 30%, #020814 100%);
  padding:56px 20px 72px;
}

.ndth-seo-content__inner{
  width:100%;
  max-width:1100px;
  margin:0 auto;
}

/* launch strip */
.ndth-launch-strip{
  width:100%;
  margin:0 0 28px;
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px 18px;
  border-radius:999px;
  color:#ffffff;
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  background:linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.04) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--nd-shadow-sm);
}

/* card grids */
.ndth-card-grid{
  display:grid;
  gap:20px;
  margin-bottom:20px;
}

.ndth-card-grid--three{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.ndth-card,
.ndth-faq-card,
.ndth-cta-card{
  background:var(--nd-card-bg);
  border:1px solid var(--nd-card-border);
  border-radius:24px;
  box-shadow:var(--nd-shadow-lg);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.ndth-card{
  padding:26px 22px;
}

.ndth-card h2,
.ndth-faq-card h2,
.ndth-cta-card h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(24px,2vw,34px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-0.03em;
}

.ndth-card p,
.ndth-card li,
.ndth-faq-item p,
.ndth-cta-card p{
  color:rgba(255,255,255,.84);
  font-size:16px;
  line-height:1.68;
  margin:0;
}

.ndth-card ul{
  margin:0;
  padding-left:18px;
}

.ndth-card li + li{
  margin-top:8px;
}

/* step cards */
.ndth-card--step{
  position:relative;
  padding-top:22px;
}

.ndth-step-num{
  width:42px;
  height:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 16px;
  background:linear-gradient(180deg,#FFD84D 0%, #FFC400 42%, #F2B500 100%);
  color:#14295F;
  font-size:18px;
  font-weight:800;
  box-shadow:0 10px 20px rgba(255,196,0,.22);
}

/* CTA card */
.ndth-cta-card{
  margin:8px 0 20px;
  padding:30px 26px;
  background:
    linear-gradient(90deg, rgba(255,196,0,.10) 0%, rgba(255,196,0,.04) 10%, rgba(5,18,53,.90) 26%, rgba(2,11,38,.94) 100%),
    var(--nd-card-bg);
}

.ndth-cta-card__content{
  max-width:720px;
}

.ndth-cta-card p{
  margin-bottom:18px;
}

.ndth-cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none !important;
  border:1px solid rgba(255,218,95,.84);
  background:linear-gradient(180deg,#FFD84D 0%, #FFC400 42%, #F2B500 100%);
  color:#14295F !important;
  font-size:16px;
  font-weight:800;
  line-height:1;
  box-shadow:
    0 10px 24px rgba(255,196,0,.24),
    0 2px 0 rgba(255,255,255,.28) inset;
  transition:transform .18s ease, filter .18s ease;
}

.ndth-cta-button:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
}

/* FAQ */
.ndth-faq-card{
  padding:30px 26px;
}

.ndth-faq-item + .ndth-faq-item{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}

.ndth-faq-item h3{
  margin:0 0 8px;
  color:#ffffff;
  font-size:20px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:-0.02em;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 1024px){
  .ndth-card-grid--three{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .ndth-hero-seo{
    min-height:auto;
    padding:24px 16px 38px;
    background-position:center center;
  }

  .ndth-hero-seo__inner{
    min-height:auto;
    transform:translateY(-1%);
  }

  .ndth-brand img{
    width:min(250px,64vw);
  }

  .ndth-hero-title{
    font-size:clamp(30px,8.6vw,46px);
    line-height:1.10;
    margin:0 auto 12px;
  }

  .ndth-hero-title .gold{
    white-space:normal;
  }

  .ndth-hero-subtitle{
    font-size:15px;
    line-height:1.52;
    margin:0 auto 16px;
  }

  .ndth-proof-row{
    gap:10px 14px;
    margin-bottom:18px;
    font-size:13px;
  }

  .ndth-form{
    flex-direction:column;
    border-radius:22px;
  }

  .ndth-form input[type="email"]{
    width:100%;
    height:54px;
    font-size:15px;
    padding:0 16px !important;
  }

  .ndth-form button{
    width:100%;
    min-width:0;
    height:54px;
    border-radius:16px !important;
    font-size:16px;
  }

  .ndth-form-confirm__bottom{
    font-size:13px;
  }

  .ndth-trust-row{
    gap:8px 8px;
    margin-top:12px;
  }

  .ndth-trust-item{
    font-size:12px;
    padding:8px 12px;
  }

  .ndth-seo-content{
    padding:40px 16px 52px;
  }

  .ndth-launch-strip{
    border-radius:18px;
    min-height:unset;
    font-size:14px;
    padding:12px 16px;
  }

  .ndth-card{
    padding:22px 18px;
    border-radius:20px;
  }

  .ndth-cta-card{
    padding:24px 18px;
    border-radius:20px;
  }

  .ndth-faq-card{
    padding:24px 18px;
    border-radius:20px;
  }

  .ndth-card h2,
  .ndth-faq-card h2,
  .ndth-cta-card h2{
    font-size:24px;
  }

  .ndth-faq-item h3{
    font-size:18px;
  }

  .ndth-card p,
  .ndth-card li,
  .ndth-faq-item p,
  .ndth-cta-card p{
    font-size:15px;
  }

  .ndth-cta-button{
    width:100%;
  }
}

/* =========================
   FOOTER LEGAL STRIP
   ========================= */

.ndth-footer-legal{
  width:100%;
  margin-top:40px;
  padding:20px 16px;
  display:flex;
  justify-content:center;
  align-items:center;
  background:
    linear-gradient(180deg, rgba(2,8,20,0) 0%, rgba(2,8,20,0.85) 40%, rgba(2,8,20,1) 100%);
  border-top:1px solid rgba(255,255,255,.06);
}

.ndth-footer-legal__inner{
  text-align:center;
  font-size:13px;
  font-weight:500;
  letter-spacing:.02em;
  color:rgba(255,255,255,.55);
  position:relative;
}

.ndth-footer-legal__inner::before{
  content:"";
  display:block;
  width:120px;
  height:1px;
  margin:0 auto 10px;
  background:linear-gradient(90deg, transparent, #FFC400, transparent);
  opacity:.6;
}/* End custom CSS */