/* =========================================================
   RX WATER PARK — FIGMA CHECKED
   Frame 1440, desktop padding 140, inner 1160
   Hero full width; content only constrained
   No doubled vertical section padding
   ========================================================= */

.rx-water,
.rx-water * {
  box-sizing: border-box;
  min-width: 0;
}
.rx-water {
  --rx-navy: #0b102a;
  --rx-text: #0f1326;
  --rx-green: #0bde43;
  --rx-green2: #3bad61;
  --rx-muted: #767676;
  --rx-border: #ddd;
  --rx-font: "Be Vietnam Pro", Arial, sans-serif;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  background: #fff;
  color: var(--rx-text);
  font-family: var(--rx-font);
  line-height: 1.5;
}
.rx-water img {
  display: block;
  max-width: 100%;
}
.rx-water h1,
.rx-water h2,
.rx-water h3,
.rx-water p {
  font-family: var(--rx-font);
}
.rx-water__wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 140px;
  padding-right: 140px;
}

/* HERO */
.rx-water__hero {
  position: relative;
  width: 100%;
  height: 708px;
  min-height: 708px;
  overflow: hidden;
  color: #fff;
  background: #0b102a
    url("https://rowanx.com/wp-content/uploads/2026/08/rowanx-ticketing-background.png")
    center top/100% 708px no-repeat;
}
.rx-water__hero::before,
.rx-water__hero::after {
  display: none !important;
  content: none !important;
}
.rx-water__hero-inner {
  width: 100%;
  max-width: 1440px;
  height: 708px;
  min-height: 708px;
  margin: 0 auto;
  padding: 0 140px;
  display: grid;
  grid-template-columns: minmax(0, 531.63px) 660px;
  gap: 40px;
  align-items: center;
}
.rx-water__hero-copy {
  max-width: 531.63px;
}
.rx-water__eyebrow {
  margin: 0 0 5.5px;
  color: var(--rx-green);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.rx-water__hero h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1.93px;
}
.rx-water__lead {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.rx-water__description {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.rx-water__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 134.832px;
  min-height: 47.01px;
  margin-top: 32px;
  padding: 0 20.416px;
  border-radius: 50px;
  background: var(--rx-green);
  color: #1e232b !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.rx-water__hero-art {
  justify-self: start;
}
.rx-water__hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ONE GAP ONLY */
.rx-water__section {
  padding: 0 0 100px;
  background: #fff;
}
.rx-water__hero + .rx-water__section {
  padding-top: 100px;
}

/* HEADINGS */
.rx-water__heading {
  width: 760px;
  max-width: 100%;
  margin: 0 auto 64px;
  text-align: center;
}
.rx-water__heading h2 {
  margin: 0;
  color: #0f1326;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.rx-water__heading p {
  margin: 16px 0 0;
  color: var(--rx-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* ARCHITECTURE */
.rx-water__architecture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1160/752;
  object-fit: cover;
}

/* WATER PARK INTRO */
.rx-water__two-col {
  display: flex;
  align-items: center;
}
.rx-water__two-col h3 {
  margin: 0;
  color: #10152f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.rx-water__line {
  width: 54px;
  height: 5px;
  margin: 20px 0 24px;
  background: var(--rx-green2);
}
.rx-water__two-col > div > p {
  margin: 0;
  color: var(--rx-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.rx-water__two-col > img {
  object-fit: cover;
}

/* BENEFITS */
.rx-water__two-col--benefit {
  margin-top: 64px;
}
.rx-water__two-col--benefit > img {
  aspect-ratio: 540/360;
  border-radius: 20px;
}
.rx-water__statement {
  margin: 0 0 0 80px !important;
  color: #161f4c !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.rx-water__statement b {
  color: var(--rx-green2);
}
.rx-water__features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.rx-water__feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 194px;
  padding: 21px;
  border: 1px solid var(--rx-border);
  border-radius: 12px;
  background: #fff;
}
.rx-water__feature:nth-child(1),
.rx-water__feature:nth-child(2),
.rx-water__feature:nth-child(3) {
  grid-column: span 2;
}
.rx-water__feature:nth-child(4) {
  grid-column: 2 / span 2;
}
.rx-water__feature:nth-child(5) {
  grid-column: 4 / span 2;
}
.rx-water__feature > img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin-top: 4px;
  object-fit: contain;
}
.rx-water__feature h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.rx-water__feature p {
  margin: 0;
  color: var(--rx-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* SOLUTIONS */
.rx-water__card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}
.rx-water__card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid #e5e5e7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.rx-water__card:hover {
        transform: translateY(-3px);
        border-color: #3bad61;
        box-shadow: 0 10px 24px rgba(15, 19, 38, .08);
        cursor: pointer;
    }
.rx-water__card:nth-child(7) {
  grid-column: 2 / span 2;
}
.rx-water__card:nth-child(8) {
  grid-column: 4 / span 2;
}
.rx-water__card > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.rx-water__card-body {
  padding: 20px;
}
.rx-water__card h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.rx-water__card p {
  margin: 0;
  color: var(--rx-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* PARTNERS */
.rx-water__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.rx-water__logo {
  width: 270px;
  height: 100px;
  flex: 0 0 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.rx-water__logo img {
  max-width: 236px;
  max-height: 100px;
  object-fit: contain;
}

/* CTA */
.rx-water__cta {
  padding: 0 0 100px;
  background: #fff;
}
.rx-water__cta .rx-water__wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 140px;
  padding-right: 140px;
}
.rx-water__cta-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 258px;
  padding: 48px 40px;
  overflow: hidden;
  border-radius: 20px;
  background: #161f4c;
  color: #fff;
}
.rx-water__cta-box::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 26px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.rx-water__cta-box::after {
  content: "";
  position: absolute;
  left: -109px;
  top: -138px;
  width: 313px;
  height: 313px;
  border: 55px solid rgba(171, 166, 255, 0.15);
  border-radius: 50%;
}
.rx-water__cta-copy,
.rx-water__cta-action {
  position: relative;
  z-index: 1;
}
.rx-water__cta-copy {
  flex: 0 0 502px;
}
.rx-water__cta-kicker {
  margin: 0;
  color: var(--rx-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.rx-water__cta h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}
.rx-water__cta-accent {
  color: var(--rx-green);
  font-weight: 800;
}
.rx-water__cta-action {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
}
.rx-water__cta-action p {
  margin: 0;
  color: #d7d7d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.rx-water__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 10.5px 20.416px;
  border-radius: 50px;
  background: var(--rx-green);
  color: #1e232b !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
}
.rx-water__download::before {
  content: "↓";
  font-size: 18px;
  line-height: 1;
}

/* TABLET */
@media (max-width: 1180px) {
  .rx-water__wrap,
  .rx-water__hero-inner,
  .rx-water__cta .rx-water__wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .rx-water__section {
    padding-bottom: 80px;
  }
  .rx-water__hero + .rx-water__section {
    padding-top: 80px;
  }
  .rx-water__hero {
    height: auto;
    min-height: 620px;
    background-size: cover;
  }
  .rx-water__hero-inner {
    height: auto;
    min-height: 620px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 46vw);
    gap: 32px;
    padding-top: 64px;
    padding-bottom: 96px;
  }
  .rx-water__hero h1 {
    font-size: 42px;
    line-height: 1.3;
  }
  .rx-water__hero-art {
    width: 100%;
    height: auto;
  }
  .rx-water__two-col {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .rx-water__two-col > img {
    justify-self: center;
    width: min(100%, 700px);
    height: auto;
  }
  .rx-water__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rx-water__feature:nth-child(n) {
    grid-column: auto;
    min-height: 0;
  }
  .rx-water__card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rx-water__card:nth-child(n) {
    grid-column: auto;
  }
  .rx-water__logos {
    flex-wrap: wrap;
    overflow: visible;
  }
  .rx-water__cta {
    padding-bottom: 80px;
  }
}

/* TABLET PORTRAIT */
@media (max-width: 900px) {
  .rx-water__wrap,
  .rx-water__hero-inner,
  .rx-water__cta .rx-water__wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .rx-water__hero {
    min-height: 0;
  }
  .rx-water__hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 64px;
    padding-bottom: 96px;
  }
  .rx-water__hero-copy {
    max-width: 680px;
  }
  .rx-water__hero-art {
    justify-self: center;
  }
  .rx-water__two-col--benefit {
    display: flex;
    flex-direction: column;
  }
  .rx-water__statement {
    font-size: 32px !important;
    line-height: 1.4 !important;
  }
  .rx-water__cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 28px;
  }
  .rx-water__cta-copy,
  .rx-water__cta-action {
    width: 100%;
    flex: 0 1 auto;
  }
  .rx-water__cta-action {
    align-items: flex-start;
    text-align: left;
    gap: 28px;
  }
}

/* MOBILE / SMALL TABLET */
@media (max-width: 768px) {
  .rx-water__wrap,
  .rx-water__hero-inner,
  .rx-water__cta .rx-water__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rx-water__section {
    padding-bottom: 64px;
  }
  .rx-water__hero + .rx-water__section {
    padding-top: 64px;
  }
  .rx-water__heading {
    margin-bottom: 40px;
  }
  .rx-water__heading h2 {
    font-size: 34px;
    line-height: 1.25;
  }
  .rx-water__heading p {
    font-size: 15px;
  }
  .rx-water__hero-inner {
    padding-top: 56px;
    padding-bottom: 84px;
  }
  .rx-water__hero h1 {
    font-size: 34px;
    line-height: 1.28;
  }
  .rx-water__description {
    font-size: 15px;
  }
  .rx-water__two-col > div > p {
    font-size: 16px;
  }
  .rx-water__features {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }
  .rx-water__card-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .rx-water__card > img {
    height: auto;
    aspect-ratio: 371/250;
  }
  .rx-water__logo {
    width: min(270px, 46vw);
    flex-basis: min(270px, 46vw);
  }
  .rx-water__cta {
    padding-bottom: 64px;
  }
  .rx-water__cta h2 {
    font-size: 32px;
    line-height: 1.35;
  }
  .rx-water__two-col {
    display: grid;
  }
  .rx-water__statement {
    margin: 0 !important;
  }
}

/* MOBILE */
@media (max-width: 480px) {
  .rx-water__wrap,
  .rx-water__hero-inner,
  .rx-water__cta .rx-water__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .rx-water__section {
    padding-bottom: 52px;
  }
  .rx-water__hero + .rx-water__section {
    padding-top: 52px;
  }
  .rx-water__hero-inner {
    padding-top: 48px;
    padding-bottom: 76px;
    gap: 28px;
  }
  .rx-water__eyebrow {
    font-size: 14px;
  }
  .rx-water__hero h1 {
    font-size: 30px;
  }
  .rx-water__lead {
    font-size: 16px;
  }
  .rx-water__description {
    font-size: 14px;
  }
  .rx-water__button {
    min-height: 43px;
    padding: 10px 18px;
    font-size: 14px;
  }
  .rx-water__heading {
    margin-bottom: 32px;
  }
  .rx-water__heading h2 {
    font-size: 30px;
  }
  .rx-water__heading p {
    font-size: 14px;
  }
  .rx-water__two-col h3 {
    font-size: 18px;
  }
  .rx-water__two-col > div > p {
    font-size: 15px;
  }
  .rx-water__statement {
    font-size: 28px !important;
  }
  .rx-water__feature {
    padding: 18px;
  }
  .rx-water__feature > img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .rx-water__feature h3 {
    font-size: 18px;
  }
  .rx-water__feature p {
    font-size: 13px;
  }
  .rx-water__card h3 {
    font-size: 20px;
  }
  .rx-water__card p {
    font-size: 14px;
  }
  .rx-water__logos {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .rx-water__logo {
    width: min(240px, 72vw);
    height: 84px;
    flex: 0 0 auto;
  }
  .rx-water__cta {
    padding-bottom: 52px;
  }
  .rx-water__cta-box {
    padding: 24px 20px;
  }
  .rx-water__cta-kicker {
    font-size: 16px;
    line-height: 24px;
  }
  .rx-water__cta h2 {
    font-size: 28px;
    line-height: 1.35;
  }
  .rx-water__cta-action p {
    font-size: 14px;
    line-height: 1.5;
  }
  .rx-water__two-col {
    display: grid;
  }
  .rx-water__statement {
    margin: 0 !important;
  }
}
