html {
    scroll-behavior: smooth;
}

#fullscreen-resume-bar {
    position: fixed;
    /* Pins it to the absolute top of the viewport */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #a5d8ff;
    color: #000000;
    text-align: center;
    padding: 0.625rem;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 0.125rem solid #222;
    z-index: 199999;
    /* Forces it to sit cleanly on top of everything else */

    /* Self-running smooth pulse animation */
    animation: auto-pulse 1.8s ease-in-out infinite alternate;
}

@keyframes auto-pulse {
    0% {
        background-color: #a5d8ff;
    }

    100% {
        background-color: #ffffff;
        box-shadow: inset 0 0 1rem rgba(165, 216, 255, 0.5);
    }
}

#orientation-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #a5d8ff;
    z-index: 99995;
    color: #000;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 1.25rem;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.orientation-content {
    margin-top: 64.1875rem;
    max-width: 25rem;
}

.orientation-content h2 {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.05rem;
}

.orientation-content p {
    color: #000;
    font-size: 0.9rem;
    line-height: 1.4;
}

.phone-icon {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto 1.5rem auto;
    animation: rotate-phone 2s ease-in-out infinite;
    display: block;
}

.phone-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

.screen-wrapper {
    margin: 2rem auto;
    border: 2rem solid #222;
    border-radius: 1rem;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.7), inset 0 0 2rem rgba(255, 255, 255, 0.05);
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    overflow-y: auto;
}

.main-container {
    width: 83.375rem;
    height: 46.875rem;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.25rem;
    margin-inline: auto;
    padding: 1.25rem;
    box-sizing: border-box;
}

.intro-box {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    box-sizing: border-box;
}

.nav-notch {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 28.625rem;
    height: 6rem;
    background: #a5d8ff;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 80% 100%, 20% 100%, 0 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    filter: drop-shadow(0 0 0.0625rem rgba(165, 216, 255, 0.8));
}

.nav-notch::before {
    content: "";
    position: relative;
    top: 0.0625rem;
    left: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.0625rem;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 80% 100%, 20% 100%, 0 0);
    z-index: -1;
    background: #a5d8ff;
}

#forimagine-logo {
    width: 12rem;
    transition: transform 0.2s ease-in-out;
    height: auto;
    display: block;
}

.logo {
    fill: #000000;
    transition: fill 0.3s ease;
}

#forimagine-logo:hover .logo {
    fill: #ffffff;
}

#forimagine-logo:hover {
    transform: scale(1.05);
}

.ticker-strip {
    white-space: nowrap;
    animation: scroll-ticker 17s linear infinite;
    font-family: 'Arial Narrow', sans-serif;
    font-size: 0.8rem;
    margin-top: 1rem;
    padding-inline: 1rem;
    background-color: #a5d8ff;
    align-items: center;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
}

.nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: #a5d8ff;
    padding: 0.5rem 1rem;
    max-width: 25rem;
    margin: 1rem auto;
    width: 100%;
}

.nav-item {
    color: #000;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s;
    font-size: 0.8rem;
}

.nav-item:hover {
    background-color: #fff;
    border-radius: 0.25rem;
}

.box {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    font-size: 1rem;
    box-sizing: border-box;

    video {
        position: relative;
        width: 100%;
    }
}

.box-overlays {
    background-color: #a5d8ff;
    position: absolute;
    padding-inline: 1.4rem;
    color: #000;
    font-weight: bolder;
    font-size: 0.8rem;
    width: 23.05rem;
}

.go-to-article {
    color: #666;
}

.article-title {
    font-size: 1rem;
    color: #000;
}

.about-overlays {
    background-color: #ffffff95;
    position: absolute;
    top: 1rem;
    padding-inline: 1.05rem;
    color: #000;
    font-weight: bolder;
    font-size: 0.9rem;
    line-height: 1.5rem;
    cursor: pointer;
}

.about-box-bg {
    position: relative;
    height: 14.5rem;
    width: 100%;
}

.box-1 {
    grid-column: 1 / -1;
}

.box-8-9 {
    grid-column: 1 / -1;
    padding: 2rem;
}

.article-box video {
    margin-block: 2rem;
    width: 50%;
}

.article-box img {
    margin-block: 2rem;
    width: 50%;
}

.article-box iframe {
    margin-bottom: 2rem;
}

.header {
    margin-bottom: 6rem;
}

