.at-home {
  --ath-navy: #071d2b;
  --ath-navy-2: #0b2c3d;
  --ath-teal: #2f9e94;
  --ath-teal-light: #4db6ac;
  --ath-mint: #e8f5f1;
  --ath-cream: #f6f3ec;
  --ath-white: #ffffff;
  --ath-text: #193342;
  --ath-muted: #60727d;
  --ath-line: #dce6e8;
  --ath-shadow: 0 24px 70px rgba(7, 29, 43, .12);
  background: var(--ath-white);
  color: var(--ath-text);
  overflow: hidden;
}

.at-home *,
.at-home *::before,
.at-home *::after {
  box-sizing: border-box;
}

.at-home-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.at-home h1,
.at-home h2,
.at-home h3,
.at-home p,
.at-home figure {
  margin-top: 0;
}

.at-home h1,
.at-home h2,
.at-home h3 {
  color: var(--ath-navy);
  letter-spacing: -.035em;
}

.at-home h1 {
  font-size: clamp(3rem, 4.7vw, 5.2rem);
  line-height: .98;
  max-width: 13ch;
  margin-bottom: 28px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.at-home h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.45rem);
  line-height: 1.02;
  margin-bottom: 22px;
}

.at-home h3 {
  font-size: 1.28rem;
  line-height: 1.18;
  margin-bottom: 12px;
}

.at-home p {
  color: var(--ath-muted);
  line-height: 1.75;
}

.at-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #bde9e1;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.at-home-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.at-home-eyebrow-dark {
  color: var(--ath-teal);
}

.at-home-hero {
  position: relative;
  padding: 88px 0 86px;
  background:
    radial-gradient(circle at 12% 20%, rgba(77, 182, 172, .22), transparent 28%),
    linear-gradient(135deg, var(--ath-navy) 0%, var(--ath-navy-2) 100%);
}

.at-home-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -42% auto;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.at-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

.at-home-hero h1 {
  color: var(--ath-white);
}

.at-home-hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, .77) !important;
  font-size: 1.12rem;
  line-height: 1.8 !important;
  margin-bottom: 34px;
}

.at-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.at-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.at-home-btn:hover {
  transform: translateY(-2px);
}

.at-home-btn-primary {
  background: var(--ath-teal-light);
  color: var(--ath-navy) !important;
  box-shadow: 0 14px 34px rgba(77, 182, 172, .22);
}

.at-home-btn-secondary,
.at-home-btn-ghost {
  border-color: rgba(255, 255, 255, .24);
  color: var(--ath-white) !important;
  background: rgba(255, 255, 255, .04);
}

.at-home-btn-dark {
  background: var(--ath-navy);
  color: var(--ath-white) !important;
}

.at-home-btn-light {
  background: var(--ath-white);
  color: var(--ath-navy) !important;
}

.at-home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
}

.at-home-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.at-home-proof i {
  color: var(--ath-teal-light);
}

.at-home-hero-visual {
  position: relative;
  min-height: 610px;
}

.at-home-hero-main-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--ath-shadow);
}

.at-home-hero-main-image img,
.at-home-integrated-image > img,
.at-home-device-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.at-home-hero-main-image img {
  object-position: center center;
}

.at-home-photo-credit {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(7, 29, 43, .68);
  color: rgba(255, 255, 255, .74);
  font-size: .64rem;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.at-home-hero-card {
  position: absolute;
  left: -36px;
  bottom: 28px;
  z-index: 2;
  width: 280px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(7, 29, 43, .92);
  box-shadow: var(--ath-shadow);
  backdrop-filter: blur(16px);
}

.at-home-hero-card strong,
.at-home-hero-card span {
  display: block;
}

.at-home-hero-card strong {
  color: var(--ath-white);
  font-size: 1rem;
  margin-bottom: 8px;
}

.at-home-hero-card span {
  color: rgba(255, 255, 255, .7);
  font-size: .88rem;
  line-height: 1.55;
}

.at-home-trust-strip {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(7,29,43,.1);
  background:
    linear-gradient(90deg, rgba(47,158,148,.08), transparent 18%, transparent 82%, rgba(15,91,120,.08)),
    var(--ath-white);
}

.at-home-trust-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at center, rgba(47,158,148,.16) 1px, transparent 1.5px);
  background-size: 28px 28px;
  opacity: .16;
}

