@charset "UTF-8";

/* ============================================================================
 * KeyNow Locksmith — PPC landing-page stylesheet.
 *
 * Visually distinct from the organic-site design system (`/assets/css/styles.css`).
 * All tokens are namespaced with a `--p-` prefix so the two systems coexist
 * without collision, and chamfer clip-path is reserved for `.btn--primary` alone
 * to keep the editorial feel restrained.
 *
 * Hero uses a layered image + gradient background; each fold carries a single
 * primary CTA. Layout scales from mobile-first through small, medium, and
 * large breakpoints.
 *
 * Sections:
 *   1. Tokens and root typography
 *   2. Layout scaffolding + container sizing
 *   3. Fixed call bar and hero
 *   4. Service detail, bullets, reviews, FAQ
 *   5. Quote form
 *   6. Sticky mobile CTA
 *   7. Footer and thank-you page
 *   8. Responsive breakpoints
 * ============================================================================ */

:root {
    --p-green:        #0e8043;
    --p-green-hover:  #0a6634;
    --p-green-dark:   #074a25;
    --p-green-soft:   #e8f3ec;
    --p-accent:       #b6d881;
    --p-navy:         #0c1020;
    --p-navy-2:       #161b30;
    --p-navy-3:       #2a304a;
    --p-ink:          #0f1325;
    --p-text:         #1f2433;
    --p-muted:        #5a6275;
    --p-muted-2:      #7c8497;
    --p-line:         #e6e8ee;
    --p-line-2:       #d6dae3;
    --p-bg:           #ffffff;
    --p-bg-alt:       #f7f8fb;
    --p-bg-cream:     #fafaf6;
    --p-on-dark:      rgba(255,255,255,.86);
    --p-on-dark-mute: rgba(255,255,255,.66);
    --p-on-dark-line: rgba(255,255,255,.14);
    --p-gold:         #c8932b;
    --p-danger:       #b91c1c;

    --p-shadow-1: 0 1px 2px rgba(15,19,37,.06), 0 1px 1px rgba(15,19,37,.04);
    --p-shadow-2: 0 4px 14px rgba(15,19,37,.07), 0 1px 3px rgba(15,19,37,.05);
    --p-shadow-3: 0 14px 40px rgba(15,19,37,.10), 0 4px 12px rgba(15,19,37,.06);
    --p-shadow-cta: 0 10px 28px rgba(14,128,67,.32), 0 2px 6px rgba(14,128,67,.18);
    --p-shadow-inner: inset 0 0 0 1px var(--p-line);

    --p-container: 1200px;
    --p-container-narrow: 980px;

    --p-font-h: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --p-font-b: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    --p-chamfer: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);

    --p-r-sm: 6px;
    --p-r-md: 10px;
    --p-r-lg: 16px;
    --p-r-xl: 22px;

    --p-sp-1: 8px;
    --p-sp-2: 16px;
    --p-sp-3: 24px;
    --p-sp-4: 32px;
    --p-sp-5: 44px;
    --p-sp-6: 56px;
    --p-sp-7: 72px;
    --p-sp-8: 96px;
    --p-section-py: clamp(64px, 8vw, 112px);

    --p-t-fast: 160ms cubic-bezier(.4,0,.2,1);
    --p-t-base: 240ms cubic-bezier(.4,0,.2,1);
    --p-t-slow: 420ms cubic-bezier(.22,1,.36,1);

    --p-call-bar-h: 64px;
    --p-mob-cta-h: 76px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--p-call-bar-h) + 12px);
}
body {
    font-family: var(--p-font-b);
    background: var(--p-bg);
    color: var(--p-text);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    padding-top: var(--p-call-bar-h);
}
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
button { cursor: pointer; background: none; border: none; }

::selection { background: rgba(14,128,67,.18); color: var(--p-ink); }

.ppc-skip {
    position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
}
.ppc-skip:focus {
    position: fixed; top: 12px; left: 12px;
    width: auto; height: auto; overflow: visible;
    z-index: 10000;
    background: var(--p-green);
    color: #fff;
    padding: 12px 18px;
    font-weight: 700;
    border-radius: var(--p-r-sm);
    box-shadow: var(--p-shadow-3);
}

a:focus-visible, button:focus-visible,
input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 3px solid var(--p-green);
    outline-offset: 2px;
    border-radius: 3px;
}

