:root {
  --green: #146b67;
  --green-dark: #0f4f4c;
  --gold: #b98b42;
  --gold-light: #d8aa55;
  --black: #111312;
  --text: #101418;
  --muted: #5d626b;
  --paper: #ffffff;
  --mist: #f5f4f1;
  --cream: #fbf7ee;
  --line: rgba(16, 20, 24, 0.11);
  --shadow: 0 24px 70px rgba(16, 20, 24, 0.08);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--mist);
  font-family: Inter, system-ui, sans-serif;
}

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

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

h1,
h2,
h3,
p {
  margin: 0;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  color: var(--text);
  font-family: Manrope, Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  font-size: clamp(3.2rem, 5.9vw, 6.25rem);
  font-weight: 800;
  line-height: 0.96;
}

h2 {
  font-size: clamp(2.25rem, 4.4vw, 4.65rem);
  font-weight: 800;
  line-height: 1;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.14;
}

p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.bbc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  color: #111312;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  border: 1px solid rgba(17, 19, 18, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(185, 139, 66, 0.22);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
}

.bbc-button:hover,
.bbc-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(185, 139, 66, 0.28);
}

.bbc-button:focus-visible {
  outline: 3px solid rgba(20, 107, 103, 0.3);
  outline-offset: 4px;
}

.bbc-button-small {
  min-height: 52px;
  padding: 0 22px;
  white-space: nowrap;
}

.bbc-hero {
  position: relative;
  display: grid;
  min-height: 920px;
  margin-top: 0;
  padding: 170px clamp(20px, 5vw, 72px) 92px;
  overflow: hidden;
}

.bbc-hero-media,
.bbc-hero::before {
  position: absolute;
  inset: 0;
}

.bbc-hero-media {
  background-image: url("assets/home-hero-barber.webp");
  background-position: center 28%;
  background-size: cover;
  filter: saturate(0.98) brightness(1.04);
  transform: scale(1.02);
}

.bbc-hero::before {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(245, 244, 241, 0.82) 0%, rgba(245, 244, 241, 0.54) 48%, rgba(245, 244, 241, 0.28) 100%),
    linear-gradient(180deg, rgba(245, 244, 241, 0.18), rgba(245, 244, 241, 0.72));
}

.bbc-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 520px);
  align-items: center;
  gap: clamp(34px, 5vw, 86px);
  width: min(1420px, 100%);
  margin: 0 auto;
}

.bbc-hero-copy {
  display: grid;
  gap: 28px;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 34px;
}

.bbc-hero-copy p:not(.bbc-marker) {
  max-width: 650px;
  color: #262b31;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 650;
}

.bbc-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 2px;
}

.bbc-hero-points span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding-left: 40px;
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 750;
}

.bbc-hero-points span::before,
.bbc-hero-points span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bbc-hero-points span::before {
  width: 30px;
  height: 30px;
  background: rgba(20, 107, 103, 0.08);
  border: 2px solid rgba(20, 107, 103, 0.7);
  border-radius: 10px;
}

.bbc-hero-points .point-location::before {
  border-radius: 50% 50% 50% 12%;
  transform: translateY(-58%) rotate(-45deg);
}

.bbc-hero-points .point-location::after {
  left: 10.5px;
  top: 47%;
  width: 9px;
  height: 9px;
  background: var(--green);
  border-radius: 50%;
}

.bbc-hero-points .point-calendar::before {
  border-radius: 8px;
}

.bbc-hero-points .point-calendar::after {
  left: 6px;
  width: 18px;
  height: 17px;
  border: 2px solid var(--green);
  border-top-width: 6px;
  border-radius: 4px;
  background:
    linear-gradient(var(--green), var(--green)) 4px 7px / 3px 3px no-repeat,
    linear-gradient(var(--green), var(--green)) 11px 7px / 3px 3px no-repeat;
}

.bbc-hero-points .point-growth::before {
  border-color: transparent;
  background: transparent;
}

