/* Landing de Teste de Estanqueidade — carregada somente nesta página. */
.gp-tight {
  --navy: #020f26;
  --navy-2: #071b3d;
  --blue: #3f7cff;
  --blue-2: #0b63ff;
  --blue-soft: #eaf1ff;
  --ink: #071733;
  --muted: #5b6980;
  --surface: #f5f8fd;
  --border: #d9e3f2;
  --white: #fff;
  --red: #ff174f;
  color: var(--ink);
  background: var(--white);
  font-family: Poppins, Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
}
.gp-tight,
.gp-tight * {
  box-sizing: border-box;
}
.gp-tight a {
  color: inherit;
  text-decoration: none;
}
.gp-tight img,
.gp-tight svg {
  display: block;
}
.gp-tight svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gp-tight h1,
.gp-tight h2,
.gp-tight h3,
.gp-tight p,
.gp-tight ul,
.gp-tight ol,
.gp-tight blockquote {
  margin-top: 0;
}
.gp-tight__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.gp-tight__section {
  padding: 104px 0;
}
.gp-tight__kicker,
.gp-tight__eyebrow,
.gp-tight__panel-label,
.gp-tight__card-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gp-tight__heading {
  max-width: 590px;
}
.gp-tight__heading--center {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}
.gp-tight__heading h2,
.gp-tight__alert h2,
.gp-tight__final h2 {
  margin: 10px 0 20px;
  color: var(--ink);
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.03;
}
.gp-tight__heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.gp-tight__button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.gp-tight__button:hover {
  transform: translateY(-2px);
}
.gp-tight__button svg {
  width: 20px;
  min-width: 20px;
}
.gp-tight .gp-tight__button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  box-shadow: 0 18px 45px rgba(11, 99, 255, .28);
}
.gp-tight .gp-tight__button--primary:hover {
  color: #fff;
  box-shadow: 0 22px 55px rgba(11, 99, 255, .38);
}
.gp-tight .gp-tight__button--outline {
  border-color: var(--border);
  color: var(--ink);
  background: #fff;
}
.gp-tight .gp-tight__button--light {
  color: var(--blue-2);
  background: #fff;
  box-shadow: 0 18px 45px rgba(2, 15, 38, .18);
}

