/**
 * PrintItNow — global stylesheet.
 * HP-inspired blue & white only. Lightweight, professional.
 */

:root {
    --brand: #0096D6;
    --brand-600: #007DB3;
    --brand-700: #006691;
    --brand-050: #E5F6FC;
    --brand-100: #C8ECF8;
    --ink: #063A54;
    --body: #1A4A63;
    --muted: #4A7A92;
    --line: #CDE8F4;
    --bg: #FFFFFF;
    --bg-alt: #F3FAFD;
    --card: #FFFFFF;
    --shadow: 0 1px 2px rgba(0, 150, 214, .06), 0 8px 28px rgba(0, 102, 145, .08);
    --shadow-lg: 0 18px 48px rgba(0, 150, 214, .18);
    --radius: 12px;
    --radius-lg: 20px;
    --maxw: 1120px;
    --font: 'DM Sans', system-ui, sans-serif;
    --display: 'Outfit', var(--font);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    color: var(--body);
    background: var(--bg);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.2; font-weight: 700; }
ul { list-style: none; padding: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 820px; }
.center { text-align: center; }

.skip-link {
    position: absolute; left: -999px; top: 0; background: var(--brand); color: #fff;
    padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 200;
}
.skip-link:focus { left: 0; }

.icon { width: 1.25em; height: 1.25em; flex: none; vertical-align: middle; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5em;
    font-family: var(--font); font-weight: 600; font-size: .98rem;
    padding: .72em 1.35em; border-radius: 10px; border: 1.5px solid transparent;
    cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    text-decoration: none; line-height: 1; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 22px rgba(0, 150, 214, .28); }