.at-home-trust-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.at-home-trust-service {
  --trust-accent: #2f9e94;
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) 18px;
  gap: 13px;
  align-items: center;
  min-height: 108px;
  padding: 22px 18px;
  border-right: 1px solid var(--ath-line);
  color: inherit;
  text-decoration: none !important;
  transition: background-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.at-home-trust-service:first-child { border-left: 1px solid var(--ath-line); }
.at-home-trust-service::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--trust-accent);
  transform: scaleX(.28);
  transform-origin: left;
  opacity: .55;
  transition: transform .22s ease, opacity .22s ease;
}
.at-home-trust-service:hover {
  z-index: 2;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 38px rgba(7,29,43,.09);
  transform: translateY(-2px);
}
.at-home-trust-service:hover::after { transform: scaleX(1); opacity: 1; }

.at-home-trust-audiology { --trust-accent: #168f91; }
.at-home-trust-speech { --trust-accent: #4d78a8; }
.at-home-trust-apd { --trust-accent: #7b6ab0; }
.at-home-trust-vestibular { --trust-accent: #c98555; }
.at-home-trust-hearing-aids { --trust-accent: #2f9e94; }

.at-home-trust-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--trust-accent) 28%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--trust-accent) 10%, #fff);
  color: var(--trust-accent);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.55);
}
.at-home-trust-copy,
.at-home-trust-copy strong,
.at-home-trust-copy small { display: block; min-width: 0; }
.at-home-trust-copy strong {
  margin-bottom: 4px;
  color: var(--ath-navy);
  font-size: .97rem;
  line-height: 1.15;
}
.at-home-trust-copy small {
  color: var(--ath-muted);
  font-size: .77rem;
  line-height: 1.35;
}
.at-home-trust-arrow {
  color: var(--trust-accent);
  font-size: .78rem;
  opacity: .36;
  transform: translateX(-3px);
  transition: opacity .2s ease, transform .2s ease;
}
.at-home-trust-service:hover .at-home-trust-arrow { opacity: 1; transform: translateX(2px); }

.at-home-section {
  padding: 110px 0;
}

.at-home-section-head {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}

.at-home-section-head h2 {
  margin-bottom: 0;
  max-width: 11ch;
}

.at-home-section-head > p {
  margin-bottom: 8px;
  font-size: 1.03rem;
}

.at-home-concerns {
  background: var(--ath-cream);
}

.at-home-concern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.at-home-concern-card {
  position: relative;
  display: block;
  min-height: 320px;
  padding: 34px;
  border: 1px solid rgba(7, 29, 43, .08);
  border-radius: 24px;
  background: var(--ath-white);
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 10px 38px rgba(7, 29, 43, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.at-home-concern-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 158, 148, .35);
  box-shadow: var(--ath-shadow);
}

.at-home-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--ath-mint);
  color: var(--ath-teal);
  font-size: 1.2rem;
}

.at-home-card-number {
  position: absolute;
  top: 34px;
  right: 34px;
  color: rgba(7, 29, 43, .18);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.at-home-concern-card h3 {
  max-width: 20ch;
  margin-top: 56px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.at-home-concern-card p {
  max-width: 48ch;
}

.at-home-card-link,
.at-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ath-teal) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.at-home-card-link {
  margin-top: 18px;
}

.at-home-not-sure {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 28px 32px;
  border-radius: 24px;
  background: var(--ath-navy);
}

.at-home-not-sure > div {
  display: flex;
  gap: 18px;
  align-items: center;
}

.at-home-not-sure h3,
.at-home-not-sure p {
  margin-bottom: 0;
}

.at-home-not-sure h3 {
  color: var(--ath-white);
}

.at-home-not-sure p {
  color: rgba(255, 255, 255, .66);
}

.at-home-icon-light {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, .1);
  color: var(--ath-teal-light);
}

