@font-face {
  font-family: "Avenir Next Condensed";
  src: url("../fonts/AvenirNextCondensed-Regular.woff") format("woff");
}

:root {
  --tf-purple: #6f35d7;
  --tf-purple-dark: #3f1b8f;
  --tf-orange: #ff7a18;
  --tf-yellow: #ffbd2f;
  --tf-pink: #c90064;
  --tf-green: #65a30d;
  --tf-ink: #29185f;
  --tf-soft: #fbf4ff;
}

* {
  letter-spacing: 0;
}

body {
  margin: 0;
  color: #342f4f;
  font-family: "Avenir Next Condensed", Arial, Helvetica, sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
}

.fw-black {
  font-weight: 900;
}

.tf-site-header {
  top: 16px;
  z-index: 1030;
}

.tf-site-header .navbar {
  margin: 0 auto;
  width: min(1170px, calc(100% - 34px));
  min-height: 54px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(111, 58, 214, 0.96);
  box-shadow: 0 14px 30px rgba(45, 18, 111, 0.16);
  backdrop-filter: blur(12px);
}

.navbar-brand img {
  width: 150px;
  max-height: 60px;
  object-fit: contain;
}

.navbar .nav-link {
  color: #fff;
  padding-right: 13px !important;
  padding-left: 13px !important;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--tf-yellow);
}

.btn-icon {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  color: var(--tf-yellow);
  background: #29233f;
}

.tf-search-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid var(--tf-yellow);
  border-radius: 50%;
}

.tf-search-dot::after {
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background: var(--tf-yellow);
  content: "";
  transform: rotate(45deg);
}

.tf-quote-btn {
  min-height: 32px;
  padding: 9px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background: var(--tf-orange);
}

.tf-menu-lines {
  display: inline-flex;
  width: 28px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.tf-menu-lines span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.82);
}

.tf-menu-lines span:nth-child(2) {
  width: 15px;
}

.tf-menu-lines span:nth-child(3) {
  width: 10px;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.55);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.tf-hero {
  position: relative;
  overflow: hidden;
  padding-top: 78px;
  background:
    radial-gradient(
      circle at 18% 43%,
      rgba(255, 255, 255, 0.08) 0 34px,
      transparent 35px
    ),
    radial-gradient(
      circle at 80% 72%,
      rgba(255, 255, 255, 0.08) 0 52px,
      transparent 53px
    ),
    linear-gradient(145deg, #7f3de0 0%, #6b35d4 44%, #6330c9 100%);
}

.tf-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(
      135deg,
      transparent 0 47%,
      rgba(255, 255, 255, 0.25) 49%,
      transparent 51%
    ),
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 2px, transparent 3px);
  background-size:
    116px 116px,
    72px 72px;
}

.min-vh-hero {
  min-height: 565px;
}

.tf-hero h1 {
  position: relative;
  z-index: 3;
  max-width: 830px;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(62px, 8.9vw, 108px);
  line-height: 0.9;
  text-shadow: 0 7px 0 rgba(42, 20, 106, 0.16);
}

.hero-pet {
  position: relative;
  z-index: 4;
  width: min(430px, 86%);
  height: 330px;
  margin-top: -3px;
  object-fit: cover;
  object-position: center bottom;
  filter: drop-shadow(0 22px 18px rgba(38, 18, 88, 0.2));
}

.discount-burst {
  position: absolute;
  top: 97px;
  left: 14%;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 47% 53% 50% 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  transform: rotate(-18deg);
  background: var(--tf-orange);
  box-shadow: 0 10px 22px rgba(44, 19, 95, 0.25);
}

.offer-card {
  position: relative;
  z-index: 2;
  max-width: 265px;
  margin-bottom: 46px;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(48, 26, 107, 0.16) !important;
}

.offer-tag {
  position: absolute;
  top: -14px;
  right: 28px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--tf-purple);
  font-size: 13px;
  font-weight: 900;
  background: #fff;
  box-shadow: 0 10px 18px rgba(43, 20, 95, 0.16);
}

