/*
Theme Name: Wajan Rabwah
Theme URI: https://wajan-rabwah.local/
Author: Prime Vision
Description: A premium RTL WordPress theme for Wajan Al Rabwah dental, dermatology, aesthetics and laser services.
Version: 1.3.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: wajan-rabwah
*/

:root {
  --cc-purple-950: #1f2a22;
  --cc-purple-900: #2d3d31;
  --cc-purple-800: #3f5544;
  --cc-purple-700: #55705a;
  --cc-purple-600: #718a75;
  --cc-lilac-500: #b99a62;
  --cc-lilac-300: #dbc7a1;
  --cc-lilac-200: #eee2cf;
  --cc-lilac-100: #f7f0e6;
  --cc-lilac-50: #fcfaf6;
  --cc-yellow: #d6b467;
  --cc-white: #ffffff;
  --cc-ink: #25241f;
  --cc-muted: #766d5e;
  --cc-border: rgba(63, 85, 68, 0.14);
  --cc-shadow: 0 22px 60px rgba(45, 61, 49, 0.13);
  --cc-shadow-soft: 0 12px 34px rgba(45, 61, 49, 0.09);
  --cc-radius-xl: 34px;
  --cc-radius-lg: 24px;
  --cc-radius-md: 17px;
  --cc-shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 126px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cc-lilac-50);
  color: var(--cc-ink);
  font-family: "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .cc-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(255, 197, 40, 0.88);
  outline-offset: 3px;
}

.cc-shell {
  width: var(--cc-shell);
  margin-inline: auto;
}

.cc-skip-link {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 9999;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 12px;
  background: var(--cc-white);
  color: var(--cc-purple-900);
  font-weight: 800;
}

.cc-skip-link:focus {
  transform: translateY(0);
}

.cc-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 1000;
  color: var(--cc-white);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.cc-header.is-scrolled {
  box-shadow: 0 14px 38px rgba(31, 42, 34, 0.24);
}

.cc-announcement {
  background: var(--cc-purple-950);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cc-announcement__inner {
  display: flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.cc-announcement__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cc-yellow);
  box-shadow: 0 0 0 5px rgba(255, 197, 40, 0.14);
}

.cc-header__bar {
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.13), transparent 27%),
    linear-gradient(110deg, var(--cc-purple-900), var(--cc-purple-700) 54%, var(--cc-purple-600));
}

.cc-header__inner {
  display: grid;
  min-height: 88px;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
}

.cc-brand {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
}

.cc-brand__art {
  width: 205px;
  height: 82px;
  background-image: var(--cc-logo-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cc-brand__logo {
  display: block;
  width: 220px;
  height: 96px;
  object-fit: contain;
  object-position: center;
}

/* The Wajan artwork is a transparent stacked logo; always fit the complete mark. */
.cc-header .cc-brand__art {
  width: 220px;
  height: 96px;
  background-size: contain !important;
}

.cc-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.cc-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.cc-nav a:hover,
.cc-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.12);
  color: var(--cc-white);
}

.cc-header__actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cc-header__phone {
  display: grid;
  line-height: 1.2;
}

.cc-header__phone small {
  color: rgba(255, 255, 255, 0.69);
  font-size: 11px;
}

.cc-header__phone strong {
  direction: ltr;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.cc-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--cc-white);
  cursor: pointer;
}

.cc-menu-toggle svg {
  width: 25px;
  fill: currentColor;
}

.cc-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cc-btn:hover {
  transform: translateY(-2px);
}

.cc-btn--primary {
  background: linear-gradient(135deg, var(--cc-purple-800), var(--cc-purple-600));
  box-shadow: 0 13px 28px rgba(63, 85, 68, 0.2);
  color: var(--cc-white);
}

.cc-btn--primary:hover {
  box-shadow: 0 18px 34px rgba(63, 85, 68, 0.27);
}

.cc-btn--light {
  background: var(--cc-white);
  box-shadow: 0 12px 28px rgba(31, 42, 34, 0.18);
  color: var(--cc-purple-800);
}