.at-home-integrated-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.at-home-integrated-image {
  position: relative;
  min-height: 640px;
}

.at-home-integrated-image > img {
  position: absolute;
  inset: 0;
  border-radius: 30px;
}

.at-home-image-note {
  position: absolute;
  right: -28px;
  bottom: 32px;
  width: min(330px, 80%);
  padding: 24px;
  border-radius: 20px;
  background: var(--ath-white);
  box-shadow: var(--ath-shadow);
}

.at-home-image-note strong,
.at-home-image-note span {
  display: block;
}

.at-home-image-note strong {
  color: var(--ath-navy);
  margin-bottom: 8px;
}

.at-home-image-note span {
  color: var(--ath-muted);
  line-height: 1.55;
}

.at-home-integrated-copy > p {
  font-size: 1.04rem;
}

.at-home-lens-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 34px 0;
}

.at-home-lens-grid > div {
  padding: 24px;
  border: 1px solid var(--ath-line);
  border-radius: 20px;
  background: #fbfcfc;
}

.at-home-mini-label {
  display: block;
  margin-bottom: 14px;
  color: var(--ath-teal);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.at-home-lens-grid h3 {
  font-size: 1.14rem;
}

.at-home-lens-grid p {
  margin-bottom: 0;
  font-size: .92rem;
}

.at-home-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 10%, rgba(47, 158, 148, .09), transparent 27%),
    linear-gradient(180deg, #f8fbfb 0%, #f1f7f6 100%);
}

.at-home-services::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -170px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(47, 158, 148, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(47, 158, 148, .035),
    0 0 0 78px rgba(47, 158, 148, .025);
  pointer-events: none;
}

.at-home-services .at-home-container {
  position: relative;
  z-index: 1;
}

.at-home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.at-home-service-grid > a {
  --service-accent: #2f9e94;
  --service-wash: #eaf7f4;
  --service-ring: rgba(47, 158, 148, .12);
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px 30px 62px;
  border: 1px solid rgba(7, 29, 43, .12);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff 0%, var(--service-wash) 165%);
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(7, 29, 43, .035);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
}

.at-home-service-grid > a:nth-child(2) {
  --service-accent: #327da0;
  --service-wash: #edf6fa;
  --service-ring: rgba(50, 125, 160, .12);
}

.at-home-service-grid > a:nth-child(3) {
  --service-accent: #8a6e9d;
  --service-wash: #f5f0f7;
  --service-ring: rgba(138, 110, 157, .12);
}

.at-home-service-grid > a:nth-child(4) {
  --service-accent: #4c8a78;
  --service-wash: #eef7f3;
  --service-ring: rgba(76, 138, 120, .12);
}

.at-home-service-grid > a:nth-child(5) {
  --service-accent: #477f8a;
  --service-wash: #edf5f6;
  --service-ring: rgba(71, 127, 138, .12);
}

.at-home-service-grid > a:nth-child(6) {
  --service-accent: #a47745;
  --service-wash: #faf4ec;
  --service-ring: rgba(164, 119, 69, .13);
}

.at-home-service-grid > a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--service-accent), transparent 78%);
  opacity: .74;
  transition: opacity .24s ease;
}

.at-home-service-grid > a::after {
  content: "Explore service  →";
  position: absolute;
  left: 30px;
  bottom: 27px;
  color: var(--service-accent);
  font-size: .79rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
  transform: translateX(0);
  transition: transform .24s ease;
}