h1, h2, h3, h4 {
    font-family: var(--p-font-h);
    color: var(--p-ink);
    line-height: 1.12;
    letter-spacing: -0.018em;
    font-weight: 800;
}
h1 {
    font-size: clamp(2.05rem, 5.6vw, 3.4rem);
    letter-spacing: -0.025em;
    line-height: 1.05;
}
h2 {
    font-size: clamp(1.55rem, 3.8vw, 2.4rem);
    letter-spacing: -0.02em;
}
h3 { font-size: clamp(1.1rem, 2vw, 1.32rem); letter-spacing: -0.01em; }
h4 { font-size: 1.02rem; }
p  { margin: 0; }
strong { font-weight: 700; color: var(--p-ink); }

.container {
    width: 100%;
    max-width: var(--p-container);
    margin: 0 auto;
    padding: 0 20px;
}
.container--narrow { max-width: var(--p-container-narrow); }
@media (min-width: 768px) {
    .container { padding: 0 32px; }
}
@media (min-width: 1280px) {
    .container { padding: 0 40px; }
}
section { scroll-margin-top: calc(var(--p-call-bar-h) + 16px); }

.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--p-font-b);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--p-green);
}
.eyebrow::before {
    content: ''; width: 22px; height: 1px; background: var(--p-green);
}
.eyebrow--light { color: var(--p-accent); }
.eyebrow--light::before { background: var(--p-accent); }
.eyebrow--muted { color: var(--p-muted); }
.eyebrow--muted::before { background: var(--p-muted-2); }

.lead { color: var(--p-muted); font-size: 1.06rem; line-height: 1.7; max-width: 60ch; }

.call-bar {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(12,16,32,.92);
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: background var(--p-t-base);
}
.call-bar__inner {
    max-width: var(--p-container);
    margin: 0 auto;
    padding: 0 16px;
    height: var(--p-call-bar-h);
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
}
.call-bar__brand {
    display: inline-flex; align-items: center; gap: 10px;
    font-weight: 700; font-size: 0.96rem;
    color: #fff;
    letter-spacing: -0.01em;
}
.call-bar__brand-logo {
    height: 30px; width: auto;
    filter: brightness(1.05) contrast(1.05);
}
.call-bar__brand-name {
    position: absolute;
    width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.call-bar__meta {
    display: none;
    font-size: 0.78rem;
    color: var(--p-on-dark-mute);
    letter-spacing: 0.02em;
}
.call-bar__meta i { color: var(--p-accent); margin-right: 6px; }
@media (min-width: 992px) {
    .call-bar__meta { display: inline-flex; align-items: center; }
}
.call-bar__cta {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 16px;
    background: var(--p-green);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: var(--p-r-sm);
    transition: background var(--p-t-fast), transform var(--p-t-fast);
    white-space: nowrap;
    min-height: 44px;
    box-shadow: 0 4px 14px rgba(14,128,67,.28);
}
.call-bar__cta:hover, .call-bar__cta:focus-visible {
    background: var(--p-green-hover);
    transform: translateY(-1px);
}
.call-bar__cta i { font-size: 0.95rem; }
@media (min-width: 768px) {
    .call-bar__inner { padding: 0 28px; }
    .call-bar__cta { font-size: 1rem; padding: 11px 20px; }
}

.btn {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 10px;
    padding: 15px 26px;
    font-family: var(--p-font-b);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.005em;
    transition: background var(--p-t-fast), color var(--p-t-fast),
                box-shadow var(--p-t-fast), transform var(--p-t-fast);
    border-radius: var(--p-r-md);
    min-height: 52px;
    white-space: nowrap;
    cursor: pointer;
    border: 0;
    user-select: none;
}
.btn:active { transform: translateY(1px); }
.btn i { font-size: 1.05em; }

.btn--primary {
    background: var(--p-green);
    color: #fff;
    box-shadow: var(--p-shadow-cta);
    clip-path: var(--p-chamfer);
    border-radius: 0;
}
.btn--primary:hover, .btn--primary:focus-visible {
    background: var(--p-green-hover);
    box-shadow: 0 14px 34px rgba(14,128,67,.40), 0 4px 10px rgba(14,128,67,.20);
    color: #fff;
}

.btn--ghost-light {
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(6px);
}
.btn--ghost-light:hover, .btn--ghost-light:focus-visible {
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.4);
    color: #fff;
}

.btn--ghost-dark {
    background: transparent;
    color: var(--p-ink);
    border: 1.5px solid var(--p-line-2);
}
.btn--ghost-dark:hover, .btn--ghost-dark:focus-visible {
    background: var(--p-bg-alt);
    border-color: var(--p-ink);
    color: var(--p-ink);
}

