.vet-landing {
  --vet-navy: #102a43;
  --vet-blue: #2563eb;
  --vet-blue-dark: #1d4ed8;
  --vet-teal: #14b8a6;
  --vet-green: #16a34a;
  --vet-orange: #f59e0b;
  --vet-red: #ef4444;
  --vet-purple: #7c3aed;
  --vet-ink: #1f2937;
  --vet-muted: #64748b;
  --vet-border: #dbe7f3;
  --vet-soft: #f5f8fc;
  --vet-white: #ffffff;
  color: var(--vet-ink);
  background: #ffffff;
  overflow: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vet-landing h1,
.vet-landing h2,
.vet-landing h3,
.vet-landing h4,
.vet-landing h5,
.vet-landing h6 {
  color: var(--vet-navy);
  letter-spacing: -0.02em;
  font-weight: 700;
}

.vet-landing h1 {
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  line-height: 1.05;
  margin-bottom: 20px;
}

.vet-landing h2 {
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 1.12;
  margin-bottom: 18px;
}

.vet-landing h3 {
  font-size: 1.12rem;
  line-height: 1.35;
}

.vet-landing p {
  color: var(--vet-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.vet-hero {
  position: relative;
  padding: 95px 0 80px;
  background:
    radial-gradient(circle at 10% 10%, rgba(20, 184, 166, 0.16), transparent 26%),
    radial-gradient(circle at 86% 16%, rgba(37, 99, 235, 0.18), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef7ff 48%, #f7fffb 100%);
}

.vet-hero:before,
.vet-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.vet-hero:before {
  width: 420px;
  height: 420px;
  right: -140px;
  top: 80px;
  background: rgba(20, 184, 166, 0.12);
}

.vet-hero:after {
  width: 260px;
  height: 260px;
  left: -100px;
  bottom: -80px;
  background: rgba(37, 99, 235, 0.12);
}

.vet-eyebrow,
.vet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--vet-blue-dark);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.vet-eyebrow:before,
.vet-kicker:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vet-teal);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.13);
}

.vet-price {
  color: var(--vet-navy);
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.vet-price strong {
  color: var(--vet-green);
  font-size: 1.55rem;
  font-weight: 600;
}

.vet-hero-copy {
  max-width: 620px;
  font-size: 1.16rem;
  color: #46566f;
}

.vet-check-list,
.vet-warning-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vet-check-list li,
.vet-warning-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  color: var(--vet-ink);
  font-weight: 400;
}

.vet-check-list li:before,
.vet-warning-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.vet-check-list li:before {
  content: "✓";
  color: #ffffff;
  background: linear-gradient(135deg, var(--vet-green), var(--vet-teal));
}

.vet-warning-list li:before {
  content: "!";
  color: #ffffff;
  background: linear-gradient(135deg, var(--vet-orange), var(--vet-red));
}

.vet-hero-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 20px;
  margin: 24px 0 18px;
}

.vet-note {
  display: inline-flex;
  padding: 12px 16px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--vet-navy);
  font-weight: 500;
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.07);
}

.vet-cta-block {
  margin-top: 12px;
}

.vet-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.vet-cta-fine-print {
  margin: 14px 0 0;
  color: var(--vet-muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.vet-cta-setup-help {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 0.95rem;
  font-weight: 600;
}

.vet-cta-setup-help i {
  font-size: 1.1rem;
}

.vet-cta-block-light {
  text-align: center;
}

.vet-cta-block-light .vet-cta-fine-print {
  color: rgba(255, 255, 255, 0.88);
}

.vet-cta-block-light .vet-cta-setup-help {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.vet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vet-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.vet-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--vet-blue), var(--vet-teal));
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24);
}

.vet-btn-primary:hover {
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.3);
}