/* Hero */
.gp-tight__hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(2,15,38,.98), rgba(4,24,59,.94)),
    var(--navy);
}
.gp-tight__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image:
    linear-gradient(rgba(104,147,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,147,255,.15) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0, #000 52%, #000 100%);
}
.gp-tight__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}
.gp-tight__glow--one {
  width: 620px;
  height: 620px;
  top: -330px;
  right: -130px;
  background: radial-gradient(circle, rgba(48,113,255,.42), transparent 68%);
}
.gp-tight__glow--two {
  width: 420px;
  height: 420px;
  left: -260px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(255,23,79,.12), transparent 68%);
}
.gp-tight__hero-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 62px;
  padding: 72px 0 82px;
}
.gp-tight__hero-copy {
  position: relative;
  z-index: 2;
}
.gp-tight__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #a8c2ff;
}
.gp-tight__eyebrow svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  border: 1px solid rgba(143,178,255,.35);
  border-radius: 9px;
}
.gp-tight__hero h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(47px, 5.2vw, 70px);
  font-weight: 800;
  letter-spacing: -.064em;
  line-height: .98;
}
.gp-tight__hero-emotional {
  margin: 24px 0 0;
  color: #a9c3ff;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-style: italic;
  font-weight: 550;
  letter-spacing: -.025em;
  line-height: 1.2;
}
.gp-tight__hero-lead {
  max-width: 660px;
  margin: 20px 0 0;
  color: #cfdaee;
  font-size: 16px;
  line-height: 1.75;
}
.gp-tight__checks {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.gp-tight__checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #eef4ff;
  font-size: 13px;
  font-weight: 600;
}
.gp-tight__checks svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 3px;
  border: 1px solid #6d9aff;
  border-radius: 50%;
  color: #8eb1ff;
}
.gp-tight__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 31px;
}
.gp-tight__text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #dbe6fa;
  font-size: 12px;
  font-weight: 700;
}
.gp-tight__micro {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 25px 0 0;
  color: #8494af;
  font-size: 10px;
}
.gp-tight__micro svg {
  width: 15px;
  min-width: 15px;
}
.gp-tight__hero-media {
  position: relative;
  min-width: 0;
}
.gp-tight__photo-frame {
  position: relative;
  min-height: 525px;
  overflow: hidden;
  border: 1px solid rgba(144,176,245,.28);
  border-radius: 34px;
  background: #0a1d3d;
  box-shadow: 0 45px 95px rgba(0,0,0,.38);
  transform: rotate(1.5deg);
}
.gp-tight__photo-frame::before {
  content: "";
  position: absolute;
  inset: 13px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  pointer-events: none;
}
.gp-tight__photo-frame picture {
  display: block;
  height: 100%;
}
.gp-tight__photo-frame img {
  width: 100%;
  height: 525px;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.88) contrast(1.05);
}
.gp-tight__photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,15,38,.02) 45%, rgba(2,15,38,.78) 100%),
    linear-gradient(90deg, rgba(2,15,38,.35), transparent 38%);
}
.gp-tight__photo-label {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 99px;
  color: #eef4ff;
  background: rgba(2,15,38,.72);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.gp-tight__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #46df85;
  box-shadow: 0 0 0 5px rgba(70,223,133,.16);
}
.gp-tight__reading-card {
  position: absolute;
  width: min(420px, 88%);
  right: -28px;
  bottom: -58px;
  z-index: 3;
  padding: 24px;
  border: 1px solid #d8e3f7;
  border-radius: 23px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 65px rgba(2,15,38,.27);
  transform: rotate(-1.5deg);
}
.gp-tight__reading-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
.gp-tight__reading-head svg {
  width: 20px;
  color: var(--blue);
}
.gp-tight__pressure-line {
  height: 8px;
  margin: 18px 0;
  overflow: hidden;
  border-radius: 99px;
  background: #e7edf8;
}
.gp-tight__pressure-line span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-2), #80a5ff);
}
.gp-tight__reading-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.gp-tight__reading-steps span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}
.gp-tight__reading-steps b {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--blue-2);
  background: var(--blue-soft);
}

/* Trust */
.gp-tight__trust {
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.gp-tight__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gp-tight__trust-grid > div {
  min-height: 95px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 28px;
  border-right: 1px solid var(--border);
}
.gp-tight__trust-grid > div:last-child {
  border-right: 0;
}
.gp-tight__trust-grid svg {
  width: 24px;
  min-width: 24px;
  color: var(--blue);
}
.gp-tight__trust-grid span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.gp-tight__trust-grid strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
}

/* Cenários */
.gp-tight__when {
  background: var(--surface);
}
.gp-tight__scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gp-tight__scenario-grid article {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(2,15,38,.05);
}
.gp-tight__scenario-grid article > span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #9aabc3;
  font-size: 10px;
  font-weight: 800;
}
.gp-tight__scenario-grid svg {
  width: 47px;
  height: 47px;
  padding: 12px;
  border-radius: 14px;
  color: var(--blue);
  background: var(--blue-soft);
}
.gp-tight__scenario-grid h3 {
  margin: 34px 0 13px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.25;
}
.gp-tight__scenario-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.gp-tight__note {
  max-width: 850px;
  margin: 34px auto 0;
  padding: 17px 22px;
  border-left: 3px solid var(--blue);
  color: var(--muted);
  background: #fff;
  font-size: 12px;
  text-align: center;
}