.bbc-hero-points .point-growth::after {
  left: 3px;
  width: 26px;
  height: 23px;
  background:
    linear-gradient(var(--green), var(--green)) 2px 12px / 5px 11px no-repeat,
    linear-gradient(var(--green), var(--green)) 11px 6px / 5px 17px no-repeat,
    linear-gradient(var(--green), var(--green)) 20px 0 / 5px 23px no-repeat;
  border-radius: 4px;
}

.bbc-marker {
  color: var(--green);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bbc-marker.dark {
  color: var(--green-dark);
}

.bbc-form {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3vw, 40px) clamp(26px, 3vw, 40px) clamp(22px, 2.4vw, 32px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.bbc-form h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.bbc-form > div:first-child {
  display: grid;
  gap: 10px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 750;
}

input,
select {
  width: 100%;
  min-height: 54px;
  padding: 13px 14px;
  color: var(--text);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
}

input:focus,
select:focus {
  outline: 3px solid rgba(20, 107, 103, 0.16);
  border-color: var(--green);
}

.bbc-spam-field {
  position: absolute;
  left: -9999px;
}

.bbc-form-note {
  min-height: 0;
  color: var(--green);
  font-weight: 700;
}

.bbc-form-note.error {
  color: #a13428;
}

.bbc-form-assurance {
  margin-top: -8px;
  color: #6a7079;
  font-size: 0.86rem;
  line-height: 1.35;
  text-align: center;
}

.bbc-section {
  padding: clamp(96px, 12vw, 190px) clamp(20px, 5vw, 72px);
  background: var(--mist);
}

.bbc-tinted {
  background:
    radial-gradient(circle at 16% 8%, rgba(20, 107, 103, 0.08), transparent 28%),
    var(--cream);
}

.bbc-section-head {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 0.96fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: start;
  width: min(1320px, 100%);
  margin: 0 auto clamp(34px, 6vw, 76px);
}

.bbc-section-head p:not(.bbc-marker) {
  max-width: 680px;
  font-size: 1.16rem;
}

.bbc-section-head h2 {
  max-width: 980px;
}

#services .bbc-section-head h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

#services .bbc-section-head {
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 920px;
  text-align: center;
}

.bbc-section-head.centered {
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  max-width: 920px;
  text-align: center;
}

.bbc-steps,
.bbc-system-grid,
.bbc-plans {
  display: grid;
  gap: 22px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.bbc-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbc-steps article,
.bbc-system-grid article,
.bbc-plan,
.bbc-custom-card,
.bbc-search-card,
.bbc-faq {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: 0 20px 60px rgba(16, 20, 24, 0.05);
}

.bbc-steps article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 420px;
  padding: 66px 30px 28px;
  text-align: center;
  overflow: visible;
}

.bbc-steps article span {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: -44px auto 10px;
  color: var(--paper);
  background: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.bbc-step-art {
  position: relative;
  align-self: end;
  min-height: 160px;
  margin-top: 4px;
  background: #f5f4f1;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.bbc-step-art *,
.bbc-step-art *::before,
.bbc-step-art *::after {
  box-sizing: border-box;
}

.bbc-step-art i,
.bbc-step-art b,
.bbc-step-art div {
  position: absolute;
  display: block;
}

.bbc-step-art.brief {
  background: #fbfaf7;
}

.brief-list {
  left: 24px;
  top: 34px;
  width: 122px;
  height: 96px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(16, 20, 24, 0.06);
}

.brief-list i {
  left: 42px;
  width: 58px;
  height: 6px;
  background: rgba(16, 20, 24, 0.14);
  border-radius: 999px;
}

.brief-list i:nth-child(1) {
  top: 24px;
}

.brief-list i:nth-child(2) {
  top: 47px;
}

.brief-list i:nth-child(3) {
  top: 70px;
}

.brief-list i::before {
  content: "✓";
  position: absolute;
  left: -24px;
  top: -7px;
  color: var(--green);
  font-weight: 900;
}

.brief-person {
  right: 24px;
  bottom: 24px;
  width: 84px;
  height: 122px;
}

.brief-person i {
  left: 23px;
  top: 0;
  width: 36px;
  height: 36px;
  background: #f0c49a;
  border-radius: 50%;
}

.brief-person i::before {
  content: "";
  position: absolute;
  right: -9px;
  top: -2px;
  width: 30px;
  height: 34px;
  background: #172126;
  border-radius: 22px 18px 18px 8px;
}

.brief-person i::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -7px;
  width: 20px;
  height: 16px;
  background: #172126;
  border-radius: 0 0 14px 14px;
}

.brief-person b {
  left: 12px;
  bottom: 0;
  width: 58px;
  height: 88px;
  background: var(--green);
  border-radius: 26px 26px 10px 10px;
}

.brief-person b::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 24px;
  width: 42px;
  height: 28px;
  background: #172126;
  border-radius: 7px;
  transform: rotate(22deg);
}

.bbc-step-art.plan i:nth-child(1) {
  left: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  background: #1f2933;
  border-radius: 0;
}

.bbc-step-art.plan i:nth-child(2) {
  left: 76px;
  top: 36px;
  width: 130px;
  height: 10px;
  background: rgba(16, 20, 24, 0.12);
  border-radius: 999px;
}

.bbc-step-art.plan i:nth-child(3) {
  left: 76px;
  top: 66px;
  width: 90px;
  height: 10px;
  background: rgba(16, 20, 24, 0.12);
  border-radius: 999px;
}

.bbc-step-art.plan b {
  right: 22px;
  bottom: 24px;
  padding: 9px 12px;
  color: var(--paper);
  background: var(--green);
  border-radius: 8px;
  font-size: 0.68rem;
  font-style: normal;
  text-transform: uppercase;
}

.bbc-step-art.plan {
  background: #fbfaf7;
}

.bbc-step-art.plan::before {
  content: "";
  position: absolute;
  left: 66px;
  right: 20px;
  top: 26px;
  bottom: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(16, 20, 24, 0.06);
}

.bbc-step-art.growth i {
  bottom: 28px;
  width: 26px;
  background: rgba(20, 107, 103, 0.18);
  border-radius: 8px 8px 0 0;
}

.bbc-step-art.growth i:nth-child(1) {
  left: 52px;
  height: 46px;
}

.bbc-step-art.growth i:nth-child(2) {
  left: 96px;
  height: 72px;
}

.bbc-step-art.growth i:nth-child(3) {
  left: 140px;
  height: 106px;
}

.bbc-step-art.growth b {
  left: 46px;
  right: 40px;
  top: 42px;
  height: 60px;
  border-top: 5px solid var(--green);
  border-right: 5px solid var(--green);
  transform: skewY(-24deg);
}

.bbc-step-art.growth {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  align-items: center;
  gap: 16px;
  padding: 26px 22px;
  background: #fbfaf7;
}

.bbc-step-art.growth div,
.bbc-step-art.growth i,
.bbc-step-art.growth b {
  position: relative;
}

.social-stack {
  display: grid;
  grid-template-columns: repeat(2, 34px);
  gap: 8px;
  justify-content: center;
}

.social-stack i {
  display: grid;
  place-items: center;
  left: auto;
  top: auto;
  bottom: auto;
  width: 34px;
  height: 34px;
  color: var(--paper);
  background: var(--green);
  border-radius: 11px;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
}

.social-stack i:nth-child(1) {
  background: #e9438f;
}

.social-stack i:nth-child(2) {
  background: #2563eb;
}

.social-stack i:nth-child(3) {
  background: #111312;
}

.social-stack i:nth-child(4) {
  background: #4285f4;
}

.growth-chart {
  height: 112px;
}

.growth-chart i {
  position: absolute;
  bottom: 2px;
  width: 22px;
  background: rgba(20, 107, 103, 0.16);
  border-radius: 6px 6px 0 0;
}

.growth-chart i:nth-child(1) {
  left: 18px;
  height: 28px;
}

.growth-chart i:nth-child(2) {
  left: 52px;
  height: 50px;
}

.growth-chart i:nth-child(3) {
  left: 86px;
  height: 82px;
}

.growth-chart b {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 16px;
  height: 60px;
  border-top: 5px solid var(--green);
  border-right: 5px solid var(--green);
  transform: skewY(-28deg);
}

.bbc-step-asset {
  align-self: end;
  width: 100%;
  height: 204px;
  max-width: 330px;
  aspect-ratio: 1.48;
  margin: auto auto 0;
  object-fit: contain;
}

.bbc-system-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbc-system-grid article {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 20px;
  row-gap: 8px;
  align-items: start;
  min-height: 190px;
  padding: 28px;
}

.bbc-system-grid article span,
.bbc-plan-name {
  width: fit-content;
  color: var(--green);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.bbc-system-grid article > span,
.bbc-system-grid article h3,
.bbc-system-grid article p {
  grid-column: 2;
}

.bbc-system-icon {
  width: 82px;
  height: 82px;
  grid-column: 1;
  grid-row: 1 / 4;
  margin-top: -4px;
  object-fit: contain;
}

.bbc-search-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 84% 20%, rgba(216, 170, 85, 0.22), transparent 28%),
    rgba(255, 255, 255, 0.94);
}