.vet-btn-secondary {
  color: var(--vet-blue-dark);
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.vet-btn-secondary:hover {
  color: var(--vet-blue-dark);
  box-shadow: 0 14px 30px rgba(16, 42, 67, 0.1);
}

.vet-hero-visual {
  position: relative;
  isolation: isolate;
}

.vet-hero-visual img,
.vet-section-image,
.vet-feature-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.vet-hero-visual img {
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(16, 42, 67, 0.16);
}

.vet-floating-card {
  position: absolute;
  z-index: 2;
  width: 220px;
  padding: 15px 17px;
  border: 1px solid rgba(219, 231, 243, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(16, 42, 67, 0.16);
  backdrop-filter: blur(12px);
}

.vet-floating-card span {
  display: block;
  color: var(--vet-muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vet-floating-card strong {
  display: block;
  color: var(--vet-navy);
  font-size: 0.98rem;
  font-weight: 500;
  margin-top: 4px;
}

.vet-floating-card-top {
  right: -10px;
  top: 28px;
}

.vet-floating-card-bottom {
  left: -20px;
  bottom: 34px;
}

.vet-section {
  padding: 88px 0;
}

.vet-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.vet-section-heading h2 {
  margin-bottom: 10px;
}

.vet-section-image {
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(16, 42, 67, 0.12);
}

.vet-trust {
  background: #ffffff;
}

.vet-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.vet-proof-card {
  min-height: 145px;
  padding: 20px;
  border: 1px solid var(--vet-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 14px 35px rgba(16, 42, 67, 0.06);
}

.vet-proof-card strong,
.vet-proof-card span {
  display: block;
}

.vet-proof-card strong {
  color: var(--vet-navy);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.vet-proof-card span {
  color: var(--vet-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.vet-testimonial {
  margin: 28px 0 0;
  padding: 26px 28px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 24px;
  background: #f0fdfa;
}

.vet-testimonial-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  color: #f59e0b;
  font-size: 1.05rem;
  line-height: 1;
}

.vet-testimonial-quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.vet-testimonial-quote p {
  margin: 0;
  color: var(--vet-navy);
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: italic;
}

.vet-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 184, 166, 0.18);
}

.vet-testimonial-avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 22px rgba(16, 42, 67, 0.12);
}

.vet-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.vet-testimonial-name {
  color: var(--vet-navy);
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
}

.vet-testimonial-role {
  color: var(--vet-muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.vet-problem {
  background:
    radial-gradient(circle at 90% 20%, rgba(239, 68, 68, 0.08), transparent 26%),
    linear-gradient(180deg, #fff8f6, #ffffff);
}

.vet-problem .vet-kicker {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
}

.vet-problem .vet-kicker:before {
  background: var(--vet-red);
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.12);
}

.vet-muted {
  color: var(--vet-muted);
}

.vet-solution {
  background:
    radial-gradient(circle at 5% 20%, rgba(20, 184, 166, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff, #f5fbff);
}

.vet-inline-callout {
  margin-top: 26px;
  padding: 20px 22px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 20px;
  background: #ecfeff;
  color: var(--vet-navy);
  font-weight: 500;
  line-height: 1.55;
}

.vet-intake {
  background:
    radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.1), transparent 28%),
    linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.vet-intake .vet-kicker {
  background: rgba(20, 184, 166, 0.12);
  color: #0f766e;
}

.vet-intake .vet-kicker:before {
  background: var(--vet-teal);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.14);
}

.vet-intake-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.vet-intake-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--vet-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(16, 42, 67, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vet-intake-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(16, 42, 67, 0.1);
}

.vet-intake-card-highlight {
  border-color: rgba(37, 99, 235, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.vet-intake-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.35rem;
  background: linear-gradient(135deg, var(--vet-blue), var(--vet-teal));
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
}

.vet-intake-card h3 {
  margin-bottom: 10px;
}

.vet-intake-card p {
  margin: 0;
}

.vet-embed-callout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 28px 30px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(16, 42, 67, 0.08);
}

.vet-embed-callout-copy {
  flex: 1 1 420px;
}

.vet-embed-callout-copy h3 {
  margin-bottom: 8px;
}

.vet-embed-callout-copy p {
  margin: 0;
  max-width: 620px;
}

.vet-embed-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vet-embed-tags li {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--vet-blue-dark);
  font-size: 0.88rem;
  font-weight: 600;
}

.vet-features {
  background: var(--vet-soft);
}

.vet-feature-card,
.vet-feature-image-card {
  height: 100%;
  min-height: 230px;
  border: 1px solid var(--vet-border);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vet-feature-card {
  padding: 28px;
}

.vet-feature-card:hover,
.vet-feature-image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 56px rgba(16, 42, 67, 0.11);
}

.vet-feature-card p {
  margin: 0;
}

.vet-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--vet-blue), var(--vet-teal));
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.vet-feature-image-card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
}

.vet-feature-image-card img {
  border-radius: 20px;
}

.vet-comparison {
  background: #ffffff;
}

.vet-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--vet-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(16, 42, 67, 0.09);
}

.vet-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.vet-comparison-table th,
.vet-comparison-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--vet-border);
  color: var(--vet-ink);
  font-size: 0.98rem;
}

