@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap");

:root {
  --ink: #0c172a;
  --muted: #5d6879;
  --line: #dfe4eb;
  --surface: #ffffff;
  --canvas: #f7f8fa;
  --blue: #1d4ed8;
  --blue-dark: #102b66;
  --blue-soft: #eaf1ff;
  --navy: #071a3a;
  --brand-local: #1c398e;
  --brand-locker: #1447e6;
  --green: #15845d;
  --amber: #b56a0a;
  --radius: 12px;
  --shadow: 0 24px 70px rgba(25, 48, 83, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); border-radius: 8px; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: rgba(223,228,235,.8); background: rgba(247,248,250,.88); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 17px/1 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand-word-local { color: var(--brand-local); }
.brand-word-locker { color: var(--brand-locker); }
.mini-mark { display: inline-flex; align-items: center; justify-content: center; background: var(--blue); color: white; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: 80px; color: #435064; font-size: 14px; }
.desktop-nav a, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.text-link { color: #344156; font-size: 14px; font-weight: 600; }
.text-link-large { font-size: 15px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 9px; background: var(--blue); color: white; padding: 0 22px; font-weight: 600; box-shadow: 0 8px 24px rgba(29,78,216,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #1944bd; box-shadow: 0 12px 28px rgba(29,78,216,.23); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 14px; box-shadow: none; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 9px; background: var(--surface); padding: 13px 10px; }
.menu-button span { display: block; width: 21px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: .2s ease; }
.mobile-menu { display: none; }

.hero { min-height: 780px; padding: 150px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin-bottom: 26px; font-size: clamp(48px, 6vw, 76px); line-height: .99; letter-spacing: -.065em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 580px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; color: #596678; font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row i { color: var(--green); font-style: normal; font-weight: 700; }

.hero-visual { position: relative; min-height: 560px; }
.ambient-shape { position: absolute; width: 560px; height: 560px; top: -30px; right: -90px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, #edf3ff, #dfe9fb 65%, transparent 66%); }
.locker-scene { position: absolute; top: 18px; left: 55px; width: 390px; filter: drop-shadow(0 30px 30px rgba(18, 44, 80, .13)); transform: perspective(900px) rotateY(-5deg); }
.locker-label { height: 58px; display: flex; align-items: center; gap: 9px; border-radius: 9px 9px 0 0; background: var(--navy); color: white; padding: 0 20px; font: 700 10px/1 "Manrope"; letter-spacing: .13em; }
.mini-mark { width: 25px; height: 25px; border-radius: 7px; font: 700 11px/1 "Manrope"; }
.locker-grid { height: 440px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.12fr .88fr 1fr; gap: 5px; background: #d3dce9; padding: 5px; }
.locker-door { position: relative; overflow: hidden; background: linear-gradient(145deg,#f9fbfd,#e9eef5); border: 1px solid #d3dae4; box-shadow: inset -7px 0 12px rgba(37,53,79,.05); }
.locker-door span { position: absolute; top: 12px; left: 13px; color: #8290a3; font: 600 9px/1 "Manrope"; }
.locker-door i { position: absolute; top: 50%; right: 13px; width: 5px; height: 28px; margin-top: -14px; border-radius: 3px; background: #8290a3; }
.locker-door.active { background: linear-gradient(145deg,#eef4ff,#dfeafe); border-color: #90aff4; box-shadow: inset 0 0 0 1px #b7caf7; }
.locker-door.active i { background: var(--blue); }
.locker-door.active b { position: absolute; left: 13px; bottom: 13px; color: var(--blue); font-size: 9px; }
.locker-base { width: 420px; height: 20px; margin-left: -15px; border-radius: 2px 2px 12px 12px; background: #bac5d3; box-shadow: 0 17px 18px rgba(24,46,75,.15); }
.phone-card { position: absolute; z-index: 4; right: -5px; bottom: 0; width: 245px; height: 475px; overflow: hidden; border: 7px solid #0d1e38; border-radius: 34px; background: #f8fafc; box-shadow: 0 28px 60px rgba(7,26,58,.26); padding: 13px 13px 0; transform: rotate(2deg); }
.phone-top { display: flex; justify-content: space-between; padding: 0 6px 14px; color: #2d3a4c; font-size: 8px; }
.phone-brand { display: flex; align-items: center; gap: 7px; border-top: 1px solid #e7ebf0; padding: 11px 2px; font-size: 9px; }
.phone-brand .mini-mark { width: 23px; height: 23px; font-size: 9px; }
.avatar { margin-left: auto; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 7px; font-weight: 700; }
.phone-eyebrow { margin: 13px 0 5px; color: var(--blue); font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.phone-card h2 { max-width: 170px; margin-bottom: 15px; font-size: 19px; line-height: 1.14; letter-spacing: -.04em; }
.pickup-card { border-radius: 13px; background: var(--blue); color: white; padding: 14px; box-shadow: 0 14px 28px rgba(29,78,216,.2); }
.pickup-card > span { display: inline-block; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; background: rgba(255,255,255,.15); padding: 3px 7px; font-size: 7px; }
.pickup-card small { display: block; margin-top: 21px; color: rgba(255,255,255,.8); font-size: 7px; }
.pickup-card strong { display: block; margin: 4px 0 22px; font: 700 25px/1 "Manrope"; letter-spacing: .08em; }
.pickup-card div { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.2); padding-top: 10px; font-size: 7px; }
.phone-nav { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #e0e5ec; background: white; padding: 9px 10px 10px; text-align: center; color: #7b8798; font-size: 14px; }
.phone-nav b { color: var(--blue); }
.phone-nav small { display: block; margin-top: 3px; font-size: 6px; font-weight: 600; }
.status-chip { position: absolute; z-index: 5; left: 0; bottom: 43px; display: grid; grid-template-columns: auto 1fr; column-gap: 8px; border: 1px solid white; border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); padding: 12px 15px; backdrop-filter: blur(12px); }
.status-chip .pulse { grid-row: 1/3; align-self: center; width: 9px; height: 9px; border-radius: 50%; background: #25a878; box-shadow: 0 0 0 5px rgba(37,168,120,.12); }
.status-chip b { font-size: 10px; }
.status-chip small { margin-top: 2px; color: var(--muted); font-size: 8px; }

.problem-strip { border-block: 1px solid var(--line); background: var(--surface); }
.problem-grid { min-height: 95px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.problem-grid p { margin: 0; border-right: 1px solid var(--line); color: #3b4758; text-align: center; font: 600 14px/1.3 "Manrope"; }
.problem-grid p:last-child { border: 0; }
.section { padding: 120px 0; }
.section-heading { max-width: 690px; margin-bottom: 56px; }
.section-heading h2, .cta-card h2 { margin-bottom: 20px; font-size: clamp(36px,4.5vw,58px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { position: relative; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 30px; }
.feature-card.feature-primary { background: var(--blue-dark); color: white; border-color: transparent; }
.feature-number { position: absolute; top: 28px; right: 28px; color: #9aa5b5; font: 600 11px/1 "Manrope"; }
.feature-primary .feature-number { color: rgba(255,255,255,.5); }
.feature-icon { display: grid; width: 44px; height: 44px; margin-bottom: 70px; place-items: center; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-size: 20px; }
.feature-primary .feature-icon { background: rgba(255,255,255,.13); color: white; }
.feature-card h3 { margin-bottom: 12px; font-size: 21px; letter-spacing: -.03em; }
.feature-card > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-primary > p { color: rgba(255,255,255,.72); }
.mini-flow { position: absolute; inset: auto 25px 25px; display: flex; align-items: center; justify-content: space-between; border-radius: 9px; background: rgba(255,255,255,.1); padding: 13px; color: rgba(255,255,255,.7); font-size: 8px; }
.mini-flow b { color: #8ee0bd; }
.notification { position: absolute; inset: auto 25px 28px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; background: #f7f9fc; padding: 12px; box-shadow: 0 12px 25px rgba(25,48,83,.08); }
.notification p { flex: 1; margin: 0; font-size: 9px; }
.notification small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }
.notification time { align-self: flex-start; color: #8c97a6; font-size: 7px; }
.health-list { position: absolute; inset: auto 25px 25px; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.health-list span { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); padding: 10px; font-size: 8px; }
.health-list span:last-child { border: 0; }
.health-list i { width: 6px; height: 6px; border-radius: 50%; }
.health-list .green { background: var(--green); }.health-list .amber { background: var(--amber); }
.health-list b { color: var(--muted); font-weight: 600; }

.experiences { background: var(--navy); color: white; }
.section-heading-light .eyebrow { color: #8eb2ff; }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.14); }
.experience-card { min-height: 370px; background: var(--navy); padding: 36px; }
.experience-card:hover { background: #0a2148; }
.experience-tag { display: inline-block; margin-bottom: 76px; border: 1px solid rgba(255,255,255,.23); border-radius: 20px; padding: 6px 10px; color: #bcd0f7; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.experience-card h3 { max-width: 280px; margin-bottom: 14px; font-size: 22px; line-height: 1.25; }
.experience-card p { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.experience-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.experience-card li { margin-top: 10px; color: rgba(255,255,255,.82); font-size: 11px; }
.experience-card li::before { content: "✓"; margin-right: 8px; color: #72d0aa; }

.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 24px; border-top: 1px solid var(--line); padding: 30px 0; }
.steps li > span { color: var(--blue); font: 700 11px/1.4 "Manrope"; }
.steps h3 { margin-bottom: 9px; font-size: 19px; }
.steps p { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.cta-section { padding: 30px 0 110px; }
.cta-card { min-height: 350px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 70px; overflow: hidden; border-radius: 16px; background: var(--blue); color: white; padding: 60px; box-shadow: 0 28px 70px rgba(29,78,216,.2); }
.cta-card h2 { max-width: 650px; margin: 0; }
.cta-copy { position: sticky; top: 110px; }
.cta-copy > p:last-child { margin: 24px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.eyebrow-light { color: #cbdcff; }
.button-light { background: white; color: var(--blue-dark); box-shadow: none; }
.button-light:hover { background: #edf3ff; }
.cta-action { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.cta-action small { max-width: 330px; color: rgba(255,255,255,.7); line-height: 1.6; }
.lead-form { display: grid; gap: 16px; border-radius: 14px; background: white; color: var(--ink); padding: 28px; }
.form-field { display: grid; gap: 7px; }
.form-field label, .lead-form legend { color: #344156; font-size: 12px; font-weight: 700; }
.form-field label span { color: #7b8798; font-weight: 500; }
.form-field input, .form-field select { width: 100%; min-height: 48px; border: 1px solid #bac5d3; border-radius: 9px; background: #fff; color: var(--ink); padding: 0 13px; font: inherit; outline: none; }
.form-field input:focus, .form-field select:focus { border: 2px solid var(--blue); box-shadow: 0 0 0 3px rgba(29,78,216,.12); }
.lead-form fieldset { margin: 0; border: 0; padding: 0; }
.contact-options { display: flex; gap: 10px; margin-top: 8px; }
.contact-options label { flex: 1; border: 1px solid #d3dae4; border-radius: 9px; padding: 12px; font-size: 13px; font-weight: 600; }
.contact-options input, .marketing-option input { accent-color: var(--blue); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.marketing-option { display: flex; align-items: flex-start; gap: 9px; color: #435064; font-size: 12px; line-height: 1.5; }
.marketing-option input { margin-top: 3px; }
.privacy-copy { margin: 0; color: #697588; font-size: 11px; line-height: 1.55; }
.privacy-copy a { color: var(--blue); text-decoration: underline; }
.form-submit { width: 100%; border: 0; cursor: pointer; background: var(--blue); color: white; }
.form-submit:hover { background: #1944bd; color: white; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 20px; margin: 0; color: #b42332; font-size: 12px; font-weight: 600; }
.lead-form[data-state="success"] .form-status { color: var(--green); }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-visible { overflow: hidden; }
.success-overlay { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; overflow-y: auto; background: rgba(247,248,250,.97); padding: 28px; opacity: 0; backdrop-filter: blur(14px); transition: opacity .28s ease; }
.success-overlay[hidden] { display: none; }
.success-overlay.visible { opacity: 1; }
.success-overlay.leaving { opacity: 0; }
.success-card { width: min(680px,100%); text-align: center; opacity: 0; transform: translateY(18px); transition: opacity .45s .12s ease, transform .55s .12s cubic-bezier(.2,.8,.2,1); }
.success-overlay.visible .success-card { opacity: 1; transform: none; }
.success-check { width: 112px; height: 112px; margin: 0 auto 30px; color: var(--green); transform: scale(.82); transition: transform .5s .18s cubic-bezier(.2,1.25,.4,1); }
.success-overlay.visible .success-check { transform: scale(1); }
.success-check svg { width: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.success-check circle { stroke-width: 2; opacity: .22; }
.success-check path { stroke-width: 4; stroke-dasharray: 42; stroke-dashoffset: 42; transition: stroke-dashoffset .55s .42s ease; }
.success-overlay.visible .success-check path { stroke-dashoffset: 0; }
.success-eyebrow { margin-bottom: 14px; color: var(--green); font: 700 11px/1 "Manrope",sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.success-card h2 { margin-bottom: 20px; font-size: clamp(38px,7vw,64px); line-height: 1.04; letter-spacing: -.055em; }
.success-card > p:not(.success-eyebrow,.success-auto-return) { max-width: 590px; margin: 0 auto 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.success-return { margin-inline: auto; border: 0; cursor: pointer; }
.success-auto-return { margin: 18px 0 0; color: #7a8595; font-size: 12px; }
.privacy-page { min-height: 100vh; padding: 48px 0 90px; }
.privacy-page article { max-width: 760px; margin-top: 90px; }
.privacy-page article h1 { font-size: clamp(42px, 7vw, 68px); }
.privacy-page article p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.privacy-page article a:not(.button) { color: var(--blue); text-decoration: underline; }

.site-footer { border-top: 1px solid var(--line); background: white; padding: 52px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 13px; text-align: center; }
.footer-grid > div { display: flex; gap: 22px; font-size: 13px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; border-top: 1px solid var(--line); padding-top: 22px; color: #7a8595; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: min(630px,100%); margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1/-1; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: auto; }
  .experience-tag { margin-bottom: 38px; }
  .how-grid { grid-template-columns: 1fr; gap: 10px; }
  .cta-card { grid-template-columns: 1fr; align-items: center; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1160px); }
  .header-inner { height: 68px; }
  .desktop-only { display: none; }
  .header-actions .button { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; background: rgba(247,248,250,.98); padding-inline: 20px; transition: max-height .25s ease, padding .25s ease; }
  .mobile-menu.open { max-height: 290px; border-top: 1px solid var(--line); padding-block: 10px 20px; }
  .mobile-menu a { border-bottom: 1px solid var(--line); padding: 14px 4px; font-size: 14px; font-weight: 600; }
  .hero { min-height: auto; padding: 118px 0 65px; }
  .hero-grid { gap: 46px; }
  h1 { font-size: clamp(44px,14vw,62px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { gap: 10px 16px; }
  .hero-visual { min-height: 440px; transform: scale(.88); transform-origin: left top; width: 112%; }
  .ambient-shape { width: 450px; height: 450px; right: -120px; }
  .locker-scene { left: 15px; width: 320px; }
  .locker-grid { height: 360px; }
  .locker-base { width: 350px; }
  .phone-card { right: -4px; width: 205px; height: 405px; border-radius: 29px; }
  .pickup-card strong { font-size: 21px; }
  .status-chip { left: -2px; bottom: 12px; }
  .problem-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .problem-grid p { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .problem-grid p:last-child { border: 0; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .cta-card h2 { font-size: 36px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .experience-card { padding: 30px 25px; }
  .steps li { grid-template-columns: 38px 1fr; gap: 12px; }
  .cta-section { padding-bottom: 70px; }
  .cta-card { min-height: 410px; gap: 35px; padding: 35px 26px; }
  .cta-copy { position: static; }
  .lead-form { padding: 22px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid p { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
