/*!
Theme Name: caregiver365
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caregiver365-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

caregiver365-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --primary:       #21566b;
  --primary-deep:  #173f4d;
  --accent:        #e0992f;
  --accent-deep:   #c47f1c;
  --cream:         #fbf7f0;
  --sand:          #f1e8d6;
  --ink:           #23323a;
  --stone:         #6b7a82;
  --line:          #e7ddcc;
  --ok:            #1f7a4d;
  --plum:          #7B2D60;
  --ma:            #13294B;
  --mared:         #C8102E;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; }
a { color: var(--primary); transition: all 0.4s; }
a:hover { opacity: 0.8; }
img { max-width: 100%; height: auto; display: block; }

/* =============================================
   LAYOUT HELPERS
   ============================================= */
.wrap   { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px;  margin: 0 auto; padding: 0 24px; }
section { padding: 60px 0; }

/* =============================================
   DISCLOSURE BAR
   ============================================= */
.disclosure { background: var(--primary-deep); color: #cfe2e8; font-size: 16px; }
.disclosure .wrap {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 7px 24px; flex-wrap: wrap;
}
.disclosure span a{
  color: var(--accent-deep);
}
.disclosure span a:hover{
  color: #cfe2e8;
}

@media (max-width: 880px) {
  .disclosure{
    font-size: 14px;
  }
  .disclosure .wrap{
    gap: 5px; padding: 10px 20px;
  }
  .disclosure .wrap span {
    width: 100%;
    text-align: center;
  }

}  
/* =============================================
   HEADER / NAV
   ============================================= */
header.site {
  position: sticky; top: 0; z-index: 40;
  background: rgb(251 247 240);
  backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 1px solid var(--line);
}
.bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 12px 24px; max-width: 1140px; margin: 0 auto;
}
header.site .menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: 0;
  cursor: pointer;
}
.bar .logo svg { height: 44px; width: auto; display: block; }
header.site .logo img { width: 204px; height: auto; display: block; }
.nav { display: flex; gap: 24px; align-items: center; list-style: none;}
.nav a { text-decoration: none; color: var(--primary-deep); font-weight: 600; font-size: 17px; }
.nav a:hover, .nav a.active { color: var(--accent-deep); opacity: 1; }
.header-btn.menu-item{display: none !important;}