.at-home-service-grid > a:hover,
.at-home-service-grid > a:focus-visible {
  transform: translateY(-6px);
  border-color: var(--service-accent);
  box-shadow: 0 22px 58px rgba(7, 29, 43, .11);
}

.at-home-service-grid > a:hover::before,
.at-home-service-grid > a:focus-visible::before {
  opacity: 1;
}

.at-home-service-grid > a:hover::after,
.at-home-service-grid > a:focus-visible::after {
  transform: translateX(5px);
}

.at-home-service-grid > a > span {
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border: 1px solid var(--service-ring);
  border-radius: 17px;
  background: var(--service-wash);
  color: var(--service-accent);
  box-shadow: 0 0 0 8px var(--service-ring);
  transition: transform .24s ease, box-shadow .24s ease;
}

.at-home-service-grid > a > span::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -9px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--service-accent);
}

.at-home-service-grid > a:hover > span,
.at-home-service-grid > a:focus-visible > span {
  transform: translateY(-2px) rotate(-3deg) scale(1.04);
  box-shadow: 0 0 0 11px var(--service-ring);
}

.at-home-service-grid h3 {
  transition: color .24s ease;
}

.at-home-service-grid > a:hover h3,
.at-home-service-grid > a:focus-visible h3 {
  color: var(--service-accent);
}

.at-home-service-grid p {
  margin-bottom: 0;
  font-size: .96rem;
}

.at-home-hearing-aids {
  padding: 110px 0;
  background: var(--ath-navy);
}

.at-home-hearing-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 80px;
  align-items: center;
}

.at-home-hearing-copy h2 {
  max-width: 10ch;
  color: var(--ath-white);
}

.at-home-hearing-copy > p {
  color: rgba(255, 255, 255, .7);
  font-size: 1.03rem;
}

.at-home-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.at-home-brand-row a {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82) !important;
  text-decoration: none !important;
}

.at-home-device-stage {
  position: relative;
  min-height: 580px;
  border-radius: 34px;
  background: radial-gradient(circle at 50% 42%, #f7ffff 0%, #d8eeea 48%, #92c8c0 100%);
  overflow: hidden;
}

.at-home-device-stage > img {
  position: absolute;
  inset: 12% 8% 18%;
  width: 84%;
  height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 34px 30px rgba(7, 29, 43, .24));
}

.at-home-device-fact {
  position: absolute;
  width: 210px;
  padding: 17px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--ath-shadow);
}

.at-home-device-fact strong,
.at-home-device-fact span {
  display: block;
}

.at-home-device-fact strong {
  color: var(--ath-navy);
  margin-bottom: 4px;
  font-size: .92rem;
}

.at-home-device-fact span {
  color: var(--ath-muted);
  font-size: .78rem;
  line-height: 1.45;
}

.at-home-device-fact-one {
  top: 28px;
  right: 28px;
}

.at-home-device-fact-two {
  left: 28px;
  bottom: 28px;
}

.at-home-journey {
  background: var(--ath-white);
}

