
:root{
  --navy:#061632;
  --navy-2:#041126;
  --navy-3:#0c2249;
  --blue:#2f8dff;
  --blue-2:#1e6fff;
  --blue-light:#6fc2ff;
  --bg:#f5f8fd;
  --white:#ffffff;
  --line:#d9e3f0;
  --text:#0e1b3d;
  --muted:#5f6e89;
  --shadow:0 18px 40px rgba(10,28,73,.08);
  --radius:24px;
  --container-wide:min(1180px, calc(100% - 40px));
  --container-mobile:calc(100% - 28px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Sans","Yu Gothic",sans-serif;
  color:var(--text);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%; display:block}
a{text-decoration:none; color:inherit}
.container{width:var(--container-wide); margin:0 auto}
.section{padding:96px 0}
.narrow{max-width:900px; margin-left:auto; margin-right:auto}
.center{text-align:center}
.eyebrow{
  display:inline-flex; align-items:center; min-height:38px;
  padding:0 14px; border-radius:999px;
  background:#eff5ff; color:var(--blue);
  font-size:13px; font-weight:700; letter-spacing:.02em;
}
.eyebrow-dark{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.84);
}
.section-head h2{
  margin:18px 0 12px;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.16;
  letter-spacing:-.03em;
}
.section-head p{
  margin:0 auto;
  max-width:820px;
  color:var(--muted);
  font-size:18px;
  line-height:1.85;
  letter-spacing:.005em;
}
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(5,17,43,.9);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{
  min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:18px;
}
.brand{display:flex; align-items:center; gap:12px; color:#fff}
.brand-mark{
  width:22px; height:22px; border-radius:7px;
  background:linear-gradient(135deg,var(--blue),#0ed0ff);
  clip-path:polygon(0 0,100% 50%,0 100%,18% 50%);
}
.brand-copy strong{display:block; font-size:22px; line-height:1.1}
.brand-copy small{display:block; color:rgba(255,255,255,.68); font-size:11px; line-height:1.4}
.site-nav{display:flex; gap:28px}
.site-nav a{
  color:rgba(255,255,255,.85); font-size:14px; font-weight:600; position:relative;
  transition:all .22s ease;
}
.site-nav a::after{
  content:""; position:absolute; left:0; right:0; bottom:-10px; height:2px; border-radius:999px;
  background:linear-gradient(90deg,transparent 0%, rgba(111,194,255,.9) 50%, transparent 100%);
  opacity:0; transform:scaleX(.4); transition:all .22s ease;
}
.site-nav a:hover::after{opacity:1; transform:scaleX(1)}
.header-cta{display:flex; gap:10px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 18px; border-radius:14px;
  border:1px solid transparent; font-weight:800; transition:all .22s ease;
}
.btn-primary{
  color:#fff; background:linear-gradient(135deg,var(--blue-2), var(--blue));
  box-shadow:0 14px 30px rgba(29,99,255,.28);
}
.btn-primary:hover{transform:translateY(-2px)}
.btn-ghost,.btn-outline{
  color:#fff; background:rgba(255,255,255,.03); border-color:rgba(255,255,255,.14);
}
.btn-outline{color:var(--blue); border-color:#b7d4ff; background:#f7fbff}
.btn-outline:hover{background:#eff6ff}
.btn-lg{min-height:56px; padding:0 24px; border-radius:16px}
.btn:focus-visible,.site-nav a:focus-visible,.hero-persona-links a:focus-visible,.pup-footer-links-clean a:focus-visible{
  outline:3px solid rgba(111,194,255,.45); outline-offset:2px;
}
input:focus,textarea:focus,select:focus{
  outline:none; border-color:rgba(45,181,255,.8)!important;
  box-shadow:0 0 0 4px rgba(45,181,255,.12);
}

.hero{
  position:relative; overflow:hidden; color:#fff;
  background:linear-gradient(180deg,#041126 0%, #061632 48%, #0a224f 100%);
}
.hero-backdrop{
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 14% 18%, rgba(47,141,255,.16), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(111,194,255,.12), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0));
}
.hero-grid{
  position:relative; z-index:1;
  display:grid; grid-template-columns:.94fr 1.06fr; gap:42px;
  padding:70px 0 84px;
}
.hero-copy{display:flex; flex-direction:column; max-width:650px}
.hero-copy h1{
  margin:18px 0 20px;
  font-size:clamp(48px,5.8vw,82px);
  line-height:.98;
  letter-spacing:-.04em;
}
.hero-copy h1 span{color:var(--blue-light)}
.hero-lead{
  margin:0;
  max-width:620px;
  color:rgba(255,255,255,.84);
  font-size:20px;
  line-height:1.85;
}
.hero-actions{display:flex; gap:12px; margin-top:28px; flex-wrap:wrap}
.hero-microcopy{margin-top:14px; color:rgba(255,255,255,.72); font-size:14px; line-height:1.75}
.hero-trust{display:flex; gap:10px; flex-wrap:wrap; margin-top:20px}
.trust-item{
  padding:10px 14px; border-radius:999px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08);
  font-size:14px; color:rgba(255,255,255,.88); white-space:nowrap;
}
.hero-persona-links{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.hero-persona-links a{
  display:inline-flex; align-items:center; min-height:36px; padding:0 14px;
  border-radius:999px; border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04); color:rgba(255,255,255,.86);
  font-size:12px; font-weight:700;
}
.hero-feature-inline{
  display:flex; flex-wrap:wrap; gap:10px; margin-top:18px;
}
.mini-feature{
  display:inline-flex; align-items:center; min-height:36px; padding:0 14px;
  border-radius:999px; background:rgba(255,255,255,.05); font-size:14px;
  white-space:nowrap; border:1px solid rgba(255,255,255,.06); color:rgba(255,255,255,.88);
}
.hero-visual{position:relative; min-height:700px}
.hero-people-card{
  position:absolute; inset:10px 8px auto 52px;
  overflow:hidden; border-radius:34px; border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
}
.hero-people-card::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(3,13,35,0) 48%, rgba(3,13,35,.12) 100%);
}
.hero-people-card img{
  width:100%; height:356px; object-fit:cover; object-position:center 32%;
}
.device-stack{position:absolute; right:0; bottom:0; width:100%}
.laptop-mockup{
  width:min(760px,96%); margin-left:auto;
  background:linear-gradient(180deg,#fdfefe 0%, #eef4ff 100%);
  border-radius:28px; overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 32px 80px rgba(4,17,46,.42);
}
.device-topbar{
  min-height:50px; display:flex; align-items:center; justify-content:space-between;
  padding:0 18px; background:#0a1736; color:#fff;
}
.window-dots{
  width:40px; height:10px; display:inline-block; border-radius:20px;
  background:
    radial-gradient(circle,#6e7da5 20%, transparent 22%) 0 0/14px 10px no-repeat,
    radial-gradient(circle,#6e7da5 20%, transparent 22%) 14px 0/14px 10px no-repeat,
    radial-gradient(circle,#6e7da5 20%, transparent 22%) 28px 0/14px 10px no-repeat;
}
.device-title{font-size:12px; font-weight:800; letter-spacing:.04em}
.status-dot{
  display:inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:800; color:#1b8cff;
}
.status-dot::before{
  content:""; width:8px; height:8px; border-radius:50%;
  background:#1b8cff; display:inline-block;
}
.device-content{display:grid; grid-template-columns:1.14fr .86fr; gap:0}
.device-panel{padding:24px}
.transcript-panel{border-right:1px solid #deebff}
.transcript-panel h3,.subcard h4{margin:0 0 10px; color:var(--text)}
.transcript-panel ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.8}
.transcript-panel li strong{color:var(--text)}
.device-side{display:grid; gap:12px; padding:18px}
.subcard{
  padding:16px; border-radius:18px; background:#fff; border:1px solid #e6eefc;
}
.subcard p{margin:0; color:var(--muted); line-height:1.7}
.phone-mockup{
  position:absolute; right:2px; bottom:8px;
  width:186px; padding:10px; border-radius:28px;
  background:linear-gradient(180deg,#0b1532 0%, #111f49 100%);
  box-shadow:0 28px 60px rgba(4,17,46,.45);
  border:1px solid rgba(255,255,255,.10);
}
.phone-screen{
  border-radius:22px; padding:18px 14px;
  background:linear-gradient(180deg,#0f1837 0%, #081428 100%);
  color:#fff; text-align:center;
}
.phone-title{margin:0; color:rgba(255,255,255,.72); font-weight:700}
.phone-time{margin:4px 0 14px; font-size:18px; font-weight:900}
.wavebar{
  height:64px; border-radius:14px;
  background:linear-gradient(90deg, rgba(52,126,255,.25) 0%, rgba(42,177,255,.92) 50%, rgba(52,126,255,.25) 100%);
  margin-bottom:16px;
}
.phone-status-list{display:grid; gap:8px}
.phone-status-list span{
  display:block; padding:10px 12px; border-radius:12px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08);
  font-size:12px; font-weight:700;
}
.hero-proposal-strip{
  grid-column:1 / -1;
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:10px;
}
.proposal-mini{
  min-height:100%; padding:16px 18px; border-radius:20px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.proposal-mini strong{display:block; color:#fff; font-size:16px; line-height:1.5}
.proposal-mini span{display:block; margin-top:4px; color:rgba(255,255,255,.72); font-size:13px; line-height:1.7}

.lightweight-proof{background:linear-gradient(180deg,#ffffff 0%, #f7faff 100%); padding-top:0}
.lightweight-proof-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.lightproof-item{
  background:#fff; border:1px solid var(--line); border-radius:22px;
  padding:22px 24px; box-shadow:0 14px 30px rgba(10,28,73,.05);
}
.lightproof-item strong{display:block; color:var(--text); font-size:20px; line-height:1.5}
.lightproof-item span{display:block; margin-top:6px; color:var(--muted); line-height:1.8}

.section-dark-grid{
  background:linear-gradient(180deg,#0b1737 0%, #10214a 100%);
  color:#fff;
}
.section-issues-refined{
  position:relative; overflow:hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(56,117,255,.16), transparent 22%),
    linear-gradient(180deg,#04153c 0%, #04143a 40%, #051838 100%);
}
.section-issues-refined::before{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.02) 0, rgba(255,255,255,0) 8%, rgba(255,255,255,.02) 16%, rgba(255,255,255,0) 24%, rgba(255,255,255,.015) 32%, rgba(255,255,255,0) 40%, rgba(255,255,255,.02) 48%, rgba(255,255,255,0) 56%, rgba(255,255,255,.015) 64%, rgba(255,255,255,0) 72%, rgba(255,255,255,.02) 80%, rgba(255,255,255,0) 88%, rgba(255,255,255,.015) 100%);
  opacity:.28;
}
.issue-head-refined{position:relative; z-index:1}
.issue-head-refined h2{color:#fff}
.issue-head-refined p:last-child{color:rgba(255,255,255,.78)}
.issue-grid-refined{
  position:relative; z-index:1;
  display:grid; grid-template-columns:repeat(4,1fr); gap:28px; margin-top:46px;
}
.issue-card-refined{
  position:relative; min-height:430px;
  padding:34px 36px 32px; border-radius:28px;
  background:linear-gradient(180deg, rgba(31,58,112,.34) 0%, rgba(8,22,59,.78) 16%, rgba(4,17,45,.94) 100%);
  border:1px solid rgba(132,169,255,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), inset 0 12px 36px rgba(78,126,255,.06), 0 24px 50px rgba(0,0,0,.22);
}
.issue-card-refined::before{
  content:""; position:absolute; left:26px; right:26px; top:0; height:2px;
  background:linear-gradient(90deg, transparent 0%, rgba(90,161,255,.9) 18%, rgba(90,161,255,.55) 50%, transparent 100%);
}
.issue-top{display:flex; align-items:center; gap:16px; margin-bottom:26px}
.issue-icon{
  position:relative; width:68px; height:68px; flex:0 0 auto;
  border-radius:999px; border:1px solid rgba(95,144,255,.34);
  background:linear-gradient(180deg, rgba(33,63,123,.32), rgba(9,24,66,.22));
  box-shadow:inset 0 0 20px rgba(83,136,255,.08);
}
.issue-icon::before,.issue-icon::after{content:""; position:absolute; box-sizing:border-box}
.issue-icon-note::before{left:24px; top:18px; width:20px; height:28px; border:2px solid #62a4ff; border-radius:4px}
.issue-icon-note::after{left:29px; top:13px; width:10px; height:4px; border-bottom:2px solid #62a4ff}
.issue-icon-clock::before{left:22px; top:22px; width:24px; height:24px; border:2px solid #62a4ff; border-radius:50%}
.issue-icon-clock::after{left:34px; top:27px; width:2px; height:12px; background:#62a4ff; box-shadow:-6px 8px 0 0 #62a4ff}
.issue-icon-folder::before{left:20px; top:24px; width:28px; height:20px; border:2px solid #62a4ff; border-radius:4px}
.issue-icon-folder::after{left:22px; top:18px; width:12px; height:8px; border:2px solid #62a4ff; border-bottom:none}
.issue-icon-cap::before{left:18px; top:22px; width:30px; height:12px; border:2px solid #62a4ff; transform:skewY(-18deg)}
.issue-icon-cap::after{left:29px; top:33px; width:10px; height:12px; border-left:2px solid #62a4ff; border-right:2px solid #62a4ff; border-bottom:2px solid #62a4ff}
.issue-tag{
  display:inline-flex; align-items:center; min-height:44px; padding:0 18px; border-radius:999px;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); color:rgba(255,255,255,.92);
  font-size:14px; font-weight:700;
}
.issue-card-refined h3{
  margin:0; font-size:clamp(28px,2vw,36px);
  line-height:1.32; letter-spacing:-.02em; color:#fff;
}
.issue-divider{
  display:block; width:52px; height:4px; border-radius:999px;
  margin:26px 0 24px; background:linear-gradient(90deg,#0e6cff 0%, #39a3ff 100%);
}
.issue-card-refined p{margin:0; color:rgba(255,255,255,.8); font-size:18px; line-height:1.75}
.issue-foot-refined{
  position:relative; z-index:1;
  margin:42px auto 0; max-width:1120px; padding-top:28px;
  display:flex; align-items:center; justify-content:center; gap:22px; flex-wrap:wrap;
  border-top:1px solid rgba(147,180,255,.16);
}
.issue-foot-brand{color:#5c9cff; font-size:clamp(22px,1.8vw,34px); font-weight:800}
.issue-foot-bar{width:1px; height:30px; background:rgba(166,194,255,.34)}
.issue-foot-copy{font-size:clamp(22px,1.8vw,34px); font-weight:700; text-align:center}

.solution-strip{background:linear-gradient(180deg,#0a2d78 0%, #0d3c9d 100%); color:#fff}
.solution-strip .section-head h2,.solution-strip .section-head p{color:#fff}
.solution-strip .section-head p{color:rgba(255,255,255,.82)}
.solution-cards{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px}
.solution-card{
  padding:24px; border-radius:22px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1);
}
.solution-card h3{margin:0 0 8px; font-size:22px}
.solution-card p{margin:0; color:rgba(255,255,255,.82); line-height:1.8}

.feature-showcase{background:#fff}
.feature-showcase-list{display:grid; gap:28px; margin-top:34px}
.feature-row{
  display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:center;
}
.feature-row-reverse .feature-ui{order:2}
.feature-row-reverse .feature-copy{order:1}
.mock-panel{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:26px; box-shadow:0 14px 30px rgba(10,28,73,.05);
}
.mock-kicker{color:var(--blue); font-size:13px; font-weight:800}
.mock-title{margin-top:6px; color:var(--text); font-size:24px; font-weight:800}
.mock-list{margin:16px 0 0; padding-left:18px; color:var(--muted); line-height:1.85}
.mock-list span{color:var(--text); font-weight:800}
.mock-pill-list,.agent-cues{
  display:flex; gap:10px; flex-wrap:wrap; margin-top:16px;
}
.mock-pill-list span,.agent-cues span{
  display:inline-flex; min-height:34px; align-items:center; padding:0 12px;
  border-radius:999px; background:#eff5ff; color:var(--blue); font-size:12px; font-weight:800;
}
.mock-caption{margin:14px 0 0; color:var(--muted); line-height:1.75}
.quiz-card{
  margin-top:16px; padding:18px; border-radius:18px; background:#f7fbff; border:1px solid #e3eefc;
}
.quiz-card strong{display:block; color:var(--text); line-height:1.6}
.quiz-card ul{margin:10px 0 0; padding-left:18px; color:var(--muted); line-height:1.8}
.feature-copy h3{margin:0 0 10px; font-size:30px; line-height:1.4}
.feature-copy p{margin:0; color:var(--muted); line-height:1.85; font-size:18px}

.steps-section{background:linear-gradient(180deg,#f7faff 0%, #ffffff 100%)}
.steps-flow{
  display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:18px; align-items:center; margin-top:34px;
}
.step-card{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:28px;
  box-shadow:0 14px 30px rgba(10,28,73,.05);
}
.step-number{
  display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center;
  border-radius:999px; background:linear-gradient(135deg,var(--blue-2),var(--blue)); color:#fff; font-weight:900;
}
.step-card h3{margin:14px 0 8px; font-size:24px}
.step-card p{margin:0; color:var(--muted); line-height:1.8}
.step-arrow{font-size:24px; color:#7e8eb0; font-weight:800}

.scene-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; margin-top:34px}
.scene-card{
  display:flex; flex-direction:column; overflow:hidden;
  background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:0 14px 30px rgba(10,28,73,.05);
  transition:all .22s ease;
}
.scene-card:hover,.target-benefit-card:hover,.proof-card:hover,.price-box:hover,.security-card:hover{
  transform:translateY(-3px); box-shadow:0 18px 40px rgba(10,28,73,.08);
}
.scene-image-wrap{position:relative; aspect-ratio:16/10}
.scene-image-wrap img{width:100%; height:100%; object-fit:cover}
.scene-overlay{position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(2,12,30,.38) 100%)}
.scene-badge{
  position:absolute; left:16px; top:16px; z-index:2;
  display:inline-flex; align-items:center; justify-content:center;
  min-height:46px; padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg, #2f6fff 0%, #0d47c9 100%);
  color:#ffffff; font-size:13px; font-weight:800; letter-spacing:.01em;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(25,82,220,.28);
  white-space:nowrap;
}
.scene-body{display:flex; flex-direction:column; flex:1; padding:20px}
.scene-result{
  display:inline-flex; align-items:center; min-height:34px; padding:0 12px; margin-bottom:10px;
  border-radius:999px; background:#eff5ff; color:var(--blue); font-size:12px; font-weight:800;
}
.scene-body h3{margin:0; line-height:1.42; font-size:24px}
.scene-body p{margin-top:10px; color:var(--muted); line-height:1.82}

.target-benefits-section{background:linear-gradient(180deg,#ffffff 0%, #f7faff 100%)}
.target-benefit-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px}
.target-benefit-card{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:28px;
  box-shadow:0 14px 30px rgba(10,28,73,.05);
}
.target-role{
  display:inline-flex; min-height:36px; align-items:center; padding:0 14px; border-radius:999px;
  background:#eff5ff; color:var(--blue); font-size:13px; font-weight:700;
}
.target-benefit-card h3{margin:14px 0 10px; font-size:24px; line-height:1.45; text-wrap:balance}
.target-benefit-card p{margin:0; color:var(--muted); line-height:1.8}

.security-section-enhanced{background:linear-gradient(180deg,#ffffff 0%, #f6f9ff 100%)}
.security-hero-panel{display:grid; grid-template-columns:1.03fr .97fr; gap:22px; margin-top:34px; align-items:stretch}
.security-visual-card,.security-copy-panel{
  background:#fff; border:1px solid var(--line); border-radius:28px; box-shadow:0 16px 34px rgba(10,28,73,.06);
}
.security-visual-card{padding:18px}
.security-visual-card img{width:100%; border-radius:20px}
.security-copy-panel{padding:28px; display:flex; flex-direction:column; justify-content:space-between}
.security-chip{
  display:inline-flex; min-height:40px; align-items:center; padding:0 16px; border-radius:999px;
  background:#eff5ff; color:var(--blue); font-size:13px; font-weight:700;
}
.security-copy-top h3{margin:16px 0 12px; font-size:30px; line-height:1.35; text-wrap:balance}
.security-copy-top p{margin:0; color:var(--muted)}
.security-bullet-list{display:grid; gap:16px; margin-top:22px}
.security-bullet-item{position:relative; padding-left:18px}
.security-bullet-item::before{
  content:""; position:absolute; left:0; top:10px; width:8px; height:8px; border-radius:999px;
  background:linear-gradient(135deg,#0e6cff 0%, #39a3ff 100%);
  box-shadow:0 0 0 5px rgba(14,108,255,.08);
}
.security-bullet-item h4{margin:0 0 6px; font-size:18px; line-height:1.45}
.security-bullet-item p{margin:0; color:var(--muted); line-height:1.75}
.security-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:24px}
.security-card{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:28px; box-shadow:0 14px 30px rgba(10,28,73,.05);
}
.security-card h3{margin:0 0 10px; font-size:22px; line-height:1.35}
.security-card p{margin:0; color:var(--muted); line-height:1.8}
.security-note-row{
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  margin-top:18px; padding:18px 22px; border-radius:20px; background:#f7faff; border:1px solid var(--line);
}
.security-note{margin:0; color:var(--muted); font-size:15px; line-height:1.8}

.roi-section{background:linear-gradient(180deg,#ffffff 0%, #f7faff 100%)}
.roi-band{display:grid; grid-template-columns:.9fr 1.1fr; gap:20px; align-items:stretch; margin-top:34px}
.roi-case,.roi-chart{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:28px; box-shadow:0 14px 30px rgba(10,28,73,.05);
}
.roi-kicker{margin:0 0 12px; color:var(--blue); font-size:13px; font-weight:700}
.roi-case ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.9}
.roi-bars{display:grid; gap:14px}
.roi-bar{
  display:flex; justify-content:space-between; align-items:center; padding:16px 18px;
  border-radius:16px; font-weight:700; color:#fff;
}
.roi-bar.before{background:linear-gradient(90deg,#64779b 0%, #7b8fb7 100%)}
.roi-bar.after{background:linear-gradient(90deg,#0e6cff 0%, #39a3ff 100%)}
.roi-summary{display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:18px}
.roi-summary-card{
  min-height:100%; padding:18px; border-radius:18px; background:#f7faff; border:1px solid var(--line);
  display:flex; flex-direction:column; gap:6px;
}
.roi-summary-card strong{font-size:24px; color:var(--text)}
.roi-summary-card span{color:var(--muted)}
.roi-closing{margin:20px auto 0; text-align:center; color:var(--text); font-weight:700}

.pricing-section{background:linear-gradient(180deg,#081734 0%, #0b2148 100%); color:#fff}
.pricing-band{
  display:grid; grid-template-columns:1fr .9fr; gap:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10); border-radius:28px; padding:30px;
}
.price-kicker{margin:0 0 12px; color:rgba(255,255,255,.7); font-size:13px; font-weight:700}
.price-main{font-size:28px; font-weight:800; line-height:1.15}
.price-main span{display:block; margin-top:6px; font-size:54px}
.price-sub{margin:14px 0 0; max-width:62ch; color:rgba(255,255,255,.82); line-height:1.85}
.price-right-grid{display:grid; gap:14px}
.price-box{
  min-height:100%; padding:22px; border-radius:22px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12);
}
.price-box h3{margin:0 0 8px; font-size:20px}
.price-box p{margin:0; color:rgba(255,255,255,.78); line-height:1.8}
.price-reason{
  margin-top:20px; padding-top:18px; border-top:1px solid rgba(255,255,255,.16);
}
.price-reason h3{margin:0 0 10px; font-size:22px; line-height:1.4}
.price-reason p{margin:0; color:rgba(255,255,255,.78); line-height:1.85}
.pricing-reassure-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:20px}
.pricing-reassure-card{
  min-height:100%; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
  border-radius:22px; padding:22px;
}
.pricing-reassure-card h3{margin:0 0 8px; font-size:20px}
.pricing-reassure-card p{margin:0; color:rgba(255,255,255,.78); line-height:1.8}

.proof-section{background:#fff}
.proof-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px}
.proof-card{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:28px;
  box-shadow:0 14px 30px rgba(10,28,73,.05);
}
.proof-card h3{margin:0 0 10px; color:var(--text); font-size:22px; line-height:1.45; text-wrap:balance}
.proof-card p{margin:0; color:var(--muted); line-height:1.8}

.faq-wrap{max-width:920px}
.faq-list{display:grid; gap:14px; margin-top:34px}
.faq-list details{
  border-radius:20px; background:#fff; border:1px solid var(--line); padding:20px 22px;
  box-shadow:0 14px 30px rgba(10,28,73,.04); transition:all .22s ease;
}
.faq-list details[open]{box-shadow:0 16px 34px rgba(10,28,73,.06)}
.faq-list summary{cursor:pointer; font-weight:800; line-height:1.6; padding-right:24px}
.faq-list details p{margin:12px 0 0; color:var(--muted); line-height:1.9}

.contact-section{background:linear-gradient(180deg,#f7faff 0%, #ffffff 100%)}
.contact-grid{display:grid; grid-template-columns:.92fr 1.08fr; gap:24px; align-items:start}
.contact-copy p:last-of-type{max-width:56ch}
.contact-microcopy{margin:0 0 10px; color:var(--muted); font-size:14px; line-height:1.75}
.contact-points{margin:18px 0 0; padding-left:18px; color:var(--muted); line-height:1.9}
.contact-form{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:24px; box-shadow:0 18px 40px rgba(10,28,73,.08);
}
.contact-form label{display:block; margin-top:14px}
.contact-form label span{display:block; margin-bottom:6px; font-size:14px; font-weight:700}
.contact-form input,.contact-form textarea,.contact-form select{
  width:100%; min-height:52px; border-radius:14px; border:1px solid var(--line); padding:0 14px; font:inherit;
}
.contact-form textarea{min-height:132px; padding-top:14px; resize:vertical}
.contact-form .policy-checkbox{
  display:flex; align-items:center; gap:12px;
  margin-top:18px; color:var(--muted); font-size:14px; line-height:1.65;
}
.contact-form .policy-checkbox input{
  width:18px; height:18px; min-width:18px; margin-top:4px;
}
.contact-form .policy-checkbox span{margin:0; font-weight:400;}
.contact-form .policy-checkbox a{color:var(--blue); text-decoration:underline;}
.contact-form .full{grid-column:1/-1}
.form-support-copy,.form-footnote{margin:0 0 14px; color:var(--muted); font-size:14px; line-height:1.75}
.form-footnote{margin:14px 0 0}
.contact-form .btn{margin-top:6px}

.pup-footer-integrated{
  position:relative;
  background:linear-gradient(180deg,#061632 0%, #071a3a 100%);
  border-top:1px solid rgba(255,255,255,.08);
  padding:32px 0 calc(18px + env(safe-area-inset-bottom));
}
.pup-footer-integrated::before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 20% 0%, rgba(48,109,255,.08), transparent 28%);
}
.pup-footer-shell{
  position:relative; z-index:1;
  display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap;
}
.pup-footer-brand-block{display:flex; flex-direction:column; gap:8px}
.pup-brand-link{display:inline-flex; align-items:center; gap:14px; color:#fff}
.pup-emblem{
  width:72px; height:auto; object-fit:contain;
  filter:drop-shadow(0 10px 16px rgba(0,0,0,.16));
}
.pup-brand-text{display:flex; flex-direction:column; gap:3px}
.pup-brand-main{font-size:36px; line-height:1; font-weight:800}
.pup-brand-sub{font-size:14px; color:rgba(255,255,255,.72)}
.pup-footer-copy{margin:0; color:rgba(255,255,255,.62); font-size:13px; padding-left:86px; letter-spacing:.01em}
.pup-footer-links-clean{display:flex; align-items:center; gap:18px; flex-wrap:wrap}
.pup-footer-links-clean a{color:rgba(255,255,255,.84); font-size:14px}
.pup-footer-bottom-line{
  position:relative; z-index:1;
  margin-top:18px; padding-top:14px; border-top:1px solid rgba(255,255,255,.08);
}
.pup-footer-bottom-line small{color:rgba(255,255,255,.56); font-size:12px}

@media (max-width:1120px){
  .container{width:min(1180px, calc(100% - 32px))}
  .hero-grid{grid-template-columns:1fr; gap:28px; padding:52px 0 70px}
  .hero-copy{max-width:100%}
  .hero-lead{max-width:100%}
  .hero-visual{min-height:620px}
  .hero-people-card{inset:0 8px auto 40px}
  .hero-people-card img{height:320px}
  .hero-proposal-strip,.lightweight-proof-grid,.solution-cards,.target-benefit-grid,.security-grid,.pricing-reassure-grid,.proof-grid{
    grid-template-columns:1fr;
  }
  .feature-row,.security-hero-panel,.roi-band,.pricing-band,.contact-grid{
    grid-template-columns:1fr;
  }
  .feature-row-reverse .feature-ui,.feature-row-reverse .feature-copy{order:initial}
  .steps-flow{grid-template-columns:1fr; gap:14px}
  .step-arrow{display:none}
  .scene-grid{grid-template-columns:1fr}
  .security-note-row{flex-direction:column; align-items:flex-start}
}

@media (max-width:767px){
  .container{width:var(--container-mobile)}
  .section{padding:64px 0}
  .header-inner{min-height:68px}
  .brand-copy strong{font-size:20px}
  .brand-copy small{display:none}
  .site-nav{display:none}
  .header-cta .btn-ghost{display:none}
  .header-cta .btn-primary{
    min-height:42px; padding:0 14px; border-radius:12px; font-size:13px;
  }

  .hero-grid{gap:22px; padding:32px 0 40px}
  .hero-copy h1{font-size:40px; line-height:1.03; margin:14px 0 16px}
  .hero-lead{font-size:16px; line-height:1.82}
  .hero-actions{gap:10px}
  .hero-actions .btn{flex:1 1 auto; min-width:0}
  .hero-microcopy{font-size:13px}
  .hero-trust{gap:8px}
  .trust-item{font-size:12px; padding:8px 12px}
  .hero-persona-links{display:grid; grid-template-columns:1fr; gap:8px}
  .hero-persona-links a{justify-content:center; min-height:40px; font-size:13px}
  .hero-feature-inline{
    display:flex; overflow:auto; gap:8px; padding-bottom:4px; scrollbar-width:none;
  }
  .hero-feature-inline::-webkit-scrollbar{display:none}
  .mini-feature{flex:0 0 auto; font-size:12px; padding:9px 12px}
  .hero-visual{min-height:430px}
  .hero-people-card{inset:0 0 auto 0; border-radius:22px}
  .hero-people-card img{height:214px; object-position:center 28%}
  .device-stack{bottom:0}
  .laptop-mockup{width:100%; border-radius:20px}
  .device-topbar{min-height:44px; padding:0 14px}
  .device-title{font-size:12px}
  .device-content{grid-template-columns:1fr}
  .transcript-panel ul li:nth-child(3), .device-side .subcard:last-child{display:none}
  .phone-mockup{display:none}
  .proposal-mini,.lightproof-item,.issue-card-refined,.solution-card,.mock-panel,.step-card,.scene-card,.target-benefit-card,.security-visual-card,.security-copy-panel,.security-card,.roi-case,.roi-chart,.pricing-band,.pricing-reassure-card,.proof-card,.faq-list details,.contact-form{
    border-radius:20px;
  }
  .issue-grid-refined{grid-template-columns:1fr; gap:14px; margin-top:28px}
  .issue-card-refined{min-height:auto; padding:22px 20px 20px}
  .issue-icon{width:56px; height:56px}
  .issue-tag{min-height:38px; font-size:13px; padding:0 14px}
  .issue-card-refined h3{font-size:20px}
  .issue-divider{margin:18px 0 16px; width:42px; height:3px}
  .issue-card-refined p{font-size:15px}
  .issue-foot-refined{gap:12px; margin-top:28px; padding-top:20px}
  .issue-foot-brand,.issue-foot-copy{font-size:18px; line-height:1.7}
  .issue-foot-bar{display:none}

  .feature-showcase-list{gap:18px}
  .feature-copy h3{font-size:22px}
  .feature-copy p{font-size:15px}
  .mock-title{font-size:20px}

  .scene-grid{gap:14px}

  .scene-badge{left:14px; top:14px; min-height:42px; padding:0 16px; font-size:12px}
  .scene-body{padding:18px}
  .scene-body h3{font-size:20px}
  .scene-body p{
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
    font-size:14px; line-height:1.8;
  }
  .scene-result{font-size:11px; min-height:30px}

  .security-grid{gap:12px}
  .security-card{padding:20px}
  .security-card h3{font-size:18px}
  .security-card p,.security-note,.proof-card p,.target-benefit-card p,.pricing-reassure-card p,.lightproof-item span{font-size:14px; line-height:1.8}
  .security-copy-top h3{font-size:24px}
  .security-bullet-item h4{font-size:17px}
  .security-note-row{padding:16px; border-radius:18px}

  .roi-bars{gap:10px}
  .roi-bar{padding:14px 16px; flex-direction:column; align-items:flex-start; gap:4px}
  .roi-summary{grid-template-columns:1fr}
  .price-main{line-height:1.15}
  .price-main span{font-size:40px}

  .faq-list{gap:12px}
  .faq-list details{padding:18px}
  .faq-list summary{padding-right:24px}

  .contact-grid{gap:18px}
  .contact-form{padding:18px}
  .contact-form input,.contact-form textarea,.contact-form select{min-height:48px}
  .contact-form textarea{min-height:120px}

  .pup-footer-shell{gap:16px; align-items:flex-start}
  .pup-brand-link{gap:10px}
  .pup-emblem{width:52px}
  .pup-brand-main{font-size:28px}
  .pup-brand-sub{font-size:12px}
  .pup-footer-copy{padding-left:0}

  .mobile-cta-bar{
    position:fixed; left:12px; right:12px; bottom:12px; z-index:60;
    display:grid; grid-template-columns:.72fr 1.28fr; gap:8px; padding:8px;
    border-radius:18px; background:rgba(5,17,43,.92); backdrop-filter:blur(16px);
    box-shadow:0 18px 40px rgba(3,11,29,.28); border:1px solid rgba(255,255,255,.08);
  }
  .mobile-cta-sub,.mobile-cta-main{
    min-height:48px; display:flex; align-items:center; justify-content:center;
    border-radius:14px; font-weight:800; font-size:14px;
  }
  .mobile-cta-sub{color:#fff; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08)}
  .mobile-cta-main{color:#fff; background:linear-gradient(135deg,var(--blue-2),var(--blue)); box-shadow:0 14px 30px rgba(29,99,255,.28)}
  body{padding-bottom:86px}
}
@media (min-width:768px){
  .mobile-cta-bar{display:none}
}


/* hundred-pass polish */
.hero-grid{
  gap: 40px;
}
.hero-copy h1{
  text-wrap: balance;
  max-width: 12ch;
}
.hero-lead{
  max-width: 36ch;
}
.hero-trust span,
.hero-jump a,
.hero-tags span{
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.hero-strip article,
.proof-band-grid article,
.issue-card,
.solution article,
.mock-card,
.step-card,
.scene-card,
.benefit-card,
.security-visual,
.security-copy,
.security-card,
.roi-case,
.roi-chart,
.price-box,
.pricing-reassure-card,
.proposal-card,
.faq-list details,
.contact-form{
  box-shadow: 0 10px 28px rgba(8,20,50,.045), 0 2px 8px rgba(8,20,50,.02);
}
.section-head h2,
.feature-copy h3,
.scene-body h3,
.benefit-card h3,
.security-copy h3,
.price-reason h3,
.proposal-card h3{
  text-wrap: balance;
}
.section-head p,
.feature-copy p,
.scene-body p,
.benefit-card p,
.security-copy > p,
.security-bullets p,
.security-card p,
.price-sub,
.price-reason p,
.proposal-card p,
.contact-copy p:last-of-type,
.faq-list details p{
  max-width: 58ch;
}
.scene-body p{
  max-width: 34ch;
}
.contact-form{
  grid-template-columns: 1fr 1fr;
}
.contact-form .full,
.contact-form .form-support-copy,
.contact-form .form-footnote,
.contact-form .btn-submit{
  grid-column: 1 / -1;
}
.faq-list details{
  overflow: clip;
}
.faq-list summary{
  list-style: none;
}
.faq-list summary::-webkit-details-marker{
  display:none;
}
.footer-copy{
  opacity: .92;
}
@media (max-width: 1120px){
  .contact-form{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px){
  .hero-copy h1{
    max-width: 11.5ch;
  }
  .hero-actions{
    display:grid;
    grid-template-columns: 1fr;
  }
  .hero-actions .btn{
    width:100%;
  }
  .proof-band-grid article,
  .hero-strip article{
    padding: 18px;
  }
  .scene-body p{
    -webkit-line-clamp: 2;
  }
}


/* ===== Final FV polish ===== */
.hero-grid{
  gap: 48px;
}

.hero-copy h1{
  font-size: clamp(46px, 5.1vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 10.8ch;
  margin: 20px 0 22px;
}

.hero-lead{
  max-width: 34ch;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,.84);
}

.hero .eyebrow{
  min-height: 34px;
  padding: 0 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.08);
  color: #7ec0ff;
  width: fit-content;
  max-width: 100%;
  font-size: 12px;
  letter-spacing: .01em;
}

.hero-actions{
  margin-top: 24px;
  gap: 12px;
}

.hero-note{
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255,255,255,.70);
}

.hero-trust{
  margin-top: 18px;
  gap: 8px;
}

.hero-trust span{
  min-height: 36px;
  padding: 0 12px;
  font-size: 12px;
}

.hero-role-links{
  margin-top: 14px;
  gap: 8px;
}

.hero-role-links a{
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.hero-tags{
  margin-top: 14px;
  gap: 8px;
}

.hero-tags span{
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.hero-visual{
  min-height: 650px;
}

.hero-image-card{
  inset: 6px 18px auto 44px;
  border-radius: 30px;
}

.hero-image-card img{
  height: 332px;
  object-position: center 34%;
  filter: saturate(.93) contrast(1.04) brightness(.99);
}

.hero-ui-card{
  width: min(700px, 95%);
  border-radius: 24px;
}

.hero-phone-card{
  width: 154px;
  right: 10px;
  bottom: 10px;
  border-radius: 24px;
}

.phone-screen{
  border-radius: 18px;
  padding: 14px 12px;
}

.phone-wave{
  height: 52px;
  margin: 12px 0 14px;
}

.hero-support{
  margin-top: 14px;
  gap: 14px;
}

.hero-support article{
  padding: 16px 16px;
  border-radius: 18px;
}

.hero-support strong{
  font-size: 15px;
}

.hero-support span{
  font-size: 13px;
}

/* stronger visual priority for desktop */
@media (min-width: 1280px){
  .hero-grid{
    grid-template-columns: .9fr 1.1fr;
  }
  .hero-copy{
    padding-top: 8px;
  }
}

/* tablet */
@media (max-width: 1120px){
  .hero-grid{
    gap: 28px;
  }
  .hero-copy h1{
    font-size: clamp(42px, 6vw, 64px);
    max-width: 11.5ch;
  }
  .hero-lead{
    max-width: 44ch;
    font-size: 17px;
  }
  .hero-visual{
    min-height: 560px;
  }
  .hero-image-card{
    inset: 0 8px auto 18px;
  }
  .hero-image-card img{
    height: 288px;
  }
  .hero-ui-card{
    width: min(720px, 100%);
  }
}

/* mobile rebalance */
@media (max-width: 767px){
  .hero-grid{
    gap: 18px;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero .eyebrow{
    min-height: 32px;
    font-size: 11px;
    padding: 0 12px;
  }

  .hero-copy h1{
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: -0.03em;
    max-width: none;
    margin: 14px 0 16px;
  }

  .hero-lead{
    max-width: none;
    font-size: 15px;
    line-height: 1.82;
  }

  .hero-actions{
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .btn{
    min-height: 52px;
    font-size: 15px;
  }

  .hero-note{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7;
  }

  .hero-trust{
    grid-template-columns: 1fr;
  }

  .hero-trust span{
    min-height: 38px;
    font-size: 12px;
  }

  .hero-role-links{
    grid-template-columns: 1fr;
  }

  .hero-tags{
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .hero-tags::-webkit-scrollbar{
    display: none;
  }

  .hero-tags span{
    flex: 0 0 auto;
  }

  .hero-visual{
    min-height: 360px;
  }

  .hero-image-card{
    position: relative;
    inset: auto;
    border-radius: 20px;
    margin-bottom: 12px;
  }

  .hero-image-card img{
    height: 190px;
    object-position: center 30%;
  }

  .hero-ui-card{
    width: 100%;
    border-radius: 18px;
  }

  .ui-head{
    min-height: 40px;
  }

  .ui-left{
    padding: 18px;
  }

  .ui-right{
    padding: 14px;
  }

  .ui-left li:last-child{
    display: none;
  }

  .ui-right .ui-mini-card:last-child{
    display: none;
  }

  .hero-phone-card{
    display: none;
  }

  .hero-support{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .hero-support article{
    padding: 14px 14px;
  }
}


/* ===== Mobile text simplification ===== */
@media (max-width: 767px){
  .hero-role-links{display:none;}
  .hero-tags{display:none;}
  .proof-strip{padding:16px 0 48px;}
  .proof-grid article:last-child{display:none;}
  .section-head h2{font-size:30px; line-height:1.18;}
  .section-head p{font-size:14px; line-height:1.72; max-width:36ch;}
  .feature-copy p,
  .benefit-card p,
  .proposal-card p,
  .security-copy > p,
  .security-bullets p,
  .price-sub,
  .price-reason p,
  .faq-list details p,
  .contact-copy p:last-of-type{
    font-size:14px;
    line-height:1.72;
  }
  .security-subnote,
  .roi-subnote,
  .hero-note{
    display:none;
  }
  .feature-list{gap:14px;}
  .feature-row{gap:14px;}
  .benefit-grid,
  .proposal-grid,
  .security-grid-bottom,
  .pricing-reassure-grid{
    gap:12px;
  }
  .contact-points li:last-child{display:none;}
}


/* ===== Footer logo refinement ===== */
.footer-brand-link{
  display:inline-flex;
  align-items:center;
}

.footer-logo-banner{
  width:min(420px, 100%);
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.footer-copy{
  padding-left:0;
  margin-top:2px;
  color:rgba(255,255,255,.70);
}

@media (max-width: 767px){
  .footer-logo-banner{
    width:min(280px, 92vw);
  }
  .footer-copy{
    font-size:12px;
    line-height:1.7;
  }
}


/* corrected footer logo */
.pup-logo-banner{
  width:min(360px, 100%);
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.16));
}
.pup-footer-copy{
  padding-left:0 !important;
  margin-top:6px;
}
@media (max-width:767px){
  .pup-logo-banner{
    width:min(250px, 76vw);
  }
}


/* final footer logo blending adjustment */
.pup-brand-link{
  display:inline-flex;
  align-items:center;
}
.pup-logo-banner{
  width:min(320px, 100%);
  height:auto;
  display:block;
  object-fit:contain;
  filter:none !important;
  background:transparent !important;
}
.pup-footer-brand-block{
  gap:10px;
}
.pup-footer-copy{
  margin-top:4px;
  color:rgba(255,255,255,.74);
}
@media (max-width:767px){
  .pup-logo-banner{
    width:min(220px, 72vw);
  }
}


/* fix: improve contrast for the solution section eyebrow label */
.solution-strip .eyebrow{
  background: rgba(255,255,255,.94) !important;
  color: #0d3c9d !important;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 8px 20px rgba(3,16,48,.10);
}


/* remove download CTA layouts */
.nav-cta{
  gap: 0;
}
@media (max-width: 767px){
  .mobile-cta-bar{
    grid-template-columns: 1fr;
  }
}


/* phone inquiry additions */
.header-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 16px;
  margin-right:10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  color:#fff;
  font-weight:800;
  letter-spacing:.01em;
  white-space:nowrap;
}
.header-phone:hover{
  background:rgba(255,255,255,.08);
}
.contact-phone-note{
  margin-top:14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}
.contact-phone-note a{
  color:var(--blue);
  font-weight:800;
}
@media (max-width: 767px){
  .header-phone{
    display:none;
  }
}


/* top phone bar refinement */
.nav-cta{
  display:flex;
  align-items:center;
  gap:10px;
}
.header-phone{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:#fff;
  white-space:nowrap;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.header-phone-label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.header-phone-number{
  font-size:15px;
  font-weight:900;
  letter-spacing:.01em;
}
.header-phone:hover{
  background:rgba(255,255,255,.08);
}
@media (max-width: 900px){
  .header-phone-number{
    font-size:14px;
  }
}
@media (max-width: 767px){
  .header-phone{
    display:none;
  }
  .mobile-cta-bar{
    grid-template-columns:.82fr 1.18fr !important;
  }
}


/* embedded phone CTA in header */
.header-cta{
  display:flex;
  align-items:center;
  gap:10px;
}
.header-phone{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:#fff;
  white-space:nowrap;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.header-phone-label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.header-phone-number{
  font-size:15px;
  font-weight:900;
  letter-spacing:.01em;
}
.header-phone:hover{
  background:rgba(255,255,255,.08);
}
@media (max-width: 980px){
  .header-phone-label{
    display:none;
  }
  .header-phone-number{
    font-size:14px;
  }
}
@media (max-width: 767px){
  .header-phone{
    display:none;
  }
}


/* header CTA simplified */
.header-cta{
  justify-content:flex-end;
}


/* footer support-company caption visibility fix */
.footer-copy{
  max-width: none !important;
  width: 100%;
  padding-left: 0 !important;
  margin-top: 10px;
  color: rgba(255,255,255,.86) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  letter-spacing: .01em;
}
@media (max-width: 767px){
  .footer-copy{
    font-size: 13px !important;
    line-height: 1.75 !important;
  }
}


/* ensure footer caption is clearly visible */
.pup-footer-copy{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin-top:12px !important;
  padding-left:0 !important;
  color:#ffffff !important;
  opacity:1 !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.8 !important;
  letter-spacing:.01em !important;
  text-shadow:0 1px 0 rgba(0,0,0,.12);
}
@media (max-width:767px){
  .pup-footer-copy{
    font-size:14px !important;
    line-height:1.75 !important;
  }
}
