:root {
  --d20: rgba(92, 196, 206, 0.21);
  --d07: rgba(92, 196, 206, 0.07);
  --grad-cta: linear-gradient(-86deg, var(--color-primary) 0%, var(--color-info) 50%, var(--color-info) 100%);
  --nav-h: 78px;
  --head-h: 168px;
  --card-stick: calc(var(--nav-h) + var(--head-h));
}

.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.11);
  padding: 0 40px;
}

.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  min-height: var(--nav-h);
  margin: 0 auto;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
}

.nav-left {
  gap: 52px;
}

.nav-right {
  gap: 10px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 9px;
}

.nav-logo__image {
  display: block;
  width: auto;
  max-height: 42px;
}

.logo-mark {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--cyprus);
  flex-shrink: 0;
}

.logo-mark svg {
  width: 18px;
  height: 18px;
  fill: var(--downy);
}

.logo-wm {
  color: var(--cyprus);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.logo-wm span {
  display: block;
  color: var(--mosque);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 13px;
  border-radius: 6px;
  color: var(--cyprus);
  font-size: 13.5px;
  font-weight: 600;
  transition: background 0.17s;
}

.nav ul li a:hover,
.nav ul li a:focus-visible {
  background: var(--d07);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 20px;
  border: none;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.17s, transform 0.12s;
}

.btn svg,
.txt-link svg,
.btn-call svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.1;
}

.btn:hover,
.btn:focus-visible {
  opacity: 0.87;
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--downy);
  color: var(--white);
}

.btn-primary-inv {
  background: var(--white);
  color: var(--cyprus);
}

.btn-secondary {
  border: 1.5px solid var(--downy);
  background: transparent;
  color: var(--downy);
}

.btn-secondary-inv {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: var(--white);
}

.btn-call {
  display: none;
  border: 1.5px solid rgba(1, 57, 65, 0.2);
  background: transparent;
  color: var(--mosque);
  font-size: 13px;
}

.txt-link,
.btn-ghost-health {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--mosque);
  font-size: 13.5px;
  font-weight: 600;
  transition: color 0.15s, gap 0.15s;
}

.txt-link:hover,
.txt-link:focus-visible,
.btn-ghost-health:hover,
.btn-ghost-health:focus-visible {
  color: var(--cyprus);
  gap: 8px;
}

.hero {
  display: flex;
  min-height: 760px;
  align-items: center;
  overflow: hidden;
  background: rgba(254, 247, 237, 0.4);
}

.hero-layout {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  align-items: center;
  justify-content: space-between;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 499px;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}

.hero-copy h1 {
  margin: 0;
  color: var(--cyprus);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 1.06;
}

.hero-copy h1 .accent,
.pre-cta h2 .accent {
  color: var(--downy);
}

.hero-copy p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
}

.hero-copy__cta {
  width: fit-content;
}

.hero-diamond-area {
  position: absolute;
  top: 50%;
  right: -120px;
  width: 560px;
  height: 560px;
  transform: translateY(-50%);
}

.hero-ring {
  position: absolute;
  inset: -44px;
  border: 40px solid rgba(92, 196, 206, 0.13);
  border-radius: 56px;
  transform: rotate(45deg);
  pointer-events: none;
}

.hero-diamond-clip {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 52px;
  transform: rotate(45deg);
}

.hero-diamond-inner {
  position: absolute;
  top: -21%;
  left: -21%;
  width: 142%;
  height: 142%;
  transform: rotate(-45deg);
}

.hero-diamond-image {
  object-fit: cover;
}

.hero-widget {
  position: absolute;
  bottom: 20px;
  left: -20px;
  z-index: 4;
  min-width: 178px;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 6px 30px rgba(1, 57, 65, 0.13);
}