.bbc-search-card h2 {
  max-width: 620px;
  font-size: clamp(2.15rem, 3.2vw, 3.65rem);
  line-height: 1.04;
}

.bbc-search-copy {
  display: grid;
  gap: 18px;
}

.bbc-search-copy > p:not(.bbc-marker) {
  max-width: 560px;
}

.bbc-platform-strip {
  width: min(640px, 100%);
  height: auto;
  margin-top: 10px;
  object-fit: contain;
}

.bbc-online-presence {
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  border-radius: 24px;
  filter: drop-shadow(0 22px 48px rgba(16, 20, 24, 0.08));
}

.bbc-booking-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 18% 82%, rgba(32, 200, 117, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.95);
  border-radius: 34px;
  overflow: hidden;
}

.bbc-booking-copy {
  display: grid;
  gap: 18px;
}

.bbc-booking-copy h2 {
  max-width: 650px;
  font-size: clamp(2.15rem, 3.2vw, 3.65rem);
  line-height: 1.04;
}

.bbc-booking-copy > p:not(.bbc-marker) {
  max-width: 650px;
}

.bbc-booking-label {
  color: var(--ink) !important;
  font-size: 0.92rem;
  font-weight: 800;
}

.bbc-booking-platforms {
  width: min(580px, 100%);
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.bbc-booking-flow {
  position: relative;
  max-width: 570px;
  margin-left: auto;
  padding: 22px 22px 72px;
  background: linear-gradient(145deg, #e8f8ef, #f7f4ec);
  border-radius: 30px;
}

.bbc-booking-window {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 33, 27, 0.1);
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(16, 33, 27, 0.14);
}

.bbc-booking-window-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  background: #f4f5f3;
}