@media (max-width: 880px) {
	header.site .menu-toggle {
    display: block;
  }
	.header-btn.menu-item{display: block !important;}
	header .btn{display: none;}
 .bar { flex-wrap: wrap; justify-content: space-between; row-gap: 6px; position: relative; z-index: 1000; }
 .nav {
    order: 3; width: 100%; justify-content: flex-start; flex-direction: column;
    flex-wrap: wrap; gap: 0px;
    border-top: 1px solid var(--line); margin-top: 0px; padding: 0px 28px 20px;
	position: absolute;
    top: 100%;  
    left: 0;
    width: 100%;
    background: rgb(251 247 240);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.35s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
.nav li{width: 100%;  padding: 10px 0px;}
li:not(:last-child)	{border-bottom: 1px solid #173f4d42;}
	header .header-btn a {
    display: inline-block;
    background: var(--accent);
    color: #3a2b07;
    text-decoration: none;
    font-weight: 800;
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease;
    text-align: center;
    margin-top: 10px;
}
.menu-toggle {
  width: 40px;
  height: 40px;
  position: relative;
  border: 0;
  background: none;
  cursor: pointer;
}

/* bars */
.menu-toggle span {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: var(--primary-deep);
  transition: all 0.3s ease;
}

/* position lines */
.menu-toggle span:nth-child(1) { top: 12px; }
.menu-toggle span:nth-child(2) { top: 19px; }
.menu-toggle span:nth-child(3) { top: 26px; }

/* OPEN → X animation */
.menu-toggle.open span:nth-child(1) { transform: rotate(45deg); top: 19px; }
.menu-toggle.open span:nth-child(2) { opacity: 0; transform: scale(0); }
.menu-toggle.open span:nth-child(3) {transform: rotate(-45deg); top: 19px; }

.nav.open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
	
}
@media (max-width: 550px) {
	.nav { padding: 0px 24px 20px;}
	.disclosure .wrap{justify-content: center;}
  
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-block; background: var(--accent); color: #3a2b07;
  text-decoration: none; font-weight: 800; padding: 14px 26px;
  border-radius: 10px; font-size: 18px; border: 0; cursor: pointer;
  transition: transform .15s ease, filter .15s ease; text-align: center;
}
.btn:hover { filter: brightness(.96); transform: translateY(-1px); opacity: 1; }
.btn.lg    { padding: 18px 32px; font-size: 20px; }
.btn.primary { background: var(--primary); color: #fff; }
.btn.ghost   { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); }
.btn.plum    { background: var(--plum); color: #fff; }
.btn.ma      { background: var(--mared); color: #fff; }

/* =============================================
   TYPOGRAPHY HELPERS
   ============================================= */
.kicker {
  color: var(--accent-deep); font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase;
  font-size: 14px; margin: 0 0 10px;
}
h2.sec  { font-size: 34px; line-height: 1.13; color: var(--primary-deep); margin: 0 0 14px; }
.sub    { font-size: 20px; color: var(--stone); max-width: 64ch; margin: 0 0 36px; }
.eyebrow {
  display: inline-block; background: rgba(255,255,255,.14); color: #fff;
  font-weight: 700; font-size: 13px; letter-spacing: .06em;
  text-transform: uppercase; padding: 8px 14px; border-radius: 999px; margin-bottom: 18px;
}

/* =============================================
   TRUST BAR
   ============================================= */
.trust { background: var(--primary-deep); color: #e7f0f2; }
.trust .row {
  display: flex; flex-wrap: wrap; gap: 20px 46px;
  justify-content: center; padding: 18px 24px;
  font-weight: 600; font-size: 16.5px;
}
.trust .row span { display: flex; align-items: center; gap: 10px; }

/* =============================================
   HERO (homepage)
   ============================================= */
.hero {
  background: linear-gradient(135deg, #1b4a5c, #21566b);
  color: #fff; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(680px 340px at 86% -10%, rgba(224,153,47,.22), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 46px; align-items: center; padding: 64px 0 58px;
}
.hero h1 { font-size: 50px; line-height: 1.07; margin: 0 0 16px; color: #fff; max-width: 19ch; }
.hero h1 .hl { color: #f3c277; }
.hero p.lead { font-size: 21px; color: #e8f1f3; margin: 0 0 24px; max-width: 40ch; }
.hero ul { list-style: none; padding: 0; margin: 0 0 28px; }
.hero ul li { display: flex; gap: 11px; align-items: flex-start; font-size: 18px; color: #eef5f6; margin-bottom: 11px; }
.hero ul li svg { flex: none; margin-top: 3px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Image placeholder box */
.ph {
  position: relative; border: 2px dashed rgba(255,255,255,.55);
  border-radius: 20px; background: rgba(255,255,255,.06);
  min-height: 420px; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 30px; color: #e2eef0;
}
.ph b   { display: block; font-size: 20px; color: #fff; margin-bottom: 6px; font-family: Georgia,serif; }
.ph small { font-size: 14px; line-height: 1.5; max-width: 34ch; }
.ph .tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--accent); color: #3a2b07;
  font-weight: 800; font-size: 11px; letter-spacing: .05em;
  text-transform: uppercase; padding: 5px 10px; border-radius: 6px;
}
.hero img{height: 500px;
    object-fit: cover;}
.ph svg { width: 60px; height: 60px; opacity: .8; margin-bottom: 12px; }
@media (max-width: 1160px) {
	.hero {
		padding-left: 24px !important;
    padding-right: 24px !important;
	}
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding: 46px 0 42px; }
  .hero h1   { font-size: 36px; }
  .ph        { min-height: 280px; }
}
@media (max-width: 500px) {
	.hero img{height: 300px; }
}

/* =============================================
  404 Page
============================================= */
.error-404 {
	text-align: center;
}
.page-title{
  font-size: 34px;
  line-height: 1.13;
  color: var(--primary-deep);
  margin: 0 0 14px;
}
.hero-message-icon {
	display: grid;
	place-items: center;
	width: 120px;
	height: 120px;
	margin: 32px auto 0;
	border-radius: 50%;
	background: var(--accent-deep);
	color: #fff;
}
.hero-message-icon svg {
	width: 56px;
	height: 56px;
}


/* =============================================
 404 Page - END
============================================= */

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.phero {
  background: linear-gradient(135deg, #1b4a5c, #21566b);
  color: #fff; position: relative; overflow: hidden;
}
.phero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(680px 340px at 86% -10%, rgba(224,153,47,.2), transparent 60%);
  pointer-events: none;
}
.phero .wrap { position: relative; z-index: 1; padding: 54px 24px 48px; }
.phero .crumbs { font-size: 14px; color: #bcd6dc; margin-bottom: 13px; }
.phero .crumbs a { color: #e2eef0; text-decoration: none; }
.phero .phero_heading,
.phero h1 { font-size: 44px; line-height: 1.08; margin: 0 0 14px; color: #fff; max-width: 22ch; }
.phero p  { font-size: 20px; color: #e8f1f3; margin: 0; max-width: 60ch; }

@media (max-width: 880px) { 
  .phero .phero_heading,
  .phero h1{
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (max-width: 640px) { 
  .phero .phero_heading,
  .phero h1{
    font-size: 30px;
    line-height: 1.2;
  }
}

/* =============================================
   CARDS (Benefits)
   ============================================= */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(23,63,77,.10); }
.card .ic {
  width: 52px; height: 52px; border-radius: 12px; background: var(--sand);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.card h3 { font-size: 22px; margin: 0 0 8px; color: var(--primary-deep); }
.card p  { margin: 0; color: var(--ink); font-size: 17px; }
@media (max-width: 880px) { .cards { grid-template-columns: 1fr; } }

/* =============================================
   STEPS
   ============================================= */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step {
  position: relative; padding: 30px 20px 22px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; text-align: center;
}
.step .n {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--primary); color: #fff;
  font-family: Georgia,serif; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.step .card_step-title,
.step h3 { margin: 0 0 6px; font-size: 18px; color: var(--primary-deep); }
.step p  { margin: 0; font-size: 15.5px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* =============================================
   FEATURED PICK (Top Pick)
   ============================================= */
.pickwrap {
  background: #fff; border: 2px solid var(--primary);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 22px 44px rgba(23,63,77,.12);
}
.pickwrap .head {
  background: var(--primary-deep); color: #fff;
  padding: 24px 28px; display: flex; flex-wrap: wrap;
  gap: 14px; align-items: center; justify-content: space-between;
}
.pickwrap .head .best {
  background: var(--accent); color: #3a2b07; font-weight: 800;
  font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 6px;
}
.pickwrap .head .pickwrap_head-title,
.pickwrap .head h3 { 
  margin: 0; font-size: 24px; color: #fff; 
}
.pickbody { display: grid; grid-template-columns: 1.1fr .9fr; }
.pickbody .feats { padding: 28px; }
.pickbody .feats ul { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 24px; }
.pickbody .feats ul li { display: flex; gap: 9px; align-items: flex-start; margin-bottom: 10px; font-size: 16.5px; break-inside: avoid; }
.pickbody .feats ul li svg { flex: none; margin-top: 3px; }
.pickbody .brands {
  background: var(--cream); border-left: 1px solid var(--line);
  padding: 28px; display: flex; flex-direction: column;
  justify-content: center; gap: 14px;
}
.pickbody .brands p { margin: 0 0 4px; font-weight: 700; color: var(--primary-deep); }
.brandbtn {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; text-decoration: none; font-weight: 700;
  padding: 14px 18px; border-radius: 10px; color: #fff;
}
.faq-section .brandbtn span.sm {
    width: 188px;
	text-align: right;
}
@media (max-width: 520px) { .brandbtn { flex-wrap: wrap; } 
.faq-section .brandbtn span.sm { text-align: left; }
}
.brandbtn span.sm { font-weight: 500; font-size: 13px; opacity: .9; }
/* ─── CHECK LIST ─────────────────────────────────────────── */
.content ul, article.post ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.content ul li, article.post ul li {align-items: flex-start;margin-bottom: 0px;padding-left: 30px;background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%2321566b' stroke-width='2'/%3E%3Cpath d='M8 12l3 3 5-6' stroke='%2321566b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: left 6px;background-size: 22px 22px;}


@media (max-width: 820px) {
  .pickbody { grid-template-columns: 1fr; }
  .pickbody .feats ul { columns: 1; }
  .pickbody .brands { border-left: 0; border-top: 1px solid var(--line); }
}

/* =============================================
   COMPARISON TABLE
   ============================================= */
.cmp-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; margin-top: 30px; }
table.cmp { width: 100%; border-collapse: collapse; min-width: 920px; font-size: 16px; }
table.cmp th, table.cmp td { padding: 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.cmp thead th { background: var(--cream); font-family: Georgia,serif; font-weight: 400; color: var(--primary-deep); font-size: 16.5px; }
table.cmp tbody tr.us { background: #eef5f2; }
table.cmp td.brand { font-weight: 700; color: var(--primary-deep); }
table.cmp td.brand small { display: block; font-weight: 400; color: var(--stone); font-size: 13.5px; }
table.cmp tr.us td.brand::after {
  content: " Our Pick"; display: inline-block;
  background: var(--primary); color: #fff; font-size: 11px; font-weight: 700;
  padding: 2px 7px; border-radius: 5px; margin-left: 6px; vertical-align: middle;
}
.yes { color: var(--ok); font-weight: 700; }
.na  { color: var(--stone); font-style: italic; }
.cmp-note { font-size: 13.5px; color: var(--stone); margin-top: 12px; line-height: 1.55; }

/* =============================================
   RESOURCE CARDS
   ============================================= */
.rescards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.rescard  { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.rescard .thumb {
  border-bottom: 1px solid var(--line); background: #eef0ea;
  min-height: 150px; display: flex; align-items: center; justify-content: center;
  text-align: center; color: #8a9690; font-size: 12.5px; 
/* 	padding: 14px; */
}
.rescard .thumb img { width: 100%; height: 200px; object-fit: cover; }
.rescard .rc  { padding: 20px 22px; display: flex; flex-direction: column; flex: 1; }
.rescard .cat { color: var(--accent-deep); font-weight: 700; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 7px; }
.rescard h3   { font-size: 20px; color: var(--primary-deep); margin: 0 0 8px; }
.rescard p    { margin: 0 0 14px; font-size: 16px; }
.rescard .soon { margin-top: auto; font-weight: 700; color: var(--stone); font-size: 15px; }
.rescard a.read-more { margin-top: auto; color: var(--accent-deep); text-decoration: none; font-weight: 700; font-size: 15px; display: flex; align-items: center;}
.rescard a.read-more:hover{
  color: var(--primary-deep);
}
@media (max-width: 820px) { .rescards { grid-template-columns: 1fr; } }

/* =============================================
   FAQ ACCORDION
   ============================================= */
details.faq { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 2px 22px; margin-bottom: 12px; }
details.faq summary {
  cursor: pointer; list-style: none; padding: 18px 0;
  font-family: Georgia,serif; font-size: 20px; color: var(--primary-deep);
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after  { content: "+"; font-size: 26px; color: var(--accent-deep); }
details.faq[open] summary::after { content: "\2212"; }
details.faq p { margin: 0 0 18px; font-size: 17px; }
#faq .description-faq p {
    font-size: 18px !important;
}
/* =============================================
   ANSWER BOX (highlighted intro)
   ============================================= */
.answer {
  padding: 18px 20px; background: var(--cream);
  border: 1px solid var(--line); border-left: 5px solid var(--primary);
  border-radius: 10px; font-size: 18px; margin: 0 0 26px;
}
.answer b { color: var(--primary-deep); }

/* =============================================
   FEATURE ROWS (two-col image + text)
   ============================================= */
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 18px; }
.feat.rev > div:first-child { order: 2; }
.feat .ph2 {
/*   border: 2px dashed #c2d3cd; padding: 20px; */
	border-radius: 16px; background: #eef2ec;
  min-height: 220px; display: flex; align-items: center; justify-content: center;
  text-align: center; color: #7c948e; font-size: 13.5px; 
}
.feat .ph2 img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
@media (max-width: 760px) {
  .feat { grid-template-columns: 1fr; gap: 20px; }
  .feat.rev > div:first-child { order: 0; }
}

/* =============================================
   BRAND TAKE CARDS (compare page)
   ============================================= */
.brandtake { border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; margin-bottom: 16px; background: #fff; }
.brandtake h3     { margin: 0 0 4px; color: var(--primary-deep); font-size: 21px; }
.brandtake .sub2  { color: var(--stone); font-size: 14px; margin: 0 0 10px; }
.brandtake p      { margin: 0; font-size: 17px; }

/* =============================================
   KEY TAKEAWAYS BOX
   ============================================= */
.takeaways { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 24px 26px; margin: 28px 0; }
.takeaways h3 { margin: 0 0 10px; color: var(--primary-deep); font-size: 21px; }

/* =============================================
   CTA BAND
   ============================================= */
.cta-band { background: linear-gradient(135deg, var(--primary), var(--primary-deep)); color: #fff; }
.cta-band .wrap { padding: 56px 24px; text-align: center; }
.cta-band h2  { color: #fff; font-size: 33px; margin: 0 0 12px; }
.cta-band p   { color: #dcebed; font-size: 19px; max-width: 60ch; margin: 0 auto 24px; }
.cta-band .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .phonenumber_lifemedi a{
  color: var(--accent);
}
.cta-band .phonenumber_lifemedi a:hover{
  color: #fff;
}
/* =============================================
   BLOG / ARTICLE
   ============================================= */
article.post { background: #fff; }
article.post .body { font-size: 19px; }
article.post .body h2 { font-size: 28px; color: var(--primary-deep); margin: 36px 0 10px; }
article.post .body h3 { font-size: 21px; color: var(--primary-deep); margin: 24px 0 8px; }
article.post .body p, article.post p.meta  { margin: 0 0 16px; }
article.post .body ul { margin: 0 0 18px; padding-left: 0; list-style: none; }
article.post .body ul li { 
/* 	display: flex; gap: 12px;  */
	margin-bottom: 10px; }
article.post .body ul li svg { flex: none; margin-top: 5px; }
.meta { color: var(--stone); font-size: 15px; margin: 0 0 6px; }
article.post .body .answer p {
    margin: 0px !important;
}
/* =============================================
   FOOTER
   ============================================= */
footer { background: #13323d; color: #bcccd0; font-size: 14.5px; }
footer .wrap { padding: 44px 24px; }
footer .fg   { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
footer h5, footer .footer_col-title {
	color: #fff;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin: 0 0 10px !important;
	font-weight: bold;
	line-height: 1.65;
}
footer a     { color: #e5eef0; text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer .col p  { margin: 6px 0; }
.disc {
  border-top: 1px solid rgba(255,255,255,.13); margin-top: 28px; padding-top: 20px;
  font-size: 12.5px; color: #9fb3b8; line-height: 1.6;
}
footer .col {
    list-style: none;
}
footer .col li {
    margin: 6px 0;
}
footer .logo-tagline p {
    margin-top: 20px !important;
}
footer { background: #13323d; color: #bcccd0; font-size: 14.5px; }
footer .logo-tagline{max-width: 320px;}
footer .logo-tagline img{max-width: 220px; height: auto;}
footer .logo-tagline .phonenumber_lifemedi{
  margin: 15px 0 0 0;
}
/* =============================================
   REVEAL ANIMATION
   ============================================= */
.reveal { opacity: 0; transform: translateY(14px); animation: rise .7s ease forwards; }
.d1 { animation-delay: .05s; }
.d2 { animation-delay: .15s; }
.d3 { animation-delay: .25s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none; opacity: 1; transform: none; } }

/* =============================================
   FOCUS
   ============================================= */
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.no-top-padding{padding-top:0px !important;}
.no-bottom-padding{padding-bottom:0px !important;}