@font-face {
    font-family: 'Neue Machina';
    src: url('/assets/NeueMachina-Regular.woff2') format('woff2'),
         url('/assets/NeueMachina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background-color: #121212;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    background-color: #121212;
    color: #e0e0e0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Public Sans', sans-serif;
    opacity: 1;
    visibility: visible;
}

img,
video {
    max-width: 100%;
}

a {
    color: inherit;
}

.hero-screen {
    min-height: 100vh;
    width: 100%;
    padding: 0.9rem 4rem 0;
    background-color: #121212;
    display: flex;
    flex-direction: column;
}

.site-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5rem;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.logo-container {
    line-height: 0;
    margin-left: -1.4rem;
    margin-top: -0.55rem;
}

.logo-container a {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.logo-container a:hover {
    opacity: 0.8;
}

.logo {
    max-width: 260px;
    height: auto;
    display: block;
}

.site-header nav {
    display: flex;
    gap: 1.25rem;
    margin-top: 0.9rem;
    flex-wrap: wrap;
}

.site-header nav a {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #aaaaaa;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border: 1px solid #555555;
    padding: 0.72rem 1.35rem;
    transition: all 0.3s ease;
    min-width: 132px;
    text-align: center;
}

.site-header nav a:hover,
.site-header nav a.active {
    color: #ffffff;
    border-color: #ffffff;
}

.grid-layout {
    flex: 1;
    display: grid;
    grid-template-columns: 1.23fr 0.77fr;
    gap: 4rem;
    align-items: stretch;
    padding-bottom: 4rem;
}

.left-column {
    display: flex;
    align-items: flex-end;
}

.outline-text {
    font-family: 'Inter', sans-serif;
    font-size: clamp(76px, 8vw, 132px);
    line-height: 1.12;
    color: #121212;
    -webkit-text-fill-color: #121212;
    -webkit-text-stroke: 1.15px #dddddd;
    paint-order: stroke fill;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    white-space: nowrap;
    text-shadow: none;
}

.right-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 1rem;
}

.loading-video-wrapper {
    width: 690px;
    height: 510px;
    max-width: none;
    margin-bottom: 0.65rem;
    margin-top: -3.05rem;
    margin-left: -1.45rem;
    overflow: hidden;
    background-color: #121212;
    position: relative;
    pointer-events: none;
    user-select: none;
}

.loading-video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 76px;
    height: 58px;
    transform: translateX(-50%);
    background: #121212;
    z-index: 3;
    pointer-events: none;
}

.loading-video {
    width: calc(100% + 110px);
    height: calc(100% + 8px);
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: translateX(-55px) translateY(-4px);
    background-color: #121212;
    pointer-events: none !important;
    user-select: none;
    -webkit-user-select: none;
}

.loading-video::-webkit-media-controls,
.loading-video::-webkit-media-controls-enclosure,
.loading-video::-webkit-media-controls-panel,
.loading-video::-webkit-media-controls-play-button,
.loading-video::-webkit-media-controls-start-playback-button,
.loading-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    -webkit-appearance: none !important;
}

.loading-video::-internal-media-controls-overlay-cast-button {
    display: none !important;
}

.loading-video-wrapper * {
    pointer-events: none !important;
}

.description {
    font-family: 'Public Sans', sans-serif;
    font-size: 21px;
    line-height: 1.58;
    color: #cccccc;
    margin-bottom: 1.65rem;
    max-width: 100%;
    font-weight: 300;
}

.sub-description {
    font-family: 'Neue Machina', 'Public Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2.35rem;
    color: #ffffff;
}

.action-row {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    flex-wrap: wrap;
    margin-top: 0.65rem;
}

.cta-button {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    background: transparent;
    color: #aaaaaa;
    border: 1px solid #555555;
    padding: 1.18rem 1.8rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.cta-button:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.social-icons {
    display: flex;
    gap: 1.8rem;
    align-items: center;
}

.social-icons a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 2rem;
    transition: color 0.3s ease;
    line-height: 1;
}

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

.linkedin-icon {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.85rem !important;
    letter-spacing: -1px;
}

.second-screen {
    min-height: 100vh;
    width: 100%;
    background: #121212;
    display: flex;
    flex-direction: column;
}

.section-separator {
    width: 100%;
    height: 1px;
    background: #ffffff;
    flex-shrink: 0;
}

.stats-section {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 3.6rem 4rem 3.25rem;
    background: #121212;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4rem;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.stats-intro {
    max-width: 620px;
}

.stats-eyebrow {
    font-family: 'Neue Machina', 'Public Sans', sans-serif !important;
    font-size: 10px !important;
    line-height: 1.6 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777777 !important;
    margin-bottom: 1.1rem !important;
}