.cc-btn--outline {
  border: 1px solid rgba(63, 85, 68, 0.19);
  background: rgba(255, 255, 255, 0.74);
  color: var(--cc-purple-800);
}

.cc-btn--header {
  min-height: 44px;
  padding: 10px 16px;
  background: var(--cc-white);
  color: var(--cc-purple-800);
  font-size: 14px;
}

.cc-btn svg,
.cc-contact-card svg,
.cc-service-card svg,
.cc-trust-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.cc-main {
  min-height: 60vh;
}

.cc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 0 68px;
  background:
    radial-gradient(circle at 12% 20%, rgba(219, 199, 161, 0.52), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(214, 180, 103, 0.16), transparent 22%),
    linear-gradient(145deg, #fffdf9 4%, #f7f0e6 49%, #eee2cf 100%);
}

.cc-hero::before,
.cc-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 50%;
  content: "";
}

.cc-hero::before {
  width: 520px;
  height: 520px;
  inset-block-start: -290px;
  inset-inline-end: -160px;
}

.cc-hero::after {
  width: 380px;
  height: 380px;
  inset-block-end: -240px;
  inset-inline-start: 18%;
}

.cc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.cc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(185, 154, 98, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--cc-purple-800);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.cc-kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cc-yellow);
  content: "";
}

.cc-hero h1 {
  max-width: 690px;
  margin: 23px 0 18px;
  color: var(--cc-purple-950);
  font-size: clamp(41px, 5.7vw, 73px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.11;
}

.cc-hero h1 span {
  display: block;
  background: linear-gradient(120deg, var(--cc-purple-700), var(--cc-lilac-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cc-hero__lead {
  max-width: 625px;
  margin: 0;
  color: var(--cc-muted);
  font-size: clamp(18px, 2vw, 21px);
}

.cc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cc-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 27px 0 0;
  padding: 0;
  color: var(--cc-purple-800);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.cc-hero__meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cc-hero__meta li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cc-lilac-500);
  content: "";
}

.cc-brand-panel {
  position: relative;
  min-height: 485px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(145deg, var(--cc-purple-600), var(--cc-purple-900));
  box-shadow: 0 34px 76px rgba(45, 61, 49, 0.28);
}

.cc-brand-panel::before {
  position: absolute;
  width: 210px;
  height: 210px;
  inset-block-start: -66px;
  inset-inline-start: -42px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  content: "";
}

.cc-brand-panel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 70px 42px 115px;
}

.cc-brand-panel__badge {
  position: absolute;
  inset-block-end: 27px;
  inset-inline: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(31, 42, 34, 0.56);
  color: var(--cc-white);
  text-align: center;
  backdrop-filter: blur(18px);
}

.cc-brand-panel__badge span {
  padding: 8px 4px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 800;
}

.cc-brand-panel__badge span:first-child {
  border-inline-start: 0;
}

.cc-trust {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 25px 0;
  border-block: 1px solid var(--cc-border);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(45, 61, 49, 0.05);
  backdrop-filter: blur(16px);
}

.cc-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cc-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cc-trust-item__icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--cc-lilac-100);
  color: var(--cc-purple-700);
}

.cc-trust-item strong,
.cc-trust-item small {
  display: block;
}

.cc-trust-item strong {
  color: var(--cc-purple-950);
  font-size: 14px;
}

.cc-trust-item small {
  color: var(--cc-muted);
  font-size: 12px;
}

.cc-section {
  padding: 92px 0;
}

.cc-section--white {
  background: var(--cc-white);
}

.cc-section--tint {
  background:
    radial-gradient(circle at 8% 24%, rgba(219, 199, 161, 0.22), transparent 27%),
    var(--cc-lilac-50);
}

.cc-section--purple {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(132deg, var(--cc-purple-950), var(--cc-purple-700));
  color: var(--cc-white);
}

.cc-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.5fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 39px;
}