.btn--xl {
    padding: 19px 34px;
    font-size: 1.12rem;
    min-height: 64px;
    gap: 12px;
}

.btn--full { width: 100%; }

.hero {
    position: relative;
    background: var(--p-navy);
    color: #fff;
    padding: var(--p-section-py) 0 var(--p-sp-7);
    overflow: hidden;
    isolation: isolate;
}
.hero__bg {
    position: absolute; inset: 0;
    z-index: 0;
}
.hero__bg img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center 30%;
    opacity: 0.32;
    transform: scale(1.06);
    filter: saturate(85%);
}
.hero__bg::after {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 18% 28%, rgba(14,128,67,.22), transparent 55%),
        radial-gradient(ellipse 70% 60% at 90% 90%, rgba(182,216,129,.10), transparent 60%),
        linear-gradient(180deg, rgba(12,16,32,.55) 0%, rgba(12,16,32,.78) 65%, rgba(12,16,32,.92) 100%);
}
.hero__inner {
    position: relative; z-index: 2;
    display: grid;
    gap: var(--p-sp-5);
    align-items: center;
}
.hero__lead { max-width: 720px; }

.hero__pretitle {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(182,216,129,.12);
    border: 1px solid rgba(182,216,129,.28);
    color: var(--p-accent);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: var(--p-sp-3);
}
.hero__pretitle i { color: var(--p-accent); font-size: 0.85em; }

.hero__h1 {
    color: #fff;
    font-size: clamp(2.1rem, 5.8vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -0.028em;
    margin-bottom: var(--p-sp-3);
}
.hero__h1 .accent {
    color: var(--p-accent);
    background: linear-gradient(180deg, transparent 60%, rgba(182,216,129,.18) 60%);
    padding: 0 4px;
    margin-left: -4px;
}
.hero__sub {
    color: var(--p-on-dark);
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    line-height: 1.7;
    margin-bottom: var(--p-sp-4);
    max-width: 600px;
}
.hero__actions {
    display: flex; flex-wrap: wrap;
    gap: 14px;
    margin-bottom: var(--p-sp-4);
}
.hero__assurance {
    display: flex; flex-wrap: wrap; gap: 18px;
    color: var(--p-on-dark-mute);
    font-size: 0.88rem;
    border-top: 1px solid var(--p-on-dark-line);
    padding-top: var(--p-sp-3);
}
.hero__assurance span {
    display: inline-flex; align-items: center; gap: 8px;
}
.hero__assurance i {
    color: var(--p-accent);
    font-size: 0.95em;
}

.hero__card {
    position: relative;
    background: #fff;
    color: var(--p-text);
    padding: var(--p-sp-4) var(--p-sp-3);
    border-radius: var(--p-r-lg);
    box-shadow: var(--p-shadow-3);
    overflow: hidden;
}
.hero__card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--p-green), var(--p-accent));
}
.hero__card-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.72rem; font-weight: 700;
    color: var(--p-green);
    letter-spacing: 0.16em; text-transform: uppercase;
    margin-bottom: 12px;
}
.hero__card-eyebrow i { color: var(--p-green); }
.hero__card h2 {
    font-size: 1.35rem;
    margin-bottom: 10px;
    color: var(--p-ink);
    letter-spacing: -0.015em;
}
.hero__card-sub {
    color: var(--p-muted);
    font-size: 0.95rem;
    margin-bottom: var(--p-sp-3);
}
.hero__card-pill-row {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-bottom: var(--p-sp-3);
}
.hero__card-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--p-green-soft);
    color: var(--p-green-dark);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}
.hero__card-pill i { color: var(--p-green); font-size: 0.8em; }

@media (min-width: 992px) {
    .hero__inner {
        grid-template-columns: 1.35fr 1fr;
        gap: var(--p-sp-7);
    }
    .hero__card { padding: var(--p-sp-5) var(--p-sp-4); }
}

.signal-bar {
    background: var(--p-bg-cream);
    border-bottom: 1px solid var(--p-line);
    padding: var(--p-sp-3) 0;
}
.signal-bar__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p-sp-3);
    text-align: center;
}
@media (min-width: 768px) {
    .signal-bar__grid { grid-template-columns: repeat(4, 1fr); }
}
.signal-item {
    display: flex; flex-direction: column;
    align-items: center; gap: 6px;
    padding: 0 8px;
}
.signal-item__icon {
    width: 38px; height: 38px;
    background: rgba(14,128,67,.08);
    color: var(--p-green);
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 1.05rem;
    margin-bottom: 4px;
}
.signal-item__main {
    font-weight: 800;
    font-family: var(--p-font-h);
    font-size: 0.96rem;
    color: var(--p-ink);
    letter-spacing: -0.01em;
}
.signal-item__sub {
    font-size: 0.74rem;
    color: var(--p-muted);
    letter-spacing: 0.02em;
}

