/* Signature: @franckmozo */
:root {
    --bg: #071405;
    --bg-deep: #081a07;
    --surface: rgba(17, 39, 10, 0.78);
    --surface-strong: rgba(42, 77, 12, 0.92);
    --surface-soft: rgba(18, 34, 12, 0.7);
    --text: #f7f8f1;
    --muted: rgba(232, 238, 225, 0.76);
    --line: rgba(176, 230, 64, 0.72);
    --line-soft: rgba(176, 230, 64, 0.28);
    --accent: #a6d61c;
    --accent-strong: #c6f141;
    --accent-shadow: rgba(166, 214, 28, 0.22);
    --shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --container: 1220px;
    --space-section: clamp(5rem, 8vw, 8rem);
    --space-stack: clamp(1.25rem, 2vw, 2rem);
    --font-display: "Poppins", "Segoe UI", sans-serif;
    --font-body: "Poppins", "Segoe UI", sans-serif;
    --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --motion-ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
    --motion-duration-sm: 420ms;
    --motion-duration-md: 760ms;
    --motion-duration-lg: 1100ms;
}

@font-face {
    font-family: "Poppins";
    src:
        local("Poppins Regular"),
        local("Poppins"),
        url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        local("Poppins Medium"),
        local("Poppins"),
        url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        local("Poppins Bold"),
        local("Poppins"),
        url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        local("Poppins ExtraBold"),
        local("Poppins"),
        url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        local("Poppins Black"),
        local("Poppins"),
        url("../fonts/Poppins-Black.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 18% 15%, rgba(138, 202, 32, 0.16), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(161, 221, 43, 0.13), transparent 20%),
        linear-gradient(180deg, rgba(12, 33, 8, 0.25), rgba(7, 20, 5, 0.82)),
        var(--bg);
    font-family: var(--font-body);
    font-weight: 500;
    min-height: 100vh;
}

body.contact-modal-open {
    overflow: hidden;
}

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

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

button,
a {
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease,
        opacity 180ms ease;
}

button {
    font: inherit;
    cursor: pointer;
}

.page-shell {
    position: relative;
    overflow: clip;
    isolation: isolate;
}

main {
    position: relative;
}

main::before,
main::after {
    content: none;
}

.page-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 11, 3, 0.62), rgba(4, 10, 3, 0.78)),
        url("../img/bg-money.png") center top / cover no-repeat;
    opacity: 0.38;
    z-index: -3;
}

.page-shell::after {
    content: "";
    position: absolute;
    inset: auto -14% 9% -10%;
    height: 52rem;
    background:
        linear-gradient(180deg, rgba(6, 17, 4, 0.12), rgba(6, 17, 4, 0.78)),
        radial-gradient(circle at center, rgba(122, 184, 28, 0.18), transparent 58%),
        url("../img/bg-pepe-dark.png") left center / 52rem auto no-repeat;
    opacity: 0.17;
    z-index: -2;
    pointer-events: none;
    filter: saturate(0) brightness(1.1);
}

.page-noise {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
    opacity: 0.18;
}

.container {
    width: min(calc(100% - 3rem), var(--container));
    margin: 0 auto;
}

.section {
    position: relative;
    padding: 0 0 var(--space-section);
}

.section--compact {
    padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.site-header {
    padding: 2rem 0 3.5rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.brand__logo {
    width: 74px;
    height: 74px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(166, 214, 28, 0.18));
}

.brand__name {
    font: 800 clamp(1.85rem, 2.4vw, 2.85rem) / 1 var(--font-display);
    letter-spacing: 0.02em;
}

.hero {
    position: relative;
    padding-top: 0.5rem;
    isolation: isolate;
    z-index: 10;
}

.hero::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: -11rem;
    width: min(60vw, 60rem);
    height: 64rem;
    background:
        radial-gradient(circle at 42% 38%, rgba(214, 255, 115, 0.34) 0%, rgba(190, 238, 69, 0.42) 16%, rgba(166, 214, 28, 0.38) 29%, rgba(140, 193, 27, 0.26) 46%, rgba(105, 156, 20, 0.15) 61%, rgba(64, 101, 12, 0.06) 73%, transparent 84%);
    filter: blur(16px) saturate(1.08);
    opacity: 1;
    pointer-events: none;
    z-index: 20;
}