.stats-intro h3 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(24px, 2.3vw, 38px);
    line-height: 1.16;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    max-width: 560px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
}

.stat-card {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.35rem 1.5rem 0.35rem 1.5rem;
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-card strong {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: clamp(36px, 3.3vw, 58px);
    line-height: 1;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.stat-card p {
    font-family: 'Neue Machina', 'Public Sans', sans-serif;
    font-size: 10px;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #8d8d8d;
    margin-bottom: 0;
}

.seo-content {
    flex: 1;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 3rem 4rem 3.4rem;
    background: #121212;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.seo-topline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.25rem;
}

.seo-eyebrow {
    font-family: 'Neue Machina', 'Public Sans', sans-serif;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777777;
}

.seo-hero-row {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
    gap: 3rem;
    align-items: end;
}

.seo-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(32px, 3.2vw, 50px);
    line-height: 1.08;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.3rem;
    max-width: 1000px;
}

.seo-content p {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    line-height: 1.68;
    font-weight: 300;
    max-width: 980px;
    margin-bottom: 0.95rem;
    color: #bdbdbd;
}

.seo-side-card {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    padding-left: 1.5rem;
    padding-bottom: 0.35rem;
}

.seo-side-card span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    line-height: 0.9;
    color: #121212;
    -webkit-text-fill-color: #121212;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    paint-order: stroke fill;
    margin-bottom: 1rem;
    text-shadow: none;
}

.seo-side-card strong {
    display: block;
    font-family: 'Neue Machina', 'Public Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.seo-side-card p {
    font-size: 13px;
    line-height: 1.65;
    color: #999999;
    margin-bottom: 0;
}

.seo-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    margin-top: 1.8rem;
}