.callout {
    background-color: #fff;
    border-left: 0.3125rem solid #a5d8ff;
    padding: 1.25rem;
    border-radius: 0.25rem;
    margin: 1.5625rem 0;
}

.callout h3 {
    margin-top: 0;
    color: #000;
}

.grid {
    display: flex;
    gap: 1.25rem;
    margin: 1.5625rem 0;
}

.card {
    flex: 1;
    background: #f8fafc;
    border: 0.0625rem solid #e1e8ed;
    padding: 1.25rem;
    text-align: center;
    border-radius: 0.375rem;
}

.card-val {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.3125rem;
}

.card-lbl {
    font-size: 0.9rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    background: #ffffff;
    border-radius: 0.375rem;
    overflow: hidden;
    border: 0.0625rem solid #e1e8ed;
    page-break-inside: avoid;
}

th {
    background-color: #1e3d59;
    color: #ffffff;
    text-align: left;
    padding: 0.625rem 0.875rem;
    font-size: 0.7917rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}

td {
    padding: 0.625rem 0.875rem;
    border-bottom: 0.0625rem solid #e1e8ed;
    font-size: 0.8333rem;
    color: #34495e;
}

ul,
ol {
    padding-left: 1.25rem;
    margin-bottom: 1.5625rem;
}

li {
    margin-bottom: 0.625rem;
    font-size: 1.05rem;
}

.go-arrow {
    font-size: 2rem;
    margin-left: 17rem;
}

.list-link {
    cursor: pointer;
    text-decoration: underline;
}

.list-link:hover {
    color: #cc9967;
}

.no-border {
    border: none;
}

.wings {
    border-top: #a5d8ff 0.0625rem solid;
}

.col-archive-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 4rem;
}

.search-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0.625rem;
}

#archive-search {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    border: 0.125rem solid #a5d8ff;
    border-radius: 0.75rem;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-family: Arial, sans-serif;
    color: #000;
}

#archive-search:focus {
    border-color: #0056b3;
    box-shadow: 0 0.25rem 1.25rem rgba(165, 216, 255, 0.4);
}

.search-counter {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding-left: 0.25rem;
}

#no-results-message {
    text-align: center;
    padding: 3.75rem 1.25rem;
    background: #f8fbfd;
    border: 0.0625rem dashed #a5d8ff;
    border-radius: 1rem;
    color: #555;
    font-size: 1rem;
    margin-top: 1rem;
}

.archive-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 0.0625rem solid #e2f1fe;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0.625rem;
    border-bottom: 0.0625rem solid #e2f1fe;
    cursor: pointer;
    transition: background-color 0.2s, padding-left 0.2s;
}

.list-item:hover {
    background-color: #f5faff;
    padding-left: 1.125rem;
}

.list-date {
    font-size: 0.85rem;
    color: #777;
    width: 6.875rem;
    flex-shrink: 0;
}

.list-title {
    font-size: 1.05rem;
    color: #000;
    margin: 0;
    font-weight: 600;
    flex-grow: 1;
    padding-right: 1.25rem;
}

.list-arrow {
    font-size: 1.2rem;
    color: #a5d8ff;
    transition: color 0.2s, transform 0.2s;
}

.list-item:hover .list-arrow {
    color: #0056b3;
    transform: translateX(0.25rem);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0.3125rem);
    -webkit-backdrop-filter: blur(0.3125rem);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-card {
    background: #ffffff;
    width: 90%;
    max-width: 34.375rem;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.5);
    position: relative;
    transform: translateY(1.875rem);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay.active .modal-card {
    transform: translateY(0);
}

.close-btn {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.close-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.modal-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.modal-media video,
.modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-body {
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
}

.modal-date {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
}

.modal-title {
    font-size: 1.4rem;
    color: #000;
    margin: 0 0 0.75rem 0;
    font-weight: bold;
    line-height: 1.3;
}

.modal-description {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin: 0 0 1.5625rem 0;
}

.modal-cta-btn {
    background-color: #a5d8ff;
    color: #000;
    text-decoration: none;
    padding: 0.875rem;
    border-radius: 0.625rem;
    font-weight: bold;
    font-size: 0.95rem;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
}

.modal-cta-btn:hover {
    background-color: #000;
    color: #fff;
}

.list-item.hidden {
    display: none;
}

.hidden {
    display: none;
}

.col-pricing-wrapper {
    justify-content: center;
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    width: 100%;
    align-items: stretch;
    margin-bottom: 4rem;
}

.pricing-card {
    background-color: #ffffff;
    border: 0.0625rem solid #e2f1fe;
    border-radius: 1.25rem;
    padding: 1.875rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 0.25rem 0.9375rem rgba(165, 216, 255, 0.15);
}

.pricing-card:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.875rem rgba(165, 216, 255, 0.3);
}