.hero::before {
    content: "";
    position: absolute;
    top: 8.5rem;
    right: 9rem;
    width: min(32vw, 24rem);
    height: min(32vw, 24rem);
    background: radial-gradient(circle, rgba(216, 255, 115, 0.22) 0%, rgba(166, 214, 28, 0.18) 28%, rgba(166, 214, 28, 0.08) 52%, transparent 72%);
    filter: blur(12px);
    opacity: 0.95;
    pointer-events: none;
    z-index: 21;
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.82fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    position: relative;
    z-index: 11;
}

.hero__content {
    max-width: 43rem;
}

[data-hero-stage],
[data-reveal],
[data-stagger-item],
[data-reveal="about-media"] {
    will-change: transform, opacity, filter;
}

html.js-motion [data-hero-stage] {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
    transition:
        opacity var(--motion-duration-md) var(--motion-ease),
        transform var(--motion-duration-md) var(--motion-ease),
        filter var(--motion-duration-sm) var(--motion-ease-soft);
}

html.js-motion [data-hero-stage].is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

html.js-motion [data-hero-stage="visual"] {
    transform: translateY(26px) scale(0.985);
}

html.js-motion [data-hero-stage="visual"].is-visible {
    transform: translateY(0) scale(1);
}

.hero__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3.8rem, 7vw, 6.7rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.hero__title span {
    display: block;
    white-space: nowrap;
}

.hero__title em {
    color: var(--accent);
    font-style: normal;
    font-weight: 800;
    text-shadow: 0 0 24px rgba(166, 214, 28, 0.18);
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-top: 2.8rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 3.5rem;
    padding: 0.88rem 1.45rem;
    border-radius: 18px;
    border: 1px solid transparent;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.button:focus-visible,
.hero__link:focus-visible,
.social-link:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 3px;
}

.button:hover,
.hero__link:hover,
.social-link:hover,
.media-card:hover {
    transform: translateY(-2px) scale(1.02);
}

.button--primary {
    background:
        linear-gradient(180deg, rgba(114, 153, 24, 0.96), rgba(79, 111, 16, 0.96));
    color: #fff;
    border-color: rgba(194, 234, 92, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 28px rgba(59, 88, 8, 0.24);
}

.button--primary[data-cta-glow] {
    position: relative;
    overflow: hidden;
}

.button--primary[data-cta-glow]::after {
    content: "";
    position: absolute;
    inset: -35%;
    background: radial-gradient(circle, rgba(214, 255, 115, 0.24) 0%, rgba(166, 214, 28, 0.16) 30%, transparent 64%);
    opacity: 0.35;
    pointer-events: none;
    transform: scale(0.92);
    transition:
        opacity 600ms var(--motion-ease),
        transform 600ms var(--motion-ease);
    animation: ctaGlowBreath 5.8s ease-in-out infinite;
}

.button--primary:hover {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 18px 34px rgba(95, 138, 14, 0.26);
}

.button--ghost {
    background:
        linear-gradient(180deg, rgba(179, 223, 95, 0.94), rgba(155, 201, 74, 0.94));
    border-color: rgba(222, 248, 171, 0.35);
    color: #163108;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 12px 24px rgba(105, 147, 29, 0.18);
}

.button__accent {
    color: #d8ff73;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(184, 232, 58, 0.18);
}

.button:hover,
.button:focus-visible {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 18px 34px rgba(95, 138, 14, 0.24),
        0 0 0 1px rgba(198, 241, 65, 0.16);
}

.hero__link {
    font-size: 1.1rem;
    color: var(--text);
    font-weight: 500;
    opacity: 0.96;
    transition:
        transform 240ms var(--motion-ease-soft),
        opacity 240ms var(--motion-ease-soft),
        color 240ms var(--motion-ease-soft),
        text-shadow 240ms var(--motion-ease-soft);
}

.hero__link:hover,
.hero__link:focus-visible {
    color: #fcfdf7;
    opacity: 1;
    transform: translateY(-1px);
    text-shadow: 0 0 18px rgba(166, 214, 28, 0.16);
}

.hero__visual {
    display: flex;
    justify-content: flex-end;
}

.media-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(179, 229, 75, 0.14),
        0 28px 70px rgba(16, 31, 7, 0.48),
        0 0 32px rgba(166, 214, 28, 0.16);
    background: rgba(13, 26, 8, 0.72);
    transition:
        transform 380ms var(--motion-ease),
        box-shadow 380ms var(--motion-ease),
        border-color 380ms var(--motion-ease);
}

.media-card::before {
    content: "";
    position: absolute;
    inset: auto 12% -18% 12%;
    height: 32%;
    background: radial-gradient(circle, rgba(166, 214, 28, 0.2), transparent 72%);
    filter: blur(30px);
    pointer-events: none;
}

