/* ===================================================================
   GP Creations Studio — Fotografía & Video (landing en subdominio)
   Mismos tokens de marca que gpcreationsusa.com y el Menú de Servicios.
   =================================================================== */

:root {
  --background: 252 45% 5%;
  --foreground: 40 6% 95%;
  --hero-sub: 40 6% 82%;
  --muted: 250 12% 65%;

  --grad-1: #6366f1; /* indigo */
  --grad-2: #a855f7; /* purple */
  --grad-3: #fcd34d; /* amber */

  --font-body: 'DM Sans', sans-serif;
  --font-heading: 'Clash Grotesk', 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: var(--font-body);
  scroll-behavior: smooth;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

:focus-visible {
  outline: 2px solid var(--grad-3);
  outline-offset: 3px;
}

.gradient-text {
  font-weight: 600;
  background-image: linear-gradient(to left, var(--grad-1), var(--grad-2), var(--grad-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Fondo del hero ---------- */
.gp-hero-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 20% 15%, rgba(99, 102, 241, 0.35), transparent 60%),
    radial-gradient(55% 45% at 85% 20%, rgba(168, 85, 247, 0.3), transparent 60%),
    radial-gradient(50% 40% at 50% 90%, rgba(252, 211, 77, 0.12), transparent 60%),
    hsl(var(--background));
  background-size: 200% 200%;
  animation: gp-drift 22s ease-in-out infinite;
}

@keyframes gp-drift {
  0%   { background-position: 0% 0%; }
  50%  { background-position: 100% 60%; }
  100% { background-position: 0% 0%; }
}

.gp-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

.particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-bg-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  background: linear-gradient(to bottom, transparent, hsl(var(--background)) 90%);
  pointer-events: none;
}

/* ---------- Hero ---------- */
.gp-hero {
  position: relative;
  z-index: 10;
  padding-bottom: 84px;
}

.gp-hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 24px 0;
  text-align: center;
}

.gp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: hsl(var(--foreground) / 0.85);
}

.gp-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad-2);
}

.gp-hero-title {
  margin: 26px auto 0;
  max-width: 900px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: hsl(var(--foreground));
}

.gp-hero-subtitle {
  margin: 20px auto 0;
  max-width: 60ch;
  font-size: 1.02rem;
  line-height: 1.6;
  color: hsl(var(--hero-sub) / 0.8);
}

.gp-hero-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.gp-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 40px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--grad-3), #f59e0b);
  color: #1c1c1e;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 16px 34px rgba(252, 211, 77, 0.3);
  transition: transform 0.2s ease;
}

.gp-hero-btn:hover { transform: translateY(-2px); }

.gp-hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 34px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: hsl(var(--foreground) / 0.9);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.gp-hero-btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 85, 247, 0.5);
}

.gp-hero-tags {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 26px;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--foreground) / 0.5);
}

.gp-hero-tags li {
  position: relative;
}

.gp-hero-tags li + li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--grad-2);
  transform: translateY(-50%);
}

/* ---------- Tira de película (elemento firma) ---------- */
.gp-strip {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 18px;
  mask-image: linear-gradient(to right, transparent, black 9%, black 91%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 9%, black 91%, transparent);
}

.gp-strip-track {
  display: flex;
  width: max-content;
  animation: gp-marquee 64s linear infinite;
}

.gp-strip:hover .gp-strip-track { animation-play-state: paused; }

.gp-strip-set {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.gp-strip-set img {
  height: 268px;
  width: auto;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  filter: saturate(1.02);
}

@keyframes gp-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- Paquetes ---------- */
.gp-packages {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 24px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.gp-group-label {
  grid-column: 1 / -1;
  margin: 40px 0 4px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--grad-2);
  text-align: center;
}

.gp-group-label-inline {
  display: block;
  grid-column: auto;
  margin: 0;
}

.gp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 30px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), hsl(var(--background));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.gp-card:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 85, 247, 0.35);
}

.gp-card-wide { grid-column: 1 / -1; }

.gp-card-featured {
  background: linear-gradient(160deg, rgba(252, 211, 77, 0.09), rgba(168, 85, 247, 0.12)), hsl(var(--background));
  border-color: rgba(252, 211, 77, 0.32);
}

/* El marcador de cada tarjeta es su dato técnico, no un número de orden. */
.gp-card-spec {
  position: absolute;
  top: 26px;
  right: 28px;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: hsl(var(--foreground) / 0.13);
  user-select: none;
  pointer-events: none;
}

.gp-card-featured .gp-card-spec { color: rgba(252, 211, 77, 0.22); }

.gp-card-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--grad-2);
}

.gp-card-tag-amber {
  padding: 5px 12px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--grad-3), #f59e0b);
  color: #1c1c1e;
}

.gp-card-title {
  margin: 12px 0 0;
  padding-right: 96px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.42rem;
  line-height: 1.22;
  color: hsl(var(--foreground));
}