.section { padding: var(--p-section-py) 0; background: var(--p-bg); }
.section--alt { background: var(--p-bg-alt); }
.section--cream { background: var(--p-bg-cream); }
.section--dark {
    background: var(--p-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.section--dark::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at top right, rgba(14,128,67,.18), transparent 60%),
        radial-gradient(ellipse at bottom left, rgba(182,216,129,.06), transparent 55%);
    pointer-events: none;
}
.section--dark > .container { position: relative; z-index: 1; }
.section--dark h2,
.section--dark h3 { color: #fff; }
.section--dark .lead { color: var(--p-on-dark); }

.section__head {
    text-align: center;
    margin-bottom: var(--p-sp-6);
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.section__head .eyebrow { margin-bottom: var(--p-sp-2); }
.section__head h2 { margin-bottom: var(--p-sp-2); }
.section__head .lead { margin: 0 auto; }

.steps {
    display: grid;
    gap: var(--p-sp-3);
}
.step {
    background: #fff;
    padding: var(--p-sp-4) var(--p-sp-3);
    border-radius: var(--p-r-lg);
    box-shadow: var(--p-shadow-1);
    border: 1px solid var(--p-line);
    position: relative;
    transition: box-shadow var(--p-t-base), transform var(--p-t-base), border-color var(--p-t-base);
}
.step:hover {
    box-shadow: var(--p-shadow-3);
    transform: translateY(-3px);
    border-color: var(--p-line-2);
}
.step__num {
    width: 44px; height: 44px;
    background: var(--p-ink);
    color: var(--p-accent);
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--p-font-h);
    font-weight: 800;
    font-size: 1.15rem;
    border-radius: 12px;
    margin-bottom: var(--p-sp-3);
    letter-spacing: -0.02em;
}
.step h3 {
    margin-bottom: 8px;
    color: var(--p-ink);
}
.step p {
    color: var(--p-muted);
    font-size: 0.97rem;
    line-height: 1.7;
}
@media (min-width: 768px) {
    .steps {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--p-sp-3);
        position: relative;
    }
    .steps::before {
        content: '';
        position: absolute;
        top: calc(var(--p-sp-4) + 22px);
        left: 16%;
        right: 16%;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--p-line-2) 20%, var(--p-line-2) 80%, transparent);
        z-index: 0;
    }
    .step { z-index: 1; }
}

.detail {
    display: grid;
    gap: var(--p-sp-5);
    align-items: start;
}
.detail__copy h3 {
    margin: var(--p-sp-3) 0 var(--p-sp-1);
    color: var(--p-ink);
}
.detail__copy p {
    color: var(--p-text);
    font-size: 1.04rem;
    line-height: 1.78;
    margin-bottom: var(--p-sp-2);
}
.detail__copy p strong { color: var(--p-ink); }
.detail__includes {
    background: #fff;
    border-radius: var(--p-r-lg);
    border: 1px solid var(--p-line);
    box-shadow: var(--p-shadow-2);
    padding: var(--p-sp-4) var(--p-sp-3);
    position: relative;
    overflow: hidden;
}
.detail__includes::before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--p-green), var(--p-green-dark));
}
.detail__includes h3 {
    margin-bottom: var(--p-sp-3);
    color: var(--p-ink);
    font-size: 1.1rem;
    padding-bottom: var(--p-sp-2);
    border-bottom: 1px solid var(--p-line);
}
.detail__includes ul {
    display: grid; gap: 14px;
}
.detail__includes li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 0.97rem;
    color: var(--p-text);
    line-height: 1.55;
}
.detail__includes li i {
    color: var(--p-green);
    background: var(--p-green-soft);
    width: 22px; height: 22px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 0.7rem;
    flex-shrink: 0;
    margin-top: 2px;
}
@media (min-width: 900px) {
    .detail {
        grid-template-columns: 1.25fr 1fr;
        gap: var(--p-sp-6);
    }
    .detail__includes { padding: var(--p-sp-5) var(--p-sp-4); position: sticky; top: calc(var(--p-call-bar-h) + 24px); }
}

