.inner-page {
  min-height: 70vh;
  background: #fffaf7;
}

.page-hero {
  padding: 82px 0 76px;
  background:
    radial-gradient(circle at 12% 30%, rgba(239, 188, 161, 0.32) 0 120px, transparent 122px),
    radial-gradient(circle at 88% 52%, rgba(239, 188, 161, 0.28) 0 165px, transparent 167px),
    linear-gradient(120deg, #fffaf8, #fff0e9);
}

.page-hero .page-kicker,
.booking-kicker {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 760px;
  margin: 12px auto 16px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
}

.page-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #715f57;
  font-size: 16px;
  line-height: 1.7;
}

.content-section {
  padding: 70px 0;
}

.content-section.soft {
  background: #fff2ec;
}

.content-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.content-heading h2 {
  margin: 0 0 12px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
}

.content-heading p {
  color: #7a6962;
  font-size: 15px;
  line-height: 1.65;
}

.info-grid,
.package-grid,
.contact-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.info-card,
.package-card,
.contact-card,
.step-card,
.support-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(100, 66, 52, 0.07);
}

.info-card i,
.contact-card i,
.step-number {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, #df8a69, #c86747);
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 21px;
}

.info-card h3,
.contact-card h3,
.step-card h3,
.package-card h3 {
  margin: 0 0 10px;
  color: #393230;
  font-size: 19px;
  font-weight: 800;
}

.info-card p,
.contact-card p,
.step-card p {
  margin: 0;
  color: #7a6b65;
  line-height: 1.65;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.package-card.featured {
  border-color: #dc8060;
  transform: translateY(-8px);
}

.package-label {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 12px;
  color: var(--salmon-dark);
  background: #fff0e9;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-price {
  margin: 0;
  color: var(--salmon-dark);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.package-card ul {
  min-height: 0;
  margin: 16px 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.package-card li {
  min-height: 34px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #35566c;
  background: #f4fbff;
  border: 1px solid #d5e5ed;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.package-card li i {
  color: var(--blue);
  font-size: 13px;
}

.package-card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.package-add-button {
  min-width: 92px;
  min-height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1;
}

.page-book-button,
.mega-book-link {
  padding: 11px 18px;
  color: #fff;
  background: var(--salmon);
  border: 0;
  border-radius: 10px;
  font-weight: 800;
}

.contact-card a {
  color: var(--salmon-dark);
  font-weight: 700;
}

.support-panel {
  max-width: 780px;
  margin: 0 auto;
}

.support-panel .accordion-button:not(.collapsed) {
  color: var(--salmon-dark);
  background: #fff2ec;
}

.page-site-footer button {
  padding: 0;
  color: #fff;
  background: none;
  border: 0;
  display: block;
  font-size: var(--fs-footer-link);
  font-weight: 900;
  line-height: 1.55;
  text-align: left;
}

.sub-service-links button {
  padding: 6px 9px;
  color: #76645d;
  background: #fff;
  border: 1px solid #efddd5;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 600;
}

.services-trigger.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.blog-card h3 a {
  color: inherit;
}

.blog-card h3 a:hover {
  color: var(--salmon-dark);
}

/* Customer account */
.account-auth-section,
.account-page-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(8, 166, 199, 0.08) 0 150px, transparent 152px),
    linear-gradient(180deg, #fffaf7 0%, #f2fbff 100%);
}

.account-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: 34px;
  align-items: center;
}

.account-auth-copy h1 {
  max-width: 660px;
  margin: 12px 0 16px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
}

.account-auth-copy p {
  max-width: 620px;
  margin: 0;
  color: #715f57;
  font-size: 16px;
  line-height: 1.7;
}

.account-auth-points {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.account-auth-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #e4f0f5;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(11, 45, 71, 0.06);
}

.account-auth-points i {
  color: var(--salmon-dark);
}

.account-auth-card,
.account-panel,
.account-booking-card,
.account-empty-state,
.account-topbar,
.account-stat-card,
.account-success {
  background: #fff;
  border: 1px solid #e4f0f5;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(11, 45, 71, 0.08);
}

.account-auth-card {
  padding: 34px;
}

.account-auth-card h2,
.account-panel h2 {
  margin: 0;
  color: #332e2c;
  font-size: 26px;
  font-weight: 900;
}

.account-auth-card > p,
.account-panel-heading p,
.account-empty-state p {
  margin: 8px 0 0;
  color: #6c7f8b;
  font-size: 14px;
  line-height: 1.6;
}

.account-auth-switch,
.account-admin-link {
  margin: 18px 0 0;
  color: #6c7f8b;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.account-form {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.account-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.account-form .form-field,
.account-rating-form .form-field,
.account-rating-modal-form .form-field {
  display: grid;
  gap: 8px;
}

.account-form label,
.account-rating-form label,
.account-rating-modal-form label {
  color: #344b5c;
  font-size: 13px;
  font-weight: 800;
}

.account-form input,
.account-form select,
.account-form textarea,
.account-rating-form select,
.account-rating-form textarea,
.account-rating-modal-form select,
.account-rating-modal-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: #263f50;
  background: #fffaf7;
  border: 1px solid #c8dce7;
  border-radius: 12px;
  font: inherit;
  outline: 0;
}

.account-form textarea,
.account-rating-form textarea,
.account-rating-modal-form textarea {
  min-height: 80px;
  resize: vertical;
}

.account-form input:focus,
.account-form select:focus,
.account-form textarea:focus,
.account-rating-form select:focus,
.account-rating-form textarea:focus,
.account-rating-modal-form select:focus,
.account-rating-modal-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(8, 166, 199, 0.12);
}

.account-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5d7484;
  font-size: 13px;
  font-weight: 700;
}

.account-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--salmon-dark);
}

.account-login-options {
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.account-primary-btn,
.account-secondary-btn {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

.account-primary-btn {
  min-height: 48px;
  padding: 14px 24px;
  color: #fff;
  background: var(--salmon-dark);
  border: 0;
  box-shadow: 0 8px 20px rgba(6, 52, 95, 0.16);
}

.account-primary-btn:hover,
.account-secondary-btn:hover {
  color: #fff;
  background: var(--cyan);
}

.account-secondary-btn {
  min-height: 44px;
  padding: 12px 18px;
  color: var(--salmon-dark);
  background: #f2fbff;
  border: 1px solid #c8dce7;
}

.account-auth-card .account-primary-btn,
.account-form .account-primary-btn {
  width: 100%;
}

.account-auth-switch a,
.account-admin-link a,
.account-form-link a,
.account-link-button {
  color: var(--salmon-dark);
  font-weight: 900;
}

.account-form-link {
  margin: 0;
  text-align: right;
  font-size: 13px;
}

.account-alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.account-alert.success {
  color: #176b40;
  background: #e6f7ee;
  border: 1px solid #bde5cf;
}

.account-inline-form {
  margin-top: 16px;
  text-align: center;
}

.account-auth-card .account-inline-form,
.account-auth-card .account-auth-switch,
.account-auth-card .account-admin-link {
  justify-self: center;
  text-align: center;
}

.account-link-button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.account-admin-link {
  text-align: center;
}

.account-error {
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
}

.account-hero {
  padding-bottom: 62px;
}

.account-page-section {
  padding-top: 0;
}

.account-topbar {
  margin-top: -30px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.account-topbar span {
  display: block;
  color: #6c7f8b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.account-topbar strong {
  display: block;
  margin-top: 2px;
  color: #263f50;
  font-size: 18px;
}

.account-success {
  margin: -32px 0 22px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #075985;
  background: #eafaff;
  font-weight: 800;
}

.account-success + .account-stat-grid {
  margin-top: 0;
}

.account-stat-grid {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.account-stat-card {
  padding: 20px;
  display: grid;
  gap: 8px;
}

.account-stat-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--salmon-dark);
  border-radius: 14px;
  font-size: 18px;
}

.account-stat-card span {
  color: #6c7f8b;
  font-size: 13px;
  font-weight: 800;
}

.account-stat-card strong {
  color: #263f50;
  font-size: 34px;
  line-height: 1;
}

.account-stat-card small {
  color: #6c7f8b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.account-layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.account-sidebar-layout {
  grid-template-columns: minmax(245px, 0.28fr) minmax(0, 1fr);
}

.provider-account-layout {
  grid-template-columns: minmax(210px, 0.2fr) minmax(0, 1fr);
}

.account-sidebar {
  padding: 20px;
  position: sticky;
  top: calc(var(--site-header-offset, 147px) + 20px);
  background: #fff;
  border: 1px solid #e4f0f5;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(11, 45, 71, 0.08);
}

.account-sidebar-user {
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e4f0f5;
}

.account-sidebar-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  color: #fff;
  background: linear-gradient(135deg, var(--salmon-dark), var(--cyan));
  border-radius: 50%;
  font-weight: 900;
}

.account-sidebar-avatar.image {
  object-fit: cover;
  object-position: center;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(6, 38, 63, 0.16);
}

.account-sidebar-user strong,
.account-sidebar-user small {
  display: block;
}

.account-sidebar-user strong {
  color: #263f50;
  font-size: 15px;
  line-height: 1.25;
}

.account-sidebar-user small {
  margin-top: 3px;
  color: #6c7f8b;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.account-sidebar-nav {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.account-sidebar-nav a {
  min-height: 46px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #496477;
  background: #fffaf7;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
}

.account-sidebar-nav a:hover,
.account-sidebar-nav a:focus-visible,
.account-sidebar-nav a.active {
  color: var(--salmon-dark);
  background: #f2fbff;
  border-color: #c8dce7;
}

.account-sidebar-action {
  min-height: 46px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #496477;
  background: #fffaf7;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.account-sidebar-action:hover,
.account-sidebar-action:focus-visible {
  color: var(--salmon-dark);
  background: #f2fbff;
  border-color: #c8dce7;
}

.account-sidebar-nav i,
.account-sidebar-action i {
  color: var(--salmon-dark);
  font-size: 17px;
}

.account-content-stack {
  display: grid;
  gap: 24px;
}

.account-panel {
  scroll-margin-top: calc(var(--site-header-offset, 147px) + 24px);
}

.account-panel {
  padding: 26px;
}

.account-profile-form {
  max-width: 640px;
}

.account-address-form {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 22px;
  align-items: start;
}

.account-address-fields {
  display: grid;
  gap: 16px;
}

.provider-auth-shell {
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.55fr);
  align-items: start;
}

.provider-signup-card {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.provider-account-form {
  max-width: none;
}

.provider-account-form .account-form-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.provider-profile-notice {
  margin: 18px 0 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #075985;
  background: #eafaff;
  border: 1px solid #cbeef8;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
}

.provider-account-form .provider-section {
  margin-top: 0;
}

.provider-photo-form {
  margin: 18px 0 22px;
}

.provider-photo-field {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #f7fbfd;
  border: 1px solid #dceaf0;
  border-radius: 14px;
  text-align: center;
}

.provider-photo-control {
  position: relative;
  width: 112px;
  height: 112px;
}

.provider-photo-preview {
  width: 112px;
  height: 112px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 12px 24px rgba(11, 45, 71, 0.14);
}

.provider-photo-preview.empty {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--salmon-dark), var(--cyan));
  font-size: 34px;
  font-weight: 900;
}

