@font-face {
  font-family: Poppins;
  src: url('assets/fonts/poppins-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url('assets/fonts/poppins-bold.woff2') format('woff2');
  font-weight: 700 900;
  font-display: swap;
}
:root {
  --ink: #292b31;
  --muted: #5c6067;
  --accent: #24577e;
  --blue: #4276a3;
  --highlight: #ffa45b;
  --orange: #f47716;
  --line: #e4e6e7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font:
    400 16px/1.7 Poppins,
    Arial,
    sans-serif;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.04em;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  font: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #f47716;
  outline-offset: 5px;
}
.shell {
  width: min(1240px, calc(100% - 90px));
  margin: auto;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  flex-shrink: 0;
}
.skip-link {
  position: fixed;
  left: 10px;
  top: 10px;
  padding: 10px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
}
.skip-link:focus {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 49px;
  border: 1px solid transparent;
  border-radius: 99px;
  padding: 13px 25px;
  background: var(--highlight);
  color: #252a31;
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #ff933d;
  transform: translateY(-2px);
}
.button--whatsapp {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}
.button--whatsapp:hover {
  background: #edf3fa;
}
.brand {
  font-size: 1.9rem;
  letter-spacing: -0.075em;
  font-weight: 700;
  white-space: nowrap;
}
.brand span {
  color: var(--orange);
}
.hero-wrap {
  margin: 0;
  border-radius: 0;
  background: linear-gradient(178deg, #28292e 12%, #263a3f 40%, #068f99 100%);
  color: #fff;
  position: relative;
}
.hero-wrap:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, #28292eee 0%, #28292e90 55%, #28292e50),
    url('assets/images/barbearia.webp') center 35% / cover;
  opacity: 0.3;
  pointer-events: none;
}
.site-header {
  position: relative;
  z-index: 5;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  font-size: 0.82rem;
  font-weight: 700;
  align-items: center;
}
.desktop-nav a:hover {
  color: var(--highlight);
}
.mobile-menu {
  display: none;
}
.nav-cta {
  font-size: 0.78rem;
  padding: 12px 22px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 42px;
  align-items: center;
  min-height: 750px;
  padding-block: 40px 80px;
}
.eyebrow {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}
.hero .eyebrow {
  color: #dcecec;
}
h1 {
  font-size: clamp(2.7rem, 4vw, 3.65rem);
  line-height: 1.12;
  max-width: 670px;
}
.hero-description {
  font-size: 0.96rem;
  max-width: 560px;
  margin-top: 30px;
  line-height: 1.8;
  color: #eff9fa;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hero-actions .button--whatsapp {
  color: #fff;
  border-color: #c0eeee;
  font-size: 0.74rem;
}
.hero-actions .button--whatsapp:hover {
  background: #ffffff16;
}
.hero-price {
  font-size: 0.76rem;
  color: #e9f9fa;
  margin-top: 20px;
}
.hero-price small {
  font-size: 0.62rem;
  display: block;
  margin-top: 3px;
}
.hero-scene {
  position: relative;
  height: 620px;
  min-width: 0;
}

.hero-video {
  position: absolute;
  width: 355px;
  height: 630px;
  right: 45px;
  bottom: -35px;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 65px #001e2540;
  background: #222;
}
.hero-video > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.play-control {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: linear-gradient(transparent, #0003 60%, #0008);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}
.play-control .icon {
  width: 65px;
  height: 65px;
  padding: 21px;
  border-radius: 50%;
  background: #fff;
  fill: #273438;
  stroke: #273438;
  animation: play-hint 2.5s ease-in-out 4;
}

.value-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-block: 80px 40px;
  border-bottom: 1px solid var(--line);
  color: #50545a;
  font-size: 0.78rem;
  font-weight: 700;
}
.section {
  padding-block: 90px;
}
h2 {
  font-size: clamp(2rem, 3vw, 2.65rem);
}
h3 {
  font-size: 1.3rem;
}
.benefit-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 110px;
  align-items: center;
}
.benefit-row.reverse .benefit-art {
  order: 2;
}
.benefit-copy > p:not(.eyebrow) {
  font-size: 0.97rem;
  color: #4b4f56;
  margin-top: 25px;
  line-height: 1.8;
}
.benefit-copy .eyebrow {
  color: var(--accent);
}
.benefit-copy .button,
.benefit-copy .text-link {
  margin-top: 26px;
}
.benefit-art {
  position: relative;
  min-height: 430px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  isolation: isolate;
}
.art-peach {
  background: linear-gradient(#f4d8c4, #fff5ef);
}
.art-teal {
  background: linear-gradient(#b8cfe7, #eff5fc);
}
.art-lilac {
  background: linear-gradient(#dce3ed, #f5f7fb);
}
.art-orbit {
  position: absolute;
  inset: 40px 25%;
  border-radius: 150px;
  background: #ffffff60;
  z-index: -1;
}
.benefit-art > img {
  width: 115%;
  max-width: 115%;
  margin-left: -7%;
  transform: rotate(-4deg);
  filter: drop-shadow(0 18px 18px #43221c16);
}
.art-label {
  align-self: flex-start;
  background: #fff;
  padding: 12px 17px;
  border-radius: 9px;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 30px;
  box-shadow: 0 10px 25px #203b3810;
}
.screen-window {
  background: #fff;
  border: 7px solid #fff;
  border-radius: 12px;
  box-shadow: 0 18px 35px #18333316;
  overflow: hidden;
  transform: rotate(3deg);
}
.screen-window > span {
  display: block;
  padding: 8px;
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  font-weight: 700;
}
.screen-window img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: contain;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.resources {
  background: #f6f8f8;
  text-align: center;
}
.section-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 35px;
}
.section-heading > p:last-child {
  margin-top: 20px;
  color: var(--muted);
}
.section-heading .eyebrow {
  color: var(--accent);
}
.resource-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}
.resource-tabs button {
  border: 1px solid #d6e0e0;
  border-radius: 99px;
  background: #fff;
  color: #30393b;
  font-size: 0.85rem;
  padding: 12px 27px;
  font-weight: 700;
}
.resource-tabs button[aria-selected='true'] {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}
.resource-panel {
  max-width: 950px;
  margin: auto;
}
.resource-panel[hidden] {
  display: none;
}
.resource-panel a {
  position: relative;
  display: block;
  border: 10px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px #133c3c0b;
  background: #fff;
}
.resource-panel img {
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: contain;
}
.resource-panel a > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #fff;
  background: #283237;
  padding: 9px 15px;
  border-radius: 99px;
  font-size: 0.7rem;
}
.resource-panel figcaption {
  font-size: 0.64rem;
  margin: 13px;
  color: var(--muted);
}
.resources > .shell > .text-link {
  margin-top: 20px;
}
.pricing {
  background: #fff;
}
.billing-toggle {
  display: flex;
  justify-content: center;
  gap: 4px;
  border: 1px solid #dce3ec;
  border-radius: 99px;
  padding: 5px;
  max-width: 100%;
  width: max-content;
  margin: 28px auto 10px;
  background: #f6f8f8;
}
.billing-toggle label {
  position: relative;
  cursor: pointer;
}
.billing-toggle input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.billing-toggle label > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 13px 24px;
  border-radius: 99px;
}
.billing-toggle small {
  font-size: 0.55rem;
}
.billing-toggle input:checked + span {
  background: var(--accent);
  color: #fff;
}
.billing-toggle input:focus-visible + span {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
.billing-explanation {
  text-align: center;
  font-size: 0.73rem;
  color: var(--muted);
}
.plan-inclusions {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  font-size: 0.73rem;
  margin: 25px 0 35px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.price-card {
  background: #f5f7fa;
  border: 1px solid #dce3ec;
  border-radius: 14px;
  padding: 27px 20px;
}
.price-card h3 {
  font-size: 1rem;
}
.plan-description {
  font-size: 0.73rem;
  color: var(--muted);
  margin-top: 13px;
  min-height: 45px;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  margin: 25px 0;
}
.price strong {
  font-size: 2.5rem;
  letter-spacing: -0.055em;
}
.currency,
.period {
  font-size: 0.73rem;
}
.price-card .button {
  width: 100%;
  font-size: 0.75rem;
  padding-inline: 12px;
}
.consultation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 25px;
  font-size: 0.8rem;
}
.pricing-footnote {
  font-size: 0.68rem;
  text-align: center;
  color: var(--muted);
  margin-top: 20px;
}
.getting-started {
  background: #fff9f6;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-top: 45px;
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7cfc0;
  color: #582717;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.steps p {
  font-size: 0.87rem;
  color: var(--muted);
  margin-top: 15px;
}
.closing {
  margin: 16px;
  border-radius: 12px;
  padding: 80px 0;
  background: #e8eff7;
  overflow: hidden;
}
.closing-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 80px;
  align-items: center;
}
.closing p:not(.eyebrow) {
  max-width: 610px;
  color: #455b5d;
  margin-top: 24px;
  font-size: 0.93rem;
}
.closing-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.closing-actions .button--whatsapp {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.closing-mark {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #086f77;
  transform: rotate(-6deg);
}
.closing-mark span {
  color: #363b40;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
}
.sales-questions details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.sales-questions summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  list-style: none;
}
.sales-questions summary::-webkit-details-marker {
  display: none;
}
.sales-questions summary span {
  color: var(--accent);
  font-size: 1.2rem;
}
.sales-questions p {
  font-size: 0.83rem;
  color: var(--muted);
  padding-top: 15px;
}
.site-footer {
  background: #282a30;
  color: #fff;
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 35px;
}
.footer-brand p {
  font-size: 0.75rem;
  color: #c3c9d0;
  margin-top: 15px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 0.72rem;
  color: #dce0e5;
}
.footer-column h3 {
  font-size: 0.86rem;
  color: #fff;
  margin-bottom: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #50535a;
  margin-top: 35px;
  padding-top: 25px;
  font-size: 0.65rem;
  color: #c3c9d0;
}
.video-dialog {
  border: 0;
  border-radius: 18px;
  background: #16191c;
  color: #fff;
  padding: 15px;
  width: min(420px, 95vw);
  max-height: 95vh;
}
.video-dialog:not([open]) {
  display: none;
}
.video-dialog::backdrop {
  background: #000b;
}
.video-close {
  display: block;
  margin-left: auto;
  padding: 10px;
  border: 0;
  background: none;
  color: #fff;
}
.video-content iframe {
  width: 100%;
  height: 70vh;
  border: 0;
  display: block;
}
.sales-rail {
  display: none;
}
@keyframes play-hint {
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 8px #ffffff20;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 50px);
  }
  .desktop-nav {
    gap: 17px;
    font-size: 0.75rem;
  }
  .site-header {
    gap: 20px;
  }
  .hero {
    gap: 25px;
  }
  .hero-scene {
    height: 565px;
  }

  .hero-video {
    width: 310px;
    height: 551px;
    right: 10px;
  }
  .benefit-row {
    gap: 60px;
  }
  .benefit-art {
    min-height: 370px;
    padding: 24px;
  }
  .price-card {
    padding: 25px 16px;
  }
  .price strong {
    font-size: 2.1rem;
  }
  .closing-grid {
    gap: 40px;
  }
  .closing-mark {
    font-size: 2.8rem;
  }
}
@media (max-width: 800px) {
  .hero-wrap {
    margin: 0;
    border-radius: 0;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 90px;
  }
  .desktop-nav,
  .nav-cta {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    display: flex;
    gap: 15px;
    align-items: center;
    list-style: none;
    border: 1px solid #ffffff80;
    padding: 9px 14px;
    border-radius: 99px;
    font-size: 0.76rem;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 53px;
    background: #fff;
    color: #272a2e;
    box-shadow: 0 10px 25px #0004;
    padding: 22px;
    display: grid;
    gap: 15px;
    width: 230px;
    border-radius: 12px;
    font-size: 0.83rem;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 35px 0 0;
    gap: 30px;
  }
  .hero-copy {
    max-width: 600px;
  }
  .hero h1 {
    font-size: clamp(2.4rem, 7vw, 3.7rem);
  }
  .hero-description {
    font-size: 0.9rem;
    margin-top: 26px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    width: 100%;
    font-size: 0.81rem;
  }
  .hero .eyebrow {
    font-size: 0.57rem;
  }
  .hero-scene {
    width: 100%;
    max-width: 530px;
    margin: auto;
    height: 545px;
  }

  .hero-video {
    width: 290px;
    height: 516px;
    bottom: -45px;
    right: calc(50% - 145px);
  }

  .value-strip {
    padding-block: 85px 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-size: 0.72rem;
  }
  .section {
    padding-block: 60px;
  }
  .benefit-row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .benefit-row.reverse .benefit-art {
    order: 0;
  }
  .benefit-art {
    min-height: 325px;
    padding: 25px;
    max-width: 550px;
    width: 100%;
    margin: auto;
  }
  .benefit-copy h2 {
    font-size: 2rem;
  }
  .benefit-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
    margin-top: 22px;
  }
  .benefit-copy .button {
    font-size: 0.77rem;
  }
  .benefit-copy .eyebrow {
    font-size: 0.6rem;
  }
  .resources .section-heading h2 {
    font-size: 1.9rem;
  }
  .resource-tabs {
    gap: 7px;
  }
  .resource-tabs button {
    font-size: 0.75rem;
    padding: 11px 20px;
  }
  .resource-panel a {
    border-width: 5px;
    border-radius: 9px;
  }
  .resource-panel a > span {
    font-size: 0.59rem;
    padding: 7px 11px;
    right: 7px;
    bottom: 7px;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .price-card {
    padding: 24px 16px;
  }
  .price-card h3 {
    font-size: 0.88rem;
  }
  .price strong {
    font-size: 2rem;
  }
  .price-card .button {
    font-size: 0.7rem;
  }
  .price-card .icon {
    display: none;
  }
  .plan-description {
    font-size: 0.69rem;
    min-height: 50px;
  }
  .plan-inclusions {
    gap: 9px 15px;
    font-size: 0.65rem;
  }
  .billing-toggle label > span {
    padding: 12px 18px;
    font-size: 0.76rem;
  }
  .billing-toggle small {
    font-size: 0.5rem;
  }
  .billing-explanation {
    font-size: 0.68rem;
  }
  .consultation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.77rem;
  }
  .consultation .button {
    font-size: 0.75rem;
    width: 100%;
  }
  .section-heading {
    text-align: left;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steps article {
    position: relative;
    padding-left: 75px;
  }
  .step-number {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
  }
  .steps h3 {
    font-size: 1.13rem;
  }
  .steps p {
    font-size: 0.83rem;
    margin-top: 12px;
  }
  .closing {
    margin: 0;
    border-radius: 0;
    padding-block: 60px;
  }
  .closing-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .closing-mark {
    display: none;
  }
  .closing h2 {
    font-size: 2rem;
  }
  .closing .eyebrow {
    font-size: 0.59rem;
  }
  .closing-actions .button {
    width: 100%;
    font-size: 0.78rem;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq h2 {
    font-size: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .sales-rail:not([hidden]) {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 20;
    gap: 8px;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
  }
  .sales-rail .button {
    font-size: 0.68rem;
    padding: 10px 13px;
    min-height: 44px;
  }
  .sales-rail .button--whatsapp {
    flex: 1;
    font-size: 0.61rem;
  }
  .sales-rail .icon {
    width: 18px;
  }
  body {
    padding-bottom: 65px;
  }
}
@media (max-width: 360px) {
  .hero-scene {
    height: 475px;
  }

  .hero-video {
    width: 250px;
    height: 445px;
    right: calc(50% - 125px);
  }

  .brand {
    font-size: 1.6rem;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  .price-card {
    padding: 20px 12px;
  }
  .price strong {
    font-size: 1.8rem;
  }
  .resource-tabs button {
    padding-inline: 17px;
  }
  .sales-rail .button--whatsapp {
    font-size: 0.56rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.ticket-growth {
  background: #fff6ee;
}
.ticket-heading {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}
.ticket-heading .eyebrow {
  color: var(--accent);
}
.ticket-heading > p {
  color: #4b5d5b;
  font-size: 0.9rem;
  line-height: 1.85;
}
.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.ticket-grid article {
  background: #fff;
  border: 1px solid #dcebe7;
  border-radius: 13px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ticket-grid .icon {
  color: var(--accent);
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
}
.ticket-grid h3 {
  font-size: 1.2rem;
}
.ticket-grid p {
  font-size: 0.83rem;
  color: var(--muted);
  margin: 17px 0 23px;
}
.ticket-grid .text-link {
  margin-top: auto;
  font-size: 0.75rem;
}
.ticket-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.ticket-contact p {
  font-size: 0.8rem;
  color: #4b5d5b;
}
.ticket-contact strong {
  color: var(--ink);
}
.ticket-contact .button {
  font-size: 0.77rem;
}
@media (max-width: 800px) {
  .ticket-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .ticket-heading h2 {
    font-size: 2rem;
  }
  .ticket-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ticket-grid article {
    padding: 25px;
  }
  .ticket-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .ticket-contact .button {
    width: 100%;
    font-size: 0.72rem;
  }
}

/* Header geometry follows the supplied Booksy desktop/mobile reference. */
html {
  scroll-padding-top: 110px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 15px 2.5% 10px;
  color: #fff;
  transition:
    background 0.2s,
    transform 0.2s;
}
.utility-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
}
.utility-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.utility-nav .icon {
  width: 13px;
  height: 13px;
}
.main-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 62px;
  margin-top: 20px;
}
.main-nav .brand {
  font-size: 1.85rem;
}
.desktop-nav {
  gap: 32px;
  font-size: 16px;
  line-height: 1.4;
}
.nav-cta {
  font-size: 16px;
  padding: 12px 24px;
  min-height: 46px;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  font-weight: 700;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown[open] > summary {
  color: var(--highlight);
}
.dropdown-panel {
  position: absolute;
  top: 100%;
  left: -110px;
  width: 580px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  box-shadow: 0 15px 40px #0003;
  border: 1px solid #e6e7e8;
}
.dropdown-panel > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dropdown-panel strong {
  color: var(--accent);
  font-size: 0.74rem;
  margin-bottom: 5px;
}
.dropdown-panel a {
  font-size: 0.83rem;
  font-weight: 400;
}
.desktop-nav .dropdown-panel a:hover {
  color: var(--accent);
}
.dropdown-small {
  width: 285px;
  left: -100px;
  grid-template-columns: 1fr;
}
.site-header.is-scrolled {
  background: #192333;
  transform: translateY(-35px);
  box-shadow: 0 3px 15px #0001;
}
.site-header.is-scrolled .utility-nav {
  visibility: hidden;
}
.hero {
  width: min(1300px, calc(100% - 100px));
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 840px;
  padding: 240px 20px 0;
  align-items: start;
}
.hero-copy {
  padding-top: 40px;
}
.hero-copy > .eyebrow {
  display: none;
}
.hero h1 {
  font-size: 58px;
  line-height: 64px;
  max-width: 630px;
  letter-spacing: -0.04em;
}
.hero-description {
  max-width: 630px;
  font-size: 16px;
  line-height: 25.6px;
  margin-top: 40px;
}
.hero-actions {
  margin-top: 36px;
  gap: 14px;
}
.hero-actions > .button:first-child {
  font-size: 16px;
  padding: 15px 30px;
  min-height: 52px;
}
.hero-actions .button--whatsapp {
  font-size: 12px;
}
.hero-price {
  margin-top: 16px;
}
.hero-scene {
  height: 600px;
}
.hero-video {
  top: 44px;
  bottom: auto;
  right: 12%;
  width: 330px;
  height: 586px;
}
.section-whatsapp {
  display: flex;
  margin-top: 23px;
}
.section-whatsapp .button {
  font-size: 0.76rem;
}
.resources-contact {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
.resources-contact .button {
  font-size: 0.8rem;
}
.steps-contact {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.faq-contact {
  margin-top: 24px;
}
.faq-contact .button {
  font-size: 0.76rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .desktop-nav {
    gap: 21px;
    font-size: 14px;
  }
  .nav-cta {
    font-size: 14px;
    padding-inline: 20px;
  }
  .main-nav .brand {
    font-size: 1.6rem;
  }
  .hero {
    width: calc(100% - 60px);
    padding-inline: 0;
    padding-top: 220px;
  }
  .hero h1 {
    font-size: 48px;
    line-height: 1.12;
  }
  .hero-video {
    width: 300px;
    height: 533px;
    right: 4%;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .site-header {
    top: 20px;
    left: 2.5%;
    right: auto;
    width: 95%;
    padding: 0;
    border: 1px solid #46484e;
    border-radius: 8px;
    background: #192333;
  }
  .utility-nav,
  .desktop-nav {
    display: none;
  }
  .main-nav {
    margin: 0;
    min-height: 65px;
    padding: 10px;
    gap: 12px;
  }
  .main-nav .brand {
    font-size: 1.42rem;
    flex-shrink: 0;
  }
  .nav-cta {
    display: inline-flex;
    margin-left: auto;
    min-height: 43px;
    padding: 11px 18px;
    font-size: 0.82rem;
    white-space: nowrap;
  }
  .mobile-menu {
    display: block;
    position: static;
  }
  .mobile-menu > summary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 43px;
    padding: 0;
    border: 0;
    border-radius: 0;
    list-style: none;
  }
  .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }
  .hamburger {
    width: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .hamburger i {
    width: 18px;
    height: 2px;
    background: #fff;
    display: block;
    transition: transform 0.2s;
  }
  .mobile-menu[open] .hamburger i:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu[open] .hamburger i:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu[open] .hamburger i:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mobile-menu > nav {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    width: auto;
    max-height: calc(100vh - 110px);
    overflow: auto;
    overscroll-behavior: contain;
    background: #192333;
    color: #fff;
    box-shadow: 0 18px 25px #0003;
    padding: 22px 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #46484e;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
  }
  .mobile-menu nav > a,
  .mobile-submenu > summary {
    padding: 15px 0;
    font-weight: 700;
  }
  .mobile-submenu > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    border: 0;
    border-radius: 0;
    font-size: 1rem;
  }
  .mobile-submenu > summary::-webkit-details-marker {
    display: none;
  }
  .mobile-submenu > div {
    display: grid;
    gap: 14px;
    padding: 8px 0 20px 15px;
    font-size: 0.84rem;
    color: #d8e1e5;
  }
  .mobile-menu nav > .button--whatsapp {
    margin-top: 18px;
    padding: 14px;
    color: var(--highlight);
    border: 1px solid var(--highlight);
    font-size: 0.78rem;
  }
  .site-header.is-scrolled {
    transform: none;
    background: #192333;
  }
  .hero {
    display: flex;
    flex-direction: column;
    width: min(640px, 90%);
    padding: 90px 5px 0;
    min-height: 0;
    align-items: stretch;
    gap: 0;
    text-align: center;
  }
  .hero-copy {
    padding-top: 40px;
    max-width: none;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.04em;
    max-width: 540px;
    margin: auto;
  }
  .hero-description {
    font-size: 16px;
    line-height: 25.6px;
    margin: 20px auto 0;
    max-width: 540px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
  }
  .hero-actions > .button:first-child {
    width: auto;
    min-width: 195px;
    padding: 12px 25px;
    min-height: 46px;
    font-size: 16px;
  }
  .hero-actions .button--whatsapp {
    width: auto;
    min-height: 44px;
    padding: 10px 17px;
    font-size: 0.76rem;
  }
  .hero-price {
    margin-top: 15px;
    font-size: 0.7rem;
  }
  .hero-price small {
    font-size: 0.58rem;
  }
  .hero-scene {
    width: 100%;
    max-width: 450px;
    height: 485px;
    margin: 25px auto 0;
  }
  .hero-video {
    top: 25px;
    right: calc(50% - 130px);
    width: 260px;
    height: 462px;
    border-radius: 20px;
  }
  .value-strip {
    padding-top: 65px;
  }
  .section-whatsapp .button {
    font-size: 0.73rem;
    width: 100%;
  }
  .resources-contact {
    flex-direction: column;
    gap: 20px;
  }
  .resources-contact .button,
  .steps-contact .button,
  .faq-contact .button {
    width: 100%;
    font-size: 0.74rem;
  }
}
@media (max-width: 360px) {
  .main-nav {
    gap: 7px;
    padding-inline: 9px;
  }
  .main-nav .brand {
    font-size: 1.18rem;
  }
  .nav-cta {
    padding: 10px 13px;
    font-size: 0.72rem;
  }
  .mobile-menu > summary {
    width: 26px;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 39px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 24px;
  }
  .hero-actions .button--whatsapp {
    font-size: 0.65rem;
  }
}
.utility-nav .utility-contact {
  min-height: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  border-radius: 0;
  font: inherit;
}
.utility-nav .utility-contact:hover {
  color: var(--highlight);
  transform: none;
}
.dropdown-panel .button--whatsapp {
  padding: 10px;
  font-size: 0.73rem;
}

.main-nav .brand {
  display: flex;
  align-items: center;
}
.header-logo {
  display: block;
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .header-logo {
    width: 112px;
  }
}
@media (max-width: 360px) {
  .header-logo {
    width: 96px;
  }
}

/* Persistent contact actions; never hidden by section observers. */
body {
  padding-bottom: 90px;
}
.sales-rail:not([hidden]) {
  position: fixed;
  z-index: 55;
  bottom: 14px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: calc(100% - 28px);
  padding: 10px;
  background: #fff;
  border: 1px solid #d7e5e3;
  border-radius: 99px;
  box-shadow: 0 8px 30px #163a3826;
}
.sales-rail .button {
  min-height: 46px;
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  .mobile-menu > nav {
    max-height: calc(100vh - 185px);
  }
}
@media (max-width: 800px) {
  body {
    padding-bottom: 85px;
  }
  .sales-rail:not([hidden]) {
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    max-width: none;
    width: 100%;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    border-radius: 0;
    gap: 8px;
  }
  .sales-rail .button {
    min-height: 44px;
    font-size: 0.7rem;
    padding: 10px 13px;
  }
  .sales-rail .button--whatsapp {
    flex: 1;
    font-size: 0.65rem;
  }
}
@media (max-width: 360px) {
  .sales-rail .button--whatsapp {
    font-size: 0.58rem;
  }
}

@media (max-width: 991px) {
  .mobile-menu nav > a.portal-entry {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    margin: 0 0 15px;
    background: #e4efff;
    color: #173e72;
    border: 1px solid #b7d4fb;
    border-radius: 12px;
  }
  .portal-entry > span {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .portal-entry small {
    font-size: 0.59rem;
    letter-spacing: 0.09em;
    font-weight: 700;
  }
  .portal-entry strong {
    font-size: 1rem;
  }
  .portal-entry > .icon {
    width: 24px;
    height: 24px;
  }
  .portal-entry .portal-arrow {
    margin-left: auto;
    width: 20px;
  }
  .mobile-menu nav > a.portal-entry:hover {
    background: #cfe2ff;
  }
}

/* Three large planes: sunset background, teal foreground, subtle video backing. */
.hero-wrap {
  background: transparent;
  isolation: isolate;
}
.hero-wrap:before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0 0 96px;
  border-radius: 0;
  background: linear-gradient(180deg, #192333 5%, #f1c5a5 100%);
  opacity: 1;
  pointer-events: none;
}
.hero-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  max-width: 1740px;
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(
      180deg,
      #192333dd 0%,
      #19233399 28%,
      #254b7599 64%,
      #345e89 100%
    ),
    url('assets/images/barbearia.webp') center/cover;
  pointer-events: none;
}
.hero-scene {
  --video-width: 330px;
  --video-height: 586px;
  --video-right: 12%;
  --video-top: 44px;
  isolation: isolate;
}
.hero-scene .hero-video {
  top: var(--video-top);
  right: var(--video-right);
  bottom: auto;
  width: var(--video-width);
  height: var(--video-height);
  z-index: 2;
  border: 5px solid #eff1f0;
  border-radius: 28px;
  box-shadow: 0 12px 22px #142c301c;
}
.video-backdrop {
  position: absolute;
  z-index: 1;
  top: 12px;
  bottom: 0;
  right: calc(var(--video-right) - 90px);
  width: calc(var(--video-width) + 115px);
  background: linear-gradient(
    180deg,
    #f1c5a500 0%,
    #f1c5a52b 32%,
    #f1c5a5 100%
  );
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-scene {
    --video-width: 300px;
    --video-height: 533px;
    --video-right: 14%;
  }
  .video-backdrop {
    right: calc(var(--video-right) - 55px);
    width: calc(var(--video-width) + 78px);
  }
}
@media (max-width: 991px) {
  .hero-wrap:before {
    bottom: 64px;
    background: linear-gradient(180deg, #192333 60%, #f1c5a5 100%);
  }
  .hero-wrap:after {
    width: 90%;
    background: linear-gradient(
      180deg,
      #192333 0%,
      #192333 44%,
      #2a4567 65%,
      #345e89 100%
    );
  }
  .hero-scene {
    --video-width: 238px;
    --video-height: 423px;
    --video-right: calc(50% - 108px);
    --video-top: 25px;
    height: 460px;
  }
  .hero-scene .hero-video {
    border-width: 4px;
    border-radius: 24px;
  }
  .video-backdrop {
    top: 12px;
    bottom: 0;
    right: calc(var(--video-right) - 24px);
    width: calc(var(--video-width) + 36px);
    background: linear-gradient(
      180deg,
      #f1c5a500 20%,
      #f1c5a530 60%,
      #f1c5a5a6 100%
    );
  }
}
@media (max-width: 360px) {
  .hero-scene {
    --video-width: 214px;
    --video-height: 380px;
    --video-right: calc(50% - 99px);
    height: 418px;
  }
  .video-backdrop {
    right: calc(var(--video-right) - 18px);
    width: calc(var(--video-width) + 28px);
  }
}

@media (min-width: 992px) {
  .main-nav,
  .utility-nav {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small appointment fragments, recessed behind the video. */
.appointment-echo {
  position: absolute;
  z-index: 1;
  top: calc(var(--video-top) + 125px);
  right: calc(var(--video-right) - 74px);
  width: 118px;
  display: grid;
  gap: 18px;
  pointer-events: none;
}
.echo-slot {
  display: block;
  padding: 9px 6px 10px 43px;
  border-radius: 5px;
  background: #dfebf7b8;
  color: #2e4b6c;
  border-left: 3px solid #9dbddd;
  box-shadow: 2px 5px 10px #163d4210;
  opacity: 0.75;
  text-align: left;
}
.echo-slot b {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.4;
}
.echo-slot small {
  display: block;
  font-size: 7px;
  line-height: 1.5;
  white-space: nowrap;
}
.echo-slot:nth-child(2) {
  transform: translateX(7px);
  opacity: 0.5;
}
.echo-slot:nth-child(3) {
  transform: translateX(3px);
  opacity: 0.27;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .appointment-echo {
    right: calc(var(--video-right) - 47px);
    width: 95px;
  }
  .echo-slot {
    padding-left: 49px;
  }
  .echo-slot small {
    font-size: 5px;
  }
}
@media (max-width: 991px) {
  .appointment-echo {
    top: calc(var(--video-top) + 93px);
    right: calc(var(--video-right) - 43px);
    width: 93px;
    gap: 15px;
  }
  .echo-slot {
    padding: 7px 3px 8px 51px;
    border-left-width: 2px;
  }
  .echo-slot b {
    font-size: 7px;
  }
  .echo-slot small {
    font-size: 4.5px;
  }
  .echo-slot:nth-child(2) {
    transform: translateX(4px);
  }
}
@media (max-width: 360px) {
  .appointment-echo {
    right: calc(var(--video-right) - 32px);
    width: 82px;
  }
  .echo-slot {
    padding-left: 49px;
  }
  .echo-slot small {
    font-size: 4px;
  }
}

.nav-chevron {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s;
}
.nav-dropdown > summary {
  align-items: center;
  line-height: 1.4;
  white-space: nowrap;
  gap: 8px;
}
.nav-dropdown[open] > summary .nav-chevron {
  transform: rotate(180deg);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.desktop-portal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  min-height: 46px;
  border-radius: 99px;
  background: #e4efff;
  color: #173e72;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}
.desktop-portal:hover {
  background: #cfe2ff;
}
.desktop-portal .icon {
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-nav {
    gap: 16px;
  }
  .main-nav .header-logo {
    width: 125px;
  }
  .desktop-nav {
    gap: 18px;
    font-size: 13px;
  }
  .header-actions {
    gap: 8px;
  }
  .desktop-portal {
    padding-inline: 13px;
    font-size: 0.73rem;
  }
  .header-actions .nav-cta {
    padding-inline: 16px;
    font-size: 0.76rem;
  }
}
@media (max-width: 991px) {
  .header-actions {
    display: contents;
  }
  .desktop-portal {
    display: none;
  }
  .mobile-submenu > summary .nav-chevron {
    margin-left: auto;
  }
}

/* Editorial feature images: explicit img/alt instead of CSS backgrounds. */
.value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}
.feature-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.feature-mark img {
  display: block;
  width: 100%;
  max-width: 290px;
  height: auto;
}
@media (max-width: 800px) {
  .value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
    padding-bottom: 32px;
  }
  .feature-mark img {
    max-width: 260px;
  }
}

@media (max-width: 991px) {
  .mobile-menu nav > a.portal-entry {
    justify-content: center;
    min-height: 46px;
    padding: 12px 16px;
    margin: 18px 0 0;
    border: 1px solid #b7d4fb;
    border-radius: 99px;
    background: transparent;
    color: #dbeaff;
    font-size: 0.78rem;
    gap: 10px;
  }
  .mobile-menu nav > a.portal-entry > .icon {
    width: 20px;
    height: 20px;
  }
  .mobile-menu nav > a.portal-entry:hover {
    background: #ffffff0d;
  }
  .mobile-menu nav > a.portal-entry + .button--whatsapp {
    margin-top: 10px;
  }
}

/* One slim, persistent WhatsApp action, following the reference's pill shape. */
body {
  padding-bottom: 72px;
}
.sales-rail:not([hidden]) {
  display: flex;
  width: min(460px, calc(100% - 24px));
  max-width: none;
  bottom: 12px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #25272c;
  box-shadow: 0 5px 20px #0003;
}
.sales-rail .button--whatsapp {
  flex: 1;
  width: 100%;
  min-height: 44px;
  padding: 8px 20px;
  gap: 10px;
  border: 1px solid #40434b;
  border-radius: 99px;
  background: #25272c;
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 700;
}
.sales-rail .button--whatsapp:hover {
  background: #16191d;
  transform: none;
}
.rail-whatsapp-icon {
  display: block;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
}
@media (max-width: 800px) {
  .sales-rail:not([hidden]) {
    width: calc(100% - 24px);
    bottom: calc(10px + env(safe-area-inset-bottom));
  }
  .sales-rail .button--whatsapp {
    min-height: 44px;
    padding: 8px 15px;
    font-size: 0.76rem;
  }
  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
}

.whatsapp-contact-icon {
  display: block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(32%) saturate(1438%)
    hue-rotate(137deg) brightness(92%) contrast(101%);
}
.hero-actions .whatsapp-contact-icon,
.utility-nav .whatsapp-contact-icon,
.closing-actions .whatsapp-contact-icon,
.mobile-menu .whatsapp-contact-icon {
  filter: none;
}
.utility-nav .whatsapp-contact-icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
/* White support strip anchors the slim black contact button to the viewport. */
.sales-rail:not([hidden]) {
  width: 100%;
  max-width: none;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  justify-content: center;
  padding: 10px 16px;
  border-top: 1px solid #e8e8e8;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -3px 15px #00000008;
}
.sales-rail .button--whatsapp {
  flex: 0 1 460px;
  width: 100%;
}
@media (max-width: 800px) {
  .sales-rail:not([hidden]) {
    width: 100%;
    bottom: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }
  .sales-rail .button--whatsapp {
    flex: 1;
    max-width: 460px;
  }
}

/* Sales narrative: a real use case illustrated before the financial controls. */
.ticket-story {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 70px;
  align-items: center;
}
.ticket-story-copy .eyebrow {
  color: var(--accent);
}
.ticket-story-copy > p:not(.eyebrow) {
  color: #4c555f;
  font-size: 0.93rem;
  line-height: 1.85;
  margin-top: 24px;
}
.ticket-story-copy > p.ticket-lead {
  font-size: 0.83rem;
  margin-top: 18px;
}
.ticket-photo {
  min-width: 0;
}
.ticket-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
}
.ticket-photo figcaption {
  color: #506360;
  font-size: 0.61rem;
  margin-top: 8px;
  text-align: right;
}
.ticket-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #e5d9cf;
}
.ticket-offers article {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.offer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 43px;
  height: 43px;
  background: #fff;
  border-radius: 12px;
  color: var(--accent);
}
.ticket-offers h3 {
  font-size: 1.08rem;
}
.ticket-offers p {
  color: #4c555f;
  font-size: 0.82rem;
  line-height: 1.8;
  margin-top: 12px;
}
.ticket-growth .ticket-contact {
  margin-top: 32px;
  padding-top: 25px;
  border-top: 1px solid #e5d9cf;
}
@media (max-width: 800px) {
  .ticket-story {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .ticket-story h2 {
    font-size: 2rem;
  }
  .ticket-story-copy > p:not(.eyebrow) {
    font-size: 0.88rem;
    margin-top: 20px;
  }
  .ticket-story-copy > p.ticket-lead {
    font-size: 0.8rem;
    margin-top: 14px;
  }
  .ticket-photo img {
    border-radius: 11px;
  }
  .ticket-offers {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 28px;
    padding-top: 26px;
  }
  .ticket-offers h3 {
    font-size: 1.02rem;
  }
}

.price {
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: baseline;
}
.price strong,
.price .currency,
.price .period {
  white-space: nowrap;
}
@media (max-width: 800px) {
  .price {
    gap: 3px;
  }
  .price strong {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }
  .price .currency,
  .price .period {
    font-size: 0.59rem;
  }
}
@media (max-width: 360px) {
  .price {
    gap: 2px;
  }
  .price .currency,
  .price .period {
    font-size: 0.56rem;
  }
}
