
:root {
    --ink: #111923;
    --muted: #606b75;
    --paper: #f4f7f8;
    --panel: #fff;
    --line: #dce4e7;
    --night: #101923;
    --blue: #225f7f;
    --steel: #738390;
    --amber: #d19a4c;
    --red: #9b3430;
    --shadow: 0 22px 70px rgba(17, 25, 35, .14);
    --ease: cubic-bezier(.2, .7, .2, 1)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6
}

a {
    color: var(--blue);
    text-decoration: none
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 10px;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 9999
}

.skip-link:focus {
    left: 10px
}

.navbar {
    background: rgba(16, 25, 35, .92);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(16px)
}

.navbar-brand {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-weight: 900
}

.navbar-brand:hover {
    color: #fff
}

.navbar-brand span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    color: var(--amber)
}

.nav-link {
    color: rgba(255, 255, 255, .78);
    font-weight: 800
}

.nav-link:hover, .nav-link.active {
    color: #fff
}

.dropdown-menu {
    border: 0;
    border-radius: 10px;
    box-shadow: var(--shadow);
    padding: 10px
}

.dropdown-item {
    border-radius: 8px;
    font-weight: 700;
    padding: 9px 12px
}

.dropdown-item:hover {
    background: #eef4f6;
    color: var(--blue)
}

.nav-cta, .actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center
}

.nav-cta {
    margin-left: 16px
}

.btn {
    border-radius: 6px;
    font-weight: 900
}

.btn-accent {
    color: #111923;
    background: linear-gradient(135deg, #f2c986, var(--amber));
    border-color: var(--amber)
}

.btn-accent:hover {
    color: #111923;
    background: linear-gradient(135deg, #ffd99b, #bf8130);
    text-decoration: none
}

.btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .55)
}

.hero-board {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: end;
    padding: 126px 0 54px;
    background: var(--night);
    overflow: hidden
}

.hero-img {
    position: absolute;
    inset: 0
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(1.05) brightness(.72)
}

.hero-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 25, 35, .88), rgba(16, 25, 35, .48) 50%, rgba(16, 25, 35, .18))
}

.hero-board .container {
    position: relative;
    z-index: 1
}

.hero-card {
    max-width: 780px;
    padding: 32px;
    border-left: 4px solid var(--amber);
    background: rgba(16, 25, 35, .76);
    backdrop-filter: blur(10px);
    color: #fff;
    box-shadow: var(--shadow)
}

.eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--amber);
    font-size: .76rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px
}

.eyebrow:before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor
}

.hero-card h1 {
    font-size: 4.6rem;
    line-height: .96;
    margin: 0 0 18px;
    font-family: Georgia, serif
}

.hero-card p {
    font-size: 1.16rem;
    color: rgba(255, 255, 255, .84)
}

.ops-strip {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1px;
    max-width: 780px;
    background: rgba(255, 255, 255, .18);
    margin-top: 18px
}

.ops-strip span {
    padding: 14px;
    background: rgba(16, 25, 35, .72);
    color: #fff;
    font-weight: 900;
    text-align: center
}

.section {
    padding: 88px 0
}

.section-head {
    max-width: 790px;
    margin-bottom: 34px
}

.section-head h2, .content h2, .request-box h2, .footer-panel h2, .narrow h2, .contact-panel h2 {
    font-size: 2.8rem;
    line-height: 1.08;
    font-family: Georgia, serif
}

.section-head p, .content p, .request-box li, .contact-panel p, .article-layout p, .narrow p, .tile p, .article p {
    color: var(--muted)
}

.tile-grid {
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 18px
}

.tile, .article, .request-box, .contact-panel {
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: 0 16px 48px rgba(17, 25, 35, .08);
    border-radius: 10px
}

.tile {
    overflow: hidden
}

.tile img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover
}

.tile div, .article div {
    padding: 20px
}

.tile h3, .article h3 {
    font-size: 1.18rem
}

.more {
    font-weight: 900;
    color: var(--blue)
}

.dark {
    background: #17232e;
    color: #fff
}

.dark h2, .dark .eyebrow {
    color: #fff
}

.dark p, .dark li {
    color: rgba(255, 255, 255, .78)
}

.dark .request-box {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .16)
}

.dark .request-box h2, .dark .request-box li {
    color: #fff
}

.dark .request-box .btn-outline-dark {
    color: #fff;
    border-color: rgba(255, 255, 255, .65);
    background: transparent
}

.dark .request-box .btn-outline-dark:hover {
    background: #fff;
    color: #17232e
}

.request-box, .contact-panel {
    padding: 28px
}