.provider-photo-edit {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #05436e;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(11, 45, 71, 0.2);
  cursor: pointer;
  transform: translateX(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.provider-photo-edit:hover,
.provider-photo-edit:focus-visible {
  background: var(--salmon-dark);
  transform: translateX(-50%) translateY(-2px);
}

.provider-photo-copy {
  display: grid;
  gap: 4px;
}

.provider-photo-copy strong {
  color: #2f2b2a;
  font-size: 15px;
  font-weight: 900;
}

.provider-photo-copy strong span,
.provider-photo-copy small {
  color: #8c7770;
  font-weight: 600;
}

.provider-photo-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.account-sidebar-avatar,
.provider-photo-preview.empty {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.provider-account-form .provider-section + .provider-section {
  margin-top: 22px;
  padding-top: 20px;
}

.provider-account-form .provider-services {
  margin-top: 14px;
  padding: 14px;
  max-height: 560px;
  overflow-y: auto;
  background: #f7fbfd;
  border: 1px solid #dceaf0;
  border-radius: 12px;
  scrollbar-gutter: stable;
}

.provider-account-form .provider-services legend {
  margin-bottom: 12px;
  color: #27465a;
  font-size: 13px;
}

.provider-account-form .provider-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.provider-account-form .provider-service-type {
  margin: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #e1edf3;
  border-radius: 10px;
}

.provider-account-form .provider-service-type > strong {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 12px;
}

.provider-account-form .provider-service-group {
  margin-top: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.provider-account-form .provider-service-group > span {
  color: #587284;
  font-size: 11px;
}

.provider-account-form .provider-service-group label {
  min-height: 36px;
  padding: 7px 8px;
  align-items: center;
  background: #fbfdff;
  border-color: #e4eef4;
  border-radius: 7px;
  color: #334b5c;
  font-size: 11px;
  line-height: 1.25;
}

.provider-account-form .provider-service-group input {
  width: 13px;
  height: 13px;
  min-height: 0;
  margin: 0;
  flex: 0 0 auto;
}

.provider-account-form .provider-sensitive-note {
  margin-top: 0;
}

.provider-signup-form .provider-section {
  margin-top: 0;
}

.provider-signup-card .account-auth-switch {
  text-align: center;
}

.provider-signup-consent {
  margin-top: 16px;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.45;
}

.account-form .provider-signup-consent {
  font-weight: 400;
}

.provider-signup-consent input {
  width: 16px;
  height: 16px;
  min-height: 0;
  padding: 0;
  flex: 0 0 16px;
  margin-top: 3px;
}

.provider-signup-consent a {
  font-weight: 500;
}

@media (min-width: 768px) {
  .provider-signup-section {
    padding: 42px 0;
  }

  .provider-signup-section .account-auth-shell {
    grid-template-columns: minmax(260px, 0.7fr) minmax(520px, 0.8fr);
    gap: 24px;
  }

  .provider-signup-section .account-auth-card {
    width: min(100%, 640px);
    padding: 26px 28px;
    justify-self: center;
  }

  .provider-signup-section .account-auth-card h2 {
    font-size: 24px;
  }

  .provider-signup-section .account-auth-card > p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
  }

  .provider-signup-section .account-form {
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .provider-signup-section .account-form .form-field:first-of-type,
  .provider-signup-section .provider-signup-consent,
  .provider-signup-section .account-error,
  .provider-signup-section .account-primary-btn {
    grid-column: 1 / -1;
  }

  .provider-signup-section .account-form .form-field {
    gap: 6px;
  }

  .provider-signup-section .account-form label {
    font-size: 12px;
  }

  .provider-signup-section .account-form input {
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 10px;
  }

  .provider-signup-section .account-form .provider-signup-consent input {
    width: 16px;
    height: 16px;
    min-height: 0;
    padding: 0;
    flex-basis: 16px;
    margin-top: 2px;
  }

  .provider-signup-section .provider-signup-consent {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
  }

  .provider-signup-section .account-primary-btn {
    min-height: 42px;
    padding: 12px 18px;
  }

  .provider-signup-section .account-auth-switch {
    margin-top: 12px;
    font-size: 13px;
  }
}

.provider-verification-box {
  display: grid;
  gap: 5px;
}

@media (min-width: 768px) {
  .customer-signup-section {
    padding: 42px 0;
  }

  .customer-signup-section .account-auth-shell {
    grid-template-columns: minmax(260px, 0.7fr) minmax(520px, 0.8fr);
    gap: 24px;
  }

  .customer-signup-section .account-auth-card {
    width: min(100%, 640px);
    padding: 26px 28px;
    justify-self: center;
  }

  .customer-signup-section .account-auth-card h2 {
    font-size: 24px;
  }

  .customer-signup-section .account-auth-card > p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
  }

  .customer-signup-section .account-form {
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .customer-signup-section .account-form .form-field:first-of-type,
  .customer-signup-section .account-error,
  .customer-signup-section .account-primary-btn {
    grid-column: 1 / -1;
  }

  .customer-signup-section .account-form .form-field {
    gap: 6px;
  }

  .customer-signup-section .account-form label {
    font-size: 12px;
  }

  .customer-signup-section .account-form input {
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 10px;
  }

  .customer-signup-section .account-primary-btn {
    min-height: 42px;
    padding: 12px 18px;
  }

  .customer-signup-section .account-auth-switch {
    margin-top: 12px;
    font-size: 13px;
  }
}

.provider-verification-box p {
  margin: 0;
}

.account-panel-heading,
.account-bookings-header,
.account-booking-head,
.account-provider-line {
  display: flex;
  align-items: center;
  gap: 14px;
}

.account-bookings-header,
.account-booking-head {
  justify-content: space-between;
}

.account-panel-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  color: #fff;
  background: linear-gradient(135deg, var(--salmon-dark), var(--cyan));
  border-radius: 14px;
  font-size: 20px;
}

.account-booking-list {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}

.account-booking-card {
  padding: 22px;
  box-shadow: none;
}

.account-reference {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.account-booking-card h3 {
  margin: 4px 0 0;
  color: #263f50;
  font-size: 19px;
  font-weight: 900;
}

.account-status {
  padding: 7px 11px;
  border-radius: 999px;
  background: #f2fbff;
  color: var(--salmon-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-completed {
  background: #e8f8ef;
  color: #15803d;
}

.status-in_progress {
  background: #e1f1fb;
  color: #075985;
}

.status-cancelled {
  background: #fff1f2;
  color: #be123c;
}

.account-booking-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #5f7280;
  font-size: 13px;
  font-weight: 700;
}

.account-booking-meta span,
.account-provider-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.account-booking-meta i,
.account-provider-line i {
  color: var(--salmon-dark);
}

.account-provider-line {
  margin-top: 14px;
  color: #6c7f8b;
  font-size: 14px;
}

.account-provider-line strong {
  color: #263f50;
}

.booking-tracking-wrap {
  margin-top: 16px;
}

.booking-track-toggle {
  min-height: 38px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--salmon-dark);
  background: #f2fbff;
  border: 1px solid #c8dce7;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.booking-track-toggle:hover,
.booking-track-toggle:focus-visible,
.booking-track-toggle[aria-expanded="true"] {
  color: #fff;
  background: var(--salmon-dark);
  border-color: var(--salmon-dark);
}

.booking-track-toggle i {
  font-size: 15px;
}

.booking-tracking {
  margin-top: 12px;
  padding: 14px;
  background: #f8fbfd;
  border: 1px solid #e1edf3;
  border-radius: 12px;
}

.booking-tracking[hidden] {
  display: none;
}

.booking-tracking-head {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--salmon-dark);
  font-size: 13px;
  font-weight: 900;
}

.booking-tracking-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.tracking-step {
  position: relative;
  min-height: 0;
  padding: 30px 10px 0 0;
}

.tracking-step:last-child {
  padding-right: 0;
}

.tracking-step::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -8px;
  left: 16px;
  height: 2px;
  background: #d8e8f0;
}

.tracking-step:last-child::before {
  display: none;
}

.tracking-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: var(--cyan);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #cbeef8;
}

.tracking-step.status-cancelled .tracking-dot,
.tracking-step.status-rejected .tracking-dot {
  background: #be123c;
  box-shadow: 0 0 0 2px #fecdd3;
}

.tracking-step.status-completed .tracking-dot,
.tracking-step.status-confirmed .tracking-dot,
.tracking-step.status-in_progress .tracking-dot,
.tracking-step.status-paid .tracking-dot {
  background: #15803d;
  box-shadow: 0 0 0 2px #bbf7d0;
}

.tracking-step strong {
  display: block;
  color: #263f50;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
}

.tracking-step p {
  margin: 4px 0 0;
  color: #607889;
  font-size: 10px;
  line-height: 1.35;
}

.tracking-step time {
  display: block;
  margin-top: 5px;
  color: #8195a3;
  font-size: 10px;
  font-weight: 800;
}

.provider-booking-actions {
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #e4f0f5;
}

.booking-action-row {
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #e4f0f5;
}

.booking-action-row .provider-booking-actions,
.booking-action-row .booking-tracking-wrap {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.provider-request-note {
  margin-top: 16px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #075985;
  background: #eafaff;
  border: 1px solid #cbeef8;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.provider-request-note i {
  flex: 0 0 auto;
}

.provider-booking-actions form {
  margin: 0;
}

.booking-code-panel,
.provider-code-form,
.provider-payment-form {
  margin-top: 8px;
  padding: 8px 10px;
  background: #f8fbfd;
  border: 1px solid #e1edf3;
  border-radius: 8px;
}

.booking-code-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-service-live-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(120px, 0.9fr) minmax(620px, 1.1fr);
  gap: 14px;
  align-items: stretch;
}

.booking-service-main {
  min-width: 0;
}

.booking-service-live-grid .booking-code-panel,
.booking-service-live-grid .booking-reschedule-form {
  margin-top: 0;
}

.booking-service-live-grid .booking-code-panel + .booking-reschedule-form {
  margin-top: 16px;
}

.booking-service-live-grid .booking-reschedule-fields {
  grid-template-columns: 1fr;
}

.booking-service-live-grid .booking-reschedule-btn {
  width: fit-content;
}

.booking-provider-map-card {
  min-width: 0;
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  background: #fbfdff;
  border: 1px solid #dbeaf2;
  border-radius: 14px;
}

.booking-provider-map-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.booking-provider-map-head strong,
.booking-provider-map-head small {
  display: block;
}

.booking-provider-map-head strong {
  color: #263f50;
  font-size: 14px;
  font-weight: 900;
}

.booking-provider-map-head small,
.booking-provider-map-head span {
  color: #6c7f8b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.booking-provider-map-head span {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #15803d;
  background: #e8f8ef;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.booking-provider-map,
.booking-provider-map-empty {
  position: relative;
  width: 100%;
  min-height: 300px;
  border: 1px solid #c8dce7;
  border-radius: 12px;
  overflow: hidden;
}

.booking-provider-map-notice {
  position: absolute;
  right: 10px;
  bottom: 28px;
  z-index: 2;
  max-width: min(260px, calc(100% - 20px));
  padding: 7px 9px;
  color: #92400e;
  background: rgba(255, 251, 235, 0.95);
  border: 1px solid #fde68a;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.booking-provider-map .gm-style-iw-c,
.address-map-canvas .gm-style-iw-c {
  max-width: min(260px, 72vw) !important;
  padding: 7px 28px 7px 10px !important;
  color: #fff;
  background: #18344a !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 22px rgba(13, 36, 54, .22) !important;
}

.booking-provider-map .gm-style-iw-ch,
.address-map-canvas .gm-style-iw-ch {
  display: none !important;
}

.booking-provider-map .gm-style-iw-chr,
.address-map-canvas .gm-style-iw-chr {
  position: absolute !important;
  top: 1px !important;
  right: 1px !important;
  z-index: 3 !important;
  height: 22px !important;
  min-height: 0 !important;
}

.booking-provider-map .gm-style-iw-d,
.address-map-canvas .gm-style-iw-d {
  padding-top: 0 !important;
  overflow: hidden !important;
}

.booking-provider-map .gm-style-iw-tc::after,
.address-map-canvas .gm-style-iw-tc::after {
  background: #18344a !important;
}

.booking-provider-map .gm-ui-hover-effect,
.address-map-canvas .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  width: 22px !important;
  height: 22px !important;
  opacity: .85;
}

.booking-provider-map .gm-ui-hover-effect span,
.address-map-canvas .gm-ui-hover-effect span {
  width: 14px !important;
  height: 14px !important;
  margin: 4px !important;
  background-color: rgba(255, 255, 255, .9) !important;
}

.map-info-window {
  display: grid;
  gap: 1px;
  max-width: 230px;
  margin: 0;
  color: #fff;
  line-height: 1.22;
}

.map-info-window strong,
.map-info-window span,
.map-info-window small {
  display: block;
}

.map-info-window strong {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.map-info-window span,
.map-info-window small {
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
}

.booking-provider-map-empty {
  padding: 18px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #6c7f8b;
  background: #f4f9fc;
  border-style: dashed;
  text-align: center;
}

.booking-provider-map-empty i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--salmon-dark);
  background: #eef9ff;
  border: 1px solid #c8dce7;
  border-radius: 50%;
  font-size: 18px;
}

.booking-provider-map-empty strong {
  color: #263f50;
  font-size: 14px;
  font-weight: 900;
}

.booking-provider-map-empty span {
  max-width: 280px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.address-map-picker {
  display: grid;
  gap: 10px;
}

.address-map-search {
  display: grid;
  gap: 7px;
}

.address-map-search label {
  color: #2e3f4e;
  font-size: 12px;
  font-weight: 850;
}

.address-map-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.address-map-search > .address-map-search-input {
  grid-template-columns: minmax(0, 1fr);
}

.address-map-search input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: #263f50;
  background: #fff;
  border: 1px solid #e0cfc8;
  border-radius: 12px;
  font: inherit;
  outline: 0;
}

.address-map-search input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(8, 166, 199, 0.12);
}

.address-map-search .account-secondary-btn {
  width: auto;
  min-height: 48px;
  padding: 12px 18px;
  white-space: nowrap;
}

.address-map-canvas {
  position: relative;
  width: 100%;
  min-height: 320px;
  border: 1px solid #c8dce7;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f9fc;
}

.address-map-help {
  color: #6c7f8b;
  font-size: 12px;
  font-weight: 700;
}

.booking-code-panel div {
  padding: 12px;
  background: #fff;
  border: 1px dashed #c8dce7;
  border-radius: 10px;
}

.booking-code-panel span,
.provider-payment-form label {
  display: block;
  color: #6c7f8b;
  font-size: 12px;
  font-weight: 800;
}

.booking-code-panel strong {
  display: block;
  margin-top: 4px;
  color: var(--salmon-dark);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
}

.provider-code-form {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 8px;
}

.provider-code-form .form-field {
  flex: 1 1 240px;
  display: grid;
  gap: 5px;
}

.provider-code-form .form-field label {
  color: #2e3f4e;
  font-size: 12px;
  font-weight: 850;
}

.provider-code-form input,
.provider-code-form select,
.provider-payment-form select {
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  color: #263f50;
  background: #fff;
  border: 1px solid #c8dce7;
  border-radius: 8px;
  font: inherit;
  outline: 0;
}

.provider-code-form .account-primary-btn,
.provider-code-form .account-secondary-btn,
.provider-payment-form .account-secondary-btn {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 18px;
  font-size: 14px;
}

.provider-code-form:has(.account-secondary-btn:only-child) {
  display: inline-flex;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.provider-code-form:has(.account-secondary-btn:only-child) .account-secondary-btn {
  border-color: #bfdceb;
  background: #f5fbfe;
}

.provider-code-form + .provider-code-form {
  margin-top: 8px;
}

.provider-service-timer {
  flex: 1 1 260px;
  min-height: 58px;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2px 9px;
  color: #52657a;
  background: #fff9e8;
  border: 1px solid #efd994;
  border-radius: 9px;
}

.provider-service-timer > i {
  grid-row: 1 / 3;
  color: #a86d08;
  font-size: 20px;
}

.provider-service-timer span,
.provider-service-timer small {
  font-size: 11px;
}

.provider-service-timer strong {
  color: #714b08;
  font-size: 13px;
}

.provider-service-timer small {
  grid-column: 3;
  grid-row: 1 / 3;
  color: #806827;
}

.provider-service-timer.is-ready {
  color: #176b40;
  background: #eaf8f0;
  border-color: #bde5cf;
}

.provider-service-timer.is-ready > i,
.provider-service-timer.is-ready strong {
  color: #176b40;
}

.provider-code-form button:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.provider-payment-form {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
}

.provider-payment-form label {
  flex: 1 0 100%;
}

.provider-payment-form select {
  max-width: 220px;
}

.booking-reschedule-form {
  margin-top: 16px;
  padding: 16px;
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, #fbfdff, #f5fbfe);
  border: 1px solid #dbeaf2;
  border-radius: 14px;
}

.booking-reschedule-head {
  display: flex;
  align-items: center;
  gap: 11px;
}

.booking-reschedule-head > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  color: var(--salmon-dark);
  background: #eef9ff;
  border: 1px solid #c8dce7;
  border-radius: 12px;
  font-size: 17px;
}

.booking-reschedule-head strong,
.booking-reschedule-head small {
  display: block;
}

.booking-reschedule-head strong {
  color: #263f50;
  font-size: 14px;
  font-weight: 900;
}

.booking-reschedule-head small {
  margin-top: 2px;
  color: #6c7f8b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.booking-reschedule-fields {
  display: grid;
  grid-template-columns: minmax(170px, 0.8fr) minmax(170px, 0.8fr) auto;
  gap: 12px;
  align-items: end;
}

.reschedule-field {
  display: grid;
  gap: 7px;
}

.reschedule-field span {
  color: #526a7c;
  font-size: 12px;
  font-weight: 900;
}

.reschedule-field input,
.reschedule-field select {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  color: #263f50;
  background: #fff;
  border: 1px solid #c8dce7;
  border-radius: 11px;
  font: inherit;
  font-size: 14px;
  outline: 0;
}

.reschedule-field input:focus,
.reschedule-field select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(8, 166, 199, 0.12);
}