.media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-card--hero {
    width: min(100%, 28.5rem);
    aspect-ratio: 0.97;
    padding: 0.42rem;
}

html.js-motion [data-float="hero"] {
    animation: floatHero 8.4s ease-in-out infinite;
}

html.js-motion [data-float="card-large"] {
    animation: floatCardLarge 10.5s ease-in-out infinite;
}

html.js-motion [data-float="card-small"] {
    animation: floatCardSmall 9.6s ease-in-out infinite;
}

.media-card:hover,
.media-card:focus-within {
    box-shadow:
        0 0 0 1px rgba(179, 229, 75, 0.18),
        0 34px 84px rgba(16, 31, 7, 0.52),
        0 0 40px rgba(166, 214, 28, 0.18);
}

.contract-strip__inner,
.stats-panel,
.steps-shell {
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow);
}

.contract-strip__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.15rem 1rem 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(21, 45, 12, 0.72), rgba(11, 27, 7, 0.72));
    backdrop-filter: blur(14px);
}

.contract-strip__brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.contract-strip__brand img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.contract-strip__brand span {
    font-size: clamp(1rem, 1.4vw, 1.55rem);
}

.contract-strip__address {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.3rem;
    padding: 0.7rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(20, 41, 10, 0.34);
    color: var(--text);
    font-size: clamp(1.15rem, 1.75vw, 1.9rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.copy-button {
    min-height: 3.15rem;
    padding-inline: 1.55rem;
    font-size: 1rem;
    font-weight: 600;
}

.copy-button.is-copied {
    background: linear-gradient(180deg, rgba(194, 240, 103, 0.98), rgba(166, 214, 74, 0.98));
    box-shadow: 0 0 0 4px rgba(194, 240, 103, 0.14);
}

.stats-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(21, 45, 12, 0.72), rgba(11, 27, 7, 0.72));
    backdrop-filter: blur(14px);
}

html.js-motion [data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity var(--motion-duration-md) var(--motion-ease),
        transform var(--motion-duration-md) var(--motion-ease),
        filter var(--motion-duration-sm) var(--motion-ease-soft);
    filter: blur(8px);
}

html.js-motion [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

html.js-motion [data-reveal="about-media"] {
    transform: translateY(18px) scale(0.985);
}

html.js-motion [data-reveal="about-media"].is-visible {
    transform: translateY(0) scale(1);
}

.stat-card {
    padding: 1.15rem 1.6rem;
    min-height: 8.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    transition:
        transform 320ms var(--motion-ease),
        border-color 320ms var(--motion-ease),
        box-shadow 320ms var(--motion-ease),
        background-color 320ms var(--motion-ease);
}

html.js-motion [data-stagger-item] {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    transition:
        opacity 700ms var(--motion-ease),
        transform 700ms var(--motion-ease);
}

html.js-motion .tokenomics.is-visible [data-stagger-item].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.stat-card + .stat-card {
    border-left: 1px solid var(--line);
}

.stat-card:hover {
    transform: translateY(-3px);
    background: rgba(22, 43, 12, 0.82);
    box-shadow: inset 0 0 0 1px rgba(198, 241, 65, 0.12);
}

.stat-card__label,
.step-card__title {
    margin: 0;
    color: rgba(242, 247, 235, 0.92);
    font-size: 1.02rem;
    text-transform: lowercase;
}

.stat-card__value {
    margin: 0;
    font: 700 clamp(2.15rem, 2.9vw, 2.85rem) / 1.02 var(--font-display);
    letter-spacing: -0.045em;
}

.stat-card__detail,
.section-copy,
.step-card__text {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.about__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.section-title {
    margin: 0;
    font: 800 clamp(2.45rem, 5vw, 4.45rem) / 1 var(--font-display);
    letter-spacing: -0.05em;
    white-space: pre-line;
}

.section-title span {
    color: var(--accent);
}

.section-copy {
    max-width: 31rem;
    margin-top: 1.55rem;
    font-size: 1.08rem;
}

.about__visual {
    position: relative;
}

.about-stack {
    position: relative;
    min-height: 32rem;
    padding: 0.6rem 0 5.5rem;
}

.media-card--about {
    background: rgba(17, 29, 10, 0.82);
}

.media-card--large {
    width: min(100%, 16.2rem);
    aspect-ratio: 0.77;
    margin-left: 3rem;
}

.media-card--small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(100%, 14.8rem);
    aspect-ratio: 0.76;
}

.about-stack__cta {
    position: absolute;
    left: 5rem;
    bottom: 1.2rem;
}

.section-heading {
    margin-bottom: 2rem;
}

.steps-shell {
    position: relative;
    padding: clamp(2.5rem, 8vw, 5rem);
    border-radius: 24px;
    min-height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(21, 45, 12, 0.72), rgba(11, 27, 7, 0.72));
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
}