.cc-section__eyebrow {
  margin: 0 0 7px;
  color: var(--cc-purple-600);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.cc-section--purple .cc-section__eyebrow {
  color: var(--cc-lilac-300);
}

.cc-section__title {
  margin: 0;
  color: var(--cc-purple-950);
  font-size: clamp(31px, 4vw, 49px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.cc-section--purple .cc-section__title {
  color: var(--cc-white);
}

.cc-section__intro {
  margin: 0;
  color: var(--cc-muted);
  font-size: 16px;
}

.cc-section--purple .cc-section__intro {
  color: rgba(255, 255, 255, 0.72);
}

.cc-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cc-service-card {
  position: relative;
  min-height: 265px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius-lg);
  background: var(--cc-white);
  box-shadow: var(--cc-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cc-service-card::after {
  position: absolute;
  width: 110px;
  height: 110px;
  inset-block-end: -64px;
  inset-inline-end: -49px;
  border-radius: 50%;
  background: var(--cc-lilac-100);
  content: "";
  transition: transform 0.3s ease;
}

.cc-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(185, 154, 98, 0.28);
  box-shadow: var(--cc-shadow);
}

.cc-service-card:hover::after {
  transform: scale(1.25);
}

.cc-service-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--cc-lilac-100), var(--cc-lilac-200));
  color: var(--cc-purple-700);
}

.cc-service-card h3 {
  margin: 22px 0 9px;
  color: var(--cc-purple-950);
  font-size: 21px;
  font-weight: 900;
}

.cc-service-card p {
  margin: 0;
  color: var(--cc-muted);
  font-size: 14px;
}

.cc-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cc-offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 52px rgba(31, 42, 34, 0.24);
}

.cc-offer-card__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.cc-offer-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.cc-offer-card:hover img {
  transform: scale(1.025);
}

.cc-offer-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 19px;
}

.cc-offer-card__meta h3,
.cc-offer-card__meta p {
  margin: 0;
}

.cc-offer-card__meta h3 {
  color: var(--cc-white);
  font-size: 16px;
}

.cc-offer-card__meta p {
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
}

.cc-offer-card__tag {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--cc-yellow);
  color: var(--cc-purple-950);
  font-size: 12px;
  font-weight: 900;
}

.cc-offer-card__tag--inquiry {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding-inline: 15px;
  background: var(--cc-yellow);
  white-space: nowrap;
}

.cc-offer-card__inquiry {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: var(--cc-purple-950);
  font-size: 15px;
  font-weight: 900;
  transition: color 0.2s ease, background 0.2s ease;
}

.cc-offer-card__inquiry:hover,
.cc-offer-card__inquiry:focus-visible {
  background: var(--cc-yellow);
  color: var(--cc-purple-950);
}

.cc-offers-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 31px;
  padding: 23px 27px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.cc-offers-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.cc-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(45px, 7vw, 88px);
}

.cc-about-visual {
  position: relative;
  min-height: 500px;
}

.cc-about-visual__main {
  position: absolute;
  inset: 0 0 55px 55px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 58% 36%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(150deg, #526b57, #26372c);
  box-shadow: var(--cc-shadow);
}

.cc-about-visual__main img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.cc-about-visual__card {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  width: 250px;
  padding: 22px;
  border: 1px solid var(--cc-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--cc-shadow-soft);
  backdrop-filter: blur(14px);
}

.cc-about-visual__card strong,
.cc-about-visual__card span {
  display: block;
}

.cc-about-visual__card strong {
  color: var(--cc-purple-900);
  font-size: 24px;
}

.cc-about-visual__card span {
  color: var(--cc-muted);
  font-size: 13px;
}

.cc-checks {
  display: grid;
  gap: 13px;
  margin: 27px 0 32px;
  padding: 0;
  list-style: none;
}

.cc-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--cc-purple-950);
  font-weight: 700;
}

.cc-checks li::before {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--cc-lilac-100);
  color: var(--cc-purple-700);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.cc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 35px;
}

.cc-contact-copy {
  padding: 13px 5px;
}

.cc-contact-copy .cc-section__title {
  margin-bottom: 17px;
}