.hw-lbl {
  margin-bottom: 3px;
  color: var(--mosque);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hw-val {
  margin-bottom: 4px;
  color: var(--cyprus);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hw-sub {
  max-width: 140px;
  color: var(--mosque);
  font-size: 11px;
  line-height: 1.4;
}

.hero-badge {
  position: absolute;
  top: 44px;
  right: 38px;
  z-index: 4;
  max-width: 220px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 30px var(--color-border);
}

.hero-badge__eyebrow,
.hero-badge__value {
  margin: 0;
}

.hero-badge__eyebrow {
  margin-bottom: 4px;
  color: var(--mosque);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-badge__value {
  color: var(--cyprus);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-h,
.cta-c {
  padding: 60px 40px;
}

.cta-h-in,
.cta-c-in {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 22px;
  background: var(--grad-cta);
}

.cta-h-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 68px 96px;
}

.cta-c-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 108px 80px;
  text-align: center;
}

.cta-h-in h2,
.cta-c-in h2 {
  margin: 0;
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ins-section {
  padding: 80px 40px;
}

.ins-wrap,
.about-in,
.blog-in,
.testi-in,
.testi-head,
.ft-in,
.ft-bottom,
.ft-bottom-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.ins-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.ins-head h2,
.testi-head h2,
.blog-head h2 {
  margin: 0;
  color: var(--cyprus);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.15;
}

.ins-head p,
.sec-head p,
.about-header p,
.blog-card p,
.about-cta-row p {
  margin: 0;
  color: var(--mosque);
  font-size: 14.5px;
  line-height: 1.65;
}

.bento {
  display: grid;
  min-height: 580px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
  gap: 12px;
}

.c-health,
.c-auto,
.c-property {
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(1, 57, 65, 0.06);
  transition: transform 0.22s, box-shadow 0.22s;
}

.c-health:hover,
.c-auto:hover,
.c-property:hover,
.c-other:hover {
  transform: translateY(-3px);
}

.c-health {
  display: flex;
  grid-column: 1 / 3;
  grid-row: 1 / 4;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  padding: 32px;
}

.c-auto {
  display: flex;
  grid-column: 3;
  grid-row: 1 / 3;
  flex-direction: column;
  gap: 14px;
  padding: 32px;
}

.c-property {
  display: flex;
  grid-column: 4;
  grid-row: 1 / 3;
  flex-direction: column;
  gap: 14px;
  padding: 32px;
}

.c-health h3 {
  margin: 0;
  color: var(--cyprus);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.c-health p,
.card-body,
.c-other-text p {
  margin: 0;
  color: var(--mosque);
  font-size: 13px;
  line-height: 1.7;
}

.health-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.card-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--d20);
}

.card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--downy);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.card-title {
  color: var(--cyprus);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.c-other {
  position: relative;
  display: flex;
  grid-column: 3 / 5;
  grid-row: 3;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  padding: 32px;
  border-radius: 18px;
  background: var(--grad-cta);
  transition: transform 0.22s, box-shadow 0.22s;
}

.c-other::before,
.c-other::after {
  position: absolute;
  top: 50%;
  width: 180px;
  height: 180px;
  margin-top: -90px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

.c-other::before {
  right: -30px;
}

.c-other::after {
  right: 60px;
  border-color: rgba(255, 255, 255, 0.1);
}

.c-other-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.c-other .card-title,
.c-other-text p,
.btn-other-plans {
  color: var(--white);
}

.btn-other-plans {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.15);
}

.bento-below {
  margin-top: 4px;
}

.ticker {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

.ticker-label {
  flex-shrink: 0;
  color: rgba(1, 57, 65, 0.3);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 16px;
}

.ticker-item {
  display: flex;
  height: 56px;
  flex: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--white);
}

.ph-logo-lbl {
  color: rgba(1, 57, 65, 0.3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  user-select: none;
}

.why {
  padding-bottom: 120px;
}

.why-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.sec-head-wrap {
  position: sticky;
  top: var(--nav-h);
  z-index: 4;
  padding: 72px 0 44px;
  background: var(--white);
  box-shadow: 0 8px 20px -8px rgba(255, 255, 255, 1);
}

.sec-head {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.sec-head h2,
.about-header h2,
.pre-cta h2 {
  margin: 0 0 12px;
  color: var(--cyprus);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.why-row {
  position: sticky;
  top: var(--card-stick);
  display: grid;
  min-height: 460px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-bottom: 340px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 8px 48px rgba(1, 57, 65, 0.1);
}

.why-row:last-child {
  margin-bottom: 0;
}

.why-row:nth-child(1) {
  z-index: 10;
}

.why-row:nth-child(2) {
  z-index: 20;
}

.why-row:nth-child(3) {
  z-index: 30;
}

.why-row.rev .why-text-col {
  order: 2;
}

.why-row.rev .why-img-col {
  order: 1;
}

.why-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 64px 72px;
}

.why-dot {
  width: 42px;
  height: 8px;
  margin-bottom: 22px;
  border-radius: 4px;
}

.why-dot--lime {
  background: var(--lime);
}

.why-dot--lavender {
  background: var(--lavender);
}

.why-dot--yellow {
  background: var(--yellow);
}

.why-text-col h3 {
  margin: 0;
  color: var(--cyprus);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.33;
}

.why-text-col p {
  margin: 0 0 8px;
  color: var(--mosque);
  font-size: 14px;
  line-height: 1.7;
}

.why-img-col {
  position: relative;
  display: flex;
  min-height: 460px;
  align-items: center;
  justify-content: center;
}

.bg-t {
  background: var(--d20);
}

.bg-g {
  background: var(--lime);
}

.bg-y {
  background: rgba(248, 237, 145, 0.35);
}

.feat-ph {
  position: relative;
  z-index: 2;
  width: 340px;
  height: 280px;
  border-radius: 8px;
}

.feat-ph--image,
.about-photo-image,
.testi-image {
  display: block;
  object-fit: cover;
}

.deco {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.deco.tl {
  top: 20px;
  left: 20px;
}

.deco.br {
  right: 20px;
  bottom: 20px;
}

.about-sec {
  padding: 120px 40px;
  background: var(--white);
}

.about-header {
  max-width: 700px;
  margin: 0 auto 56px;
  text-align: center;
}

.about-eyebrow {
  margin-bottom: 14px;
  color: var(--downy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.about-photo-ph {
  display: block;
  width: 100%;
  height: 520px;
}

.about-photo-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(1, 57, 65, 0.55) 70%, rgba(1, 57, 65, 0.85) 100%);
  content: "";
  pointer-events: none;
}

.about-blurbs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0;
  padding: 40px 52px 44px;
}

.about-blurb {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  padding: 0 28px;
  border-left: 2px solid rgba(92, 196, 206, 0.5);
}

.about-blurb:first-child {
  padding-left: 0;
  border-left: none;
}

.ab-num {
  color: var(--white);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.ab-lbl {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ab-body {
  max-width: 200px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.5;
}

.about-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.testi {
  padding: 60px 40px 120px;
}

.testi-head {
  margin-bottom: 36px;
  text-align: center;
}

.testi-in {
  display: flex;
  height: 500px;
}

.testi-quote {
  display: flex;
  flex: 0 0 560px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  background: var(--d20);
}

.stars {
  display: flex;
  gap: 5px;
}

.stars span {
  color: var(--downy);
  font-size: 20px;
}

.testi-quote blockquote {
  margin: 0;
  color: var(--cyprus);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.testi-ph {
  flex: 1;
  width: 100%;
  height: 100%;
}

.blog {
  padding: 120px 40px;
  background: var(--sand);
}

.blog-head {
  margin-bottom: 40px;
  text-align: center;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.blog-card h3 {
  margin: 0;
  color: var(--cyprus);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.blog-img-wrap {
  padding: 18px;
  background: var(--white);
}

.blog-ph {
  width: 100%;
  height: 230px;
}

.blog-ph--image {
  object-fit: cover;
}

.blog-meta {
  margin: 0;
  color: var(--mosque);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-editor-content {
  padding: 72px 0;
  background: var(--white);
}

.pre-cta {
  padding: 120px 40px;
  background: linear-gradient(135deg, var(--color-surface-warm) 0%, var(--color-surface-warm) 45%, var(--color-surface-soft) 100%);
  text-align: center;
}

.pre-cta h2 {
  margin-bottom: 18px;
  font-size: 52px;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.pre-cta > p {
  max-width: 490px;
  margin: 0 auto 34px;
  color: var(--mosque);
  font-size: 15.5px;
  line-height: 1.7;
}

.pre-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

footer {
  color: var(--white);
  background: var(--cyprus);
  padding: 76px 40px 0;
}

.ft-top {
  display: flex;
  gap: 72px;
  padding-bottom: 56px;
}

.ft-brand {
  flex: 0 0 240px;
}

.ft-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

.ft-logo__image {
  display: block;
  width: auto;
  max-height: 40px;
}

.ft-mark {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(92, 196, 206, 0.22);
}

.ft-mark svg {
  width: 16px;
  height: 16px;
  fill: var(--downy);
}

.ft-wm {
  color: var(--white);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.2;
}

.ft-wm span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ft-brand-copy {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.ft-brand-copy a {
  color: rgba(255, 255, 255, 0.72);
}

.ft-cols {
  display: flex;
  flex: 1;
  gap: 44px;
  flex-wrap: wrap;
}

.ft-col h5 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.33);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ft-col ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-col li a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  transition: color 0.17s;
}

.ft-col li a:hover,
.ft-col li a:focus-visible,
.ft-brand-copy a:hover,
.ft-brand-copy a:focus-visible,
.ft-bottom a:hover,
.ft-bottom a:focus-visible {
  color: var(--downy);
}

.ft-bottom-wrap {
  max-width: 1200px;
}

.ft-div {
  height: 1px;
  background: var(--mosque);
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 30px;
}

.ft-bottom p,
.ft-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.ph {
  position: relative;
  overflow: hidden;
}

.ph-teal {
  background-color: var(--color-primary-soft);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 0l32 32M32 0L0 32' stroke='%23fff' stroke-width='0.5' stroke-opacity='.18'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(92, 196, 206, 0.4) 0%, rgba(1, 57, 65, 0.3) 100%);
}

.ph-green {
  background-color: var(--color-primary-soft);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 0l32 32M32 0L0 32' stroke='%23fff' stroke-width='0.5' stroke-opacity='.2'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(92, 196, 206, 0.35) 0%, rgba(1, 57, 65, 0.15) 100%);
}

.ph-neutral {
  background-color: var(--color-surface-soft);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 0l32 32M32 0L0 32' stroke='%23fff' stroke-width='0.6' stroke-opacity='.16'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(200, 210, 215, 0.8) 0%, rgba(160, 185, 190, 0.6) 100%);
}

.ph-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: rgba(1, 57, 65, 0.5);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  pointer-events: none;
  text-transform: uppercase;
  user-select: none;
}

.ph-label svg {
  width: 26px;
  height: 26px;
  opacity: 0.4;
  fill: none;
  stroke: rgba(1, 57, 65, 0.6);
  stroke-linecap: round;
  stroke-width: 1.4;
}

@media (max-width: 1100px) {
  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-diamond-area {
    right: -180px;
    width: 440px;
    height: 440px;
  }

  .hero-badge {
    top: 24px;
    right: 16px;
  }

  .bento {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .c-health {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .c-auto {
    grid-column: 1;
    grid-row: auto;
  }

  .c-property {
    grid-column: 2;
    grid-row: auto;
  }

  .c-other {
    grid-column: 1 / 3;
    grid-row: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .ins-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .why-row {
    position: relative;
    top: 0;
    min-height: auto;
    margin-bottom: 24px;
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .why-text-col {
    padding: 56px 40px;
  }

  .testi-ph {
    display: none;
  }

  .testi-quote {
    flex: none;
    width: 100%;
  }

  .testi-in {
    height: auto;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .ft-top {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .nav {
    padding: 0 20px;
  }

  .nav-in,
  .nav-left,
  .nav-right {
    flex-wrap: wrap;
  }

  .nav-in {
    justify-content: center;
    padding: 14px 0;
  }

  .nav-left {
    justify-content: center;
    gap: 20px;
  }

  .nav-right {
    justify-content: center;
  }

  .nav ul {
    display: none;
  }

  .hero-layout {
    flex-direction: column;
    padding: 60px 20px 300px;
  }

  .hero-diamond-area {
    top: auto;
    right: -60px;
    bottom: -60px;
    width: 320px;
    height: 320px;
    transform: none;
  }

  .hero-badge {
    top: 8px;
    right: 68px;
    max-width: 170px;
  }

  .cta-h,
  .cta-c,
  .ins-section,
  .about-sec,
  .testi,
  .blog,
  .pre-cta,
  footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-h-in {
    flex-direction: column;
    padding: 56px 28px;
    text-align: center;
  }

  .about-blurbs {
    position: static;
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px 20px;
    background: var(--cyprus);
    border-radius: 0 0 20px 20px;
  }

  .about-blurb {
    flex: 0 0 calc(50% - 20px);
    padding-top: 14px;
    border-top: 1px solid rgba(92, 196, 206, 0.35);
    border-left: none;
  }

  .about-photo-wrap::after {
    display: none;
  }

  .about-photo-wrap {
    border-radius: 20px 20px 0 0;
  }

  .why-row.rev .why-text-col,
  .why-row.rev .why-img-col {
    order: unset;
  }

  .why-img-col {
    min-height: 260px;
  }

  .about-cta-row,
  .pre-btns,
  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pre-btns {
    align-items: center;
  }

  .sec-head h2,
  .about-header h2,
  .pre-cta h2,
  .cta-h-in h2,
  .cta-c-in h2 {
    font-size: 32px;
  }
}
