/* Core reset + local fonts for Pet Laser Therapy dev site */

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/static/Urbanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Pet Laser Therapy layout + header / navigation */
.pltPage {
  margin: 0;
  padding: 0;
}

.pltMainWrapper,
.pltHeaderHeroWrapper,
.pltBodyPlaceholder,
.pltFooterPlaceholder {
  float: left;
  width: 100%;
}

.pltMainWrapper {
  border: 0 solid red;
  margin: 0;
  padding: 0;
}

.pltHeaderHeroWrapper {
  border: 0 solid blue;
  margin-top: 5px;
}

.pltLogoContainer {
  float: left;
  width: 300px;
  border: 0 solid red;
  position: relative;
  z-index: 320;
}

.pltLogoWrapper {
  float: left;
  width: 300px;
  height: 112px;
  position: relative;
  z-index: 200;
}

.pltLogoTextWrapper {
  position: absolute;
  left: 198px;
  top: 10px;
  z-index: 300;
}

.pltLogoText {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 28px;
}

.pltHeroSection {
  float: left;
  width: 100%;
  background: #fff;
  padding: clamp(52px, 7vw, 92px) clamp(22px, 5vw, 72px) clamp(58px, 7vw, 96px);
}

.pltHeroInner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 4.2vw, 58px);
  width: min(1240px, 100%);
  margin: 0 auto;
}

.pltHeroCopy {
  max-width: 690px;
}

.pltHeroKicker {
  display: inline-block;
  margin: 0 0 18px;
  color: #5c4d91;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.pltHeroDisplayTitle {
  display: block;
  margin: 0 0 22px;
  color: #19063d;
  font-size: clamp(36px, 4.7vw, 58px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.045em;
}

.pltHeroCopy p {
  max-width: 610px;
  color: #2f254b;
  font-size: clamp(18px, 1.65vw, 21px);
  font-weight: 300;
  line-height: 1.48;
}


.pltHeroActions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.pltRcvsBadge {
  --rcvs-blue: #087da6;
  --rcvs-border: #5aadd1;
  --rcvs-green: #26d86f;
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 17px);
  min-height: 46px;
  padding: 8px 13px 8px clamp(18px, 2vw, 28px);
  border: 1.5px solid var(--rcvs-border);
  border-radius: 999px;
  background: #fff;
  color: var(--rcvs-blue);
  box-shadow: 0 2px 8px rgba(25, 6, 61, .04);
  line-height: 1;
  white-space: nowrap;
}

.pltRcvsBadgeLogo {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4.7vw, 55px);
  font-weight: 400;
  letter-spacing: .025em;
  line-height: .86;
}

.pltRcvsBadgeDivider {
  width: 2px;
  height: .82em;
  background: currentColor;
}

.pltRcvsBadgeText {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 2.15vw, 29px);
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1;
  text-transform: uppercase;
}

.pltRcvsBadgeCheck {
  position: relative;
  flex: 0 0 auto;
  width: clamp(34px, 4vw, 54px);
  height: clamp(34px, 4vw, 54px);
  border-radius: 50%;
  background: var(--rcvs-green);
}

.pltRcvsBadgeCheck::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 47%;
  width: 42%;
  height: 22%;
  border-left: clamp(4px, .55vw, 7px) solid #fff;
  border-bottom: clamp(4px, .55vw, 7px) solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}


.pltRcvsBadgeHero {
  gap: 7px;
  min-height: 46px;
  padding: 7px 8px 7px 13px;
}

.pltRcvsBadgeHero .pltRcvsBadgeLogo {
  font-size: 27px;
}

.pltRcvsBadgeHero .pltRcvsBadgeDivider {
  width: 1.5px;
}

.pltRcvsBadgeHero .pltRcvsBadgeText {
  font-size: 13px;
  letter-spacing: .045em;
}

.pltRcvsBadgeHero .pltRcvsBadgeCheck {
  width: 28px;
  height: 28px;
}

.pltRcvsBadgeHero .pltRcvsBadgeCheck::before {
  border-left-width: 4px;
  border-bottom-width: 4px;
}

.pltRcvsBadgeFooter {
  gap: 7px;
  min-height: 46px;
  padding: 7px 8px 7px 13px;
}

