@font-face {
    font-family: "Vipnagorgialla";
    src: url("../fonts/Vipnagorgialla1.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vipnagorgialla";
    src: url("../fonts/Vipnagorgialla_bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --orange: #ff4a16;
    --orange-deep: #c9320b;
    --orange-soft: rgba(255, 74, 22, 0.18);
    --orange-line: rgba(255, 74, 22, 0.42);
    --black: #030303;
    --ink: #080808;
    --panel: #101010;
    --panel-2: #151515;
    --line: rgba(255, 255, 255, 0.09);
    --line-strong: rgba(255, 74, 22, 0.36);
    --white: #ffffff;
    --muted: #b4b4b4;
    --dim: #747474;
    --font-main: "Montserrat", Arial, sans-serif;
    --font-secondary: "Vipnagorgialla", "Montserrat", Arial, sans-serif;
    --container: min(1180px, calc(100% - 48px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--black);
    color: var(--white);
    font-family: var(--font-main);
    letter-spacing: 0;
    overflow-x: clip;
}

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

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

button,
input,
select,
textarea {
    font: inherit;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px) 0 0 / 80px 80px,
        linear-gradient(0deg, rgba(255,255,255,0.018) 1px, transparent 1px) 0 0 / 80px 80px,
        radial-gradient(circle at 78% 18%, rgba(255, 74, 22, 0.23), transparent 28%),
        radial-gradient(circle at 20% 65%, rgba(255, 74, 22, 0.08), transparent 24%),
        #030303;
}

.site-header,
.site-footer,
.service-band,
.process-section,
.results-section,
.form-section {
    width: var(--container);
    margin-inline: auto;
}

.site-header {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0;
    margin-bottom: 0;
    transform: translateX(-50%);
}

.brand-logo {
    width: clamp(138px, 14vw, 190px);
    height: auto;
}

.header-cta,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 26px;
    border: 1px solid var(--line-strong);
    background: linear-gradient(135deg, var(--orange), var(--orange-deep));
    color: var(--white);
    box-shadow: 0 0 26px rgba(255, 74, 22, 0.28);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta::before,
.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 46%, transparent 58%);
    opacity: 0;
    transform: translateX(-120%);
    transition: transform 520ms ease, opacity 220ms ease;
}

.header-cta i,
.btn-primary i {
    position: relative;
    z-index: 1;
    color: currentColor;
    font-size: 1.05rem;
    line-height: 1;
    transition: transform 180ms ease;
}

.header-cta > :not(i),
.btn-primary > :not(i) {
    position: relative;
    z-index: 1;
}

.header-cta {
    min-height: 46px;
    background: rgba(5, 5, 5, 0.64);
    backdrop-filter: blur(16px);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 30px);
    padding: 0 20px;
}

.site-nav a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
    color: var(--orange);
    transform: translateY(-1px);
}

.header-cta:hover,
.btn-primary:hover {
    border-color: var(--orange);
    box-shadow: 0 0 34px rgba(255, 74, 22, 0.42);
    transform: translateY(-2px);
}

.header-cta:hover::before,
.btn-primary:hover::before {
    opacity: 1;
    transform: translateX(120%);
}

.header-cta:hover i,
.btn-primary:hover i {
    transform: translate(2px, -2px);
}

.section-dark {
    position: relative;
}

.sm-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin-inline: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    height: min(720px, 100svh);
    min-height: min(620px, 100svh);
    max-height: 100svh;
    padding: clamp(104px, 15svh, 128px) max(24px, calc((100vw - 1180px) / 2)) clamp(34px, 7svh, 68px);
    overflow: hidden;
}

.sm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.96) 0%, rgba(3, 3, 3, 0.82) 35%, rgba(3, 3, 3, 0.38) 68%, rgba(3, 3, 3, 0.18) 100%),
        linear-gradient(0deg, rgba(3, 3, 3, 0.88) 0%, transparent 34%, rgba(3, 3, 3, 0.5) 100%);
}

.sm-hero::after {
    content: "";
    position: absolute;
    right: -9vw;
    bottom: 6%;
    width: 48vw;
    height: 280px;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0 34%, rgba(255, 74, 22, 0.34) 35%, transparent 36%),
        repeating-linear-gradient(110deg, transparent 0 18px, rgba(255, 74, 22, 0.14) 19px 20px);
    opacity: 0.55;
    transform: skewY(-10deg);
}

