/* ============================================================================
   Orlando PPC Landing Page — Lean Standalone Styles
   No Bootstrap. No jQuery. No external icon font.
   Built to ship the orlando-seo.html lander as a standalone fast page.
   ============================================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem; line-height: 1.5; color: #212529; background: #fff;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', 'Inter', sans-serif; font-weight: 700; line-height: 1.2; margin: 0 0 1rem; color: #20293a; }
h1 { font-size: clamp(1.85rem, 5vw, 2.85rem); }
h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); }
h3 { font-size: clamp(1.15rem, 3vw, 1.4rem); }
p { margin: 0 0 1rem; line-height: 1.55; }
a { color: #4ba29f; text-decoration: none; }
a:hover { color: #2b5c5b; }
img, svg { max-width: 100%; height: auto; vertical-align: middle; }
button { cursor: pointer; font-family: inherit; border: 0; }
.skip-nav { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: 99999; }
.skip-nav:focus { position: fixed; left: 0; top: 0; width: auto; height: auto; padding: 10px 15px; background: #1a3a5c; color: #fff; font-size: 16px; text-decoration: none; outline: 2px solid #fff; z-index: 99999; }

.container { width: 100%; padding: 0 1rem; margin: 0 auto; max-width: 1320px; }
.section { padding: 3rem 0; }
@media (min-width: 768px) { .section { padding: 4rem 0; } }
.section-intro { text-align: center; max-width: 720px; margin: 0 auto 2rem; }
.section-intro p { color: #4c5466; }
.text-center { text-align: center; }
.eyebrow { display: block; text-transform: uppercase; letter-spacing: 2px; font-size: 0.75rem; font-weight: 600; color: #4ba29f; margin-bottom: 0.5rem; }
.green { color: #4ba29f; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.75rem 1.25rem; border-radius: 8px; font-weight: 600; font-size: 1rem;
    border: 1px solid transparent; text-align: center; line-height: 1.2;
    cursor: pointer; text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-lg { padding: 0.9rem 1.5rem; font-size: 1.05rem; }
.btn-primary { background: #4ba29f; color: #fff; }
.btn-primary:hover { background: #3d8b88; color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(75, 162, 159, 0.3); }
.btn-outline { background: transparent; color: #20293a; border-color: #20293a; }
.btn-outline:hover { background: #20293a; color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline-light:hover { background: #fff; color: #20293a; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1030; background: #02062f; padding: 0.5rem 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-logo img { height: 40px; width: auto; display: block; }
.header-cta {
    display: inline-flex; flex-direction: column; align-items: center;
    background: #4ba29f; color: #fff; padding: 0.4rem 0.85rem; border-radius: 8px;
    font-weight: 700; line-height: 1.1; text-decoration: none;
}
.header-cta small { font-size: 0.65rem; font-weight: 600; opacity: 0.9; text-transform: uppercase; letter-spacing: 0.5px; }
.header-cta b { font-size: 0.95rem; }
.header-cta:hover { background: #3d8b88; color: #fff; }
@media (min-width: 576px) {
    .header-cta { flex-direction: row; gap: 0.5rem; padding: 0.55rem 1rem; }
    .header-cta small { font-size: 0.75rem; }
    .header-cta b { font-size: 1rem; }
}

/* Hero */
.orl-hero { background: linear-gradient(135deg, #0b2447 0%, #163d6e 100%); color: #fff; padding: 110px 0 3rem; }
@media (min-width: 992px) { .orl-hero { padding: 130px 0 4rem; } }
.orl-hero-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
@media (min-width: 992px) { .orl-hero-grid { grid-template-columns: 1.4fr 1fr; gap: 3rem; } }
.orl-hero h1 { color: #fff; }
.orl-hero .lead { font-size: 1.05rem; color: rgba(255,255,255,0.9); margin-bottom: 1.5rem; }
@media (min-width: 768px) { .orl-hero .lead { font-size: 1.15rem; } }
.orl-hero-phone { display: none; align-items: center; gap: 0.75rem; margin-top: 1rem; }
@media (min-width: 992px) { .orl-hero-phone { display: flex; } }
.orl-hero-phone-label { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.orl-hero-phone-link { color: #fff; font-weight: 700; font-size: 1.15rem; font-family: 'Outfit', sans-serif; display: inline-flex; align-items: center; gap: 0.4rem; }
.orl-hero-phone-link:hover { color: #4ba29f; }

/* Mini-form */
.orl-mini-form { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 24px 48px rgba(0,0,0,0.35), 0 4px 12px rgba(0,0,0,0.15); color: #212529; }
@media (min-width: 768px) { .orl-mini-form { padding: 2rem; } }
.orl-mini-form-title { font-size: 1.35rem; font-weight: 700; margin: 0 0 0.4rem; text-align: center; color: #20293a; font-family: 'Outfit', sans-serif; }
.orl-mini-form-subtitle { font-size: 0.9rem; color: #6c757d; margin: 0 0 1.25rem; text-align: center; padding-bottom: 1rem; border-bottom: 1px solid #e9ecef; }
.orl-mini-form-trust { font-size: 0.78rem; color: #6c757d; text-align: center; margin: 0.85rem 0 0; }

/* Forms */
.form-group { margin-bottom: 0.85rem; }
.form-input, .form-textarea {
    display: block; width: 100%; padding: 0.85rem 1rem; font-size: 1rem;
    border: 1px solid #ced4da; border-radius: 8px; background: #fff; color: #212529;
    font-family: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-input:focus, .form-textarea:focus { outline: 0; border-color: #4ba29f; box-shadow: 0 0 0 3px rgba(75,162,159,0.15); }
.form-input.is-invalid { border-color: #dc3545; }
.form-textarea { min-height: 80px; resize: vertical; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Trust strip */
.orl-trust-strip { background: #20293a; color: #fff; padding: 1.25rem 0; }
.orl-trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .orl-trust-grid { grid-template-columns: repeat(5, 1fr); } }
.orl-trust-item { display: flex; align-items: center; gap: 0.65rem; justify-content: center; }
.orl-trust-item svg { color: #4ba29f; width: 24px; height: 24px; flex-shrink: 0; }
.orl-trust-item-text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.orl-trust-item-text strong { font-family: 'Outfit', sans-serif; font-size: 1.1rem; font-weight: 700; }
.orl-trust-item-text span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.5px; color: rgba(255,255,255,0.7); }
@media (min-width: 992px) {
    .orl-trust-item-text strong { font-size: 1.2rem; }
    .orl-trust-item-text span { font-size: 0.78rem; }
}
.orl-trust-item-full { grid-column: 1 / -1; }
@media (min-width: 768px) { .orl-trust-item-full { grid-column: auto; } }

/* Logo Strip */
.orl-logo-strip { background: #fafafa; border-top: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef; padding: 1.5rem 0; }
@media (min-width: 768px) { .orl-logo-strip { padding: 2.5rem 0; } }
.orl-logo-strip-label { font-size: 0.85rem; color: #6c757d; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; margin-bottom: 1.25rem; text-align: center; }
.orl-logo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 1rem; align-items: center; max-width: 1100px; margin: 0 auto; }
@media (min-width: 576px) { .orl-logo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .orl-logo-grid { grid-template-columns: repeat(6, 1fr); } }
.orl-logo-tile { display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 0.5rem 0.75rem; }
.orl-logo-tile img { max-height: 44px; max-width: 100%; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.2s ease, opacity 0.2s ease; }
.orl-logo-tile:hover img { filter: grayscale(0); opacity: 1; }

/* Offer card */
.orl-offer-section { padding: 3rem 0; background: #f5f6f8; }
@media (min-width: 768px) { .orl-offer-section { padding: 4rem 0; } }
.orl-offer-card { position: relative; background: #fff; border-radius: 20px; box-shadow: 0 24px 56px rgba(11,36,71,0.12), 0 4px 12px rgba(11,36,71,0.06); border: 1px solid #e9ecef; overflow: hidden; max-width: 1000px; margin: 0 auto; }
.orl-offer-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #4ba29f 0%, #67dee2 50%, #4ba29f 100%); }
.orl-offer-badge { position: absolute; top: 1.25rem; right: 1.25rem; background: linear-gradient(135deg, #4ba29f 0%, #2b5c5b 100%); color: #fff; font-family: 'Outfit', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 0.7rem; font-weight: 700; padding: 0.4rem 0.85rem; border-radius: 999px; box-shadow: 0 4px 12px rgba(75,162,159,0.35); z-index: 1; }
.orl-offer-body { padding: 0; }
@media (min-width: 992px) { .orl-offer-body { display: grid; grid-template-columns: 300px 1fr; } }
.orl-offer-price-col { background: linear-gradient(180deg, #e6f4f3 0%, #f5fbfa 60%, #fafdfc 100%); padding: 1.75rem 1.5rem; text-align: center; border-bottom: 1px solid #e9ecef; }
@media (min-width: 992px) { .orl-offer-price-col { text-align: left; border-bottom: 0; padding: 2.5rem 2rem; } }
.orl-offer-price-label { text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.72rem; font-weight: 600; color: #6c757d; margin-bottom: 0.35rem; }
.orl-offer-price-amount { font-family: 'Outfit', sans-serif; font-weight: 700; color: #20293a; line-height: 1; margin-bottom: 1rem; font-size: 3.75rem; display: flex; align-items: baseline; gap: 0.1rem; justify-content: center; }
@media (min-width: 992px) { .orl-offer-price-amount { justify-content: flex-start; font-size: 4.25rem; } }
.orl-offer-price-amount .currency { font-size: 2rem; color: #4ba29f; align-self: flex-start; margin-top: 0.6rem; }
.orl-offer-price-amount .period { font-size: 1.25rem; color: #6c757d; font-weight: 500; }
.orl-offer-price-highlight { background: #fff; border: 1px solid #4ba29f; border-radius: 8px; padding: 0.6rem 0.85rem; color: #2b5c5b; font-size: 0.9rem; font-weight: 600; margin-bottom: 0.75rem; }
.orl-offer-price-terms { font-size: 0.85rem; color: #4c5466; }
.orl-offer-features-col { padding: 1.75rem 1.5rem; }
@media (min-width: 992px) { .orl-offer-features-col { padding: 2.5rem; } }
.orl-offer-features-title { text-transform: uppercase; letter-spacing: 1.2px; font-size: 0.72rem; font-weight: 700; color: #4ba29f; margin-bottom: 1rem; }
.orl-feature-list { list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: 0.7rem; }
.orl-feature-list li { display: grid; grid-template-columns: 18px 1fr; column-gap: 0.65rem; align-items: start; line-height: 1.5; font-size: 0.95rem; }
.orl-feature-list li svg { color: #4ba29f; width: 18px; height: 18px; flex-shrink: 0; margin-top: 0.2rem; }
.orl-tier-note { background: #f8f9fa; border-left: 3px solid #4ba29f; padding: 0.85rem 1rem; border-radius: 0 8px 8px 0; font-size: 0.85rem; line-height: 1.5; color: #4c5466; display: grid; grid-template-columns: 18px 1fr; gap: 0.65rem; align-items: start; }
.orl-tier-note svg { color: #4ba29f; width: 18px; height: 18px; flex-shrink: 0; margin-top: 0.15rem; }
.orl-offer-cta-row { background: #fafafa; border-top: 1px solid #e9ecef; padding: 1.5rem; text-align: center; }
@media (min-width: 992px) { .orl-offer-cta-row { grid-column: 1 / -1; padding: 1.75rem 2.5rem; } }
.orl-offer-cta-primary { max-width: 460px; width: 100%; padding: 1rem; font-weight: 700; }
.orl-offer-cta-phone { display: inline-flex; align-items: center; gap: 0.4rem; color: #20293a; font-size: 0.95rem; margin-top: 0.5rem; }
.orl-offer-cta-phone strong { font-family: 'Outfit', sans-serif; }
.orl-offer-cta-phone:hover { color: #4ba29f; }
.orl-offer-cta-phone svg { width: 16px; height: 16px; }

/* 4-Tier Plans */
.orl-plans-section { padding: 3rem 0; }
@media (min-width: 768px) { .orl-plans-section { padding: 4rem 0; } }
.orl-plans-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 768px) { .orl-plans-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .orl-plans-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; align-items: stretch; } }
.orl-plan-card { background: #fff; border: 1px solid #e9ecef; border-radius: 14px; padding: 1.75rem 1.5rem; display: flex; flex-direction: column; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.orl-plan-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11,36,71,0.08); }
.orl-plan-featured { border: 2px solid #4ba29f; background: linear-gradient(180deg, #f1f9f8 0%, #ffffff 30%); box-shadow: 0 12px 32px rgba(75,162,159,0.15); }
@media (min-width: 1200px) { .orl-plan-featured { transform: translateY(-8px); } .orl-plan-featured:hover { transform: translateY(-10px); } }
.orl-plan-badge { position: absolute; top: -0.65rem; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #4ba29f 0%, #2b5c5b 100%); color: #fff; font-family: 'Outfit', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 0.68rem; font-weight: 700; padding: 0.35rem 0.85rem; border-radius: 999px; box-shadow: 0 4px 12px rgba(75,162,159,0.4); white-space: nowrap; }
.orl-plan-name { font-family: 'Outfit', sans-serif; font-size: 1.35rem; font-weight: 700; color: #20293a; margin-bottom: 0.25rem; }
.orl-plan-price-label { text-transform: uppercase; letter-spacing: 1.2px; font-size: 0.7rem; font-weight: 600; color: #6c757d; margin-bottom: 0.35rem; }
.orl-plan-price { font-family: 'Outfit', sans-serif; font-size: 2.5rem; font-weight: 700; color: #20293a; line-height: 1; margin-bottom: 0.75rem; display: flex; align-items: baseline; gap: 0.1rem; }
.orl-plan-price.custom { font-size: 1.5rem; color: #4ba29f; }
.orl-plan-price .currency { font-size: 1.3rem; color: #6c757d; font-weight: 600; align-self: flex-start; margin-top: 0.4rem; }
.orl-plan-price .period { font-size: 1rem; color: #6c757d; font-weight: 500; }
.orl-plan-summary { color: #4c5466; font-size: 0.9rem; line-height: 1.5; margin-bottom: 1.25rem; min-height: 2.7rem; }
.orl-plan-features { list-style: none; padding: 0; margin: 0 0 1.5rem; flex-grow: 1; display: grid; gap: 0.55rem; }
.orl-plan-features li { display: grid; grid-template-columns: 16px 1fr; column-gap: 0.55rem; align-items: start; line-height: 1.4; font-size: 0.875rem; color: #212529; }
.orl-plan-features li svg { color: #4ba29f; width: 16px; height: 16px; flex-shrink: 0; margin-top: 0.15rem; }
.orl-plan-features li:first-child { font-weight: 600; color: #20293a; margin-bottom: 0.15rem; }
.orl-plan-cta { width: 100%; padding: 0.75rem; font-weight: 600; }
.orl-plans-footnote { text-align: center; margin-top: 1.5rem; color: #6c757d; font-size: 0.9rem; }

/* GSC Results */
.orl-results-section { padding: 3rem 0; }
@media (min-width: 768px) { .orl-results-section { padding: 4rem 0; } }
.orl-results-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; }
@media (min-width: 768px) { .orl-results-grid { grid-template-columns: repeat(3, 1fr); } }
.orl-result-card { background: #fff; border: 1px solid #e9ecef; border-radius: 12px; padding: 1.25rem; text-align: center; box-shadow: 0 4px 12px rgba(11,36,71,0.05); }
.orl-result-industry { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; color: #4ba29f; margin-bottom: 0.75rem; }
.orl-result-img { width: 100%; height: auto; cursor: zoom-in; border: 1px solid #f0f0f0; border-radius: 6px; margin-bottom: 1rem; }
.orl-result-number { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 700; color: #4ba29f; line-height: 1; margin-bottom: 0.35rem; }
.orl-result-metric { font-weight: 600; color: #20293a; margin-bottom: 0.5rem; }
.orl-result-context { font-size: 0.85rem; color: #4c5466; line-height: 1.5; margin: 0; }
.orl-results-source { text-align: center; margin-top: 1.5rem; font-size: 0.85rem; color: #6c757d; }

/* Reviews */
.orl-reviews-section { padding: 3rem 0; }
@media (min-width: 768px) { .orl-reviews-section { padding: 4rem 0; } }
.orl-reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; }
@media (min-width: 768px) { .orl-reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.orl-review-card { background: #fff; border: 1px solid #e9ecef; border-radius: 12px; padding: 1.5rem; display: flex; flex-direction: column; height: 100%; box-shadow: 0 4px 16px rgba(11,36,71,0.05); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.orl-review-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(11,36,71,0.1); }
.orl-review-stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 0.75rem; font-size: 1.05rem; }
.orl-review-text { color: #212529; font-size: 0.95rem; line-height: 1.6; margin-bottom: 1rem; flex-grow: 1; }
.orl-review-text strong { color: #20293a; font-weight: 700; background: linear-gradient(180deg, transparent 60%, rgba(75,162,159,0.18) 60%); }
.orl-review-meta { border-top: 1px solid #f1f3f5; padding-top: 0.85rem; margin-top: auto; }
.orl-review-author { font-family: 'Outfit', sans-serif; font-weight: 700; color: #20293a; }
.orl-review-source { font-size: 0.78rem; color: #6c757d; margin-top: 0.15rem; }

/* How It Works */
.orl-process-section { padding: 3rem 0; background: #0b2447; color: #fff; }
@media (min-width: 768px) { .orl-process-section { padding: 4rem 0; } }
.orl-process-section h2, .orl-process-section .eyebrow { color: #fff; }
.orl-timeline { max-width: 920px; margin: 2.5rem auto 0; display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .orl-timeline { gap: 1.75rem; } }
.orl-timeline-step { background: rgba(255,255,255,0.08); border: 1px solid rgba(75,162,159,0.35); border-left: 5px solid #4ba29f; border-radius: 10px; padding: 1.25rem; display: grid; grid-template-columns: 60px 1fr; gap: 1rem; align-items: start; box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
@media (min-width: 768px) { .orl-timeline-step { padding: 1.75rem; grid-template-columns: 72px 1fr; gap: 1.5rem; } }
.orl-timeline-num { font-family: 'Outfit', sans-serif; font-size: 2.5rem; font-weight: 700; color: #67dee2; line-height: 1; text-shadow: 0 2px 12px rgba(75,162,159,0.4); }
.orl-timeline-when { text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.72rem; font-weight: 700; color: #67dee2; margin-bottom: 0.35rem; }
.orl-timeline-step h3 { color: #fff; font-size: 1.2rem; margin: 0 0 0.5rem; }
.orl-timeline-step p { color: rgba(255,255,255,0.9); margin: 0; line-height: 1.6; }
.orl-timeline-cta { text-align: center; margin-top: 2rem; }

/* Promise Card */
.orl-promise-section { padding: 3rem 0; }
@media (min-width: 768px) { .orl-promise-section { padding: 4rem 0; } }
.orl-promise-card { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border: 2px solid #4ba29f; border-radius: 16px; padding: 1.75rem 1.5rem; max-width: 1000px; margin: 0 auto; }
@media (min-width: 768px) { .orl-promise-card { padding: 2.5rem; } }
.orl-promise-header { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: center; margin-bottom: 1.25rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(75,162,159,0.2); }
@media (min-width: 576px) { .orl-promise-header { grid-template-columns: 64px 1fr; gap: 1.25rem; } }
.orl-promise-shield { color: #4ba29f; }
.orl-promise-shield svg { width: 56px; height: 56px; }
.orl-promise-eyebrow { text-transform: uppercase; letter-spacing: 2px; font-size: 0.72rem; font-weight: 600; color: #4ba29f; margin-bottom: 0.35rem; }
.orl-promise-title { font-family: 'Outfit', sans-serif; font-size: 1.55rem; font-weight: 700; color: #20293a; line-height: 1.2; margin: 0; }
@media (min-width: 768px) { .orl-promise-title { font-size: 1.85rem; } }
.orl-promise-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .orl-promise-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } }
.orl-promise-item { display: grid; grid-template-columns: 36px 1fr; gap: 0.85rem; align-items: start; }
.orl-promise-item svg { color: #4ba29f; width: 32px; height: 32px; }
.orl-promise-item h4 { font-family: 'Outfit', sans-serif; font-size: 1rem; margin: 0 0 0.3rem; color: #20293a; }
.orl-promise-item p { color: #4c5466; font-size: 0.92rem; margin: 0; line-height: 1.5; }

/* Industries */
.orl-industries-section { padding: 3rem 0; }
@media (min-width: 768px) { .orl-industries-section { padding: 4rem 0; } }
.orl-industries-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; max-width: 900px; margin: 2rem auto 0; }
@media (min-width: 576px) { .orl-industries-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .orl-industries-grid { grid-template-columns: repeat(5, 1fr); } }
.orl-industry-tag { display: block; padding: 0.75rem 0.5rem; border: 1px solid #20293a; border-radius: 8px; text-align: center; color: #20293a; font-weight: 600; font-size: 0.9rem; }

/* FAQ */
.orl-faq-section { padding: 3rem 0; background: #f5f6f8; }
@media (min-width: 768px) { .orl-faq-section { padding: 4rem 0; } }
.orl-faq-list { max-width: 760px; margin: 2rem auto 0; }
.orl-faq-item { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 0.75rem; overflow: hidden; }
.orl-faq-q { width: 100%; background: transparent; padding: 1.1rem 3rem 1.1rem 1.25rem; text-align: left; font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 600; color: #20293a; line-height: 1.4; position: relative; cursor: pointer; transition: background 0.15s ease; }
.orl-faq-q:hover { background: #f1f9f8; }
.orl-faq-q::after { content: ''; position: absolute; top: 50%; right: 1.25rem; width: 10px; height: 10px; border-right: 2px solid #4ba29f; border-bottom: 2px solid #4ba29f; transform: translateY(-65%) rotate(45deg); transition: transform 0.2s ease; }
.orl-faq-item.open .orl-faq-q::after { transform: translateY(-35%) rotate(225deg); }
.orl-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; color: #4c5466; line-height: 1.6; font-size: 0.95rem; }
.orl-faq-item.open .orl-faq-a { max-height: 500px; }
.orl-faq-a-inner { padding: 0 1.25rem 1.1rem; }

/* Form Section */
.orl-form-section { padding: 3rem 0; background: linear-gradient(135deg, #0b2447 0%, #163d6e 100%); color: #fff; }
@media (min-width: 768px) { .orl-form-section { padding: 4rem 0; } }
.orl-form-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1100px; margin: 0 auto; }
@media (min-width: 992px) { .orl-form-grid { grid-template-columns: 1.4fr 1fr; align-items: start; } }
.orl-form-card { background: #fff; border-radius: 16px; padding: 1.75rem; color: #212529; box-shadow: 0 24px 56px rgba(0,0,0,0.25); }
@media (min-width: 768px) { .orl-form-card { padding: 2.25rem; } }
.orl-form-card h2 { text-align: center; }
.orl-form-card-subtitle { text-align: center; color: #6c757d; margin-bottom: 1.5rem; font-size: 0.95rem; }
.orl-form-trust-text { font-size: 0.8rem; color: #6c757d; text-align: center; margin: 0.85rem 0 0; }
.orl-form-sidebar h3 { color: #fff; font-size: 1.25rem; }
.orl-sidebar-checks { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.orl-sidebar-checks li { display: grid; grid-template-columns: 22px 1fr; gap: 0.6rem; align-items: start; padding: 0.4rem 0; font-size: 0.95rem; color: rgba(255,255,255,0.95); }
.orl-sidebar-checks li svg { color: #67dee2; width: 20px; height: 20px; margin-top: 0.1rem; }
.orl-sidebar-phone-label { font-size: 0.85rem; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.orl-sidebar-phone { display: inline-flex; align-items: center; gap: 0.4rem; color: #fff; font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; margin: 0.35rem 0; }
.orl-sidebar-phone:hover { color: #67dee2; }
.orl-sidebar-phone svg { width: 22px; height: 22px; color: #67dee2; }
.orl-sidebar-subtext { font-size: 0.85rem; color: rgba(255,255,255,0.65); margin-top: 0.2rem; }
.orl-form-sidebar-mobile-hide { display: none; }
@media (min-width: 992px) { .orl-form-sidebar-mobile-hide { display: block; } }

/* Service Areas */
.orl-areas-section { padding: 3rem 0; background: #0b2447; color: #fff; }
@media (min-width: 768px) { .orl-areas-section { padding: 4rem 0; } }
.orl-areas-section h2, .orl-areas-section .eyebrow { color: #fff; }
.orl-areas-section .section-intro p { color: rgba(255,255,255,0.85); }
.orl-areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; max-width: 1100px; margin: 2rem auto 0; }
@media (min-width: 576px) { .orl-areas-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .orl-areas-grid { grid-template-columns: repeat(6, 1fr); } }
.orl-area-tag { display: block; padding: 0.65rem 0.5rem; border: 1px solid rgba(255,255,255,0.4); border-radius: 8px; text-align: center; color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }

/* Final CTA */
.orl-final-cta { padding: 3rem 0; text-align: center; }
@media (min-width: 768px) { .orl-final-cta { padding: 4rem 0; } }
.orl-final-cta h2 { color: #4ba29f; font-weight: 500; font-size: clamp(1.75rem, 4vw, 2.5rem); }
.orl-final-cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.orl-final-cta-row .btn { min-width: 220px; }

/* Footer */
.site-footer { background: #02062f; color: rgba(255,255,255,0.8); padding: 2.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr; gap: 3rem; } }
.footer-logo img { height: 50px; width: auto; margin-bottom: 1rem; }
.footer-col h5 { color: #fff; font-size: 1rem; margin: 0 0 0.75rem; font-family: 'Outfit', sans-serif; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { padding: 0.25rem 0; display: flex; align-items: center; gap: 0.5rem; }
.footer-list li svg { width: 16px; height: 16px; color: #67dee2; flex-shrink: 0; }
.footer-list a { color: rgba(255,255,255,0.8); }
.footer-list a:hover { color: #fff; }
.social-icons { display: flex; gap: 0.65rem; margin-top: 1rem; }
.social-icons a { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; color: #fff; transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease; }
.social-icons a:hover { background: #4ba29f; border-color: #4ba29f; transform: translateY(-2px); }
.social-icons svg { width: 20px; height: 20px; display: block; }
.footer-bottom { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.85rem; color: rgba(255,255,255,0.5); }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-bottom ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: #fff; }

/* Mobile Sticky CTA */
.orl-sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #02062f; padding: 0.5rem; z-index: 1020; display: flex; gap: 0.5rem; box-shadow: 0 -4px 12px rgba(0,0,0,0.15); }
@media (min-width: 768px) { .orl-sticky-cta { display: none; } }
.orl-sticky-cta .btn { flex: 1; padding: 0.75rem 0.5rem; font-size: 0.9rem; }
body.has-sticky-cta { padding-bottom: 70px; }
@media (min-width: 768px) { body.has-sticky-cta { padding-bottom: 0; } }

/* Lightbox */
.orl-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 9999; padding: 2rem; align-items: center; justify-content: center; }
.orl-lightbox.open { display: flex; }
.orl-lightbox img { max-width: 100%; max-height: 90vh; border-radius: 8px; }
.orl-lightbox-close { position: absolute; top: 1rem; right: 1rem; width: 44px; height: 44px; background: rgba(255,255,255,0.1); color: #fff; border-radius: 50%; cursor: pointer; font-size: 1.5rem; line-height: 1; display: flex; align-items: center; justify-content: center; }
.orl-lightbox-close:hover { background: rgba(255,255,255,0.2); }

/* Reveal Animations (composited, no reflow) */
.reveal { opacity: 0; transform: translate3d(0, 20px, 0); transition: opacity 0.5s ease, transform 0.5s ease; will-change: opacity, transform; }
.reveal.visible { opacity: 1; transform: translate3d(0, 0, 0); will-change: auto; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Turnstile widget */
.cf-turnstile { margin: 0.5rem 0; }

/* Form error */
.orl-form-error { background: #fff5f5; border: 1px solid #fecaca; color: #b91c1c; padding: 0.75rem 1rem; border-radius: 8px; margin-top: 0.75rem; font-size: 0.9rem; }
