/* ============================================
   Smart Package Room – PPC Page Styles
   File: ppc.css
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p { font-family: 'Pontano Sans', sans-serif; }

:root {
  --blue: #008DF9;
  --blue-dark: #0070CC;
  --blue-darkest: #00243D; 
  --blue-light: #2B72E8;
  --fade-blue: #003466a8;
  --navy: #0B1E3D;
  --dark-blue: #003466;
  --accent: #00AEEF;
  --white: #ffffff;
  --gray-light: #F4F7FB;
  --gray: #6B7280;
  --text: #1A2332;
  
}

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 18px;
  line-height: 1.6;
  overflow-x: clip;
}

a { text-decoration: none; color: inherit; }

/* ── NAV ── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--blue-darkest);
  padding: 0 max(48px, calc((100vw - 1150px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.3px;
  flex-shrink: 0;
}

.nav-logo img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.nav-logo-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--accent), var(--blue-light));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.nav-logo-text { color: var(--white); }
.nav-logo-text span { color: var(--accent); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Pontano Sans', sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-links a { color: rgba(255,255,255,0.75); transition: color .2s; }
.nav-links a:hover { color: var(--white); }

.nav-btn {
  background: var(--blue);
  color: var(--white);
  padding: 10px 22px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Pontano Sans', sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background .2s;
  white-space: nowrap;
}
.nav-btn:hover { background: var(--blue-dark); }

/* ── SCREEN READER ONLY ── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Pontano Sans', sans-serif;
  cursor: pointer;
  transition: background .2s, transform .15s;
  border: none;
}

.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn-outline:hover { background: rgba(255,255,255,0.12); }

.btn-lg { padding: 16px 32px; font-size: 20px; border-radius: 4px; }

/* ── HERO ── */
.hero {
  background:
    linear-gradient(to right, #0A3466 0%, rgba(0, 52, 102, 0.4) 100%),
    url('uploads/Hero-bg.webp') center / cover no-repeat;
  color: var(--white);
  padding: 40px 40px 0;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-left { padding-bottom: 40px; }

.hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 22px;
  color: rgba(255,255,255,0.85);
}

.hero h1 {
  font-size: clamp(36px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
}

.hero-desc {
  font-size: 18px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin-bottom: 32px;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.hero-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.hero-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-video-mobile {
  display: none;
}

.hero-video-card {
  cursor: pointer;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 -8px 60px rgba(0,0,0,0.3);
  transition: transform .2s;
}

.hero-video-card:hover { transform: translateY(-4px); }

.hero-video-card img {
  width: 100%;
  display: block;
}

/* ── LEAD POPUP ── */
.lead-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(11,30,61,0.6);
  backdrop-filter: blur(3px);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.lead-popup.active { display: flex; }

.lead-popup-card {
  background: var(--white);
  border-radius: 16px;
  padding: 48px 44px 40px;
  max-width: 480px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 24px 64px rgba(11,30,61,0.22);
  animation: popupIn .25s ease;
}

@keyframes popupIn {
  from { opacity: 0; transform: translateY(18px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.lead-popup-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
  background: #E8ECF2;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-blue);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}
.lead-popup-close:hover { background: #D1D9E6; }

.lead-popup-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1.25;
  margin-bottom: 14px;
}

.lead-popup-card > p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 24px;
}

.lead-popup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lead-popup-name-row {
  display: flex;
  gap: 8px;
}

.lead-popup-name-row input,
.lead-popup-form input[type="email"] {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #D1D9E6;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: var(--text);
  outline: none;
  transition: border-color .2s;
  box-sizing: border-box;
}
.lead-popup-name-row input:focus,
.lead-popup-form input[type="email"]:focus { border-color: var(--blue); }
.lead-popup-name-row input::placeholder,
.lead-popup-form input[type="email"]::placeholder { color: #9CA3AF; }

.lead-popup-btn {
  width: 100%;
  padding: 14px;
  background: var(--blue);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Pontano Sans', sans-serif;
  transition: background .2s;
}
.lead-popup-btn:hover { background: var(--blue-dark); }

.lead-popup-note {
  font-size: 13px;
  color: var(--gray);
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 500px) {
  .lead-popup-card { padding: 36px 24px 28px; }
  .lead-popup-card h3 { font-size: 19px; }
  .stat-item { width: 120px; flex: 0 0 120px; padding: 28px 12px; }
  .stat-num { font-size: 22px; }
  .cs-stat-card { flex: 0 0 calc(50% - 6px); width: calc(50% - 6px); height: 150px; }
  .cs-stat-num { font-size: 24px; }
  .trusted-logos-grid img { max-width: 140px; }
  .included-grid { grid-template-columns: 1fr 1fr; gap: 40px 12px; }
  .included-hex { padding: 50px 8px; }
  .included-hex h3 { font-size: 16px; }
}

/* ── VIDEO MODAL ── */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.video-modal.active { display: flex; }

.video-modal-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.video-modal-inner iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: none;
}

.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: var(--white);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity .2s;
}
.video-modal-close:hover { opacity: 1; }

.hero-banner {
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 14px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Pontano Sans', sans-serif;
  color: rgba(255,255,255,0.85);
  position: relative;
  z-index: 1;
  margin-left: -40px;
  margin-right: -40px;
}

.hero-banner strong { color: var(--white); font-weight: 400; }

.hero-banner-close {
  position: absolute;
  right: 24px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.hero-banner-close:hover { color: var(--white); }

/* ── STATS BAR ── */
.stats-bar {
  background: linear-gradient(180deg, #D6E4F7 0%, #ffffff 100%);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.stats-hexagons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1150px;
}

.stat-item {
  text-align: center;
  background: var(--white);
  clip-path: polygon(50% 0%, 100% 18%, 100% 82%, 50% 100%, 0% 82%, 0% 18%);
  flex: 1;
  min-width: 180px;
  padding: 44px 32px;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.28));
}

.stat-num {
  font-size: 38px;
  font-weight: 800;
  font-family: 'Pontano Sans', sans-serif;
  color: var(--dark-blue);
  line-height: 1;
}

.stat-label {
  font-size: 20px;
  color: var(--fade-blue);
  font-family: 'Pontano Sans', sans-serif;
  margin-top: 8px;
  font-weight: 500;
}

.stats-quote {
  font-size: 20px;
  color: var(--text);
  text-align: center;
  line-height: 1.6;
  font-family: 'Pontano Sans';
}

/* ── SECTIONS ── */
section { padding: 80px 40px; }

.container { max-width: 1150px; margin: 0 auto; }

.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--dark-blue);
}

.section-sub {
  font-size: 24px;
  color: var(--dark-blue);
  margin-top: 14px;
  max-width: 600px;
}

.section-header { margin-bottom: 52px; }

/* ── TRUSTED BY ── */
.trusted {
  background: var(--white);
  border-top: 1px solid #E8EDF4;
  border-bottom: 1px solid #E8EDF4;
  padding: 48px 40px 40px;
  text-align: center;
}

.trusted-heading {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Pontano Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark-blue);
  margin-bottom: 32px;
}

.trusted-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.trusted-logos-grid img {
  height: auto;
  width: 0;
  object-fit: contain;
  flex: 1;
  min-width: 120px;
}

.trusted-cert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.trusted-cert-label {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark-blue);
  font-family: 'Pontano Sans';
}