.hero-copy {
    position: relative;
    z-index: 3;
    max-width: min(520px, 58vw);
}

.eyebrow {
    margin: 0 0 clamp(10px, 2svh, 16px);
    color: var(--orange);
    font-size: clamp(0.68rem, 0.7vw, 0.8rem);
    font-weight: 900;
    text-transform: uppercase;
}

.hero-copy h1,
.form-copy h2,
.results-copy h2 {
    margin: 0;
    color: var(--white);
    font-family: var(--font-main);
    font-size: clamp(2.05rem, 4.05vw, 3.65rem);
    font-weight: 900;
    line-height: 0.94;
    text-transform: uppercase;
}

.hero-copy h1 span,
.section-heading span,
.results-copy h2 span,
.form-copy h2 span {
    color: var(--orange);
}

.hero-text {
    max-width: 500px;
    margin: clamp(14px, 2.8svh, 22px) 0 0;
    color: var(--muted);
    font-size: clamp(0.86rem, 1.05vw, 1rem);
    line-height: 1.62;
}

.hero-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: min(100%, 520px);
    margin: clamp(20px, 4svh, 30px) 0 clamp(18px, 3.4svh, 28px);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.hero-pillars article {
    min-height: 104px;
    padding: 18px 16px 15px 0;
    border-right: 1px solid var(--line);
}

.hero-pillars article + article {
    padding-left: 22px;
}

.hero-pillars article:last-child {
    border-right: 0;
}

.hero-pillars strong {
    display: block;
    margin-top: 10px;
    font-size: clamp(0.66rem, 0.74vw, 0.76rem);
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: none;
    opacity: 0.82;
    pointer-events: none;
}

.hero-media::before {
    content: "";
    position: absolute;
    inset: 11% 0 0 42%;
    z-index: -1;
    background: rgba(255, 74, 22, 0.24);
    filter: blur(64px);
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    mix-blend-mode: screen;
    filter: contrast(1.08) saturate(1.05);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 22%, #000 50%, #000 100%);
}

.service-band,
.process-section,
.results-section,
.form-section {
    border-top: 1px solid var(--line);
    padding: 72px 0;
}

.section-heading {
    margin-bottom: 34px;
    text-align: center;
}

.section-heading p {
    margin: 0;
    font-size: clamp(1.18rem, 2.2vw, 1.75rem);
    font-weight: 800;
    text-transform: uppercase;
}

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

.blog-grid {
    grid-template-columns: repeat(3, 1fr);
}

.feature-card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 34px 28px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
        var(--panel);
    box-shadow: inset 0 -1px 0 rgba(255, 74, 22, 0.22), 0 18px 40px rgba(0, 0, 0, 0.32);
    transition: border-color 180ms ease, transform 180ms ease;
}

.feature-card:hover {
    border-color: var(--line-strong);
    transform: translateY(-4px);
}

.feature-card h2,
.process-line h3 {
    margin: 22px 0 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.feature-card p {
    margin: 14px 0 24px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.feature-card .btn-primary {
    width: 100%;
    margin-top: auto;
}

.process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 20px;
}

.process-line::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 11%;
    right: 11%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--orange-line), transparent);
}

.process-line article {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: 96px 30px 1fr;
    justify-items: center;
    text-align: center;
}

.process-icon {
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    border: 1px solid var(--line-strong);
    background: rgba(8, 8, 8, 0.88);
    box-shadow: inset 0 0 28px rgba(255, 74, 22, 0.11);
    color: var(--orange);
    font-size: 2.45rem;
    line-height: 1;
}

.process-line b {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-top: 14px;
    background: var(--white);
    color: var(--black);
    font-size: 0.92rem;
    font-weight: 900;
}

.process-line h3 {
    max-width: 190px;
    margin-top: 14px;
    font-size: 0.86rem;
}

.results-section {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 58px;
    align-items: center;
}

.dashboard-preview {
    min-height: 330px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255, 74, 22, 0.08), rgba(255,255,255,0.02));
    overflow: hidden;
}

.dashboard-preview img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: right center;
    opacity: 0.72;
}

