.policy-wifi-lp {
  --navy: #1a2744;
  --navy-deep: #0f1829;
  --gold: #ff9711;
  --gold-light: #ffb347;
  --cream: #f8f5ef;
  --cream-dark: #ede9e0;
  --text-mid: #4a5568;
  --text-light: #718096;
  --content-max: 1350px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.pw-hero-band--top {
  width: 100%;
  background: var(--navy-deep);
  margin-top: -80px;
  position: relative;
  overflow: hidden;
}

.pw-hero-band--top .lp-wrap {
  max-width: var(--content-max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.pw-hero-band--top .hero {
  position: relative;
  overflow: hidden;
  padding: calc(9rem + 50px) 0 4rem;
}

@media (min-width: 1024px) {
  .pw-hero-band--top .hero {
    padding: calc(12rem + 50px) 0 5rem;
  }
}

section#wifi-form.policy-wifi-lp {
  padding-top: 0 !important;
}

.policy-wifi-lp *,
.policy-wifi-lp *::before,
.policy-wifi-lp *::after {
  box-sizing: border-box;
}

.policy-wifi-lp .lp-wrap {
  max-width: var(--content-max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.policy-wifi-lp .pw-hero-band {
  width: 100%;
  background: var(--navy-deep);
}

.policy-wifi-lp .hero,
.pw-hero-band--top .hero {
  position: relative;
  overflow: hidden;
}

.pw-hero-band--top .hero::before,
.policy-wifi-lp .hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 151, 17, 0.15);
  border-radius: 50%;
}

.pw-hero-band--top .hero::after,
.policy-wifi-lp .hero::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 151, 17, 0.1);
  border-radius: 50%;
}

.policy-wifi-lp .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 151, 17, 0.15);
  border: 1px solid rgba(255, 151, 17, 0.35);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.policy-wifi-lp .badge i {
  font-size: 13px;
}

.policy-wifi-lp .hero h1 {
  color: #fff;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 1;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
}

.policy-wifi-lp .hero h1 span {
  color: var(--gold);
}

.policy-wifi-lp .hero-body {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 0 32px 0;
  position: relative;
  z-index: 1;
}

.policy-wifi-lp .hero-sub {
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 14px 0;
  font-size: 15px;
  line-height: 1.65;
}

.policy-wifi-lp .hero-sub:last-child {
  margin-bottom: 0;
}

.policy-wifi-lp .hero-sub strong {
  font-weight: 700;
  color: #fff;
}

.policy-wifi-lp .pw-features-band,
.policy-wifi-lp .pw-form-band {
  width: 100%;
  background: #fff;
}

.policy-wifi-lp .pw-form-band {
  background: var(--cream);
  border-top: 1px solid var(--cream-dark);
}

.policy-wifi-lp .pw-features,
.policy-wifi-lp .pw-download {
  padding: 56px 0;
}

.policy-wifi-lp .pw-features h2,
.policy-wifi-lp .pw-download h2 {
  margin: 0 0 12px 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: var(--navy);
}

.policy-wifi-lp .pw-download h2 {
  margin-bottom: 28px;
  text-transform: uppercase;
}

.policy-wifi-lp .pw-features-intro,
.policy-wifi-lp .form-sub {
  margin: 0 0 28px 0;
  color: var(--text-mid);
  line-height: 1.6;
  font-size: 15px;
}

.policy-wifi-lp .pw-features-intro strong {
  font-weight: 700;
  color: var(--navy);
}

.policy-wifi-lp .pw-features-cta-wrap {
  margin-top: 32px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.policy-wifi-lp .pw-features-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 48px;
  padding: 0 28px;
  background: var(--gold);
  border: none;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.policy-wifi-lp .pw-features-cta:hover {
  background: #e6860f;
  color: #fff;
  transform: translateY(-1px);
}

.policy-wifi-lp .pw-features-cta i {
  font-size: 18px;
}

.policy-wifi-lp .pw-download {
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.policy-wifi-lp .pw-download-form {
  width: 100%;
  max-width: none;
}

.policy-wifi-lp .pw-lead-form .form-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 8px;
}

.policy-wifi-lp .pw-lead-form label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-mid);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.policy-wifi-lp .pw-lead-form .req {
  color: var(--gold);
}

.policy-wifi-lp .pw-lead-form input[type='text'],
.policy-wifi-lp .pw-lead-form input[type='email'],
.policy-wifi-lp .pw-lead-form input[type='tel'] {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  color: var(--navy);
  background: #f2f2f2;
  outline: none;
  box-shadow: none;
}

.policy-wifi-lp .pw-lead-form input:focus {
  border-color: #c4c4c4;
  background: #f2f2f2;
}

.policy-wifi-lp .pw-lead-form .form-actions {
  margin-top: 8px;
}

.policy-wifi-lp .pw-lead-form button[type='submit'] {
  min-height: 42px;
  padding: 0 28px;
  background: var(--gold);
  border: none;
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.policy-wifi-lp .pw-lead-form button[type='submit']:hover {
  background: #e6860f;
  transform: translateY(-1px);
}

.policy-wifi-lp .form-note {
  margin: 0 0 24px;
  font-size: 13px;
  color: var(--text-light);
}

.policy-wifi-lp .pw-form-alert {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.policy-wifi-lp .pw-form-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.policy-wifi-lp .pw-form-alert--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.policy-wifi-lp .pw-form-alert--success a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
}

.policy-wifi-lp .pw-fallback-box {
  display: none;
  margin-top: 20px;
  padding: 16px 18px;
  background: #ececec;
  border-radius: 8px;
  font-size: 14px;
  color: var(--text-mid);
}

.policy-wifi-lp .pw-fallback-box a {
  color: var(--navy);
  font-weight: 700;
}

.policy-wifi-lp .feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.policy-wifi-lp .feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-radius: 10px;
}

.policy-wifi-lp .feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.policy-wifi-lp .feat-icon i {
  font-size: 16px;
  color: var(--gold);
}

.policy-wifi-lp .feat-text strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
}

.policy-wifi-lp .feat-text p {
  margin: 0;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.55;
}

@media (min-width: 901px) {
  .policy-wifi-lp .feature-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    align-items: stretch;
  }

  .policy-wifi-lp .feature-item {
    flex-direction: column;
    gap: 14px;
    padding: 22px 18px;
    background: #fff;
    border: 1px solid #d4cdc2;
    box-shadow: 0 2px 12px rgba(15, 24, 41, 0.06);
  }
}

@media (max-width: 900px) {
  .policy-wifi-lp .pw-features,
  .policy-wifi-lp .pw-download {
    padding: 40px 0;
  }

  .policy-wifi-lp .pw-lead-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