.request-box {
    position: sticky;
    top: 100px
}

.blog {
    background: #eef3f5
}

.article {
    height: 100%;
    overflow: hidden
}

.article img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover
}

.article span {
    color: var(--amber);
    font-weight: 900;
    font-size: .76rem;
    text-transform: uppercase
}

.faq {
    background: #fff
}

.accordion {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(17, 25, 35, .08)
}

.accordion-button {
    font-weight: 900
}

.accordion-button:not(.collapsed) {
    background: #e9f1f4;
    color: var(--blue)
}

.article-layout article {
    font-size: 1.1rem
}

.narrow {
    max-width: 850px
}

.site-footer {
    padding: 58px 0 90px;
    background: #0e151d;
    color: rgba(255, 255, 255, .76)
}

.site-footer a {
    color: #fff
}

.footer-panel {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .04);
    border-radius: 10px
}

.footer-panel h2, .site-footer h3 {
    color: #fff
}

.footer-links {
    padding-top: 34px
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer li {
    margin-bottom: 8px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14)
}

.mobile-bar {
    display: none
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s var(--ease), transform .65s var(--ease)
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

@media (max-width: 1199px) {
    .tile-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .hero-card h1 {
        font-size: 3.8rem
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 62px
    }

    .hero-board {
        min-height: 650px
    }

    .hero-card {
        padding: 24px
    }

    .hero-card h1 {
        font-size: 2.65rem
    }

    .ops-strip {
        grid-template-columns:repeat(2, 1fr)
    }

    .section {
        padding: 58px 0
    }

    .tile-grid {
        grid-template-columns:1fr
    }

    .request-box {
        position: static
    }

    .footer-panel {
        align-items: flex-start;
        flex-direction: column
    }

    .mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1200;
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .mobile-bar a {
        display: grid;
        place-items: center;
        min-height: 58px;
        color: #fff;
        background: var(--night);
        font-weight: 900
    }

    .mobile-bar a + a {
        background: var(--amber);
        color: #111923
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

/* Bright Orlando redesign */
:root {
    --ink: #14212b;
    --muted: #5f6b73;
    --paper: #f7fafb;
    --panel: #ffffff;
    --line: #dbe6ea;
    --night: #f7fafb;
    --blue: #1d648b;
    --amber: #c9853e;
    --soft-blue: #e8f3f7;
    --soft-amber: #fff3e0;
    --shadow: 0 22px 60px rgba(20, 33, 43, .12);
}

body {
    background: linear-gradient(180deg, #ffffff 0, #f4f9fb 42%, #f7fafb 100%);
    color: var(--ink);
}

.navbar {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(29, 100, 139, .14);
    box-shadow: 0 12px 34px rgba(20, 33, 43, .08);
}

.navbar-brand,
.navbar-brand:hover,
.nav-link,
.nav-link:hover,
.nav-link.active {
    color: var(--ink);
}

.navbar-brand span {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.nav-link:hover,
.nav-link.active {
    color: var(--blue);
}

.navbar .btn-outline-light,
.hero-card .btn-outline-light {
    color: var(--blue);
    background: #fff;
    border-color: rgba(29, 100, 139, .42);
}

.navbar .btn-outline-light:hover,
.hero-card .btn-outline-light:hover {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.btn-accent {
    color: #fff;
    background: linear-gradient(135deg, #d99a55, var(--amber));
    border-color: var(--amber);
}

.btn-accent:hover {
    color: #fff;
    background: linear-gradient(135deg, #c8823c, #9f6024);
}

.hero-board {
    min-height: auto;
    align-items: center;
    padding: 132px 0 76px;
    background: radial-gradient(circle at 80% 15%, rgba(201, 133, 62, .12), transparent 28%),
    linear-gradient(135deg, #ffffff, #eef7fa);
}

.hero-img {
    position: absolute;
    inset: 104px 3vw 60px auto;
    width: min(46vw, 720px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-img img {
    filter: saturate(1.02) contrast(1.02) brightness(1);
}

.hero-img::after {
    content: none;
    display: none;
}

.hero-card {
    max-width: 680px;
    padding: 38px;
    border: 1px solid rgba(29, 100, 139, .16);
    border-left: 6px solid var(--amber);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    color: var(--ink);
    box-shadow: var(--shadow);
}

.hero-card h1 {
    color: var(--ink);
}

.hero-card p {
    color: var(--muted);
}

.ops-strip {
    max-width: 680px;
    background: transparent;
    gap: 10px;
}

.ops-strip span {
    color: var(--blue);
    background: #fff;
    border: 1px solid rgba(29, 100, 139, .14);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20, 33, 43, .06);
}

.tile,
.article,
.request-box,
.contact-panel,
.accordion {
    border-color: rgba(29, 100, 139, .13);
    box-shadow: 0 14px 38px rgba(20, 33, 43, .08);
}

.tile {
    border-radius: 18px;
}

.tile img,
.article img {
    filter: saturate(1.03) contrast(1.02);
}

.dark {
    color: var(--ink);
    background: linear-gradient(135deg, var(--soft-blue), #ffffff 58%, var(--soft-amber));
}

.dark h2,
.dark .eyebrow {
    color: var(--ink);
}

.dark p,
.dark li {
    color: var(--muted);
}

.dark .request-box {
    background: #fff;
    border-color: rgba(29, 100, 139, .13);
}

.dark .request-box h2,
.dark .request-box li {
    color: var(--ink);
}

.dark .request-box .btn-outline-dark {
    color: var(--blue);
    border-color: rgba(29, 100, 139, .42);
    background: #fff;
}

.dark .request-box .btn-outline-dark:hover {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.blog {
    background: #f1f7f9;
}

.site-footer {
    color: var(--muted);
    background: #ffffff;
    border-top: 1px solid rgba(29, 100, 139, .14);
}

.site-footer a {
    color: var(--blue);
}

.footer-panel {
    border-color: rgba(29, 100, 139, .14);
    background: linear-gradient(135deg, var(--soft-blue), #fff);
}

.footer-panel h2,
.site-footer h3 {
    color: var(--ink);
}

.footer-bottom {
    border-top-color: rgba(29, 100, 139, .14);
}

.mobile-bar a {
    color: #fff;
    background: var(--blue);
}

.mobile-bar a + a {
    color: #fff;
    background: var(--amber);
}

@media (max-width: 991px) {
    .hero-img {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 26px;
    }
}

/* Responsive polish: smaller typography, cleaner spacing, safer mobile layout */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 16px;
}

.navbar-brand {
    gap: 9px;
}

.navbar-brand span {
    width: 38px;
    height: 38px;
    font-size: .9rem;
}

.navbar-brand strong {
    font-size: .98rem;
    line-height: 1.1;
}

.nav-link {
    font-size: .92rem;
    padding-left: .55rem !important;
    padding-right: .55rem !important;
}

.nav-cta {
    gap: 8px;
    margin-left: 10px;
}

.nav-cta .btn,
.btn-sm {
    padding: .44rem .72rem;
    font-size: .84rem;
}

.btn-lg {
    padding: .68rem 1rem;
    font-size: .96rem;
}

.hero-board {
    min-height: 620px;
    padding: 118px 0 56px;
}

.hero-img {
    inset: 112px clamp(16px, 4vw, 56px) 64px auto;
    width: min(41vw, 610px);
    border-radius: 20px;
}

.hero-img img {
    border-radius: 20px;
}

.hero-card {
    max-width: 590px;
    padding: 28px;
    border-radius: 16px;
}

.hero-card h1 {
    font-size: 3.25rem;
    line-height: 1.03;
    margin-bottom: 14px;
}

.hero-card p {
    max-width: 530px;
    font-size: 1rem;
}

.eyebrow {
    font-size: .68rem;
    letter-spacing: .09em;
}

.ops-strip {
    max-width: 590px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.ops-strip span {
    min-width: 0;
    padding: 10px 12px;
    font-size: .84rem;
}

.section {
    padding: 70px 0;
}

.section-head {
    max-width: 720px;
    margin-bottom: 28px;
}

.section-head h2,
.content h2,
.request-box h2,
.footer-panel h2,
.narrow h2,
.contact-panel h2 {
    font-size: 2.12rem;
    line-height: 1.14;
}

.section-head p,
.content p,
.request-box li,
.contact-panel p,
.article-layout p,
.narrow p,
.tile p,
.article p {
    font-size: .96rem;
}

.tile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tile,
.article,
.request-box,
.contact-panel,
.accordion,
.footer-panel {
    border-radius: 14px;
}

.tile div,
.article div {
    padding: 18px;
}

.tile h3,
.article h3 {
    font-size: 1.05rem;
    line-height: 1.25;
}

.request-box,
.contact-panel {
    padding: 24px;
}

.request-box {
    top: 88px;
}

.article-layout article {
    font-size: 1rem;
}

.footer-panel {
    padding: 24px;
}

.footer-panel h2 {
    font-size: 1.95rem;
}

@media (max-width: 1199px) {
    .hero-board {
        min-height: 590px;
    }

    .hero-img {
        width: min(38vw, 500px);
    }

    .hero-card {
        max-width: 555px;
    }

    .hero-card h1 {
        font-size: 2.72rem;
    }

    .tile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .navbar {
        padding-top: .55rem;
        padding-bottom: .55rem;
    }

    .navbar-collapse {
        padding: 12px 0 4px;
    }

    .nav-link {
        padding: .48rem 0 !important;
    }

    .nav-cta {
        width: 100%;
        margin-left: 0;
        padding-top: 8px;
    }

    .hero-board {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 100px 0 54px;
    }

    .hero-board .container {
        order: 1;
    }

    .hero-img {
        order: 2;
        position: relative;
        inset: auto;
        width: calc(100% - 32px);
        max-width: 720px;
        height: auto;
        margin: 28px auto 0;
    }

    .hero-img img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .hero-card,
    .ops-strip {
        max-width: none;
    }

    .hero-card h1 {
        font-size: 2.35rem;
    }

    .section-head h2,
    .content h2,
    .request-box h2,
    .footer-panel h2,
    .narrow h2,
    .contact-panel h2 {
        font-size: 1.86rem;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 62px;
    }

    .navbar-brand span {
        width: 34px;
        height: 34px;
        border-radius: 7px;
        font-size: .8rem;
    }

    .navbar-brand strong {
        max-width: 210px;
        font-size: .88rem;
    }

    .nav-cta .btn {
        flex: 1 1 150px;
    }

    .hero-board {
        padding: 92px 0 46px;
    }

    .hero-card {
        padding: 21px;
    }

    .hero-card h1 {
        font-size: 1.98rem;
        line-height: 1.08;
    }

    .hero-card p {
        font-size: .94rem;
    }

    .actions {
        gap: 8px;
    }

    .actions .btn {
        width: 100%;
    }

    .ops-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 14px;
    }

    .ops-strip span {
        padding: 9px 8px;
        font-size: .78rem;
    }

    .hero-img {
        width: calc(100% - 24px);
        margin-top: 22px;
    }

    .section {
        padding: 52px 0;
    }

    .section-head {
        margin-bottom: 22px;
    }

    .section-head h2,
    .content h2,
    .request-box h2,
    .footer-panel h2,
    .narrow h2,
    .contact-panel h2 {
        font-size: 1.62rem;
    }

    .tile-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tile div,
    .article div {
        padding: 16px;
    }

    .request-box,
    .contact-panel,
    .footer-panel {
        padding: 20px;
    }

    .footer-panel .actions,
    .footer-panel .actions .btn {
        width: 100%;
    }

    .mobile-bar a {
        min-height: 56px;
        font-size: .92rem;
    }
}

@media (max-width: 420px) {
    .navbar-brand strong {
        max-width: 176px;
        font-size: .82rem;
    }

    .hero-card {
        padding: 18px;
    }

    .hero-card h1 {
        font-size: 1.76rem;
    }

    .section-head h2,
    .content h2,
    .request-box h2,
    .footer-panel h2,
    .narrow h2,
    .contact-panel h2 {
        font-size: 1.46rem;
    }
}

/* Final type scale and mid-size layout correction */
.hero-card h1 {
    font-size: 2.92rem;
}

.section-head h2,
.content h2,
.request-box h2,
.footer-panel h2,
.narrow h2,
.contact-panel h2 {
    font-size: 1.96rem;
}

.tile h3,
.article h3 {
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .hero-card h1 {
        font-size: 2.48rem;
    }
}

@media (max-width: 1099px) {
    .hero-board {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 104px 0 54px;
    }

    .hero-board .container {
        order: 1;
    }

    .hero-img {
        order: 2;
        position: relative;
        inset: auto;
        width: calc(100% - 48px);
        max-width: 760px;
        height: auto;
        margin: 28px auto 0;
    }

    .hero-img img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .hero-card,
    .ops-strip {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .hero-card h1 {
        font-size: 2.14rem;
    }

    .section-head h2,
    .content h2,
    .request-box h2,
    .footer-panel h2,
    .narrow h2,
    .contact-panel h2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .hero-card h1 {
        font-size: 1.82rem;
    }

    .section-head h2,
    .content h2,
    .request-box h2,
    .footer-panel h2,
    .narrow h2,
    .contact-panel h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 420px) {
    .hero-card h1 {
        font-size: 1.66rem;
    }

    .section-head h2,
    .content h2,
    .request-box h2,
    .footer-panel h2,
    .narrow h2,
    .contact-panel h2 {
        font-size: 1.34rem;
    }
}