.coverage {
    display: grid;
    gap: var(--p-sp-4);
}
.coverage__hours {
    background: var(--p-ink);
    color: #fff;
    padding: var(--p-sp-4) var(--p-sp-3);
    border-radius: var(--p-r-lg);
    box-shadow: var(--p-shadow-2);
    position: relative;
    overflow: hidden;
}
.coverage__hours::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--p-green);
}
.coverage__hours h3 {
    color: #fff;
    margin-bottom: var(--p-sp-3);
    display: flex; align-items: center; gap: 10px;
}
.coverage__hours h3 i { color: var(--p-accent); }
.coverage__hours dl {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
}
.coverage__hours dt {
    color: var(--p-on-dark);
    font-weight: 600;
    font-size: 0.94rem;
}
.coverage__hours dd {
    color: var(--p-accent);
    font-weight: 700;
    font-size: 0.94rem;
    text-align: right;
}
.coverage__hours-rule {
    padding-top: 14px;
    border-top: 1px solid var(--p-on-dark-line);
    margin-top: 4px;
}

.coverage__pills {
    display: flex; flex-wrap: wrap;
    gap: 8px; margin-top: var(--p-sp-2);
}
.coverage__pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff;
    border: 1px solid var(--p-line);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--p-text);
    transition: border-color var(--p-t-fast), background var(--p-t-fast), color var(--p-t-fast);
}
.coverage__pill i { color: var(--p-green); font-size: 0.78em; }
.coverage__pill:hover {
    background: var(--p-green-soft);
    border-color: var(--p-green);
    color: var(--p-green-dark);
}
.coverage__intro p { color: var(--p-muted); font-size: 1rem; line-height: 1.7; margin-bottom: var(--p-sp-2); }
.coverage__intro h2 { margin-bottom: var(--p-sp-2); }
@media (min-width: 900px) {
    .coverage {
        grid-template-columns: 1.5fr 1fr;
        gap: var(--p-sp-5);
        align-items: start;
    }
}