/* Problema */
.gp-tight__problem {
  background: #fff;
}
.gp-tight__split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}
.gp-tight__heading blockquote {
  margin: 34px 0 0;
  padding: 24px 28px;
  border-left: 4px solid var(--blue);
  border-radius: 0 20px 20px 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Fraunces, Georgia, serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.55;
}
.gp-tight__decision-panel {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(150deg, #fff, #f5f8ff);
  box-shadow: 0 30px 70px rgba(2,15,38,.09);
}
.gp-tight__decision-panel ol {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.gp-tight__decision-panel li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  padding: 16px;
  border: 1px solid #e1e9f5;
  border-radius: 15px;
  background: rgba(255,255,255,.8);
}
.gp-tight__decision-panel li > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--blue-2);
  background: var(--blue-soft);
  font-size: 9px;
  font-weight: 800;
}
.gp-tight__decision-panel strong {
  font-size: 13px;
}
.gp-tight__decision-panel p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

/* Processo */
.gp-tight__process {
  background: linear-gradient(180deg, #f0f5ff, #fff);
}
.gp-tight__process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gp-tight__process-grid::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 9%;
  right: 9%;
  top: 48px;
  background: repeating-linear-gradient(90deg, #9bb9ff 0 8px, transparent 8px 16px);
}
.gp-tight__process-grid article {
  position: relative;
  z-index: 1;
  min-height: 245px;
  padding: 29px;
  border: 1px solid var(--border);
  border-radius: 23px;
  background: #fff;
}
.gp-tight__process-grid article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--blue-2);
  font-size: 10px;
  font-weight: 800;
}
.gp-tight__process-grid h3 {
  margin: 45px 0 13px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.025em;
}
.gp-tight__process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}
.gp-tight__process-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  margin-top: 24px;
  padding: 27px;
  border-radius: 22px;
  color: #fff;
  background: var(--navy);
}
.gp-tight__process-cta strong {
  font-size: 14px;
}
.gp-tight__process-cta p {
  margin: 5px 0 0;
  color: #b8c6dd;
  font-size: 11px;
}

/* Entregáveis */
.gp-tight__deliverables {
  background: #fff;
}
.gp-tight__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gp-tight__feature-grid article {
  min-height: 285px;
  padding: 29px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
}
.gp-tight__feature-grid article > svg {
  width: 48px;
  height: 48px;
  padding: 13px;
  border-radius: 14px;
  color: var(--blue);
  background: var(--blue-soft);
}
.gp-tight__feature-grid h3 {
  margin: 56px 0 13px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.gp-tight__feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}
.gp-tight__feature-grid .gp-tight__feature--dark {
  color: #fff;
  background: var(--navy);
}
.gp-tight__feature-grid .gp-tight__feature--dark h3 {
  color: #fff;
}
.gp-tight__feature-grid .gp-tight__feature--dark p {
  color: #b8c6dc;
}
.gp-tight__feature-grid .gp-tight__feature--dark > svg {
  color: #8db0ff;
  background: #0d2858;
}

/* Comparação */
.gp-tight__compare {
  background: var(--surface);
}
.gp-tight__compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.gp-tight__compare-grid article {
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
}
.gp-tight__compare-grid .gp-tight__compare-featured {
  color: #fff;
  border-color: #17386f;
  background: var(--navy);
  box-shadow: 0 35px 75px rgba(2,15,38,.18);
}
.gp-tight__compare-grid h3 {
  margin: 13px 0 17px;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.15;
}
.gp-tight__compare-featured h3 {
  color: #fff;
}
.gp-tight__compare-grid article > p:not(.gp-tight__card-label) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.gp-tight__compare-featured > p:not(.gp-tight__card-label) {
  color: #b8c6dc !important;
}
.gp-tight__compare-grid ul {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.gp-tight__compare-grid li {
  position: relative;
  padding-left: 23px;
  color: var(--muted);
  font-size: 12px;
}
.gp-tight__compare-featured li {
  color: #dce6f7;
}
.gp-tight__compare-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}
.gp-tight__compare-grid article > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 800;
}
.gp-tight__compare-featured > a {
  color: #9ab9ff !important;
}

