/* Shared generated inner pages */
.ip {
  background: #f6f4ee;
  color: #1a1a1a;
  overflow-x: hidden;
}

.ip-wrap {
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
}

.ip-crumb {
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
  padding: 110px 0 0;
  position: relative;
  z-index: 3;
}

.ip-crumb ol {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(26, 26, 26, 0.07);
  box-shadow: 0 12px 32px rgba(15, 17, 16, 0.07);
  backdrop-filter: blur(14px);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(26, 26, 26, 0.48);
}

.ip-crumb a {
  color: rgba(26, 26, 26, 0.58);
  text-decoration: none;
}

.ip-crumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(26, 26, 26, 0.24);
}

.ip-hero {
  min-height: min(88svh, 860px);
  margin-top: -52px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 64px 0;
  color: #fff;
  isolation: isolate;
}

.ip-hero__media,
.ip-hero__media video,
.ip-hero__poster,
.ip-hero__veil {
  position: absolute;
  inset: 0;
}

.ip-hero__media {
  overflow: hidden;
  background: #101310;
  z-index: -1;
}

.ip-hero__media video,
.ip-hero__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ip-hero__media video {
  z-index: 1;
}

.ip-hero__poster {
  z-index: 2;
  transform: scale(1.03);
  transition: opacity 0.45s ease;
}

.ip-hero__poster.is-hidden {
  opacity: 0;
}

.ip-hero__veil {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.92) 0%, rgba(8, 10, 9, 0.72) 42%, rgba(8, 10, 9, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 10, 9, 0.18) 0%, rgba(8, 10, 9, 0.88) 100%),
    radial-gradient(ellipse 45% 45% at 78% 28%, rgba(214, 224, 44, 0.2), transparent 60%);
}

.ip-video-light .ip-hero__veil {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.72) 0%, rgba(8, 10, 9, 0.48) 42%, rgba(8, 10, 9, 0.12) 100%),
    linear-gradient(180deg, rgba(8, 10, 9, 0.08) 0%, rgba(8, 10, 9, 0.58) 100%),
    radial-gradient(ellipse 45% 45% at 78% 28%, rgba(214, 224, 44, 0.16), transparent 60%);
}

.ip-hero__content {
  position: relative;
  z-index: 4;
}

.ip-badge,
.ip-kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ip-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.ip-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6e02c;
  box-shadow: 0 0 0 5px rgba(214, 224, 44, 0.18);
}

.ip-hero h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.45rem, 6.3vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 800;
}

.ip-hero h1 em {
  color: #d6e02c;
  font-style: normal;
}

.ip-hero__lead {
  max-width: 42rem;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.ip-actions,
.ip-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ip-btn:hover { transform: translateY(-2px); }
.ip-btn--primary { background: #d6e02c; color: #1a1a1a !important; }
.ip-btn--dark { background: #1a1a1a; color: #fff !important; }
.ip-btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
}

.ip-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ip-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
}

.ip-section {
  padding: clamp(72px, 10vw, 120px) 0;
}

.ip-kicker {
  color: rgba(26, 26, 26, 0.42);
}

.ip-title {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.ip-lead {
  max-width: 46rem;
  margin: 18px 0 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(26, 26, 26, 0.62);
}

.ip-intro {
  background: #fbfaf7;
}

.ip-intro__grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.ip-visual {
  min-height: 500px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #111411;
  box-shadow: 0 30px 80px rgba(15, 17, 16, 0.12);
}

.ip-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ip-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 9, 0.05), rgba(8, 10, 9, 0.78));
}

.ip-float {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1a1a;
  backdrop-filter: blur(12px);
}

.ip-float strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.ip-float span {
  display: block;
  margin-top: 4px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.6);
}

.ip-checks {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}

.ip-checks li {
  display: flex;
  gap: 12px;
  font-weight: 700;
  color: rgba(26, 26, 26, 0.78);
}

.ip-checks i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(214, 224, 44, 0.24);
  font-size: 0.72rem;
  font-style: normal;
}

.ip-dark {
  background: #111411;
  color: #fff;
}

.ip-dark .ip-kicker { color: #d6e02c; }
.ip-dark .ip-title { color: #fff; }
.ip-dark .ip-lead { color: rgba(255, 255, 255, 0.62); }

.ip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.ip-card {
  padding: 24px 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.07);
  box-shadow: 0 16px 42px rgba(15, 17, 16, 0.05);
}

.ip-dark .ip-card {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.ip-card__num {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(214, 224, 44, 0.18);
  color: #b8c21f;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.ip-card h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ip-card p {
  margin: 10px 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.58);
}

.ip-dark .ip-card p { color: rgba(255, 255, 255, 0.58); }

.ip-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  background: #fff;
}

.ip-band:nth-child(even) .ip-band__media { order: 2; }
.ip-band:nth-child(even) .ip-band__copy { order: 1; }

.ip-band__media {
  min-height: 330px;
  overflow: hidden;
  background: #101310;
}

.ip-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ip-band__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 72px);
  background: #fbfaf7;
}

.ip-band__copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.ip-band__copy p {
  max-width: 40ch;
  margin: 16px 0 0;
  font-size: 1.04rem;
  line-height: 1.75;
  color: rgba(26, 26, 26, 0.62);
}

/* Quick contact separator */
.ip-contact {
  position: relative;
  padding: clamp(78px, 10vw, 120px) 0;
  color: #fff;
  background: #0d100e;
  overflow: hidden;
  isolation: isolate;
}

.ip-contact__bg,
.ip-contact__bg img,
.ip-contact__overlay {
  position: absolute;
  inset: 0;
}

.ip-contact__bg {
  z-index: -2;
}