.results-copy h2,
.form-copy h2 {
    font-size: clamp(2rem, 4.1vw, 3.75rem);
    line-height: 1.05;
}

.results-copy > p:not(.eyebrow),
.form-copy p {
    max-width: 560px;
    color: var(--muted);
    line-height: 1.75;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.stats-grid article {
    border-left: 1px solid var(--line-strong);
    padding: 0 0 0 18px;
}

.stats-grid strong {
    display: block;
    margin: 14px 0 6px;
    color: var(--orange);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 900;
    text-transform: uppercase;
}

.stats-grid small {
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
}

.form-section {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
    align-items: start;
    padding-bottom: 88px;
}

.form-copy {
    position: sticky;
    top: 32px;
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 28px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255, 74, 22, 0.09), transparent 40%),
        rgba(12, 12, 12, 0.9);
}

.form-row {
    display: grid;
    gap: 8px;
}

.form-row-full {
    grid-column: 1 / -1;
}

.form-row label {
    color: var(--white);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: #070707;
    color: var(--white);
    outline: 0;
    padding: 15px 16px;
    resize: vertical;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: var(--dim);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px var(--orange-soft);
}

.form-submit {
    grid-column: 1 / -1;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    padding: 34px 0 42px;
    border-top: 1px solid var(--line);
    color: var(--dim);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    color: var(--orange);
    font-size: 1.18rem;
    line-height: 1;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-social a:hover {
    border-color: var(--line-strong);
    color: var(--white);
    transform: translateY(-2px);
}

.site-footer p {
    justify-self: end;
    margin: 0;
    max-width: 360px;
    font-size: 0.78rem;
    line-height: 1.55;
    text-align: right;
}

.whatsapp-float {
    position: fixed;
    right: clamp(18px, 2.2vw, 32px);
    bottom: clamp(18px, 2.2vw, 32px);
    z-index: 80;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #25d366;
    color: #04170b;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.34), 0 0 0 8px rgba(37, 211, 102, 0.08);
    transform: translateY(12px) scale(0.96);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-float.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.whatsapp-float i {
    font-size: 2rem;
    line-height: 1;
}

.whatsapp-float:hover {
    filter: brightness(1.05);
    transform: translateY(-3px) scale(1);
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.42), 0 0 0 10px rgba(37, 211, 102, 0.1);
}

.hero-pillars i,
.feature-card i,
.stats-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 2.45rem;
    line-height: 1;
}

.hero-pillars i {
    font-size: 2.1rem;
}

.stats-grid i {
    font-size: 2.25rem;
}

.paid-traffic-page {
    --orange: #ff5a1f;
    --orange-deep: #b72b07;
    --orange-soft: rgba(255, 90, 31, 0.16);
    --orange-line: rgba(255, 90, 31, 0.34);
}

.paid-hero::before {
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.97) 0%, rgba(3, 3, 3, 0.84) 34%, rgba(3, 3, 3, 0.44) 66%, rgba(3, 3, 3, 0.2) 100%),
        radial-gradient(circle at 68% 42%, rgba(255, 90, 31, 0.18), transparent 34%);
}

.paid-hero::after {
    right: -4vw;
    bottom: 12%;
    height: 420px;
    background:
        linear-gradient(115deg, transparent 0 18%, rgba(255, 90, 31, 0.22) 19%, transparent 20%),
        repeating-linear-gradient(0deg, transparent 0 20px, rgba(255, 90, 31, 0.08) 21px 22px),
        repeating-linear-gradient(90deg, transparent 0 48px, rgba(255, 255, 255, 0.035) 49px 50px);
    transform: skewY(-6deg);
}

.paid-hero .hero-copy {
    max-width: min(610px, 62vw);
}

.paid-hero .hero-copy h1 {
    max-width: 760px;
}

.paid-hero-media img {
    object-position: right center;
    filter: contrast(1.1) saturate(0.88) hue-rotate(-8deg);
    opacity: 0.8;
}

.paid-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: min(100%, 700px);
    margin: clamp(20px, 4svh, 30px) 0 clamp(18px, 3.4svh, 28px);
    background: var(--line);
    border: 1px solid var(--line);
}