.btn-primary:hover { background: var(--brand-600); color: #fff; }
.btn-outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-outline:hover { background: var(--brand-050); }
.btn-light { background: #fff; color: var(--brand-700); }
.btn-light:hover { background: var(--brand-050); }
.btn-lg { padding: .9em 1.7em; font-size: 1.05rem; }
.btn-sm { padding: .5em 1em; font-size: .85rem; }

/* Top bar */
.topbar {
    background: linear-gradient(90deg, var(--brand-700), var(--brand));
    color: #E5F6FC; font-size: .85rem;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 20px; gap: 12px; }
.topbar-item { display: inline-flex; align-items: center; gap: .4em; color: #E5F6FC; }
.topbar-item:hover { color: #fff; text-decoration: none; }
.topbar .icon { width: 1em; height: 1em; }

/* Header */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: color-mix(in srgb, #fff 90%, transparent);
    backdrop-filter: saturate(160%) blur(10px);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.brand {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--display); font-weight: 800; font-size: 1.35rem; color: var(--ink);
}
.brand:hover { text-decoration: none; }
.brand-mark { flex: none; border-radius: 10px; }
.brand-name { letter-spacing: -.03em; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav > a { color: var(--body); font-weight: 500; padding: 8px 12px; border-radius: 8px; }
.site-nav > a:hover { color: var(--ink); background: var(--brand-050); text-decoration: none; }
.site-nav > a.active { color: var(--brand); font-weight: 600; }
.nav-cta { margin-left: 8px; color: #fff; }
.nav-cta:hover { color: #fff; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero — full-bleed blue/white plane */
.hero {
    position: relative;
    min-height: calc(100vh - 108px);
    display: flex; align-items: center;
    padding: 48px 0 56px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #FFFFFF 0%, #F3FAFD 42%, #E5F6FC 100%);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 88% 40%, rgba(0, 150, 214, .22), transparent 60%),
        radial-gradient(ellipse 45% 40% at 10% 90%, rgba(0, 150, 214, .1), transparent 55%);
    pointer-events: none;
}
.hero-pattern {
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 48L48 0H36L0 36M48 48V36L36 48' fill='%230096D6' fill-opacity='.04'/%3E%3C/svg%3E");
    opacity: 1; pointer-events: none;
}
.hero-inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
    width: 100%;
}
.hero-brand {
    font-family: var(--display); font-weight: 800; font-size: clamp(2.8rem, 7vw, 4.4rem);
    letter-spacing: -.04em; color: var(--brand); line-height: 1; margin-bottom: 12px;
    animation: rise .7s ease both;
}
.hero h1 {
    font-size: clamp(1.55rem, 3.2vw, 2.15rem); font-weight: 600; letter-spacing: -.02em;
    color: var(--ink); margin-bottom: 14px; animation: rise .7s .08s ease both;
}
.hero-lead {
    font-size: 1.12rem; color: var(--muted); max-width: 36ch;
    animation: rise .7s .14s ease both;
}
.hero-actions {
    display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px;
    animation: rise .7s .2s ease both;
}
.center-actions { justify-content: center; }
.hero-media {
    animation: float-in .9s .15s ease both;
}
.hero-media img, .hero-media svg { width: 100%; max-width: 520px; margin-left: auto; }

@keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}
@keyframes float-in {
    from { opacity: 0; transform: translateY(28px) scale(.97); }
    to { opacity: 1; transform: none; }
}
@keyframes soft-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.hero-media .illus { animation: soft-float 5s ease-in-out infinite; }

/* Sections */
.section { padding: 64px 0; }
.section-alt {
    background:
        linear-gradient(180deg, var(--bg-alt), #fff);
}
.section-head { max-width: 560px; margin: 0 auto 40px; text-align: center; }
.section-head h2 { font-size: clamp(1.65rem, 3.2vw, 2.25rem); letter-spacing: -.02em; margin: 10px 0 10px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.eyebrow {
    display: inline-block; font-weight: 600; font-size: .78rem;
    text-transform: uppercase; letter-spacing: .1em; color: var(--brand);
}

/* Service list — no heavy cards */
.services-list {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border-top: 1px solid var(--line);
}
.service-item {
    padding: 28px 24px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
    transition: background .2s ease;
}
.service-item:nth-child(3n) { border-right: 0; }
.service-item:hover { background: var(--brand-050); }
.service-item .service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--brand-050); color: var(--brand); margin-bottom: 14px;
}
.service-item .service-icon .icon { width: 22px; height: 22px; }
.service-item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.service-item p { color: var(--muted); font-size: .95rem; margin-bottom: 12px; }
.link-arrow { font-weight: 600; font-size: .95rem; }
.link-arrow:hover { text-decoration: none; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-media .illus { width: 100%; max-width: 480px; }
.split-copy h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); margin: 10px 0 18px; letter-spacing: -.02em; }
.feature-list { display: grid; gap: 16px; margin-bottom: 24px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.feature-ic {
    flex: none; display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 10px; background: var(--brand-050); color: var(--brand);
}
.feature-list strong { color: var(--ink); display: block; margin-bottom: 2px; }
.feature-list p { color: var(--muted); font-size: .94rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps li { text-align: left; padding: 8px 0; }
.step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--brand); color: #fff;
    font-family: var(--display); font-weight: 700; font-size: 1.15rem; margin-bottom: 14px;
}
.steps h3 { font-size: 1.12rem; margin-bottom: 6px; }
.steps p { color: var(--muted); font-size: .95rem; }

/* Guides */
.guides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.guide-tile {
    display: block; padding: 26px 24px;
    border: 1px solid var(--line); border-radius: var(--radius);
    background: #fff; transition: border-color .2s, box-shadow .2s, transform .15s;
    text-decoration: none; color: inherit;
}
.guide-tile:hover {
    border-color: var(--brand); box-shadow: var(--shadow);
    transform: translateY(-3px); text-decoration: none;
}
.guide-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; color: var(--brand); font-size: .85rem; font-weight: 600; }
.guide-tile h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--ink); }
.guide-tile p { color: var(--muted); font-size: .95rem; }

.guide-detail { max-width: 720px; }
.guide-detail ol {
    list-style: none; counter-reset: gstep; display: grid; gap: 14px; margin: 24px 0 32px;
}
.guide-detail ol li {
    counter-increment: gstep; display: flex; gap: 14px; align-items: flex-start;
    padding: 16px 18px; background: var(--bg-alt); border-radius: var(--radius);
    border-left: 3px solid var(--brand);
}
.guide-detail ol li::before {
    content: counter(gstep);
    flex: none; width: 28px; height: 28px; border-radius: 50%;
    background: var(--brand); color: #fff; font-weight: 700; font-size: .85rem;
    display: inline-flex; align-items: center; justify-content: center;
}

/* FAQ */
.faq-list { display: grid; gap: 10px; }
.faq-item {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 2px 20px;
}
.faq-item summary {
    cursor: pointer; font-weight: 600; color: var(--ink); font-family: var(--display);
    padding: 16px 28px 16px 0; position: relative; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    font-size: 1.4rem; color: var(--brand); font-weight: 400;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { color: var(--muted); padding-bottom: 16px; }

/* Page hero */
.page-hero {
    padding: 48px 0 36px;
    background: linear-gradient(135deg, #fff 0%, var(--brand-050) 100%);
    border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); letter-spacing: -.02em; margin-bottom: 10px; }
.page-hero p { color: var(--muted); font-size: 1.08rem; max-width: 55ch; }
.breadcrumb { color: var(--muted); font-size: .9rem; margin-bottom: 14px; }
.breadcrumb span { margin: 0 6px; }

/* Service rows */
.service-rows { display: grid; gap: 56px; }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.service-row.reverse .service-row-media { order: 2; }
.service-row-media .illus { width: 100%; max-width: 440px; }
.service-row-copy .service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--brand-050); color: var(--brand);
}
.service-row-copy h2 { font-size: 1.6rem; margin: 12px 0 10px; }
.service-row-copy > p { color: var(--muted); margin-bottom: 16px; }
.check-list { display: grid; gap: 8px; margin-bottom: 22px; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--body); }
.check-list .icon { color: var(--brand); }