.steps-shell::after {
    content: "";
    position: absolute;
    inset: 10% 22% 12% 22%;
    background: radial-gradient(circle, rgba(214, 255, 115, 0.16) 0%, rgba(166, 214, 28, 0.14) 24%, rgba(166, 214, 28, 0.08) 42%, transparent 68%);
    filter: blur(26px);
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.steps-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 16, 4, 0.4), rgba(5, 16, 4, 0.72)),
        url("../img/about-trader.png") right center / contain no-repeat;
    opacity: 0.18;
    border-radius: inherit;
}

.steps-shell__placeholder {
    position: relative;
    z-index: 1;
    font: 800 clamp(3rem, 7vw, 5rem) / 1 var(--font-display);
    letter-spacing: -0.04em;
    transition:
        transform 700ms var(--motion-ease),
        text-shadow 700ms var(--motion-ease);
}

.how-to-buy.is-visible .steps-shell__placeholder {
    text-shadow: 0 0 32px rgba(166, 214, 28, 0.08);
}

.steps-grid {
    position: absolute;
    inset: auto 1.5rem 1.5rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    opacity: 0;
    pointer-events: none;
}

.step-card {
    padding: 1.25rem;
    border-radius: 14px;
    background: rgba(15, 31, 10, 0.72);
    border: 1px solid rgba(176, 230, 64, 0.16);
}

.site-footer {
    padding: 0 0 2.8rem;
}

.contact-modal {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.contact-modal[hidden] {
    display: none;
}

.contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 9, 2, 0.72);
    backdrop-filter: blur(10px);
}

.contact-modal__dialog {
    position: relative;
    width: min(100%, 30rem);
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(21, 45, 12, 0.96), rgba(11, 27, 7, 0.96));
    box-shadow:
        0 0 0 1px rgba(179, 229, 75, 0.14),
        0 28px 70px rgba(16, 31, 7, 0.48);
}

.contact-modal__close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    font-size: 1.4rem;
}

.contact-modal__eyebrow {
    margin: 0 0 0.35rem;
    color: var(--accent);
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.contact-modal__title {
    margin: 0;
    font: 800 clamp(2rem, 5vw, 2.45rem) / 1 var(--font-display);
    letter-spacing: -0.04em;
}

.contact-modal__copy {
    margin: 0.85rem 0 1.2rem;
    max-width: 25rem;
    color: var(--muted);
    line-height: 1.6;
}

.contact-form {
    display: grid;
    gap: 0.95rem;
}

.contact-form__field {
    display: grid;
    gap: 0.45rem;
}

.contact-form__field span {
    font-size: 0.95rem;
    color: rgba(242, 247, 235, 0.92);
}

.contact-form__input {
    width: 100%;
    min-height: 3rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(176, 230, 64, 0.28);
    border-radius: 14px;
    background: rgba(9, 20, 6, 0.78);
    color: var(--text);
    font: inherit;
}

.contact-form__input:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 2px;
}

.contact-form__textarea {
    resize: vertical;
    min-height: 7rem;
}

.contact-form__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.85rem;
    margin-top: 0.25rem;
}

.button--whatsapp {
    background: transparent;
    color: var(--text);
    border-color: rgba(176, 230, 64, 0.42);
    box-shadow: inset 0 0 0 1px rgba(176, 230, 64, 0.08);
}

.button--whatsapp:hover {
    background: rgba(166, 214, 28, 0.08);
}

.contact-form__feedback {
    min-height: 1.4rem;
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 12px;
    color: var(--accent);
    opacity: 0.88;
    transition:
        transform 240ms var(--motion-ease-soft),
        color 240ms var(--motion-ease-soft),
        opacity 240ms var(--motion-ease-soft),
        text-shadow 240ms var(--motion-ease-soft);
}

.social-link:hover,
.social-link:focus-visible {
    transform: translateY(-3px);
    opacity: 1;
    color: #d8ff73;
    text-shadow: 0 0 18px rgba(166, 214, 28, 0.18);
}

.social-link.is-disabled-link {
    opacity: 0.42;
    pointer-events: none;
    filter: saturate(0.7);
}