.paid-metrics span {
    display: grid;
    gap: 8px;
    min-height: 92px;
    padding: 18px;
    background: rgba(8, 8, 8, 0.78);
    color: var(--muted);
    font-size: clamp(0.68rem, 0.78vw, 0.78rem);
    line-height: 1.45;
    text-transform: uppercase;
}

.paid-metrics img,
.paid-metrics i {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

.paid-metrics img {
    object-fit: contain;
}

.paid-metrics i {
    display: inline-grid;
    place-items: center;
    color: #ff7a1f;
    font-size: 1.9rem;
    line-height: 1;
}

.paid-metrics strong {
    color: var(--white);
    font-size: clamp(0.9rem, 1vw, 1rem);
}

.client-marquee {
    position: relative;
    z-index: 4;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, #030303 0%, transparent 12%, transparent 88%, #030303 100%),
        rgba(6, 6, 6, 0.96);
}

.marquee-heading {
    width: var(--container);
    margin: 0 auto;
    padding: 28px 0 4px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.marquee-heading p {
    margin: 0;
    color: var(--white);
    font-size: clamp(0.9rem, 1.4vw, 1.12rem);
    font-weight: 900;
    text-transform: uppercase;
}

.marquee-heading span {
    color: var(--dim);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: clamp(44px, 6vw, 96px);
    width: max-content;
    min-height: 92px;
    padding-inline: clamp(28px, 5vw, 72px);
    animation: marqueeFlow 30s linear infinite;
}

.client-logo,
.client-wordmark {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    opacity: 0.54;
    filter: grayscale(1);
    transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.client-logo {
    width: clamp(92px, 8vw, 138px);
    height: 34px;
}

.client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.client-wordmark {
    min-width: clamp(120px, 10vw, 170px);
    height: 34px;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-main);
    font-size: clamp(1rem, 1.15vw, 1.32rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.client-wordmark::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: -11px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.client-logo:hover,
.client-wordmark:hover {
    opacity: 0.95;
    filter: grayscale(0);
    transform: translateY(-2px);
}

.client-marquee:hover .marquee-track {
    animation-play-state: paused;
}

.paid-lanes,
.funnel-section,
.paid-proof {
    width: var(--container);
    margin-inline: auto;
    border-top: 1px solid var(--line);
    padding: 72px 0;
}

.lane-list {
    display: grid;
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}

.lane-list article {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 26px 30px;
    background:
        linear-gradient(90deg, rgba(255, 90, 31, 0.07), transparent 38%),
        rgba(10, 10, 10, 0.94);
    transition: transform 180ms ease, background 180ms ease;
}

.lane-list article:hover {
    background:
        linear-gradient(90deg, rgba(255, 90, 31, 0.13), transparent 48%),
        rgba(13, 13, 13, 0.98);
    transform: translateX(6px);
}

.lane-list i {
    color: var(--orange);
    font-size: 2.4rem;
}

.lane-list h2,
.funnel-flow strong {
    margin: 0;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    font-weight: 900;
    text-transform: uppercase;
}

.lane-list p,
.funnel-copy p,
.funnel-flow p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.68;
}

.funnel-section {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 56px;
    align-items: start;
}

.funnel-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 3.7vw, 3.45rem);
    line-height: 1.04;
    text-transform: uppercase;
}

.funnel-flow {
    display: grid;
    gap: 0;
    counter-reset: flow;
}

.funnel-flow article {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(120px, 0.34fr) minmax(0, 1fr);
    gap: 22px;
    align-items: baseline;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.funnel-flow article:first-child {
    border-top: 1px solid var(--line);
}

.funnel-flow span {
    color: var(--orange);
    font-family: var(--font-secondary);
    font-size: 1.45rem;
}

.paid-proof {
    padding-block: 54px;
}

.proof-line {
    display: grid;
    grid-template-columns: 0.6fr 1.2fr auto;
    gap: 26px;
    align-items: center;
}

.proof-line span {
    color: var(--orange);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.proof-line strong {
    font-size: clamp(1.4rem, 2.6vw, 2.45rem);
    line-height: 1.1;
    text-transform: uppercase;
}

.paid-lanes,
.funnel-section,
.paid-proof,
.client-marquee,
.lane-list article,
.funnel-flow article,
.proof-line {
    animation: fadeLift 620ms ease both;
}

@keyframes marqueeFlow {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.brand-logo,
.header-cta,
.hero-copy .eyebrow,
.hero-copy h1,
.hero-text,
.hero-pillars,
.hero-copy .btn-primary,
.section-heading,
.feature-card,
.process-line article,
.dashboard-preview,
.results-copy,
.form-copy,
.lead-form,
.site-footer {
    animation: fadeLift 620ms ease both;
}

.brand-logo {
    animation-delay: 40ms;
}

.header-cta {
    animation-delay: 90ms;
}

.hero-copy .eyebrow {
    animation-delay: 120ms;
}

.hero-copy h1 {
    animation-delay: 180ms;
}

.hero-text {
    animation-delay: 240ms;
}

.hero-pillars {
    animation-delay: 300ms;
}

.hero-copy .btn-primary {
    animation-delay: 360ms;
}

.hero-media img {
    animation: heroDrift 12s ease-in-out infinite alternate;
}

.feature-card:nth-child(1),
.process-line article:nth-child(1) {
    animation-delay: 80ms;
}

.feature-card:nth-child(2),
.process-line article:nth-child(2) {
    animation-delay: 150ms;
}

.feature-card:nth-child(3),
.process-line article:nth-child(3) {
    animation-delay: 220ms;
}

.feature-card:nth-child(4),
.process-line article:nth-child(4) {
    animation-delay: 290ms;
}

.feature-card i,
.process-icon,
.stats-grid i {
    transition: transform 180ms ease, color 180ms ease;
}

.feature-card:hover i,
.process-line article:hover .process-icon,
.stats-grid article:hover i {
    transform: translateY(-3px) scale(1.04);
}

.form-row input,
.form-row select,
.form-row textarea {
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.form-row input:hover,
.form-row select:hover,
.form-row textarea:hover {
    background: #0b0b0b;
    transform: translateY(-1px);
}

@keyframes fadeLift {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroDrift {
    from {
        transform: scale(1.01) translateX(0);
    }

    to {
        transform: scale(1.045) translateX(10px);
    }
}

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

@media (max-width: 980px) {
    :root {
        --container: min(100% - 32px, 760px);
    }

    .site-header {
        flex-wrap: wrap;
        gap: 16px;
    }

    .site-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 6px 0 0;
    }

    .sm-hero,
    .results-section,
    .form-section {
        grid-template-columns: 1fr;
    }

    .sm-hero {
        height: min(680px, 100svh);
        min-height: min(560px, 100svh);
        max-height: 100svh;
        padding-top: clamp(94px, 15svh, 116px);
        padding-inline: 16px;
        padding-bottom: clamp(26px, 6svh, 48px);
    }

    .sm-hero::before {
        background:
            linear-gradient(90deg, rgba(3, 3, 3, 0.96) 0%, rgba(3, 3, 3, 0.86) 46%, rgba(3, 3, 3, 0.45) 100%),
            linear-gradient(0deg, rgba(3, 3, 3, 0.9) 0%, transparent 42%, rgba(3, 3, 3, 0.48) 100%);
    }

    .hero-copy {
        max-width: min(560px, 74vw);
    }

    .hero-media {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0.68;
        margin-top: 0;
    }

    .hero-media img {
        object-position: 70% center;
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 32%, #000 72%, #000 100%);
    }

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

    .form-copy {
        position: static;
    }

    .paid-hero .hero-copy {
        max-width: min(620px, 78vw);
    }

    .paid-metrics {
        grid-template-columns: 1fr;
        width: min(460px, 100%);
    }

    .paid-metrics span {
        min-height: 0;
        padding: 14px 16px;
    }

    .paid-lanes,
    .funnel-section,
    .paid-proof {
        padding: 58px 0;
    }

    .funnel-section,
    .proof-line {
        grid-template-columns: 1fr;
    }

    .funnel-flow article {
        grid-template-columns: 64px minmax(120px, 0.42fr) minmax(0, 1fr);
    }

    .proof-line .btn-primary {
        width: max-content;
    }
}

@media (min-width: 1650px) {
    .site-header {
        position: relative;
        left: auto;
        padding-bottom: 0;
        margin-bottom: 18px;
        transform: none;
    }

    .sm-hero {
        padding-top: clamp(30px, 6svh, 58px);
    }
}

@media (max-width: 680px) {
    :root {
        --container: calc(100% - 28px);
    }

    .site-header {
        gap: 18px;
        padding-top: 22px;
        padding-bottom: 0;
    }

    .site-nav {
        gap: 18px;
    }

    .site-nav a {
        font-size: 0.68rem;
    }

    .brand-logo {
        width: 132px;
    }

    .header-cta {
        min-height: 46px;
        padding: 0 18px;
        gap: 10px;
        font-size: 0.72rem;
    }

    .btn-primary {
        min-height: 50px;
        padding: 0 24px;
        gap: 14px;
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    .hero-copy .btn-primary {
        margin-top: 4px;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-copy h1 {
        font-size: clamp(1.85rem, 8.6vw, 2.85rem);
        line-height: 1;
    }

    .hero-text {
        max-width: 92%;
        font-size: clamp(0.78rem, 3.2vw, 0.92rem);
        line-height: 1.5;
    }

    .feature-grid,
    .process-line,
    .stats-grid,
    .lead-form {
        grid-template-columns: 1fr;
    }

    .hero-pillars {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 18px 0;
    }

    .hero-pillars article,
    .hero-pillars article + article {
        min-height: 0;
        padding: 12px 8px;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .hero-pillars article:last-child {
        border-right: 0;
        border-bottom: 0;
    }

    .hero-pillars i {
        width: 30px;
        height: 30px;
        font-size: 1.85rem;
    }

    .hero-pillars strong {
        margin-top: 8px;
        font-size: clamp(0.55rem, 2.1vw, 0.66rem);
        line-height: 1.28;
    }

    .service-band,
    .process-section,
    .results-section,
    .form-section {
        padding: 54px 0;
    }

    .process-line::before {
        display: none;
    }

    .process-line {
        gap: 34px;
    }

    .feature-card,
    .lead-form {
        padding: 24px;
    }

    .form-row,
    .form-row-full {
        grid-column: 1;
    }

    .site-footer {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .site-footer p {
        justify-self: start;
        text-align: left;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        right: 14px;
        bottom: 14px;
    }

    .whatsapp-float i {
        font-size: 1.8rem;
    }

    .paid-hero .hero-copy {
        max-width: 100%;
    }

    .paid-metrics {
        display: none;
    }

    .marquee-track {
        min-height: 78px;
        gap: 34px;
        padding-inline: 24px;
    }

    .marquee-heading {
        display: grid;
        gap: 8px;
        padding-top: 22px;
    }

    .client-logo {
        width: 108px;
        height: 30px;
    }

    .client-wordmark {
        min-width: 118px;
        height: 30px;
        font-size: 0.96rem;
    }

    .paid-lanes,
    .funnel-section,
    .paid-proof {
        width: var(--container);
        padding: 48px 0;
    }

    .lane-list article {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px 18px;
    }

    .lane-list i {
        font-size: 2rem;
    }

    .funnel-flow article {
        grid-template-columns: 48px 1fr;
        gap: 12px 16px;
    }

    .funnel-flow p {
        grid-column: 2;
        margin-top: 0;
    }

    .proof-line .btn-primary {
        width: 100%;
    }
}

@media (max-height: 740px) and (min-width: 981px) and (max-width: 1649px) {
    .site-header {
        padding: 22px 0 0;
    }

    .brand-logo {
        width: clamp(126px, 12vw, 160px);
    }

    .sm-hero {
        height: 100svh;
        min-height: 100svh;
        padding-top: 88px;
        padding-inline: max(24px, calc((100vw - 1180px) / 2));
        padding-bottom: 30px;
    }

    .hero-copy {
        max-width: 500px;
    }

    .hero-copy h1 {
        font-size: clamp(2rem, 3.45vw, 3.1rem);
        line-height: 0.98;
    }

    .hero-text {
        margin-top: 14px;
        font-size: 0.86rem;
        line-height: 1.48;
    }

    .hero-pillars {
        margin: 18px 0;
    }

    .hero-pillars article {
        min-height: 88px;
        padding-top: 13px;
        padding-bottom: 12px;
    }

    .hero-pillars i {
        width: 30px;
        height: 30px;
        font-size: 1.85rem;
    }

    .btn-primary {
        min-height: 46px;
    }
}

@media (max-height: 780px) {
    .sm-hero {
        height: auto;
        min-height: 100svh;
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 680px) and (max-height: 760px) {
    .site-header {
        padding-bottom: 0;
    }

    .sm-hero {
        height: 100svh;
        min-height: 100svh;
        padding-top: 86px;
        padding-inline: 14px;
        padding-bottom: 22px;
    }

    .eyebrow {
        margin-bottom: 8px;
    }

    .hero-copy h1 {
        font-size: clamp(1.7rem, 8vw, 2.35rem);
    }

    .hero-text {
        margin-top: 10px;
    }

    .hero-pillars {
        display: none;
    }

    .btn-primary {
        min-height: 48px;
        padding-inline: 22px;
        font-size: 0.74rem;
    }
}

.home-hero .hero-copy h1 {
    max-width: 760px;
}

.hero-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    opacity: 0;
    animation: heroSlideShow 20s ease-in-out infinite;
}

.hero-slider img:nth-child(1) {
    animation-delay: 0s;
}

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

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

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

.home-mini-grid,
.testimonial-grid {
    display: grid;
    gap: 20px;
}

.home-mini-grid {
    grid-template-columns: repeat(4, 1fr);
}

.home-mini-grid article {
    min-height: 132px;
    padding: 28px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255, 90, 31, 0.08), rgba(255, 255, 255, 0.02));
}

.home-mini-grid strong {
    display: block;
    color: var(--orange);
    font-family: var(--font-secondary);
    font-size: 1.55rem;
}

.home-mini-grid span {
    display: block;
    margin-top: 16px;
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid article {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 90, 31, 0.06)),
        rgba(10, 10, 10, 0.92);
    box-shadow: inset 0 -1px 0 rgba(255, 90, 31, 0.18);
}

.testimonial-grid i {
    color: var(--orange);
    font-size: 2rem;
    line-height: 1;
}

.testimonial-grid p {
    margin: 22px 0 28px;
    color: var(--white);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    font-weight: 700;
    line-height: 1.55;
}

.testimonial-grid strong {
    margin-top: auto;
    color: var(--orange);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

.testimonial-grid span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home-cta {
    border-top-color: var(--line-strong);
}

@keyframes heroSlideShow {
    0%, 20% {
        opacity: 0.82;
        transform: scale(1.01) translateX(0);
    }

    25%, 100% {
        opacity: 0;
        transform: scale(1.05) translateX(10px);
    }
}

@media (max-width: 980px) {
    .home-mini-grid,
    .testimonial-grid,
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .home-mini-grid,
    .testimonial-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .home-mini-grid article,
    .testimonial-grid article {
        min-height: 0;
        padding: 24px;
    }
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.program-card {
    position: relative;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 75% 18%, rgba(255, 90, 31, 0.28), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 90, 31, 0.055)),
        rgba(8, 8, 8, 0.94);
    overflow: hidden;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.program-card::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 50%;
    width: 180px;
    height: 180px;
    border-radius: 34px 90px 90px 34px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.11);
    transform: translateX(-50%) rotate(45deg);
}

.program-card i {
    position: absolute;
    top: 86px;
    left: 50%;
    z-index: 1;
    color: var(--orange);
    font-size: 4.4rem;
    line-height: 1;
    transform: translateX(-50%);
}

.program-card strong {
    position: relative;
    z-index: 1;
    color: var(--white);
    font-size: clamp(1.15rem, 1.8vw, 1.7rem);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.program-card span {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 280px;
    margin-top: 14px;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.program-card:hover {
    border-color: var(--line-strong);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
    transform: translateY(-5px);
}

.founder-card {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    text-align: center;
}

.founder-card i {
    color: var(--orange);
    font-size: 5rem;
    line-height: 1;
}

.founder-card strong {
    color: var(--white);
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.founder-card span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.purpose-grid article strong {
    font-family: var(--font-main);
    font-size: 1.1rem;
    text-transform: uppercase;
}

.purpose-grid article span {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.55;
    text-transform: none;
}

@media (max-width: 980px) {
    .program-grid {
        grid-template-columns: 1fr;
    }

    .program-card {
        min-height: 240px;
    }
}