.pltRcvsBadgeFooter .pltRcvsBadgeLogo {
  font-size: 27px;
}

.pltRcvsBadgeFooter .pltRcvsBadgeDivider {
  width: 1.5px;
}

.pltRcvsBadgeFooter .pltRcvsBadgeText {
  font-size: 13px;
  letter-spacing: .045em;
}

.pltRcvsBadgeFooter .pltRcvsBadgeCheck {
  width: 28px;
  height: 28px;
}

.pltRcvsBadgeFooter .pltRcvsBadgeCheck::before {
  border-left-width: 4px;
  border-bottom-width: 4px;
}

.pltHeroButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 9px 24px;
  border-radius: 30px;
  background: #5c4d91;
  color: #fff;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.pltHeroButtonIcon {
  width: 17px;
  height: auto;
  fill: currentColor;
  transform: rotate(30deg);
  transform-origin: 50% 50%;
  transition: transform .4s ease;
}

.pltHeroButton:hover {
  background: #b13e99;
  color: #fff;
  transform: translateY(-3px);
}

.pltHeroButton:hover .pltHeroButtonIcon {
  transform: rotate(-30deg);
}

.pltHeroImageWrapper {
  width: 100%;
}

.pltHeroImageWrapper img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(25, 6, 61, .14);
}

.pltAboutSection {
  float: left;
  width: 100%;
  position: relative;
  background: #F4F4F7;
  padding: clamp(58px, 7vw, 104px) clamp(22px, 5vw, 72px);
}

.pltAnchor {
  position: absolute;
  top: -132px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pltAboutInner {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, .95fr);
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 24px clamp(34px, 5vw, 72px);
  width: min(1240px, 100%);
  margin: 0 auto;
}

.pltAboutImageWrapper {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  width: 100%;
}

.pltAboutImageWrapper img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(25, 6, 61, .12);
}

.pltAboutHeading {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.pltSectionKicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #5c4d91;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.pltPawCircle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #db89ca;
  color: #fff;
}

.pltPawIcon {
  width: 17px;
  height: auto;
  fill: currentColor;
  transform: rotate(30deg);
  transform-origin: 50% 50%;
}

.pltAboutHeading h2 {
  margin: 0;
  color: #19063d;
  font-size: clamp(34px, 3.5vw, 56px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.pltAboutText {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  max-width: 620px;
}

.pltAboutText p {
  margin: 0 0 18px;
  color: #2f254b;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 1.58;
}

.pltAboutText p:last-child {
  margin-bottom: 0;
}

.pltPawBulletList {
  display: grid;
  gap: 11px;
  margin: 2px 0 22px;
  padding: 0;
  list-style: none;
}

.pltPawBulletList li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #2f254b;
  font-size: clamp(17px, 1.28vw, 19px);
  font-weight: 300;
  line-height: 1.42;
}

.pltPawBullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: #5c4d91;
  color: #fff;
}

.pltPawBulletIcon {
  width: 11px;
  height: auto;
  fill: currentColor;
  transform: rotate(30deg);
  transform-origin: 50% 50%;
}

.pltHelpSection {
  background: #fff;
}