.cc-contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.cc-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--cc-border);
  border-radius: 17px;
  background: var(--cc-white);
  box-shadow: 0 8px 22px rgba(45, 61, 49, 0.06);
}

.cc-contact-card__icon {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  place-items: center;
  border-radius: 14px;
  background: var(--cc-lilac-100);
  color: var(--cc-purple-700);
}

.cc-contact-card strong,
.cc-contact-card span {
  display: block;
}

.cc-contact-card strong {
  color: var(--cc-purple-950);
  font-size: 14px;
}

.cc-contact-card span {
  color: var(--cc-muted);
  font-size: 13px;
}

.cc-booking {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius-xl);
  background:
    radial-gradient(circle at 8% 10%, rgba(219, 199, 161, 0.24), transparent 28%),
    var(--cc-white);
  box-shadow: var(--cc-shadow);
}

.cc-booking__head {
  margin-bottom: 24px;
}

.cc-booking__head h3,
.cc-booking__head p {
  margin: 0;
}

.cc-booking__head h3 {
  color: var(--cc-purple-950);
  font-size: 26px;
  font-weight: 900;
}

.cc-booking__head p {
  color: var(--cc-muted);
  font-size: 14px;
}

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

.cc-field {
  display: grid;
  gap: 6px;
}

.cc-field--full {
  grid-column: 1 / -1;
}

.cc-field label {
  color: var(--cc-purple-950);
  font-size: 13px;
  font-weight: 800;
}

.cc-field input,
.cc-field select,
.cc-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 11px 14px;
  border: 1px solid rgba(63, 85, 68, 0.17);
  border-radius: 13px;
  outline: none;
  background: var(--cc-lilac-50);
  color: var(--cc-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cc-field textarea {
  min-height: 92px;
  resize: vertical;
}

.cc-field input:focus,
.cc-field select:focus,
.cc-field textarea:focus {
  border-color: var(--cc-lilac-500);
  background: var(--cc-white);
  box-shadow: 0 0 0 4px rgba(185, 154, 98, 0.17);
}

.cc-booking__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 19px;
}

.cc-booking__note {
  max-width: 310px;
  margin: 0;
  color: var(--cc-muted);
  font-size: 11px;
}

.cc-payment-strip {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 16px 18px;
  border-radius: 17px;
  background: var(--cc-lilac-100);
}

.cc-payment-strip > span {
  color: var(--cc-purple-900);
  font-size: 13px;
  font-weight: 800;
}

.cc-payment-badge {
  display: inline-grid;
  min-width: 77px;
  min-height: 35px;
  place-items: center;
  border-radius: 9px;
  font-weight: 900;
  line-height: 1;
}

.cc-payment-badge--tabby {
  background: #3bf4ad;
  color: #111;
  font-family: Arial, sans-serif;
  text-transform: lowercase;
}

.cc-payment-badge--tamara {
  background: linear-gradient(110deg, #8be7f3, #ffd6b9 46%, #eee2cf);
  color: #111;
}

.cc-page-hero {
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 13% 10%, rgba(219, 199, 161, 0.32), transparent 31%),
    linear-gradient(145deg, var(--cc-white), var(--cc-lilac-100));
  text-align: center;
}

.cc-page-hero h1 {
  margin: 0;
  color: var(--cc-purple-950);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
}

.cc-page-hero p {
  max-width: 700px;
  margin: 10px auto 0;
  color: var(--cc-muted);
}

.cc-entry {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 90px;
}

.cc-entry h2,
.cc-entry h3 {
  color: var(--cc-purple-900);
}

.cc-entry a:not(.cc-btn) {
  color: var(--cc-purple-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cc-legal {
  display: grid;
  gap: 24px;
}

.cc-legal section {
  padding: 25px;
  border: 1px solid var(--cc-border);
  border-radius: 18px;
  background: var(--cc-white);
  box-shadow: 0 8px 24px rgba(45, 61, 49, 0.05);
}

.cc-legal h2 {
  margin-top: 0;
}

.cc-footer {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.08), transparent 25%),
    var(--cc-purple-950);
  color: var(--cc-white);
}