.booking-reschedule-btn {
  min-height: 46px;
  white-space: nowrap;
}

.provider-booking-actions .account-primary-btn,
.provider-booking-actions .account-secondary-btn {
  width: auto;
  min-height: 40px;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 13px;
}

.provider-job-card.is-accepted {
  padding: 18px;
  border-color: #d7ebf5;
}

.provider-job-split {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(360px, 1fr);
  gap: 14px;
  align-items: stretch;
}

.provider-job-info {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.provider-job-card.is-accepted .account-booking-head {
  align-items: start;
}

.provider-job-card.is-accepted .account-reference {
  font-size: 11px;
  letter-spacing: .8px;
}

.provider-job-card.is-accepted h3 {
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.2;
}

.provider-job-meta {
  margin-top: 4px;
}

.provider-customer-strip {
  display: grid;
  grid-template-columns: max-content max-content minmax(0, 1fr);
  gap: 8px 16px;
  align-items: center;
  color: #526b7d;
  font-size: 13px;
  font-weight: 800;
}

.provider-customer-strip span,
.provider-customer-strip a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
}

.provider-customer-strip .wide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.provider-customer-strip i {
  color: var(--salmon-dark);
}

.provider-customer-map-card {
  margin-top: 0;
  padding: 10px;
  gap: 8px;
  border-radius: 12px;
}

.provider-customer-map-card .booking-provider-map-head {
  align-items: center;
}

.provider-customer-map-card .booking-provider-map-head strong {
  font-size: 13px;
}

