:root {
  --pink: #f84874;
  --blue: #07599d;
  --navy: #073c70;
  --ink: #243447;
  --white: #fff;
  --slide-duration: 7.2s;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); font-family: Poppins, Arial, sans-serif; line-height: 1.55; }
header { position: relative; z-index: 20; }
img { max-width: 100%; }
.container { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { top: 1rem; left: 1rem; z-index: 30; padding: .75rem; color: #000; background: #fff; }

.topbar { color: #fff; font-family: Poppins, Arial, sans-serif; font-size: .73rem; font-weight: 600; letter-spacing: .015em; text-transform: uppercase; background: linear-gradient(105deg, #f84874 0%, #fb3f75 54%, #ef2f67 100%); }
.topbar__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 63px; text-align: center; }
.topbar a { display: inline-flex; gap: 7px; align-items: center; color: #fff; text-decoration: none; transition: opacity .24s ease, transform .24s ease, color .24s ease; }
.topbar a:hover { opacity: .9; transform: translateY(-2px); }
.topbar__contact, .topbar__links { display: flex; gap: 20px; align-items: center; }
.topbar__links { justify-content: flex-end; }
.topbar__contact i { font-size: 1rem; }
.topbar__social { display: flex; gap: 7px; align-items: center; padding-left: 13px; border-left: 1px solid #ffffff55; }
.topbar__social a { display: grid; width: 25px; height: 25px; font-size: .78rem; place-items: center; background: #ffffff1a; border: 1px solid #ffffff43; border-radius: 50%; transition: transform .24s ease, background .24s ease, color .24s ease; }
.topbar__social a:hover { color: var(--pink); background: #fff; transform: translateY(-2px) scale(1.06); }
.brand { display: grid; height: 200px; place-items: center; }
.brand a { display: grid; border-radius: 50%; transition: transform .35s cubic-bezier(.2, .8, .2, 1), filter .35s ease; }
.brand img { width: 165px; height: 165px; object-fit: contain; transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
body:not(.product-page) .brand a:hover { filter: drop-shadow(0 10px 15px #07599d33); transform: translateY(-4px); }
body:not(.product-page) .brand a:hover img { transform: scale(1.035) rotate(-1.5deg); }

.nav { position: relative; z-index: 10; background: var(--blue); box-shadow: 0 2px 4px #073c7030; }
.nav > .nav__inner > ul { display: flex; align-items: center; justify-content: center; gap: 4px; min-height: 92px; margin: 0; padding: 0; list-style: none; }
.nav li { position: relative; }
.nav a, .nav .menu-store-toggle { display: flex; align-items: center; gap: 7px; padding: 35px 12px; color: #dbeafa; font-family: Poppins, Arial, sans-serif; font-size: .75rem; font-weight: 600; letter-spacing: .01em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color .24s ease, background .24s ease; }
.nav .menu-store-toggle { cursor: pointer; background: transparent; border: 0; }
.nav i { width: auto; height: auto; font-size: 15px; line-height: 1; }
.nav .menu-caret { margin-left: -5px; font-size: 13px; }
.nav a:hover, .nav a:focus-visible, .nav a.active, .nav .menu-store-toggle:hover, .nav .menu-store-toggle:focus-visible { color: #fff; background: #ffffff12; }
.nav a.active::before { position: absolute; top: 0; right: 12px; left: 12px; height: 3px; content: ""; background: var(--pink); }
.submenu { position: absolute; z-index: 20; top: 100%; left: 0; display: none; width: max-content; min-width: 290px; max-width: min(360px, calc(100vw - 32px)); margin: 0; padding: 8px 0; list-style: none; background: var(--blue); border-top: 3px solid var(--pink); box-shadow: 0 12px 22px #001c3b3d; }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu, .has-submenu.is-open > .submenu { display: block; }
.nav .submenu a { padding: 11px 18px; font-size: .68rem; line-height: 1.35; white-space: normal; }
.menu-toggle { display: none; }

@media (min-width: 1024px) {
  body:not(.product-page) header { animation: header-enter .58s cubic-bezier(.2, .8, .2, 1) both; }
  .submenu { display: block; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu, .has-submenu.is-open > .submenu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
}

.hero { position: relative; isolation: isolate; margin-top: 38px; }
.hero__slides { position: relative; aspect-ratio: 2 / 1; overflow: hidden; background: var(--blue); border-radius: 14px; box-shadow: 0 18px 38px #073c7026; }
.hero__slides::after { position: absolute; inset: 0; z-index: 2; content: ""; pointer-events: none; border: 1px solid #ffffff48; border-radius: inherit; }
.hero__slides img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; clip-path: inset(0 0 0 100%); pointer-events: none; transition: clip-path .82s cubic-bezier(.77, 0, .18, 1); will-change: clip-path; }
.hero__slides img.is-active { z-index: 1; clip-path: inset(0); }
.slider-dots { position: absolute; bottom: 18px; left: 50%; z-index: 3; display: flex; gap: 7px; align-items: center; padding: 7px 9px; background: #06223870; border: 1px solid #ffffff42; border-radius: 99px; box-shadow: 0 8px 20px #00152233; transform: translateX(-50%); backdrop-filter: blur(6px); }
.slider-dots button { position: relative; width: 10px; height: 10px; padding: 0; overflow: hidden; cursor: pointer; background: #ffffffa8; border: 0; border-radius: 99px; transition: width .3s ease, background .3s ease, transform .3s ease; }
.slider-dots button:hover, .slider-dots button:focus-visible { background: #fff; transform: scale(1.12); }
.slider-dots button.is-active { width: 34px; background: #ffffff80; }
.slider-dots button.is-active::after { position: absolute; inset: 0 auto 0 0; width: 0; content: ""; background: var(--pink); animation: slider-progress var(--slide-duration) linear forwards; }
.hero.is-paused .slider-dots button.is-active::after { animation-play-state: paused; }

.products { padding: 64px 0; }
.products__seo-title { max-width: 900px; margin: 0 auto 18px; color: var(--blue); font-size: clamp(1rem, 1.7vw, 1.35rem); font-weight: 700; line-height: 1.35; text-align: center; text-transform: none; }
.section-heading { position: relative; display: grid; grid-template-columns: 84px minmax(0, auto); column-gap: 18px; justify-content: center; align-items: center; width: fit-content; max-width: 100%; margin: 0 auto 42px; text-align: left; cursor: default; }
.section-heading::before { grid-row: 1 / span 2; width: 76px; height: 76px; content: ""; background: url("../images/Logo-GP.png") center / contain no-repeat; filter: drop-shadow(0 8px 10px #07599d2b); animation: title-logo-float 3.8s ease-in-out infinite; transition: filter .25s ease; }
.section-heading::after { display: none; }
.section-heading p { grid-column: 2; margin: 0 0 2px; color: var(--blue); font-size: clamp(.68rem, 1.1vw, .82rem); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; animation: title-reveal .55s both; }
.section-heading h1, .section-heading h2 { grid-column: 2; margin: 0; color: var(--pink); font-size: clamp(1.875rem, calc(4.2vw - 2px), 3.975rem); font-weight: 800; letter-spacing: -.045em; line-height: .93; text-transform: uppercase; animation: title-reveal .65s .1s both; }
.section-heading h1 span, .section-heading h2 span { color: var(--blue); }
.section-heading h1, .section-heading h2 { transition: transform .25s ease, letter-spacing .25s ease; }
.section-heading:hover::before { filter: drop-shadow(0 11px 14px #07599d52); animation: title-logo-celebrate .7s ease both; }
.section-heading:hover h1, .section-heading:hover h2 { letter-spacing: -.025em; transform: translateX(5px); }
.eyebrow { margin: 0 0 6px; color: var(--pink); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; color: #fff; text-align: center; background: var(--pink); box-shadow: 0 5px 14px #001c3b25; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); }
.product-card a { display: flex; flex: 1; flex-direction: column; color: inherit; text-decoration: none; }
.product-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s cubic-bezier(.2, .75, .25, 1); }
.product-card div { display: flex; flex: 1; flex-direction: column; justify-content: center; min-height: 176px; padding: 17px 13px 0; }
.product-card span { display: block; font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.product-card h2 { margin: 6px 0; font-size: 1rem; font-weight: 600; line-height: 1.35; }
.product-card strong { display: block; font-size: 1.6rem; }
.product-card strong::after { display: block; width: min(210px, 75%); height: 1px; margin: 13px auto 0; content: ""; background: #ffffffb8; }
.product-card em { display: inline-flex; gap: 8px; align-items: center; justify-content: center; align-self: center; min-width: 148px; min-height: 42px; margin: 13px 0 17px; padding: 10px 22px; color: #a81443; font-size: .74rem; font-style: normal; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; background: #fff; border: 1px solid #fff; border-radius: 4px; box-shadow: 0 3px 8px #6f173129; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-card em i { font-size: .9rem; }
.product-card:hover em, .product-card a:focus-visible em { color: #8e1038; background: #ffe7ee; box-shadow: 0 5px 12px #6f17313b; transform: translateY(-1px); }
.product-card a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.product-page { background: linear-gradient(180deg, #f4f9fd 0, #fff 420px); }
.product-breadcrumb { padding: 28px 0 0; font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.product-breadcrumb a { color: var(--blue); text-decoration: none; }
.product-breadcrumb span { margin: 0 8px; color: #7690a8; }
.product-detail { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); gap: clamp(30px, 5vw, 64px); align-items: center; max-width: 1040px; padding: 42px 0 82px; }
.product-detail__image { display: grid; width: 100%; min-height: clamp(270px, 32vw, 430px); aspect-ratio: 1; overflow: hidden; padding: clamp(12px, 1.8vw, 20px); background: radial-gradient(circle at 50% 42%, #fff 0%, #f3f8fc 100%); border: 1px solid #07599d1f; border-radius: 20px; box-shadow: 0 22px 45px #073c7024; place-items: center; }
.product-detail__image img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; border-radius: 10px; filter: drop-shadow(0 10px 13px #073c701c); transition: transform .32s ease, filter .32s ease; }
@media (hover: hover) and (pointer: fine) { .product-detail__image:hover img { filter: drop-shadow(0 15px 18px #073c7030); transform: scale(1.018); } }
.product-detail__category { margin: 0 0 9px; color: var(--pink); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-detail h1 { width: 100%; margin: 0; color: var(--blue); font-size: clamp(1.25rem, calc(1rem + 1.2vw), 1.8rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.16; overflow-wrap: break-word; text-transform: uppercase; }
.product-detail__price { margin: 16px 0; color: var(--pink); font-size: clamp(1.45rem, 2.25vw, 1.9rem); font-weight: 800; }
.product-detail__lead { margin: 0 0 18px; font-size: .96rem; font-weight: 600; line-height: 1.65; }
.product-detail h2 { margin: 22px 0 8px; color: var(--blue); font-size: .94rem; letter-spacing: .01em; line-height: 1.35; text-transform: uppercase; }
.product-detail ul { margin: 0; padding-left: 20px; }
.product-detail li { margin: 7px 0; }
.product-detail__note { padding: 13px 15px; background: #07599d0d; border-left: 3px solid var(--pink); }
.product-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.product-detail__actions .button { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-height: 46px; border-radius: 8px; box-shadow: 0 9px 18px #e92e6940; }
.product-detail__actions .button--outline { color: var(--blue); background: transparent; border-color: var(--blue); box-shadow: none; }
.product-detail__actions .button--outline:hover { color: #fff; background: var(--blue); box-shadow: 0 9px 18px #073c7033; }
.product-detail__social { display: flex; gap: 8px; align-items: center; margin-top: 19px; padding-top: 17px; border-top: 1px solid #07599d1c; }
.product-detail__social span { margin-right: 4px; color: #52738d; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-detail__social a { display: grid; width: 32px; height: 32px; color: #fff; text-decoration: none; place-items: center; background: var(--blue); border-radius: 50%; transition: transform .2s ease, background .2s ease; }
.product-detail__social a:hover { background: var(--pink); transform: translateY(-2px); }

.photobooth { position: relative; overflow: hidden; padding: 92px 0; color: #fff; background: radial-gradient(circle at 77% 20%, #1b6d8a 0%, transparent 28%), linear-gradient(135deg, #062238 0%, #0c3e5a 52%, #075a78 100%); }
.photobooth::before, .photobooth::after { position: absolute; width: 340px; height: 340px; content: ""; border: 1px solid #ffffff24; border-radius: 50%; }
.photobooth::before { top: -170px; right: -100px; box-shadow: 0 0 0 45px #ffffff08, 0 0 0 90px #ffffff06; }
.photobooth::after { bottom: -230px; left: -130px; box-shadow: 0 0 0 55px #f8487420; }
.photobooth .container { position: relative; z-index: 1; }
.photobooth .section-heading p { color: #8fe6f4; }
.photobooth .section-heading h2 { color: #fff; }
.photobooth .section-heading h2 span { color: #ff7fa9; }
.photobooth .section-heading::before { filter: drop-shadow(0 8px 12px #0004); }
.photobooth__layout { display: grid; grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 80px); align-items: center; max-width: 1000px; margin: 0 auto; }
.photobooth__stage { position: relative; max-width: 480px; margin-inline: auto; padding: 14px; background: linear-gradient(135deg, #8fe6f431, #ff7fa91c); border: 1px solid #b3eff45e; border-radius: 28px; box-shadow: 0 26px 50px #00172270; }
.photobooth__stage::before { position: absolute; inset: 8px; content: ""; pointer-events: none; border: 1px solid #ffffff42; border-radius: 21px; }
.photobooth__sticker { position: absolute; z-index: 2; top: -15px; left: -12px; display: inline-flex; gap: 6px; align-items: center; padding: 9px 13px; color: #092940; font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; background: #8fe6f4; border-radius: 99px; box-shadow: 0 10px 22px #001d3d5e; transform: rotate(-4deg); animation: booth-sticker 4s ease-in-out infinite; }
.photobooth__stage img { position: relative; z-index: 1; display: block; width: 100%; border-radius: 13px; box-shadow: 0 9px 20px #0005; transition: opacity .25s ease, transform .25s ease; }
.photobooth__stage img.is-changing { opacity: .3; transform: scale(.96); }
.photobooth__glow { position: absolute; inset: 30% -8% -10%; background: var(--pink); filter: blur(55px); opacity: .42; }
.photobooth__content { max-width: 500px; padding: clamp(24px, 4vw, 38px); background: #041f34b8; border: 1px solid #b3eff438; border-radius: 6px 28px 28px 28px; box-shadow: 0 20px 42px #00152238; backdrop-filter: blur(8px); }
.photobooth__content .eyebrow { display: flex; gap: 7px; align-items: center; color: #8fe6f4; }
.photobooth__live-dot { width: 8px; height: 8px; background: #ff7fa9; border-radius: 50%; box-shadow: 0 0 0 0 #ff7fa999; animation: booth-pulse 2s infinite; }
.photobooth__content h3 { margin: 0 0 13px; color: #fff; font-size: clamp(2.25rem, 4vw, 3.45rem); font-weight: 800; letter-spacing: -.045em; line-height: .92; text-transform: uppercase; }
.photobooth__content > p:not(.eyebrow) { max-width: 440px; margin: 0; color: #d2eaf1; font-size: .92rem; }
.photobooth__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 27px 0; border-block: 1px solid #b3eff43a; }
.photobooth__facts span { display: grid; gap: 6px; min-height: 78px; padding: 13px 11px; border-right: 1px solid #b3eff42c; }
.photobooth__facts span:last-child { border-right: 0; }
.photobooth__facts i { color: #8fe6f4; font-size: 1rem; }
.photobooth__facts b { color: #fff; font-size: .65rem; line-height: 1.35; text-transform: uppercase; }
.photobooth__price { display: flex; gap: 9px; align-items: baseline; margin-bottom: 20px; }
.photobooth__price small { font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.photobooth__price strong { color: #ff7fa9; font-size: clamp(2.1rem, 4vw, 3.3rem); font-weight: 800; line-height: 1; }
.photobooth .button { padding: 13px 21px; color: #fff; background: var(--pink); border-color: var(--pink); border-radius: 99px; box-shadow: 0 10px 22px #e92e6980; }
.photobooth__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.photobooth__site-link { display: inline-flex; gap: 8px; align-items: center; padding: 11px 15px; color: #c9f3fa; font-size: .7rem; font-weight: 700; text-decoration: none; text-transform: uppercase; background: #8fe6f412; border: 1px solid #8fe6f442; border-radius: 99px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.photobooth__site-link:hover { color: #062238; background: #8fe6f4; transform: translateY(-2px); }
.booth-plan-selector { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1000px; margin: 52px auto 0; }
.booth-plan { position: relative; display: block; overflow: hidden; padding: 0; color: #fff; font-family: Poppins, Arial, sans-serif; font-size: .82rem; font-weight: 700; text-align: left; cursor: pointer; background: #041f34; border: 1px solid #b3eff436; border-radius: 17px; box-shadow: 0 10px 21px #00172235; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.booth-plan::after { position: absolute; inset: 0; content: ""; pointer-events: none; border: 2px solid transparent; border-radius: inherit; transition: border-color .25s ease; }
.booth-plan:hover { transform: translateY(-7px); box-shadow: 0 18px 29px #00172270; }
.booth-plan.is-active { transform: translateY(-10px); box-shadow: 0 22px 33px #00172280; }
.booth-plan.is-active::after { border-color: #ff7fa9; }
.booth-plan img { display: block; width: 100%; aspect-ratio: 1.48 / 1; object-fit: cover; object-position: top; }
.booth-plan span { display: flex; justify-content: space-between; gap: 8px; align-items: center; padding: 12px 14px; text-transform: uppercase; }
.booth-plan b { width: fit-content; padding: 3px 6px; color: #062238; font-size: .56rem; background: #8fe6f4; border-radius: 3px; }

.frame-showcase { padding: 96px 0; background: #f5f8fb; }
.frame-showcase__visual { position: relative; min-height: 580px; overflow: hidden; background: #204f97; border-radius: 24px; box-shadow: 0 24px 44px #063b671f; transition: transform .35s ease, box-shadow .35s ease; }
.frame-showcase__visual:hover { box-shadow: 0 30px 55px #063b6733; transform: translateY(-5px); }
.frame-showcase__visual::before { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, #073c70 0%, #073c70ee 45%, #073c70a8 59%, #073c7030 77%, transparent 100%); }
.frame-showcase__visual::after { position: absolute; z-index: 1; top: -35%; right: -18%; width: 32%; height: 170%; content: ""; pointer-events: none; background: linear-gradient(100deg, transparent 18%, #ffffff08 42%, #8fe6f438 50%, #ffffff08 58%, transparent 82%); transform: rotate(13deg) translateX(170%); }
.frame-showcase__visual img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 100% center; transform: scale(1.03); transition: transform .45s ease; }
.frame-showcase__visual:hover img { transform: scale(1.06); }
.frame-showcase__tag { position: absolute; z-index: 3; top: 24px; right: 24px; display: inline-flex; gap: 7px; align-items: center; margin: 0; padding: 9px 12px; color: #073c70; font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; background: #fff; border-radius: 99px; box-shadow: 0 8px 18px #001c3c4a; }
.frame-showcase__tag i { color: var(--pink); }
.frame-showcase__content { position: relative; z-index: 2; width: min(54%, 600px); min-height: 580px; padding: clamp(42px, 5.5vw, 66px); color: #edf8ff; }
.frame-showcase__content .eyebrow { color: #8fe6f4; }
.frame-showcase__content h3 { max-width: 490px; margin: 0 0 16px; color: #fff; font-size: clamp(1.7rem, 3.1vw, 2.6rem); font-weight: 800; line-height: 1.08; }
.frame-showcase__content p:not(.eyebrow) { margin: 0 0 14px; font-size: .9rem; }
.frame-showcase__lead { max-width: 470px; color: #fff; font-size: 1rem !important; line-height: 1.65; }
.frame-showcase__benefits { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; }
.frame-showcase__benefits li { display: flex; gap: 11px; align-items: center; padding: 10px 12px; background: #ffffff12; border: 1px solid #ffffff20; border-radius: 10px; }
.frame-showcase__benefits i { display: grid; flex: 0 0 auto; width: 29px; height: 29px; color: #073c70; font-size: .75rem; place-items: center; background: #8fe6f4; border-radius: 50%; }
.frame-showcase__benefits span { display: grid; gap: 1px; font-size: .72rem; line-height: 1.35; }
.frame-showcase__benefits strong { color: #fff; font-size: .78rem; }
.frame-showcase__visual.is-ready .frame-showcase__content > * { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.frame-showcase__visual.is-ready img { transform: scale(1.08) translateX(2%); transition: transform 1.1s cubic-bezier(.2,.75,.25,1); }
.frame-showcase__visual.is-ready .frame-showcase__tag { opacity: 0; transform: translateY(-10px); transition: opacity .45s .4s ease, transform .45s .4s ease; }
.frame-showcase__visual.is-revealed .frame-showcase__content > *, .frame-showcase__visual.is-revealed .frame-showcase__tag { opacity: 1; transform: none; }
.frame-showcase__visual.is-revealed .frame-showcase__content > :nth-child(1) { transition-delay: .08s; }
.frame-showcase__visual.is-revealed .frame-showcase__content > :nth-child(2) { transition-delay: .16s; }
.frame-showcase__visual.is-revealed .frame-showcase__content > :nth-child(3) { transition-delay: .26s; }
.frame-showcase__visual.is-revealed .frame-showcase__content > :nth-child(4) { transition-delay: .36s; }
.frame-showcase__visual.is-revealed .frame-showcase__content > :nth-child(5) { transition-delay: .46s; }
.frame-showcase__visual.is-revealed .frame-showcase__content > :nth-child(6) { transition-delay: .56s; }
.frame-showcase__visual.is-revealed img { transform: scale(1.03); }
.frame-showcase__visual.is-revealed::after { animation: frame-light-pass 1.35s .35s cubic-bezier(.2,.7,.2,1) both; }
.frame-showcase__details { margin: 20px 0; background: #ffffff14; border-left: 4px solid #8fe6f4; }
.frame-showcase__details summary { padding: 13px 14px; color: #fff; font-size: .82rem; font-weight: 800; cursor: pointer; }
.frame-showcase__details p { padding: 0 14px 14px; margin: 0 !important; }
.frame-showcase__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 23px; }
.frame-showcase__quote { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: center; width: min(100%, 335px); padding: 12px 16px 12px 12px; color: var(--navy); text-decoration: none; background: #fff; border: 1px solid #fff; border-left: 5px solid var(--pink); border-radius: 8px 18px 18px 8px; box-shadow: 0 11px 24px #001c3b4d; transition: transform .25s cubic-bezier(.2, .75, .25, 1), box-shadow .25s ease, border-left-width .25s ease; }
.frame-showcase__quote-icon { display: grid; width: 44px; height: 44px; color: var(--pink); font-size: 1.05rem; place-items: center; background: #f8487412; border: 1px solid #f8487430; border-radius: 11px; transition: color .25s ease, background .25s ease, transform .25s ease; }
.frame-showcase__quote strong, .frame-showcase__quote small { display: block; }
.frame-showcase__quote strong { color: var(--navy); font-size: .82rem; font-weight: 800; letter-spacing: .055em; line-height: 1.15; text-transform: uppercase; }
.frame-showcase__quote small { margin-top: 3px; color: #52738d; font-size: .69rem; font-weight: 600; line-height: 1.35; }
.frame-showcase__quote:focus-visible { outline: 3px solid #ffcb5b; outline-offset: 4px; }

@media (hover: hover) and (pointer: fine) {
  .frame-showcase__quote:hover { border-left-width: 8px; box-shadow: 0 17px 30px #001c3b70; transform: translateY(-4px); }
  .frame-showcase__quote:hover .frame-showcase__quote-icon { color: #fff; background: var(--pink); transform: rotate(-5deg) scale(1.06); }
  .frame-showcase__quote:active { transform: translateY(-1px) scale(.99); }
}

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.button { display: inline-flex; gap: 8px; align-items: center; justify-content: center; padding: 11px 22px; color: #fff; font-size: .75rem; font-weight: 700; text-decoration: none; text-transform: uppercase; background: var(--pink); border: 2px solid var(--pink); box-shadow: 0 5px 12px #8b123134; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease; }
.button:focus-visible, .photobooth__site-link:focus-visible, .footer__cta-action:focus-visible, .faq__whatsapp:focus-visible, .whatsapp:focus-visible { outline: 3px solid #ffcb5b; outline-offset: 3px; }

@media (hover: hover) and (pointer: fine) {
  .button:hover { color: #fff; background: #e92e69; box-shadow: 0 10px 20px #8b123152; transform: translateY(-3px); }
  .button:active, .photobooth__site-link:active, .footer__cta-action:active, .whatsapp:active { transform: translateY(0) scale(.98); }
  .product-card:hover { box-shadow: 0 14px 26px #001c3b38; transform: translateY(-7px); }
  .product-card:hover img { transform: scale(1.028); }
  .product-card:hover em { box-shadow: 0 8px 16px #6f17314a; transform: translateY(-2px); }
  .photobooth__site-link:hover i { transform: translate(2px, -2px); }
  .footer__cta-action:hover i { transform: scale(1.12) rotate(-5deg); }
}

.photobooth__site-link i, .footer__cta-action i { transition: transform .22s ease; }

.work { padding: 75px 0; background: #f4f7fb; }
.work__services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.work-card { padding: 26px; color: #fff; background: var(--blue); box-shadow: 0 12px 25px #073c7021; }
.work-card--booth { background: var(--navy); }
.work-card__service-title { display: flex; gap: 10px; align-items: center; justify-content: center; margin: 0 0 22px; color: #fff; font-size: clamp(1.35rem, 2.3vw, 1.85rem); font-weight: 800; line-height: 1.1; text-align: center; text-transform: uppercase; }
.work-service-icon { position: relative; display: inline-grid; flex: 0 0 auto; width: 42px; height: 42px; overflow: hidden; place-items: center; background: #ffffff16; border: 1px solid #ffffff70; border-radius: 12px; box-shadow: inset 0 0 0 1px #ffffff12; transition: transform .25s ease, background .25s ease; }
.work-service-icon::before, .work-service-icon::after { position: absolute; content: ""; }
.work-service-icon--frame::before { width: 22px; height: 25px; border: 2px solid #fff; border-radius: 2px; }
.work-service-icon--frame::after { width: 15px; height: 10px; bottom: 9px; left: 13px; background: linear-gradient(135deg, transparent 45%, var(--pink) 46% 55%, transparent 56%), linear-gradient(45deg, transparent 46%, #fff 47% 55%, transparent 56%); }
.work-service-icon--camera::before { width: 25px; height: 18px; background: radial-gradient(circle at center, var(--navy) 0 4px, #fff 4.5px 6px, transparent 6.5px), #fff; border-radius: 4px; }
.work-service-icon--camera::after { top: 9px; left: 14px; width: 10px; height: 4px; background: #fff; border-radius: 2px 2px 0 0; }
.work-card:hover .work-service-icon { background: var(--pink); transform: translateY(-3px) rotate(-3deg); }
.work-card .eyebrow { color: #ffd5df; }
.work-card h3 { margin: 0 0 8px; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.22; }
.work-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: work-step; }
.work-steps li { display: grid; grid-template-columns: 27px minmax(0, 1fr); column-gap: 10px; padding: 12px; background: #ffffff12; }
.work-steps li::before { display: grid; width: 27px; height: 27px; color: var(--navy); font-size: .78rem; font-weight: 800; content: counter(work-step); counter-increment: work-step; place-items: center; background: #fff; border-radius: 50%; }
.work-steps strong { display: block; margin-bottom: 2px; font-size: .86rem; }
.work-steps span { grid-column: 2; font-size: .76rem; line-height: 1.45; }
.work-card__more { margin-top: 12px; background: #ffffff12; }
.work-card__more summary { padding: 12px; font-size: .8rem; font-weight: 700; cursor: pointer; }
.work-card__more p { padding: 0 12px 12px; margin: 0; font-size: .76rem; }
.work-card .actions { justify-content: center; margin-top: 19px; }
.work-card__actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: stretch; }
.work-card__quote { display: flex; gap: 11px; align-items: center; min-height: 61px; padding: 9px 13px 9px 9px; color: var(--navy); text-decoration: none; background: #fff; border-left: 4px solid var(--pink); box-shadow: 0 7px 16px #001f3d30; transition: transform .22s ease, box-shadow .22s ease; }
.work-card__quote-icon { display: grid; flex: 0 0 auto; width: 39px; height: 39px; color: #fff; font-size: .94rem; place-items: center; background: var(--pink); border-radius: 50%; transition: transform .22s ease; }
.work-card__quote strong, .work-card__quote small { display: block; }
.work-card__quote strong { font-size: .78rem; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.work-card__quote small { margin-top: 3px; color: #53687d; font-size: .69rem; font-weight: 600; line-height: 1.2; }
.work-card__quote--booth { border-left-color: #74d7e7; }
.work-card__quote--booth .work-card__quote-icon { color: var(--navy); background: #74d7e7; }
.work-card__secondary { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-width: 138px; padding: 12px 14px; color: #fff; font-size: .72rem; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; text-transform: uppercase; background: #ffffff12; border: 1px solid #ffffff73; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease; }
.work-card__secondary--booth { color: #c6f5fb; border-color: #a7eaf380; }
.work-card__quote:focus-visible, .work-card__secondary:focus-visible { outline: 3px solid #ffcb5b; outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  .work-card__quote:hover { box-shadow: 0 11px 20px #001f3d45; transform: translateY(-3px); }
  .work-card__quote:hover .work-card__quote-icon { transform: rotate(-7deg) scale(1.08); }
  .work-card__secondary:hover { color: var(--navy); background: #fff; border-color: #fff; transform: translateY(-3px); }
  .work-card__secondary--booth:hover { color: var(--navy); background: #74d7e7; border-color: #74d7e7; }
}


.faq { padding: 72px 0; background: #f4f7fb; }
.faq__layout { display: grid; grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.faq__intro { position: sticky; top: 20px; }
.faq__intro h3 { margin: 0 0 14px; color: var(--navy); font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.25; }
.faq__intro p:not(.eyebrow) { margin: 0 0 24px; font-size: .92rem; }
.faq__whatsapp { display: inline-flex; gap: 10px; align-items: center; padding: 10px 16px 10px 11px; color: #fff; text-decoration: none; background: #25d366; border-radius: 7px; box-shadow: 0 7px 15px #168e4236; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.faq__whatsapp > i { display: grid; width: 35px; height: 35px; color: #25d366; font-size: 1.45rem; place-items: center; background: #fff; border-radius: 50%; }
.faq__whatsapp > span { display: grid; gap: 1px; }
.faq__whatsapp strong { font-size: .74rem; line-height: 1.1; text-transform: uppercase; }
.faq__whatsapp small { font-size: .67rem; font-weight: 600; line-height: 1.15; }
.faq__items { column-count: 2; column-gap: 12px; }
.faq details { break-inside: avoid; margin: 0 0 12px; background: #fff; border: 1px solid #dce5ee; box-shadow: 0 3px 10px #073c700d; }
.faq summary { display: flex; gap: 15px; align-items: center; padding: 17px 19px; color: var(--navy); font-size: .91rem; font-weight: 700; line-height: 1.4; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { flex: 0 0 auto; width: 21px; height: 21px; margin-left: auto; color: #fff; font-size: 19px; font-weight: 400; line-height: 19px; text-align: center; content: '+'; background: var(--pink); border-radius: 50%; }
.faq details[open] { border-color: #f8487480; }
.faq details[open] summary { color: var(--pink); }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin: 0; padding: 0 19px 19px; font-size: .89rem; }

@media (hover: hover) and (pointer: fine) {
  .faq__whatsapp:hover { background: #1dbb5b; box-shadow: 0 11px 20px #168e4254; transform: translateY(-3px); }
}

footer { position: relative; overflow: hidden; color: #cfebf2; background: linear-gradient(135deg, #062238, #0a3c58); }
footer::before { position: absolute; top: -230px; right: -110px; width: 430px; height: 430px; content: ""; pointer-events: none; background: #f8487433; border-radius: 50%; box-shadow: 0 0 0 70px #8fe6f408; }
.footer__cta { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 35px 0; border-bottom: 1px solid #b3eff438; }
.footer__cta p, .footer__label { margin: 0 0 5px; color: #8fe6f4; font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer__cta h2 { margin: 0; color: #fff; font-size: clamp(1.45rem, 2.8vw, 2.2rem); line-height: 1.08; }
.footer__cta-action { display: inline-flex; flex: 0 0 auto; gap: 9px; align-items: center; padding: 13px 17px; color: #062238; font-size: .74rem; font-weight: 800; text-decoration: none; text-transform: uppercase; background: #8fe6f4; border-radius: 99px; box-shadow: 0 10px 20px #0015224d; transition: transform .2s ease, background .2s ease; }
.footer__cta-action:hover { background: #fff; transform: translateY(-3px); }
.footer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); padding: 50px 0; }
.footer__brand { display: grid; gap: 10px; justify-items: center; align-content: start; max-width: 245px; margin-inline: auto; padding: 2px 12px 0; text-align: center; }
.footer__brand > div { display: grid; gap: 8px; justify-items: center; width: 100%; }
.footer__brand h2 { margin: 0; color: #fff; font-size: .95rem; letter-spacing: .035em; text-transform: uppercase; }
.footer__brand p { max-width: 28ch; margin: 0; font-size: .77rem; line-height: 1.55; }
.footer__logo { display: block; flex: 0 0 auto; width: 86px; height: auto; object-fit: contain; background: transparent; }
.footer__grid h2 { margin: 0 0 13px; color: #fff; font-size: 1rem; line-height: 1.2; }
.footer__grid ul { display: grid; gap: 8px; margin: 0; padding: 0; font-size: .82rem; list-style: none; }
.footer__grid li::before { margin-right: 8px; color: #ff7fa9; content: '•'; }
.footer__grid a { display: flex; gap: 9px; align-items: center; width: fit-content; margin: 9px 0; color: #fff; font-size: .82rem; text-decoration: none; overflow-wrap: anywhere; transition: color .2s ease, transform .2s ease; }
.footer__grid a:hover { color: #8fe6f4; transform: translateX(3px); }
.footer__contact i { width: 16px; color: #8fe6f4; text-align: center; }
.footer__social { display: flex; gap: 8px; justify-content: center; margin-top: 5px; }
.footer__social a { display: grid; width: 29px; height: 29px; margin: 0; color: #fff; font-size: .78rem; place-items: center; background: #ffffff12; border: 1px solid #b3eff43b; border-radius: 50%; }
.footer__social a:hover { color: #062238; background: #8fe6f4; transform: translateY(-3px); }
.copyright { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 14px; padding: 17px max(24px, calc((100% - 1140px) / 2)); color: #a9d1dc; font-size: .68rem; text-transform: uppercase; border-top: 1px solid #b3eff428; }
.whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 12; display: grid; width: 58px; height: 58px; color: #fff; text-decoration: none; place-items: center; background: #25d366; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 7px 22px #06223866; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp img { display: block; width: 32px; height: 32px; }
.whatsapp:hover { color: #fff; background: #168e42; box-shadow: 0 10px 27px #06223880; transform: translateY(-3px); }
.whatsapp:focus-visible { outline: 3px solid #ffcb5b; outline-offset: 3px; }

@keyframes reveal { from { opacity: .25; } to { opacity: 1; } }
@keyframes header-enter { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slider-progress { to { width: 100%; } }
@keyframes title-logo-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-5px) rotate(3deg); } }
@keyframes title-logo-celebrate { 35% { transform: translateY(-7px) rotate(-7deg) scale(1.09); } 70% { transform: translateY(-3px) rotate(5deg) scale(1.03); } 100% { transform: translateY(0) rotate(0) scale(1); } }
@keyframes title-reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes booth-sticker { 0%, 100% { transform: rotate(-5deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-4px); } }
@keyframes booth-pulse { 70% { box-shadow: 0 0 0 8px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes frame-light-pass { from { transform: rotate(13deg) translateX(170%); } to { transform: rotate(13deg) translateX(-410%); } }

/* Tablet: 681–1023 px. Preserva dos columnas y menú desplegable. */
@media (max-width: 1023px) {
  .container { width: min(920px, calc(100% - 40px)); }
  .topbar__inner { grid-template-columns: 1fr 1fr; }
  .topbar__inner > strong { display: none; }
  .topbar__links { justify-content: flex-end; }
  .brand { height: 152px; }
  .brand img { width: 122px; height: 122px; }
  .menu-toggle { display: flex; align-items: center; gap: 8px; min-height: 62px; padding: 0; color: #fff; font: 600 .84rem Raleway, sans-serif; text-transform: uppercase; cursor: pointer; background: none; border: 0; }
  .nav > .nav__inner > ul { position: absolute; right: 0; left: 0; display: none; min-height: 0; padding: 0 20px 14px; background: var(--blue); box-shadow: 0 9px 15px #0003; }
  .nav > .nav__inner > ul.open { display: block; }
  .nav a, .nav .menu-store-toggle { padding: 14px 0; border-top: 1px solid #ffffff21; }
  .nav a.active::before { display: none; }
  .submenu { position: static; display: block; width: auto; max-width: none; min-width: 0; padding: 0 0 4px 15px; border-top: 0; box-shadow: none; }
  .nav .submenu a { padding: 9px 0; font-size: .68rem; }
  .product-detail { grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); gap: 34px; padding-bottom: 65px; }
  .product-detail h1 { font-size: clamp(1.2rem, calc(.9rem + 1.5vw), 1.55rem); }
  .hero { margin-top: 26px; }
  .hero__slides { aspect-ratio: 1.8 / 1; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .product-card div { min-height: 168px; }
  .photobooth { padding: 65px 0; }
  .photobooth__layout { grid-template-columns: minmax(250px, .85fr) minmax(0, 1.15fr); gap: 34px; }
  .booth-plan-selector { gap: 12px; }
  .booth-plan { padding: 0; font-size: .73rem; }
  .booth-plan img { width: 100%; }
  .frame-showcase { padding: 70px 0; }
  .section-heading { grid-template-columns: 70px minmax(0, 1fr); column-gap: 15px; margin-bottom: 34px; }
  .section-heading::before { width: 63px; height: 63px; }
  .section-heading h1, .section-heading h2 { font-size: clamp(1.875rem, calc(5.4vw - 2px), 3.075rem); }
  .work__services { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer__grid > :first-child { grid-column: 1 / -1; }
  .footer__brand { justify-self: center; align-items: center; max-width: 430px; text-align: center; }
  .footer__brand p { max-width: none; }
  .footer__logo { width: 126px; }
  .footer__contact { grid-column: 1 / -1; justify-self: center; text-align: center; }
  .footer__contact a { margin-inline: auto; }
  .footer__cta { padding: 29px 0; }
  .faq__layout { grid-template-columns: 1fr; gap: 26px; }
  .faq__intro { position: static; max-width: 640px; }
  .faq__items { column-count: 1; }
}

/* Móvil: 320–680 px. Una columna, controles táctiles y lectura cómoda. */
@media (max-width: 680px) {
  .container { width: calc(100% - 28px); }
  .topbar__inner { display: block; min-height: 0; padding: 8px 0; }
  .topbar__contact, .topbar__links { justify-content: center; gap: 12px; font-size: .6rem; }
  .topbar__links { margin-top: 5px; }
  .topbar__social { gap: 5px; padding-left: 9px; }
  .topbar__social a { width: 22px; height: 22px; }
  .brand { height: 110px; }
  .brand img { width: 90px; height: 90px; }
  .menu-toggle { min-height: 54px; }
  .nav > .nav__inner > ul { padding-right: 14px; padding-left: 14px; }
  .hero { width: 100%; margin-top: 0; }
  .hero__slides { aspect-ratio: 2 / 1; }
  .hero__slides img { object-fit: contain; object-position: center; }
  .slider-dots { bottom: 10px; }
  .slider-dots { padding: 6px 8px; }
  .slider-dots button { width: 9px; height: 9px; }
  .slider-dots button.is-active { width: 28px; }
  .products { padding: 42px 0; }
  .section-heading { margin-bottom: 25px; }
  .section-heading { grid-template-columns: 56px minmax(0, 1fr); column-gap: 11px; width: 100%; margin-bottom: 29px; }
  .section-heading::before { width: 50px; height: 50px; }
  .section-heading h1, .section-heading h2 { font-size: clamp(1.525rem, calc(8vw - 2px), 2.225rem); }
  .section-heading p { font-size: .62rem; letter-spacing: .055em; }
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-card { max-width: 460px; margin-inline: auto; }
  .product-card div { min-height: 160px; }
  .product-breadcrumb { padding-top: 20px; font-size: .68rem; }
  .product-detail { grid-template-columns: 1fr; gap: 25px; padding: 26px 0 52px; }
  .product-detail__image { max-width: 460px; margin-inline: auto; }
  .product-detail h1 { font-size: clamp(1.1rem, calc(.85rem + 2.2vw), 1.35rem); line-height: 1.2; }
  .product-detail__lead { font-size: .9rem; }
  .product-detail h2 { font-size: .88rem; }
  .product-detail__actions { display: grid; }
  .product-detail__social { justify-content: center; }
  .photobooth { padding: 51px 0; }
  .photobooth__layout { grid-template-columns: 1fr; gap: 31px; }
  .photobooth__stage { max-width: 390px; }
  .photobooth__content { text-align: center; }
  .photobooth__content > p:not(.eyebrow) { margin-inline: auto; }
  .photobooth__facts { max-width: 420px; margin-inline: auto; }
  .photobooth__price { justify-content: center; }
  .photobooth__actions { justify-content: center; }
  .booth-plan-selector { grid-template-columns: 1fr; max-width: 390px; margin-top: 32px; }
  .booth-plan { display: grid; grid-template-columns: 112px 1fr; align-items: stretch; font-size: .8rem; }
  .booth-plan img { width: 112px; height: 100%; min-height: 96px; aspect-ratio: auto; }
  .booth-plan span { justify-content: flex-start; flex-direction: column; align-items: flex-start; padding: 15px; }
  .frame-showcase { padding: 52px 0; }
  .frame-showcase__visual { display: flex; flex-direction: column; min-height: 0; max-width: 540px; margin-inline: auto; }
  .frame-showcase__visual::before { display: none; }
  .frame-showcase__visual::after { display: none; }
  .frame-showcase__visual img { position: relative; height: 190px; object-position: 100% center; transform: none; }
  .frame-showcase__visual:hover img { transform: none; }
  .frame-showcase__content { width: 100%; min-height: 0; padding: 33px 22px 25px; text-align: center; background: #143f8a; }
  .frame-showcase__tag { top: 18px; right: 18px; font-size: .58rem; }
  .frame-showcase__details { text-align: left; }
  .frame-showcase__actions { display: grid; grid-template-columns: 1fr; }
  .work { padding: 45px 0; }
  .work-card { padding: 18px; }
  .work-steps li { padding: 10px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { text-align: center; }
  .work-card__actions { grid-template-columns: 1fr; }
  .work-card__secondary { min-width: 0; min-height: 48px; }
  .faq { padding: 45px 0; }
  .faq__whatsapp { width: 100%; justify-content: center; }
  .faq summary { padding: 15px; font-size: .86rem; }
  .faq details p { padding: 0 15px 16px; font-size: .86rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 25px; }
  .footer__cta { flex-direction: column; align-items: flex-start; gap: 17px; padding: 31px 0; }
  .footer__cta-action { width: 100%; justify-content: center; }
  .footer__grid { padding: 38px 0; text-align: center; }
  .footer__grid > :first-child { grid-column: auto; }
  .footer__brand { gap: 12px; max-width: 360px; margin-inline: auto; }
  .footer__brand h2 { margin-top: 0; }
  .footer__brand p { max-width: 34ch; margin-inline: auto; }
  .footer__logo { width: 124px; margin-inline: auto; }
  .footer__grid ul { padding: 0; list-style: none; }
  .footer__grid li::before { display: none; }
  .footer__grid a { justify-content: center; margin-inline: auto; }
  .footer__social { justify-content: center; }
  .copyright { flex-direction: column; padding: 16px 14px; text-align: center; }
  .whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; }
  .whatsapp img { width: 29px; height: 29px; }
}

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