.bbc-booking-window-bar i {
  width: 7px;
  height: 7px;
  background: #cfd5d1;
  border-radius: 50%;
}

.bbc-booking-window-content {
  display: grid;
  gap: 10px;
  padding: clamp(24px, 4vw, 42px);
}

.bbc-booking-window-content p {
  margin: 0;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bbc-booking-window-content > strong {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.bbc-booking-window-content > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.bbc-booking-window-content > span.is-selected {
  color: var(--ink);
  background: #e8f8ef;
  border-color: rgba(32, 200, 117, 0.55);
  font-weight: 800;
}

.bbc-booking-window-content b {
  white-space: nowrap;
  font-size: 0.78rem;
}

.bbc-booking-window-content button {
  margin-top: 8px;
  padding: 14px;
  color: #07150f;
  background: var(--green);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
}

.bbc-booking-proof {
  position: absolute;
  right: -18px;
  bottom: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  width: min(410px, calc(100% - 24px));
  padding: 16px;
  background: #10211b;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(16, 33, 27, 0.2);
}

.bbc-booking-proof > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  color: #07150f;
  background: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.bbc-booking-proof strong,
.bbc-booking-proof small {
  display: block;
}

.bbc-tips-feature-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 54px);
  background: #10211b;
  border-radius: 34px;
  overflow: hidden;
}