.offer-card h2,
.orange-panel h2 {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 900;
}

.offer-card p,
.orange-panel p {
  margin: 0;
  font-size: 14px;
}

.orange-panel {
  position: relative;
  z-index: 2;
  max-width: 285px;
  margin-bottom: 46px;
  margin-left: auto;
  padding: 22px 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--tf-orange);
  box-shadow: 0 16px 34px rgba(48, 26, 107, 0.18) !important;
}

.avatar-stack {
  display: flex;
}

.avatar-stack img {
  width: 40px;
  height: 40px;
  margin-right: -12px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.hero-center {
  position: relative;
}

.tool-mark {
  position: absolute;
  z-index: 3;
  bottom: 56px;
  width: 12px;
  height: 185px;
  border-radius: 10px;
  background: linear-gradient(#29233f 0 18%, #9c83e5 18% 100%);
  box-shadow: 0 12px 18px rgba(39, 18, 88, 0.2);
}

.tool-mark-left {
  left: 20%;
  transform: rotate(8deg);
}

.tool-mark-right {
  right: 20%;
  transform: rotate(-8deg);
}

.section-tag {
  margin-bottom: 7px;
  color: var(--tf-purple);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title {
  color: var(--tf-purple);
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 900;
  line-height: 0.95;
}

.section-title span {
  color: var(--tf-orange);
}

.blob-photo {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 42% 58% 52% 48% / 52% 42% 58% 48%;
  background: #ff7a17;
}

.blob-photo::before,
.blob-photo::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: var(--tf-orange);
}

.blob-photo::before {
  width: 38px;
  height: 38px;
  left: 8px;
  top: 40px;
}

.blob-photo::after {
  right: 18px;
  bottom: 25px;
  width: 56px;
  height: 56px;
}

.blob-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 0.82;
  border-radius: 38% 62% 50% 50% / 54% 45% 55% 46%;
  object-fit: cover;
}

.check-dot {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: var(--tf-orange);
}

.services-band,
.pricing-band {
  background:
    radial-gradient(
      circle at 12px 12px,
      rgba(111, 53, 215, 0.07) 2px,
      transparent 3px
    ),
    #fbf2ff;
  background-size: 44px 44px;
}

.service-card {
  min-height: 360px;
  padding: 18px 18px 24px;
  border: 8px solid var(--tf-purple);
  border-radius: 38px;
  color: #fff;
  background: var(--tf-purple);
  text-align: center;
}

.service-card-orange {
  border-color: var(--tf-orange);
  background: var(--tf-orange);
}

.service-card-pink {
  border-color: var(--tf-pink);
  background: var(--tf-pink);
}

.service-card-green {
  border-color: var(--tf-green);
  background: var(--tf-green);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  border: 7px solid #fff;
  border-radius: 26px;
  object-fit: cover;
}

.service-card h3 {
  margin: 18px 0 8px;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p {
  min-height: 56px;
  margin-bottom: 18px;
  font-size: 14px;
}

.service-card a {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--tf-purple);
  font-size: 22px;
  font-weight: 900;
  background: #fff;
}

.testimonial-box {
  max-width: 840px;
  border-radius: 8px;
  background: #fff;
}

.testimonial-box .carousel-control-prev,
.testimonial-box .carousel-control-next {
  width: 42px;
  height: 42px;
  top: 50%;
  border-radius: 50%;
  background: var(--tf-purple);
}

.stars {
  color: var(--tf-yellow);
  font-size: 22px;
}

.faq-image {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.bg-primary-purple {
  background: var(--tf-purple);
}

.accordion-item {
  overflow: hidden;
  margin-bottom: 12px;
  border: 0;
  border-radius: 8px;
}

.accordion-button {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  background: #5d28c4;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: var(--tf-orange);
  box-shadow: none;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  color: #fff;
  background: var(--tf-orange);
}

.brand-strip {
  background: var(--tf-orange);
}

.feature-item h3 {
  color: var(--tf-purple);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-item p {
  margin: 0;
  color: #716a86;
}

.choose-pet {
  width: min(360px, 90%);
  aspect-ratio: 1 / 1;
  border: 14px solid var(--tf-orange);
  border-radius: 50%;
  object-fit: cover;
}

.price-card {
  padding: 30px;
  border: 6px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(61, 25, 132, 0.08);
}

.price-card.featured {
  border-color: var(--tf-orange);
}

.plan-name {
  color: var(--tf-purple);
  font-weight: 900;
  text-transform: uppercase;
}

.price-card h3 {
  color: var(--tf-orange);
  font-size: 48px;
  font-weight: 900;
}

.price-card h3 span {
  color: #7e7892;
  font-size: 16px;
}

.price-card li {
  position: relative;
  margin: 12px 0;
  padding-left: 24px;
}

.price-card li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tf-purple);
  content: "";
}

.groomer-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 50% 50% 8px 8px;
  background: var(--tf-purple);
}

