@import url('./page-layout.css?v=20260912-layout');
:root { color-scheme: light; --ink: #142d43; --muted: #506879; --blue: #087abe; --cyan: #48bada; --line: #d9e8f1; --pale: #f1f9fd; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--ink); background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.6; }
a { color: inherit; text-underline-offset: 4px; }
button { font: inherit; cursor: pointer; }
a, button, summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #087abe; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; overflow-wrap: break-word; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.035em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.15rem); }
h3 { font-size: 1.15rem; letter-spacing: -.025em; }
p { color: var(--muted); }
.shell { width: var(--page-content-size); margin-inline: auto; }
.fa-icon { width: 1.1em; height: 1.1em; fill: currentColor; display: inline-block; flex: 0 0 auto; vertical-align: -.15em; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px 20px; z-index: 10; background: #fff; }
.skip-link:focus { top: 8px; }
.site-header { border-top: 4px solid var(--cyan); border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #186ca3; text-decoration: none; font-size: 1.15rem; font-weight: 850; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { width: 60px; height: 40px; flex: 0 0 60px; background: currentColor; -webkit-mask: url('/assets/images/qrwild-mark-refined.png') center / contain no-repeat; mask: url('/assets/images/qrwild-mark-refined.png') center / contain no-repeat; }
nav { display: flex; align-items: center; gap: 27px; font-size: .9rem; font-weight: 600; }
nav > a:not(.button) { text-decoration: none; }
nav > a:not(.button):hover { text-decoration: underline; }
nav .section-link { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--blue); border-radius: 9px; background: var(--blue); color: white; text-decoration: none; font-weight: 700; line-height: 1.4; text-align: center; box-shadow: 0 5px 14px #087abe15; }
.button:hover { background: #05659e; border-color: #05659e; }
.button-outline { color: #076da9; background: #fff; box-shadow: none; }
.button-outline:hover { color: #075c8e; background: #edf8ff; }
.button-small { min-height: 43px; padding: 9px 17px; font-size: .875rem; }
.hero { background: linear-gradient(120deg, #f0faff, #fff 65%, #e9f6fd); overflow: clip; }
.hero-grid { display: grid; gap: 34px; padding-block: 45px 28px; align-items: center; }
.eyebrow { color: #0873b1; font-size: .75rem; font-weight: 750; letter-spacing: .13em; margin-bottom: 15px; }
h1 { font-size: clamp(2.8rem, 8.6vw, 4.35rem); line-height: 1.03; letter-spacing: -.05em; font-weight: 800; }
h1 span { color: var(--blue); }
.hero-lead { font-size: 1.1rem; line-height: 1.6; max-width: 510px; margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero-note { font-size: .875rem; margin-top: 13px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 20px; list-style: none; padding: 0; margin: 27px 0 0; font-size: .875rem; color: #426378; }
.hero-points li { display: flex; gap: 7px; align-items: center; }
.hero-points .fa-icon { color: #087abe; }
.photo-carousel { min-width: 0; scroll-margin-top: 20px; }
.photo-stage { position: relative; border-radius: 18px; overflow: hidden; background: #e5eff5; box-shadow: 0 18px 45px #123d5918; }
.photo-slide { margin: 0; }
.photo-slide picture { display: block; aspect-ratio: 4 / 3; }
.photo-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-slide figcaption { position: absolute; inset: auto 0 0; padding: 48px 24px 23px; background: linear-gradient(transparent, #08232bd9); color: #fff; }
.photo-label { display: block; font-size: .7rem; font-weight: 750; letter-spacing: .16em; color: #d6f5ff; margin-bottom: 4px; }
.photo-slide strong { display: block; font-size: clamp(1rem, 2vw, 1.3rem); line-height: 1.3; letter-spacing: -.025em; }
.audience-strip { text-align: center; font-size: .875rem; color: #486579; padding-block: 19px; border-block: 1px solid var(--line); }
.audience-strip span { display: block; margin-top: 4px; }
.section { padding-block: 42px; }
.section-row { display: grid; gap: 28px; }
.section-intro > p:not(.eyebrow) { margin-top: 16px; }
.how-section { background: var(--pale); }
.steps { display: grid; gap: 23px; list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 15px; }
.step-number { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px; border: 1px solid #c5e5f7; border-radius: 50%; background: #fff; color: var(--blue); font-size: 1.25rem; font-weight: 750; }
.steps h3 { margin-block: 3px 9px; }
.steps p, .benefits p { font-size: .9375rem; line-height: 1.65; }
.benefits { display: grid; gap: 26px; }
.benefit-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #e9f6fd; color: var(--blue); font-size: 1.2rem; margin-bottom: 14px; }
.benefits h3 { margin-bottom: 10px; }
.home-subscription { background: var(--pale); border-block: 1px solid var(--line); }
.plans-grid { display: grid; gap: 20px; align-items: start; }
.plan-card { padding: 27px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.plan-paid { border-color: #6fb6df; }
.plan-label { font-size: .6875rem; font-weight: 750; letter-spacing: .1em; margin-bottom: 15px; }
.plan-card h3 { font-size: 1.4rem; }
.plan-highlight { font-size: 1.2rem; font-weight: 700; color: var(--blue); margin-block: 10px; }
.plan-card > p:not(.plan-label):not(.plan-highlight):not(.plan-note) { font-size: .9375rem; }
.billing-allowance { margin-top: 14px; }
.plan-card .button { width: 100%; margin-top: 23px; padding-inline: 14px; }
.plan-card .plan-note { margin-top: 10px; font-size: .75rem; }
.faq-grid { display: grid; gap: 26px; }
.faq-grid > div > p:last-child { margin-top: 16px; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 650; padding: 18px 8px 18px 0; line-height: 1.5; }
details p { margin-bottom: 20px; font-size: .9375rem; }
.closing-cta { padding-block: 33px; background: #e8f6fd; }
.closing-cta .shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.closing-cta h2 { font-size: 1.65rem; }
.closing-cta p { margin-top: 8px; }
.company-strip { padding-block: 35px; border-top: 1px solid var(--line); }
.company-grid { display: grid; gap: 26px; font-size: .8125rem; }
.company-grid .brand { font-size: 1rem; }
.company-grid .brand-mark { width: 44px; height: 30px; flex-basis: 44px; }
.company-label { color: var(--ink); font-weight: 700; margin-block: 12px 8px; }
.company-grid p { max-width: 590px; }
.property-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.copyright { margin-top: 24px; }
.legal-links { flex-wrap: wrap; gap: 8px 20px; margin-top: 18px; font-size: .8125rem; }
.company-strip .legal-links > a { text-decoration: underline; }
@media (max-width: 479px) {
    .header-inner { gap: 8px; min-height: 68px; }
    .brand { font-size: 1rem; gap: 6px; }
    .brand-mark { width: 44px; height: 32px; flex-basis: 44px; }
    nav { gap: 10px; }
    nav .button { padding-inline: 12px; }
    nav .button .fa-icon { display: none; }
    .login-link { font-size: .8125rem; }
    .hero-actions > a { width: 100%; }
    .photo-slide figcaption { padding-inline: 16px; }
    .hero-points { gap: 10px 16px; font-size: .8125rem; }
}
@media (min-width: 650px) {
    .steps, .benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
    .steps li { display: block; }
    .step-number { margin-bottom: 14px; }
    .plans-grid { grid-template-columns: 1fr 1fr; }
    .plans-grid > .section-intro { grid-column: 1 / -1; }
    .company-grid { grid-template-columns: 1.4fr 1fr; gap: 60px; }
}
@media (min-width: 800px) {
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; padding-block: 58px 39px; }
    h1 { font-size: clamp(3rem, 5vw, 4.35rem); }
    .hero-lead { font-size: 1.1rem; }
    .hero-actions .button { padding-inline: 17px; font-size: .9375rem; }
    .audience-strip span { display: inline; }
    .faq-grid { grid-template-columns: 1fr 1.7fr; gap: 70px; }
    nav .section-link { display: inline; }
}
@media (min-width: 1100px) {
    .hero-grid { gap: 60px; }
    .section-row { grid-template-columns: 250px 1fr; gap: 44px; align-items: start; }
    .section-intro h2 { font-size: 1.85rem; }
    .section-intro .eyebrow { font-size: .6875rem; }
    .plans-grid { grid-template-columns: 250px 1fr 1.15fr; gap: 35px; }
    .plans-grid > .section-intro { grid-column: auto; padding-top: 16px; }
    .section { padding-block: 48px; }
}
@media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
}
