:root{--primary:#2456b8;--accent:#ffd45c;--paper:#fbfdff;--ink:#203b67;--muted:#54677f;--line:#dbe5f2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button,input,select,textarea{outline-offset:5px}a:focus-visible,button:focus-visible{outline:3px solid var(--accent)}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.header{height:112px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:30px;font-weight:700;letter-spacing:-1.4px}.brandmark{width:40px;height:40px;background:var(--accent);color:var(--primary);border-radius:50%;font-size:32px;line-height:36px;text-align:center;letter-spacing:-3px;padding-right:3px}.brand-dot{font-size:12px;align-self:flex-start;margin-top:10px;margin-left:-6px}.header nav{display:flex;gap:34px;font-size:14px;font-weight:600}.header nav a:hover,.email-link:hover{text-decoration:underline}.button{display:inline-flex;justify-content:center;align-items:center;gap:27px;min-height:56px;padding:15px 24px;border:0;border-radius:7px;background:var(--accent);color:#203b67;font-weight:700;font-size:15px;cursor:pointer;transition:background .18s,transform .18s}.button:hover{background:#ffe18a;transform:translateY(-2px)}.button span{font-size:24px;line-height:1}.button.small{min-height:45px;padding:10px 20px;font-size:14px}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:38px;padding-top:34px;padding-bottom:64px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 23px;display:flex;align-items:center;gap:10px}.eyebrow>span{width:8px;height:8px;background:var(--accent);border-radius:50%}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:-1.4px;font-weight:700;line-height:.98}h1{font-size:clamp(64px,6.7vw,98px);margin-bottom:26px}h1 em,h2 em{color:#3470c9;font-style:normal}h1 em{white-space:nowrap}h2{font-size:64px;margin-bottom:24px}.intro{font-size:18px;color:var(--muted);max-width:445px;line-height:1.7;margin-bottom:30px}.hero-actions{display:flex;gap:23px;align-items:center}.rate{font-size:13px;line-height:1.6;white-space:nowrap}.rate strong{font-size:21px}.rate small{font-size:12px;color:var(--muted)}.hero-note{font-size:12px;color:var(--muted);margin-top:25px;display:flex;align-items:center;gap:9px}.check{border:1px solid #b7cbe5;display:inline-flex;border-radius:50%;width:19px;height:19px;align-items:center;justify-content:center;flex-shrink:0}.hero-visual{height:535px;position:relative;border-radius:16px;overflow:hidden;background:#dfedfb}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.photo-label{position:absolute;bottom:27px;left:25px;display:flex;align-items:center;gap:10px;background:#fff4ce;padding:14px 18px;border-radius:7px;transform:rotate(-5deg);font-size:12px;line-height:1.4;letter-spacing:1px;box-shadow:0 3px 10px #0001}.photo-label strong{font-size:15px}.label-spark{color:var(--primary);font-size:45px;line-height:1}.image-caption{position:absolute;top:18px;right:20px;height:fit-content;color:white;background:#2456b8dd;padding:6px 12px;border-radius:30px;font-size:12px}.sport-strip{background:#d9edff;color:var(--ink);padding:23px 0;overflow:hidden}.strip-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;white-space:nowrap;font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:600;letter-spacing:1px}.strip-inner b{color:#3470c9;font-size:25px}.section{padding-top:96px;padding-bottom:96px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:60px;margin-bottom:34px}.section-heading>p{max-width:400px;color:var(--muted);line-height:1.8}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;border-top:1px solid var(--line);padding-top:32px}.step-number{font-size:12px;font-weight:700;letter-spacing:1px;color:#5f7590}.steps h3{font-size:22px;letter-spacing:-.6px;margin:15px 0 12px}.steps p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:0}.pricing-section{background:#eaf4ff;padding:82px 0}.pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.pricing-text{max-width:430px;color:var(--muted)}.included{list-style:none;padding:0;margin:24px 0;display:grid;grid-template-columns:1fr 1fr;gap:14px;font-size:14px}.included li:before{content:'✓';color:var(--primary);margin-right:9px}.detail{font-size:13px;color:var(--muted);max-width:430px;line-height:1.8}.price-card{background:var(--paper);border-radius:16px;border:1px solid #d5e5f7;padding:32px;box-shadow:0 15px 40px #2456b808}.card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;font-weight:700;letter-spacing:1px}.pill{font-size:12px;background:#fff0be;padding:5px 9px;border-radius:30px;letter-spacing:.5px}.big-price{font-family:'Barlow Condensed',sans-serif;font-size:86px;line-height:1.2;margin:20px 0}.big-price span{font-family:'DM Sans',sans-serif;font-size:14px;color:var(--muted)}.estimate-controls,.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:14px;font-weight:600}input,select,textarea{width:100%;border:1px solid #bccfe4;border-radius:6px;background:var(--paper);padding:13px;color:var(--ink);margin-top:7px;min-height:49px;font-size:14px}textarea{resize:vertical;line-height:1.6}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary)}.total-row{border-top:1px solid var(--line);padding:22px 0;margin-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:14px}.total-row small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.total-row output{font-size:32px;font-weight:700}.wide{width:100%;justify-content:space-between}.fine-print{font-size:12px;line-height:1.6;color:var(--muted);margin:13px 0 0}.contact-section{display:grid;grid-template-columns:1fr 1.1fr;gap:110px}.contact-copy h2{font-size:76px}.contact-copy>p:not(.eyebrow):not(.detail){color:var(--muted);max-width:350px}.email-link{font-size:16px;font-weight:600;border-bottom:1px solid #bccfe4;padding-bottom:8px;display:inline-flex;gap:18px;margin:12px 0 20px;overflow-wrap:anywhere}form>.form-row,form>label{margin-bottom:19px}.optional{font-size:12px;font-weight:400;color:var(--muted)}.request-summary{font-size:13px;margin:16px 0;color:var(--muted)}#form-status{font-size:14px;margin:12px 0 0}footer{background:var(--primary);color:var(--paper)}.footer-inner{padding:32px 0;display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-inner .brand{font-size:26px}.footer-inner p{margin:0;font-size:14px;color:#dae8ff}.footer-inner>span{font-size:12px;color:#dae8ff}@media(min-width:1550px){.hero{padding-top:65px;padding-bottom:85px}.hero-visual{height:580px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.hero{gap:24px}.hero-visual{height:500px}h1{font-size:72px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.rate br{display:none}.rate small{margin-left:6px}.pricing-layout,.contact-section{gap:50px}.included{grid-template-columns:1fr}.steps{gap:25px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{height:88px;gap:12px}.brand{font-size:25px}.brandmark{width:34px;height:34px;font-size:28px;line-height:30px}.header nav{display:none}.header .button{padding:8px 13px;font-size:13px;gap:15px}.hero{grid-template-columns:1fr;padding-top:23px;padding-bottom:35px;gap:32px}h1{font-size:clamp(58px,12vw,86px)}.eyebrow{font-size:12px;letter-spacing:1.5px;margin-bottom:20px}.intro{font-size:16px;margin-bottom:23px}.hero-actions{flex-direction:row;align-items:center;gap:15px}.hero-actions .button{font-size:13px;padding:13px 15px;gap:15px}.rate br{display:block}.rate small{margin:0;font-size:12px}.hero-note{font-size:12px}.hero-visual{height:410px}.strip-inner{font-size:21px;width:max-content;gap:27px;padding:0 20px}.sport-strip{padding:18px 0}.section{padding-top:64px;padding-bottom:64px}.section-heading{display:block;margin-bottom:30px}h2{font-size:54px}.section-heading>p{font-size:15px}.steps{grid-template-columns:1fr;gap:27px}.steps article{padding-bottom:25px;border-bottom:1px solid var(--line)}.steps article:last-child{padding:0;border:0}.steps h3{margin-top:9px}.pricing-section{padding:55px 0}.pricing-layout,.contact-section{grid-template-columns:1fr;gap:30px}.price-card{padding:25px}.included{grid-template-columns:1fr 1fr;font-size:13px}.contact-copy h2{font-size:64px}.contact-copy h2 br:last-of-type{display:none}.footer-inner{flex-wrap:wrap;gap:17px}.footer-inner p{font-size:12px}.footer-inner>span{width:100%}.form-row{gap:12px}input,select,textarea{font-size:16px}.email-link{font-size:15px}.card-top{font-size:12px}.pill{font-size:12px}}@media(max-width:380px){.hero-actions{flex-direction:column;align-items:flex-start}.rate br{display:none}.hero-visual{height:340px}.included,.form-row{grid-template-columns:1fr}.brand-dot{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Accessible navigation and comfortable small-screen reading. */
.skip-link{position:absolute;top:8px;left:16px;transform:translateY(-150%);background:var(--primary);color:white;padding:12px 20px;border-radius:6px;z-index:10}.skip-link:focus{transform:translateY(0)}
@media(max-width:760px){.header{height:auto;min-height:112px;flex-wrap:wrap;padding-top:18px;padding-bottom:12px;row-gap:8px}.header nav{display:flex;order:3;width:100%;justify-content:center;gap:30px;font-size:14px}.header nav a{padding:8px 0}.hero-actions{flex-wrap:wrap}.rate{white-space:normal}.rate small{font-size:12px}.hero-note{font-size:12px}.strip-inner{width:100%;flex-wrap:wrap;justify-content:center;gap:10px 22px;font-size:20px;white-space:normal}.strip-inner b{display:none}.card-top{flex-wrap:wrap}.included{font-size:14px}.section-heading>p{font-size:16px}}

.direct-contact{margin:24px 0}.direct-contact h3{font-size:18px;margin-bottom:12px}.phone-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:8px 0}.phone-number{font-size:19px;font-weight:700;display:inline-flex;align-items:center;min-height:44px}.phone-number:hover{text-decoration:underline}.text-link{font-size:14px;font-weight:700;min-height:44px;display:inline-flex;align-items:center;padding:6px 14px;border-radius:6px;background:#eaf4ff;color:var(--primary)}.text-link:hover{background:#d9edff}.footer-about{font-size:14px;text-decoration:underline}.header nav a[aria-current=page]{color:var(--primary);text-decoration:underline;text-underline-offset:6px}.about-hero{padding-top:65px;padding-bottom:65px;max-width:1000px}.about-hero h1{font-size:clamp(64px,7vw,98px)}.about-intro{max-width:560px;font-size:22px;line-height:1.6;color:var(--muted);margin-bottom:0}.about-story,.about-contact{padding:72px 0;background:#eaf4ff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.story-copy p,.about-contact p{font-size:17px;color:var(--muted);line-height:1.8}.story-copy p:last-child{margin-bottom:0}.about-contact .direct-contact{margin-top:0}.about-contact .text-link{background:white}.about-contact .button{margin-top:10px}@media(max-width:1000px){.header nav{gap:20px}.about-grid{gap:35px}}@media(max-width:760px){.header nav{flex-wrap:wrap;column-gap:22px;row-gap:0}.about-hero{padding-top:40px;padding-bottom:45px}.about-intro{font-size:19px}.about-grid{grid-template-columns:1fr;gap:25px}.about-story,.about-contact{padding:45px 0}.about-hero h1 em{white-space:normal}.phone-number{font-size:18px}.footer-inner{flex-wrap:wrap}}

.hero-visual{height:auto;aspect-ratio:1}.hero-visual>img{object-position:center}

@media(min-width:761px) and (max-width:1000px){.header{height:auto;flex-wrap:wrap;padding-top:20px;padding-bottom:12px;row-gap:6px}.header nav{order:3;width:100%;justify-content:center;gap:24px}.header nav a{padding:8px 0}}