.gp-card-tagline {
  margin: 9px 0 0;
  max-width: 52ch;
  font-size: 0.92rem;
  line-height: 1.5;
  color: hsl(var(--hero-sub) / 0.72);
}

/* ---------- Niveles de precio dentro de cada tarjeta ---------- */
.gp-tiers {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gp-tiers-four { grid-template-columns: repeat(4, 1fr); }

.gp-tier {
  display: flex;
  flex-direction: column;
  padding: 15px 16px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gp-tier-solo { grid-column: 1 / -1; }

.gp-tier-label {
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--hero-sub) / 0.62);
}

.gp-tier-price {
  display: block;
  margin-top: 7px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
  background-image: linear-gradient(135deg, var(--grad-3), #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gp-tier-price-quote { font-size: 1.24rem; }

.gp-tier-note {
  display: block;
  margin-top: 6px;
  font-size: 0.77rem;
  line-height: 1.4;
  color: hsl(var(--hero-sub) / 0.6);
}

/* ---------- Listas ---------- */
.gp-card-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gp-card-list li {
  position: relative;
  padding-left: 27px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: hsl(var(--foreground) / 0.88);
}

.gp-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--grad-1), var(--grad-2));
}

.gp-card-featured .gp-card-list li::before {
  background: linear-gradient(135deg, var(--grad-3), #f59e0b);
}

.gp-card-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.gp-card-featured .gp-card-list li::after { background: #1c1c1e; }

.gp-card-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 14px 30px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--grad-1), var(--grad-2));
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.87rem;
  box-shadow: 0 12px 26px rgba(139, 92, 246, 0.3);
  transition: transform 0.2s ease;
}

.gp-card-btn:hover { transform: translateY(-2px); }

.gp-card-btn-amber {
  background: linear-gradient(135deg, var(--grad-3), #f59e0b);
  color: #1c1c1e;
  box-shadow: 0 12px 26px rgba(252, 211, 77, 0.3);
}

.gp-packages-note {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  padding: 0 4px;
  max-width: 70ch;
  font-size: 0.82rem;
  line-height: 1.55;
  color: hsl(var(--hero-sub) / 0.55);
  text-align: center;
  justify-self: center;
}

/* ---------- Galería ---------- */
.gp-gallery-section {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 74px 24px 20px;
}

.gp-gallery-head { text-align: center; }

.gp-section-title {
  margin: 12px 0 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: hsl(var(--foreground));
}

.gp-section-subtitle {
  margin: 13px auto 0;
  max-width: 52ch;
  font-size: 0.96rem;
  line-height: 1.6;
  color: hsl(var(--hero-sub) / 0.78);
}

.gp-filters {
  margin: 30px 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gp-filter {
  padding: 10px 22px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: hsl(var(--foreground) / 0.7);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.gp-filter:hover {
  color: hsl(var(--foreground));
  border-color: rgba(168, 85, 247, 0.45);
}

.gp-filter.is-active {
  background: linear-gradient(135deg, var(--grad-1), var(--grad-2));
  border-color: transparent;
  color: #ffffff;
}

.gp-gallery {
  columns: 3;
  column-gap: 16px;
}

.gp-shot {
  position: relative;
  margin: 0 0 16px;
  break-inside: avoid;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: zoom-in;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.gp-shot:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 85, 247, 0.4);
}

.gp-shot img {
  width: 100%;
  height: auto;
}

.gp-shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 15px 13px;
  background: linear-gradient(to top, rgba(10, 7, 16, 0.88), transparent);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--foreground) / 0.92);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gp-shot:hover figcaption,
.gp-shot:focus-within figcaption { opacity: 1; }

.gp-shot.is-hidden { display: none; }

/* ---------- Lightbox ---------- */
.gp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  background: rgba(8, 5, 13, 0.94);
  backdrop-filter: blur(6px);
}

.gp-lightbox[hidden] { display: none; }

.gp-lb-figure {
  margin: 0;
  max-width: min(1000px, 88vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gp-lb-figure img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  border-radius: 12px;
  object-fit: contain;
}

.gp-lb-figure figcaption {
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--foreground) / 0.65);
}

.gp-lb-nav,
.gp-lb-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: hsl(var(--foreground) / 0.85);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.gp-lb-nav {
  flex: none;
  width: 52px;
  height: 52px;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 4px;
}

.gp-lb-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  font-size: 26px;
  line-height: 1;
  padding-bottom: 3px;
}

.gp-lb-nav:hover,
.gp-lb-close:hover {
  background: rgba(168, 85, 247, 0.28);
  border-color: rgba(168, 85, 247, 0.5);
}

/* ---------- CTA final ---------- */
.gp-cta-section {
  position: relative;
  z-index: 1;
  padding: 70px 24px 90px;
}