.pltHelpSection .pltAboutImageWrapper {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.pltHelpSection .pltAboutHeading {
  grid-column: 1;
  grid-row: 1;
}

.pltHelpSection .pltAboutText {
  grid-column: 1;
  grid-row: 2;
}

.pltSupportNote {
  display: block;
  margin: 2px 0 0;
  color: #5c4d91;
  font-size: clamp(15px, 1.12vw, 17px);
  font-weight: 300;
  line-height: 1.55;
}

.pltSupportNoteLink {
  color: inherit;
  text-decoration: none;
  text-underline-offset: .18em;
}

.pltSupportNoteLink:hover,
.pltSupportNoteLink:focus-visible {
  text-decoration: underline;
}

.pltFaqSection {
  background: #F4F4F7;
}

.pltFaqInner {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  align-items: start;
  gap: 28px clamp(34px, 5vw, 72px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.pltFaqHeading {
  grid-column: auto;
  grid-row: auto;
  align-self: start;
  position: sticky;
  top: 112px;
}

.pltFaqList {
  display: grid;
  gap: 14px;
}

.pltFaqItem {
  overflow: hidden;
  border: 1px solid rgba(92, 77, 145, .16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 6, 61, .08);
}

.pltFaqItem summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 58px 20px 24px;
  color: #19063d;
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 400;
  line-height: 1.28;
  cursor: pointer;
  list-style: none;
}

.pltFaqItem summary::-webkit-details-marker {
  display: none;
}

.pltFaqItem summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #db89ca;
}

.pltFaqItem summary::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  background:
    linear-gradient(#fff, #fff) center / 13px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 13px no-repeat;
  pointer-events: none;
}

.pltFaqItem[open] summary::after {
  background: #5c4d91;
}

.pltFaqItem[open] summary::before {
  background: linear-gradient(#fff, #fff) center / 13px 2px no-repeat;
}

.pltFaqAnswer {
  padding: 0 24px 22px;
  color: #2f254b;
}

.pltFaqAnswer p {
  margin: 0 0 14px;
  color: #2f254b;
  font-size: clamp(17px, 1.22vw, 19px);
  font-weight: 300;
  line-height: 1.58;
}

.pltFaqAnswer p:last-child {
  margin-bottom: 0;
}

.pltBodyPlaceholder {
  background-color: red;
  min-height: 200px;
}

.pltFooterPlaceholder {
  background-color: #19063D;
  color: #fff;
  padding: clamp(38px, 5vw, 68px) 24px 18px;
}

.pltFooterInner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.pltFooterLogoContainer {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto clamp(28px, 3.5vw, 42px);
}

.pltFooterLogoLink {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.pltFooterLogoSvg {
  display: block;
  width: clamp(180px, 22vw, 300px);
  height: auto;
  color: #fff;
  fill: currentColor;
}

.pltFooterLogoSvg path {
  fill: currentColor;
}

.pltFooterLogoText {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.05;
}


.pltFooterTrustBadge {
  display: flex;
  justify-content: center;
  margin: -12px 0 30px;
}

.pltFooterLinksRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  padding: 0 0 18px;
}

.pltFooterMainNav ul,
.pltFooterPolicyNav ul {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pltFooterMainNav {
  text-align: left;
}

.pltFooterMainNav a {
  color: #fff;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  transition: color .3s ease;
}

.pltFooterPolicyNav {
  text-align: right;
}

.pltFooterPolicyNav ul {
  gap: 0;
}

.pltFooterPolicyNav li + li::before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  color: rgba(255, 255, 255, .55);
}

.pltFooterPolicyNav a {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(13px, 1.15vw, 15px);
  font-weight: 300;
  line-height: 1.35;
  transition: color .3s ease;
}

.pltFooterLlmItem,
.pltFooterLlmLink {
  display: none;
}

.pltFooterMainNav a:hover,
.pltFooterPolicyNav a:hover {
  color: #f2a8df;
}

.pltFooterCopyright {
  margin: 0;
  padding: 10px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}

.pltNavContainer {
  float: left;
  width: 100%;
  border: 0 solid green;
  height: 111px;
  position: relative;
  z-index: 100;
  background: #fff;
  overflow: visible;
  transition: transform .5s ease, box-shadow .5s ease, height .5s ease;
}

.pltNavContainer.nav-scroll {
  position: fixed !important;
  top: -111px !important;
  left: 0 !important;
  width: 100% !important;
  height: 111px !important;
  transform: translateY(111px);
  box-shadow: none;
}

.pltNavContainer.nav-scroll::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  height: 42px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0.34), rgba(60, 60, 60, 0.18) 42%, rgba(80, 80, 80, 0));
}

.pltMainMenu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 250;
}

.pltMainMenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 56px);
}

.pltMainMenu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #19063d;
  transition: color .3s ease;
}

.pltMainMenu a:hover,
.pltMainMenu a.active {
  color: #b13e99;
}

.pltMainMenu a.active {
  font-weight: 600;
}

.pltHeaderButton {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 7px 20px;
  border-radius: 30px;
  background: #5c4d91;
  color: #fff;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  z-index: 300;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.pltHeaderButtonIcon {
  width: 16px;
  height: auto;
  fill: currentColor;
  transform: rotate(30deg);
  transform-origin: 50% 50%;
  transition: transform .4s ease;
}

