
:root { --ink:#18263a; --muted:#637083; --line:#dce4ee; --blue:#2472bd; --blue-dark:#14528f; --sky:#eaf4ff; color-scheme:light; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing:border-box; }
html { min-width:320px; background:#fff; color:var(--ink); scroll-behavior:smooth; }
body { min-height:100vh; margin:0; }
[hidden] { display:none !important; }
button,input,textarea { font:inherit; }
a { color:inherit; }
.site-header { position:absolute; z-index:20; top:24px; left:50%; display:flex; width:min(1180px,calc(100% - 48px)); min-height:78px; align-items:center; justify-content:space-between; gap:28px; padding:10px 14px 10px 24px; border:1px solid rgba(255,255,255,.72); border-radius:18px; background:rgba(255,255,255,.9); box-shadow:0 18px 50px rgba(9,36,67,.16); backdrop-filter:blur(18px); transform:translateX(-50%); }
.wordmark { display:block; text-decoration:none; }
.wordmark img { display:block; width:155px; height:55px; object-fit:contain; }
.site-header nav,.site-footer nav { display:flex; align-items:center; gap:clamp(14px,2.4vw,30px); }
.site-header nav a,.site-footer nav a { color:var(--muted); font-size:13px; font-weight:700; text-decoration:none; }
.site-header nav a:hover,.site-footer nav a:hover { color:var(--blue); }
.site-header nav .header-cta { min-height:48px; padding:0 22px; border-radius:999px; background:var(--blue); color:#fff; display:inline-flex; align-items:center; box-shadow:0 10px 22px rgba(36,114,189,.24); }
.funnel-page { min-height:100vh; padding:134px 20px 78px; overflow:hidden; background:linear-gradient(110deg,rgba(8,32,57,.86),rgba(15,57,96,.55)),url('https://overallsatx.com/wp-content/uploads/2026/04/IMG_4669-scaled.jpeg') center/cover fixed; }
.funnel,.complete-card { width:min(980px,100%); min-height:650px; margin:0 auto; overflow:hidden; border:1px solid rgba(255,255,255,.6); border-radius:25px; background:rgba(255,255,255,.97); box-shadow:0 35px 90px rgba(4,26,51,.3); }
.progress-header { display:grid; grid-template-columns:36px minmax(0,1fr) 36px; align-items:center; gap:13px; padding:19px 24px; border-bottom:1px solid #edf1f6; }
.back-button { display:grid; width:34px; height:34px; place-items:center; padding:0; border:0; border-radius:50%; background:var(--sky); color:var(--blue-dark); font-size:17px; cursor:pointer; }
.back-button:disabled { opacity:0; pointer-events:none; }
.progress-header>div { height:6px; overflow:hidden; border-radius:999px; background:#e7edf4; }
.progress-header>div i { display:block; width:33.333%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--blue-dark),#58a7e9); transition:width .3s cubic-bezier(.22,1,.36,1); }
.progress-header>small { color:#8591a0; font-size:10px; font-weight:800; text-align:right; }
.funnel-step { display:grid; justify-items:center; padding:clamp(45px,6vw,68px) clamp(28px,7vw,76px) 62px; animation:step-in .35s cubic-bezier(.22,1,.36,1) both; text-align:center; }
.funnel-step h1 { max-width:650px; margin:12px 0 16px; outline:0; font-size:clamp(39px,5vw,62px); font-weight:850; letter-spacing:-.05em; line-height:1.01; }
.funnel-step>p:not(.kicker) { max-width:540px; margin:0; color:var(--muted); font-size:15px; line-height:1.65; }
.kicker { margin:0; color:var(--blue); font-size:11px; font-weight:850; letter-spacing:.17em; text-transform:uppercase; }
.primary-button { display:inline-flex; min-width:240px; min-height:58px; align-items:center; justify-content:center; gap:24px; margin-top:30px; padding:0 28px; border:0; border-radius:999px; background:var(--blue); color:#fff; font-size:14px; font-weight:850; text-decoration:none; cursor:pointer; box-shadow:0 14px 30px rgba(36,114,189,.27); transition:transform .15s,background .15s; }
.primary-button:hover { transform:translateY(-2px); background:var(--blue-dark); }
.welcome-step { grid-template-columns:minmax(0,1.05fr) minmax(290px,.95fr); gap:clamp(35px,5vw,64px); align-items:center; justify-items:stretch; padding:42px; text-align:left; }
.welcome-copy { display:grid; justify-items:start; }
.welcome-copy h1 { font-size:clamp(42px,5vw,64px); }
.welcome-copy>p:not(.kicker) { max-width:510px; margin:0; color:var(--muted); font-size:15px; line-height:1.65; }
.review-pill { display:inline-flex; align-items:center; gap:10px; margin-bottom:27px; padding:9px 13px; border:1px solid #e4e9f0; border-radius:999px; background:#fff; box-shadow:0 8px 22px rgba(16,45,78,.08); font-size:11px; }
.review-pill span { color:#f6b800; font-size:13px; letter-spacing:.06em; }
.review-pill strong { color:#354257; }
.reassurance { margin-top:16px; color:#8290a2; font-size:10px; }
.welcome-photo { position:relative; height:510px; margin:0; overflow:hidden; border-radius:19px; background:#d6e1ec; box-shadow:0 22px 50px rgba(13,50,84,.18); }
.welcome-photo img { width:100%; height:100%; object-fit:cover; }
.welcome-photo::after { position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(6,28,50,.82)); content:""; }
.welcome-photo figcaption { position:absolute; z-index:1; right:24px; bottom:23px; left:24px; display:grid; gap:4px; color:#fff; }
.welcome-photo figcaption strong { font-size:15px; }
.welcome-photo figcaption span { color:rgba(255,255,255,.82); font-size:10px; line-height:1.5; }
.question-step { padding-top:42px; }
.question-step h1 { font-size:clamp(38px,4.5vw,54px); }
.option-list { display:grid; width:min(650px,100%); grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; margin-top:30px; }
.option-list button { display:grid; min-height:102px; grid-template-columns:76px minmax(0,1fr) auto; align-items:center; gap:15px; padding:10px 15px 10px 10px; overflow:hidden; border:1px solid #dce4ee; border-radius:15px; background:#fbfdff; color:var(--ink); text-align:left; cursor:pointer; transition:border-color .15s,transform .15s,box-shadow .15s; }
.option-list button:hover { transform:translateY(-2px); border-color:#78aee0; box-shadow:0 12px 28px rgba(22,68,111,.12); }
.option-list button>img { width:76px; height:80px; border-radius:10px; object-fit:cover; }
.option-list button div { display:grid; gap:4px; }
.option-list button strong { font-size:14px; }
.option-list button small { color:#778496; font-size:10px; line-height:1.35; }
.option-list button>i { color:var(--blue); font-size:16px; font-style:normal; }
.contact-step { position:relative; justify-items:stretch; padding-top:40px; text-align:left; }
.contact-step>.kicker,.contact-step>h1,.contact-step>p { justify-self:center; text-align:center; }
.contact-step h1 { margin-bottom:12px; font-size:clamp(36px,4vw,50px); }
.contact-photo { height:112px; margin:-40px -76px 32px; overflow:hidden; }
.contact-photo img { width:100%; height:100%; object-fit:cover; object-position:center 62%; filter:saturate(.85); }
.field-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:28px; }
.field-grid label { display:grid; gap:7px; color:#3e4d61; font-size:11px; font-weight:750; }
.field-grid label small { color:#939eab; font-weight:500; }
.field-grid input,.field-grid textarea { width:100%; min-width:0; border:1px solid #d7e0ea; border-radius:11px; outline:0; background:#f9fbfd; color:var(--ink); font-size:13px; font-weight:500; transition:border-color .15s,box-shadow .15s,background .15s; }
.field-grid input { height:49px; padding:0 13px; }
.field-grid textarea { padding:12px 13px; resize:vertical; line-height:1.5; }
.field-grid input:focus,.field-grid textarea:focus { border-color:#68a2d9; background:#fff; box-shadow:0 0 0 4px rgba(36,114,189,.1); }
.field-grid input::placeholder,.field-grid textarea::placeholder { color:#a0aab6; }
.message-field { grid-column:1/-1; }
.consent-list { display:grid; gap:17px; margin-top:24px; padding-top:23px; border-top:1px solid #e5ebf2; }
.consent-list label { display:grid; grid-template-columns:20px minmax(0,1fr); align-items:start; gap:12px; color:#566477; font-size:10.5px; line-height:1.62; cursor:pointer; }
.consent-list input { width:18px; height:18px; margin:1px 0 0; accent-color:var(--blue); }
.consent-list strong { color:#2f3d50; }
.submit-button { width:100%; margin-top:27px; }
.form-policies { display:flex; align-items:center; justify-content:center; gap:9px; margin-top:17px; }
.form-policies a { color:#1468bf; font-size:12px; text-underline-offset:3px; }
.form-policies span { color:#8d98a5; }
.preview-note { margin-top:12px; color:#969faa; font-size:9px; text-align:center; }
.form-status { min-height:18px; margin:12px 0 0; color:#a52a2a; font-size:11px; font-weight:700; text-align:center; }
.submit-button:disabled { cursor:wait; opacity:.72; transform:none; }
.complete-card { display:grid; grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr); align-items:stretch; text-align:center; }
.complete-card>img { width:100%; height:100%; min-height:650px; object-fit:cover; }
.complete-card>div { display:grid; justify-items:center; align-content:center; padding:50px; }
.complete-card>div>span { display:grid; width:64px; height:64px; margin-bottom:25px; place-items:center; border-radius:50%; background:var(--blue); color:#fff; font-size:26px; }
.complete-card h1 { margin:12px 0 14px; outline:0; font-size:clamp(40px,5vw,58px); font-weight:850; letter-spacing:-.045em; }
.complete-card p:not(.kicker) { max-width:470px; margin:0; color:var(--muted); line-height:1.65; }
.receipt { margin-top:14px; color:#7a8797; font-size:9px; }
.site-footer { display:grid; grid-template-columns:minmax(240px,1fr) auto; align-items:end; gap:24px; padding:45px clamp(24px,6vw,90px); border-top:1px solid #d9e3ed; background:#f1f6fb; }
.site-footer>div { display:grid; gap:5px; }
.site-footer strong { font-size:16px; }
.site-footer span { color:var(--muted); font-size:11px; }
.site-footer>small { grid-column:1/-1; padding-top:18px; border-top:1px solid #d9e3ed; color:#818d9b; font-size:9px; }
.policy-page { min-height:70vh; padding-top:102px; }
.policy-page>header { padding:clamp(65px,8vw,104px) clamp(24px,10vw,150px); background:linear-gradient(125deg,#f6faff,#e7f2fd); }
.policy-page>header h1 { margin:14px 0; font-size:clamp(48px,7vw,82px); font-weight:850; letter-spacing:-.05em; }
.policy-page>header>p:last-child { margin:0; color:var(--muted); font-size:12px; }
.policy-layout { display:grid; width:min(1160px,calc(100% - 40px)); grid-template-columns:220px minmax(0,720px); justify-content:center; gap:clamp(38px,8vw,110px); margin:0 auto; padding:clamp(55px,8vw,100px) 0; }
.policy-layout aside { position:sticky; top:30px; display:grid; height:max-content; gap:12px; padding-left:18px; border-left:2px solid var(--line); }
.policy-layout aside strong { margin-bottom:5px; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.policy-layout aside a { color:var(--muted); font-size:12px; text-decoration:none; }
.policy-layout article>p { margin:0 0 42px; color:#4f5e70; font-size:19px; line-height:1.7; }
.policy-layout article section { padding:30px 0; border-top:1px solid var(--line); scroll-margin-top:30px; }
.policy-layout article h2 { margin:0 0 13px; font-size:27px; font-weight:800; letter-spacing:-.025em; }
.policy-layout article section p,.policy-layout article li { color:#5c6a7c; font-size:13px; line-height:1.8; }
.policy-layout article section p { margin:0 0 13px; }
.policy-layout article section p:last-child { margin-bottom:0; }
.policy-layout article ul { display:grid; gap:5px; margin:14px 0; padding-left:21px; }
.policy-layout article a { color:var(--blue); font-weight:750; text-underline-offset:3px; }
.policy-callout { margin:18px 0; padding:20px 22px; border-left:4px solid var(--blue); border-radius:0 12px 12px 0; background:#edf6ff; }
.policy-callout strong { color:#174d80; font-size:13px; }
.policy-callout p { margin-top:6px !important; color:#4f657d !important; }
.not-found { display:grid; min-height:100vh; place-items:center; align-content:center; padding:30px; text-align:center; }
.not-found h1 { margin:12px 0; font-size:52px; font-weight:850; }
@keyframes step-in { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:780px) { .welcome-step { grid-template-columns:1fr; } .welcome-photo { height:310px; } .option-list { grid-template-columns:1fr; } .complete-card { grid-template-columns:1fr; } .complete-card>img { height:280px; min-height:0; } .policy-layout { grid-template-columns:1fr; } .policy-layout aside { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); } .policy-layout aside strong { grid-column:1/-1; } .site-footer { grid-template-columns:1fr; } .site-footer nav { justify-content:flex-start; } .site-footer>small { grid-column:auto; } }
@media (max-width:560px) {
  .site-header { top:10px; width:calc(100% - 20px); min-height:66px; padding:7px 8px 7px 14px; border-radius:14px; } .wordmark img { width:112px; height:45px; } .site-header nav>a:not(.header-cta) { display:none; } .site-header nav .header-cta { min-height:42px; padding:0 15px; font-size:11px; }
  .funnel-page { padding:87px 7px 36px; background-attachment:scroll; } .funnel,.complete-card { min-height:calc(100vh - 100px); border-radius:19px; } .progress-header { padding:14px 15px; }
  .funnel-step { padding:35px 18px 42px; } .welcome-step { gap:28px; padding:22px 18px 35px; } .welcome-copy h1,.funnel-step h1 { font-size:37px; } .welcome-copy>p:not(.kicker),.funnel-step>p:not(.kicker) { font-size:13px; } .review-pill { margin-bottom:22px; } .primary-button { width:100%; } .welcome-photo { height:270px; }
  .question-step { padding-top:27px; } .question-step h1 { font-size:35px; } .option-list { margin-top:24px; } .option-list button { min-height:88px; grid-template-columns:66px minmax(0,1fr) auto; } .option-list button>img { width:66px; height:66px; }
  .contact-step { padding-top:27px; } .contact-photo { height:92px; margin:-27px -18px 26px; } .contact-step h1 { font-size:34px; } .field-grid { grid-template-columns:1fr; margin-top:24px; } .message-field { grid-column:auto; } .consent-list label { font-size:10px; } .complete-card>div { padding:35px 22px; }
  .policy-page { padding-top:77px; } .policy-page>header { padding-inline:20px; } .policy-layout { width:min(100% - 30px,1160px); }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; } }