.reviews {
    display: grid;
    gap: var(--p-sp-3);
}
.review {
    background: #fff;
    padding: var(--p-sp-4) var(--p-sp-3);
    border-radius: var(--p-r-lg);
    border: 1px solid var(--p-line);
    box-shadow: var(--p-shadow-1);
    display: flex; flex-direction: column;
    gap: var(--p-sp-2);
    position: relative;
    transition: box-shadow var(--p-t-base), transform var(--p-t-base);
}
.review:hover {
    box-shadow: var(--p-shadow-3);
    transform: translateY(-3px);
}
.review__top {
    display: flex; justify-content: space-between; align-items: center;
}
.review__stars {
    color: var(--p-gold);
    font-size: 1rem;
    letter-spacing: 3px;
}
.review__source {
    font-size: 0.74rem;
    color: var(--p-muted-2);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.review__text {
    color: var(--p-text);
    font-size: 0.99rem;
    line-height: 1.7;
    flex: 1;
}
.review__attribution {
    display: flex; align-items: center; gap: 12px;
    padding-top: var(--p-sp-2);
    border-top: 1px solid var(--p-line);
}
.review__avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--p-font-h);
    font-weight: 800;
    color: #fff;
    font-size: 0.95rem;
    flex-shrink: 0;
    letter-spacing: -0.01em;
}
.review__avatar--a { background: linear-gradient(135deg, #0e8043, #074a25); }
.review__avatar--b { background: linear-gradient(135deg, #c8932b, #8a6315); }
.review__avatar--c { background: linear-gradient(135deg, #2a5298, #19345e); }
.review__name {
    font-weight: 700;
    color: var(--p-ink);
    font-size: 0.92rem;
}
.review__name span {
    display: block;
    font-weight: 500;
    color: var(--p-muted);
    font-size: 0.8rem;
}
@media (min-width: 768px) {
    .reviews { grid-template-columns: repeat(3, 1fr); }
}

.cta-band {
    position: relative;
    background:
        linear-gradient(135deg, var(--p-navy) 0%, var(--p-navy-2) 60%, #0a3b22 100%);
    color: #fff;
    padding: var(--p-sp-7) 0;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}
.cta-band::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 20% 30%, rgba(14,128,67,.30), transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 80%, rgba(182,216,129,.10), transparent 55%);
    pointer-events: none;
    z-index: -1;
}
.cta-band__pretitle {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--p-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: var(--p-sp-2);
}
.cta-band__pretitle::before,
.cta-band__pretitle::after {
    content: ''; width: 24px; height: 1px; background: var(--p-accent);
}
.cta-band h2 {
    color: #fff;
    margin-bottom: var(--p-sp-2);
    font-size: clamp(1.7rem, 4vw, 2.6rem);
    letter-spacing: -0.022em;
}
.cta-band__sub {
    color: var(--p-on-dark);
    font-size: 1.06rem;
    margin: 0 auto var(--p-sp-4);
    max-width: 580px;
    line-height: 1.7;
}
.cta-band .btn--primary {
    background: #fff;
    color: var(--p-green-dark);
    box-shadow: 0 14px 40px rgba(0,0,0,.25);
}
.cta-band .btn--primary:hover, .cta-band .btn--primary:focus-visible {
    background: var(--p-bg-alt);
    color: var(--p-green-dark);
    transform: translateY(-2px);
}
.cta-band__fine {
    margin-top: var(--p-sp-3);
    font-size: 0.85rem;
    color: var(--p-on-dark-mute);
}
.cta-band__fine i { color: var(--p-accent); margin-right: 6px; }

.faq {
    max-width: 820px;
    margin: 0 auto;
    display: grid; gap: 12px;
}
.faq__item {
    background: #fff;
    border: 1px solid var(--p-line);
    border-radius: var(--p-r-md);
    overflow: hidden;
    transition: border-color var(--p-t-base), box-shadow var(--p-t-base);
}
.faq__item:has(.faq__q[aria-expanded="true"]) {
    border-color: var(--p-green);
    box-shadow: 0 4px 18px rgba(14,128,67,.10);
}
.faq__q {
    width: 100%;
    text-align: left;
    padding: 20px 24px;
    font-family: var(--p-font-b);
    font-weight: 700;
    color: var(--p-ink);
    font-size: 1rem;
    letter-spacing: -0.005em;
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
    transition: color var(--p-t-fast);
}
.faq__q:hover { color: var(--p-green-dark); }
.faq__q > span:first-child { flex: 1 1 auto; min-width: 0; }
.faq__icon {
    flex: 0 0 28px;
    width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--p-bg-alt);
    border-radius: 50%;
    transition: background var(--p-t-fast), transform var(--p-t-base);
    position: relative;
}
.faq__icon::before, .faq__icon::after {
    content: '';
    position: absolute;
    background: var(--p-ink);
    transition: transform var(--p-t-base), background var(--p-t-fast);
}
.faq__icon::before { width: 12px; height: 2px; }
.faq__icon::after  { width: 2px; height: 12px; }
.faq__q[aria-expanded="true"] .faq__icon {
    background: var(--p-green);
}
.faq__q[aria-expanded="true"] .faq__icon::before,
.faq__q[aria-expanded="true"] .faq__icon::after {
    background: #fff;
}
.faq__q[aria-expanded="true"] .faq__icon::after {
    transform: rotate(90deg);
}
.faq__a-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--p-t-slow);
}
.faq__q[aria-expanded="true"] + .faq__a-wrap {
    grid-template-rows: 1fr;
}
.faq__a-inner {
    overflow: hidden;
    min-height: 0;
}
.faq__a {
    padding: 0 24px 22px;
    color: var(--p-text);
    line-height: 1.75;
    font-size: 0.97rem;
    border-top: 1px solid transparent;
}
.faq__q[aria-expanded="true"] + .faq__a-wrap .faq__a {
    border-top-color: var(--p-line);
    padding-top: 18px;
}

.final {
    background:
        linear-gradient(180deg, var(--p-bg-cream) 0%, var(--p-bg) 100%);
    padding: var(--p-section-py) 0;
}
.final__grid {
    display: grid; gap: var(--p-sp-5);
    align-items: center;
}
.final__lead { color: var(--p-muted); font-size: 1.04rem; line-height: 1.7; max-width: 50ch; margin-bottom: var(--p-sp-3); }
.final__h2 {
    color: var(--p-ink);
    margin-bottom: var(--p-sp-2);
    font-size: clamp(1.7rem, 4vw, 2.55rem);
}
.final__primary { margin-bottom: var(--p-sp-3); }
.final__points {
    display: grid; gap: 12px;
    margin-top: var(--p-sp-3);
    padding-top: var(--p-sp-3);
    border-top: 1px solid var(--p-line);
}
.final__points li {
    display: flex; align-items: center; gap: 12px;
    color: var(--p-text);
    font-size: 0.96rem;
    font-weight: 600;
}
.final__points i {
    color: var(--p-green);
    background: var(--p-green-soft);
    width: 24px; height: 24px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 0.72rem;
}

.qform {
    background: #fff;
    color: var(--p-text);
    padding: var(--p-sp-4) var(--p-sp-3);
    border-radius: var(--p-r-lg);
    box-shadow: var(--p-shadow-3);
    border: 1px solid var(--p-line);
    position: relative;
    overflow: hidden;
    scroll-margin-top: calc(var(--p-call-bar-h) + 16px);
}
.qform--pulse {
    animation: qform-pulse 1.2s ease-out 1;
}
@keyframes qform-pulse {
    0%   { box-shadow: var(--p-shadow-3), 0 0 0 0 rgba(14,128,67,.35); }
    40%  { box-shadow: var(--p-shadow-3), 0 0 0 10px rgba(14,128,67,.18); }
    100% { box-shadow: var(--p-shadow-3), 0 0 0 0 rgba(14,128,67,0); }
}
.qform::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--p-green), var(--p-accent));
}
.qform__head {
    margin-bottom: var(--p-sp-3);
    padding-bottom: var(--p-sp-3);
    border-bottom: 1px solid var(--p-line);
}
.qform__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--p-green);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.qform__eyebrow i { color: var(--p-green); }
.qform h3 {
    color: var(--p-ink);
    margin-bottom: 6px;
    font-size: 1.3rem;
    letter-spacing: -0.018em;
}
.qform__sub {
    color: var(--p-muted);
    font-size: 0.93rem;
    line-height: 1.6;
}
.qform__field { margin-bottom: var(--p-sp-2); }
.qform__label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--p-ink);
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}
.qform__input, .qform__select {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--p-line-2);
    background: #fff;
    color: var(--p-ink);
    font-size: 1rem;
    border-radius: var(--p-r-sm);
    transition: border-color var(--p-t-fast), box-shadow var(--p-t-fast);
    min-height: 52px;
}
.qform__input::placeholder { color: var(--p-muted-2); }
.qform__input:focus, .qform__select:focus {
    border-color: var(--p-green);
    outline: none;
    box-shadow: 0 0 0 4px rgba(14,128,67,.12);
}
.qform__select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f1325' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 42px;
    cursor: pointer;
}
.qform__hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.qform .btn { width: 100%; margin-top: var(--p-sp-2); }
.qform__error {
    color: var(--p-danger);
    font-size: 0.83rem;
    margin-top: 6px;
    display: none;
    font-weight: 600;
}
.qform__field--error .qform__input,
.qform__field--error .qform__select {
    border-color: var(--p-danger);
    background: rgba(185,28,28,.04);
}
.qform__field--error .qform__error { display: block; }
.qform__notice {
    margin-top: var(--p-sp-2);
    font-size: 0.78rem;
    color: var(--p-muted);
    text-align: center;
    line-height: 1.55;
}
.qform__notice i { color: var(--p-green); }
@media (min-width: 900px) {
    .final__grid {
        grid-template-columns: 1.05fr 1fr;
        gap: var(--p-sp-6);
    }
    .qform { padding: var(--p-sp-5) var(--p-sp-4); }
}

