:root {
  --bg: #030405;
  --panel: #08090b;
  --panel-soft: #0d0e10;
  --text: #f7f7f7;
  --muted: #cbc8cc;
  --dim: #89878b;
  --red: #c8a24a;
  --red-bright: #f2d27b;
  --red-soft: #8b6a2e;
  --line: rgba(255, 255, 255, 0.24);
  --crop: url("assets/vetrina-reference.jpeg");
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-display: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 24rem),
    linear-gradient(180deg, #020304 0%, #060709 45%, #030405 100%);
  font-family: var(--font-body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
}

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

a:focus-visible {
  outline: 2px solid rgba(242, 210, 123, 0.85);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 max(14px, env(safe-area-inset-left)) max(20px, env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.02)),
    #030405;
}

.hero {
  position: relative;
  min-height: clamp(238px, 63vw, 270px);
  margin: 0 calc(max(14px, env(safe-area-inset-left)) * -1);
  padding: clamp(94px, 27vw, 112px) 18px 26px;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 74px;
  content: "";
  background: linear-gradient(180deg, transparent, #030405 78%);
  pointer-events: none;
}

.hero-photo,
.about-photo {
  background-image: var(--crop);
  background-repeat: no-repeat;
  background-size: 432px 910.5px;
}

.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(90deg, rgba(3, 4, 5, 0.7) 0%, rgba(3, 4, 5, 0.34) 42%, rgba(3, 4, 5, 0.06) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.04), rgba(3, 4, 5, 0.84) 96%),
    url("assets/hero-banner.png");
  background-position: center 42%;
  background-size: cover;
  filter: brightness(1.18) saturate(1.07) contrast(1.04);
  opacity: 0.95;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 292px);
  margin: 0 auto;
  padding-top: 4px;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.hero-copy::before {
  position: absolute;
  inset: -14px -24px -6px;
  z-index: -1;
  content: "";
  background: radial-gradient(ellipse at center, rgba(3, 4, 5, 0.86) 0%, rgba(3, 4, 5, 0.58) 48%, transparent 76%);
  pointer-events: none;
}

h1,
h2,
h3,
.detail-btn,
.cta,
.kicker {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  font-size: 36px;
  line-height: 0.94;
}

h1 span,
h1 strong {
  display: block;
}

h1 strong {
  color: var(--red);
  font-size: 35px;
}

.kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 0;
  color: #d1d0d2;
  font-size: 13px;
  font-weight: 700;
}

.kicker span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d1d0d2;
}

.claim {
  margin: 13px 0 14px;
  color: #e2dfe3;
  font-size: 14px;
  line-height: 1.5;
}

.keyword {
  color: #f2d27b;
  font-weight: 800;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-btn {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.social-btn svg {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.social-btn svg {
  fill: currentColor;
  stroke: none;
}

.youtube svg {
  fill: currentColor;
  stroke: none;
}

.youtube .play {
  fill: #ffffff;
}

.social-btn.whatsapp {
  color: #25d366;
}

.social-btn.youtube {
  color: #ff3232;
}

.social-btn.tiktok {
  color: #ffffff;
}

.social-btn.tiktok svg {
  width: 27px;
  height: 27px;
  overflow: visible;
}

.tiktok-cyan {
  color: #25f4ee;
  transform: translate(-0.9px, 0.8px);
}

.tiktok-red {
  color: #fe2c55;
  transform: translate(0.9px, -0.7px);
}

.tiktok-white {
  color: #ffffff;
}

.social-btn:hover {
  filter: brightness(1.13);
  transform: translateY(-1px);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.section-heading span {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red));
}

.section-heading span:last-child {
  background: linear-gradient(90deg, var(--red), transparent);
}

.section-heading h2 {
  font-size: 18.5px;
  line-height: 1;
}

.section-break {
  position: relative;
  height: 18px;
  margin: 6px 0 4px;
}

.section-break::before {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.section-break::before {
  top: 9px;
  width: min(52%, 210px);
  height: 1px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(200, 162, 74, 0.12) 16%, rgba(242, 210, 123, 0.74) 50%, rgba(200, 162, 74, 0.12) 84%, transparent 100%);
  box-shadow: 0 0 12px rgba(242, 210, 123, 0.16);
}

.section-subtitle {
  margin: 8px 0 12px;
  color: #d3d0d4;
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
}

.services {
  position: relative;
  z-index: 2;
}

.service-track {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  padding: 6px 0 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
}

.service-track::-webkit-scrollbar {
  display: none;
}

.service-track {
  scrollbar-width: none;
}

.service-card {
  position: relative;
  display: flex;
  flex: 0 0 clamp(278px, 82%, 318px);
  flex-direction: column;
  min-height: 326px;
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, 0.43);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), var(--panel) 48%, #0a0a0d),
    #07080a;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    0 10px 26px rgba(0, 0, 0, 0.2);
  opacity: 0.58;
  scroll-snap-align: start;
  transform: scale(0.965);
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
  filter: saturate(0.82) brightness(0.82);
}