.at-home-section-head-centred {
  display: block;
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.at-home-section-head-centred h2 {
  max-width: none;
}

.at-home-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.at-home-journey-grid > div {
  padding: 34px;
  border-top: 3px solid var(--ath-teal);
  background: var(--ath-cream);
}

.at-home-journey-grid > div > span {
  display: block;
  margin-bottom: 46px;
  color: var(--ath-teal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.at-home-team-preview {
  background: var(--ath-mint);
}

.at-home-team-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.at-home-team-placeholder {
  padding: 42px;
  border: 1px solid rgba(7, 29, 43, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .62);
}

.at-home-team-initials {
  display: flex;
  margin-bottom: 30px;
}

.at-home-team-initials span {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
  border: 5px solid var(--ath-mint);
  border-radius: 50%;
  background: var(--ath-navy);
  color: var(--ath-white);
  font-size: .84rem;
  font-weight: 900;
}

.at-home-team-placeholder > strong {
  display: block;
  color: var(--ath-navy);
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.at-home-team-placeholder p {
  margin-bottom: 0;
}

.at-home-patient-info {
  background: var(--ath-white);
}

.at-home-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.at-home-info-grid > div {
  padding: 28px;
  border: 1px solid var(--ath-line);
  border-radius: 20px;
}

.at-home-info-grid i {
  margin-bottom: 30px;
  color: var(--ath-teal);
  font-size: 1.35rem;
}

.at-home-info-grid h3 {
  font-size: 1.08rem;
}

.at-home-info-grid p {
  margin-bottom: 0;
  font-size: .9rem;
}

.at-home-prep-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 44px;
  align-items: center;
  overflow: hidden;
  margin-top: 24px;
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 18%, rgba(77, 182, 172, .22), transparent 28%),
    var(--ath-navy);
  color: var(--ath-white);
}

.at-home-prep-cta::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 30px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.at-home-prep-cta > div {
  position: relative;
  z-index: 1;
}

.at-home-prep-cta h3 {
  color: var(--ath-white);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.at-home-prep-cta p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .7);
}

.at-home-prep-cta .at-home-mini-label {
  color: var(--ath-teal-light);
}

.at-home-prep-actions {
  display: grid;
  gap: 11px;
}

.at-home-prep-actions .at-home-btn {
  width: 100%;
}

.at-home-prep-actions .at-home-btn-secondary {
  border-color: rgba(255, 255, 255, .24);
  color: var(--ath-white) !important;
}

.at-home-resources {
  padding: 100px 0;
  background: var(--ath-navy-2);
}

.at-home-section-head-light h2 {
  color: var(--ath-white);
}

.at-home-text-link-light {
  color: var(--ath-teal-light) !important;
}

.at-home-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.at-home-resource-grid > a {
  min-height: 280px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .05);
  text-decoration: none !important;
}

.at-home-resource-grid > a > span {
  display: block;
  margin-bottom: 58px;
  color: var(--ath-teal-light);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.at-home-resource-grid h3 {
  color: var(--ath-white);
  font-size: 1.55rem;
}

.at-home-resource-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .62);
}

.at-home-book {
  padding: 110px 0;
  background: var(--ath-cream);
}

.at-home-book-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.at-home-book-copy {
  position: sticky;
  top: 110px;
}

.at-home-book-contact {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.at-home-book-contact a {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(7, 29, 43, .1);
  color: var(--ath-text) !important;
  text-decoration: none !important;
}

.at-home-book-contact i {
  width: 22px;
  color: var(--ath-teal);
}

.at-home-book-contact strong,
.at-home-book-contact span {
  display: block;
}

.at-home-book-contact strong {
  color: var(--ath-navy);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.at-home-book-form {
  padding: 34px;
  border: 1px solid rgba(7, 29, 43, .08);
  border-radius: 26px;
  background: var(--ath-white);
  box-shadow: var(--ath-shadow);
}

.at-home-book-form .wpcf7-form p {
  margin-bottom: 16px;
}

.at-home-book-form label {
  display: block;
  color: var(--ath-navy);
  font-weight: 700;
}

.at-home-book-form input:not([type="submit"]),
.at-home-book-form select,
.at-home-book-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cad8dc;
  border-radius: 12px;
  background: #fbfdfd;
  color: var(--ath-text);
}

.at-home-book-form input:not([type="submit"]),
.at-home-book-form select {
  min-height: 50px;
}

.at-home-book-form textarea {
  min-height: 120px;
}

.at-home-book-form input[type="submit"] {
  min-height: 54px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--ath-navy);
  color: var(--ath-white);
  font-weight: 800;
}