.copy-button {
    transition:
        transform 240ms var(--motion-ease-soft),
        box-shadow 300ms var(--motion-ease),
        background 300ms var(--motion-ease),
        color 300ms var(--motion-ease);
}

.copy-button.is-copied {
    transform: translateY(-1px) scale(1.02);
}

html.js-motion .page-shell::after {
    animation: ambientGlowDrift 12s ease-in-out infinite alternate;
}

html.js-motion .page-shell::before {
    animation: ambientMoneyPulse 16s ease-in-out infinite alternate;
}

.social-link svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: currentColor;
}

@media (max-width: 1100px) {
    .hero__grid,
    .about__grid {
        grid-template-columns: 1fr;
    }

    .hero__visual {
        justify-content: flex-start;
    }

    .hero__content,
    .section-copy {
        max-width: none;
    }

    .about-stack {
        min-height: 28rem;
    }
}

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

    .site-header {
        padding-bottom: 2.5rem;
    }

    .brand__logo {
        width: 62px;
        height: 62px;
    }

    .hero__actions {
        flex-wrap: wrap;
        gap: 1rem 1.4rem;
    }

    .contract-strip__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contract-strip__brand {
        justify-content: center;
    }

    .copy-button {
        justify-self: center;
        min-width: 10rem;
    }

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

    .stat-card:nth-child(3),
    .stat-card:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .stat-card:nth-child(3),
    .stat-card:nth-child(1) {
        border-left: 0;
    }

    .media-card--large {
        margin-left: 0;
    }

    .about-stack__cta {
        left: 1.4rem;
    }

    .steps-shell {
        min-height: 22rem;
    }

    .steps-shell::after {
        inset: 14% 16% 16% 16%;
    }

    .hero::after {
        top: 4rem;
        right: -18rem;
        width: min(78vw, 36rem);
        height: 42rem;
    }

    .hero::before {
        top: 8rem;
        right: 2rem;
        width: 18rem;
        height: 18rem;
    }
}

@media (max-width: 560px) {
    :root {
        --space-section: 4.2rem;
    }

    .brand {
        gap: 0.8rem;
    }

    .hero__title {
        font-size: clamp(3rem, 14vw, 4.4rem);
    }

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

    .hero__actions .button,
    .hero__actions .hero__link,
    .about-stack__cta {
        width: auto;
        justify-content: center;
    }

    .copy-button {
        width: 100%;
    }

    .media-card--hero {
        width: 100%;
    }

    .contract-strip__brand img {
        width: 60px;
        height: 60px;
    }

    .contract-strip__address {
        font-size: 1.1rem;
        word-break: break-word;
    }

    .stats-panel {
        grid-template-columns: 1fr;
    }

    .stat-card + .stat-card,
    .stat-card:nth-child(3),
    .stat-card:nth-child(4) {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .about-stack {
        min-height: auto;
        display: grid;
        gap: 1rem;
        padding-bottom: 0;
    }

    .media-card--large,
    .media-card--small {
        position: relative;
        width: 100%;
        max-width: none;
        aspect-ratio: 1.08;
        right: auto;
        bottom: auto;
    }

    .about-stack__cta {
        position: relative;
        left: auto;
        bottom: auto;
        min-width: 10.5rem;
    }

    .steps-shell__placeholder {
        text-align: center;
    }

    .steps-shell::after {
        inset: 18% 10% 18% 10%;
    }

    .hero::after {
        top: 5.5rem;
        right: -16rem;
        width: 28rem;
        height: 28rem;
        filter: blur(18px);
    }

    .hero::before {
        top: 8.5rem;
        right: -1rem;
        width: 13rem;
        height: 13rem;
    }

    html.js-motion [data-float="hero"],
    html.js-motion [data-float="card-large"],
    html.js-motion [data-float="card-small"] {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    html.js-motion [data-hero-stage],
    html.js-motion [data-reveal],
    html.js-motion [data-stagger-item] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

@keyframes floatHero {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes floatCardLarge {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes floatCardSmall {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes ctaGlowBreath {
    0%,
    100% {
        opacity: 0.22;
        transform: scale(0.92);
    }
    50% {
        opacity: 0.42;
        transform: scale(1);
    }
}

@keyframes ambientGlowDrift {
    0% {
        opacity: 0.17;
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        opacity: 0.26;
        transform: translate3d(1.5%, -1.25%, 0) scale(1.03);
    }
}

@keyframes ambientMoneyPulse {
    0% {
        opacity: 0.34;
    }
    100% {
        opacity: 0.44;
    }
}