.provider-customer-map-card .booking-provider-map-head small {
  max-width: 720px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.provider-customer-map-card .booking-provider-map {
  min-height: 270px;
  border-radius: 10px;
}

.provider-card-action {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.account-secondary-btn.danger {
  color: #be123c;
  background: #fff1f2;
  border-color: #fecdd3;
}

.account-secondary-btn.danger:hover {
  color: #fff;
  background: #be123c;
  border-color: #be123c;
}

.account-rating-saved,
.account-rating-form {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e4f0f5;
}

.account-rating-saved strong {
  color: var(--salmon-dark);
}

.account-rating-saved p {
  margin: 6px 0 0;
  color: #607889;
}

.account-rating-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
  align-items: end;
}

.address-inline-grid {
  display: grid;
  grid-template-columns: minmax(140px, .9fr) minmax(140px, .9fr) minmax(110px, .7fr);
  gap: 14px;
  align-items: end;
}

.account-rating-form .account-primary-btn {
  margin-top: 12px;
}

.account-review-modal .modal-content {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(6, 52, 95, 0.2);
}

.account-review-modal .modal-header,
.account-review-modal .modal-footer {
  border: 0;
}

.account-review-modal .modal-header {
  padding: 24px 24px 8px;
}

.account-review-modal .modal-header p {
  margin: 6px 0 0;
  color: #607889;
}

.account-rating-modal-form .modal-body {
  display: grid;
  gap: 16px;
  padding: 18px 24px;
}

.account-review-modal .modal-footer {
  gap: 10px;
  padding: 8px 24px 24px;
}

.account-empty-state {
  padding: 36px;
  text-align: center;
  box-shadow: none;
}

.account-empty-state i {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--salmon-dark);
  border-radius: 18px;
  font-size: 24px;
}

.account-empty-state h3 {
  margin: 0;
  color: #263f50;
  font-weight: 900;
}

.account-empty-state .account-primary-btn {
  margin-top: 18px;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .account-page-section {
    padding-top: 0;
  }

  .account-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .account-content-stack {
    order: 1;
  }

  .account-sidebar {
    order: 2;
    position: static;
  }

  .account-sidebar-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .account-sidebar-nav a {
    justify-content: center;
    text-align: center;
  }

  .booking-service-live-grid {
    grid-template-columns: 1fr;
  }

  .booking-provider-map,
  .booking-provider-map-empty {
    min-height: 300px;
  }

  .booking-code-panel {
    max-width: 420px;
  }
}