.pltHeaderButton:hover {
  background: #b13e99;
  color: #fff;
  transform: translateY(calc(-50% - 3px));
}

.pltHeaderButton:hover .pltHeaderButtonIcon {
  transform: rotate(-30deg);
}

.pltMobileMenuToggle {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #19063d;
  cursor: pointer;
  z-index: 300;
}

.pltMobileMenuToggle span {
  position: absolute;
  left: 10px;
  display: block;
  width: 24px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: currentColor;
  transition: top .3s ease, transform .3s ease, opacity .2s ease;
}

.pltMobileMenuToggle span:nth-child(1) {
  top: 14px;
}

.pltMobileMenuToggle span:nth-child(2) {
  top: 21px;
}

.pltMobileMenuToggle span:nth-child(3) {
  top: 28px;
}

.pltMobileMenuToggle.is-open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.pltMobileMenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}

.pltMobileMenuToggle.is-open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.pltMobileMenuPanel {
  display: none;
}

.pltMobileMenu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #19063d;
  transition: color .3s ease;
}

.pltMobileMenu a:hover,
.pltMobileMenu a.active {
  color: #b13e99;
}

.pltMobileMenu a.active {
  font-weight: 600;
}


.pltContactSection {
  float: left;
  width: 100%;
  position: relative;
  /*background: #f4f4f7;*/
  background: #ffffff;
  padding: clamp(58px, 7vw, 104px) clamp(22px, 5vw, 72px);
}

.pltContactInner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px clamp(34px, 5vw, 72px);
  align-items: start;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.pltContactDetails {
  grid-column: 1;
  grid-row: 1;
}