.groomer-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.groomer-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
  color: #fff;
  background: linear-gradient(transparent, rgba(35, 19, 75, 0.92));
}

.groomer-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.groomer-card p {
  margin: 0;
}

.mini-feature {
  min-height: 92px;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.1);
}

.mini-feature small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 700;
}

.grid-photo {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.blog-card {
  overflow: hidden;
  border: 2px solid rgba(111, 53, 215, 0.25);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(61, 25, 132, 0.08);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1 / 0.68;
  object-fit: cover;
}

.blog-card h3 {
  min-height: 70px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 a {
  color: var(--tf-ink);
}

.read-more {
  color: var(--tf-purple);
  font-weight: 900;
  text-transform: uppercase;
}

.footer-section {
  background:
    linear-gradient(rgba(37, 25, 74, 0.93), rgba(37, 25, 74, 0.96)),
    url("../images/footer-bg.jpg") center / cover;
}

.footer-logo {
  width: 130px;
}

.footer-section h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-section a:hover {
  color: var(--tf-yellow);
}

.tf-social {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--tf-orange);
}

.tf-social i {
  font-size: 18px;
  line-height: 1;
}

.subscribe-box {
  padding: 24px;
  border-radius: 8px;
  background: var(--tf-orange);
}

.footer-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991.98px) {
  .tf-site-header {
    top: 0;
  }

  .tf-site-header .navbar {
    width: 100%;
    padding: 10px 14px;
    border-radius: 0;
  }

  .navbar-collapse {
    padding-top: 14px;
  }

  .navbar .nav-link {
    padding: 9px 0 !important;
    font-size: 13px;
  }

  .min-vh-hero {
    min-height: auto;
    padding-bottom: 34px;
  }

  .tf-hero h1 {
    font-size: clamp(47px, 13vw, 78px);
  }

  .discount-burst {
    position: static;
    margin: 0 auto 12px;
  }

  .offer-card,
  .orange-panel {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-pet {
    width: min(390px, 88%);
    height: 300px;
  }

  .tool-mark {
    bottom: 58px;
    height: 142px;
  }

  .tool-mark-left {
    left: 16%;
  }

  .tool-mark-right {
    right: 16%;
  }
}

@media (max-width: 575.98px) {
  .tf-hero {
    padding-top: 86px;
  }

  .tf-site-header .navbar {
    min-height: 58px;
  }

  .tf-quote-btn,
  .btn-icon,
  .tf-menu-lines {
    display: none;
  }

  .tf-hero h1 {
    font-size: 44px;
  }

  .hero-pet {
    width: min(320px, 92%);
    height: 255px;
  }

  .tool-mark {
    width: 9px;
    height: 104px;
    bottom: 48px;
  }

  .section-title {
    font-size: 34px;
  }

  .service-card,
  .price-card {
    padding: 22px;
  }
}