.ip-contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08) brightness(0.5);
  transform: scale(1.04);
}

.ip-contact__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.92) 45%, rgba(0, 0, 0, 0.84) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.9) 100%),
    radial-gradient(ellipse 46% 60% at 82% 22%, rgba(214, 224, 44, 0.12), transparent 62%);
}

.ip-contact__grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.ip-contact__kicker {
  margin: 0 0 16px;
  color: #d6e02c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ip-contact h2 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.ip-contact h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
}

.ip-contact__lead {
  max-width: 34rem;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.75;
}

.ip-contact__list {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.ip-contact__list li,
.ip-contact__list a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
}

.ip-contact__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #d6e02c;
  flex: 0 0 38px;
}

.ip-contact__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 26px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(19, 21, 20, 0.96), rgba(8, 10, 9, 0.93));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.ip-contact__field {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  padding-bottom: 12px;
}

.ip-contact__field--full {
  grid-column: 1 / -1;
}

.ip-contact__field i {
  color: #d6e02c;
  font-style: normal;
  font-weight: 800;
}

.ip-contact__field input,
.ip-contact__field textarea {
  width: 100%;
  border: 0;
  outline: none;
  resize: vertical;
  background: transparent;
  color: #fff;
  font: 700 1rem/1.35 "Inter", system-ui, sans-serif;
}

.ip-contact__field textarea {
  min-height: 92px;
  padding-top: 6px;
}

.ip-contact__field input::placeholder,
.ip-contact__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.88);
}

.ip-contact__agree {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.5;
}

.ip-contact__agree input {
  width: 18px;
  height: 18px;
  accent-color: #d6e02c;
  flex: 0 0 18px;
  margin-top: 1px;
}

.ip-contact__submit {
  width: fit-content;
  min-height: 58px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #d6e02c;
  color: #1a1a1a;
  font: 800 0.95rem/1 "Inter", system-ui, sans-serif;
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease;
}

.ip-contact__submit:hover {
  background: #eef56a;
  transform: translateY(-2px);
}

.ip-related {
  background: #fff;
}

.ip-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.ip-related a {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  color: #1a1a1a;
  text-decoration: none;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ip-related a:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 224, 44, 0.55);
  box-shadow: 0 16px 40px rgba(15, 17, 16, 0.08);
}

.ip-related strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
  font-weight: 800;
}

.ip-related span {
  color: rgba(26, 26, 26, 0.56);
  font-size: 0.9rem;
  line-height: 1.5;
}

.ip-faq {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, transparent 0%, transparent 62%, rgba(214, 224, 44, 0.07) 62%, rgba(214, 224, 44, 0.07) 100%),
    #f6f4ee;
}

.ip-faq::before {
  content: "?";
  position: absolute;
  right: max(34px, calc((100vw - 1240px) / 2));
  top: 52%;
  z-index: -1;
  width: min(30vw, 380px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(26, 26, 26, 0.07);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(26, 26, 26, 0.04) 0 1px, transparent 1px 18px),
    radial-gradient(circle, rgba(26, 26, 26, 0.13) 1px, transparent 1.5px);
  background-size: 18px 18px, 18px 18px;
  color: rgba(214, 224, 44, 0.28);
  font-size: clamp(9rem, 18vw, 16rem);
  font-weight: 800;
  line-height: 1;
  transform: translateY(-42%) rotate(-6deg);
}

.ip-faq::after {
  content: "";
  position: absolute;
  right: max(62px, calc((100vw - 1180px) / 2));
  bottom: 86px;
  z-index: -1;
  width: min(22vw, 280px);
  height: 76px;
  border-top: 8px solid rgba(214, 224, 44, 0.32);
  border-bottom: 8px solid rgba(26, 26, 26, 0.06);
  transform: skewY(-8deg);
}

.ip-faq__list {
  max-width: 860px;
  margin-top: 36px;
  display: grid;
  gap: 10px;
}

.ip-faq details {
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.07);
  overflow: hidden;
}

.ip-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 1.04rem;
  font-weight: 800;
}

.ip-faq summary::-webkit-details-marker { display: none; }
.ip-faq summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.06);
}

.ip-faq details[open] summary::after {
  content: "-";
  background: #d6e02c;
}

.ip-faq details p {
  margin: 0;
  padding: 0 22px 20px;
  color: rgba(26, 26, 26, 0.62);
  line-height: 1.7;
}

.ip-cta {
  background: #d6e02c;
  padding: clamp(74px, 10vw, 112px) 0;
  overflow: hidden;
}

.ip-cta__inner {
  width: min(calc(100% - 40px), 920px);
  margin: 0 auto;
  text-align: center;
}

.ip-cta h2 {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.ip-cta p {
  max-width: 34rem;
  margin: 18px auto 0;
  color: rgba(26, 26, 26, 0.72);
  line-height: 1.7;
}

.ip-cta__actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .ip-faq {
    background: #f6f4ee;
  }

  .ip-faq::before,
  .ip-faq::after {
    display: none;
  }

  .ip-intro__grid,
  .ip-grid,
  .ip-band,
  .ip-contact__grid,
  .ip-related__grid {
    grid-template-columns: 1fr;
  }

  .ip-band:nth-child(even) .ip-band__media,
  .ip-band:nth-child(even) .ip-band__copy {
    order: initial;
  }
}

@media (max-width: 640px) {
  .ip-hero,
  .ip-section {
    padding-left: 0;
    padding-right: 0;
  }

  .ip-actions .ip-btn,
  .ip-cta__actions .ip-btn {
    width: 100%;
  }

  .ip-visual {
    min-height: 360px;
  }

  .ip-contact__form {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .ip-contact__submit {
    width: 100%;
  }
}