.cc-footer__main {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 0.9fr;
  gap: 60px;
  padding: 66px 0 47px;
  text-align: center;
}

.cc-footer__brand .cc-brand__art {
  width: 280px;
  height: 190px;
  margin-inline: auto;
  background-size: contain !important;
}

.cc-footer__brand .cc-brand {
  display: flex;
  justify-content: center;
}

.cc-footer__brand .cc-brand__logo {
  width: 280px;
  height: 190px;
  margin-inline: auto;
}

.cc-footer__brand p {
  max-width: 385px;
  margin: 6px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.cc-footer h3 {
  margin: 0 0 16px;
  font-size: 16px;
}

.cc-footer__links {
  display: grid;
  gap: 9px;
  justify-items: center;
}

.cc-footer__links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  transition: color 0.2s ease;
}

.cc-footer__links a:hover {
  color: var(--cc-white);
}

.cc-footer__contact {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  justify-items: center;
}

.cc-footer__contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.cc-footer__bottom {
  display: flex;
  min-height: 67px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-block: 18px;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.cc-footer__bottom-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cc-floating-whatsapp {
  position: fixed;
  z-index: 900;
  inset-inline-start: 20px;
  inset-block-end: 20px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 15px 32px rgba(24, 114, 59, 0.25);
  color: var(--cc-white);
  transition: transform 0.2s ease;
}

.cc-floating-whatsapp:hover {
  transform: scale(1.06) translateY(-2px);
}

.cc-floating-whatsapp svg {
  width: 29px;
  fill: currentColor;
}

.cc-offer-dialog {
  width: min(720px, calc(100% - 30px));
  max-height: 92vh;
  padding: 0;
  overflow: hidden auto;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 30px 90px rgba(20, 33, 25, 0.45);
}

.cc-offer-dialog::backdrop {
  background: rgba(31, 42, 34, 0.82);
  backdrop-filter: blur(7px);
}

.cc-offer-dialog img {
  width: 100%;
  background: var(--cc-lilac-100);
}

.cc-offer-dialog__close {
  position: fixed;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 13px;
  border: 0;
  border-radius: 50%;
  background: rgba(31, 42, 34, 0.82);
  color: var(--cc-white);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.cc-empty,
.cc-404 {
  padding: 100px 20px;
  text-align: center;
}

.cc-404 h1 {
  margin: 0;
  color: var(--cc-purple-900);
  font-size: clamp(70px, 12vw, 145px);
  line-height: 1;
}

@media (max-width: 1080px) {
  .cc-header__inner {
    grid-template-columns: 190px 1fr auto;
    gap: 16px;
  }

  .cc-header__phone {
    display: none;
  }

  .cc-nav a {
    padding-inline: 8px;
    font-size: 13px;
  }

  .cc-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  body.admin-bar .cc-header {
    top: 46px;
  }

  .cc-header__inner {
    grid-template-columns: 1fr auto auto;
  }

  .cc-brand__art {
    width: 180px;
    background-size: contain;
  }

  .cc-menu-toggle {
    display: inline-flex;
  }

  .cc-nav {
    position: absolute;
    inset-block-start: 123px;
    inset-inline: 20px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 18px;
    background: rgba(31, 42, 34, 0.96);
    box-shadow: var(--cc-shadow);
  }

  .cc-nav.is-open {
    display: grid;
  }

  .cc-nav a {
    padding: 11px 14px;
    font-size: 15px;
  }

  .cc-hero {
    padding-top: 58px;
  }

  .cc-hero__grid,
  .cc-about-grid,
  .cc-contact-grid {
    grid-template-columns: 1fr;
  }

  .cc-brand-panel {
    min-height: min(520px, 88vw);
  }

  .cc-section__head {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .cc-offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-about-visual {
    min-height: 470px;
  }

  .cc-footer__main {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .cc-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  :root {
    --cc-shell: min(100% - 28px, 1180px);
    --cc-radius-xl: 26px;
  }

  html {
    scroll-padding-top: 112px;
  }

  .cc-announcement__inner {
    min-height: 31px;
    font-size: 11px;
  }

  .cc-header__inner {
    position: relative;
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: center;
  }

  .cc-brand__art {
    width: 188px;
    height: 82px;
    background-size: contain;
  }

  .cc-header .cc-brand {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .cc-header .cc-brand__logo {
    width: 190px;
    height: 96px;
    margin: 0 auto;
    object-fit: contain;
  }

  .cc-header .cc-menu-toggle {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }

  .cc-header__actions {
    display: none;
  }

  .cc-nav {
    inset-block-start: 111px;
    inset-inline: 14px;
  }

  .cc-hero {
    padding: 45px 0 48px;
  }

  .cc-hero h1 {
    font-size: clamp(38px, 12vw, 55px);
  }

  .cc-hero__lead {
    font-size: 17px;
  }

  .cc-hero__actions .cc-btn {
    width: 100%;
  }

  .cc-brand-panel {
    min-height: 390px;
    border-radius: 30px;
  }

  .cc-brand-panel__badge {
    inset: auto 14px 14px;
  }

  .cc-brand-panel__badge span {
    font-size: 11px;
  }

  .cc-trust__grid,
  .cc-services-grid,
  .cc-offers-grid,
  .cc-form-grid,
  .cc-footer__main {
    grid-template-columns: 1fr;
  }

  .cc-trust-item:nth-child(n + 3) {
    display: none;
  }

  .cc-section {
    padding: 66px 0;
  }

  .cc-section__head {
    margin-bottom: 27px;
  }

  .cc-service-card {
    min-height: 0;
  }

  .cc-offers-cta,
  .cc-booking__footer,
  .cc-footer__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .cc-offers-cta .cc-btn,
  .cc-booking__footer .cc-btn {
    width: 100%;
  }

  .cc-about-visual {
    min-height: 410px;
  }

  .cc-about-visual__main {
    inset: 0 0 45px 25px;
  }

  .cc-about-visual__card {
    width: 215px;
  }

  .cc-contact-grid {
    gap: 25px;
  }

  .cc-booking {
    padding: 23px 17px;
  }

  .cc-field--full {
    grid-column: auto;
  }

  .cc-payment-strip {
    flex-wrap: wrap;
  }

  .cc-footer__main {
    gap: 30px;
    padding-top: 46px;
  }

  .cc-footer__brand,
  .cc-footer__main > * {
    grid-column: auto;
    width: 100%;
    text-align: center !important;
  }

  .cc-footer__brand .cc-brand,
  .cc-footer__brand .cc-brand__logo {
    margin-inline: auto !important;
  }

  .cc-footer__brand .cc-brand__logo {
    width: min(270px, 78vw);
    height: 185px;
    object-fit: contain;
  }

  .cc-footer__links,
  .cc-footer__contact {
    width: 100%;
    justify-items: center !important;
    text-align: center !important;
  }

  .cc-footer h3,
  .cc-footer__brand p,
  .cc-footer__links a,
  .cc-footer__social-handle,
  .cc-footer__bottom,
  .cc-footer__bottom-links {
    width: 100%;
    margin-inline: auto;
    text-align: center !important;
  }

  .cc-footer__contact a {
    display: flex;
    width: 100%;
    justify-content: center !important;
    text-align: center !important;
  }

  .cc-footer__socials {
    width: 100%;
    justify-content: center !important;
  }

  .cc-floating-whatsapp {
    width: 53px;
    height: 53px;
    inset-inline-start: 14px;
    inset-block-end: 14px;
  }
}

/* V1.3: keep the beige identity authoritative after every responsive rule. */
.cc-hero {
  background-color: #f7f0e6 !important;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(219, 199, 161, 0.52), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(214, 180, 103, 0.16), transparent 22%),
    linear-gradient(145deg, #fffdf9 4%, #f7f0e6 49%, #eee2cf 100%) !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