.bbc-tips-feature-card picture {
  display: block;
  min-width: 0;
}

.bbc-tips-feature-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
}

.bbc-tips-feature-card > div { display: grid; gap: 22px; }
.bbc-tips-feature-card h2 { max-width: 650px; color: #fff; font-size: clamp(2.3rem, 4.5vw, 4.8rem); line-height: 0.98; }
.bbc-tips-feature-card p:not(.bbc-marker) { max-width: 650px; color: #c4d1cc; line-height: 1.75; }
.bbc-tips-feature-card .bbc-button { justify-self: start; }

@media (max-width: 820px) {
  .bbc-tips-feature-card { grid-template-columns: 1fr; }
  .bbc-tips-feature-card img { height: 360px; }
}

@media (max-width: 560px) {
  .bbc-tips-feature-card { padding: 16px; border-radius: 24px; }
  .bbc-tips-feature-card img { height: 300px; border-radius: 18px; }
  .bbc-tips-feature-card > div { padding: 16px 6px 12px; }
}

@media (max-width: 900px) {
  .bbc-booking-card {
    grid-template-columns: 1fr;
  }

  .bbc-booking-flow {
    width: 100%;
    margin: 0 auto;
  }

  .bbc-booking-proof {
    right: 12px;
  }
}

@media (max-width: 560px) {
  .bbc-booking-card {
    padding: 26px 18px;
  }

  .bbc-booking-flow {
    padding: 10px 10px 82px;
    border-radius: 22px;
  }

  .bbc-booking-proof {
    right: 8px;
    bottom: 12px;
  }
}

.bbc-booking-proof strong {
  color: #fff;
  font-size: 0.86rem;
}

.bbc-booking-proof small {
  margin-top: 4px;
  color: #aebcb6;
  line-height: 1.35;
}

.bbc-plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.bbc-plan {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 4vw, 44px);
  transition: transform 500ms var(--ease), box-shadow 500ms var(--ease);
}

.bbc-plan.featured {
  color: var(--paper);
  background:
    radial-gradient(circle at 24% 0%, rgba(216, 170, 85, 0.34), transparent 28%),
    linear-gradient(160deg, #178a80 0%, #146b67 58%, #0f5552 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 90px rgba(20, 107, 103, 0.24);
  animation: activePlanPop 760ms var(--ease) 180ms both;
}

.bbc-plan.featured h3,
.bbc-plan.featured p,
.bbc-plan.featured li,
.bbc-plan.featured .bbc-plan-name {
  color: var(--paper);
}

.bbc-plan h3 {
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  line-height: 0.9;
}

.bbc-plan h3 span {
  color: var(--muted);
  font-size: 1rem;
}

.bbc-plan.featured h3 span {
  color: rgba(255, 255, 255, 0.72);
}

@keyframes activePlanPop {
  0% {
    opacity: 0.72;
    transform: translateY(18px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1.02);
  }
}

.bbc-plan-note {
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 800;
}

.bbc-plan ul {
  display: grid;
  gap: 13px;
  margin: 6px 0 18px;
  padding: 0;
  list-style: none;
}

.bbc-plan li {
  color: var(--muted);
  line-height: 1.45;
}

.bbc-plan li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--green);
  font-weight: 900;
}

.bbc-plan.featured li::before {
  color: var(--gold-light);
}

.bbc-custom-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 44px);
}

.bbc-custom-card > div:not(.bbc-custom-icon) {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.bbc-custom-card h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.05;
}

.bbc-custom-card p:not(.bbc-marker) {
  max-width: 540px;
}

.bbc-custom-icon {
  position: relative;
  width: 62px;
  height: 62px;
  background: var(--green);
  border-radius: 50%;
}