.service-card.is-active {
  z-index: 2;
  border-color: rgba(242, 210, 123, 0.92);
  opacity: 1;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(200, 162, 74, 0.22);
  transform: scale(1);
  filter: saturate(1.03) brightness(1);
}

.service-card.is-active::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(242, 210, 123, 0.22);
  pointer-events: none;
}

.service-image {
  position: relative;
  min-height: 158px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: contrast(1.06) saturate(0.96);
  isolation: isolate;
}

.service-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, transparent 58%, rgba(3, 4, 5, 0.34)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.img-boxing {
  background-image: url("assets/service-boxing-program.png");
}

.img-strength {
  background-image: url("assets/service-strength-program.png");
}

.img-online {
  background-image: url("assets/service-coaching-online.png");
}

.service-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  padding: 17px 18px 10px;
  text-align: center;
}

.service-copy h3 {
  font-size: 20px;
  line-height: 1.02;
}

.service-copy p {
  margin: 10px 0 0;
  color: #d6d3d7;
  font-size: 11.2px;
  line-height: 1.5;
}

.price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 16px 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 0;
  text-align: left;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0;
  color: var(--red-bright);
  font-family: var(--font-body);
  font-size: 31px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.price span {
  color: #e1dde2;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.period {
  margin: 5px 0 0;
  color: #e1dde2;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.detail-btn {
  display: inline-grid;
  min-width: 104px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(242, 210, 123, 0.86);
  border-radius: 7px;
  color: #f4f2f4;
  background:
    linear-gradient(180deg, rgba(200, 162, 74, 0.15), rgba(200, 162, 74, 0.02)),
    rgba(5, 6, 8, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  font-size: 10px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.detail-btn:hover {
  border-color: var(--red-bright);
  background:
    linear-gradient(180deg, rgba(242, 210, 123, 0.26), rgba(200, 162, 74, 0.08)),
    rgba(5, 6, 8, 0.48);
  transform: translateY(-1px);
}

.service-card.is-active .price {
  text-shadow: 0 0 18px rgba(242, 210, 123, 0.25);
}

.service-card.is-active .detail-btn {
  border-color: var(--red-bright);
  background:
    linear-gradient(180deg, rgba(242, 210, 123, 0.18), rgba(200, 162, 74, 0.04)),
    rgba(5, 6, 8, 0.5);
}

.about {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 152px;
  margin-top: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: linear-gradient(90deg, #090a0c 0%, #08090b 56%, #111 100%);
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 13px 12px 17px;
  text-align: center;
}

.about h2 {
  position: relative;
  display: inline-block;
  align-self: center;
  margin-top: 0;
  padding-bottom: 7px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
  text-shadow:
    0 0 16px rgba(242, 210, 123, 0.24),
    0 2px 14px rgba(0, 0, 0, 0.72);
}

.about h2::after {
  position: absolute;
  right: 12%;
  bottom: 0;
  left: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(242, 210, 123, 0.88), transparent);
  box-shadow: 0 0 10px rgba(242, 210, 123, 0.22);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}

.about-stats div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 5px 4px;
  border: 1px solid rgba(242, 210, 123, 0.42);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(242, 210, 123, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
}

.about-stats strong {
  color: var(--red-bright);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.about-stats span {
  margin-top: 3px;
  color: #f0edf0;
  font-size: 6.8px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.about p {
  margin: 9px 0 0;
  color: #e0dde0;
  font-size: 9.1px;
  line-height: 1.48;
}

.about-photo {
  min-height: 152px;
  background-image: url("assets/about-michele-cotrone.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.95) contrast(1.03);
}

.why {
  padding-top: 13px;
}

.section-heading.compact {
  gap: 12px;
  margin-top: 0;
}

.section-heading.compact span {
  width: 35px;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 15px;
}

.feature {
  min-width: 0;
  padding: 0 7px;
  text-align: center;
}

.feature + .feature {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.feature svg {
  width: 34px;
  height: 34px;
  color: var(--red-bright);
  stroke-width: 1.45;
  filter: drop-shadow(0 0 8px rgba(200, 162, 74, 0.2));
}

.feature h3 {
  margin-top: 8px;
  font-size: 10.8px;
  line-height: 1.15;
}

.feature p {
  margin: 7px 0 0;
  color: #d6d2d6;
  font-size: 8px;
  line-height: 1.42;
}

.contact {
  margin: 18px -18px 0;
  padding: 18px 18px 2px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 210, 123, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 72%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-band {
  position: relative;
  padding: 0 0 7px;
}

.contact p {
  max-width: 285px;
  margin: 7px auto 12px;
  color: #e2dee3;
  font-size: 10.5px;
  line-height: 1.45;
}

.cta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 0 8px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 38px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(11, 12, 14, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 9px 22px rgba(0, 0, 0, 0.22);
  font-size: 9.5px;
  white-space: nowrap;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.cta-primary {
  min-height: 38px;
  margin: 0;
  gap: 7px;
}

.cta svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.cta-primary svg {
  width: 18px;
  height: 18px;
}

.cta:hover {
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.cta-primary:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.cta.whatsapp svg {
  color: #21d160;
  fill: currentColor;
  stroke: none;
}

.cta.youtube svg {
  color: #e51f1f;
}

.cta.tiktok svg {
  color: #f7f7f7;
  overflow: visible;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.service-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(7px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  max-height: min(86dvh, 620px);
  overflow-y: auto;
  padding: 22px 20px 20px;
  border: 1px solid rgba(242, 210, 123, 0.58);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 210, 123, 0.12), transparent 42%),
    linear-gradient(180deg, #101114, #060708 72%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 24px 70px rgba(0, 0, 0, 0.72);
  transform: translateY(10px) scale(0.97);
  transition: transform 180ms ease;
}

.service-modal.is-open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.modal-close span {
  position: absolute;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.modal-close span:first-child {
  transform: rotate(45deg);
}

.modal-close span:last-child {
  transform: rotate(-45deg);
}

.modal-eyebrow {
  margin: 0 0 8px;
  color: var(--red-bright);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-panel h2 {
  margin: 0;
  padding-right: 34px;
  font-size: 26px;
  line-height: 1;
}

.modal-price {
  margin: 12px 0 0;
  color: var(--red-bright);
  font-size: 29px;
  font-weight: 900;
}

.modal-price span {
  color: #e5e1e6;
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
}

.modal-description {
  margin: 12px 0 0;
  color: #e5e1e6;
  font-size: 13px;
  line-height: 1.55;
}

.modal-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.modal-list li {
  position: relative;
  padding: 10px 11px 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  color: #f3f0f3;
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
  line-height: 1.35;
}

.modal-list li::before {
  position: absolute;
  top: 13px;
  left: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--red-bright);
  box-shadow: 0 0 10px rgba(242, 210, 123, 0.35);
}


.modal-packages {
  margin: 14px 0 18px;
}

.modal-packages > p {
  margin: 0 0 8px;
  color: var(--red-bright);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-packages > div {
  display: grid;
  gap: 7px;
}

.modal-packages dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  margin: 0;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.modal-packages dt {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-packages dd {
  margin: 0;
  color: var(--red-bright);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.modal-packages dd:last-child {
  grid-column: 1 / -1;
  color: #d7d2d8;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(11, 12, 14, 0.9);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-whatsapp svg {
  width: 19px;
  height: 19px;
  color: #21d160;
  fill: currentColor;
}

@media (max-width: 380px) {
  .page-shell {
    padding-inline: 13px;
  }

  .hero {
    margin-inline: -13px;
    padding-inline: 13px;
    min-height: 232px;
    padding-top: 92px;
    padding-bottom: 22px;
  }

  .hero-copy {
    width: min(100%, 286px);
  }

  .kicker {
    font-size: 12px;
  }

  .claim {
    font-size: 13px;
  }

  .section-break {
    height: 26px;
    margin-top: 3px;
  }

  .section-break::before {
    width: 58%;
  }

  .service-track {
    gap: 10px;
  }

  .service-card {
    flex-basis: min(84%, 286px);
    min-height: 310px;
  }

  .service-image {
    min-height: 144px;
  }

  .service-copy {
    padding: 15px 15px 9px;
  }

  .service-copy h3 {
    font-size: 18px;
  }

  .service-copy p {
    font-size: 10.2px;
  }

  .price {
    font-size: 27px;
  }

  .price span {
    font-size: 10px;
  }

  .detail-btn {
    min-width: 92px;
    height: 33px;
    font-size: 9px;
  }

  .cta-row {
    gap: 7px;
    padding-inline: 0;
  }

  .cta {
    gap: 5px;
    padding-inline: 6px;
    font-size: 8.2px;
  }

  .cta-primary {
    min-height: 35px;
  }

  .cta svg {
    width: 16px;
    height: 16px;
  }

  .modal-panel {
    width: min(100%, 342px);
    max-height: 84dvh;
    padding: 20px 16px 17px;
  }

  .modal-panel h2 {
    font-size: 22px;
  }

  .modal-description {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .page-shell {
    padding-inline: 10px;
  }

  .hero {
    margin-inline: -10px;
    min-height: 224px;
    padding-top: 88px;
  }

  .section-heading {
    gap: 8px;
  }

  .section-heading span {
    width: 24px;
  }

  .section-heading h2 {
    font-size: 16px;
  }

  .service-card {
    flex-basis: min(86%, 292px);
    min-height: 304px;
  }

  .service-image {
    min-height: 136px;
  }

  .price-block {
    gap: 10px;
    margin-inline: 13px;
  }

  .detail-btn {
    min-width: 84px;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-photo {
    min-height: 190px;
    order: -1;
    background-position: center 34%;
  }

  .about-copy {
    padding: 16px 14px 15px;
  }

  .about p {
    font-size: 10.2px;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }

  .feature:nth-child(3) {
    border-left: 0;
  }

  .feature p {
    max-width: 116px;
    margin-inline: auto;
    font-size: 8.6px;
  }

  .cta-row {
    gap: 5px;
  }

  .cta {
    padding-inline: 4px;
    font-size: 7.7px;
  }
}

@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;
  }
}

@media (min-width: 760px) {
  body {
    padding: 28px 0;
  }

  .page-shell {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.65);
  }
}
