.integration-policy-page {
  --policy-ink: #17231f;
  --policy-muted: #52645e;
  --policy-green: #176f61;
  --policy-line: rgba(23, 35, 31, 0.11);
  background:
    radial-gradient(circle at 10% 9%, rgba(26, 188, 156, 0.15), transparent 28rem),
    radial-gradient(circle at 88% 5%, rgba(202, 163, 90, 0.16), transparent 25rem),
    #f5f7f4;
  color: var(--policy-ink);
}

.integration-policy-hero {
  padding: 8.5rem 0 3.25rem;
}

.integration-policy-hero__inner,
.integration-policy-content {
  width: min(100%, 920px);
  margin-inline: auto;
}

.integration-policy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--policy-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.integration-policy-kicker::before {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #1abc9c;
  box-shadow: 0 0 0 0.3rem rgba(26, 188, 156, 0.14);
  content: "";
}

.integration-policy-hero h1 {
  max-width: 850px;
  margin: 1rem 0;
  font-family: "Space Grotesk", "Manrope", system-ui, sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.integration-policy-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--policy-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.integration-policy-updated {
  display: inline-flex;
  margin-top: 1.15rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--policy-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--policy-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.integration-policy-wrap {
  padding-bottom: 4.5rem;
}

.integration-policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid var(--policy-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.integration-policy-nav a {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  color: var(--policy-green);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.integration-policy-nav a:hover,
.integration-policy-nav a:focus-visible {
  background: rgba(23, 111, 97, 0.09);
}

.integration-policy-section {
  margin-bottom: 1rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid var(--policy-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(20, 34, 29, 0.07);
  scroll-margin-top: 7rem;
}

.integration-policy-section h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  line-height: 1.25;
}

.integration-policy-section h3 {
  margin: 1.25rem 0 0.45rem;
  font-size: 1.02rem;
}

.integration-policy-section p,
.integration-policy-section li {
  color: var(--policy-muted);
  line-height: 1.75;
}

.integration-policy-section p {
  margin: 0.65rem 0 0;
}

.integration-policy-section ul {
  margin: 0.7rem 0 0;
  padding-left: 1.3rem;
}

.integration-policy-section li + li {
  margin-top: 0.35rem;
}

.integration-policy-section a,
.integration-policy-callout a {
  color: var(--policy-green);
  font-weight: 800;
}

.integration-policy-callout {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(23, 111, 97, 0.22);
  border-radius: 8px;
  background: rgba(26, 188, 156, 0.08);
  color: #334940;
  line-height: 1.7;
}

.integration-policy-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.integration-policy-links .integration-policy-section {
  margin: 0;
}

.booking-app-hero {
  padding: 8.5rem 0 4.25rem;
}

.booking-app-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  width: min(100%, 1060px);
  margin-inline: auto;
}

.booking-app-hero h1 {
  max-width: 760px;
  margin: 1rem 0;
  font-family: "Space Grotesk", "Manrope", system-ui, sans-serif;
  font-size: clamp(2.65rem, 6vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.booking-app-hero__lede {
  max-width: 67ch;
  margin: 0;
  color: var(--policy-muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.booking-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.booking-app-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--policy-green);
  border-radius: 6px;
  background: var(--policy-green);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.booking-app-button:hover,
.booking-app-button:focus-visible {
  background: #0e574c;
}

.booking-app-button--secondary {
  background: transparent;
  color: var(--policy-green);
}

.booking-app-button--secondary:hover,
.booking-app-button--secondary:focus-visible {
  background: rgba(23, 111, 97, 0.08);
  color: #0e574c;
}

.booking-app-identity {
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(23, 111, 97, 0.2);
  border-radius: 12px;
  background: #fff;
}

.booking-app-identity img {
  display: block;
  width: min(100%, 260px);
  height: auto;
}

.booking-app-identity__label {
  display: block;
  margin-top: 1.25rem;
  color: var(--policy-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.booking-app-content {
  width: min(100%, 1060px);
  margin-inline: auto;
}

.booking-app-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--policy-line);
}

.booking-app-intro h2 {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.booking-app-intro p {
  max-width: 68ch;
  margin: 0;
  color: var(--policy-muted);
  font-size: 1.02rem;
  line-height: 1.8;
  text-wrap: pretty;
}

.booking-app-intro p + p {
  margin-top: 1rem;
}

.booking-app-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--policy-line);
  border-bottom: 1px solid var(--policy-line);
}

.booking-app-flow__step {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.booking-app-flow__step + .booking-app-flow__step {
  border-left: 1px solid var(--policy-line);
}

.booking-app-flow__number {
  color: var(--policy-green);
  font-weight: 800;
}

.booking-app-flow h3 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.12rem;
}

.booking-app-flow p {
  margin: 0;
  color: var(--policy-muted);
  line-height: 1.7;
}

.booking-app-permissions {
  margin: clamp(2.5rem, 6vw, 5rem) 0;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border-radius: 12px;
  background: #17352e;
  color: #fff;
}

.booking-app-permissions h2 {
  max-width: 720px;
  margin: 0 0 1.5rem;
  font-family: "Space Grotesk", "Manrope", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.booking-app-permissions dl {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  gap: 0;
  margin: 0;
}

.booking-app-permissions dt,
.booking-app-permissions dd {
  margin: 0;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.booking-app-permissions dt {
  padding-right: 1.5rem;
  color: #8ee3d1;
  font-weight: 800;
}

.booking-app-permissions dd {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.booking-app-policy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 4.5rem;
}

.booking-app-policy-row p {
  max-width: 62ch;
  margin: 0;
  color: var(--policy-muted);
  line-height: 1.7;
}

.booking-app-policy-row__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.25rem;
}

.booking-app-policy-row a {
  color: var(--policy-green);
  font-weight: 800;
}

@media (max-width: 680px) {
  .integration-policy-hero {
    padding-top: 7rem;
  }

  .integration-policy-links {
    grid-template-columns: 1fr;
  }

  .integration-policy-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-app-hero {
    padding-top: 7rem;
  }

  .booking-app-hero__inner,
  .booking-app-intro {
    grid-template-columns: 1fr;
  }

  .booking-app-identity {
    max-width: 320px;
  }

  .booking-app-flow {
    grid-template-columns: 1fr;
  }

  .booking-app-flow__step + .booking-app-flow__step {
    border-top: 1px solid var(--policy-line);
    border-left: 0;
  }

  .booking-app-permissions dl {
    grid-template-columns: 1fr;
  }

  .booking-app-permissions dt {
    padding-bottom: 0.2rem;
  }

  .booking-app-permissions dd {
    padding-top: 0.2rem;
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-app-button {
    transition: none;
  }
}