.brand-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 8px 0 18px; }
.brand-pills li {
    background: #fff; border: 1px solid var(--line); border-radius: 8px;
    padding: 9px 18px; font-weight: 600; color: var(--ink); font-size: .92rem;
}
.fineprint { color: var(--muted); font-size: .85rem; text-align: center; }

/* Values — light separators, not cards */
.values-row {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    border-top: 1px solid var(--line);
}
.value-item { padding: 28px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-item:last-child { border-right: 0; }
.value-item .service-icon {
    display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center;
    border-radius: 10px; background: var(--brand-050); color: var(--brand); margin-bottom: 12px;
}
.value-item h3 { font-size: 1.05rem; margin-bottom: 6px; }
.value-item p { color: var(--muted); font-size: .92rem; }

/* CTA */
.cta-band { background: linear-gradient(120deg, var(--brand-700), var(--brand)); color: #fff; }
.cta-band-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px; padding: 44px 20px; flex-wrap: wrap;
}
.cta-band h2 { color: #fff; font-size: 1.7rem; margin-bottom: 6px; }
.cta-band p { color: #C8ECF8; }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; }
.contact-info h2 { margin-bottom: 20px; }
.contact-list { display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list strong { display: block; color: var(--ink); }
.contact-list a, .contact-list span { color: var(--muted); }
.contact-form-wrap {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 32px; box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; display: flex; flex-direction: column; }
.form-group label { font-weight: 600; color: var(--ink); margin-bottom: 6px; font-size: .92rem; }
.req { color: var(--brand-700); }
.form-group input, .form-group textarea {
    font-family: var(--font); font-size: 1rem; color: var(--ink); background: var(--bg);
    border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 13px; width: 100%;
    transition: border-color .15s, box-shadow .15s;
}
.form-group input:focus, .form-group textarea:focus {
    outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-050);
}
.form-group textarea { resize: vertical; }
.field-error { color: var(--brand-700); font-size: .85rem; margin-top: 6px; }
.form-note { color: var(--muted); font-size: .85rem; margin-top: 12px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert {
    display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px;
    border-radius: 10px; margin-bottom: 20px; font-size: .95rem;
}
.alert-success { background: var(--brand-050); color: var(--brand-700); border: 1px solid var(--brand-100); }
.alert-error { background: #F0F8FC; color: var(--ink); border: 1px solid var(--line); }
.alert .icon { flex: none; margin-top: 2px; }

/* Legal */
.legal-updated { color: var(--muted); font-size: .95rem; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
.legal-toc {
    position: sticky; top: 88px; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius); padding: 20px;
}
.legal-toc h2 { font-size: .95rem; margin-bottom: 10px; }
.legal-toc ol { list-style: none; display: grid; gap: 8px; }
.legal-toc li { font-size: .88rem; }
.legal-toc a { color: var(--muted); }
.legal-toc a:hover { color: var(--brand); }
.legal-content { max-width: 740px; }
.legal-content .legal-intro { font-size: 1.08rem; color: var(--body); margin-bottom: 28px; }
.legal-content section { margin-bottom: 28px; scroll-margin-top: 90px; }
.legal-content h2 { font-size: 1.3rem; margin-bottom: 10px; }
.legal-content p { margin-bottom: 10px; }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 10px; display: grid; gap: 6px; }
.legal-content ul li { color: var(--body); }
.legal-table { width: 100%; border-collapse: collapse; margin: 8px 0 16px; font-size: .92rem; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.legal-table th { background: var(--bg-alt); color: var(--ink); }
.legal-contact-box {
    background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.legal-contact-box h2 { font-size: 1.15rem; }

/* Error */
.error-page { padding: 80px 0; }
.error-code {
    font-family: var(--display); font-weight: 800; font-size: clamp(4rem, 14vw, 7.5rem);
    line-height: 1; color: var(--brand);
}
.error-page h1 { margin: 8px 0 12px; }
.error-page p { color: var(--muted); margin-bottom: 24px; }

/* Footer */
.site-footer {
    background: linear-gradient(180deg, var(--brand-700), #054A6B);
    color: #C8ECF8;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding: 52px 20px 36px; }
.footer-brand .brand { color: #fff; margin-bottom: 12px; }
.footer-about { color: #A8D4E8; font-size: .93rem; margin-bottom: 14px; max-width: 34ch; }
.footer-contact a { color: #C8ECF8; display: inline-flex; align-items: center; gap: .4em; line-height: 2; }
.footer-contact a:hover { color: #fff; }
.footer-col h3 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.footer-col ul { display: grid; gap: 9px; }
.footer-col a { color: #A8D4E8; font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner {
    padding: 20px; display: flex; justify-content: space-between; gap: 16px;
    flex-wrap: wrap; font-size: .84rem; color: #A8D4E8;
}
.footer-disclaimer { max-width: 58ch; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 940px) {
    .hero { min-height: auto; padding: 36px 0 44px; }
    .hero-inner, .split { grid-template-columns: 1fr; }
    .hero-media { order: -1; }
    .hero-media img, .hero-media svg { margin: 0 auto; max-width: 380px; }
    .split-media { order: -1; }
    .service-row, .service-row.reverse { grid-template-columns: 1fr; gap: 22px; }
    .service-row.reverse .service-row-media { order: -1; }
    .services-list { grid-template-columns: 1fr 1fr; }
    .service-item:nth-child(3n) { border-right: 1px solid var(--line); }
    .service-item:nth-child(2n) { border-right: 0; }
    .steps { grid-template-columns: 1fr; }
    .guides-grid { grid-template-columns: 1fr; }
    .values-row { grid-template-columns: 1fr 1fr; }
    .value-item:nth-child(2n) { border-right: 0; }
    .contact-grid { grid-template-columns: 1fr; }
    .legal-layout { grid-template-columns: 1fr; }
    .legal-toc { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .nav-toggle { display: flex; }
    .site-nav {
        position: fixed; inset: 0 0 0 auto; width: min(80vw, 300px); background: #fff;
        flex-direction: column; align-items: stretch; gap: 4px; padding: 88px 20px 28px;
        box-shadow: -10px 0 40px rgba(0, 102, 145, .15);
        transform: translateX(100%); transition: transform .3s ease;
        border-left: 1px solid var(--line);
    }
    .site-nav.open { transform: none; }
    .site-nav > a { padding: 12px 14px; }
    .nav-cta { margin: 10px 0 0; }
    .services-list { grid-template-columns: 1fr; }
    .service-item { border-right: 0 !important; }
    .values-row { grid-template-columns: 1fr; }
    .value-item { border-right: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .cta-band-inner { flex-direction: column; align-items: flex-start; }
    .form-row { grid-template-columns: 1fr; }
    .topbar-hours { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}
