/* ==========================================================================
   Foodservice Consulting Group — hoja de estilos común
   1. Fuentes   2. Tokens   3. Base   4. Utilidades   5. Header / menú
   6. Footer   7. WhatsApp flotante   8. Componentes   9. Páginas
   ========================================================================== */

/* 1. Fuentes ---------------------------------------------------------------- */
@font-face {
  font-family: "Montserrat"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* 2. Tokens de diseño -------------------------------------------------------- */
:root {
  /* Colores */
  --c-red: #cc2d2e;            /* rojo de marca: botones, acentos, íconos */
  --c-red-dark: #a92021;       /* hover de botones rojos */
  --c-black: #000;
  --c-ink: #161616;            /* fondo oscuro "¿Por qué elegir?" */
  --c-white: #fff;
  --c-gray-50: #fafafa;        /* fondo de bloques claros (Servicios) */
  --c-gray-100: #f0f0f0;       /* fondo "Quienes somos" (Inicio) */
  --c-footer-veil: rgba(194, 194, 194, .96);
  --c-card-dark: rgba(0, 0, 0, .61); /* tarjetas sobre foto */
  --c-whatsapp: #25d366;

  /* Tipografía */
  --f-sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --fs-hero: clamp(1.9375rem, 1.35rem + 2.45vw, 2.75rem);   /* 31 → 44 */
  --fs-hero-kicker: clamp(1.125rem, 1.05rem + .3vw, 1.25rem);/* 18 → 20 */
  --fs-h2: clamp(1.625rem, 1.2rem + 1.7vw, 2.3125rem);      /* 26 → 37 */
  --fs-h3: clamp(1.25rem, 1rem + 1vw, 1.75rem);             /* 20 → 28 */
  --fs-card: clamp(1.0625rem, .9rem + .7vw, 1.375rem);      /* 17 → 22 */
  --fs-body: clamp(.875rem, .83rem + .2vw, 1rem);           /* 14 → 16 */
  --fs-eyebrow: .9rem;

  /* Espaciado y medidas */
  --section-y: clamp(2.5rem, 1.5rem + 4vw, 5rem);           /* 40 → 80 */
  --w-content: 1250px;
  --radius-pill: 30px;
  --radius-card: 30px;
  --radius-img: 10px;
  --header-h: 125px;
  --ease: cubic-bezier(.25, .7, .3, 1);
}
@media (max-width: 1024px) { :root { --header-h: 117px; } }

/* 3. Base -------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font: 400 var(--fs-body)/1.5 var(--f-sans); color: var(--c-black); background: var(--c-white); -webkit-font-smoothing: antialiased; }
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 { margin: 0; line-height: 1; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--c-red); outline-offset: 3px; }
.icon { width: 1em; height: 1em; flex: none; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 1000; padding: .5rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }

/* 4. Utilidades -------------------------------------------------------------- */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(100% - 2 * 1.25rem, var(--w-content)); margin-inline: auto; }
.js [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* 5. Header / menú ------------------------------------------------------------ */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .13); }
.site-header__inner { display: flex; align-items: center; gap: 20px; width: min(100% - 190px, 1250px); height: var(--header-h); margin: 0 auto; }
.site-header__logo { width: 87px; flex: none; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; }
.site-nav a { position: relative; display: block; padding: 13px 20px; font-size: 15px; line-height: 20px; color: #000; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--c-red); transform: scaleX(0); transition: transform .3s var(--ease); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: none; }
.site-header__cta { margin-left: 11px; }
.nav-toggle { display: none; }

@media (max-width: 1024px) {
  .site-header__inner { width: calc(100% - 40px); gap: 10px; }
  .site-header__logo { width: 78px; }
  .site-nav { margin: 0; }
  .nav-toggle { display: grid; place-items: center; width: 44px; height: 44px; margin-left: auto; background: none; border: 0; color: #0e0e0e; }
  .nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { display: block; width: 20px; height: 2px; border-radius: 1px; background: currentColor; transition: transform .3s var(--ease), background-color .2s; }
  .nav-toggle__bars { position: relative; }
  .nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
  .nav-toggle__bars::before { top: -6px; } .nav-toggle__bars::after { top: 6px; }
  .nav-open .nav-toggle__bars { background: transparent; }
  .nav-open .nav-toggle__bars::before { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle__bars::after { transform: translateY(-6px) rotate(-45deg); }
  .site-header__cta { margin: 0; padding: 9px 12px; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: #000; max-height: 0; overflow: hidden; visibility: hidden; transition: max-height .35s var(--ease), visibility 0s .35s; }
  .nav-open .site-nav { max-height: 60vh; visibility: visible; transition: max-height .35s var(--ease); }
  .site-nav ul { flex-direction: column; }
  .site-nav a { padding: 16px 20px; color: #fff; text-align: center; }
  .site-nav a::after { display: none; }
  .site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--c-red); }
}

/* 6. Footer ----------------------------------------------------------------- */
.site-footer {
  padding: 50px 0 20px; font-size: 14px; font-weight: 500;
  background: linear-gradient(var(--c-footer-veil), var(--c-footer-veil)), #999 url("../img/foto-gastronomia-4-800.webp") center / cover;
}
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; width: min(100% - 190px, 1250px); margin: 0 auto; padding: 60px 0 90px; }
.site-footer__brand { text-align: center; }
.site-footer__brand img { width: 81px; margin: 0 auto 26px; }
.site-footer__brand p { font-size: 14px; }
.site-footer__menu { padding-left: 60px; }
.site-footer__menu li + li { margin-top: 18px; }
.site-footer__contact h2 { font-size: 18px; font-weight: 600; margin: 0 0 20px; }
.site-footer__contact li + li { margin-top: 10px; }
.site-footer__contact a { display: inline-flex; align-items: center; gap: 20px; }
.site-footer__contact .icon { width: 13px; height: 13px; color: var(--c-red); }
.site-footer a:hover { color: var(--c-red); }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: min(100% - 210px, 1230px); margin: 0 auto; font-size: 12px; font-weight: 400; color: #161616; }
.site-footer__bottom p { margin: 0; }
.site-footer__agency { font-size: 10px; color: rgba(22, 22, 22, .47); }
@media (max-width: 767px) {
  .site-footer { padding-top: 30px; }
  .site-footer__inner { grid-template-columns: 1fr; width: calc(100% - 40px); text-align: center; padding: 20px 0 30px; gap: 34px; }
  .site-footer__menu { padding: 0; }
  .site-footer__contact a { gap: 10px; }
  .site-footer__bottom { flex-direction: column; width: calc(100% - 40px); text-align: center; }
}

/* 7. WhatsApp flotante ---------------------------------------------------------- */
.wa-float { position: fixed; right: 28px; bottom: 28px; z-index: 90; animation: wa-in .5s 1s var(--ease) both; }
@keyframes wa-in { from { opacity: 0; transform: scale(.6); } }
.wa-float__btn { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--c-whatsapp); color: #fff; font-size: 34px; box-shadow: 0 6px 18px rgba(0, 0, 0, .25); transition: transform .2s; }
.wa-float:hover .wa-float__btn { transform: scale(1.08); }
@media (max-width: 767px) { .wa-float { right: 14px; bottom: 14px; } }

/* 8. Componentes ============================================================== */
/* Botones */
.btn {
  display: inline-block; padding: 12px 24px; border: 1px solid var(--c-red); border-radius: var(--radius-pill);
  background: var(--c-red); color: #fff; font-size: 15px; line-height: 15px; text-align: center;
  transition: background-color .3s, border-color .3s, color .3s;
}
.btn:hover { background: var(--c-red-dark); border-color: var(--c-red-dark); color: #fff; }
.btn--ghost { background: transparent; border-color: #fff; }
.btn--ghost:hover { background: #fff; border-color: #fff; color: #000; }
.btn--light { background: transparent; border-color: #fff; color: #fff; }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--c-red); }

/* Portada con fotos rotativas */
.hero { position: relative; isolation: isolate; overflow: hidden; display: grid; place-items: center; min-height: 610px; padding: 50px 20px; text-align: center; color: #fff; background: #333; }
.hero--short { min-height: 230px; }
.hero__slides { position: absolute; inset: 0; z-index: -2; }
.hero__slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.5s ease-in-out; }
.hero__slides img.is-active { opacity: 1; }
.hero__slides img.is-active, .hero__slides img.was-active { animation: kenburns 9s linear both; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.3); } }
@media (prefers-reduced-motion: reduce) { .hero__slides img { animation: none !important; } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(0, 0, 0, .455), rgba(0, 0, 0, .83)); }
.hero__content { width: min(100%, 747px); }
.hero__kicker { font-size: var(--fs-hero-kicker); font-weight: 200; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 10px; }
.hero__title { font-size: var(--fs-hero); font-weight: 700; text-transform: uppercase; }
.hero__lead { font-size: clamp(1rem, .85rem + .7vw, 1.3125rem); font-weight: 600; line-height: 1.5; margin: 18px auto 0; max-width: 620px; }
.hero__text { font-size: var(--fs-body); margin: 12px 0 0; }
.hero__actions { display: flex; justify-content: center; gap: 20px; margin-top: 15px; }

/* Títulos de sección */
.eyebrow { display: block; font-size: 14px; color: var(--c-red); text-transform: uppercase; margin-bottom: 10px; }
.section-title { font-size: var(--fs-h2); font-weight: 700; text-transform: uppercase; }
.section-title--md { font-size: var(--fs-h3); font-weight: 500; line-height: 1; }
.rule { display: block; width: 177px; height: 1px; margin: 10px 0 14px; background: var(--c-red); }
.center .rule { margin-inline: auto; }
.on-dark .eyebrow { color: #fff; }
.on-dark .rule { background: #fff; }

/* Tarjetas con borde redondeado */
.card { border: 1px solid #fff; border-radius: var(--radius-card); padding: 40px; }
.card--dark { background: var(--c-card-dark); }
.card--red-line { border-color: var(--c-red); text-align: center; }
.card__title { font-size: var(--fs-card); font-weight: 600; line-height: 1; margin: 0 0 20px; color: #fff; }
.bullets li { position: relative; padding-left: 17px; color: #fff; font-size: 15px; line-height: 1.5; }
.bullets li + li { margin-top: 9px; }
.bullets li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--c-red); }
.feature-icon { display: block; width: auto; height: 50px; margin: 0 auto 20px; color: var(--c-red); }

/* Imágenes con esquinas redondeadas */
.rounded { border-radius: var(--radius-img); overflow: hidden; }
.rounded img { width: 100%; height: 100%; object-fit: cover; }

/* Carrusel (logos) */
.carousel { position: relative; }
.carousel__track { display: flex; gap: var(--gap, 0px); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track > * { flex: 0 0 calc((100% - (var(--per, 1) - 1) * var(--gap, 0px)) / var(--per, 1)); scroll-snap-align: start; }
.carousel__btn { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; background: none; color: #000; font-size: 18px; }
.carousel__btn--prev { left: -40px; }
.carousel__btn--next { right: -40px; }

/* Formularios */
.form { display: grid; gap: 10px; }
.form__field { display: grid; gap: 4px; }
.form input, .form textarea {
  width: 100%; padding: 14px 15px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .45); border-radius: 0;
  background: transparent; color: #fff; font: 400 15px/1.4 var(--f-sans);
}
.form input::placeholder, .form textarea::placeholder { color: rgba(255, 255, 255, .72); }
.form textarea { min-height: 95px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: none; border-bottom-color: #fff; background: rgba(255, 255, 255, .06); }
.form [aria-invalid="true"] { border-bottom-color: #ff8a8a; }
.form__error { color: #ffb3b3; font-size: 13px; margin: 0; }
.form__error:empty { display: none; }
.form__actions { text-align: center; margin-top: 6px; }
.form__actions .btn { padding: 12px 28px; }
.form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__status { margin: 4px 0 0; padding: 12px 16px; border-radius: 12px; font-size: 14px; text-align: center; }
.form__status--ok { background: rgba(37, 211, 102, .15); color: #d7ffe5; }
.form__status--error { background: rgba(204, 45, 46, .2); color: #ffd6d6; }
.form__status a { text-decoration: underline; }
.form__status[hidden] { display: none; }
input, textarea, .form__status { scroll-margin-top: calc(var(--header-h) + 20px); }

@media (max-width: 767px) {
  .hero { min-height: 601px; }
  .hero--short { min-height: 153px; }
  .hero__actions { flex-direction: column; gap: 20px; padding: 0 10px; }
  .hero__actions .btn { padding: 9px 20px; }
  .card { padding: 30px; }
  .carousel__btn--prev { left: -10px; } .carousel__btn--next { right: -10px; }
}

/* 9. Páginas ================================================================== */
/* 9.1 Inicio */
.about { background: var(--c-gray-100); padding-block: 90px; }
.about__inner { display: grid; grid-template-columns: 589fr 571fr; gap: 70px; align-items: start; width: min(100% - 210px, 1230px); }
.about__text p { margin-bottom: 1em; }
.about__text .btn { margin-top: 0; }
.about__media { margin: 0; aspect-ratio: 571 / 380; }
.services-overview { position: relative; isolation: isolate; padding: 140px 0 110px; min-height: 954px; display: grid; align-content: center; background: #333 url("../img/foto-gastronomia-1.webp") center / cover fixed; }
.services-overview::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .36); }
.services-overview__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: min(100% - 240px, 1200px); }
.why { position: relative; isolation: isolate; padding: 90px 0 90px; background: var(--c-ink) url("../img/foto-gastronomia-9-800.webp") center / cover; color: #fff; }
.why::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .9); }
.why__title { font-size: clamp(1.375rem, 1rem + 1.5vw, 2.125rem); font-weight: 600; text-align: center; margin-bottom: 64px; }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: min(100%, 1150px); margin: 0 auto; }
.why__grid .card { padding: 40px 30px; min-height: 202px; }
.why__grid .card__title { color: rgba(255, 255, 255, .92); margin: 0; }
.clients { padding-block: 90px 95px; }
.clients .rule--wide { width: 370px; }
.clients__intro { margin: 0 0 26px; }
.clients__carousel { --per: 6; --gap: 91px; width: min(100% - 180px, 1230px); margin: 0 auto; }
.clients__carousel .carousel__track { align-items: center; }
.clients__carousel li { display: grid; place-items: center; height: 125px; }
.clients__carousel img { max-height: 120px; width: auto; max-width: 100%; object-fit: contain; }
@media (max-width: 1024px) {
  .services-overview__grid, .why__grid { grid-template-columns: repeat(2, 1fr); width: calc(100% - 40px); }
  .clients__carousel { --per: 4; --gap: 40px; }
}
@media (max-width: 767px) {
  .about { padding-block: 40px 50px; }
  .about__inner { grid-template-columns: 1fr; gap: 50px; width: calc(100% - 40px); text-align: center; }
  .about .rule { margin-inline: auto; }
  .about__text .btn { display: block; }
  .services-overview { padding: 60px 0; background-attachment: scroll; }
  .services-overview__grid, .why__grid { grid-template-columns: 1fr; width: calc(100% - 20px); gap: 20px; }
  .why { padding: 40px 0 50px; }
  .why__title { margin-bottom: 30px; }
  .why__grid .card { min-height: 0; padding: 30px; }
  .clients { padding-block: 40px 50px; }
  .clients .rule--wide { width: 60%; }
  .clients__carousel { --per: 2; --gap: 30px; width: calc(100% - 60px); }
}

/* 9.2 Servicios: bloques alternados */
.service-block { background: var(--c-gray-50); padding-block: 80px 82px; }
.service-block--red { background: var(--c-red); color: #fff; }
.service-block__inner { display: grid; grid-template-columns: 575fr 625fr; gap: 50px; align-items: start; width: min(100% - 190px, 1250px); margin: 0 auto; }
.service-block--red .service-block__inner { grid-template-columns: 624fr 575fr; }
.service-block--red .service-block__media { order: -1; }
.service-block__media { margin: 0; aspect-ratio: 625 / 352; }
.service-block .section-title--md { line-height: 1; }
.list { list-style: disc; padding-left: 40px; margin-bottom: 1em; }
.list li + li { margin-top: .9em; }
.service-block__text .btn { margin-top: 0; }

/* 9.3 Quienes somos */
.team-page { position: relative; isolation: isolate; overflow: hidden; padding: 155px 0 80px; color: #fff; background: #333; }
.team-page::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .6)); }
.team-page__title { text-align: center; margin-bottom: 50px; }
.team-panel { width: min(100% - 160px, 1280px); background: var(--c-card-dark); border-radius: var(--radius-card); padding: 80px 70px 95px; }
.person { display: grid; grid-template-columns: 754fr 384fr; gap: 56px; align-items: center; }
.person + .person { margin-top: 80px; }
.person__photo { margin: 0; }
.person__photo--rect { aspect-ratio: 272 / 422; width: 272px; justify-self: center; }
.person__photo--round { width: 272px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 3px solid #fff; justify-self: center; align-self: start; }
.person__photo--round img { width: 100%; height: 100%; object-fit: cover; }
.values { display: grid; gap: 60px; margin-top: 100px; }
.value { display: grid; grid-template-columns: 54px 1fr; gap: 14px 14px; align-items: center; padding: 30px 30px; }
.value__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--c-red); font-size: 26px; }
.value__title { font-size: 20px; font-weight: 600; line-height: 1.2; margin-bottom: 8px; }
.value p { font-size: 14px; line-height: 1.5; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 45px; }
.stats .card { padding: 40px 20px; min-height: 202px; }
.team-page__cta { text-align: center; margin-top: 70px; padding: 0 20px; }
.team-page__cta p { font-size: clamp(1.25rem, 1rem + 1vw, 1.5625rem); color: rgba(255, 255, 255, .92); margin-bottom: 20px; }

/* 9.4 Contacto */
.hero--contact { min-height: 610px; }
.page-contacto .site-footer__inner { padding-bottom: 110px; }
.contact-card { width: min(100%, 637px); padding: 45px 40px 40px; border-radius: var(--radius-card); background: rgba(0, 0, 0, .62); text-align: center; }
.contact-card__title { font-size: 19px; font-weight: 400; line-height: 1; color: rgba(255, 255, 255, .92); margin-bottom: 25px; }

@media (max-width: 1024px) {
  .team-panel { width: calc(100% - 40px); padding: 50px 40px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .service-block { padding-block: 40px; }
  .service-block__inner, .service-block--red .service-block__inner { grid-template-columns: 1fr; width: 100%; gap: 30px; }
  .service-block--red .service-block__media { order: 2; }
  .service-block__text { padding: 0 20px; text-align: center; }
  .service-block__text .rule { margin-inline: auto; }
  .service-block__text .list { text-align: left; }
  .service-block__text .btn { display: block; }
  .service-block__media { border-radius: 0; aspect-ratio: 390 / 197; }
  .team-page { padding: 80px 0 50px; }
  .team-page__title { margin-bottom: 35px; }
  .team-panel { width: calc(100% - 20px); padding: 30px 20px; }
  .person { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .person .rule { margin-inline: auto; }
  .person__text p { text-align: left; }
  .person__photo--rect { max-width: none; width: 100%; aspect-ratio: 370 / 406; }
  .values { gap: 20px; margin-top: 40px; }
  .value { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .stats { grid-template-columns: 1fr; gap: 20px; }
  .team-page__cta .btn { display: block; }
  .contact-card { padding: 20px 20px 30px; background: transparent; }
  .contact-card__title { font-size: 16px; line-height: 1.3; }
}
@media (max-width: 767px) {
  .person__photo--rect { width: 100%; aspect-ratio: 370 / 406; }
  .stats .card { min-height: 0; }
  .services-overview { min-height: 0; }
}
.center { text-align: center; }
@media (max-width: 767px) {
  .site-header__cta { font-size: 15px; padding: 9px 10px; }
  .hero--short .hero__title { font-size: 23px; }
  .service-block__text { text-align: left; }
  .service-block__text .eyebrow, .service-block__text .section-title, .service-block__text .rule { text-align: center; }
  .service-block__text .rule { margin-inline: auto; }
  .service-block__media { border-radius: var(--radius-img); width: calc(100% - 40px); margin: 0 auto; aspect-ratio: 350 / 197; }
  .team-page__title { font-size: 23px; }
  .person__photo--rect { width: 262px; aspect-ratio: 262 / 406; }
  .contact-card { background: rgba(0, 0, 0, .62); padding: 30px 20px; }
}
.form__hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 6px 0 0; font-size: 13px; color: rgba(255, 255, 255, .8); }
.form__hint .icon { color: var(--c-whatsapp); font-size: 16px; }
.form__actions .btn { display: inline-flex; align-items: center; gap: 8px; }
.form__actions .btn .icon { font-size: 17px; }