@media (max-width: 991.98px) {
  .account-auth-shell,
  .account-layout {
    grid-template-columns: 1fr;
  }

  .provider-auth-shell {
    grid-template-columns: 1fr;
  }

  .provider-signup-card {
    justify-self: center;
  }

  .account-sidebar {
    position: static;
  }

  .account-address-form {
    grid-template-columns: 1fr;
  }

  .account-sidebar-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .account-sidebar-nav a {
    justify-content: center;
    text-align: center;
  }

  .account-auth-card {
    max-width: 640px;
  }

  .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-service-live-grid {
    grid-template-columns: 1fr;
  }

  .booking-provider-map,
  .booking-provider-map-empty {
    min-height: 280px;
  }

  .booking-tracking-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-reschedule-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-reschedule-btn {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (max-width: 575.98px) {
  .account-hero {
    padding: 26px 0 34px;
    background:
      radial-gradient(circle at 6% 12%, rgba(255, 201, 40, 0.22) 0 84px, transparent 86px),
      radial-gradient(circle at 96% 42%, rgba(8, 166, 199, 0.14) 0 112px, transparent 114px),
      linear-gradient(120deg, #f4fbff, #fffbed);
  }

  .account-hero .page-kicker {
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  .account-hero h1 {
    margin: 8px auto 8px;
    font-size: 34px;
  }

  .account-hero p {
    max-width: 310px;
    font-size: 14px;
    line-height: 1.5;
  }

  .account-auth-section {
    padding: 48px 0;
  }

  .account-page-section {
    padding: 18px 0 40px;
  }

  .account-auth-card,
  .account-panel,
  .account-booking-card,
  .account-empty-state {
    padding: 20px;
    border-radius: 14px;
  }

  .account-stat-grid {
    margin-top: -16px;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-stat-card {
    min-height: 58px;
    padding: 10px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 4px 8px;
    align-items: center;
  }

  .account-stat-card i {
    width: 32px;
    height: 32px;
    grid-row: 1;
    border-radius: 11px;
    font-size: 15px;
  }

  .account-stat-card span {
    align-self: center;
    font-size: 11px;
    line-height: 1.2;
  }

  .account-stat-card strong {
    align-self: center;
    font-size: 22px;
    text-align: right;
  }

  .account-stat-card small {
    grid-column: 2 / -1;
    margin-top: 2px;
    font-size: 9px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .account-layout {
    margin-top: 14px;
    gap: 14px;
  }

  .account-sidebar {
    padding: 12px;
    border-radius: 14px;
    order: 2;
  }

  .account-content-stack {
    order: 1;
  }

  .account-sidebar-user {
    padding-bottom: 12px;
  }

  .account-sidebar-avatar {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .account-sidebar-nav {
    margin-top: 12px;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-sidebar-nav a {
    min-height: 40px;
    padding: 9px 10px;
    justify-content: flex-start;
    border-radius: 11px;
    text-align: left;
    font-size: 12px;
  }

  .account-sidebar-nav i {
    font-size: 15px;
  }

  .account-content-stack,
  .account-booking-list {
    gap: 12px;
  }

  .account-panel-heading {
    gap: 10px;
  }

  .account-panel-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
    font-size: 17px;
  }

  .account-panel-heading p {
    font-size: 13px;
    line-height: 1.4;
  }

  .account-bookings-header .account-primary-btn {
    width: auto;
    min-height: 38px;
    padding: 10px 13px;
  }

  .account-booking-card {
    padding: 13px 14px;
    border-radius: 12px;
  }

  .account-booking-head {
    gap: 9px;
  }

  .account-reference {
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .account-booking-card h3 {
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.25;
  }

  .account-status {
    padding: 5px 9px;
    font-size: 10px;
  }

  .account-booking-meta {
    margin-top: 10px;
    display: grid;
    gap: 5px;
    font-size: 12px;
  }

  .account-booking-meta span,
  .account-provider-line {
    gap: 6px;
  }

  .provider-job-card.is-accepted {
    padding: 12px;
  }

  .provider-job-split {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .provider-customer-strip {
    grid-template-columns: 1fr;
    gap: 6px;
    font-size: 12px;
  }

  .provider-customer-strip .wide,
  .provider-customer-map-card .booking-provider-map-head small {
    white-space: normal;
  }

  .provider-customer-map-card {
    padding: 8px;
  }

  .provider-customer-map-card .booking-provider-map {
    min-height: 229px;
  }

  .account-provider-line {
    margin-top: 7px;
    align-items: flex-start;
    font-size: 12px;
  }

  .account-provider-line strong {
    overflow-wrap: anywhere;
  }

  .account-rating-saved,
  .account-rating-form {
    margin-top: 11px;
    padding-top: 11px;
  }

  .account-rating-form .account-primary-btn {
    min-height: 42px;
    margin-top: 0;
    padding: 11px 14px;
    border-radius: 16px;
  }

  .account-auth-points {
    display: grid;
  }

  .account-topbar,
  .account-bookings-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-booking-head {
    align-items: flex-start;
  }

  .provider-photo-field {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .account-rating-grid,
  .address-inline-grid,
  .account-form-grid,
  .booking-reschedule-fields {
    grid-template-columns: 1fr;
  }

  .booking-code-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
  }

  .booking-code-panel div {
    padding: 10px 8px;
  }

  .booking-code-panel span {
    font-size: 10px;
    line-height: 1.2;
  }

  .booking-code-panel strong {
    font-size: 18px;
    letter-spacing: 1.4px;
  }

  .booking-provider-map-card {
    padding: 12px;
  }

  .booking-provider-map-head {
    display: grid;
  }

  .booking-provider-map-head span {
    justify-self: start;
  }

  .booking-provider-map,
  .booking-provider-map-empty {
    min-height: 230px;
  }

  .booking-tracking-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tracking-step {
    min-height: 56px;
    padding: 0 0 16px 28px;
  }

  .tracking-step::before {
    top: 16px;
    bottom: -2px;
    right: auto;
    left: 7px;
    width: 2px;
    height: auto;
  }

  .tracking-step:last-child {
    padding-bottom: 0;
  }

  .tracking-dot {
    top: 3px;
  }

  .booking-reschedule-head {
    align-items: flex-start;
  }

  .booking-reschedule-btn {
    width: 100%;
  }

  .provider-account-form .provider-check-grid,
  .provider-account-form .provider-service-group {
    grid-template-columns: 1fr;
  }

  .account-primary-btn,
  .account-secondary-btn {
    width: 100%;
  }

  .provider-code-form .account-primary-btn,
  .provider-code-form .account-secondary-btn,
  .provider-payment-form .account-secondary-btn {
    width: auto;
  }
}

@media (max-width: 420px) {
  .provider-code-form .account-primary-btn,
  .provider-code-form .account-secondary-btn,
  .provider-payment-form .account-secondary-btn {
    width: 100%;
  }
}

/* Service catalog */
.service-catalog-section {
  background: #fffaf7;
}

.catalog-filter {
  width: fit-content;
  margin: -94px auto 64px;
  padding: 9px;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f0d9cf;
  border-radius: 999px;
  box-shadow: 0 15px 40px rgba(91, 54, 43, 0.1);
}

.catalog-filter a {
  padding: 10px 20px;
  color: #6b5b54;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.catalog-filter a:hover {
  color: #fff;
  background: var(--salmon);
}

.catalog-group {
  scroll-margin-top: 30px;
}

.catalog-group + .catalog-group {
  margin-top: 76px;
}

.catalog-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.catalog-heading span,
.blog-index-heading span,
.blog-newsletter span {
  color: var(--salmon-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.catalog-heading h2,
.blog-index-heading h2,
.blog-newsletter h2 {
  margin: 4px 0 0;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 45px);
}

.catalog-heading p,
.blog-index-heading p {
  max-width: 540px;
  margin: 0;
  color: #7a6962;
  line-height: 1.65;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-page-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 20px;
  box-shadow: 0 15px 36px rgba(100, 66, 52, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(100, 66, 52, 0.13);
}

.service-card-image {
  height: 220px;
  position: relative;
  display: block;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-page-card:hover .service-card-image img {
  transform: scale(1.04);
}

.service-card-image > span {
  width: 48px;
  height: 48px;
  right: 18px;
  bottom: 18px;
  position: absolute;
  color: #fff;
  background: var(--salmon);
  border: 4px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
}

.service-card-content {
  padding: 22px;
}

.catalog-subcategory-heading {
  margin-top: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid #efdcd4;
  grid-column: 1 / -1;
}

.catalog-subcategory-heading h3 {
  margin: 0;
  color: #4b403c;
  font-size: 17px;
  font-weight: 800;
}

.service-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #917a71;
  font-size: 11px;
  font-weight: 800;
}

.service-card-meta span:first-child {
  color: var(--salmon-dark);
}

.service-card-content h3 {
  margin: 11px 0 9px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
}

.service-card-content h3 a {
  color: #332e2c;
}

.service-card-content p {
  min-height: 66px;
  margin: 0;
  color: #786a64;
  font-size: 13px;
  line-height: 1.65;
}

.service-card-actions {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f2e2db;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-card-actions a {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 800;
}

.service-card-actions button {
  padding: 9px 14px;
  color: #fff;
  background: var(--salmon);
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
}

/* Service details */
.service-detail-hero {
  padding: 66px 0;
  background: linear-gradient(120deg, #fffaf8, #fff0e9);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: 70px;
}

.page-breadcrumb {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #9b8780;
  font-size: 11px;
  font-weight: 700;
}

.page-breadcrumb a {
  color: var(--salmon-dark);
}

.page-breadcrumb i {
  font-size: 8px;
}

.service-detail-copy h1,
.article-header h1 {
  margin: 12px 0 18px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
}

.service-detail-copy > p {
  max-width: 660px;
  color: #715f57;
  font-size: 16px;
  line-height: 1.75;
}

.service-facts {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.service-facts div {
  padding-right: 36px;
  border-right: 1px solid #ead2c8;
}

.service-facts div:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-facts small,
.service-facts strong {
  display: block;
}

.service-facts small {
  margin-bottom: 4px;
  color: #9b8780;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-facts strong {
  color: #443a36;
  font-size: 17px;
}

.service-facts strong i {
  color: #f1a51f;
}

.service-detail-image {
  height: 520px;
  position: relative;
}

.service-detail-image::before {
  content: "";
  inset: 25px -18px -18px 25px;
  position: absolute;
  background: #01749e;
  border-radius: 46% 54% 48% 52%;
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  border-radius: 46% 54% 48% 52%;
}

.service-detail-image > span {
  width: 76px;
  height: 76px;
  left: -25px;
  bottom: 40px;
  position: absolute;
  color: #fff;
  background: var(--salmon);
  border: 7px solid #fff4ef;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.service-detail-image > span img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  border-radius: 50%;
}

.public-subservice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.public-subservice-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(90, 62, 51, 0.08);
}

.public-subservice-photo {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.public-subservice-copy {
  flex: 1;
  padding: 22px 18px 24px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: 46px 66px auto;
  align-items: start;
  gap: 14px 16px;
}

.public-subservice-copy > img {
  width: 46px;
  height: 46px;
  padding: 7px;
  object-fit: contain;
  background: #fff4ef;
  border: 1px solid #fde1d5;
  border-radius: 12px;
}

.public-subservice-copy h3 {
  grid-column: 2 / -1;
  margin: 0;
  align-self: center;
  color: #2f2926;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-subservice-price {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.public-subservice-price strong {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.public-subservice-price del {
  color: #a9968e;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.public-subservice-price em {
  padding: 6px 8px;
  color: #a3421b;
  background: #fff5ef;
  border: 1px solid #ffcdb8;
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.public-subservice-description {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: #5e718c;
  font-size: 13px;
  line-height: 1.58;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.public-subservice-footer {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 2px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, max-content) auto;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #f3e3dc;
}

.public-subservice-footer button {
  min-width: 75px;
  height: 35px;
  padding: 0 8px;
  color: #fff;
  background: var(--salmon);
  border: 0;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(0, 126, 168, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.public-subservice-footer button:hover {
  transform: translateY(-1px);
  background: #006f96;
  box-shadow: 0 10px 22px rgba(0, 126, 168, 0.24);
}

@media (max-width: 1299.98px) and (min-width: 992px) {
  .public-subservice-footer {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .public-subservice-footer button {
    width: 100%;
  }
}

.public-service-empty {
  grid-column: 1 / -1;
  padding: 35px;
  color: #806c63;
  background: #fff7f3;
  border-radius: 14px;
  text-align: center;
}

.service-type-hero {
  background: linear-gradient(120deg, #fffaf8, #fff0e9);
}

.catalogue-search {
  width: min(820px, 100%);
  min-height: 64px;
  margin: 28px auto 0;
  padding: 7px;
  background: #fff;
  border: 1px solid #e7dce0;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 130px;
  align-items: center;
  box-shadow: 0 14px 34px rgba(40, 62, 76, 0.1);
}

.catalogue-search > div {
  height: 48px;
  padding-inline: 14px;
  border-right: 1px solid #e8e0e3;
  display: flex;
  align-items: center;
  gap: 9px;
}

.catalogue-search i {
  color: var(--blue);
}

.catalogue-search select,
.catalogue-search input {
  width: 100%;
  height: 48px;
  padding-inline: 14px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.catalogue-search select {
  padding: 0;
}

.catalogue-search button {
  height: 48px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 9px;
  font-weight: 800;
}

.catalogue-search button:hover,
.catalogue-search button:focus-visible {
  background: var(--navy);
}

.type-service-copy > small {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.search-empty i {
  color: var(--blue);
  font-size: 30px;
}

.search-empty h2 {
  margin: 10px 0 6px;
  color: var(--ink);
}

.search-empty p {
  margin-bottom: 16px;
}

.search-empty a {
  color: var(--blue);
  font-weight: 800;
}

.type-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.type-service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 20px;
  box-shadow: 0 15px 38px rgba(126, 82, 64, 0.08);
}

.type-service-image {
  height: 275px;
  position: relative;
  display: block;
}

.type-service-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.type-service-image > span {
  width: 66px;
  height: 66px;
  right: 22px;
  bottom: -30px;
  position: absolute;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(126, 82, 64, 0.12);
}

.type-service-image > span img {
  width: 60px;
  height: 60px;
  padding: 5px;
  object-fit: contain;
  border-radius: 50px;
}

.type-service-copy {
  padding: 26px;
}

.type-service-copy h2 {
  margin: 0 80px 10px 0;
  font: 700 27px/1.15 "Playfair Display", Georgia, serif;
}

.type-service-copy h2 a {
  color: #403632;
}

.type-service-copy p {
  min-height: 48px;
  color: #786a64;
  font-size: 13px;
  line-height: 1.65;
}

.type-service-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin-top: 8px;
  padding: 11px 12px;
  color: #786a64;
  background: #fff8f4;
  border: 1px solid #f2dfd6;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.type-service-price strong {
  margin-left: 4px;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: 0;
}

.type-service-price del {
  margin-left: 4px;
  color: #9f8b83;
  font-size: 13px;
  letter-spacing: 0;
}

.type-service-price em {
  padding: 4px 7px;
  color: #a94421;
  background: #fff;
  border: 1px solid #ffd5c2;
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.type-service-copy ul {
  margin: 17px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.type-service-copy li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 7px;
  color: #574b46;
  font-size: 12px;
  font-weight: 700;
}

.type-service-copy li i {
  margin-top: 2px;
  color: var(--salmon);
}

.type-service-copy li strong,
.type-service-copy li small {
  display: block;
}

.type-service-copy li small {
  margin-top: 3px;
  color: #80716b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.type-subservice-price {
  color: #6b5b55 !important;
}

.type-subservice-price del {
  margin-left: 5px;
  color: #9f8b83;
}

.type-subservice-price b {
  margin-left: 5px;
  color: #a94421;
  font-size: 10px;
}

.type-service-action {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .public-subservice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-subservice-footer {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .public-subservice-footer button {
    width: 100%;
  }

  .type-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .catalogue-search {
    padding: 9px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .catalogue-search > div {
    border-right: 0;
    border-bottom: 1px solid #e8e0e3;
  }

  .public-subservice-grid {
    grid-template-columns: 1fr;
  }

  .public-subservice-footer {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .public-subservice-footer button {
    width: 100%;
  }

  .type-service-image {
    height: 220px;
  }

  .type-service-copy ul {
    grid-template-columns: 1fr;
  }
}

.service-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
  gap: 70px;
}

.service-section-title {
  max-width: 720px;
  margin: 10px 0 30px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
}

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

.included-grid div {
  padding: 18px;
  background: #fff7f3;
  border: 1px solid #f0ddd5;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.included-grid i {
  color: var(--salmon);
  font-size: 20px;
}

.service-promise,
.article-aside {
  padding: 30px;
  background: #fff2ec;
  border: 1px solid #edcfc2;
  border-radius: 20px;
}

.service-promise .brand-mark,
.article-aside .brand-mark {
  margin-bottom: 10px;
  font-size: 38px;
}

.service-promise h3,
.article-aside h3 {
  margin: 0 0 12px;
  color: #3d3532;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
}

.service-promise p,
.article-aside p {
  color: #786a64;
  line-height: 1.65;
}

.service-promise ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-promise li {
  padding: 7px 0;
  color: #574b46;
  font-size: 13px;
  font-weight: 700;
}

.service-promise li i {
  margin-right: 8px;
  color: var(--salmon);
}

.service-cta {
  padding: 45px 0;
  color: #fff;
  background: linear-gradient(110deg, #c86645, #df8a69);
}

.service-cta .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.service-cta span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.service-cta h2 {
  margin: 4px 0 0;
  font-family: "Playfair Display", Georgia, serif;
}

.service-cta button {
  padding: 13px 20px;
  color: var(--salmon-dark);
  background: #fff;
  border: 0;
  border-radius: 10px;
  font-weight: 800;
}

/* Blog */
.blog-hero {
  padding-bottom: 115px;
}

.featured-post {
  margin-top: -130px;
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid #efdbd2;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(92, 57, 43, 0.12);
}

.featured-post-image {
  min-height: 440px;
}

.featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-post-copy {
  padding: 48px;
}

.blog-category {
  width: fit-content;
  padding: 7px 12px;
  color: var(--salmon-dark);
  background: #fff0e9;
  border-radius: 99px;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-post h2 {
  margin: 20px 0 15px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.12;
}

.featured-post h2 a,
.blog-index-card h3 a {
  color: #332e2c;
}

.featured-post-copy > p,
.blog-index-card p {
  color: #786a64;
  line-height: 1.7;
}

.post-author,
.article-byline {
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-author img,
.article-byline img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.author-initials {
  width: 44px;
  height: 44px;
  color: #fff;
  background: linear-gradient(135deg, #007ea8, #06345f);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  font-size: 13px;
  font-weight: 900;
}

.post-author span,
.article-byline span {
  display: grid;
}

.post-author strong,
.article-byline strong {
  color: #443a36;
  font-size: 12px;
}

.post-author small,
.article-byline small {
  color: #9b8780;
  font-size: 10px;
}

.read-story {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 800;
}

.blog-index-heading {
  margin: 75px 0 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-index-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 18px;
}

.blog-index-image {
  height: 240px;
  position: relative;
  display: block;
}

.blog-index-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-index-image span {
  left: 16px;
  bottom: 16px;
  padding: 7px 11px;
  position: absolute;
  color: #fff;
  background: var(--salmon);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
}

.blog-index-card > div {
  padding: 22px;
}

.blog-index-meta {
  display: flex;
  gap: 15px;
  color: #9b8780;
  font-size: 10px;
  font-weight: 700;
}

.blog-index-card h3 {
  margin: 13px 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
}

.blog-index-card p {
  min-height: 70px;
  font-size: 13px;
}

.blog-newsletter {
  padding: 60px 0;
  color: #fff;
  background: linear-gradient(110deg, #4a3d38, #6c5147);
}

.blog-newsletter .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.blog-newsletter h2 {
  color: #fff;
}

.blog-newsletter p {
  margin: 8px 0 0;
  color: #eadbd5;
}

.blog-newsletter a {
  padding: 13px 20px;
  color: var(--salmon-dark);
  background: #fff;
  border-radius: 10px;
  font-weight: 800;
  white-space: nowrap;
}

/* Article */
.article-header {
  padding: 55px 0 80px;
  text-align: center;
  background: linear-gradient(120deg, #fffaf8, #fff0e9);
}

.article-header .page-breadcrumb {
  justify-content: center;
}

.article-header .blog-category {
  margin: 0 auto;
}

.article-header h1 {
  max-width: 900px;
  margin-inline: auto;
}

.article-header > .container-xxl > p {
  max-width: 720px;
  margin: 0 auto;
  color: #715f57;
  font-size: 16px;
  line-height: 1.7;
}

.article-byline {
  width: fit-content;
  margin: 24px auto 0;
  text-align: left;
}

.article-cover {
  height: 560px;
  margin-top: -38px;
  position: relative;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(92, 57, 43, 0.12);
}

.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-layout {
  max-width: 1120px;
  margin: 65px auto 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 70px;
}

.article-intro {
  margin: 0 0 38px;
  color: #554943;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.55;
}

.article-content section {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
}

.article-content section > span {
  color: #e2a38a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}

.article-content h2 {
  margin: 0 0 10px;
  color: #3a322f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
}

.article-content p {
  margin: 0;
  color: #70615b;
  font-size: 15px;
  line-height: 1.8;
}

.article-aside {
  position: sticky;
  top: 25px;
}

.article-aside button,
.article-aside > a {
  width: 100%;
  padding: 11px;
  border-radius: 9px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.article-aside button {
  margin: 18px 0 9px;
  color: #fff;
  background: var(--salmon);
  border: 0;
}

.article-aside > a {
  color: var(--salmon-dark);
  background: #fff;
  border: 1px solid #edcfc2;
}

.more-stories {
  padding: 70px 0;
  background: #fff2ec;
}

.more-story-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.more-story-grid a {
  padding: 14px;
  color: #332e2c;
  background: #fff;
  border: 1px solid #efd8cf;
  border-radius: 16px;
}

.more-story-grid img {
  width: 100%;
  height: 210px;
  margin-bottom: 14px;
  object-fit: cover;
  border-radius: 11px;
}

.more-story-grid span {
  color: var(--salmon-dark);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.more-story-grid h3 {
  margin: 6px 0 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
}

/* Careers */
.career-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.career-benefits article {
  padding: 26px;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(100, 66, 52, 0.06);
}

.career-benefits i {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, #df8a69, #c86747);
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 19px;
}

.career-benefits h3 {
  margin: 0 0 9px;
  color: #393230;
  font-size: 17px;
  font-weight: 800;
}

.career-benefits p {
  margin: 0;
  color: #7a6b65;
  font-size: 13px;
  line-height: 1.65;
}

.career-section-heading {
  margin-bottom: 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.career-section-heading h2,
.career-process h2 {
  margin: 6px 0 0;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
}

.career-section-heading > p {
  max-width: 520px;
  margin: 0;
  color: #7a6962;
  line-height: 1.65;
}

.job-list {
  display: grid;
  gap: 14px;
}

.job-card {
  padding: 25px 28px;
  background: #fff;
  border: 1px solid #efd9d0;
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px 145px;
  align-items: center;
  gap: 28px;
  box-shadow: 0 10px 28px rgba(100, 66, 52, 0.05);
}

.job-card > div > span {
  color: var(--salmon-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.job-card h3 {
  margin: 5px 0 7px;
  color: #393230;
  font-size: 19px;
  font-weight: 800;
}

.job-card p {
  max-width: 650px;
  margin: 0;
  color: #7a6b65;
  font-size: 13px;
  line-height: 1.55;
}

.job-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-card li {
  padding: 4px 0;
  color: #6d5d56;
  font-size: 12px;
  font-weight: 700;
}

.job-card li i {
  width: 18px;
  color: var(--salmon);
}

.job-card > a,
.job-card > .career-apply-button {
  padding: 11px 14px;
  color: #fff;
  background: var(--salmon);
  border: 0;
  border-radius: 9px;
  text-align: center;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.career-process {
  padding: 65px 0;
  color: #fff;
  background: linear-gradient(110deg, #4a3d38, #6c5147);
}

.career-process .page-kicker {
  color: #efad91;
}

.career-process h2 {
  color: #fff;
}

.career-process ol {
  margin: 38px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.career-process li {
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  display: flex;
  gap: 13px;
}

.career-process li > span {
  color: #efad91;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.career-process li div {
  display: grid;
  gap: 5px;
}

.career-process li strong {
  font-size: 14px;
}

.career-process li small {
  color: #dfd1cb;
  font-size: 11px;
  line-height: 1.55;
}

/* Privacy and terms */
.policy-updated {
  margin-top: 20px;
  color: #8f776e;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
}

.policy-updated i {
  margin-right: 5px;
  color: var(--salmon);
}

.policy-layout {
  max-width: 1160px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 65px;
}

.policy-nav {
  padding: 23px;
  position: sticky;
  top: 25px;
  background: #fff;
  border: 1px solid #efd9d0;
  border-radius: 15px;
  display: grid;
  gap: 5px;
  box-shadow: 0 12px 30px rgba(100, 66, 52, 0.06);
}

.policy-nav > span {
  margin-bottom: 8px;
  color: #3e3633;
  font-size: 12px;
  font-weight: 800;
}

.policy-nav a {
  padding: 7px 9px;
  color: #796961;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
}

.policy-nav a:hover {
  color: var(--salmon-dark);
  background: #fff1eb;
}

.policy-content {
  display: grid;
  gap: 0;
}

.policy-content section {
  padding: 0 0 36px;
  scroll-margin-top: 25px;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 18px;
}

.policy-content section + section {
  padding-top: 36px;
  border-top: 1px solid #efddd5;
}

.policy-number {
  color: #dfa087;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}

.policy-content h2 {
  margin: 0 0 13px;
  color: #393230;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
}

.policy-content p,
.policy-content li {
  color: #70615b;
  font-size: 13px;
  line-height: 1.8;
}

.policy-content p {
  margin: 0 0 12px;
}

.policy-content ul {
  margin: 0;
  padding-left: 20px;
}

.policy-contact {
  margin-top: 22px;
  padding: 17px;
  background: #fff2ec;
  border: 1px solid #edcfc2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.policy-contact > i {
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--salmon);
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.policy-contact div {
  display: grid;
}

.policy-contact strong {
  color: #443a36;
  font-size: 12px;
}

.policy-contact a {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 700;
}

.booking-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 25px 80px rgba(57, 37, 30, 0.25);
}

.booking-modal .modal-content > form {
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.booking-modal .modal-header {
  padding: 24px 28px 20px;
  align-items: flex-start;
  background: linear-gradient(120deg, #fff8f4, #ffece3);
  border-bottom: 1px solid #efdcd4;
}

.booking-modal .modal-title {
  margin-top: 5px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
}

.booking-modal .modal-header p {
  margin: 5px 0 0;
  color: #7a6860;
  font-size: 12px;
}

.booking-modal .modal-body {
  min-height: 0;
  padding: 24px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  margin-bottom: 7px;
  color: #4b403c;
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.form-field label span,
.form-field small {
  color: #9b8780;
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 11px 12px;
  color: #3f3734;
  background: #fff;
  border: 1px solid #e8d7d0;
  border-radius: 9px;
  outline: 0;
  font: inherit;
  font-size: 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--salmon);
  box-shadow: 0 0 0 3px rgba(216, 120, 86, 0.12);
}

.password-toggle-field {
  position: relative;
}

.password-toggle-field > input {
  padding-right: 48px;
}

.password-toggle-button {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #8b746a;
  background: transparent;
  border: 0;
  border-radius: 8px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-button:hover,
.password-toggle-button:focus-visible {
  color: var(--salmon-dark);
  background: #fff1eb;
  outline: 0;
}

.form-field input:invalid:focus,
.form-field select:invalid:focus,
.form-field textarea:invalid:focus,
.was-validated .form-field input:invalid,
.was-validated .form-field select:invalid,
.was-validated .form-field textarea:invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.form-field input:invalid:focus ~ small,
.form-field select:invalid:focus ~ small,
.form-field textarea:invalid:focus ~ small,
.was-validated .form-field input:invalid ~ small,
.was-validated .form-field select:invalid ~ small,
.was-validated .form-field textarea:invalid ~ small,
.form-field small.account-error,
.form-field small.field-error {
  color: #dc2626;
  font-weight: 700;
}

.booking-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.booking-alert {
  display: none;
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
}

.booking-alert.is-error,
.booking-alert.is-success {
  display: block;
}

.booking-alert.is-error {
  color: #8b3028;
  background: #fff0ee;
  border: 1px solid #f2c7c2;
}

.booking-alert.is-success {
  color: #236438;
  background: #ebf8ef;
  border: 1px solid #b9dfc4;
}

.booking-price-summary {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #0b5688;
  background: #f2fbff;
  border: 1px solid #cbdfe8;
  border-radius: 10px;
}

.booking-price-summary span {
  font-size: 12px;
  font-weight: 800;
}

.booking-price-summary strong {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.booking-price-summary[hidden] {
  display: none;
}

.booking-add-service {
  width: 100%;
  padding: 11px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: #0b5688;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.booking-add-service:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

[data-cart-add].is-added {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: none;
}

[data-cart-add].is-added:hover,
[data-cart-add].is-added:focus-visible {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: none;
}

.floating-cart-button {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 1050;
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(6, 52, 95, 0.26);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.floating-cart-button[hidden] {
  display: none;
}

@media (max-width: 991.98px) {
  .floating-cart-button {
    display: none;
  }
}

.floating-cart-button i {
  font-size: 20px;
}

.floating-cart-button em {
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  display: inline-grid;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.floating-cart-button:hover,
.floating-cart-button:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(6, 52, 95, 0.32);
}

.booking-cart {
  border: 1px solid #efdcd4;
  border-radius: 12px;
  overflow: hidden;
  background: #fffaf7;
}

.booking-cart-head {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #efdcd4;
}

.booking-cart-head strong,
.booking-cart-head small {
  display: block;
}

.booking-cart-head strong {
  color: #332e2c;
  font-size: 13px;
  font-weight: 900;
}

.booking-cart-head small {
  margin-top: 2px;
  color: #8a7770;
  font-size: 11px;
}

.booking-cart-head button,
.booking-cart-item button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.booking-cart-head button {
  color: #0b5688;
  font-size: 12px;
  font-weight: 900;
}

.booking-cart-head button[hidden] {
  display: none;
}

.booking-cart-items {
  display: grid;
}

.booking-cart-item {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border-bottom: 1px solid #f3e5df;
}

.booking-cart-item:last-child {
  border-bottom: 0;
}

.booking-cart-item strong,
.booking-cart-item small {
  display: block;
}

.booking-cart-item strong {
  color: #4b403c;
  font-size: 13px;
}

.booking-cart-item small {
  margin-top: 2px;
  color: #0b5688;
  font-size: 12px;
  font-weight: 900;
}

.booking-cart-item button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #8b3028;
  background: #fff0ee;
  border-radius: 8px;
}

.booking-cart-empty {
  padding: 18px 14px;
  color: #8a7770;
  font-size: 12px;
  text-align: center;
}

.booking-cart-empty[hidden] {
  display: none;
}

.booking-page-section {
  padding: 42px 0 58px;
  background: #fff8f4;
}

.booking-page-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 24px;
  align-items: start;
}

.booking-page-summary,
.booking-page-form {
  background: #fff;
  border: 1px solid #efdcd4;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(57, 37, 30, 0.09);
}

.booking-page-summary {
  position: sticky;
  top: 92px;
  padding: 30px;
}

.booking-page-summary h1 {
  margin: 8px 0 12px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  line-height: 1.12;
}

.booking-page-summary p {
  margin: 0;
  color: #70615b;
  font-size: 14px;
  line-height: 1.7;
}

.booking-trust-list {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.booking-trust-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4b403c;
  font-size: 13px;
  font-weight: 800;
}

.booking-trust-list i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--salmon-dark);
  background: #fff1eb;
  border-radius: 8px;
}

.booking-page-form {
  padding: 26px;
}

.booking-step-block + .booking-step-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #efdcd4;
}

.booking-step-head {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.booking-step-head > span {
  flex: 0 0 auto;
  padding: 6px 10px;
  color: #0b5688;
  background: #f2fbff;
  border: 1px solid #cbdfe8;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.booking-step-head h2 {
  margin: 0;
  color: #332e2c;
  font-size: 16px;
  font-weight: 900;
}

.booking-step-head p {
  margin: 3px 0 0;
  color: #8a7770;
  font-size: 12px;
}

.booking-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-payment-card {
  position: relative;
  min-height: 126px;
  padding: 15px 15px 15px 48px;
  color: #51443f;
  background: #fff;
  border: 1px solid #e8d7d0;
  border-radius: 12px;
  cursor: pointer;
}

.booking-payment-card input {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 16px;
  height: 16px;
  accent-color: var(--salmon-dark);
}

.booking-payment-card > span {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  color: #0b5688;
  background: #f2fbff;
  border-radius: 8px;
}

.booking-payment-card strong,
.booking-payment-card small {
  display: block;
}

.booking-payment-card strong {
  margin-bottom: 4px;
  color: #332e2c;
  font-size: 13px;
}

.booking-payment-card small {
  color: #7f6e68;
  font-size: 12px;
  line-height: 1.45;
}

.booking-payment-card:has(input:checked) {
  border-color: var(--salmon);
  box-shadow: 0 0 0 3px rgba(216, 120, 86, 0.11);
}

.booking-page-footer {
  margin-top: 20px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #efdcd4;
}

.booking-page-footer > span {
  color: #7b6b65;
  font-size: 12px;
}

.booking-modal .modal-footer {
  padding: 16px 28px;
  justify-content: space-between;
  background: #fffaf7;
  border-top: 1px solid #efdcd4;
}

.booking-modal .modal-footer > span {
  color: #7b6b65;
  font-size: 11px;
}

.booking-submit {
  min-width: 175px;
  padding: 12px 18px;
  color: #fff;
  background: var(--salmon);
  border-radius: 10px;
  font-weight: 800;
}

.booking-submit:hover,
.booking-submit:focus {
  color: #fff;
  background: var(--salmon-dark);
}

.provider-section + .provider-section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #efdcd4;
}

.provider-section > h3 {
  margin: 0 0 16px;
  color: #4b403c;
  font-size: 15px;
  font-weight: 800;
}

.provider-services {
  margin: 0;
  padding: 0;
  border: 0;
}

.provider-services legend {
  margin-bottom: 9px;
  color: #4b403c;
  font-size: 12px;
  font-weight: 800;
}

.provider-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.provider-check-grid label,
.provider-consent label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
}

.provider-check-grid label {
  margin: 0;
  padding: 10px;
  border: 1px solid #e8d7d0;
  border-radius: 9px;
  font-weight: 600;
}

.provider-check-grid input,
.provider-consent input {
  width: auto;
  margin-top: 2px;
  accent-color: var(--salmon);
}

.provider-sensitive-note {
  margin: -8px 0 17px;
  padding: 10px 12px;
  color: #735c42;
  background: #fff8e9;
  border: 1px solid #f0dfb8;
  border-radius: 9px;
  font-size: 11px;
}

.provider-consent label {
  margin: 0;
  padding: 12px;
  background: #fffaf7;
  border: 1px solid #e8d7d0;
  border-radius: 9px;
}

.provider-consent label span {
  color: #594a44;
  font-weight: 400;
  line-height: 1.45;
}

.provider-consent label a {
  font-weight: 500;
}

.provider-consent input {
  flex: 0 0 auto;
  margin-top: 3px;
}

@media (max-width: 767.98px) {
  .provider-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* CW-inspired blue and gold theme */
.inner-page {
  background: #f7fcff;
}

.page-hero {
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 201, 40, 0.24) 0 120px, transparent 122px),
    radial-gradient(circle at 88% 52%, rgba(8, 166, 199, 0.18) 0 165px, transparent 167px),
    linear-gradient(120deg, #f4fbff, #fffbed);
}

.page-hero h1,
.content-heading h2,
.service-card-content h3 a,
.booking-modal .modal-title {
  color: var(--navy);
}

.page-hero p,
.content-heading p {
  color: #567085;
}

.content-section.soft,
.support-panel .accordion-button:not(.collapsed) {
  background: #fff7d6;
}

.info-card,
.package-card,
.contact-card,
.step-card,
.support-panel,
.service-page-card {
  border-color: #d5e5ed;
  box-shadow: 0 15px 35px rgba(6, 52, 95, 0.08);
}

.info-card i,
.contact-card i,
.step-number {
  color: var(--navy);
  background: linear-gradient(135deg, #ffdc48, var(--amber));
}

.package-card.featured {
  border-color: var(--gold);
}

.package-label {
  color: var(--navy);
  background: #fff5bf;
}

.page-book-button,
.mega-book-link,
.booking-submit {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
}

.page-book-button:hover,
.page-book-button:focus-visible,
.booking-submit:hover,
.booking-submit:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.service-cta,
.career-process {
  background: linear-gradient(110deg, #042849, var(--blue));
}

.service-cta span,
.career-process .page-kicker {
  color: var(--gold);
}

.booking-modal .modal-header {
  background: linear-gradient(120deg, #f2fbff, #fff7d6);
  border-bottom-color: #cbdfe8;
}

.booking-modal .modal-footer {
  background: #f7fcff;
  border-top-color: #cbdfe8;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 126, 168, 0.13);
}

.catalog-subcategory-heading {
  border-bottom-color: #cbdfe8;
}

.catalog-subcategory-heading h3 {
  color: var(--navy);
}

@media (max-width: 991.98px) {
  .service-card-grid,
  .blog-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-benefits,
  .career-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-card {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .job-card > a,
  .job-card > .career-apply-button {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .policy-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .policy-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-nav > span {
    grid-column: 1 / -1;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-image {
    max-width: 680px;
    width: 100%;
    height: 470px;
    margin: 0 auto;
  }

  .service-content-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .featured-post {
    grid-template-columns: 1fr;
  }

  .featured-post-image {
    min-height: 360px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .page-hero {
    padding: 56px 0;
  }

  .content-section {
    padding: 50px 0;
  }

  .info-grid,
  .package-grid,
  .contact-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .package-card.featured {
    transform: none;
  }

  .package-card-actions {
    align-items: center;
    flex-direction: row;
  }

  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .form-field-wide {
    grid-column: auto;
  }

  .booking-page-section {
    padding: 24px 0 38px;
  }

  .booking-page-layout {
    grid-template-columns: 1fr;
  }

  .booking-page-summary {
    display: none;
  }

  .booking-page-form {
    padding: 18px;
  }

  .booking-payment-options {
    grid-template-columns: 1fr;
  }

  .booking-page-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-modal .modal-header,
  .booking-modal .modal-body,
  .booking-modal .modal-footer {
    padding-inline: 18px;
  }

  .booking-modal .modal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-submit {
    width: 100%;
  }

  .floating-cart-button {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0 14px;
    font-size: 13px;
  }

  .catalog-filter {
    width: 100%;
    margin: -82px 0 48px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .catalog-filter a {
    white-space: nowrap;
  }

  .catalog-heading,
  .blog-index-heading,
  .career-section-heading,
  .service-cta .container-xxl,
  .blog-newsletter .container-xxl {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-card-grid,
  .blog-index-grid,
  .career-benefits,
  .career-process ol,
  .included-grid,
  .more-story-grid {
    grid-template-columns: 1fr;
  }

  .job-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .job-card > a,
  .job-card > .career-apply-button {
    width: 100%;
  }

  .policy-nav {
    grid-template-columns: 1fr;
  }

  .policy-nav > span {
    grid-column: auto;
  }

  .policy-content section {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .service-card-content p,
  .blog-index-card p {
    min-height: 0;
  }

  .service-detail-hero {
    padding: 42px 0;
  }

  .service-detail-grid {
    gap: 42px;
  }

  .service-detail-image {
    height: 360px;
  }

  .service-detail-image > span {
    left: 8px;
  }

  .service-facts {
    gap: 18px;
  }

  .service-facts div {
    padding-right: 18px;
  }

  .blog-hero {
    padding-bottom: 105px;
  }

  .featured-post {
    margin-top: -115px;
  }

  .featured-post-image {
    min-height: 280px;
  }

  .featured-post-copy {
    padding: 28px 22px;
  }

  .article-header {
    padding: 42px 0 65px;
  }

  .article-cover {
    height: 330px;
    border-width: 5px;
  }

  .article-layout {
    margin: 45px auto 55px;
  }

  .article-intro {
    font-size: 21px;
  }

  .article-content section {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
}
/* Submission confirmation */
.thank-you-section {
  min-height: 68vh;
  padding: 90px 20px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(214, 174, 72, .14), transparent 26%),
    radial-gradient(circle at 90% 80%, rgba(28, 113, 165, .12), transparent 28%),
    #f7fcff;
}

.thank-you-card {
  width: min(680px, 100%);
  padding: 50px;
  text-align: center;
  background: #fff;
  border: 1px solid #dceaf2;
  border-radius: 25px;
  box-shadow: 0 25px 70px rgba(15, 64, 101, .11);
}

.thank-you-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #299266, #176d4a);
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(35, 133, 91, .24);
  font-size: 2rem;
}

.thank-you-card h1 {
  margin: 10px 0 12px;
  color: #083b68;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.thank-you-card > p {
  max-width: 540px;
  margin: 0 auto;
  color: #667785;
  line-height: 1.75;
}

.reference-card {
  margin: 30px auto;
  padding: 20px;
  display: grid;
  gap: 4px;
  background: #f2f9fd;
  border: 1px dashed #9dc7df;
  border-radius: 14px;
}

.reference-card span,
.reference-card small {
  color: #748692;
  font-size: .72rem;
}

.reference-card strong {
  color: #083f70;
  font-size: 1.45rem;
  letter-spacing: .06em;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.secondary-action {
  padding: 11px 18px;
  color: #0b5688;
  background: #fff;
  border: 1px solid #b9d5e5;
  border-radius: 10px;
  font-weight: 800;
}

@media (max-width: 575px) {
  .thank-you-section { padding: 50px 14px; }
  .thank-you-card { padding: 38px 20px; }
}

@media (max-width: 420px) {
  .account-login-options {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .account-form-link {
    text-align: left;
  }
}

label,
button,
.btn,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  text-transform: capitalize;
}
/* API Docs */
.api-docs-section {
  background: #f7fafc;
}

.api-docs-note {
  margin-bottom: 22px;
  padding: 16px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  color: #506176;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.api-docs-note strong {
  color: #10243e;
}

.api-docs-note code,
.api-doc-head code,
.api-doc-card pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.api-docs-list {
  display: grid;
  gap: 18px;
}

.api-doc-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.api-doc-head {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e8eef5;
}

.api-doc-head h2 {
  margin: 8px 0 0;
  color: #10243e;
  font-size: 20px;
}

.api-method {
  display: inline-flex;
  padding: 5px 9px;
  color: #fff;
  background: #0d477f;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
}

.api-doc-head code {
  padding: 9px 11px;
  color: #0d477f;
  background: #eef6ff;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
}

.api-auth-line {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #506176;
  border-bottom: 1px solid #e8eef5;
  font-size: 14px;
}

.api-doc-grid {
  padding: 18px 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.api-doc-grid h3 {
  margin: 0 0 8px;
  color: #10243e;
  font-size: 14px;
}

.api-doc-card pre {
  min-height: 56px;
  margin: 0;
  padding: 13px;
  overflow-x: auto;
  color: #d6e6ff;
  background: #0b1727;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 992px) {
  .api-doc-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .api-doc-head code {
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .api-doc-grid {
    grid-template-columns: 1fr;
  }
}

.manual-section {
  background:
    radial-gradient(circle at 16% 5%, rgba(255, 207, 92, .18), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, #f8fbff 58%, #ffffff 100%);
}

.manual-tabs {
  position: sticky;
  top: 8px;
  z-index: 3;
  margin: -12px 0 28px;
  padding: 8px;
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(209, 182, 123, 0.38);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(37, 31, 18, 0.08);
  backdrop-filter: blur(12px);
}

.manual-tabs button {
  flex: 1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #10243e;
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
  border: 1px solid rgba(209, 182, 123, 0.36);
  border-radius: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.manual-tabs button:hover,
.manual-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, #092f4d 0%, #075f86 100%);
  box-shadow: 0 14px 26px rgba(7, 75, 120, 0.22);
}

.manual-block {
  scroll-margin-top: 86px;
  margin-bottom: 36px;
}

.manual-block[hidden] {
  display: none;
}

.manual-block.active:last-child {
  margin-bottom: 0;
}

.manual-heading {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.manual-heading > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #092f4d;
  background: linear-gradient(145deg, #fff7df, #eac86f);
  border: 1px solid rgba(177, 130, 37, .42);
  border-radius: 16px;
  font-size: 24px;
  box-shadow: 0 16px 34px rgba(136, 101, 30, 0.16);
}

.manual-heading small {
  color: #c47b35;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.manual-heading h2 {
  margin: 2px 0 0;
  color: #10243e;
  font-size: 30px;
  font-weight: 900;
}

.manual-heading p {
  max-width: 820px;
  margin: 7px 0 0;
  color: #526170;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

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

.manual-step-card {
  position: relative;
  min-height: 100%;
  padding: 24px 24px 22px 84px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(255, 252, 244, .98) 100%);
  border: 1px solid rgba(214, 190, 137, 0.38);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(26, 38, 55, 0.08);
  overflow: hidden;
}

.manual-step-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 118px;
  height: 118px;
  background: radial-gradient(circle, rgba(229, 188, 89, .2), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.manual-step-number {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #083959, #05739a);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(5, 67, 110, 0.22);
}

.manual-step-body {
  position: relative;
  z-index: 1;
}

.manual-step-body h3 {
  margin: 0 0 8px;
  color: #092f4d;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.manual-step-body strong {
  display: block;
  margin-bottom: 14px;
  color: #b66f18;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.manual-step-body ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.manual-step-body li {
  position: relative;
  padding-left: 20px;
  color: #4f5d6b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.manual-step-body li::before {
  content: "\F633";
  position: absolute;
  left: 0;
  top: 1px;
  color: #0786b5;
  font-family: "bootstrap-icons";
  font-size: 12px;
}

@media (max-width: 1200px) {
  .manual-flow {
    grid-template-columns: 1fr;
  }
}

.provider-mobile-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 22px;
  display: grid;
  place-items: center;
  background: rgba(9, 47, 77, 0.46);
  backdrop-filter: blur(4px);
}

.provider-mobile-modal-backdrop[hidden] {
  display: none;
}

.provider-mobile-modal {
  width: min(100%, 520px);
  max-height: calc(100vh - 44px);
  padding: 24px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d7edf5;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(9, 47, 77, 0.26);
}

.provider-mobile-modal-head {
  margin-bottom: 18px;
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border-bottom: 1px solid #e0eef4;
}

.provider-mobile-modal-head h2 {
  margin: 0;
  color: #263f50;
  font-size: 24px;
  font-weight: 900;
}

.provider-mobile-modal-head p {
  margin: 5px 0 0;
  color: #6c7f8b;
  font-size: 14px;
  line-height: 1.45;
}

.provider-mobile-modal-close {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #496477;
  background: #f2fbff;
  border: 1px solid #c8dce7;
  border-radius: 10px;
}

.provider-mobile-current {
  margin-bottom: 16px;
  display: grid;
  gap: 4px;
}

.provider-mobile-current strong,
.provider-mobile-modal .form-field label {
  color: #092f4d;
  font-size: 13px;
  font-weight: 900;
}

.provider-mobile-current span {
  color: #496477;
  font-size: 15px;
}

.provider-mobile-modal-form {
  display: grid;
  gap: 14px;
}

.provider-mobile-modal-form + .provider-mobile-modal-form {
  margin-top: 18px;
}

.provider-mobile-modal-form .account-primary-btn {
  width: 100%;
}

.provider-mobile-otp-box {
  padding: 16px;
  display: grid;
  gap: 12px;
  background: #f7fcff;
  border: 1px solid #d7edf5;
  border-radius: 14px;
}

.provider-mobile-otp-box h3 {
  margin: 0;
  color: #092f4d;
  font-size: 16px;
  font-weight: 900;
}

.provider-mobile-otp-box p {
  margin: 0;
  color: #6c7f8b;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .manual-tabs {
    position: static;
    flex-direction: column;
  }

  .manual-tabs button {
    justify-content: flex-start;
    padding: 0 14px;
  }

  .manual-heading {
    align-items: flex-start;
  }

  .manual-heading h2 {
    font-size: 25px;
  }

  .manual-flow {
    grid-template-columns: 1fr;
  }

  .manual-step-card {
    padding: 76px 18px 20px;
  }
}