.pltContactForm {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.pltContactCard {
  grid-column: 1;
  grid-row: 2;
}

.pltOpeningCard {
  grid-column: 1;
  grid-row: 3;
}

.pltContactDetails h2 {
  margin: 0 0 22px;
  color: #19063d;
  font-size: clamp(34px, 3.5vw, 56px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.pltContactDetails p {
  max-width: 560px;
  margin: 0 0 26px;
  color: #2f254b;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 1.58;
}

.pltContactCard,
.pltOpeningCard,
.pltContactForm {
  border: 1px solid rgba(92, 77, 145, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(25, 6, 61, .08);
}

.pltContactCard,
.pltOpeningCard {
  max-width: 520px;
  padding: 26px;
}

.pltContactCard {
  margin-bottom: 0;
}

.pltContactCard h3,
.pltOpeningCard h3 {
  margin: 0 0 14px;
  color: #19063d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.pltContactLink {
  color: #5c4d91;
  font-size: 19px;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.pltContactLink:hover {
  color: #b13e99;
}

.pltOpeningCard dl {
  margin: 0;
}

.pltOpeningCard dl div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 10px;
  color: #2f254b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
}

.pltOpeningCard dl div + div {
  margin-top: 13px;
}

.pltOpeningCard dl div::after {
  content: '';
  grid-column: 2;
  grid-row: 1;
  border-bottom: 1px dotted rgba(92, 77, 145, .35);
  transform: translateY(-4px);
}

.pltOpeningCard dt,
.pltOpeningCard dd {
  margin: 0;
}

.pltOpeningCard dd {
  grid-column: 3;
  color: #19063d;
}

.pltContactForm {
  padding: clamp(24px, 3vw, 36px);
}

.pltFormGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
}

.pltFieldFull {
  grid-column: 1 / -1;
}

.pltFormField label:not(.pltPawCheckbox) {
  display: block;
  margin: 0 0 8px;
  color: #19063d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.pltFormField input,
.pltFormField select,
.pltFormField textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(92, 77, 145, .18);
  border-radius: 18px;
  background: #fff;
  color: #19063d;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
  outline: 0;
  padding: 13px 17px;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.pltFormField select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5c4d91 50%), linear-gradient(135deg, #5c4d91 50%, transparent 50%);
  background-position: calc(100% - 20px) 23px, calc(100% - 14px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.pltFormField textarea {
  min-height: 142px;
  overflow: hidden;
  resize: none;
}

.pltFormField input:focus,
.pltFormField select:focus,
.pltFormField textarea:focus {
  border-color: #5c4d91;
  box-shadow: 0 0 0 4px rgba(92, 77, 145, .12);
}

.pltFormField input::placeholder,
.pltFormField textarea::placeholder {
  color: rgba(47, 37, 75, .62);
}

.pltFormField.has-error input,
.pltFormField.has-error select,
.pltFormField.has-error textarea {
  border-color: #b13e99;
  background: #fff9fd;
  box-shadow: 0 0 0 4px rgba(177, 62, 153, .10);
}

.pltFieldError {
  display: block;
  min-height: 22px;
  padding-top: 5px;
  color: #9f2f89;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.pltOtherSpeciesField[hidden],
.pltBotCheck {
  display: none !important;
}

.pltPawCheckbox {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  color: #2f254b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  cursor: pointer;
}

.pltPawCheckbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
}

.pltPawCheckboxIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(92, 77, 145, .15);
  border-radius: 50%;
  background: #eef0f4;
  color: #b7bac4;
  transform: scale(.94);
  transition: background-color .25s ease, color .25s ease, transform .25s cubic-bezier(.2, 1.7, .45, 1), box-shadow .25s ease;
}

.pltPawCheckboxIcon svg {
  width: 20px;
  height: auto;
  fill: currentColor;
  transform: rotate(30deg);
}

.pltPawCheckbox input:checked + .pltPawCheckboxIcon {
  background: #5c4d91;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 8px 18px rgba(92, 77, 145, .25);
}

.pltPawCheckbox input:focus-visible + .pltPawCheckboxIcon {
  box-shadow: 0 0 0 4px rgba(92, 77, 145, .18);
}

.pltPawCheckbox a {
  color: #5c4d91;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pltPawCheckbox a:hover {
  color: #b13e99;
}

.pltPrivacyField.has-error .pltPawCheckboxIcon {
  border-color: #b13e99;
  box-shadow: 0 0 0 4px rgba(177, 62, 153, .10);
}

.pltFormActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 6px;
  text-align: right;
}

.pltSubmitButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 172px;
  min-height: 48px;
  border: 0;
  border-radius: 30px;
  background: #5c4d91;
  color: #fff;
  cursor: pointer;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 34px;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.pltSubmitButtonIcon {
  width: 17px;
  height: auto;
  fill: currentColor;
  transform: rotate(30deg);
  transform-origin: 50% 50%;
  transition: transform .4s ease;
}

.pltSubmitButton:hover {
  background: #b13e99;
  color: #fff;
  transform: translateY(-3px);
}

.pltSubmitButton:hover .pltSubmitButtonIcon {
  transform: rotate(-30deg);
}

.pltFormStatus {
  min-height: 22px;
  flex: 0 0 100%;
  margin: 0;
  color: #5c4d91;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

.pltFormStatus.is-error {
  color: #a22362;
}

.pltFormStatus.is-success {
  color: #327a5c;
}

.pltSubmitButton:disabled,
.pltSubmitButton.is-loading {
  cursor: progress;
  opacity: .72;
  transform: none;
}

.pltContactSuccess {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: stretch;
  border: 1px solid rgba(92, 77, 145, .12);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f9f5fb 100%);
  box-shadow: 0 24px 60px rgba(32, 22, 68, .12);
  padding: clamp(28px, 3.4vw, 44px);
  color: #201644;
}

.pltContactSuccess:focus {
  outline: none;
}

.pltSuccessKicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #bf479f;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pltContactSuccess h3,
.pltContactSuccess h1 {
  margin: 0 0 14px;
  color: #5c4d91;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 300;
  line-height: 1.05;
}

.pltContactSuccess p {
  margin: 0 0 14px;
  color: #392d65;
  font-size: 17px;
  line-height: 1.7;
}

.pltSubmissionRef {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(92, 77, 145, .08);
}

.pltContactResultPage {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.pltPrimaryLink {
  color: #bf479f;
  font-weight: 700;
  text-decoration: none;
}

.pltPrimaryLink:hover {
  text-decoration: underline;
}

/* Shared inner-page hero + policy/body copy formatting */
.pltPageHero {
  position: relative;
  float: left;
  width: 100%;
  min-height: clamp(290px, 34vw, 430px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  isolation: isolate;
}

.pltPageHeroPicture,
.pltPageHeroPicture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pltPageHeroPicture img {
  object-fit: cover;
  object-position: center 42%;
}

.pltPageHeroShade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(25, 6, 61, .78) 0%, rgba(92, 77, 145, .52) 45%, rgba(25, 6, 61, .16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .12));
}

.pltPageHeroInner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  color: #fff;
}

.pltPageHeroKicker {
  display: inline-block;
  margin: 0 0 16px;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pltPageHero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.045em;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .26);
}

.pltContentSection {
  float: left;
  width: 100%;
  padding: clamp(48px, 6vw, 78px) clamp(22px, 5vw, 72px);
  background: #fff;
}

.pltContentInner {
  width: min(920px, 100%);
  margin: 0 auto;
  color: #2f254b;
  font-size: clamp(18px, 1.35vw, 20px);
  font-weight: 300;
  line-height: 1.68;
}

.pltContentInner > * + * {
  margin-top: 18px;
}

.pltContentInner h2,
.pltContentInner h3,
.pltContentInner h4 {
  color: #19063d;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.pltContentInner h2 {
  margin-top: 38px;
  font-size: clamp(30px, 3.2vw, 44px);
}

.pltContentInner h3 {
  margin-top: 32px;
  font-size: clamp(24px, 2.2vw, 31px);
}

.pltContentInner h4 {
  margin-top: 26px;
  font-size: 22px;
}

.pltContentInner p,
.pltContentInner li {
  color: #2f254b;
}

.pltContentInner .pltLeadText {
  color: #19063d;
  font-size: clamp(20px, 1.9vw, 25px);
  line-height: 1.52;
}

.pltContentInner ul,
.pltContentInner ol {
  display: grid;
  gap: 10px;
  margin-left: 0;
  padding-left: 0;
}

.pltContentInner ul li,
.pltContentInner ol li {
  position: relative;
  padding-left: 30px;
}

.pltContentInner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .28em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5c4d91;
}