/* Urgência */
.gp-tight__alert {
  padding: 78px 0;
  color: var(--ink);
  background: #fff1f4;
}
.gp-tight__alert-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 42px;
}
.gp-tight__alert-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: var(--red);
  background: #fff;
}
.gp-tight__alert-icon svg {
  width: 36px;
}
.gp-tight__alert h2 {
  max-width: 760px;
  margin-bottom: 13px;
  font-size: clamp(34px, 3.8vw, 52px);
}
.gp-tight__alert p:last-child {
  max-width: 890px;
  margin: 0;
  color: #5f4750;
  font-size: 13px;
  line-height: 1.75;
}
.gp-tight__alert .gp-tight__kicker {
  color: var(--red);
}

/* FAQ */
.gp-tight__faq {
  background: #fff;
}
.gp-tight__faq-grid {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  align-items: start;
  gap: 84px;
}
.gp-tight__faq-intro {
  position: sticky;
  top: 140px;
}
.gp-tight__faq-list {
  border-top: 1px solid var(--border);
}
.gp-tight__faq-list details {
  border-bottom: 1px solid var(--border);
}
.gp-tight__faq-list summary {
  position: relative;
  padding: 25px 40px 25px 4px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.gp-tight__faq-list summary::-webkit-details-marker {
  display: none;
}
.gp-tight__faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  transform: translateY(-50%);
}
.gp-tight__faq-list details[open] summary::after {
  content: "−";
}
.gp-tight__faq-list details[open] summary {
  color: var(--blue-2);
}
.gp-tight__faq-list details p {
  max-width: 780px;
  margin: -5px 0 26px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

/* Final e footer */
.gp-tight__final {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #155de5, #4a83ff);
}
.gp-tight__final::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 62px 62px;
}
.gp-tight__final-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 70px;
}
.gp-tight__final h2 {
  max-width: 760px;
  color: #fff;
}
.gp-tight__final > .gp-tight__container > div > p:not(.gp-tight__kicker) {
  max-width: 650px;
  color: #e8efff;
  font-size: 14px;
}
.gp-tight__final .gp-tight__kicker {
  color: #d8e5ff;
}
.gp-tight__final aside {
  padding: 35px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 25px;
  background: rgba(7,35,94,.34);
}
.gp-tight__final aside > p {
  color: #c7d8ff;
  font-size: 9px;
  letter-spacing: .13em;
}
.gp-tight__final aside h3 {
  margin: 12px 0 25px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}
.gp-tight__final aside ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gp-tight__final aside li {
  position: relative;
  padding-left: 22px;
  color: #e5edff;
  font-size: 11px;
}
.gp-tight__final aside li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a8c2ff;
}
.gp-tight__footer {
  padding: 70px 0 26px;
  color: #aebdd3;
  background: var(--navy);
}
.gp-tight__footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr 1fr;
  gap: 60px;
}
.gp-tight__footer-brand img {
  width: 200px;
  height: 86px;
  object-fit: cover;
  object-position: center;
  padding: 4px 8px;
  border-radius: 12px;
  background: #fff;
}
.gp-tight__footer-brand p,
.gp-tight__footer-grid > div > p {
  margin: 20px 0 0;
  color: #8494ad;
  font-size: 11px;
  line-height: 1.7;
}
.gp-tight__footer-grid h3 {
  margin: 0 0 21px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .13em;
}
.gp-tight__footer-grid a {
  display: block;
  margin-top: 12px;
  color: #9fb0c7;
  font-size: 11px;
}
.gp-tight__footer-grid a:hover {
  color: #fff;
}
.gp-tight__footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #70819a;
  font-size: 9px;
}

/* O widget flutuante encobriria o CTA desta landing. */
.qlwapp {
  display: none !important;
}

[id] {
  scroll-margin-top: 112px;
}