.seo-process div {
    padding: 1.1rem 1rem;
    min-height: 112px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.seo-process div:last-child {
    border-right: 0;
}

.seo-process span {
    display: block;
    font-family: 'Neue Machina', 'Public Sans', sans-serif;
    font-size: 10px;
    color: #777777;
    letter-spacing: 1.5px;
    margin-bottom: 0.65rem;
}

.seo-process strong {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
}

.seo-process p {
    font-size: 12px;
    line-height: 1.45;
    color: #909090;
    margin: 0;
}

.site-footer {
    position: relative;
    font-family: 'Public Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 2rem 4rem;
    color: #777777;
    line-height: 1.8;
    background-color: #121212;
    flex-shrink: 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.site-footer a {
    color: #777777;
    text-decoration: none;
}

.site-footer a:hover {
    color: #ffffff;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    padding: 1.25rem;
}

.modal.show {
    display: flex;
    opacity: 1;
}

.modal-content {
    background: #121212;
    color: #ffffff;
    padding: 2rem;
    border: 1px solid #333333;
    border-radius: 12px;
    width: min(92vw, 780px);
    max-height: calc(100vh - 2.5rem);
    overflow-y: auto;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    font-size: 1.8rem;
    cursor: pointer;
    color: #888888;
    background: transparent;
    border: 0;
    line-height: 1;
}

.close-btn:hover {
    color: #ffffff;
}

.modal-content h2 {
    margin-bottom: 0.75rem;
    padding-right: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Public Sans', sans-serif;
    font-size: 22px;
}

.modal-lead {
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    line-height: 1.65;
    color: #aaaaaa;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 1.4rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaaaaa;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    width: 100%;
    padding: 0.65rem 0;
    border: 0;
    border-bottom: 1px solid #555555;
    background: transparent;
    color: #ffffff;
    outline: none;
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input::placeholder {
    color: #555555;
}

.form-group input:focus {
    border-color: #ffffff;
}

.services-group {
    margin-top: 0.45rem;
}

.services-group > label {
    margin-bottom: 1.15rem;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.form-group .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    cursor: pointer;
    color: #aaaaaa;
    font-size: 13px;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
    user-select: none;
    margin: 0;
    position: relative;
    transition: color 0.25s ease;
}

.form-group .custom-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-group .custom-checkbox span {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border: 1px solid #666666;
    border-radius: 5px;
    background: transparent;
    position: relative;
    transition: all 0.25s ease;
}

.form-group .custom-checkbox span::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.form-group .custom-checkbox input:checked + span {
    background: #ffffff;
    border-color: #ffffff;
}

.form-group .custom-checkbox input:checked + span::after {
    transform: rotate(45deg) scale(1);
}

.form-group .custom-checkbox:hover {
    color: #ffffff;
}

.form-group .custom-checkbox:hover span {
    border-color: #ffffff;
}

.submit-btn {
    font-family: 'Public Sans', sans-serif;
    font-size: 12px;
    width: 100%;
    padding: 1rem;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #cccccc;
}

@media (max-width: 1280px) {
    .loading-video-wrapper {
        width: 600px;
        height: 470px;
        margin-left: -1rem;
    }

    .loading-video-wrapper::after {
        width: 72px;
        height: 54px;
    }

    .loading-video {
        width: calc(100% + 96px);
        height: calc(100% + 8px);
        transform: translateX(-48px) translateY(-4px);
    }

    .stats-section {
        gap: 3rem;
    }

    .seo-process strong {
        font-size: 19px;
    }
}

@media (max-width: 1180px) {
    .grid-layout {
        grid-template-columns: 1fr 0.85fr;
        gap: 3rem;
    }

    .outline-text {
        font-size: clamp(62px, 7vw, 100px);
    }

    .stats-section,
    .seo-content {
        max-width: 100%;
    }

    .seo-hero-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

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

    .seo-process div:nth-child(2) {
        border-right: 0;
    }

    .seo-process div:nth-child(1),
    .seo-process div:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .stats-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stats-grid {
        max-width: 820px;
    }
}

@media (max-width: 1024px) {
    .hero-screen {
        padding: 1.5rem 2rem 0;
    }

    .site-header {
        flex-direction: column;
        gap: 1.5rem;
    }

    .logo-container {
        margin-left: 0;
        margin-top: 0;
    }

    .logo {
        max-width: 220px;
    }

    .site-header nav {
        margin-top: 0;
    }

    .grid-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: end;
    }

    .left-column {
        align-items: flex-end;
    }

    .outline-text {
        font-size: clamp(48px, 10vw, 82px);
        white-space: normal;
    }

    .right-column {
        justify-content: flex-end;
    }

    .loading-video-wrapper {
        width: 430px;
        height: 380px;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .loading-video-wrapper::after {
        width: 66px;
        height: 50px;
    }

    .loading-video {
        width: calc(100% + 74px);
        height: calc(100% + 8px);
        transform: translateX(-37px) translateY(-4px);
    }

    .description {
        max-width: 100%;
    }

    .stats-section,
    .seo-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .site-footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 768px) {
    .stats-section {
        padding-top: 2.6rem;
        padding-bottom: 2.6rem;
    }

    .stats-intro h3 {
        font-size: 25px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .stat-card {
        min-height: auto;
        padding: 0 0 0 1rem;
    }

    .seo-content {
        justify-content: flex-start;
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }

    .seo-content h2 {
        font-size: 27px;
    }

    .seo-process {
        grid-template-columns: 1fr;
        gap: 1rem;
        border: 0;
    }

    .seo-process div {
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
        padding-left: 0;
        padding-right: 0;
    }

    .modal {
        align-items: flex-start;
    }

    .form-grid,
    .checkbox-grid {
        grid-template-columns: 1fr;
    }

    .modal-content {
        width: 100%;
        padding: 1.75rem 1.25rem;
    }
}

@media (max-width: 640px) {
    .hero-screen {
        padding: 1.2rem 1.25rem 0;
    }

    .site-header nav {
        gap: 0.75rem;
    }

    .site-header nav a {
        font-size: 11px;
        padding: 0.55rem 0.8rem;
        min-width: auto;
    }

    .logo {
        max-width: 180px;
    }

    .outline-text {
        font-size: 41px;
    }

    .loading-video-wrapper {
        width: 100%;
        height: 300px;
        margin-bottom: 2rem;
        margin-left: 0;
        margin-top: 0;
    }

    .loading-video-wrapper::after {
        width: 60px;
        height: 46px;
    }

    .loading-video {
        width: calc(100% + 74px);
        height: calc(100% + 8px);
        transform: translateX(-37px) translateY(-4px);
    }

    .description {
        font-size: 18px;
    }

    .sub-description {
        font-size: 13px;
    }

    .action-row {
        gap: 1.25rem;
        margin-top: 0.35rem;
    }

    .cta-button {
        font-size: 12px;
        padding: 1rem 1.35rem;
    }

    .social-icons a {
        font-size: 1.65rem;
    }

    .linkedin-icon {
        font-size: 1.55rem !important;
    }

    .stats-section,
    .seo-content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .site-footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}


.footer-contact,
.footer-copy {
    display: block;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin: 0.75rem auto 0.55rem;
}

.footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0.42rem 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: #9d9d9d;
    text-decoration: none;
    font-family: 'Public Sans', Arial, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.footer-button:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.035);
}

@media (max-width: 640px) {
    .footer-links {
        gap: 0.45rem;
        margin-top: 0.7rem;
    }

    .footer-button {
        width: 100%;
        max-width: 260px;
        font-size: 9px;
    }
}