.trusted-cert img {
  height: 72px;
  width: auto;
}

/* ── LOCKERS COMPARISON CARDS ── */
.compare-section {
  background: url('uploads/blocks-bg.webp') center / cover no-repeat;
  padding: 80px 40px;
}

.compare-title {
  text-align: center;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1150px;
  margin: 0 auto;
}

.compare-card {
  background: var(--white);
  clip-path: polygon(50% 0%, 100% 5%, 100% 95%, 50% 100%, 0% 95%, 0% 5%);
  padding: 48px 40px 56px;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.10));
}

.compare-card h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Pontano Sans', sans-serif;
  color: var(--dark-blue);
  margin-bottom: 20px;
}

.compare-img-placeholder {
  width: 100%;
  height: 220px;
  background: #D1DCF0;
  border-radius: 8px;
  margin-bottom: 28px;
}

.compare-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }

.compare-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
}

.compare-list .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  margin-top: 1px;
}

.compare-list .icon.cross {
  background: none;
  color: #E53E3E;
  font-size: 18px;
  font-weight: 900;
}

.compare-list .icon.check {
  background: #38A169;
  color: var(--white);
  border-radius: 5px;
  font-size: 12px;
}

/* ── LOCKER CTA BANNER ── */
.locker-cta-banner {
  background: #008DF9;
  padding: 36px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  text-align: center;
}

.locker-cta-text {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Pontano Sans', sans-serif;
  color: var(--white);
  max-width: 1000px;
}