.plan-title {
    font-size: 1.35rem;
    color: #111;
    margin: 0 0 0.5rem 0;
    font-weight: bold;
}

.plan-subtitle {
    font-size: 0.8rem;
    color: #666;
    margin: 0 0 1.25rem 0;
    line-height: 1.4;
    min-height: 2.5rem;
}

.price-box {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    display: flex;
    align-items: baseline;
    margin-bottom: 0.625rem;
}

.price-box .currency {
    font-size: 2.4rem;
    font-weight: 600;
    margin-right: 0.125rem;
}

.price-box .period {
    font-size: 0.85rem;
    color: #777;
    font-weight: 400;
    margin-left: 0.25rem;
}

.amber-plus {
    color: #000;
    font-size: 2rem;
    margin-left: 0.125rem;
}

.card-divider {
    border: 0;
    border-top: 0.0625rem solid #e2f1fe;
    width: 100%;
    margin: 0.9375rem 0;
}

.features-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.875rem 0;
    flex-grow: 1;
}

.features-list li {
    font-size: 0.85rem;
    color: #333;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    line-height: 1.4;
}

.features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4da6ff;
    font-weight: bold;
    font-size: 1rem;
}

.plan-btn {
    background-color: #a5d8ff;
    color: #000;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
}

.plan-btn:hover {
    background-color: #000;
    color: #fff;
}

.pricing-card.featured {
    background: radial-gradient(circle at 50% 0%, #222 0%, #000 70%);
    border: 0.0625rem solid #333;
    color: #fff;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
}

.pricing-card.featured::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    pointer-events: none;
    border-radius: 1.25rem;
}

.pricing-card.featured .plan-title {
    color: #fff;
}

.pricing-card.featured .plan-subtitle {
    color: #aaa;
}

.pricing-card.featured .price-box {
    color: #fff;
}

.pricing-card.featured .price-box .period {
    color: #aaa;
}

.pricing-card.featured .card-divider {
    border-top: 0.0625rem solid #333;
}

.pricing-card.featured .features-list li {
    color: #ddd;
}

.pricing-card.featured .features-list li::before {
    color: #adff2f;
}

.pricing-card.featured .plan-btn {
    background-color: #adff2f;
    color: #000;
}

.pricing-card.featured .plan-btn:hover {
    background-color: #fff;
    color: #000;
}

.featured-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #adff2f;
    color: #000;
    padding: 0.25rem 0.875rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1.25rem;
    letter-spacing: 0.05rem;
    box-shadow: 0 0.25rem 0.625rem rgba(173, 255, 47, 0.4);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 1.25rem;
    width: 100%;
}

.contact-column {
    background-color: #ffffff;
    border: 0.0625rem solid #e2f1fe;
    border-radius: 1.25rem;
    padding: 1.875rem 1.5rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.25rem 0.9375rem rgba(165, 216, 255, 0.15);
}

.contact-column h3 {
    font-size: 1.3rem;
    color: #000;
    margin: 0 0 0.9375rem 0;
    font-weight: bold;
    border-bottom: 0.125rem solid #a5d8ff;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.contact-column p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.contact-link {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.contact-link:hover {
    color: #0056b3;
}

.social-icons {
    display: flex;
    gap: 0.9375rem;
    margin-top: 0.9375rem;
}

.social-icons a {
    font-size: 1.5rem;
    color: #000;
    transition: color 0.2s;
}

.social-icons a:hover {
    color: #a5d8ff;
}

.split-col {
    gap: 1.5625rem;
}

.map-column {
    padding: 1.5rem;
    justify-content: space-between;
}

.map-column .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map-responsive {
    flex-grow: 1;
    width: 100%;
    min-height: 18.75rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    border: 0.0625rem solid #e2f1fe;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 64rem) and (orientation: portrait) {
    #orientation-overlay {
        display: flex;
        opacity: 0.8;
        width: 100%;
        height: 100%;
    }

    body {
        overflow: hidden;
    }
}