.pltContentInner ul li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: calc(.28em + 5px);
  width: 12px;
  height: 10px;
  background: #fff;
  transform: rotate(30deg);
  transform-origin: 50% 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.92 47.38'%3E%3Cpath d='M6.87,32.67C2.24,33.06.15,28.51,0,25.36c-.17-3.76,1.85-8.33,6.49-8.36,3.98-.03,6.27,4.14,6.4,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3Cpath d='M35.45,47.38l-12.4-.02c-2.04,0-5.63-2.4-6.56-4.16-1.29-2.45-1.17-6.45.31-8.66l5.88-8.78c1.04-1.56,4.43-3.46,6.29-3.56,2.25-.13,6,1.69,7.25,3.57l5.88,8.82c1.22,1.84,1.45,5.69.63,7.91s-4.49,4.9-7.28,4.9Z'/%3E%3Cpath d='M52.87,32.67c-4.63.39-6.72-4.16-6.86-7.31-.17-3.76,1.85-8.33,6.49-8.36,3.98-.03,6.27,4.14,6.4,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3Cpath d='M19.87,15.67c-4.62.39-6.72-4.16-6.86-7.31C12.84,4.61,14.86.04,19.5,0c3.98-.03,6.27,4.14,6.41,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3Cpath d='M39.87,15.67c-4.62.39-6.72-4.16-6.86-7.31C32.84,4.61,34.86.04,39.5,0c3.98-.03,6.27,4.14,6.41,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.92 47.38'%3E%3Cpath d='M6.87,32.67C2.24,33.06.15,28.51,0,25.36c-.17-3.76,1.85-8.33,6.49-8.36,3.98-.03,6.27,4.14,6.4,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3Cpath d='M35.45,47.38l-12.4-.02c-2.04,0-5.63-2.4-6.56-4.16-1.29-2.45-1.17-6.45.31-8.66l5.88-8.78c1.04-1.56,4.43-3.46,6.29-3.56,2.25-.13,6,1.69,7.25,3.57l5.88,8.82c1.22,1.84,1.45,5.69.63,7.91s-4.49,4.9-7.28,4.9Z'/%3E%3Cpath d='M52.87,32.67c-4.63.39-6.72-4.16-6.86-7.31-.17-3.76,1.85-8.33,6.49-8.36,3.98-.03,6.27,4.14,6.4,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3Cpath d='M19.87,15.67c-4.62.39-6.72-4.16-6.86-7.31C12.84,4.61,14.86.04,19.5,0c3.98-.03,6.27,4.14,6.41,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3Cpath d='M39.87,15.67c-4.62.39-6.72-4.16-6.86-7.31C32.84,4.61,34.86.04,39.5,0c3.98-.03,6.27,4.14,6.41,7.36s-1.57,7.94-6.04,8.31Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pltContentInner ol {
  counter-reset: plt-policy-counter;
}

