@import '@fortawesome/fontawesome-free/css/all.min.css';
@import 'tailwindcss';

[x-cloak] { display: none !important; }

@theme {
  --font-sans: 'Segoe UI', Arial, Helvetica, sans-serif;
  --font-heading: 'Segoe UI', Arial, Helvetica, sans-serif;
  
  --color-paw-primary: #6c2bd9;
  --color-paw-primary-hover: #5b21b6;
  --color-paw-primary-light: #7e3af2;
  --color-paw-secondary: #c89bfa;
  --color-paw-lavender: #f3ebff;
  --color-paw-lavender-light: #f8f4ff;
  --color-paw-dark: #1e1535;
  --color-paw-muted: #6b7280;
  --color-paw-card: #ffffff;
}

:root {
  --paw-purple-dark: #581c87;
  --paw-purple-main: #6c2bd9;
  --paw-purple-mid: #7e3af2;
  --paw-purple-light: #a855f7;
  --paw-accent-pink: #d2a6ff;
  --paw-bg-light: #f6f7fb;
}

body {
  font-family: var(--font-sans);
  background-color: var(--paw-bg-light);
  color: #1e1535;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Shared PawStreet application sidebar */
.paw-sidebar {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(165deg, #a27bd2 0%, #8a56bb 46%, #693094 100%);
  color: #fff;
  box-shadow: 0 24px 64px rgba(80, 40, 120, 0.2);
}

.paw-sidebar.company-admin-sidebar {
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(165deg, #8e61bd 0%, #7440a5 46%, #512274 100%);
  box-shadow: 0 24px 64px rgba(59, 24, 88, 0.28);
}

.paw-sidebar::before {
  position: absolute;
  z-index: -1;
  right: -54px;
  bottom: 90px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  content: '';
}

.paw-sidebar-header {
  display: flex;
  min-height: 82px;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
}

.paw-sidebar-logo {
  display: flex;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #6b329b;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(65, 27, 98, 0.18);
}

.paw-sidebar-collapse,
.paw-sidebar-logout {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.paw-sidebar-collapse:hover,
.paw-sidebar-collapse:focus-visible,
.paw-sidebar-logout:hover,
.paw-sidebar-logout:focus-visible {
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
  outline: none;
}

.paw-sidebar-nav {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2px 12px 18px;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
  scrollbar-width: thin;
}

.paw-sidebar-section {
  padding: 14px 12px 4px;
  color: rgba(245, 235, 255, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.paw-sidebar-link {
  position: relative;
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 17px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.84);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.paw-sidebar-link:hover,
.paw-sidebar-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
  transform: translateX(2px);
}

.paw-sidebar-link.is-active {
  border-color: rgba(255, 255, 255, 0.32);
  background: linear-gradient(135deg, rgba(91, 33, 182, 0.88), rgba(105, 41, 157, 0.74));
  color: #fff;
  box-shadow: 0 12px 25px rgba(71, 27, 108, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.paw-sidebar-icon {
  display: flex;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  transition: color 160ms ease, transform 160ms ease;
}

.paw-sidebar-link:hover .paw-sidebar-icon,
.paw-sidebar-link.is-active .paw-sidebar-icon {
  background: transparent;
  transform: none;
}

.company-admin-sidebar .paw-sidebar-icon {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.company-admin-sidebar .paw-sidebar-link:hover .paw-sidebar-icon,
.company-admin-sidebar .paw-sidebar-link.is-active .paw-sidebar-icon {
  background: transparent;
}

.paw-sidebar-footer {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  margin: 0 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(44, 19, 65, 0.16);
  padding: 10px;
  backdrop-filter: blur(14px);
}

@media (min-width: 1024px) {
  .paw-sidebar.is-collapsed {
    width: 92px;
  }

  .paw-sidebar.is-collapsed .paw-sidebar-header {
    justify-content: center;
    padding-inline: 12px;
  }

  .paw-sidebar.is-collapsed .paw-sidebar-collapse {
    position: absolute;
    top: 63px;
    right: -12px;
    display: flex;
    border-color: rgba(105, 48, 148, 0.2);
    background: #fff;
    color: #6b329b;
    box-shadow: 0 8px 18px rgba(62, 30, 91, 0.15);
  }

  .paw-sidebar.is-collapsed .paw-sidebar-nav {
    align-items: center;
    padding-inline: 10px;
  }

  .paw-sidebar.is-collapsed .paw-sidebar-link {
    width: 54px;
    justify-content: center;
    padding-inline: 8px;
  }

  .paw-sidebar.is-collapsed .paw-sidebar-footer {
    justify-content: center;
    padding: 9px;
  }

  .paw-sidebar.is-collapsed .paw-sidebar-footer form {
    display: none;
  }

  .paw-main-shell.is-sidebar-collapsed {
    margin-left: 112px;
  }
}

@media (max-width: 1023px) {
  .paw-sidebar {
    border-radius: 26px;
  }

  .paw-sidebar-header {
    padding-right: 58px;
  }
}

/* POS reference shell */
.pos-reference-sidebar {
  background: #9d77cf;
  border-radius: 42px;
  color: #fff;
  box-shadow: 0 24px 70px rgba(75, 41, 124, 0.11);
}

@media (min-width: 1024px) {
  .pos-reference-sidebar--appointment {
    position: relative !important;
    top: auto !important;
    align-self: flex-start;
    height: 2722px !important;
    min-height: 2722px;
  }
}

.pos-reference-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 72px 66px 62px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.pos-reference-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.pos-reference-nav-item {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  border-radius: 999px;
  padding: 0 47px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  transition: background-color 160ms ease, transform 160ms ease;
}

.pos-reference-nav-item i {
  width: 20px;
  font-size: 19px;
  text-align: center;
}

.pos-reference-nav-item:hover,
.pos-reference-nav-item:focus-visible {
  background: rgba(105, 41, 157, 0.48);
  outline: none;
}

.pos-reference-nav-item.is-active {
  background: #68289d;
  box-shadow: 0 14px 30px rgba(79, 25, 123, 0.18);
}

/* Schedule Appointments screen */
.pos-appointment-page {
  min-height: 100vh;
  padding: 80px 18px 37px 0;
  font-family: var(--font-sans);
}

.pos-appt-hero {
  display: grid;
  grid-template-columns: 496px 440px minmax(120px, 1fr);
  align-items: center;
  gap: 28px;
}

.pos-appt-greeting {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.pos-appt-greeting i {
  color: #9c72d2;
  font-size: 58px;
}

.pos-client-search {
  position: relative;
}

.pos-client-search input {
  width: 100%;
  height: 56px;
  border: 1.5px solid #a39c91;
  border-radius: 999px;
  background: #fff;
  padding: 0 36px;
  font-size: 18px;
  color: #28232e;
  outline: none;
}

.pos-client-search input:focus {
  border-color: #7540aa;
  box-shadow: 0 0 0 5px rgba(157, 119, 207, 0.15);
}

.pos-client-results {
  position: absolute;
  z-index: 40;
  top: 66px;
  left: 0;
  right: 0;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #e5d9f2;
  border-radius: 22px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 20px 55px rgba(69, 39, 104, 0.16);
}

.pos-client-result {
  width: 100%;
  border-radius: 15px;
  padding: 11px 16px;
  text-align: left;
  font-size: 13px;
}

.pos-client-result:hover,
.pos-client-result:focus-visible {
  background: #f2eafa;
  outline: none;
}

.pos-appt-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-height: 30px;
  margin: 60px 4px 34px 0;
  color: #642595;
  font-size: 17px;
}

.pos-appt-actions .divider {
  height: 27px;
  width: 1px;
  background: #b991dc;
}

.pos-appt-actions button:last-child {
  font-weight: 700;
}

.pos-appt-owner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.pos-appt-card,
.pos-appt-section-card {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(93, 75, 137, 0.025);
}

.pos-appt-card {
  min-height: 488px;
  padding: 34px 34px 30px;
}

.pos-appt-card h2,
.pos-appt-section-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.pos-form-stack {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.pos-field label,
.pos-field-label {
  display: block;
  margin-bottom: 7px;
  color: #17131d;
  font-size: 12px;
  font-weight: 500;
}

.pos-input,
.pos-select,
.pos-textarea {
  width: 100%;
  border: 1.25px solid #cbb2df;
  border-radius: 999px;
  background: #fff;
  color: #27202d;
  font-size: 13px;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.pos-input,
.pos-select {
  height: 42px;
  padding: 0 16px;
}

.pos-input:focus,
.pos-select:focus,
.pos-textarea:focus {
  border-color: #7540aa;
  box-shadow: 0 0 0 4px rgba(157, 119, 207, 0.14);
}

.pos-input[readonly] {
  color: #3a3340;
}

.pos-textarea {
  min-height: 210px;
  resize: vertical;
  border-radius: 18px;
  padding: 13px 16px;
}

.pos-upload {
  position: relative;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 999px;
  background: #f2f5fd;
  padding: 0 14px;
  color: #9ba9ce;
  font-size: 12px;
}

.pos-upload input {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
}

.pos-upload i {
  display: flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #7540aa;
  color: #fff;
  font-size: 11px;
}

.pos-date-control {
  display: flex;
  height: 56px;
  align-items: center;
  gap: 14px;
  border: 1.25px solid #cbb2df;
  border-radius: 9px;
  padding: 0 15px;
}

.pos-date-control i {
  font-size: 24px;
}

.pos-date-control input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

.pos-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 40px;
  overflow: hidden;
  border-radius: 9px;
  background: #dfd5eb;
  padding: 4px;
}

.pos-segmented button {
  border-radius: 6px;
  color: #8b7c99;
  font-size: 12px;
}

.pos-segmented button.is-active {
  background: #fff;
  color: #6a2c9d;
  font-weight: 700;
}

.pos-pet-card {
  min-height: 550px;
  margin-top: 28px;
  padding: 28px 34px 34px;
}

.pos-pet-grid {
  display: grid;
  grid-template-columns: 160px 1fr 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.pos-pet-avatar {
  height: 100px;
  width: 100px;
  border: 2px solid #a36bd5;
  border-radius: 999px;
  object-fit: cover;
}

.pos-outline-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9aeb7;
  border-radius: 7px;
  background: #fff;
  padding: 0 18px;
  color: #19141d;
  font-size: 12px;
  font-weight: 500;
}

.pos-appt-section-card {
  margin-top: 28px;
  padding: 28px 30px 34px;
}

.pos-vaccination-card {
  min-height: 520px;
  padding: 40px 66px 48px;
}

.pos-vaccination-table {
  border-spacing: 0 18px !important;
}

.pos-vaccination-table thead th {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  font-size: 18px !important;
}

.pos-vaccination-table .pos-input,
.pos-vaccination-table .pos-select {
  height: 52px !important;
}

.pos-section-heading {
  margin: 35px 0 12px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.pos-section-subtitle {
  margin-top: -10px;
  margin-bottom: 18px;
  font-size: 11px;
}

.pos-table-wrap {
  overflow-x: auto;
  border-radius: 22px;
  background: #f8faff;
  padding-bottom: 15px;
}

.pos-data-table {
  min-width: 1040px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 18px;
  color: #26202c;
  font-size: 12px;
}

.pos-data-table thead th {
  background: #e5dced;
  padding: 21px 12px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.pos-data-table thead th:first-child {
  border-radius: 20px 0 0 0;
}

.pos-data-table thead th:last-child {
  border-radius: 0 20px 0 0;
}

.pos-data-table tbody td {
  padding: 0 8px;
  vertical-align: middle;
}

.pos-data-table .pos-input,
.pos-data-table .pos-select {
  min-width: 105px;
  height: 42px;
  border-color: #aa91c2;
  border-radius: 9px;
  font-size: 11px;
}

.pos-row-handle {
  width: 34px;
  color: #6f34a0;
  text-align: center;
}

.pos-row-action {
  height: 36px;
  width: 36px;
  border-radius: 9px;
  color: #7a3cad;
}

.pos-row-action:hover,
.pos-row-action:focus-visible {
  background: #ede4f6;
  outline: none;
}

.pos-add-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 0 18px;
  color: #9a73c2;
  font-size: 11px;
  font-weight: 500;
}

.pos-add-pet {
  display: flex;
  width: 100%;
  min-height: 94px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 20px;
  background: #ab82df;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.pos-service-card {
  min-height: 390px;
}

.pos-products-card {
  min-height: 480px;
  margin-top: 43px !important;
}

.pos-contract-status {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f0e4fa;
  color: #7240a2;
  font-size: 11px;
  font-weight: 600;
}

.pos-download-button {
  display: inline-flex;
  height: 36px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #7440a8;
  padding: 0 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.pos-form-footer {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  padding: 95px 12px 0;
}

.pos-submit-button,
.pos-reset-button {
  min-width: 105px;
  height: 42px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.pos-submit-button {
  background: #b489e7;
  color: #fff;
}

.pos-submit-button:hover,
.pos-submit-button:focus-visible {
  background: #9f72d5;
  outline: none;
}

.pos-reset-button {
  background: #7540a8;
  color: #fff;
}

@media (max-width: 1535px) and (min-width: 1024px) {
  .pos-reference-brand {
    margin-left: 45px;
    margin-right: 45px;
  }

  .pos-reference-nav-item {
    padding-left: 34px;
    padding-right: 30px;
    font-size: 14px;
  }

  .pos-appt-hero {
    grid-template-columns: minmax(245px, 1fr) minmax(320px, 420px) minmax(120px, .65fr);
  }
}

@media (max-width: 1279px) {
  .pos-appointment-page {
    padding-right: 10px;
  }

  .pos-appt-owner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pos-appt-owner-grid > :last-child {
    grid-column: 1 / -1;
  }

  .pos-pet-grid {
    grid-template-columns: 150px repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .pos-reference-sidebar {
    border-radius: 32px;
  }

  .pos-reference-brand {
    margin: 62px 45px 52px;
  }

  .pos-reference-nav-item {
    min-height: 60px;
    padding: 0 32px;
    font-size: 14px;
  }

  .pos-appointment-page {
    padding: 78px 18px 80px;
  }

  .pos-appt-hero {
    grid-template-columns: 1fr;
  }

  .pos-appt-greeting {
    padding-left: 52px;
    font-size: 30px;
  }

  .pos-appt-hero > :last-child {
    display: none;
  }

  .pos-appt-actions {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .pos-appt-owner-grid,
  .pos-pet-grid {
    grid-template-columns: 1fr;
  }

  .pos-appt-owner-grid > :last-child {
    grid-column: auto;
  }

  .pos-appt-card {
    min-height: auto;
  }

  .pos-appt-greeting {
    align-items: flex-start;
    font-size: 26px;
  }

  .pos-appt-greeting i {
    font-size: 42px;
  }

  .pos-appt-card,
  .pos-appt-section-card,
  .pos-pet-card {
    border-radius: 24px;
    padding: 24px 20px;
  }
}

/* Legacy templates use named font utility classes; keep them self-hosted/system-safe. */
[class*="font-['Outfit']"],
[class*="font-['Plus_Jakarta_Sans']"] {
  font-family: var(--font-sans) !important;
}

/* Keep typography consistent and comfortably weighted across every portal. */
body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

.font-black,
.font-extrabold {
  font-weight: 700;
}

.font-bold {
  font-weight: 600;
}

/* Custom Glassmorphism & Shadow Utilities */
.paw-shadow-card {
  box-shadow: 0 20px 50px -10px rgba(108, 43, 217, 0.07), 0 10px 25px -5px rgba(0, 0, 0, 0.04);
}

.paw-glass-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.paw-input-focus:focus-within {
  border-color: #6c2bd9;
  box-shadow: 0 0 0 4px rgba(108, 43, 217, 0.12);
}

/* Hero Background Gradient */
.paw-hero-gradient {
  background: linear-gradient(145deg, #5b1fb6 0%, #6c2bd9 40%, #7e3af2 80%, #9333ea 100%);
}

.paw-btn-gradient {
  background: linear-gradient(135deg, #6c2bd9 0%, #7e3af2 100%);
  transition: all 0.2s ease-in-out;
}

.paw-btn-gradient:hover {
  background: linear-gradient(135deg, #5b21b6 0%, #6c2bd9 100%);
  box-shadow: 0 10px 20px -5px rgba(108, 43, 217, 0.4);
  transform: translateY(-1px);
}

.paw-btn-gradient:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px -2px rgba(108, 43, 217, 0.3);
}

/* PawStreet modern application system */
.paw-app-shell,
.paw-portal-shell,
.paw-auth-shell {
  --paw-surface: rgba(255, 255, 255, 0.92);
  --paw-surface-strong: #ffffff;
  --paw-border: rgba(107, 70, 145, 0.12);
  --paw-border-strong: rgba(108, 43, 217, 0.2);
  --paw-text: #201629;
  --paw-subtle: #6f6579;
  --paw-shadow: 0 12px 34px rgba(71, 42, 104, 0.08);
  --paw-shadow-hover: 0 18px 44px rgba(71, 42, 104, 0.13);
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% -4%, rgba(196, 148, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 36% 105%, rgba(124, 58, 237, 0.08), transparent 34rem),
    linear-gradient(145deg, #f8f7fc 0%, #f3f5fb 54%, #f8f5fc 100%);
  color: var(--paw-text);
}

.paw-app-frame {
  position: relative;
  isolation: isolate;
}

.paw-app-frame::before {
  position: fixed;
  z-index: -1;
  top: 12%;
  right: 4%;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: rgba(198, 166, 233, 0.12);
  filter: blur(70px);
  content: '';
  pointer-events: none;
}

.paw-sidebar,
.paw-sidebar.company-admin-sidebar {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 255, 255, 0.15), transparent 24%),
    linear-gradient(165deg, #7745a4 0%, #5c277f 48%, #3f1858 100%);
  box-shadow: 0 28px 70px rgba(59, 24, 88, 0.3);
}

.paw-sidebar-link {
  min-height: 52px;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.82);
}

.paw-sidebar-link:hover,
.paw-sidebar-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
}

.paw-sidebar-link.is-active {
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(96, 33, 137, 0.82));
  box-shadow: 0 12px 28px rgba(32, 9, 48, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.paw-topbar {
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 12px 35px rgba(64, 39, 91, 0.08) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.paw-main-content {
  position: relative;
}

.paw-main-content :where(section, article, div, form)[class*="rounded-"][class*="bg-white"] {
  border-color: var(--paw-border);
  box-shadow: var(--paw-shadow);
}

.paw-main-content :where(section, article)[class*="rounded-"][class*="bg-white"] {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.paw-main-content :where(section, article)[class*="rounded-"][class*="bg-white"]:hover {
  border-color: var(--paw-border-strong);
  box-shadow: var(--paw-shadow-hover);
}

.paw-app-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea),
.paw-auth-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea),
.paw-portal-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea) {
  border-color: rgba(112, 88, 137, 0.2);
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(54, 34, 74, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.paw-app-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea):hover,
.paw-auth-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea):hover,
.paw-portal-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea):hover {
  border-color: rgba(108, 43, 217, 0.32);
}

.paw-app-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea):focus,
.paw-auth-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea):focus,
.paw-portal-shell :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea):focus {
  border-color: #8b5cc7;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(139, 92, 199, 0.13), 0 5px 16px rgba(78, 45, 108, 0.07);
}

.paw-app-shell :where(button, a),
.paw-auth-shell :where(button, a),
.paw-portal-shell :where(button, a) {
  transition-property: color, background-color, border-color, box-shadow, transform, opacity;
  transition-duration: 160ms;
  transition-timing-function: ease;
}

.paw-app-shell :where(button, a):focus-visible,
.paw-auth-shell :where(button, a):focus-visible,
.paw-portal-shell :where(button, a):focus-visible {
  outline: 3px solid rgba(139, 92, 199, 0.24);
  outline-offset: 2px;
}

.paw-app-shell :where(button, a)[class*="bg-purple-7"],
.paw-auth-shell :where(button, a)[class*="bg-purple-7"],
.paw-portal-shell :where(button, a)[class*="bg-purple-7"] {
  box-shadow: 0 9px 20px rgba(108, 43, 217, 0.2);
}

.paw-app-shell :where(button, a)[class*="bg-purple-7"]:hover,
.paw-auth-shell :where(button, a)[class*="bg-purple-7"]:hover,
.paw-portal-shell :where(button, a)[class*="bg-purple-7"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 26px rgba(108, 43, 217, 0.28);
}

.paw-main-content table {
  width: 100%;
  border-spacing: 0;
}

.paw-main-content thead {
  background: linear-gradient(180deg, rgba(248, 247, 252, 0.96), rgba(244, 241, 249, 0.9));
}

.paw-main-content th {
  color: #71657e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paw-main-content tbody tr {
  transition: background-color 150ms ease;
}

.paw-main-content tbody tr:hover {
  background: rgba(248, 245, 252, 0.8);
}

.paw-main-content tbody td {
  border-color: rgba(103, 78, 128, 0.09);
}

.paw-main-content :where(.overflow-x-auto, .overflow-auto) {
  scrollbar-color: rgba(108, 43, 217, 0.28) transparent;
  scrollbar-width: thin;
}

.paw-auth-content {
  background:
    radial-gradient(circle at 88% 12%, rgba(198, 157, 242, 0.22), transparent 20rem),
    linear-gradient(160deg, #fbfaff 0%, #f5f4fa 100%) !important;
}

.paw-auth-main > :where(div, section, form)[class*="bg-white"] {
  border: 1px solid rgba(108, 43, 217, 0.1);
  box-shadow: 0 22px 55px rgba(72, 39, 102, 0.1);
}

.paw-portal-shell {
  background:
    radial-gradient(circle at 90% 4%, rgba(193, 147, 239, 0.22), transparent 26rem),
    radial-gradient(circle at 8% 80%, rgba(108, 43, 217, 0.08), transparent 30rem),
    #f7f4fb;
}

.paw-portal-topbar {
  background: linear-gradient(180deg, rgba(247, 244, 251, 0.9), rgba(247, 244, 251, 0.35));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.paw-portal-content :where(section, article, div, form)[class*="rounded-"][class*="bg-white"] {
  border-color: var(--paw-border);
  box-shadow: var(--paw-shadow);
}

@media (max-width: 1023px) {
  .paw-app-shell {
    background: #f6f5fa;
  }

  .paw-topbar {
    border-radius: 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .paw-app-shell *,
  .paw-auth-shell *,
  .paw-portal-shell * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Reference-matched authentication experience */
.auth-reference-shell {
  display: grid;
  grid-template-columns: minmax(590px, 45.5vw) minmax(0, 1fr);
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(211, 192, 244, 0.18), transparent 28rem),
    #fafafe;
}

.auth-reference-brand-column {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.auth-reference-form-column {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 28px;
  padding: 47px 60px 46px 64px;
}

.auth-reference-header {
  display: flex;
  min-height: 48px;
  align-items: flex-start;
  justify-content: flex-end;
}

.auth-mobile-brand {
  display: none;
}

.auth-reference-main {
  display: flex;
  width: 100%;
  max-width: 714px;
  align-self: center;
  justify-self: center;
}

.auth-reference-benefits {
  display: grid;
  width: 100%;
  max-width: 770px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  justify-self: center;
}

.auth-brand-panel {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 92%, rgba(32, 16, 115, 0.42), transparent 23rem),
    linear-gradient(145deg, #3b1a9d 0%, #5e24c4 45%, #7d36ed 100%);
  color: #fff;
}

.auth-brand-glow {
  position: absolute;
  top: -118px;
  right: 6px;
  width: 250px;
  height: 410px;
  border-radius: 45% 0 55% 48%;
  background: linear-gradient(150deg, #a075f4, #8d5eed);
  opacity: 0.9;
  transform: rotate(-8deg);
}

.auth-brand-logo-position {
  position: absolute;
  z-index: 12;
  top: 46px;
  left: 62px;
}

.auth-brand-logo {
  position: relative;
  display: inline-flex;
  width: 125px;
  flex-direction: column;
  color: #fff;
}

.auth-brand-logo strong {
  display: flex;
  flex-direction: column;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.auth-brand-logo small {
  margin-top: 8px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.auth-brand-logo-paw {
  position: absolute;
  top: -6px;
  right: 8px;
  font-size: 30px;
  transform: rotate(-8deg);
}

.auth-brand-copy {
  position: absolute;
  z-index: 12;
  top: 22.7%;
  left: 19.4%;
}

.auth-brand-copy h1 {
  color: #fff;
  font-size: clamp(42px, 3.05vw, 51px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.auth-brand-copy h1 span {
  color: #b58bff;
  font-size: 1.3em;
  letter-spacing: -0.065em;
  text-shadow: 0 8px 30px rgba(38, 11, 99, 0.16);
}

.auth-brand-copy h1 i {
  margin-left: 7px;
  color: #fff;
  font-size: 0.66em;
  vertical-align: 10%;
}

.auth-brand-copy p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.auth-brand-pet-stage {
  position: absolute;
  z-index: 9;
  right: 15.5%;
  bottom: 44px;
  width: 65%;
  max-width: 445px;
}

.auth-brand-pets {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 28px rgba(27, 11, 68, 0.2));
}

.auth-brand-house {
  position: absolute;
  z-index: 1;
  right: 7%;
  bottom: 18%;
  color: rgba(178, 133, 255, 0.35);
  font-size: 150px;
}

.auth-brand-house .fa-paw {
  position: absolute;
  top: 33%;
  left: 35%;
  color: rgba(87, 33, 182, 0.42);
  font-size: 45px;
}

.auth-brand-trust-position {
  position: absolute;
  z-index: 22;
  bottom: 164px;
  left: 12.6%;
}

.auth-trust-badge {
  display: flex;
  width: 430px;
  min-height: 80px;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(248, 225, 199, 0.88);
  padding: 11px 17px 11px 25px;
  color: #211a35;
  box-shadow: 0 15px 38px rgba(35, 13, 77, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.auth-trust-shield {
  display: flex;
  width: 33px;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #352279;
  font-size: 27px;
}

.auth-trust-copy {
  display: flex;
  min-width: 165px;
  flex-direction: column;
  line-height: 1.3;
}

.auth-trust-copy strong {
  font-size: 14px;
  font-weight: 600;
}

.auth-trust-copy small {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
}

.auth-trust-avatars {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.auth-trust-avatar,
.auth-trust-more {
  width: 38px;
  height: 38px;
  margin-left: -7px;
  border: 3px solid #fff;
  border-radius: 999px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 126px 126px;
  box-shadow: 0 2px 6px rgba(39, 26, 52, 0.12);
}

.auth-trust-avatar-one { background-position: -3px -43px; }
.auth-trust-avatar-two { background-position: -45px -43px; }
.auth-trust-avatar-three { background-position: -85px -43px; }

.auth-trust-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee4ff;
  color: #7040b9;
  font-size: 18px;
  font-weight: 600;
}

.auth-brand-paw {
  position: absolute;
  z-index: 5;
  color: rgba(190, 151, 255, 0.34);
  font-size: 48px;
  transform: rotate(-12deg);
}

.auth-brand-paw-one { top: 12%; right: 13%; }
.auth-brand-paw-two { top: 39%; left: 6%; font-size: 54px; }
.auth-brand-paw-three { right: 16%; bottom: 40%; font-size: 58px; }

.auth-brand-dotted-path {
  position: absolute;
  z-index: 4;
  bottom: 29%;
  left: 12%;
  width: 200px;
  color: rgba(198, 163, 255, 0.42);
  transform: rotate(-10deg);
}

.auth-brand-curve {
  position: absolute;
  z-index: 30;
  top: 0;
  right: -1px;
  width: 88px;
  height: 100%;
  color: #fafafe;
  pointer-events: none;
}

.auth-brand-bottom-wave {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 112px;
  pointer-events: none;
}

.auth-language-selector {
  position: relative;
  z-index: 50;
}

.auth-language-selector > button {
  display: inline-flex;
  width: 156px;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #dedbea;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  color: #221b35;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(56, 39, 79, 0.04);
}

.auth-language-selector > button:hover {
  border-color: #c5b3df;
  background: #fff;
}

.auth-language-selector > button > .fa-globe { color: #747087; }
.auth-language-chevron { margin-left: auto; color: #777287; font-size: 11px; }

.auth-language-menu {
  position: absolute;
  top: 56px;
  right: 0;
  width: 164px;
  overflow: hidden;
  border: 1px solid #ece8f2;
  border-radius: 16px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 16px 36px rgba(56, 35, 78, 0.13);
}

.auth-language-menu a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 7px 10px;
  color: #5d5568;
  font-size: 12px;
}

.auth-language-menu a:hover,
.auth-language-menu a.is-selected {
  background: #f5effd;
  color: #6c2bd9;
}

.auth-login-card {
  width: 100%;
  min-height: 752px;
  border: 1px solid #ebe8f0;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.94);
  padding: 62px 68px 52px;
  box-shadow: 0 18px 48px rgba(64, 45, 93, 0.08);
}

.auth-login-heading {
  margin-bottom: 37px;
}

.auth-login-heading h1 {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #17162e;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.auth-login-heading h1 i {
  color: #7540dc;
  font-size: 31px;
  transform: rotate(-8deg);
}

.auth-login-heading p {
  margin-top: 10px;
  color: #5e5870;
  font-size: 16px;
  line-height: 1.5;
}

.auth-login-alert {
  display: flex;
  gap: 10px;
  margin: -16px 0 24px;
  border: 1px solid;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 12px;
}

.auth-login-alert-success { border-color: #c9ead9; background: #effbf4; color: #147348; }
.auth-login-alert-error { border-color: #f5caca; background: #fff3f3; color: #b42323; }
.auth-login-alert strong { display: block; font-weight: 600; text-transform: capitalize; }
.auth-login-alert p { margin-top: 2px; }

.auth-login-form {
  display: flex;
  flex-direction: column;
}

.auth-login-group + .auth-login-group {
  margin-top: 28px;
}

.auth-login-group > label,
.auth-login-label-row label {
  display: block;
  margin-bottom: 10px;
  color: #201c33;
  font-size: 14px;
  font-weight: 600;
}

.auth-login-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-login-label-row a {
  margin-bottom: 10px;
  color: #7027e4;
  font-size: 13px;
  font-weight: 500;
}

.auth-login-field {
  position: relative;
  display: flex;
  height: 53px;
  align-items: center;
  border: 1px solid #d9d6e3;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(48, 37, 66, 0.02);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.auth-login-field:focus-within {
  border-color: #8a52df;
  box-shadow: 0 0 0 4px rgba(122, 65, 214, 0.1);
}

.auth-login-field > i:first-child {
  position: absolute;
  left: 17px;
  color: #858195;
  font-size: 17px;
}

.paw-auth-shell .auth-login-field input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: transparent;
  padding: 0 48px 0 54px;
  color: #262136;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
}

.paw-auth-shell .auth-login-field input:hover,
.paw-auth-shell .auth-login-field input:focus {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.auth-login-field input::placeholder { color: #858195; }

.auth-password-toggle {
  position: absolute;
  right: 0;
  display: flex;
  width: 50px;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #858195;
  font-size: 17px;
}

.auth-password-toggle:hover { color: #6c2bd9; }

.auth-remember-option {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  margin-top: 25px;
  color: #514a61;
  cursor: pointer;
  font-size: 13px;
}

.auth-remember-option input {
  width: 20px;
  height: 20px;
  border: 1px solid #cec8d8;
  border-radius: 5px;
  accent-color: #6c2bd9;
}

.auth-signin-button {
  width: 100%;
  height: 63px;
  margin-top: 27px;
  border-radius: 14px;
  background: linear-gradient(105deg, #6a25dc 0%, #7b25df 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 13px 26px rgba(105, 37, 217, 0.22);
}

.auth-signin-button:hover {
  background: linear-gradient(105deg, #5d1dcc, #6f1ed4);
  box-shadow: 0 16px 32px rgba(105, 37, 217, 0.3);
  transform: translateY(-1px);
}

.auth-signin-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.auth-social-divider {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 34px 0 27px;
  color: #6f687e;
  font-size: 13px;
  white-space: nowrap;
}

.auth-social-divider::before,
.auth-social-divider::after {
  height: 1px;
  flex: 1;
  background: #dedbe5;
  content: '';
}

.auth-social-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.auth-social-buttons button {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #d9d6e3;
  border-radius: 11px;
  background: #fff;
  color: #211b32;
  font-size: 14px;
  font-weight: 500;
}

.auth-social-buttons button:hover {
  border-color: #bda8dc;
  background: #fbf9fe;
  box-shadow: 0 7px 18px rgba(68, 43, 94, 0.07);
  transform: translateY(-1px);
}

.auth-social-buttons i { font-size: 21px; }
.auth-google-icon { color: #4285f4; }

.auth-signup-prompt {
  margin-top: 39px;
  text-align: center;
  color: #645d72;
  font-size: 14px;
}

.auth-signup-prompt a {
  margin-left: 5px;
  color: #6c2bd9;
  font-weight: 600;
}

.auth-benefit-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.auth-benefit-icon {
  display: flex;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #ede5ff;
  color: #6829df;
  font-size: 24px;
}

.auth-benefit-item > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.auth-benefit-item strong {
  overflow: hidden;
  color: #1f1a2f;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-benefit-item small {
  overflow: hidden;
  margin-top: 4px;
  color: #625b70;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1260px) {
  .auth-reference-shell { grid-template-columns: minmax(510px, 43vw) minmax(0, 1fr); }
  .auth-reference-form-column { padding-inline: 42px; }
  .auth-login-card { padding-inline: 52px; }
  .auth-brand-copy { left: 14%; }
  .auth-brand-pet-stage { right: 14%; width: 65%; }
  .auth-brand-trust-position { left: 7%; transform: scale(.88); transform-origin: left bottom; }
}

@media (max-width: 1023px) {
  .auth-reference-shell {
    display: block;
    overflow: visible;
  }

  .auth-reference-brand-column {
    min-height: 420px;
  }

  .auth-brand-panel {
    min-height: 420px;
    border-radius: 0 0 56px 56px;
  }

  .auth-brand-curve,
  .auth-brand-bottom-wave {
    display: none;
  }

  .auth-brand-logo-position { top: 30px; left: 34px; }
  .auth-brand-copy { top: 126px; left: 34px; }
  .auth-brand-copy h1 { font-size: 38px; }
  .auth-brand-copy p { margin-top: 13px; font-size: 15px; }
  .auth-brand-pet-stage { right: 2%; bottom: -4px; width: 390px; }
  .auth-brand-trust-position { bottom: 23px; left: 33px; transform: scale(.74); transform-origin: left bottom; }

  .auth-reference-form-column {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 28px 24px 38px;
  }

  .auth-reference-header { justify-content: flex-end; }
  .auth-reference-main { max-width: 714px; }
  .auth-reference-benefits { max-width: 714px; }
}

@media (max-width: 640px) {
  .auth-reference-brand-column,
  .auth-brand-panel { min-height: 340px; }
  .auth-brand-logo-position { top: 24px; left: 24px; transform: scale(.82); transform-origin: left top; }
  .auth-brand-copy { top: 108px; left: 24px; }
  .auth-brand-copy h1 { font-size: 31px; }
  .auth-brand-copy p { font-size: 13px; }
  .auth-brand-pet-stage { right: -32px; width: 275px; }
  .auth-brand-trust-position,
  .auth-brand-paw-two,
  .auth-brand-dotted-path { display: none; }
  .auth-brand-glow { right: -100px; width: 240px; }

  .auth-reference-form-column { padding: 22px 15px 32px; }
  .auth-reference-header { min-height: 44px; }
  .auth-language-selector > button { width: 142px; height: 44px; }
  .auth-login-card { min-height: 0; border-radius: 24px; padding: 34px 22px 32px; }
  .auth-login-heading { margin-bottom: 30px; }
  .auth-login-heading h1 { font-size: 30px; }
  .auth-login-heading p { font-size: 14px; }
  .auth-login-group + .auth-login-group { margin-top: 23px; }
  .auth-signin-button { height: 56px; }
  .auth-social-buttons { grid-template-columns: 1fr; gap: 10px; }
  .auth-social-buttons button { height: 50px; }
  .auth-reference-benefits { grid-template-columns: 1fr; gap: 16px; padding: 6px 10px; }
  .auth-benefit-item { justify-content: flex-start; }
}

@media (min-width: 1024px) and (max-height: 900px) {
  .auth-reference-form-column { gap: 18px; padding-block: 28px; }
  .auth-login-card { min-height: 0; padding-block: 38px; }
  .auth-login-heading { margin-bottom: 25px; }
  .auth-login-group + .auth-login-group { margin-top: 20px; }
  .auth-remember-option { margin-top: 20px; }
  .auth-signin-button { height: 56px; margin-top: 20px; }
  .auth-social-divider { margin-block: 24px 20px; }
  .auth-social-buttons button { height: 50px; }
  .auth-signup-prompt { margin-top: 25px; }
  .auth-brand-trust-position { bottom: 118px; }
}

/* Paw Street public marketing page */
.paw-public-landing { background: #f7f5ff; }
.ps-landing { min-height: 100vh; padding: 8px; background: #f7f5ff; color: #11133f; }
.ps-landing *, .ps-landing *::before, .ps-landing *::after { box-sizing: border-box; }
.ps-landing-shell { max-width: 1600px; margin: 0 auto; overflow: hidden; border: 1px solid #eeeaf9; border-radius: 28px; background: #fff; box-shadow: 0 20px 70px rgba(49, 29, 102, .08); }
.ps-site-header { position: relative; z-index: 50; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; min-height: 104px; padding: 18px 7%; background: rgba(255,255,255,.94); }
.ps-wordmark { position: relative; display: inline-flex; width: 126px; min-height: 63px; flex-direction: column; color: #5c20dd; text-decoration: none; }
.ps-wordmark strong { display: flex; flex-direction: column; font-size: 27px; font-weight: 900; line-height: .75; letter-spacing: -.05em; }
.ps-wordmark strong span:last-child { margin-top: 6px; }
.ps-wordmark small { margin-top: 7px; font-size: 7px; font-weight: 700; letter-spacing: .01em; }
.ps-wordmark-paw { position: absolute; left: 67px; top: -10px; transform: rotate(-8deg); font-size: 31px; }
.ps-main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 50px); }
.ps-main-nav a { display: inline-flex; align-items: center; gap: 8px; border-radius: 12px; padding: 12px 14px; color: #18173e; font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.ps-main-nav a:hover, .ps-main-nav a.active { background: #f0eaff; color: #6425dc; }
.ps-main-nav i { font-size: 8px; }
.ps-header-actions { display: flex; align-items: center; gap: 16px; }
.ps-language-wrap { position: relative; }
.ps-language-button { display: flex; height: 47px; min-width: 142px; align-items: center; justify-content: center; gap: 11px; border: 1px solid #dcd9ea; border-radius: 14px; background: #fff; color: #252541; font-size: 12px; font-weight: 700; }
.ps-language-button .fa-chevron-down { margin-left: 8px; font-size: 8px; }
.ps-language-menu { position: absolute; right: 0; top: 54px; z-index: 60; width: 150px; overflow: hidden; border: 1px solid #ebe7f7; border-radius: 14px; background: #fff; padding: 6px; box-shadow: 0 15px 40px rgba(38,23,75,.14); }
.ps-language-menu button { display: block; width: 100%; border: 0; border-radius: 9px; background: transparent; padding: 9px 11px; text-align: left; font-size: 12px; font-weight: 700; }
.ps-language-menu button:hover { background: #f4efff; color: #6325dc; }
.ps-purple-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 13px; border-radius: 13px; background: linear-gradient(135deg,#7130ee,#4d13cf); padding: 0 31px; color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 12px 25px rgba(89,31,219,.22); transition: transform .2s ease, box-shadow .2s ease; }
.ps-purple-button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(89,31,219,.30); }
.ps-header-book { min-height: 47px; padding-inline: 24px; }
.ps-mobile-toggle { display: none; height: 44px; width: 44px; border: 0; border-radius: 12px; background: #f1eaff; color: #6125db; }
.ps-mobile-menu { position: absolute; left: 20px; right: 20px; top: 86px; display: grid; gap: 4px; border: 1px solid #ebe6f7; border-radius: 18px; background: #fff; padding: 10px; box-shadow: 0 18px 40px rgba(30,21,53,.16); }
.ps-mobile-menu a { border-radius: 10px; padding: 11px 13px; color: #211842; font-size: 13px; font-weight: 700; text-decoration: none; }
.ps-mobile-menu a:hover { background: #f4efff; color: #6425dc; }

.ps-hero { position: relative; display: grid; min-height: 610px; grid-template-columns: 47% 53%; overflow: hidden; padding: 38px 6.4% 36px; background: radial-gradient(circle at 45% 5%,#fff 0,#fbfaff 53%,#f8f5ff 100%); }
.ps-hero::after { position: absolute; bottom: -145px; left: -100px; width: 460px; height: 250px; border-radius: 50%; background: #f0eaff; content: ''; }
.ps-hero-copy { position: relative; z-index: 5; align-self: center; padding-bottom: 20px; }
.ps-trusted-pill { display: inline-flex; min-height: 42px; align-items: center; gap: 11px; border: 1px solid #ece7fb; border-radius: 22px; background: rgba(255,255,255,.9); padding: 5px 8px 5px 12px; box-shadow: 0 8px 24px rgba(60,34,111,.06); font-size: 11px; }
.ps-shield { display: flex; height: 27px; width: 27px; align-items: center; justify-content: center; border-radius: 9px; background: #eee7ff; color: #6424e2; }
.ps-avatar-stack { display: flex; margin-left: 5px; }
.ps-avatar-stack i { display: block; height: 28px; width: 28px; margin-left: -7px; border: 2px solid #fff; border-radius: 50%; background-image: url('/images/user_avatars.png'); background-size: 92px auto; background-position: 8% 18%; }
.ps-avatar-stack i:nth-child(2) { background-position: 48% 18%; }
.ps-avatar-stack i:nth-child(3) { background-position: 88% 18%; }
.ps-plus { display: flex; height: 28px; width: 28px; align-items: center; justify-content: center; border-radius: 50%; background: #f2ecff; color: #6023dd; font-weight: 900; }
.ps-hero h1 { margin: 25px 0 0; color: #111440; font-size: clamp(61px,5.15vw,82px); font-weight: 900; letter-spacing: -.055em; line-height: .9; }
.ps-hero h1 span { display: inline-block; background: linear-gradient(135deg,#a277ff 3%,#591bdb 80%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ps-hero h1 i { margin-left: 5px; color: #6122df; font-size: .54em; transform: rotate(-13deg); }
.ps-hero-copy > p { margin: 26px 0 0 4px; color: #565875; font-size: 16px; font-weight: 500; line-height: 1.7; }
.ps-hero-actions { display: flex; align-items: center; gap: 19px; margin: 27px 0 0 4px; }
.ps-outline-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; border: 1px solid #dcd9e9; border-radius: 13px; background: #fff; padding: 0 27px; color: #222444; font-size: 13px; font-weight: 750; text-decoration: none; transition: .2s ease; }
.ps-outline-button:hover { border-color: #8d62ed; color: #6424dc; transform: translateY(-2px); }
.ps-play { display: flex; height: 27px; width: 27px; align-items: center; justify-content: center; border: 1px solid #9c79ec; border-radius: 50%; color: #6b2ce3; font-size: 9px; }
.ps-trust-points { display: flex; gap: 37px; margin: 38px 0 0 5px; }
.ps-trust-points > span { display: grid; grid-template-columns: 36px auto; grid-template-rows: auto auto; column-gap: 10px; }
.ps-trust-points i { display: flex; grid-row: 1/3; height: 36px; width: 36px; align-items: center; justify-content: center; border-radius: 11px; background: #f1ebff; color: #6222df; }
.ps-trust-points b { font-size: 10px; }
.ps-trust-points small { margin-top: 3px; color: #77778c; font-size: 9px; }
.ps-hero-visual { position: relative; z-index: 4; min-height: 520px; }
.ps-purple-blob { position: absolute; inset: 2% 1% 0 1%; overflow: hidden; border-radius: 44% 52% 44% 49% / 39% 34% 53% 48%; background: linear-gradient(135deg,#8048ef,#5521c8); transform: rotate(-2deg); }
.ps-purple-blob::before { position: absolute; left: 6%; top: 34%; height: 200px; width: 200px; border: 2px dashed rgba(255,255,255,.18); border-radius: 50%; content: ''; }
.ps-blob-house { position: absolute; right: 8%; top: 17%; color: rgba(255,255,255,.12); font-size: 190px; }
.ps-blob-paw { position: absolute; left: 9%; top: 41%; color: rgba(255,255,255,.17); font-size: 50px; transform: rotate(-14deg); }
.ps-hero-visual > img { position: absolute; z-index: 3; bottom: -8px; left: 8%; width: 76%; max-height: 570px; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(38,17,76,.16)); }
.ps-centres-card { position: absolute; z-index: 5; right: -1%; bottom: 74px; display: flex; width: 145px; min-height: 146px; flex-direction: column; justify-content: center; border: 1px solid #e4e0ef; border-radius: 22px; background: rgba(255,255,255,.94); padding: 18px 22px; box-shadow: 0 16px 40px rgba(27,20,65,.14); backdrop-filter: blur(12px); }
.ps-centres-card i { color: #6223dc; font-size: 26px; }
.ps-centres-card strong { margin-top: 10px; color: #5b1ed9; font-size: 29px; line-height: 1; }
.ps-centres-card span { margin-top: 6px; color: #6e6d82; font-size: 10px; line-height: 1.35; }
.ps-float-paw { position: absolute; z-index: 2; color: #ddcffd; font-size: 38px; opacity: .7; }
.ps-float-paw-one { left: 1.5%; top: 43%; transform: rotate(-14deg); }
.ps-float-paw-two { right: 3%; top: 2%; transform: rotate(12deg); }

.ps-services-section { position: relative; z-index: 10; display: grid; grid-template-columns: 275px 1fr; gap: 35px; margin-top: -8px; border-radius: 42px 42px 0 0; background: #fff; padding: 55px 4.3% 62px; box-shadow: 0 -18px 45px rgba(56,34,104,.05); }
.ps-eyebrow { margin: 0; color: #7b46e8 !important; font-size: 11px !important; font-weight: 750 !important; }
.ps-eyebrow i { margin-right: 8px; }
.ps-section-intro h2, .ps-feature-copy h2, .ps-testimonial-intro h2, .ps-cta-copy h2 { margin: 18px 0 0; color: #13153f; font-size: 29px; font-weight: 900; letter-spacing: -.035em; line-height: 1.17; }
.ps-section-intro > p:not(.ps-eyebrow), .ps-feature-copy > p:not(.ps-eyebrow) { margin: 18px 0 0; color: #696b82; font-size: 12px; line-height: 1.7; }
.ps-section-intro > a, .ps-testimonial-intro > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: #6421db; font-size: 12px; font-weight: 800; text-decoration: none; }
.ps-service-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.ps-service-card { display: flex; min-height: 250px; flex-direction: column; align-items: center; border: 1px solid #ece9f2; border-radius: 18px; background: #fff; padding: 22px 15px 18px; text-align: center; text-decoration: none; box-shadow: 0 12px 25px rgba(40,30,72,.07); transition: .24s ease; }
.ps-service-card:hover { transform: translateY(-7px); border-color: #c9b5f5; box-shadow: 0 20px 35px rgba(72,43,133,.13); }
.ps-service-icon { display: flex; height: 74px; width: 74px; align-items: center; justify-content: center; border-radius: 50%; font-size: 33px; }
.ps-service-icon.lavender { background: #f1eaff; color: #5720c5; }
.ps-service-icon.peach { background: #fff0e6; color: #193e83; }
.ps-service-icon.mint { background: #eaf5e8; color: #65422e; }
.ps-service-icon.blue { background: #e9f0ff; color: #2d4ba9; }
.ps-service-icon.rose { background: #fff0e8; color: #db4b2a; }
.ps-service-icon.violet { background: #f4eaff; color: #7521d5; }
.ps-service-card h3 { margin: 18px 0 0; color: #17193f; font-size: 14px; font-weight: 850; }
.ps-service-card p { min-height: 43px; margin: 11px 0 0; color: #737489; font-size: 10px; line-height: 1.55; }
.ps-service-card strong { margin-top: auto; color: #6c2bd9; font-size: 10px; }
.ps-service-card strong i { margin-left: 6px; }

.ps-features-section { display: grid; grid-template-columns: 295px 1fr; gap: 32px; padding: 56px 4.3% 68px; background: linear-gradient(180deg,#fcfbff,#fff); }
.ps-feature-copy { padding-top: 20px; }
.ps-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; margin-top: 34px; }
.ps-feature-list span { display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; column-gap: 10px; }
.ps-feature-list i { display: flex; grid-row: 1/3; height: 36px; width: 36px; align-items: center; justify-content: center; border-radius: 9px; background: #f1eaff; color: #6422dc; }
.ps-feature-list b { font-size: 9px; }
.ps-feature-list small { margin-top: 4px; color: #77778b; font-size: 8px; line-height: 1.45; }
.ps-product-stage { position: relative; min-height: 500px; padding: 10px 130px 0 0; }
.ps-dashboard-preview { display: grid; grid-template-columns: 165px 1fr; min-height: 450px; overflow: hidden; border: 2px solid #a982f4; border-radius: 29px; background: #fff; box-shadow: 0 22px 45px rgba(56,34,108,.10); }
.ps-dashboard-preview aside { display: flex; flex-direction: column; gap: 8px; border-right: 1px solid #eeeaf6; padding: 20px 13px; }
.ps-mini-logo { display: flex; align-items: center; gap: 6px; margin: 0 6px 18px; color: #6523de; font-size: 13px; line-height: .84; }
.ps-dashboard-preview aside > span { display: flex; align-items: center; gap: 9px; border-radius: 8px; padding: 10px 11px; color: #3d3d59; font-size: 9px; font-weight: 650; }
.ps-dashboard-preview aside > span i { width: 15px; color: #6a37d2; text-align: center; }
.ps-dashboard-preview aside > span.selected { background: linear-gradient(135deg,#7030df,#5a20d1); color: #fff; }
.ps-dashboard-preview aside > span.selected i { color: #fff; }
.ps-dashboard-preview > main { padding: 23px 20px; }
.ps-dashboard-preview > main > header { display: flex; align-items: start; justify-content: space-between; }
.ps-dashboard-preview > main > header b { font-size: 13px; }
.ps-dashboard-preview > main > header b i { color: #6e2edd; }
.ps-dashboard-preview > main > header small { display: block; margin-top: 6px; color: #89899c; font-size: 8px; }
.ps-dashboard-preview > main > header > span { color: #77748a; font-size: 8px; }
.ps-preview-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 27px; }
.ps-preview-columns section > b, .ps-recent > b, .ps-reminders > b { display: block; color: #34344f; font-size: 9px; }
.ps-upcoming-card { display: flex; min-height: 94px; align-items: center; gap: 11px; margin-top: 9px; border-radius: 12px; background: #f8f5ff; padding: 12px; }
.ps-upcoming-card img { height: 54px; width: 54px; border-radius: 50%; object-fit: cover; }
.ps-upcoming-card strong { display: block; font-size: 9px; }
.ps-upcoming-card small { display: block; margin-top: 5px; color: #6f6e83; font-size: 7px; line-height: 1.6; }
.ps-recent, .ps-reminders { margin-top: 16px; border-radius: 12px; background: #fbfaff; padding: 12px; }
.ps-recent p, .ps-reminders p { position: relative; margin: 10px 0 0; color: #5d5c73; font-size: 7px; }
.ps-recent p i, .ps-reminders p i { width: 17px; color: #6423dc; }
.ps-recent em { position: absolute; right: 0; border-radius: 8px; background: #e8f7e7; padding: 2px 6px; color: #4f9850; font-size: 6px; font-style: normal; }
.ps-pet-profiles { display: flex; align-items: center; gap: 12px; margin-top: 10px; border-radius: 12px; background: #fbfaff; padding: 12px; }
.ps-pet-profiles span { display: flex; flex: 1; min-width: 0; flex-direction: column; align-items: center; }
.ps-pet-profiles img { height: 52px; width: 52px; border-radius: 50%; object-fit: cover; }
.ps-pet-profiles b { margin-top: 5px; font-size: 7px; }
.ps-pet-profiles small { color: #88869b; font-size: 5px; }
.ps-pet-profiles > i { display: flex; height: 28px; width: 28px; align-items: center; justify-content: center; border-radius: 50%; background: #6728dc; color: #fff; font-size: 8px; }
.ps-reminders > b { display: flex; justify-content: space-between; }
.ps-reminders > b a { color: #7b47e6; font-size: 6px; text-decoration: none; }
.ps-reminders p small { display: block; margin: 3px 0 0 20px; color: #9a98a9; font-size: 6px; }
.ps-phone-preview { position: absolute; z-index: 4; right: 6px; top: 58px; width: 181px; height: 385px; overflow: hidden; border: 6px solid #141427; border-radius: 31px; background: #6126d8; box-shadow: 0 22px 42px rgba(31,21,57,.25); }
.ps-phone-notch { position: absolute; z-index: 2; left: 50%; top: 0; width: 72px; height: 15px; border-radius: 0 0 12px 12px; background: #111122; transform: translateX(-50%); }
.ps-phone-screen { height: 100%; padding: 20px 11px 10px; background: linear-gradient(#7437eb 0 27%,#f7f4ff 27%); color: #fff; }
.ps-phone-screen > small { font-size: 7px; }
.ps-phone-screen h3 { margin: 15px 0 0; font-size: 13px; }
.ps-phone-screen > p { margin: 3px 0 11px; font-size: 7px; }
.ps-phone-card { border-radius: 11px; background: #fff; padding: 9px; color: #282840; }
.ps-phone-card > b { font-size: 7px; }
.ps-phone-card span { display: flex; align-items: center; gap: 7px; margin-top: 7px; }
.ps-phone-card img { height: 36px; width: 36px; border-radius: 50%; object-fit: cover; }
.ps-phone-card strong { font-size: 7px; }
.ps-phone-card strong small { display: block; margin-top: 3px; color: #8b899a; font-size: 5px; }
.ps-phone-icons { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; margin-top: 10px; }
.ps-phone-icons span { display: flex; height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 8px; background: #fff; color: #665a84; font-size: 5px; }
.ps-phone-icons i { color: #6728de; font-size: 10px; }
.ps-phone-banner { position: relative; height: 77px; overflow: hidden; margin-top: 9px; border-radius: 10px; background: linear-gradient(135deg,#7642e5,#ac7bf4); padding: 12px; font-size: 8px; font-weight: 750; }
.ps-phone-banner img { position: absolute; right: -3px; bottom: -13px; height: 80px; width: 73px; object-fit: cover; object-position: top; }

.ps-testimonials-section { display: grid; grid-template-columns: 245px 1fr; gap: 28px; border-top: 1px solid #f1edf8; padding: 42px 4.3% 50px; background: #fff; }
.ps-testimonial-intro h2 { font-size: 26px; }
.ps-testimonial-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.ps-testimonial-card { position: relative; min-height: 215px; overflow: hidden; border: 1px solid #ece9f2; border-radius: 16px; padding: 18px 17px; box-shadow: 0 9px 24px rgba(43,30,76,.06); }
.ps-quote { color: #6d2ae1; font-size: 26px; font-weight: 900; }
.ps-quote span { margin-left: 8px; color: #f5a31a; font-size: 11px; letter-spacing: 2px; vertical-align: middle; }
.ps-testimonial-card > p { min-height: 74px; margin: 9px 0 0; color: #5e6078; font-size: 10px; line-height: 1.65; }
.ps-testimonial-card footer { position: absolute; right: 0; bottom: 0; left: 0; display: flex; min-height: 63px; align-items: center; gap: 9px; padding: 10px 15px; }
.ps-review-avatar { display: block; height: 30px; width: 30px; flex: none; border-radius: 50%; background-image: url('/images/user_avatars.png'); background-size: 100px auto; background-position: 8% 15%; }
.ps-review-avatar.avatar-2 { background-position: 40% 15%; }.ps-review-avatar.avatar-3 { background-position: 70% 15%; }.ps-review-avatar.avatar-4 { background-position: 95% 15%; }
.ps-testimonial-card footer b { position: relative; z-index: 2; font-size: 8px; }
.ps-testimonial-card footer b small { display: block; margin-top: 3px; color: #88869a; font-size: 6px; font-weight: 500; }
.ps-testimonial-card footer > img { position: absolute; right: -5px; bottom: -21px; height: 94px; width: 88px; object-fit: cover; object-position: top; }
.ps-stats-bar { position: relative; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; min-height: 116px; align-items: center; background: linear-gradient(100deg,#4820bd,#7433e6,#4d1dc2); padding: 18px 12%; color: #fff; }
.ps-stats-bar::before, .ps-stats-bar::after { position: absolute; width: 140px; height: 80px; border: 2px dashed rgba(255,255,255,.18); border-radius: 50%; content: ''; }
.ps-stats-bar::before { left: -35px; bottom: -25px; }.ps-stats-bar::after { right: -45px; top: 22px; }
.ps-stats-bar > span { display: flex; align-items: center; justify-content: center; gap: 19px; }
.ps-stats-bar i { font-size: 35px; }
.ps-stats-bar b { font-size: 24px; line-height: 1; }
.ps-stats-bar small { display: block; margin-top: 8px; font-size: 9px; font-weight: 550; }

.ps-cta-section { position: relative; display: grid; min-height: 235px; grid-template-columns: 31% 40% 29%; align-items: center; overflow: hidden; background: linear-gradient(100deg,#f4efff,#fff,#f9f6ff); padding: 18px 6%; }
.ps-cta-pets { align-self: stretch; overflow: hidden; }
.ps-cta-pets img { height: 310px; width: 100%; object-fit: contain; object-position: bottom; transform: translateY(17px); }
.ps-cta-copy { padding-left: 38px; }
.ps-cta-copy h2 { font-size: 34px; }
.ps-cta-copy p { margin: 10px 0 0; color: #64657c; font-size: 11px; }
.ps-cta-copy > div { display: flex; gap: 14px; margin-top: 18px; }
.ps-cta-copy .ps-purple-button, .ps-cta-copy .ps-outline-button { min-height: 44px; padding-inline: 21px; font-size: 10px; }
.ps-cta-points { display: grid; gap: 19px; justify-content: center; }
.ps-cta-points span { display: flex; align-items: center; gap: 11px; color: #31324d; font-size: 10px; font-weight: 700; }
.ps-cta-points i { display: flex; height: 30px; width: 30px; align-items: center; justify-content: center; border-radius: 50%; background: #eee7ff; color: #6323db; }

.ps-site-footer { position: relative; display: grid; grid-template-columns: 250px 1fr 220px 300px; gap: 42px; min-height: 280px; padding: 45px 5.6% 35px; background: #fff; }
.ps-footer-brand > p { max-width: 215px; margin: 16px 0 0; color: #74768c; font-size: 9px; line-height: 1.7; }
.ps-footer-brand > small { display: block; margin-top: 18px; color: #89899b; font-size: 8px; }
.ps-socials { display: flex; gap: 8px; margin-top: 15px; }
.ps-socials a { display: flex; height: 27px; width: 27px; align-items: center; justify-content: center; border-radius: 50%; background: #171840; color: #fff; font-size: 9px; text-decoration: none; }
.ps-footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.ps-footer-links > div, .ps-contact-list { display: flex; flex-direction: column; gap: 12px; }
.ps-footer-links b, .ps-contact-list b { margin-bottom: 4px; color: #232441; font-size: 11px; }
.ps-footer-links a, .ps-contact-list span { color: #686a81; font-size: 9px; text-decoration: none; }
.ps-footer-links a:hover { color: #6725dc; }
.ps-contact-list span i { width: 18px; color: #6f38d7; }
.ps-newsletter { align-self: start; border: 1px solid #ebe8f3; border-radius: 15px; padding: 22px; }
.ps-newsletter p { margin: 0; color: #65677d; font-size: 10px; line-height: 1.55; }
.ps-newsletter label { display: flex; height: 45px; overflow: hidden; margin-top: 17px; border: 1px solid #dfdbe9; border-radius: 11px; }
.ps-newsletter input { min-width: 0; flex: 1; border: 0; outline: none; padding: 0 13px; font-size: 9px; }
.ps-newsletter button { width: 44px; border: 0; background: linear-gradient(#7837e6,#5219c8); color: #fff; }
.ps-footer-paw { position: absolute; right: 4%; bottom: 15px; color: #c8a9fa; font-size: 31px; transform: rotate(-14deg); }

@media (max-width: 1200px) {
  .ps-site-header { grid-template-columns: 150px 1fr auto; padding-inline: 4%; }
  .ps-main-nav { gap: 10px; }.ps-main-nav a { padding-inline: 9px; }
  .ps-language-button { min-width: 112px; }.ps-header-book { padding-inline: 17px; }
  .ps-hero { min-height: 380px; padding: 0 4.3% 15px; }
  .ps-hero-copy { align-self: start; padding-top: 5px; }
  .ps-hero h1 { margin-top: 10px; font-size: 54px; }
  .ps-hero-copy > p { margin-top: 20px; font-size: 13px; }
  .ps-hero-actions { margin-top: 21px; }.ps-hero-actions .ps-purple-button, .ps-hero-actions .ps-outline-button { min-height: 45px; }
  .ps-trust-points { gap: 22px; margin-top: 25px; }
  .ps-hero-visual { min-height: 365px; }.ps-hero-visual > img { left: 7%; width: 62%; max-height: 380px; }
  .ps-centres-card { right: 0; bottom: 44px; width: 116px; min-height: 116px; padding: 13px 15px; }.ps-centres-card strong { font-size: 23px; }.ps-centres-card i { font-size: 20px; }
  .ps-services-section { grid-template-columns: 235px 1fr; gap: 22px; padding-inline: 3%; }
  .ps-services-section { padding-top: 34px; padding-bottom: 38px; }
  .ps-section-intro h2 { font-size: 24px; }
  .ps-service-grid { gap: 9px; }.ps-service-card { min-height: 205px; padding: 17px 9px 14px; }.ps-service-icon { height: 59px; width: 59px; font-size: 26px; }.ps-service-card h3 { margin-top: 13px; }.ps-service-card p { min-height: 38px; margin-top: 8px; }
  .ps-features-section { grid-template-columns: 265px 1fr; padding: 38px 3% 44px; }
  .ps-product-stage { min-height: 410px; padding-right: 100px; }.ps-dashboard-preview { min-height: 390px; }.ps-phone-preview { right: 0; top: 42px; height: 340px; }
  .ps-testimonials-section { grid-template-columns: 210px 1fr; padding-inline: 3%; }
  .ps-testimonials-section { padding-top: 32px; padding-bottom: 36px; }.ps-testimonial-card { min-height: 190px; }.ps-testimonial-card > p { min-height: 56px; }
  .ps-stats-bar { min-height: 102px; }
  .ps-cta-section { min-height: 205px; }.ps-cta-pets img { height: 265px; }
  .ps-site-footer { grid-template-columns: 210px 1fr 185px 250px; gap: 25px; padding-inline: 4%; }
}

@media (max-width: 900px) {
  .ps-landing { padding: 0; }.ps-landing-shell { border: 0; border-radius: 0; }
  .ps-site-header { grid-template-columns: 1fr auto; min-height: 84px; padding: 14px 24px; }
  .ps-wordmark { transform: scale(.83); transform-origin: left center; }
  .ps-main-nav, .ps-language-wrap, .ps-header-book { display: none; }.ps-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .ps-hero { grid-template-columns: 1fr; min-height: auto; padding: 45px 30px 0; text-align: center; }
  .ps-hero-copy { padding-bottom: 24px; }.ps-trusted-pill { margin-inline: auto; }.ps-hero h1 { font-size: clamp(50px,12vw,70px); }
  .ps-hero-copy > p { font-size: 14px; }.ps-hero-actions, .ps-trust-points { justify-content: center; }
  .ps-hero-visual { min-height: 500px; }.ps-purple-blob { inset: 2% 6% 0; }.ps-hero-visual > img { left: 14%; width: 70%; }
  .ps-centres-card { right: 7%; bottom: 60px; }
  .ps-services-section { grid-template-columns: 1fr; margin-top: 0; padding: 45px 25px; }.ps-section-intro { text-align: center; }
  .ps-service-grid { grid-template-columns: repeat(3,1fr); }.ps-service-card { min-height: 235px; }
  .ps-features-section { grid-template-columns: 1fr; padding: 45px 25px; }.ps-feature-copy { max-width: 600px; margin: auto; text-align: center; }.ps-feature-list { text-align: left; }
  .ps-product-stage { min-height: 480px; padding-right: 90px; }.ps-dashboard-preview { grid-template-columns: 130px 1fr; }.ps-dashboard-preview aside { padding-inline: 9px; }
  .ps-testimonials-section { grid-template-columns: 1fr; padding: 42px 25px; }.ps-testimonial-intro { text-align: center; }.ps-testimonial-grid { grid-template-columns: repeat(2,1fr); }
  .ps-stats-bar { grid-template-columns: repeat(2,1fr); gap: 24px; padding-block: 28px; }.ps-stats-bar > span { justify-content: flex-start; }
  .ps-cta-section { grid-template-columns: 36% 64%; padding: 20px 25px; }.ps-cta-points { display: none; }.ps-cta-copy { padding-left: 15px; }
  .ps-site-footer { grid-template-columns: 1fr 1fr; padding: 42px 30px; }.ps-footer-links { grid-row: 2; grid-column: 1/3; }.ps-newsletter { align-self: start; }
}

@media (max-width: 620px) {
  .ps-site-header { padding-inline: 18px; }
  .ps-hero { padding-inline: 18px; }.ps-trusted-pill strong { font-size: 9px; }.ps-avatar-stack { display: none; }
  .ps-hero h1 { font-size: 49px; }.ps-hero-copy > p br { display: none; }.ps-hero-actions { flex-direction: column; }.ps-hero-actions a { width: min(100%,290px); }
  .ps-trust-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.ps-trust-points > span { display: flex; flex-direction: column; align-items: center; text-align: center; }.ps-trust-points i { margin-bottom: 6px; }
  .ps-hero-visual { min-height: 390px; }.ps-purple-blob { inset-inline: 0; }.ps-hero-visual > img { left: 5%; width: 90%; }.ps-centres-card { right: 1%; bottom: 25px; width: 112px; min-height: 116px; padding: 13px; }.ps-centres-card strong { font-size: 23px; }
  .ps-service-grid { grid-template-columns: repeat(2,1fr); }.ps-service-card { min-height: 220px; }
  .ps-feature-list { grid-template-columns: 1fr; }.ps-product-stage { min-height: 360px; padding-right: 0; }.ps-dashboard-preview { grid-template-columns: 85px 1fr; min-height: 330px; }.ps-dashboard-preview aside > span { font-size: 0; }.ps-dashboard-preview aside > span i { font-size: 10px; }.ps-dashboard-preview > main { padding: 16px 10px; }.ps-preview-columns { grid-template-columns: 1fr; }.ps-preview-columns > section:last-child { display: none; }.ps-phone-preview { display: none; }
  .ps-testimonial-grid { grid-template-columns: 1fr; }.ps-testimonial-card { min-height: 200px; }
  .ps-stats-bar { grid-template-columns: 1fr; padding-inline: 22%; }.ps-stats-bar b { font-size: 21px; }
  .ps-cta-section { grid-template-columns: 1fr; padding: 35px 22px 0; text-align: center; }.ps-cta-pets { order: 2; height: 230px; }.ps-cta-copy { padding: 0; }.ps-cta-copy > div { flex-direction: column; align-items: center; }.ps-cta-copy a { width: min(100%,280px); }
  .ps-site-footer { grid-template-columns: 1fr; }.ps-footer-links { grid-column: auto; grid-row: auto; grid-template-columns: repeat(2,1fr); }.ps-contact-list { margin-top: 5px; }.ps-newsletter { width: 100%; }
}