.bbc-custom-icon span {
  position: absolute;
  display: block;
  background: var(--paper);
  border-radius: 999px;
}

.bbc-custom-icon span:nth-child(1) {
  left: 17px;
  top: 20px;
  width: 28px;
  height: 25px;
  background: transparent;
  border: 3px solid var(--paper);
  border-radius: 9px;
}

.bbc-custom-icon span:nth-child(2) {
  left: 22px;
  top: 14px;
  width: 4px;
  height: 12px;
}

.bbc-custom-icon span:nth-child(3) {
  left: 36px;
  top: 14px;
  width: 4px;
  height: 12px;
}

.bbc-gallery-section {
  padding-top: clamp(24px, 4vw, 54px);
}

.bbc-gallery-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.74fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px);
  background:
    radial-gradient(circle at 86% 18%, rgba(216, 170, 85, 0.2), transparent 28%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: 0 20px 60px rgba(16, 20, 24, 0.05);
}

.bbc-gallery-copy {
  display: grid;
  gap: 14px;
}

.bbc-gallery-copy h2 {
  font-size: clamp(2.25rem, 4vw, 4.35rem);
}

.bbc-gallery {
  display: grid;
  gap: 22px;
  min-width: 0;
  user-select: none;
}

.bbc-gallery-track {
  position: relative;
  min-height: 580px;
  cursor: grab;
  overflow: hidden;
  touch-action: pan-y;
}

.bbc-gallery-track.is-dragging {
  cursor: grabbing;
}

.bbc-gallery-slide {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: min(330px, 64%);
  opacity: 0;
  transform: translateX(-50%) scale(0.86);
  transition: transform 420ms var(--ease), opacity 420ms var(--ease), filter 420ms var(--ease);
  filter: saturate(0.78);
  pointer-events: none;
}

.bbc-gallery-slide.is-active {
  z-index: 3;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  filter: saturate(1);
  pointer-events: auto;
}

.bbc-gallery-slide.is-prev {
  z-index: 2;
  opacity: 0.38;
  transform: translateX(-104%) scale(0.82);
}

.bbc-gallery-slide.is-next {
  z-index: 2;
  opacity: 0.38;
  transform: translateX(4%) scale(0.82);
}

.bbc-gallery-slide img {
  width: 100%;
  aspect-ratio: 0.48;
  object-fit: cover;
  border: 10px solid #111312;
  border-radius: 36px;
  box-shadow: 0 28px 70px rgba(16, 20, 24, 0.18);
}

.bbc-motion-ready .bbc-animate {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms var(--ease),
    transform 700ms var(--ease),
    box-shadow 500ms var(--ease);
  transition-delay: var(--bbc-delay, 0ms);
  will-change: opacity, transform;
}

.bbc-motion-ready .bbc-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.bbc-motion-ready .bbc-animate.bbc-animate-soft {
  transform: translateY(16px) scale(0.985);
}

.bbc-motion-ready .bbc-animate.bbc-animate-soft.is-visible {
  transform: translateY(0) scale(1);
}

.bbc-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.bbc-gallery-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--text);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  font: inherit;
  font-size: 1.4rem;
  font-weight: 900;
  cursor: pointer;
}

.bbc-gallery-dots {
  display: flex;
  gap: 8px;
}

.bbc-gallery-dots button {
  width: 10px;
  height: 10px;
  background: rgba(20, 107, 103, 0.22);
  border: 0;
}

.bbc-gallery-dots button.is-active {
  width: 28px;
  background: var(--green);
  border-radius: 999px;
}

.bbc-faq-section {
  background: var(--mist);
}

