@font-face {
    font-family: "Quicksand";
    src: url("../../assets/font/Quicksand-VariableFont_wght.ttf") format("truetype");
    font-weight: 300 700;
    font-style: normal;
}

@font-face {
    font-family: "Warsa Display";
    src: url("../../assets/font/Geometr706 BlkCn BT Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

:root {
    --black: #070707;
    --ink: #111111;
    --paper: #f7f5ef;
    --white: #ffffff;
    --yellow: #fcbd11;
    --blue: #00bff3;
    --lime: #b3f300;
    --purple: #bd8cbf;
    --muted: #746f65;
    --line: rgba(17, 17, 17, 0.12);
    --glass: rgba(255, 255, 255, 0.72);
    --container: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--black);
}

body {
    margin: 0;
    min-width: 320px;
    font-family: "Quicksand", Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
}

body::selection {
    color: var(--black);
    background: var(--yellow);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
summary {
    font: inherit;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 10px 14px;
    color: var(--black);
    background: var(--yellow);
    transform: translateY(-140%);
}

.skip-link:focus {
    transform: translateY(0);
}

.container {
    width: min(calc(100% - 36px), var(--container));
    margin-inline: auto;
}

.site-header {
    position: fixed;
    top: 16px;
    left: 50%;
    z-index: 1000;
    width: min(calc(100% - 28px), 1180px);
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    align-items: center;
    padding: 12px 14px 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(247, 245, 239, 0.78);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.brand,
.site-header nav,
.hero-actions,
.trust-badges,
.micro-proof {
    display: flex;
    align-items: center;
}

.brand {
    gap: 10px;
    min-width: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header nav {
    gap: 8px;
}

.site-header nav a,
.nav-cta,
.btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 17, 17, 0.14);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.site-header nav a {
    padding: 10px 13px;
    background: rgba(255, 255, 255, 0.34);
}

.nav-cta,
.btn-primary {
    color: var(--black);
    background: var(--yellow);
    border-color: rgba(252, 189, 17, 0.5);
    box-shadow: 0 16px 40px rgba(252, 189, 17, 0.26);
}

.nav-cta {
    padding: 12px 16px;
}

.btn {
    gap: 8px;
    min-height: 54px;
    padding: 16px 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover,
.service-card:hover,
.gallery-item:hover {
    transform: translateY(-4px);
}

.btn-secondary {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(12px);
}

.section {
    position: relative;
    padding: clamp(80px, 10vw, 150px) 0;
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background: var(--black);
}

.hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0.72;
}

.hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.04);
    opacity: 0;
    transform: scale(1.08);
    animation: heroCrossfade 24s ease-in-out infinite;
}

.hero-media img:nth-child(2) {
    animation-delay: 6s;
}

.hero-media img:nth-child(3) {
    animation-delay: 12s;
}

.hero-media img:nth-child(4) {
    animation-delay: 18s;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 42%, rgba(252, 189, 17, 0.34), transparent 26%),
        linear-gradient(90deg, rgba(7, 7, 7, 0.92) 0%, rgba(7, 7, 7, 0.76) 48%, rgba(7, 7, 7, 0.5) 100%),
        linear-gradient(180deg, transparent 64%, var(--black) 100%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.55fr);
    gap: clamp(28px, 6vw, 88px);
    align-items: center;
    padding: 126px 0 76px;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.headline,
h2 {
    margin: 0;
    font-family: "Warsa Display", Impact, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.88;
    text-transform: uppercase;
}

.headline {
    max-width: 870px;
    font-size: clamp(54px, 7.4vw, 122px);
}

h2 {
    max-width: 980px;
    font-size: clamp(42px, 5.4vw, 84px);
}

.hero-lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 1.7vw, 25px);
    font-weight: 650;
    line-height: 1.46;
}