.vet-comparison-table th {
  background: #f2f7ff;
  color: var(--vet-navy);
  font-weight: 600;
}

.vet-comparison-table th:nth-child(2) {
  color: var(--vet-blue-dark);
}

.vet-comparison-table td:first-child {
  font-weight: 500;
  color: var(--vet-navy);
}

.vet-comparison-table td:nth-child(2) {
  color: var(--vet-green);
  font-weight: 600;
  background: rgba(22, 163, 74, 0.04);
}

.vet-comparison-table tr:last-child td {
  border-bottom: 0;
}

.vet-switch {
  background:
    radial-gradient(circle at 90% 10%, rgba(124, 58, 237, 0.16), transparent 28%),
    linear-gradient(135deg, #102a43 0%, #173b62 100%);
}

.vet-switch h2,
.vet-switch p {
  color: #ffffff;
}

.vet-switch .vet-kicker {
  color: #c7d2fe;
  background: rgba(255, 255, 255, 0.12);
}

.vet-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vet-benefit-grid div {
  position: relative;
  min-height: 88px;
  padding: 22px 20px 22px 54px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.45;
}

.vet-benefit-grid div:before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--vet-teal);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
}

.vet-how {
  background: #f8fbff;
}

.vet-step-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--vet-border);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.07);
}

.vet-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--vet-orange), #f97316);
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
}

.vet-step-card p {
  margin: 0;
}

.vet-center-note {
  text-align: center;
  color: var(--vet-navy);
  font-weight: 500;
  margin: 16px 0 0;
}

.vet-faq {
  background: #ffffff;
}

.vet-faq-item {
  border: 1px solid var(--vet-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.06);
  overflow: hidden;
}

.vet-faq-item + .vet-faq-item {
  margin-top: 14px;
}

.vet-faq-item summary {
  position: relative;
  display: block;
  padding: 22px 58px 22px 24px;
  color: var(--vet-navy);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  list-style: none;
}

.vet-faq-item summary::-webkit-details-marker {
  display: none;
}

.vet-faq-item summary:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--vet-blue);
  border-bottom: 2px solid var(--vet-blue);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.vet-faq-item[open] summary:after {
  transform: translateY(-35%) rotate(225deg);
}

.vet-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
}

.vet-final-cta {
  padding: 92px 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(20, 184, 166, 0.22), transparent 26%),
    linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%);
}

.vet-final-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.12);
  text-align: center;
  box-shadow: 0 28px 80px rgba(16, 42, 67, 0.24);
  backdrop-filter: blur(12px);
}

.vet-final-card h2,
.vet-final-card p {
  color: #ffffff;
}

.vet-final-card p {
  max-width: 680px;
  margin: 0 auto 10px;
}

.vet-final-card .vet-eyebrow {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.vet-cta-center {
  justify-content: center;
}

.vet-btn-light {
  color: var(--vet-blue-dark);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(16, 42, 67, 0.16);
}

.vet-btn-light:hover {
  color: var(--vet-blue-dark);
}

.vet-btn-ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.vet-btn-ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991.98px) {
  .vet-hero,
  .vet-section,
  .vet-final-cta {
    padding: 66px 0;
  }

  .vet-proof-grid,
  .vet-benefit-grid,
  .vet-intake-grid {
    grid-template-columns: 1fr;
  }

  .vet-embed-callout {
    padding: 22px;
  }

  .vet-floating-card-top {
    right: 10px;
  }

  .vet-floating-card-bottom {
    left: 10px;
  }
}

@media (max-width: 767.98px) {
  .vet-hero-list {
    grid-template-columns: 1fr;
  }

  .vet-floating-card {
    position: static;
    width: auto;
    margin: 12px 0 0;
  }

  .vet-hero-visual img,
  .vet-section-image {
    border-radius: 22px;
  }

  .vet-final-card {
    padding: 34px 22px;
    border-radius: 26px;
  }

  .vet-btn {
    width: 100%;
  }

  .vet-comparison-table th,
  .vet-comparison-table td {
    padding: 16px;
  }
}
