:root {
  color-scheme: dark;
  font-family: "Montserrat", "Arial", sans-serif;
  background: #1e1e1c;
  color: #f5f4f2;
  --brand-red: #740004;
  --brand-red-dark: #4d0003;
  --brand-red-light: #b21b24;
  --brand-red-pale: #ffb9bd;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html, body { overflow-x: clip; }
body { margin: 0; min-width: 320px; min-height: 100svh; background: url("assets/patasbg-800.webp?v=2") center top / 800px auto repeat; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #fff; outline-offset: 6px; }
.skip-link { position: fixed; top: 10px; left: 16px; padding: 12px 18px; background: #fff; color: #111; z-index: 10; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { width: min(88.5%, 1240px); min-height: 72px; margin: 12px auto 0; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 60px; background: rgba(35, 35, 35, .65); position: sticky; top: 12px; z-index: 50; border: 1px solid rgba(255, 255, 255, .22); box-shadow: 0 8px 32px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .12); -webkit-backdrop-filter: blur(18px) saturate(150%); backdrop-filter: blur(18px) saturate(150%); }
.skip-link { z-index: 100; }
html { scroll-padding-top: 100px; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { display: block; width: 64px; height: 64px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(20px, 4vw, 56px); }
nav a { font-size: clamp(15px, 1.6vw, 21px); font-weight: 500; white-space: nowrap; padding: 14px 0; transition: color 160ms ease; }
nav a:hover { color: var(--brand-red-pale); }
.hero { width: min(86%, 1200px); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 32px; min-height: min(720px, calc(100svh - 84px)); padding: 48px 0 64px; }
.hero-copy { position: relative; z-index: 1; }
h1 { margin: 0 0 20px; font-size: clamp(42px, 5.55vw, 76px); line-height: 1.02; letter-spacing: -1.5px; font-weight: 800; color: var(--brand-red-pale); background: linear-gradient(100deg, #ffe7e7, var(--brand-red-pale)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-subtitle { max-width: 430px; margin: 0 0 28px; font-size: clamp(17px, 1.9vw, 22px); font-weight: 400; line-height: 1.16; letter-spacing: -.35px; }
.hero-attendance { display: flex; align-items: center; gap: 12px; width: fit-content; max-width: 100%; margin: 0 0 24px; padding: 10px 16px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 14px; background: rgba(35, 35, 35, .6); box-shadow: 0 8px 24px #0003, inset 0 1px 0 #ffffff1a; -webkit-backdrop-filter: blur(16px) saturate(150%); backdrop-filter: blur(16px) saturate(150%); color: #fff; font-size: clamp(14px, 1.5vw, 17px); line-height: 1.4; }
.hero-attendance strong { font-weight: 800; }
.attendance-signal { position: relative; flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; background: #00e65b; box-shadow: 0 0 8px #00e65b80; }
.attendance-signal::before, .attendance-signal::after { content: ""; position: absolute; inset: -2px; border: 1px solid #00e65b; border-radius: 50%; opacity: 0; animation: attendance-pulse 2.4s ease-out infinite; }
.attendance-signal::after { animation-delay: 1.2s; }
@keyframes attendance-pulse { 0% { transform: scale(.7); opacity: .75; } 80%, 100% { transform: scale(2); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .attendance-signal::before, .attendance-signal::after { animation: none; } }
.button-whatsapp { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border-radius: 18px; background: #00d340; color: #07190c; font-size: clamp(14px, 1.5vw, 17px); font-weight: 500; text-transform: uppercase; box-shadow: 0 16px 44px #00d34033; transition: background 160ms ease, transform 160ms ease; }
.button-whatsapp:hover { background: #2bea64; transform: translateY(-2px); }
.hero-visual { position: relative; isolation: isolate; align-self: stretch; display: flex; align-items: flex-end; margin-bottom: -64px; }
.hero-band { content: ""; position: absolute; z-index: -1; left: 0; right: min(-7vw, calc((1200px - 100vw) / 2)); height: 56%; top: 27%; border-radius: 48px 0 0 48px; background: var(--brand-red); }
.hero-visual img { display: block; width: 112%; max-width: none; height: auto; margin-left: -6%; object-fit: contain; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; }

@media (min-width: 1600px) { .hero-band { right: calc((1200px - 100vw) / 2); } }
@media (max-width: 700px) {
  body { min-width: 0; }
  .site-header { width: calc(100% - 32px); padding: 4px 20px; min-height: 64px; flex-wrap: wrap; gap: 0; }
  .brand img { width: 56px; height: 56px; }
  .menu-toggle:not([hidden]) { display: block; }
  nav { width: 100%; flex-direction: column; gap: 0; align-items: stretch; padding-bottom: 16px; }
  nav a { padding: 12px 8px; font-size: 17px; }
  .js nav:not(.is-open) { display: none; }
  .site-header:has(.is-open) { border-radius: 28px; }
  .hero { width: calc(100% - 48px); grid-template-columns: 1fr; gap: 20px; padding: 42px 0 24px; min-height: auto; }
  h1 { font-size: clamp(42px, 9vw, 62px); letter-spacing: -1px; margin-bottom: 18px; }
  .hero-copy { text-align: center; }
  .hero-subtitle { max-width: 360px; font-size: 18px; line-height: 1.3; margin: 0 auto 24px; }
  .hero-attendance { margin-inline: auto; }
  .button-whatsapp { min-height: 48px; font-size: 14px; }
  .hero-visual { width: 100%; max-width: 480px; justify-self: center; margin-bottom: -24px; }
  .hero-visual img { width: 100%; margin-left: 0; }
  .hero-band { left: 8%; right: -24px; border-radius: 32px 0 0 32px; }
}
.training-background { background: linear-gradient(to bottom, var(--brand-red-dark) 0%, var(--brand-red) 38%, var(--brand-red) 65%, var(--brand-red) 82%, #1e1e1c 100%); }
.behaviors { padding: 38px 24px 46px; text-align: center; }
.behaviors-inner { width: min(100%, 1200px); margin-inline: auto; }
.behaviors-heading { max-width: 920px; margin: 0 auto 24px; }
.behaviors h2 { margin: 0 auto 18px; max-width: 900px; color: #fff; font-size: clamp(28px, 3.8vw, 46px); font-weight: 800; line-height: 1.06; letter-spacing: -.6px; }
.behaviors-heading p { max-width: 850px; margin: 0 auto; font-size: clamp(15px, 1.8vw, 20px); font-weight: 500; line-height: 1.2; }
.behaviors-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 22px; padding: 0; margin: 0; list-style: none; }
.behavior-card { padding: 16px 14px 20px; border-radius: 22px; background: #252725; }
.behavior-card svg { display: block; width: 30px; height: 30px; margin: 0 auto 8px; fill: none; stroke: #efefed; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.behavior-card h3 { margin: 0 0 10px; color: #fff; font-size: clamp(15px, 1.8vw, 21px); font-weight: 800; line-height: 1.1; }
.behavior-card p { margin: 0; font-size: clamp(14px, 1.6vw, 18px); line-height: 1.18; font-weight: 500; }
.behaviors-action { margin-top: 32px; }
.behaviors-action .button-whatsapp { min-width: 280px; box-shadow: none; }
@media (max-width: 700px) {
  .behaviors { padding: 40px 24px; }
  .behaviors-heading p { max-width: 340px; font-size: 14px; line-height: 1.3; letter-spacing: 0; }
  .behaviors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .behavior-card { min-width: 0; padding: 18px 12px; border-radius: 18px; }
  .behavior-card h3, .behavior-card p { overflow-wrap: normal; word-break: normal; }
  .behavior-card p br { display: none; }
  .behaviors-action .button-whatsapp { min-width: min(280px, 100%); }
}
@media (max-width: 480px) {
  .behaviors-grid { grid-template-columns: 1fr; }
  .behavior-card h3 { font-size: 18px; }
  .behavior-card p { font-size: 16px; }
}
.services { padding: 72px 38px 90px; }
.services-inner { width: min(100%, 1200px); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; align-items: start; gap: clamp(40px, 7vw, 100px); }
.services-copy h2 { margin: 0 0 26px; font-size: clamp(32px, 4.8vw, 58px); line-height: 1.02; font-weight: 800; letter-spacing: -.7px; }
.services-copy > p { margin: 0 0 28px; font-size: clamp(17px, 2.1vw, 23px); font-weight: 500; line-height: 1.22; }
.services-copy .services-invitation { max-width: 380px; font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; line-height: 1.06; }
.services-mobile-copy { display: none; }
.services-signature { display: block; margin-top: 50px; font-family: cursive; font-style: italic; font-size: 22px; font-weight: bold; }
.services-carousel { position: relative; min-width: 0; margin-top: 8px; touch-action: pan-y; }
.services-slides { display: grid; gap: 20px; }
.services-carousel.is-ready .services-slides { display: grid; gap: 0; }
.services-carousel.is-ready .service-card { grid-area: 1 / 1; }
.service-card { min-width: 0; display: flex; flex-direction: column; align-items: center; padding: 32px 28px; border-radius: 22px; background: #fff; color: #292b29; }
.service-card[hidden] { display: none; }
.service-card svg { width: 48px; height: 48px; flex-shrink: 0; margin-bottom: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 26px; font-size: clamp(20px, 2.5vw, 28px); line-height: 1.06; font-weight: 800; text-transform: uppercase; text-align: center; }
.service-card p { align-self: stretch; margin: 0 0 30px; font-size: clamp(18px, 2.3vw, 24px); line-height: 1.22; }
.service-card .button-whatsapp { margin-top: auto; width: 100%; padding-inline: 10px; box-shadow: none; white-space: nowrap; }
.carousel-arrow { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: #222522; font-size: 34px; cursor: pointer; filter: drop-shadow(5px 4px 3px #0005); }
.carousel-arrow[hidden] { display: none; }
.carousel-arrow svg, .gallery-arrow svg { display: block; width: 34px; height: 34px; margin: auto; fill: currentColor; }
.carousel-arrow, .gallery-arrow { -webkit-appearance: none; appearance: none; }
.carousel-prev { left: -27px; }
.carousel-next { right: -27px; }
.service-card a:focus-visible { outline-color: #252725; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.sanitary-cta { padding: 0 38px 86px; }
.sanitary-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(32px, 7vw, 100px); width: min(100%, 1200px); margin: 0 auto; padding: clamp(34px, 5vw, 64px) clamp(28px, 6vw, 84px); overflow: hidden; border-radius: 28px; background: #1e1e1c; color: #f5f4f2; }
.sanitary-cta-inner::after { content: ""; position: absolute; right: -72px; bottom: -112px; width: 300px; height: 300px; border: 2px solid var(--brand-red); border-radius: 50%; box-shadow: 0 0 0 24px #74000422, 0 0 0 48px #74000414; }
.sanitary-cta-mark { position: absolute; top: 24px; right: 34px; color: var(--brand-red); font-size: 14px; font-weight: 800; letter-spacing: 2px; }
.sanitary-cta-copy, .sanitary-cta-action { position: relative; z-index: 1; }
.sanitary-cta-eyebrow { margin: 0 0 18px; color: var(--brand-red-pale); font-size: clamp(13px, 1.4vw, 16px); font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.sanitary-cta h2 { margin: 0 0 24px; color: #f5f4f2; font-size: clamp(44px, 7vw, 86px); line-height: .92; font-weight: 800; letter-spacing: -2px; }
.sanitary-cta h2 em { color: var(--brand-red-pale); font-style: normal; }
.sanitary-cta-text { max-width: 560px; margin: 0; color: #d5d5d0; font-size: clamp(17px, 2vw, 23px); line-height: 1.2; font-weight: 500; }
.sanitary-cta-action { align-self: end; padding-bottom: 4px; }
.sanitary-cta-action p { margin: 0 0 24px; color: #f5f4f2; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.1; font-weight: 800; }
.sanitary-cta-action .button-whatsapp { min-height: 56px; padding-inline: 24px; box-shadow: none; }
@media (max-width: 700px) {
  .services { padding: 40px 36px 72px; }
  .services-inner { grid-template-columns: 1fr; gap: 30px; }
  .services-copy { text-align: center; }
  .services-copy .services-invitation { line-height: 1.16; }
  .services-copy .services-invitation { margin-inline: auto; }
  .services-desktop-copy { display: none; }
  .services-mobile-copy { display: inline; }
  .services-signature { margin-top: 24px; }
  .services-carousel { width: min(100%, 380px); margin: 0 auto; }
  .service-card { padding: 28px 22px; }
  .service-card h3 { line-height: 1.15; }
  .service-card .button-whatsapp { white-space: normal; line-height: 1.15; }
  .sanitary-cta { padding: 0 24px 56px; }
  .sanitary-cta-inner { grid-template-columns: 1fr; gap: 30px; padding: 34px 24px 30px; border-radius: 22px; }
  .sanitary-cta-mark { top: 18px; right: 22px; }
  .sanitary-cta h2 { margin-bottom: 20px; font-size: clamp(46px, 14vw, 72px); letter-spacing: -1.5px; }
  .sanitary-cta-text { font-size: 17px; line-height: 1.3; }
  .sanitary-cta-action { padding-bottom: 0; }
  .sanitary-cta-action p { font-size: 22px; }
  .sanitary-cta-action .button-whatsapp { width: 100%; padding-inline: 12px; }
}
.process { padding: 42px 32px 84px; background: linear-gradient(to bottom, #1e1e1c, transparent 72px); }
.process-inner { width: min(100%, 1160px); margin-inline: auto; }
.process-heading { text-align: center; margin-bottom: 60px; }
.process-heading h2 { margin: 0 0 16px; font-size: clamp(32px, 4.7vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -.6px; }
.process-heading p { margin: 0 auto; max-width: 1080px; font-size: clamp(17px, 2.1vw, 23px); line-height: 1.25; font-weight: 500; }
.process-heading .process-online { margin-top: 20px; }
.process-online strong { color: var(--brand-red-pale); font-weight: 800; }
.process-steps { display: grid; grid-template-columns: 1fr 70px 1.37fr; align-items: stretch; width: min(100%, 1020px); margin-inline: auto; }
.process-card { padding: 26px 28px 28px; background: var(--brand-red); border-radius: 10px; }
.process-card h3 { width: fit-content; min-width: min(100%, 280px); max-width: 100%; margin: 0 auto 16px; padding: 6px 18px; border-radius: 40px; background: #1e1e1c; font-size: clamp(18px, 2.3vw, 25px); line-height: 1.1; font-weight: 800; text-transform: uppercase; text-align: center; }
.process-card ul { margin: 0; padding: 0; list-style: none; font-size: clamp(17px, 2.1vw, 23px); line-height: 1.22; font-weight: 500; }
.process-arrow { width: 44px; height: 24px; align-self: center; justify-self: center; fill: #fff; stroke: #fff; stroke-width: 2; }
.process-action { margin-top: 44px; text-align: center; }
.process-action .button-whatsapp { min-width: min(290px, 100%); box-shadow: 0 0 38px #ffffff24; }
@media (max-width: 700px) {
  .process { padding: 36px 24px 56px; }
  .process-heading { margin-bottom: 32px; }
  .process-steps { grid-template-columns: 1fr; gap: 18px; max-width: 440px; }
  .process-card { padding: 24px; }
  .process-card h3 { font-size: 20px; }
  .process-card ul { font-size: 18px; line-height: 1.35; }
  .process-arrow { transform: rotate(90deg); }
  .process-action { margin-top: 30px; }
}
.about { padding: 32px 32px 80px; }
.about-inner { width: min(100%, 1100px); margin-inline: auto; }
.about h2 { margin: 0 0 48px; text-align: center; font-size: clamp(32px, 4.7vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -.6px; }
.about-content { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: start; }
.about-text { font-size: clamp(16px, 1.9vw, 21px); line-height: 1.18; font-weight: 500; }
.about-text p { margin: 0; }
.about-text.is-collapsed { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 12; overflow: hidden; }
.about-toggle { display: block; padding: 4px 0; min-height: 44px; border: 0; background: transparent; color: var(--brand-red-light); font-size: 18px; font-weight: 500; text-transform: uppercase; cursor: pointer; }
.about-toggle[hidden] { display: none; }
.about-toggle:hover { color: var(--brand-red-pale); }
/* Dedicated optimized photo, independent of the original reference. */
.about-photo { position: relative; overflow: hidden; aspect-ratio: 994 / 570; margin: 0; border-radius: 22px; }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 700px) {
  .about { padding: 24px 24px 56px; }
  .about h2 { margin-bottom: 30px; }
  .about-content { grid-template-columns: 1fr; gap: 26px; }
  .about-text { font-size: 17px; line-height: 1.35; }
}
.gallery { padding: 24px 64px 80px; }
.gallery-inner { width: min(100%, 1140px); margin-inline: auto; }
.gallery h2 { margin: 0 0 48px; text-align: center; font-size: clamp(32px, 4.7vw, 54px); font-weight: 800; line-height: 1.08; }
.gallery-carousel { position: relative; touch-action: pan-y; }
.gallery-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 5vw, 70px); align-items: start; }
.gallery-photo { position: relative; overflow: hidden; margin: 0; min-width: 0; aspect-ratio: 424 / 670; }
.gallery-photo[hidden] { display: none; }
.gallery-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.gallery-arrow { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 34px; cursor: pointer; }
.gallery-arrow[hidden] { display: none; }
.gallery-prev { left: -54px; }
.gallery-next { right: -54px; }
@media (max-width: 700px) {
  .gallery { padding: 24px 52px 56px; }
  .gallery h2 { margin-bottom: 30px; }
  .gallery-photos { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .gallery-photo { width: 100%; height: auto; max-width: 360px; justify-self: center; }
  .gallery-carousel.is-ready .gallery-photos { height: clamp(320px, 115vw, 500px); }
  .gallery-carousel.is-ready .gallery-photo { height: 100%; width: auto; max-width: 100%; }
  .gallery-carousel.is-ready .gallery-photo[hidden] { display: none; }
  .gallery-prev { left: -46px; }
  .gallery-next { right: -46px; }
}
.reviews { position: relative; background: #d9d9d9; color: #282828; padding: 20px 0 28px; }
.reviews-viewport { overflow: hidden; }
.reviews-track, .reviews-group { display: flex; width: max-content; }
.reviews-group { gap: 48px; padding-right: 48px; }
.review-card { display: flex; align-items: center; gap: 16px; width: 400px; padding: 4px 0; flex-shrink: 0; }
.review-card img { width: 80px; height: 80px; flex-shrink: 0; border-radius: 50%; object-fit: cover; background: #777; }
.review-card h3 { margin: 0 0 4px; font-size: 17px; line-height: 1.1; font-weight: 800; }
.review-card blockquote { margin: 0; font-size: 13px; font-weight: 500; line-height: 1.15; }
.review-source { display: block; margin-top: 5px; font-size: 11px; text-decoration: underline; }
.reviews-toggle { position: absolute; right: 8px; bottom: 2px; border: 0; border-radius: 50%; background: #282828; color: #fff; width: 28px; height: 28px; cursor: pointer; }
.reviews-toggle[hidden] { display: none; }
.reviews-toggle svg { display: block; width: 16px; height: 16px; margin: auto; fill: currentColor; }
.reviews a:focus-visible { outline-color: var(--brand-red-pale); outline-offset: -2px; }
.social { background: linear-gradient(to bottom, var(--brand-red-dark) 0%, var(--brand-red) 87%, #1e1e1c 100%); overflow: hidden; }
.social-inner { width: min(100%, 1200px); margin: auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; padding: 0 32px; }
.social-phone img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent), linear-gradient(to bottom, transparent, #000 20%, #000 85%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent), linear-gradient(to bottom, transparent, #000 20%, #000 85%, transparent);
  mask-composite: intersect;
}
.social-content { padding: 36px 0 64px; }
.social-content h2 { margin: 0 0 22px; font-size: clamp(19px, 2.2vw, 27px); font-weight: 800; }
.social-link { display: flex; align-items: center; gap: 14px; width: 100%; max-width: 440px; margin-bottom: 12px; padding: 8px 12px; border-radius: 8px; background: #fff; color: #292929; font-size: clamp(16px, 2vw, 24px); font-weight: 800; box-shadow: 6px 7px 9px #0003; }
.social-instagram, .social-whatsapp { font-size: 34px; line-height: 1; font-weight: 500; }
.social-instagram { display: block; width: 34px; height: 34px; flex-shrink: 0; }
.social-whatsapp { display: block; width: 34px; height: 34px; flex-shrink: 0; color: #00ce4a; }
@media (max-width: 700px) {
  .review-card { width: 310px; gap: 12px; }
  .review-card img { width: 64px; height: 64px; }
  .reviews-group { gap: 28px; padding-right: 28px; }
  .social-inner { grid-template-columns: 1fr; gap: 0; padding: 0 24px; }
  .social-phone { max-width: 380px; margin: auto; }
  .social-content { padding: 28px 0 64px; }
  .social-content h2 { text-align: center; }
  .social-link { margin-inline: auto; }
}
.faq { padding: 66px 24px 110px; background: #fff; color: #222; }
.faq-inner { width: min(100%, 920px); margin-inline: auto; }
.faq h2 { margin: 0 0 10px; font-size: clamp(30px, 4.7vw, 54px); font-weight: 800; line-height: 1.08; text-align: center; letter-spacing: -.6px; }
.faq-intro { margin: 0 auto 30px; max-width: 850px; font-size: clamp(17px, 2.3vw, 25px); line-height: 1.2; text-align: center; font-weight: 500; }
.faq-list { display: grid; gap: 14px; width: min(100%, 820px); margin-inline: auto; }
.faq-item { overflow: hidden; border-radius: 14px; background: #222; color: #f5f4f2; }
.faq-item summary { position: relative; display: flex; align-items: center; justify-content: center; min-height: 58px; padding: 12px 40px 12px 66px; list-style: none; cursor: pointer; font-size: clamp(17px, 2.2vw, 24px); line-height: 1.25; font-weight: 500; text-align: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: ""; position: absolute; left: 30px; top: 50%; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 20px solid var(--brand-red); transform: translateY(-50%); }
.faq-item[open] summary::before { transform: translateY(-50%) rotate(180deg); }
.faq-item summary:focus-visible { outline: 3px solid var(--brand-red-pale); outline-offset: -4px; border-radius: 14px; }
.faq-answer { padding: 4px 30px 24px; font-size: 17px; line-height: 1.55; }
.faq-answer p { margin: 0; }
.faq-answer a { display: inline-block; margin-top: 14px; color: #50ec7f; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 700px) {
  .faq { padding: 44px 24px 64px; }
  .faq-intro { margin-bottom: 26px; }
  .faq-item summary { padding: 16px 16px 16px 46px; font-size: 16px; text-align: left; justify-content: flex-start; }
  .faq-item summary::before { left: 16px; border-left-width: 8px; border-right-width: 8px; border-top-width: 14px; }
  .faq-answer { padding: 0 20px 22px; font-size: 16px; }
}
.site-footer { background: #1e1e1c; }
.footer-inner { width: min(100%, 900px); margin-inline: auto; padding: 48px 32px; display: flex; justify-content: space-around; align-items: center; gap: 60px; }
.footer-brand { display: block; width: clamp(180px, 24vw, 290px); flex-shrink: 0; }
.footer-brand img { display: block; width: 100%; height: auto; }
.footer-info { width: min(100%, 300px); }
.footer-experience { margin: 0 0 28px; font-size: clamp(20px, 2.3vw, 27px); line-height: 1.15; font-weight: 500; text-align: center; }
.footer-contacts { display: grid; gap: 16px; font-style: normal; }
.footer-contact { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 10px 14px; background: #fff; color: #3b3b3b; border-radius: 6px; font-size: 16px; font-weight: 500; line-height: 1.15; }
.footer-contact small { display: block; font-size: 14px; }
.footer-whatsapp { width: 34px; height: 34px; flex-shrink: 0; color: #00ce4a; }
.footer-credit { background: var(--brand-red); text-align: center; }
.footer-credit a { display: inline-flex; min-height: 48px; align-items: center; padding: 10px 32px; font-size: 20px; }
.footer-credit a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 550px) {
  .footer-inner { padding: 32px 24px; gap: 24px; flex-direction: column; }
  .footer-brand { width: 200px; }
  .footer-experience { margin-bottom: 22px; }
}
.floating-whatsapp { position: fixed; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); z-index: 60; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 5px 20px #0004; }
.floating-whatsapp svg { width: 34px; height: 34px; }
.floating-whatsapp::before { content: ""; position: absolute; inset: 0; border: 2px solid #25d366; border-radius: inherit; pointer-events: none; animation: whatsapp-pulse 2s ease-out infinite; }
.floating-whatsapp:hover { background: #1fba59; }
.floating-whatsapp:hover::before, .floating-whatsapp:focus-visible::before { animation-play-state: paused; }
@keyframes whatsapp-pulse { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(1.55); opacity: 0; } }
@media (max-width: 700px) { .floating-whatsapp { right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); width: 56px; height: 56px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
