/*
Theme Name: Home Pros Agency
Theme URI: https://homeprosagency.com
Author: Home Pros Agency
Description: Custom lead-generation website for Home Pros Agency.
Version: 1.2.3
Text Domain: home-pros-agency
*/

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/manrope-latin.woff2') format('woff2');
}

:root {
  --ink: #10465e;
  --ink-deep: #0a3548;
  --lime: #a9d040;
  --lime-light: #c7e66f;
  --cream: #fffbf0;
  --paper: #fffefa;
  --muted: #617681;
  --line: rgba(16, 70, 94, .14);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; border-radius: 8px; background: white; color: var(--ink-deep); font-weight: 900; box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.skip-link:focus { top: 16px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #6f970f; outline-offset: 3px; }
.trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.admin-bar .site-header { top: 32px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 86px; display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 28px; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid rgba(16,70,94,.1); background: rgba(255,251,240,.94); backdrop-filter: blur(16px); }
.brand { width: 245px; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.site-header nav { justify-self: center; display: flex; gap: clamp(22px,3vw,42px); font-size: 14px; font-weight: 700; }
.site-header nav a { transition: color 180ms ease; }
.site-header nav a:hover { color: #709b13; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; border-radius: 999px; background: var(--ink); color: white; font-size: 14px; font-weight: 800; transition: transform 180ms ease, background 180ms ease; }
.nav-cta:hover { background: var(--ink-deep); transform: translateY(-1px); }

.hero { position: relative; overflow: hidden; min-height: 720px; background: var(--ink); color: white; }
.hero::after { content: ''; position: absolute; width: 560px; height: 560px; right: -280px; top: -240px; border: 95px solid rgba(169,208,64,.13); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right,black,transparent 62%); }
.hero-inner { position: relative; z-index: 2; width: min(1440px,calc(100% - 48px)); min-height: 720px; margin: 0 auto; padding: 86px 0 78px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(430px,.88fr); align-items: center; gap: clamp(64px,8vw,132px); }
.eyebrow, .kicker { margin: 0 0 20px; color: #567b08; font-size: 13px; line-height: 1.2; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: var(--lime-light); display: flex; align-items: center; gap: 11px; }
.eyebrow span { display: inline-block; width: 30px; height: 2px; background: var(--lime); }
.hero h1 { max-width: 830px; margin: 0; font-size: clamp(52px,6.6vw,102px); line-height: .96; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { display: block; color: var(--lime); }
.hero-lede { max-width: 670px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: clamp(18px,1.6vw,22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 23px; border-radius: 999px; font-size: 15px; font-weight: 900; transition: transform 180ms ease,box-shadow 180ms ease,background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--ink-deep); box-shadow: 0 14px 40px rgba(169,208,64,.2); }
.button-lime:hover { background: var(--lime-light); box-shadow: 0 18px 44px rgba(169,208,64,.25); }
.text-link { color: white; font-size: 15px; font-weight: 800; }
.text-link span { margin-left: 5px; color: var(--lime); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 40px; color: rgba(255,255,255,.68); font-size: 13px; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.hero-proof b { color: var(--lime); }

.growth-card { position: relative; padding: clamp(25px,3vw,38px); border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(8,48,65,.82); box-shadow: 0 34px 80px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.growth-card::before { content: ''; position: absolute; inset: -1px; z-index: -1; border-radius: 26px; background: linear-gradient(145deg,rgba(169,208,64,.45),transparent 32%); }
.growth-card-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.micro-label { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.growth-card h2 { margin: 8px 0 0; font-size: clamp(27px,3vw,38px); line-height: 1.1; letter-spacing: -.035em; }
.pulse { height: fit-content; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.66); font-size: 11px; white-space: nowrap; }
.pulse span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(169,208,64,.12); }
.lead-path { padding: 26px 0 22px; }
.path-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; }
.path-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); color: var(--lime-light); font-weight: 900; }
.path-row strong, .path-row small { display: block; }
.path-row strong { font-size: 15px; }
.path-row small { margin-top: 1px; color: rgba(255,255,255,.5); font-size: 12px; }
.path-state { padding: 4px 8px; border-radius: 6px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.path-row.active .path-icon, .path-row.active .path-state { background: var(--lime); color: var(--ink-deep); }
.path-line { width: 1px; height: 22px; margin-left: 20px; background: rgba(255,255,255,.15); position: relative; }
.path-line span { position: absolute; left: -2px; bottom: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.card-note { display: flex; gap: 12px; align-items: flex-start; padding: 17px 18px; border-radius: 14px; background: rgba(169,208,64,.1); color: rgba(255,255,255,.64); }
.card-note > span { color: var(--lime); }
.card-note p { margin: 0; font-size: 12px; line-height: 1.55; }
.card-note strong { color: white; }

.industry-strip { padding: 28px clamp(24px,5vw,76px); border-bottom: 1px solid var(--line); background: var(--cream); }
.industry-strip > p { margin: 0 0 16px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.industry-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.industry-list span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.56); color: var(--ink); font-size: 13px; font-weight: 800; }
.section { width: min(1320px,calc(100% - 48px)); margin-inline: auto; }
.services { padding-block: clamp(90px,10vw,150px); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.58fr); gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .difference h2, .process h2, .outcomes h2, .contact h2 { margin: 0; font-size: clamp(38px,5vw,68px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.service-card { min-height: 292px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform 180ms ease,box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(16,70,94,.09); }
.service-card.featured { background: var(--lime); border-color: var(--lime); }
.service-top { min-height: 47px; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--cream); color: var(--ink); font-size: 22px; font-weight: 900; }
.service-card.featured .service-icon { background: var(--ink); color: white; }
.service-label { padding: 5px 8px; border-radius: 6px; background: rgba(16,70,94,.11); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin: 30px 0 8px; font-size: 25px; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }
.service-card.featured p { color: rgba(10,53,72,.78); }
.service-card a { display: flex; gap: 8px; align-items: center; margin-top: auto; padding-top: 20px; font-size: 13px; font-weight: 900; }

.difference { background: var(--ink); color: white; }
.difference-inner { padding-block: clamp(90px,10vw,148px); display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(70px,10vw,150px); align-items: start; }
.kicker.light { color: var(--lime); }
.difference-copy > p:not(.kicker) { max-width: 570px; margin: 28px 0 34px; color: rgba(255,255,255,.66); font-size: 18px; }
.button-outline { border: 1px solid rgba(255,255,255,.3); color: white; }
.button-outline:hover { border-color: var(--lime); }
.difference-points { border-top: 1px solid rgba(255,255,255,.14); }
.difference-points article { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.difference-points article > span { color: var(--lime); font-size: 13px; font-weight: 900; }
.difference-points h3 { margin: 0 0 7px; font-size: 21px; }
.difference-points p { margin: 0; color: rgba(255,255,255,.59); font-size: 15px; }

.process { padding-block: clamp(92px,11vw,160px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px,9vw,130px); }
.process-intro > p:last-child { max-width: 450px; margin-top: 23px; color: var(--muted); font-size: 17px; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 58px minmax(180px,.72fr) 1fr; gap: 20px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-number { color: #567b08; font-size: 13px; font-weight: 900; }
.process-list h3 { margin: 0; font-size: 20px; line-height: 1.3; }
.process-list p { margin: 0; color: var(--muted); font-size: 15px; }
.outcomes { margin-bottom: clamp(90px,10vw,150px); padding: clamp(42px,6vw,75px); display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; border-radius: 28px; background: var(--cream); }
.spark { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--lime); font-size: 20px; }
.outcomes h2 { font-size: clamp(46px,5.6vw,78px); }
.outcome-list { display: grid; gap: 12px; }
.outcome-list div { display: flex; align-items: center; gap: 16px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.65); font-size: 15px; font-weight: 800; }
.outcome-list div > span:first-child { flex: 0 0 auto; color: #79a415; font-size: 21px; }

.contact { position: relative; overflow: hidden; margin-bottom: 24px; padding: clamp(38px,5vw,70px); display: grid; grid-template-columns: minmax(0,.78fr) minmax(520px,1.22fr); gap: clamp(55px,8vw,110px); align-items: center; border-radius: 28px; background: var(--lime); color: var(--ink-deep); }
.contact-mark { width: 108px; height: 108px; margin-bottom: 34px; padding: 17px; border: 1px solid rgba(16,70,94,.08); border-radius: 23px; overflow: hidden; background: var(--paper); box-shadow: 0 24px 60px rgba(16,70,94,.12); }
.contact-mark img { width: 100%; height: 100%; object-fit: contain; }
.contact .kicker { color: var(--ink); }
.contact h2 { max-width: 620px; }
.contact-copy > p { max-width: 570px; margin: 22px 0 0; color: var(--ink-deep); font-size: 17px; }
.contact-assurances { display: grid; gap: 9px; margin-top: 30px; font-size: 14px; font-weight: 800; }
.contact-assurances span { display: flex; align-items: center; gap: 8px; }
.lead-form, .form-success { position: relative; padding: clamp(28px,4vw,46px); border-radius: 22px; background: var(--paper); box-shadow: 0 32px 80px rgba(10,53,72,.16); }
.form-heading { margin-bottom: 26px; }
.form-eyebrow { margin: 0 0 6px; color: #567b08; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3, .form-success h3 { margin: 0; color: var(--ink); font-size: 27px; line-height: 1.2; letter-spacing: -.025em; }
.form-heading > p:last-child, .form-success > p:not(.form-eyebrow) { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.form-field { display: grid; gap: 7px; }
.form-field-wide { grid-column: 1/-1; }
.form-field label { color: var(--ink); font-size: 13px; font-weight: 800; }
.lead-input, .lead-select, .lead-textarea { width: 100%; border: 1px solid rgba(16,70,94,.18); border-radius: 10px; background: white; color: var(--ink); }
.lead-input, .lead-select { height: 46px; padding: 0 13px; font-size: 14px; }
.lead-select { appearance: auto; }
.lead-textarea { min-height: 104px; padding: 12px 13px; resize: vertical; font-size: 14px; }
.lead-input:focus-visible, .lead-select:focus-visible, .lead-textarea:focus-visible { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(16,70,94,.11); outline: none; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 19px; }
.consent-row input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--ink); }
.consent-row label { color: #586b74; font-size: 11px; font-weight: 600; line-height: 1.55; }
.consent-row a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.lead-submit { width: 100%; height: 54px; margin-top: 20px; border-radius: 999px; background: var(--ink); color: white; font-size: 15px; font-weight: 900; }
.lead-submit:hover { background: var(--ink-deep); }
.form-privacy { margin: 12px 0 0; color: #586b74; font-size: 11px; text-align: center; }
.form-error { margin: -10px 0 20px; padding: 10px 12px; border-left: 3px solid #bd3f32; background: #fff1ef; color: #8b2e25; font-size: 13px; font-weight: 700; }
.form-success { min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.form-success > span { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 28px; font-weight: 900; }
.form-reset { display: inline-flex; align-items: center; min-height: 42px; margin-top: 25px; padding: 0 18px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; font-weight: 800; }

footer { width: min(1320px,calc(100% - 48px)); margin: 0 auto; padding: 55px 0 32px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; border-top: 1px solid var(--line); }
.footer-brand img { width: 220px; height: auto; }
.footer-brand p { max-width: 380px; margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 26px; font-size: 13px; font-weight: 800; }
.footer-link-button { margin: 0; padding: 0; background: transparent; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.copyright { grid-column: 1/-1; margin: 35px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.cookie-banner { position: fixed; z-index: 999; right: 22px; bottom: 22px; left: 22px; width: min(760px,calc(100% - 44px)); margin-left: auto; padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: #0a3548; color: white; box-shadow: 0 24px 70px rgba(4,31,43,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-copy strong { display: block; margin-bottom: 4px; font-size: 16px; }
.cookie-banner-copy p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.55; }
.cookie-banner-copy a { display: inline-block; margin-top: 7px; color: var(--lime-light); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 9px; }
.cookie-button { min-height: 43px; padding: 0 15px; border-radius: 999px; white-space: nowrap; font-size: 12px; font-weight: 900; }
.cookie-reject { border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; }
.cookie-accept { background: var(--lime); color: var(--ink-deep); }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { width: min(1080px,calc(100% - 48px)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-header .brand { width: 218px; }
.legal-back { color: var(--ink); font-size: 13px; font-weight: 900; }
.legal-content { width: min(780px,calc(100% - 48px)); margin: 0 auto; padding: clamp(70px,9vw,120px) 0 110px; }
.legal-content h1 { margin: 12px 0 10px; color: var(--ink-deep); font-size: clamp(48px,7vw,82px); line-height: .98; letter-spacing: -.055em; }
.legal-updated { margin: 0 0 45px !important; color: #7c8c93 !important; font-size: 13px !important; }
.legal-content h2 { margin: 42px 0 12px; color: var(--ink); font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #465b65; font-size: 16px; line-height: 1.78; }
.legal-content p { margin: 0 0 18px; }
.legal-content ul { margin: 0 0 20px; padding-left: 24px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: #567b08; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 240px 1fr; }
  .site-header nav { display: none; }
  .nav-cta { justify-self: end; }
  .hero-inner { grid-template-columns: 1fr; gap: 62px; }
  .hero-copy { max-width: 860px; }
  .growth-card { max-width: 680px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .difference-inner, .process { grid-template-columns: 1fr; }
  .process-intro { max-width: 700px; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { max-width: 720px; }
  .lead-form, .form-success { width: 100%; }
}

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

@media (max-width: 760px) {
  .site-header { height: 72px; grid-template-columns: 190px 1fr; padding-inline: 18px; }
  .brand { width: 185px; }
  .nav-cta { width: 42px; height: 42px; padding: 0; justify-content: center; border-radius: 50%; font-size: 0; }
  .nav-cta span { font-size: 20px; }
  .hero { min-height: auto; }
  .hero-inner { width: min(100% - 36px,1320px); min-height: auto; padding: 72px 0 64px; }
  .hero h1 { font-size: clamp(47px,14vw,72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { flex-direction: column; gap: 8px; }
  .growth-card-head { flex-direction: column; }
  .pulse { align-self: flex-start; }
  .path-row { grid-template-columns: 42px 1fr; }
  .path-state { grid-column: 2; width: fit-content; }
  .industry-strip { padding-inline: 18px; }
  .section { width: min(100% - 36px,1320px); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .difference-inner { gap: 55px; }
  .process-list article { grid-template-columns: 42px 1fr; }
  .process-list p { grid-column: 2; }
  .outcomes { grid-template-columns: 1fr; gap: 45px; padding: 36px 24px; }
  .contact { grid-template-columns: 1fr; gap: 38px; padding: 32px 20px; }
  .contact-mark { width: 88px; height: 88px; border-radius: 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .lead-form, .form-success { padding: 25px 20px; }
  footer { width: min(100% - 36px,1320px); grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; gap: 18px; }
  .legal-header, .legal-content { width: min(100% - 36px,1080px); }
  .legal-header { height: 76px; }
  .legal-header .brand { width: 178px; }
  .legal-content { padding-top: 62px; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; gap: 17px; padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-button { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