.hero-actions {
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.trust-badges,
.micro-proof {
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.trust-badges span,
.micro-proof span {
    padding: 9px 12px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hero-card {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(20px);
}

.hero-card .card-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-card strong {
    display: block;
    font-family: "Warsa Display", Impact, sans-serif;
    font-size: clamp(34px, 3.6vw, 58px);
    line-height: 0.92;
    text-transform: uppercase;
}

.hero-card p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 650;
    line-height: 1.55;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 2;
    display: inline-grid;
    gap: 8px;
    justify-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.scroll-indicator span {
    width: 1px;
    height: 38px;
    background: linear-gradient(var(--yellow), transparent);
}

.section-heading {
    margin-bottom: clamp(34px, 5vw, 62px);
}

.section-heading h2 {
    max-width: 900px;
}

.section-heading.compact {
    display: grid;
    grid-template-columns: 0.38fr 1fr;
    gap: 28px;
    align-items: end;
}

.section-heading.centered {
    text-align: center;
}

.section-heading.centered h2 {
    margin-inline: auto;
}

.proof,
.process {
    background: var(--paper);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.stat-card,
.review-card,
.service-card,
.step,
.faq-item,
.why-item {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 20px 70px rgba(17, 17, 17, 0.07);
}

.stat-card {
    padding: 28px;
}

.stat-card strong {
    display: block;
    font-family: "Warsa Display", Impact, sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.9;
}

.stat-card span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-weight: 900;
    text-transform: uppercase;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.review-card {
    padding: 28px;
}

.review-card p {
    margin: 0;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 750;
    line-height: 1.42;
}

.review-card span {
    display: block;
    margin-top: 18px;
    color: var(--muted);
    font-weight: 900;
}

.client-strip {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 18px;
    border: 1px solid var(--line);
    background: var(--black);
}

.client-strip span {
    padding: 10px 12px;
    color: var(--black);
    font-weight: 900;
    text-transform: uppercase;
    background: var(--yellow);
}

.services,
.faq {
    background:
        radial-gradient(circle at 85% 12%, rgba(0, 191, 243, 0.24), transparent 26%),
        linear-gradient(180deg, #fbfaf6, #eef7f8);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.service-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.service-card:hover {
    background: var(--white);
    box-shadow: 0 28px 90px rgba(17, 17, 17, 0.12);
}

.service-card svg {
    width: 32px;
    height: 32px;
    color: var(--yellow);
    stroke-width: 2.2;
}

.service-card h3 {
    margin: 26px 0 12px;
    font-family: "Warsa Display", Impact, sans-serif;
    font-size: 32px;
    line-height: 0.95;
    text-transform: uppercase;
}

.service-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 650;
    line-height: 1.55;
}

.service-card a {
    margin-top: auto;
    padding-top: 22px;
    color: var(--black);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.why {
    color: var(--white);
    background:
        radial-gradient(circle at 75% 15%, rgba(252, 189, 17, 0.24), transparent 28%),
        linear-gradient(135deg, #070707, #171717);
}

.why-grid {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: clamp(28px, 6vw, 82px);
    align-items: start;
}

.sticky-heading {
    position: sticky;
    top: 130px;
}

.why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.why-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 18px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
}

.why-item svg {
    flex: 0 0 auto;
    color: var(--yellow);
}

.why-item span {
    font-weight: 900;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 6%;
    right: 6%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
}

.step {
    position: relative;
    padding: 30px 24px;
}

.step span {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: var(--black);
    font-weight: 900;
    background: var(--yellow);
}

.step h3 {
    margin: 28px 0 10px;
    font-family: "Warsa Display", Impact, sans-serif;
    font-size: 36px;
    line-height: 0.95;
    text-transform: uppercase;
}

.step p,
.faq-item p,
.footer p,
address {
    color: var(--muted);
    font-weight: 650;
    line-height: 1.58;
}

.portfolio {
    color: var(--white);
    background: var(--black);
}

.masonry-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    margin: -8px;
}

.gallery-item {
    width: 50%;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    transition: transform 0.25s ease;
}

.gallery-item.is-hidden {
    display: none;
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: initial;
    transform: none;
    background: #f3f3f0;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
    transition: transform 0.55s ease;
}

.gallery-item:hover img {
    transform: scale(1.02);
}

.gallery-actions {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.gallery-actions.is-hidden {
    display: none;
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: clamp(28px, 5vw, 70px);
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    padding: 0 22px;
}

.faq-item summary {
    cursor: pointer;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 900;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    margin: 0;
    padding-bottom: 22px;
}

.final-cta {
    min-height: 88vh;
    display: grid;
    place-items: center;
    color: var(--white);
    text-align: center;
    background:
        linear-gradient(rgba(7, 7, 7, 0.74), rgba(7, 7, 7, 0.92)),
        url("../../assets/img/product-web/contact-sheet.jpg") center / cover;
}

.final-inner h2 {
    margin-inline: auto;
}

.final-inner p:not(.eyebrow) {
    max-width: 660px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.5;
}

.btn-glow {
    margin-top: 34px;
    box-shadow: 0 0 0 8px rgba(252, 189, 17, 0.1), 0 24px 70px rgba(252, 189, 17, 0.38);
}

.micro-proof {
    justify-content: center;
}

.footer {
    padding: 56px 0 92px;
    color: var(--white);
    background: #050505;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.9fr;
    gap: 36px;
}

.footer img {
    margin-bottom: 18px;
}

.footer nav,
address {
    display: grid;
    gap: 10px;
    font-style: normal;
}

.footer a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
}

.floating-wa {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1001;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    min-height: 54px;
    padding: 14px 18px;
    color: var(--black);
    font-weight: 900;
    text-transform: uppercase;
    background: var(--yellow);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.mobile-sticky-cta {
    display: none;
}

.reveal,
.split-text {
    will-change: transform, opacity;
}

@keyframes heroCrossfade {
    0%,
    30% {
        opacity: 1;
        transform: scale(1.08);
    }
    42%,
    100% {
        opacity: 0;
        transform: scale(1.16);
    }
}

@media (max-width: 1020px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }

    .site-header nav {
        display: none;
    }

    .hero-grid,
    .why-grid,
    .faq-grid,
    .footer-grid,
    .section-heading.compact {
        grid-template-columns: 1fr;
    }

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

    .stats-grid,
    .service-grid,
    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .sticky-heading {
        position: static;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .site-header {
        top: 10px;
        width: calc(100% - 20px);
    }

    .brand img {
        width: 38px;
        height: 38px;
    }

    .brand span {
        max-width: 158px;
    }

    .nav-cta {
        display: none;
    }

    .hero-grid {
        padding-top: 118px;
        padding-bottom: 150px;
    }

    .headline {
        font-size: clamp(40px, 12.2vw, 58px);
    }

    h2 {
        font-size: clamp(38px, 12vw, 58px);
    }

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

    .stats-grid,
    .service-grid,
    .timeline,
    .proof-grid,
    .why-list {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        display: none;
    }

    .masonry-gallery {
        margin: -6px;
    }

    .gallery-item {
        width: 100%;
        padding: 6px;
        margin-bottom: 0;
    }

    .gallery-item.mobile-initial-hidden {
        display: none;
    }

    .floating-wa {
        display: none;
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1002;
        display: block;
        padding: 10px 14px 12px;
        background: rgba(7, 7, 7, 0.86);
        backdrop-filter: blur(16px);
    }

    .mobile-sticky-cta a {
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--black);
        font-weight: 900;
        text-transform: uppercase;
        background: var(--yellow);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}