.ppc-footer {
    background: var(--p-ink);
    color: var(--p-on-dark-mute);
    padding: var(--p-sp-5) 0 calc(var(--p-mob-cta-h) + var(--p-sp-4));
    text-align: center;
    font-size: 0.86rem;
}
.ppc-footer__grid {
    display: grid; gap: var(--p-sp-3);
}
.ppc-footer__brand {
    color: #fff;
    font-family: var(--p-font-h);
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.012em;
    margin-bottom: 4px;
}
.ppc-footer__line { line-height: 1.6; }
.ppc-footer__line a { color: var(--p-accent); font-weight: 700; }
.ppc-footer__line a:hover { text-decoration: underline; }
.ppc-footer__divider {
    height: 1px;
    background: var(--p-on-dark-line);
    margin: var(--p-sp-2) auto;
    max-width: 280px;
}
.ppc-footer__links {
    display: flex; justify-content: center; gap: var(--p-sp-3);
    flex-wrap: wrap;
    font-size: 0.82rem;
}
.ppc-footer__links a:hover { color: var(--p-accent); text-decoration: underline; }
.ppc-footer__legal {
    color: var(--p-muted-2);
    font-size: 0.74rem;
    margin-top: var(--p-sp-2);
}
@media (min-width: 768px) {
    .ppc-footer { padding-bottom: var(--p-sp-5); }
}