@media (max-width: 1040px) {
  .gp-tight__hero-grid {
    gap: 35px;
  }
  .gp-tight__hero h1 {
    font-size: clamp(43px, 5.8vw, 62px);
  }
  .gp-tight__reading-card {
    right: -10px;
  }
  .gp-tight__scenario-grid,
  .gp-tight__feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gp-tight__process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gp-tight__process-grid::before {
    display: none;
  }
  .gp-tight__footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .gp-tight__footer-grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .gp-tight__section {
    padding: 84px 0;
  }
  .gp-tight__hero-grid {
    grid-template-columns: 1fr;
    padding: 64px 0 115px;
  }
  .gp-tight__hero-copy {
    max-width: 720px;
  }
  .gp-tight__hero-media {
    width: min(650px, 100%);
    margin-inline: auto;
  }
  .gp-tight__trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gp-tight__trust-grid > div:nth-child(2) {
    border-right: 0;
  }
  .gp-tight__trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--border);
  }
  .gp-tight__split,
  .gp-tight__faq-grid,
  .gp-tight__final-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .gp-tight__faq-intro {
    position: static;
  }
  .gp-tight__compare-grid {
    grid-template-columns: 1fr;
  }
  .gp-tight__final-grid aside {
    max-width: 600px;
  }
}

@media (max-width: 620px) {
  .gp-tight__container {
    width: calc(100% - 28px);
  }
  .gp-tight__section {
    padding: 70px 0;
  }
  .gp-tight__heading--center {
    margin-bottom: 38px;
    text-align: left;
  }
  .gp-tight__heading h2,
  .gp-tight__alert h2,
  .gp-tight__final h2 {
    font-size: 38px;
  }
  .gp-tight__hero-grid {
    min-height: auto;
    padding: 48px 0 92px;
  }
  .gp-tight__eyebrow {
    font-size: 9px;
  }
  .gp-tight__hero h1 {
    font-size: clamp(39px, 11.2vw, 48px);
    line-height: 1.02;
  }
  .gp-tight__hero-emotional {
    font-size: 23px;
  }
  .gp-tight__hero-lead {
    font-size: 14px;
  }
  .gp-tight__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
  .gp-tight__button {
    width: 100%;
  }
  .gp-tight__text-link {
    justify-content: center;
  }
  .gp-tight__photo-frame,
  .gp-tight__photo-frame img {
    min-height: 410px;
    height: 410px;
  }
  .gp-tight__photo-frame {
    border-radius: 25px;
    transform: none;
  }
  .gp-tight__photo-frame img {
    object-position: 56% center;
  }
  .gp-tight__reading-card {
    width: calc(100% - 28px);
    right: 14px;
    bottom: -54px;
    padding: 18px;
    transform: none;
  }
  .gp-tight__reading-steps span {
    flex-direction: column;
    align-items: flex-start;
  }
  .gp-tight__trust-grid > div {
    min-height: 90px;
    padding: 17px;
  }
  .gp-tight__trust-grid strong {
    font-size: 11px;
  }
  .gp-tight__scenario-grid,
  .gp-tight__feature-grid,
  .gp-tight__process-grid {
    grid-template-columns: 1fr;
  }
  .gp-tight__scenario-grid article,
  .gp-tight__feature-grid article {
    min-height: 230px;
  }
  .gp-tight__split {
    gap: 42px;
  }
  .gp-tight__decision-panel {
    padding: 20px;
  }
  .gp-tight__process-grid article {
    min-height: 220px;
  }
  .gp-tight__process-cta {
    grid-template-columns: 1fr;
    padding: 23px;
  }
  .gp-tight__compare-grid article {
    padding: 27px 22px;
  }
  .gp-tight__compare-grid h3 {
    font-size: 23px;
  }
  .gp-tight__alert {
    padding: 66px 0;
  }
  .gp-tight__alert-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .gp-tight__alert-icon {
    width: 66px;
    height: 66px;
  }
  .gp-tight__faq-list summary {
    font-size: 12px;
  }
  .gp-tight__final {
    padding: 76px 0;
  }
  .gp-tight__footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .gp-tight__footer-grid > div:last-child {
    grid-column: auto;
  }
  .gp-tight__footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-tight *,
  .gp-tight *::before,
  .gp-tight *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