.pltContentInner ol li {
  counter-increment: plt-policy-counter;
}

.pltContentInner ol li::before {
  content: counter(plt-policy-counter) '.';
  position: absolute;
  left: 0;
  top: 0;
  color: #5c4d91;
  font-weight: 600;
}

.pltContentInner a {
  color: #9b2d83;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.pltContentInner strong,
.pltContentInner b {
  color: #19063d;
  font-weight: 600;
}

.pltContentInner code {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(92, 77, 145, .1);
  color: #19063d;
  font-size: .92em;
}

.pltPolicyContent {
  max-width: 900px;
}

@media screen and (max-width: 991px) {
  .pltPageHero {
    min-height: 320px;
  }

  .pltPageHeroShade {
    background:
      linear-gradient(90deg, rgba(25, 6, 61, .78) 0%, rgba(92, 77, 145, .54) 58%, rgba(25, 6, 61, .18) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .12));
  }

  .pltContentSection {
    padding: 46px 22px 62px;
  }

  .pltHeroActions {
    align-items: flex-start;
  }

  .pltRcvsBadge {
    max-width: 100%;
  }



  .pltRcvsBadgeFooter {
    gap: 6px;
    min-height: 40px;
    padding: 6px 8px 6px 12px;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeLogo {
    font-size: 24px;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeText {
    font-size: 12px;
    letter-spacing: .04em;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeCheck {
    width: 25px;
    height: 25px;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeCheck::before {
    border-left-width: 3.5px;
    border-bottom-width: 3.5px;
  }

  .pltFooterLinksRow {
    gap: 22px;
  }

  .pltFooterMainNav ul {
    gap: 18px;
  }

  .pltFooterPolicyNav li + li::before {
    margin: 0 8px;
  }
  .pltAboutInner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 26px;
  }

  .pltAboutHeading {
    grid-column: 1;
    grid-row: 1;
  }

  .pltAboutImageWrapper {
    grid-column: 1;
    grid-row: 2;
    max-width: 720px;
  }

  .pltAboutText {
    grid-column: 1;
    grid-row: 3;
    max-width: 760px;
  }

  .pltHelpSection .pltAboutHeading {
    grid-column: 1;
    grid-row: 1;
  }

  .pltHelpSection .pltAboutImageWrapper {
    grid-column: 1;
    grid-row: 2;
    max-width: 720px;
  }

  .pltHelpSection .pltAboutText {
    grid-column: 1;
    grid-row: 3;
    max-width: 760px;
  }

  .pltFaqInner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pltFaqHeading {
    position: static;
  }

  .pltFaqList {
    max-width: 760px;
  }

  .pltHeroInner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pltHeroCopy {
    max-width: 760px;
  }

  .pltHeroImageWrapper {
    max-width: 720px;
  }

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

  .pltContactDetails,
  .pltContactForm,
  .pltContactSuccess,
  .pltContactCard,
  .pltOpeningCard {
    grid-column: 1;
    grid-row: auto;
    max-width: 760px;
    width: 100%;
  }

  .pltContactDetails {
    order: 1;
  }

  .pltContactForm,
  .pltContactSuccess {
    order: 2;
  }

  .pltContactCard {
    order: 3;
  }

  .pltOpeningCard {
    order: 4;
  }

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

  .pltFormField {
    grid-column: 1 / -1;
  }

  .pltMainMenu,
  .pltHeaderButton {
    display: none;
  }

  .pltMobileMenuToggle {
    display: block;
  }

  .pltMobileMenuPanel {
    position: absolute;
    left: 0;
    right: 0;
    top: 111px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 32px 20px 38px;
    background: #fff;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-115%);
    transition: transform .45s ease, opacity .35s ease, visibility .35s ease;
    box-shadow: 0 18px 35px rgba(35, 35, 35, .16);
  }

  .pltMobileMenuPanel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .pltMobileMenu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .pltMobileMenuPanel .pltMobilePanelButton {
    position: static;
    display: inline-flex;
    transform: none;
  }

  .pltMobileMenuPanel .pltMobilePanelButton:hover {
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 640px) {
  .pltPageHero {
    min-height: 260px;
  }

  .pltPageHeroPicture img {
    object-position: center center;
  }

  .pltPageHeroShade {
    background:
      linear-gradient(90deg, rgba(25, 6, 61, .82) 0%, rgba(92, 77, 145, .62) 72%, rgba(25, 6, 61, .22) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .16));
  }

  .pltPageHeroInner {
    width: calc(100% - 40px);
  }

  .pltPageHeroKicker {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .pltPageHero h1 {
    font-size: clamp(35px, 13vw, 52px);
    line-height: 1;
  }

  .pltContentInner {
    font-size: 17px;
    line-height: 1.64;
  }

  .pltContentInner h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .pltContentInner h3 {
    font-size: clamp(23px, 6.6vw, 28px);
  }

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

  .pltRcvsBadge {
    gap: 9px;
    min-height: 40px;
    padding: 7px 10px 7px 16px;
  }

  .pltRcvsBadgeLogo {
    font-size: clamp(29px, 10vw, 38px);
  }

  .pltRcvsBadgeText {
    font-size: clamp(15px, 5.1vw, 20px);
    letter-spacing: .05em;
  }

  .pltRcvsBadgeCheck {
    width: 30px;
    height: 30px;
  }

  .pltFooterTrustBadge {
    margin: -8px 0 24px;
  }


  .pltRcvsBadgeFooter {
    gap: 6px;
    min-height: 38px;
    padding: 6px 7px 6px 11px;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeLogo {
    font-size: 22px;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeText {
    font-size: 11px;
    letter-spacing: .035em;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeCheck {
    width: 23px;
    height: 23px;
  }

  .pltRcvsBadgeFooter .pltRcvsBadgeCheck::before {
    border-left-width: 3px;
    border-bottom-width: 3px;
  }



  .pltFooterPlaceholder {
    padding: 36px 20px 18px;
  }

  .pltFooterLogoContainer {
    margin-bottom: 28px;
  }

  .pltFooterLinksRow {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }

  .pltFooterMainNav,
  .pltFooterPolicyNav {
    text-align: center;
  }

  .pltFooterMainNav ul,
  .pltFooterPolicyNav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .pltFooterMainNav ul {
    gap: 18px;
  }
  .pltHeroSection {
    padding: 42px 20px 58px;
  }

  .pltHeroDisplayTitle {
    font-size: clamp(32px, 9.2vw, 42px);
    line-height: 1.02;
  }

  .pltHeroCopy p {
    font-size: 18px;
  }

  .pltHeroImageWrapper img,
  .pltAboutImageWrapper img {
    border-radius: 12px;
  }

  .pltAboutSection {
    padding: 46px 20px 58px;
  }

  .pltSectionKicker {
    align-items: flex-start;
    font-size: 14px;
    letter-spacing: .04em;
  }

  .pltPawCircle {
    width: 30px;
    height: 30px;
  }

  .pltPawIcon {
    width: 15px;
  }

  .pltAboutHeading h2 {
    font-size: clamp(27px, 7.4vw, 34px);
    line-height: 1.08;
    letter-spacing: -.03em;
  }

  .pltAboutText p {
    font-size: 18px;
    line-height: 1.56;
  }

  .pltFaqItem summary {
    padding: 18px 54px 18px 20px;
  }

  .pltFaqAnswer {
    padding: 0 20px 20px;
  }

  .pltFaqAnswer p {
    font-size: 17px;
  }

  .pltContactSection {
    padding: 46px 20px 58px;
  }

  .pltContactDetails h2 {
    font-size: clamp(27px, 7.4vw, 34px);
    line-height: 1.08;
  }

  .pltContactForm,
  .pltContactCard,
  .pltOpeningCard {
    border-radius: 18px;
  }

  .pltContactForm {
    padding: 22px;
  }

  .pltFormActions {
    align-items: flex-end;
    flex-direction: column;
  }

  .pltSubmitButton {
    width: min(100%, 172px);
  }
}