.bbc-faq {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.bbc-faq details {
  border-bottom: 1px solid var(--line);
}

.bbc-faq details:last-child {
  border-bottom: 0;
}

.bbc-faq summary {
  display: grid;
  grid-template-columns: 48px 1fr 36px;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 24px 30px;
  cursor: pointer;
  list-style: none;
}

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

.bbc-faq summary span {
  color: #9a9fa8;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.bbc-faq summary strong {
  font-size: 1.04rem;
}

.bbc-faq summary em::before {
  content: "+";
  color: #8d929a;
  font-style: normal;
  font-size: 1.5rem;
}

.bbc-faq details[open] summary em::before {
  content: "−";
}

.bbc-faq details p {
  max-width: 760px;
  padding: 0 30px 30px 96px;
}

.bbc-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(82px, 12vw, 150px) clamp(20px, 5vw, 72px);
  color: var(--paper);
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.12), transparent 28%),
    var(--green);
}

.bbc-final-cta h2 {
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  line-height: 1.05;
}

.bbc-final-cta > div,
.bbc-final-cta > a {
  width: min(1320px, 100%);
}

.bbc-final-cta h2,
.bbc-final-cta p {
  color: var(--paper);
}

.bbc-final-cta .bbc-marker {
  color: var(--gold-light);
}

.bbc-final-action {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.bbc-final-action p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
}

.bbc-final-action span::before {
  content: "✓";
  margin-right: 8px;
  color: var(--gold-light);
}

.bbc-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #111312;
}

.bbc-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-weight: 800;
}

.bbc-footer-brand img {
  width: 54px;
  height: 36px;
  object-fit: contain;
}

.bbc-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 0.9rem;
  font-weight: 700;
}

.bbc-footer a:hover,
.bbc-footer a:focus-visible {
  color: var(--gold-light);
}

.bbc-footer p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

@media (max-width: 1120px) {
  .bbc-hero-inner,
  .bbc-section-head,
  .bbc-search-card,
  .bbc-gallery-card,
  .bbc-custom-card,
  .bbc-final-cta,
  .bbc-footer {
    grid-template-columns: 1fr;
  }

  .bbc-hero {
    min-height: auto;
    padding-top: 190px;
  }

  .bbc-steps,
  .bbc-system-grid,
  .bbc-plans {
    grid-template-columns: 1fr;
  }

  .bbc-custom-card {
    justify-items: start;
  }

  .bbc-online-presence {
    margin-right: auto;
    margin-left: 0;
  }

  .bbc-gallery-track {
    min-height: 540px;
  }

  .bbc-footer,
  .bbc-footer nav {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .bbc-hero {
    padding: 150px 16px 82px;
  }

  .bbc-hero::before {
    background:
      linear-gradient(180deg, rgba(245, 244, 241, 0.74), rgba(245, 244, 241, 0.86)),
      linear-gradient(90deg, rgba(245, 244, 241, 0.72), rgba(245, 244, 241, 0.48));
  }

  .bbc-hero-copy {
    padding: 0;
  }

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

  .bbc-section {
    padding: 82px 16px;
  }

  .bbc-step-art {
    min-height: 138px;
  }

  .bbc-step-art {
    min-height: 160px;
  }

  .bbc-search-card h2 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
    overflow-wrap: normal;
  }

  .bbc-gallery-card {
    padding: 28px 18px;
  }

  .bbc-gallery-track {
    min-height: 520px;
  }

  .bbc-gallery-slide {
    width: min(286px, 74%);
  }

  .bbc-system-grid article {
    grid-template-columns: 70px 1fr;
    min-height: auto;
    padding: 26px;
  }

  .bbc-system-icon {
    width: 62px;
    height: 62px;
  }

  .bbc-platform-strip {
    width: min(100%, 520px);
  }

  .bbc-plan.featured {
    animation: activePlanPop 620ms var(--ease) 120ms both;
  }

  .bbc-steps article,
  .bbc-system-grid article,
  .bbc-plan,
  .bbc-search-card,
  .bbc-custom-card {
    border-radius: 26px;
  }

  .bbc-faq summary {
    grid-template-columns: 36px 1fr 28px;
    gap: 12px;
    padding: 22px 18px;
  }

  .bbc-faq details p {
    padding: 0 18px 24px 66px;
  }

  .bbc-final-action,
  .bbc-final-action p {
    justify-items: start;
  }
}

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