.locker-cta-btn {
  background: var(--white);
  color: #008DF9;
  border: 2px solid var(--white);
  font-size: 20px;
  font-weight: 700;
  font-family: 'Pontano Sans', sans-serif;
  padding: 14px 28px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background .2s, color .2s;
}

.locker-cta-btn:hover {
  background: transparent;
  color: var(--white);
}

/* ── HOW IT WORKS ── */
.how-section { background: var(--white); }
.how-section .btn-primary { background: var(--dark-blue); }
.how-section .btn-primary:hover { background: #002244; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.step-card {
  background: var(--white);
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark-blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-card { text-align: center; }
.step-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 10px; color: var(--dark-blue); }
.step-card p { font-size: 16px; color: var(--gray); }

/* ── SEE IT IN ACTION ── */
.see-in-action {
  background: linear-gradient(180deg, #ffffff 0%, #C2D8EE 25%, #4A80B0 55%, var(--dark-blue) 100%, #001A38 100%);
  padding: 80px 40px;
  text-align: center;
}

.sia-title {
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.sia-video {
  max-width: 512px;
  margin: 0 auto 28px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s;
  box-shadow: 0 16px 60px rgba(0,0,0,0.4);
  position: relative;
}

.sia-video:hover { transform: scale(1.01); }

.sia-video img {
  width: 100%;
  height: auto;
  aspect-ratio: 512 / 274;
  object-fit: cover;
  display: block;
}

.sia-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform .2s;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

.sia-video:hover .sia-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.sia-caption {
  color: rgba(255,255,255,0.8);
  font-size: 24px;
  margin-bottom: 10px;
}

.sia-location {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
}

.sia-btn {
  background: var(--blue);
  color: var(--white);
  padding: 14px 32px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 700;
  font-family: 'Pontano Sans', sans-serif;
  display: inline-block;
  transition: background .2s, transform .15s;
}

.sia-btn:hover { background: #004a99; transform: translateY(-1px); }

/* ── CASE STUDY ── */
.case-study {
  background: url('uploads/blocks-bg.webp') center / cover no-repeat;
  padding: 80px 40px;
}

.cs-eyebrow {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 16px;
}

.cs-title {
  text-align: center;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  max-width: 780px;
  margin: 0 auto 40px;
  line-height: 1.2;
}

.cs-photo-placeholder {
  width: 100%;
  max-width: 900px;
  height: 320px;
  background: #C5CDD8;
  border-radius: 10px;
  margin: 0 auto 48px;
}

.cs-stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.cs-stat-card {
  background: var(--white);
  clip-path: polygon(50% 0%, 100% 18%, 100% 82%, 50% 100%, 0% 82%, 0% 18%);
  padding: 44px 32px;
  text-align: center;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.28));
  flex: 1;
  min-width: 160px;
}

.cs-stat-num { font-size: 36px; font-weight: 800; color: var(--dark-blue); line-height: 1; font-family: 'Pontano Sans', sans-serif; }
.cs-stat-label { font-size: 20px; color: var(--fade-blue); margin-top: 8px; font-weight: 500; font-family: 'Pontano Sans', sans-serif; }

.cs-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  max-width: 1150px;
  margin: 0 auto;
}