.mob-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 999;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border-top: 1px solid var(--p-line);
    box-shadow: 0 -8px 26px rgba(15,19,37,.10);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    transform: translateY(110%);
    transition: transform var(--p-t-base);
}
.mob-cta.is-visible { transform: translateY(0); }
.mob-cta__msg {
    color: var(--p-text);
    font-weight: 700;
    font-size: 0.84rem;
    line-height: 1.25;
    flex: 1;
    min-width: 0;
}
.mob-cta__msg span {
    display: block;
    font-weight: 500;
    color: var(--p-muted);
    font-size: 0.72rem;
    margin-top: 2px;
}
.mob-cta__btn {
    background: var(--p-green);
    color: #fff;
    padding: 13px 20px;
    font-weight: 800;
    font-size: 0.96rem;
    display: inline-flex; align-items: center; gap: 8px;
    border-radius: var(--p-r-sm);
    transition: background var(--p-t-fast), transform var(--p-t-fast);
    min-height: 48px;
    box-shadow: 0 6px 18px rgba(14,128,67,.30);
}
.mob-cta__btn:hover, .mob-cta__btn:focus-visible {
    background: var(--p-green-hover);
    transform: translateY(-1px);
}
@media (min-width: 768px) {
    .mob-cta { display: none; }
}

.ty {
    text-align: center;
    padding: var(--p-section-py) 0;
    max-width: 720px;
    margin: 0 auto;
}
.ty__icon {
    width: 88px; height: 88px;
    background: linear-gradient(135deg, var(--p-green), var(--p-green-dark));
    color: #fff;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 2.4rem;
    margin-bottom: var(--p-sp-3);
    box-shadow: 0 14px 36px rgba(14,128,67,.32), 0 4px 10px rgba(14,128,67,.18);
    position: relative;
    animation: ty-pop 460ms cubic-bezier(.22,1.12,.36,1) both;
}
@keyframes ty-pop {
    from { transform: scale(0.6); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}
.ty__icon::after {
    content: '';
    position: absolute; inset: -8px;
    border: 1.5px solid rgba(14,128,67,.18);
    border-radius: 50%;
    animation: ty-ring 1.6s ease-out infinite;
}
@keyframes ty-ring {
    0%   { transform: scale(0.85); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}
.ty h1 {
    margin-bottom: var(--p-sp-2);
    color: var(--p-ink);
    letter-spacing: -0.025em;
}
.ty__lead {
    font-size: 1.15rem;
    color: var(--p-muted);
    margin-bottom: var(--p-sp-4);
    line-height: 1.65;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.ty__lead strong { color: var(--p-green-dark); }
.ty__actions {
    display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
    margin-bottom: var(--p-sp-5);
}
.ty__panel {
    background: #fff;
    padding: var(--p-sp-4) var(--p-sp-3);
    border-radius: var(--p-r-lg);
    box-shadow: var(--p-shadow-2);
    border: 1px solid var(--p-line);
    text-align: left;
    position: relative;
    overflow: hidden;
}
.ty__panel::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--p-green), var(--p-accent));
}
.ty__panel h2 {
    margin-bottom: var(--p-sp-3);
    color: var(--p-ink);
    font-size: 1.2rem;
    text-align: center;
}
.ty__panel ul {
    display: grid; gap: 14px;
}
.ty__panel li {
    display: flex; align-items: flex-start; gap: 12px;
    color: var(--p-text);
    font-size: 0.97rem;
    line-height: 1.6;
}
.ty__panel li i {
    color: var(--p-green);
    background: var(--p-green-soft);
    width: 26px; height: 26px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 0.78rem;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 359px) {
    h1 { font-size: 1.85rem; }
    .hero { padding-top: var(--p-sp-6); }
    .btn--xl { padding: 16px 24px; font-size: 1rem; min-height: 56px; }
    .signal-bar__grid { gap: 14px; }
    .signal-item__main { font-size: 0.88rem; }
}

@media print {
    .call-bar, .mob-cta, .qform, .cta-band, .hero__bg, .signal-bar { display: none !important; }
    body { padding-top: 0; color: #000; }
    a { color: #000; text-decoration: underline; }
    .hero { background: none; color: #000; padding: 0; }
    .hero__h1, .hero__sub { color: #000; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
    .ty__icon { animation: none; }
    .ty__icon::after { display: none; }
}