.gp-cta {
  max-width: 660px;
  margin: 0 auto;
  padding: 44px 30px;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(99, 102, 241, 0.22), rgba(168, 85, 247, 0.22));
  border: 1px solid rgba(168, 85, 247, 0.3);
  text-align: center;
}

.gp-cta-heading {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  color: hsl(var(--foreground));
}

.gp-cta-subtitle {
  margin: 14px auto 0;
  max-width: 46ch;
  font-size: 0.98rem;
  line-height: 1.55;
  color: hsl(var(--hero-sub) / 0.85);
}

.gp-cta-btn {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--grad-3), #f59e0b);
  color: #1c1c1e;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 16px 34px rgba(252, 211, 77, 0.3);
  transition: transform 0.2s ease;
}

.gp-cta-btn svg { width: 20px; height: 20px; }
.gp-cta-btn:hover { transform: translateY(-2px); }

.gp-cta-phone {
  margin: 16px 0 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.05rem;
  color: hsl(var(--foreground) / 0.9);
}

/* ---------- Footer ---------- */
.gp-footer {
  padding: 0 24px 46px;
  text-align: center;
}

.gp-footer-link {
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: hsl(var(--foreground) / 0.45);
  transition: color 0.2s ease;
}

.gp-footer-link:hover { color: hsl(var(--foreground) / 0.8); }

/* ---------- Botón flotante de WhatsApp ---------- */
.wa-float-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease;
}

.wa-float-btn:hover { transform: translateY(-3px); }
.wa-float-btn-icon { width: 34px; height: 34px; }

/* ---------- Saltos de línea por breakpoint ---------- */
.title-break-desktop { display: block; }

/* ---------- Animación de aparición ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.97);
  filter: blur(5px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1),
    filter 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  html, body { scroll-behavior: auto; }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .hero-bg-gradient { animation: none; }

  /* La tira se congela y se vuelve una fila que el usuario desplaza a su ritmo. */
  .gp-strip { overflow-x: auto; }
  .gp-strip-track { animation: none; }
  .gp-strip-set + .gp-strip-set { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .gp-gallery { columns: 2; }
}

@media (max-width: 900px) {
  .gp-packages { grid-template-columns: 1fr; max-width: 560px; }
  .gp-card-wide { grid-column: auto; }
  .gp-tiers-four { grid-template-columns: repeat(2, 1fr); }
  .gp-strip-set img { height: 216px; }
}

@media (max-width: 767px) {
  .title-break-desktop { display: none; }

  .gp-hero-content { padding: 44px 20px 0; }
  .gp-hero-title { font-size: 34px; line-height: 1.12; }
  .gp-hero-subtitle { font-size: 0.95rem; margin-top: 16px; }
  .gp-hero-actions { margin-top: 30px; gap: 11px; }
  .gp-hero-btn,
  .gp-hero-btn-ghost { width: 100%; padding: 16px 28px; }
  .gp-hero-tags { margin-top: 28px; gap: 9px 22px; font-size: 10.5px; }
  .gp-hero-tags li + li::before { left: -12px; }
  .gp-hero { padding-bottom: 52px; }

  .hero-bg-fade { height: 160px; }

  .gp-strip { padding-bottom: 10px; }
  .gp-strip-set { gap: 10px; padding-right: 10px; }
  .gp-strip-set img { height: 172px; border-radius: 10px; }

  .gp-packages { padding: 20px 20px 30px; gap: 20px; }
  .gp-group-label { margin-top: 30px; }
  .gp-group-label ~ .gp-group-label { margin-top: 58px; }
  .gp-card { padding: 28px 22px 26px; }
  .gp-card-spec { font-size: 20px; top: 22px; right: 22px; }
  .gp-card-title { font-size: 1.24rem; padding-right: 78px; }
  .gp-card-btn { width: 100%; }
  .gp-tiers { gap: 10px; }
  .gp-tier { padding: 13px 14px; }
  .gp-tier-price { font-size: 1.32rem; }

  .gp-gallery-section { padding: 54px 20px 12px; }
  .gp-gallery { columns: 2; column-gap: 12px; }
  .gp-shot { margin-bottom: 12px; }
  .gp-shot figcaption { opacity: 1; font-size: 10px; padding: 26px 11px 10px; }

  .gp-lightbox { padding: 14px; gap: 4px; }
  .gp-lb-nav { width: 42px; height: 42px; font-size: 25px; }
  .gp-lb-close { top: 14px; right: 14px; }
  .gp-lb-figure { max-width: calc(100vw - 110px); }

  .gp-cta-section { padding: 50px 20px 70px; }
  .gp-cta { padding: 34px 22px; border-radius: 20px; }
  .gp-cta-btn { width: 100%; }

  .wa-float-btn { right: 16px; bottom: 16px; width: 62px; height: 62px; }
  .wa-float-btn-icon { width: 31px; height: 31px; }
}