.cs-col-card {
  padding: 36px 40px;
  border-radius: 0;
  border: none;
}
.cs-col-card:first-child { background: #ffffff; }
.cs-col-card:last-child  { background: #F0F4F8; }

.cs-col-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cs-col-card p {
  font-size: 16px;
  color: var(--text);
  line-height: 1.65;
}

.cs-attr {
  font-size: 16px !important;
  color: var(--text) !important;
  margin-top: 12px;
}

/* ── BUILT FOR EVERYONE ── */
.built-section {
  background: var(--white);
  padding: 80px 40px;
}

.built-title {
  text-align: center;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

.built-tabs {
  display: flex;
  justify-content: center;
  background: var(--dark-blue);
  border-radius: 8px;
  padding: 6px;
  gap: 4px;
  max-width: 900px;
  margin: 0 auto 36px;
}

.built-tab {
  flex: 1;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Pontano Sans', sans-serif;
  padding: 10px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background .2s, color .2s;
  white-space: nowrap;
}

.built-tab:hover { color: var(--white); }
.built-tab.active { background: var(--blue); color: var(--white); }

.built-panel { display: none; }
.built-panel.active { display: block; }

.built-subtitle {
  text-align: center;
  font-size: 24px;
  color: var(--dark-blue);
  font-weight: 500;
  margin-bottom: 32px;
}

.built-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto;
}

.built-card {
  background: var(--white);
  border: 1px solid #E5EAF0;
  border-radius: 12px;
  padding: 28px 28px 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.built-icon-hex {
  width: 100px;
  height: 100px;
  background: var(--blue);
  clip-path: polygon(50% 0%, 100% 18%, 100% 82%, 50% 100%, 0% 82%, 0% 18%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.built-icon-hex img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.built-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.built-card p {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.65;
}

/* ── FEATURES GRID ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--gray-light);
  border-radius: 10px;
  padding: 28px 22px;
  border: 1px solid #E5EAF0;
}

.feature-icon { font-size: 28px; margin-bottom: 14px; }
.feature-card h3 { font-size: 16px; font-weight: 700; color: var(--dark-blue); margin-bottom: 8px; }
.feature-card p { font-size: 16px; color: var(--gray); }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--white); padding-top: 0px;}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid #E5EAF0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.google-g { flex-shrink: 0; }

.stars { color: #F5A623; font-size: 18px; letter-spacing: 1px; }

.testimonial-card p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  margin: 0;
  font-style: normal;
}

.testimonial-author { margin-top: auto; }
.testimonial-author strong { font-size: 15px; color: var(--dark-blue); display: block; margin-bottom: 4px; }
.testimonial-author span { font-size: 13px; color: var(--gray); display: block; }

/* ── MORE SUCCESS STORIES ── */
.success-section {
  background: url('uploads/blocks-bg.webp') center / cover no-repeat;
  padding: 80px 40px;
}

.success-title {
  text-align: center;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1150px;
  margin: 0 auto;
}

.success-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E5EAF0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.success-img-placeholder {
  width: 100%;
  height: 220px;
  background: #C5CDD8;
}

.success-body {
  padding: 20px 22px 24px;
}

.success-card h3 {
  font-size: 24px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  color: var(--dark-blue);
  margin-bottom: 6px;
}

.success-body p {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.5;
  margin-bottom: 2px;
}

.success-highlight {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  color: var(--dark-blue);
}

/* ── WHAT'S INCLUDED ── */
.included-section {
  background: var(--dark-blue);
  padding: 80px 40px;
}

.included-title {
  text-align: center;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 52px;
  letter-spacing: -0.3px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1150px;
  margin: 0 auto;
}

.included-hex {
  background: var(--white);
  clip-path: polygon(50% 0%, 100% 18%, 100% 82%, 50% 100%, 0% 82%, 0% 18%);
  padding: 70px 13px;
  text-align: center;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.28));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.included-hex h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Pontano Sans', sans-serif;
  color: var(--dark-blue);
  line-height: 1.3;
}

.included-hex p {
  font-size: 13px;
  color: var(--fade-blue);
  line-height: 1.4;
}

/* ── INTEGRATIONS ── */
.integrations-section {
  background: var(--white);
  padding: 80px 40px;
}

.integrations-title {
  text-align: center;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.integrations-sub {
  text-align: center;
  font-size: 24px;
  color: var(--dark-blue);
  margin-bottom: 36px;
}

.integrations-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--text);
  margin-bottom: 16px;
}

.integrations-logos {
  display: flex;
  justify-content: center;
  gap: 0;
  width: calc(100% + 58px);
  max-width: calc(1150px + 58px);
  margin: 0 -29px 48px;
}

.integrations-logos img {
  flex: 1;
  width: 0;
  height: auto;
  display: block;
}

.integrations-cert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.integrations-cert-label {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark-blue);
  white-space: nowrap;
  font-family: 'Pontano Sans';
}

.integrations-cert img {
  height: 80px;
  width: auto;
}

/* ── FEATURE COMPARISON TABLE ── */
.table-section {
  background: linear-gradient(180deg, #ffffff 0%, #C2D8EE 25%, #4A80B0 55%, var(--dark-blue) 85%, #001A38 100%);
  padding: 80px 40px;
}

.ct-title {
  text-align: center;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.ct-wrap {
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

/* Header cells */
.ct-th-empty {
  background: #C5D3E8;
  width: 30%;
  padding: 24px;
}

.ct-th-spr {
  background: #0257A8;
  color: var(--white);
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  gap: 10px;
}

.ct-th-spr svg, .ct-th-spr img { vertical-align: middle; margin-right: 8px; }

.ct-th-lockers {
  background: #023366;
  color: var(--white);
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

/* Body cells */
.ct-feature {
  background: var(--white);
  padding: 16px 24px;
  font-size: 16px;
  font-family: 'Pantano Sans', sans-serif;
  color: var(--text);
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #E8EDF4;
}

.ct-spr {
  background: var(--blue);
  padding: 16px 24px;
  font-size: 16px;
  color: var(--white);
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-family: 'Pantano Sans', sans-serif;
}

.ct-locker {
  background: #01256D;
  padding: 16px 24px;
  font-size: 16px;
  font-family: 'Pantano Sans', sans-serif;
  color: var(--white);
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ct-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ct-txt {
  flex: 1;
}

/* Icon badges */
.ct-check, .ct-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}

.ct-check {
  border-color: #239D17;
  color: #239D17;
}
.ct-check::before { content: '✓'; }

.compare-table .ct-check {
  border-color: #A3E635;
  color: #A3E635;
}

.ct-cross {
  border-color: #F87171;
  color: #F87171;
}
.ct-cross::before { content: '✕'; }

.check { color: #22C55E; font-weight: 700; font-size: 17px; }
.cross { color: #EF4444; font-size: 17px; }

/* ── FAQ ── */
.faq-title {
  text-align: center;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--dark-blue);
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.faq-list { max-width: 1150px; margin: 0 auto; }

.faq-item { border-bottom: 1px solid #E5EAF0; }

.faq-q {
  width: 100%;
  font-family: 'Pontano Sans', sans-serif;
  font-weight: 700;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  font-size: 20px;
  color: var(--dark-blue);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-arrow {
  color: var(--dark-blue);
  font-size: 13px;
  flex-shrink: 0;
  transition: transform .25s;
  display: inline-block;
}

.faq-item.open .faq-arrow { transform: rotate(90deg); }

.faq-a {
  display: none;
  padding: 0 0 18px 27px;
  font-size: 18px;
  color: #000000;
  font-family: 'Pantano Sans', sans-serif;
  line-height: 1.7;
}

.faq-item.open .faq-a { display: block; }

/* ── FINAL CTA / FORM ── */
.cta-section {
  background: var(--dark-blue);
  color: var(--white);
  padding: 80px 60px;
}

.cta-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.cta-left h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.cta-left > p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 28px;
  font-weight: 400;
}

.cta-steps-heading {
  font-family: 'Pantano Sans', sans-serif!important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: var(--white) !important;
  margin-bottom: 16px !important;
}

.next-steps { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }

.next-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  font-family: 'Pantano Sans', sans-serif;
  color: rgba(255,255,255,0.8);
}

.step-badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 0 0 24px;
}

.cta-trust-list { display: flex; flex-direction: column; gap: 10px; }

.cta-trust-list p {
  font-size: 16px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.cta-trust-check { color: var(--white); font-weight: 700; }

/* Form card */
.form-card {
  background: var(--blue);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.form-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.form-card > p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
}

.form-group { margin-bottom: 12px; }

input, select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: var(--gray);
  background: #ffffff;
  transition: border-color .2s, background .2s;
}

input::placeholder, select::placeholder { color: var(--gray); opacity: 0.6; }
select option { color: var(--text); background: var(--white); }

input:focus, select:focus {
  outline: none;
  border-color: rgba(255,255,255,0.7);
  background: #ffffff;
}

.form-submit {
  width: 100%;
  margin-top: 8px;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Pontano Sans', sans-serif;
  background: var(--dark-blue);
  color: var(--white);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s;
}
.form-submit:hover { background: #0a1a30; }

/* ── FOOTER ── */
footer {
  background: var(--dark-blue);
  color: rgba(255,255,255,0.55);
  padding: 60px 60px 40px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.9;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-logo {
  max-width: 400px;
  display: block;
  margin-bottom: 20px;
  opacity: 0.85;
}

.footer-email {
  color: #ffffff !important;
  text-decoration: underline;
  font-weight: 600;
}

.footer-cert {
  margin: 16px 0;
}

.footer-cert img {
  height: 72px;
  width: auto;
}

.footer-copy { color: rgba(255,255,255,0.6); margin-top: 16px; }

footer a { color: #ffffff; text-decoration: underline; font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
footer a:hover { color: var(--white); }

/* ── FLOATING CTA ── */
.floating-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
}

.floating-cta a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: var(--white);
  padding: 14px 22px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 6px 24px rgba(23,87,194,0.45);
  transition: background .2s, transform .15s;
}

.floating-cta a:hover { background: var(--blue-dark); transform: translateY(-2px); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  /* Nav */
  nav { padding: 0 20px; }
  .nav-links { display: none; }

  /* Hero */
  .hero { padding: 40px 20px 0; overflow: hidden; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-left { padding-bottom: 32px; text-align: center; }
  .hero-eyebrow { text-align: center; }
  .hero-cta-group { align-items: center; justify-content: center; }
  .hero-right { display: none; }
  .hero-video-mobile {
    display: block;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    margin: 0px 0 32px;
  }
  .hero-video-mobile img { width: 100%; max-width: 100%; display: block; height: auto; }
  .hero-banner {
    padding: 12px 20px;
    font-size: 13px;
    margin-left: -20px;
    margin-right: -20px;
  }

  /* Sections generic */
  section { padding: 60px 20px; }

  /* Stats */
  .stats-bar { gap: 28px; padding: 40px 20px; }
  .stats-hexagons { gap: 16px; flex-wrap: wrap; justify-content: center; }
  .stat-item { width: 140px; min-width: 0; flex: 0 0 140px; padding: 32px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .stat-num { font-size: 26px; }
  .stat-label { font-size: 11px; }

  /* Trusted */
  .trusted { padding: 40px 20px; }
  .trusted-cert { flex-direction: column; text-align: center; gap: 12px; }

  /* Compare section */
  .compare-section { padding: 60px 20px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-card { clip-path: none; border-radius: 12px; padding: 48px 15px 56px;}

  /* Locker CTA banners */
  .locker-cta-banner {
    flex-direction: column;
    gap: 18px;
    padding: 28px 20px;
    text-align: center;
  }
  .locker-cta-text { white-space: normal; font-size: 18px; } 

  /* How It Works */
  .steps-grid { grid-template-columns: 1fr; }

  /* See It In Action */
  .see-in-action { padding: 60px 20px; }

  /* Case Study */
  .case-study { padding: 60px 20px; }
  .cs-stats { gap: 12px; flex-wrap: wrap; justify-content: center; }
  .cs-stat-card { flex: 0 0 calc(50% - 6px); width: calc(50% - 6px); height: 160px; min-width: 0; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .cs-stat-num { font-size: 28px; }
  .cs-stat-label { font-size: 14px; }
  .cs-two-cols { grid-template-columns: 1fr; border-radius: 12px; }
  .cs-col-card:first-child { border-radius: 12px 12px 0 0; }
  .cs-col-card:last-child  { border-radius: 0 0 12px 12px; }

  /* Built For Everyone */
  .built-section { padding: 60px 20px; }
  .built-tabs {
    flex-wrap: wrap;
    max-width: 100%;
    gap: 6px;
  }
  .built-tab { white-space: normal; text-align: center; flex: 1 1 auto; padding: 10px 0px; font-size: 14px;}
  .built-grid { grid-template-columns: 1fr; max-width: 100%; }

  /* Features */
  .features-grid { grid-template-columns: 1fr 1fr; }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: 1fr; }

  /* More Success Stories */
  .success-section { padding: 60px 20px; }
  .success-grid { grid-template-columns: 1fr; }

  /* What's Included */
  .included-section { padding: 60px 20px; }
  .included-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .included-hex { padding: 60px 10px; }
  .included-hex h3 { font-size: 18px; }
  .included-hex p { font-size: 12px; }

  /* Trusted logos */
  .trusted-logos-grid { gap: 16px; }
  .trusted-logos-grid img { height: auto; width: calc(50% - 8px); max-width: 160px; }

  /* Integrations */
  .integrations-section { padding: 60px 20px; }
  .integrations-logos { flex-wrap: wrap; width: 100%; max-width: 100%; margin: 0 0 48px; }
  .integrations-logos img { flex: 0 0 50%; width: 50%; }
  .integrations-cert { flex-wrap: wrap; gap: 16px; }
  .integrations-cert-label { text-align: center; white-space: normal; }

  /* Comparison Table */
  .table-section { padding: 60px 20px; }
  .ct-wrap { overflow-x: auto; }
  .compare-table { min-width: 560px; }

  /* FAQ */
  .faq-list { padding: 0; }

  /* Final CTA */
  .cta-section { padding: 60px 20px; }
  .cta-inner { grid-template-columns: 1fr; gap: 40px; }

  /* Footer */
  footer { padding: 40px 20px 28px; }
  .footer-cert img { height: 56px; }

  /* Form */
  .form-row { grid-template-columns: 1fr; }
  .ct-locker { padding: 16px 16px; }
  .ct-th-lockers { padding: 20px 3px; text-align: center;}
  .ct-th-spr { padding: 20px 3px; text-align: center; }

}