.at-home a:focus-visible,
.at-home button:focus-visible,
.at-home input:focus-visible,
.at-home select:focus-visible,
.at-home textarea:focus-visible {
  outline: 3px solid rgba(77, 182, 172, .58);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .at-home-hero-grid,
  .at-home-integrated-grid,
  .at-home-hearing-grid,
  .at-home-team-grid,
  .at-home-prep-cta,
  .at-home-book-grid {
    grid-template-columns: 1fr;
  }

  .at-home-hero-copy {
    max-width: 760px;
  }

  .at-home-hero-visual {
    min-height: 560px;
  }

  .at-home-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .at-home-service-grid,
  .at-home-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .at-home-team-grid,
  .at-home-book-grid {
    gap: 48px;
  }

  .at-home-book-copy {
    position: static;
  }
}

@media (max-width: 767px) {
  .at-home-container {
    width: min(100% - 28px, 1180px);
  }

  .at-home-hero,
  .at-home-section,
  .at-home-hearing-aids,
  .at-home-resources,
  .at-home-book {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .at-home h1 {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
  }

  .at-home h2 {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
  }

  .at-home-actions {
    display: grid;
  }

  .at-home-btn {
    width: 100%;
  }

  .at-home-proof {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .at-home-hero-visual {
    min-height: 470px;
  }

  .at-home-hero-main-image {
    inset: 0;
  }

  .at-home-hero-card {
    left: 12px;
    bottom: 20px;
    width: 250px;
  }

  .at-home-trust-grid,
  .at-home-concern-grid,
  .at-home-service-grid,
  .at-home-journey-grid,
  .at-home-info-grid,
  .at-home-resource-grid,
  .at-home-lens-grid {
    grid-template-columns: 1fr;
  }

  .at-home-trust-grid div,
  .at-home-trust-grid div:first-child {
    border-left: 1px solid var(--ath-line);
    border-right: 1px solid var(--ath-line);
    border-bottom: 1px solid var(--ath-line);
  }

  .at-home-not-sure {
    display: grid;
  }

  .at-home-not-sure > div {
    align-items: flex-start;
  }

  .at-home-integrated-image {
    min-height: 480px;
  }

  .at-home-image-note {
    right: 16px;
    bottom: 16px;
  }

  .at-home-device-stage {
    min-height: 480px;
  }

  .at-home-device-fact {
    width: 180px;
  }

  .at-home-team-placeholder,
  .at-home-book-form {
    padding: 24px;
  }

  .at-home-team-initials span {
    width: 58px;
    height: 58px;
  }
}

/* Homepage mobile hero hotfix: keep the first screen inside the viewport and prevent clipping. */
@media (max-width: 767px) {
  .at-home-hero {
    overflow: hidden;
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .at-home-hero-grid {
    gap: 34px;
  }

  .at-home-hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .at-home-hero h1 {
    width: 100%;
    max-width: 9.5ch;
    margin-bottom: 22px;
    font-size: clamp(2.9rem, 12.2vw, 4rem);
    line-height: .94;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .at-home-hero-lead {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.65 !important;
  }

  .at-home-eyebrow {
    display: flex;
    max-width: 100%;
    margin-bottom: 18px;
    font-size: .72rem;
    line-height: 1.45;
    letter-spacing: .12em;
  }

  .at-home-proof {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .at-home-hero-visual {
    min-height: 420px;
  }

  .at-home-hero-main-image {
    inset: 0;
  }

  .at-home-hero-card {
    left: 10px;
    bottom: 16px;
    width: min(240px, calc(100% - 32px));
  }

  /* The fixed conversion bar replaces competing floating chat buttons on the homepage. */
  body.home #ht-ctc-chat,
  body.home .ht-ctc-chat,
  body.home .tawk-min-container,
  body.home #tawkchat-container,
  body.home iframe[src*="tawk.to"] {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 380px) {
  .at-home-hero h1 {
    font-size: 2.75rem;
  }

  .at-home-hero-visual {
    min-height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .at-home *,
  .at-home *::before,
  .at-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
