/* ==========================================================================
   ATK THEME — biblioteka klas dla Elementora
   --------------------------------------------------------------------------
   Klasy do wklejenia w polu "CSS Classes" widgetow Elementora (zakladka Advanced).
   Wszystkie kolory i fonty czerpia z CSS vars zdefiniowanych w style.css.
   ========================================================================== */


/* ==========================================================================
   1. UTILITIES
   ========================================================================== */

.atk-container {
    max-width: var(--atk-container);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.atk-section          { padding: 6rem 0; }
.atk-section--alt     { background: var(--atk-bg-alt); }
.atk-section--tight   { padding: 3rem 0; }

@media (max-width: 768px) {
    .atk-section { padding: 4rem 0; }
}

.atk-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--atk-muted);
    margin-bottom: 0.75rem;
}

.atk-divider {
    width: 64px;
    height: 3px;
    background: var(--atk-yellow);
    border: 0;
    margin: 0 0 1.5rem 0;
}

.atk-text-muted { color: var(--atk-muted); }

.atk-pill {
    display: inline-block;
    background: var(--atk-yellow);
    color: var(--atk-black);
    padding: 0.625rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
}


/* ==========================================================================
   2. BUTTONS
   ========================================================================== */

.atk-btn,
a.atk-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.75rem;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: var(--atk-radius);
    cursor: pointer;
    transition: var(--atk-transition);
    line-height: 1;
}

.atk-btn--primary,
a.atk-btn--primary {
    background: var(--atk-yellow);
    color: var(--atk-black);
    border-color: var(--atk-yellow);
}
.atk-btn--primary:hover,
a.atk-btn--primary:hover {
    background: var(--atk-yellow-dark);
    border-color: var(--atk-yellow-dark);
}

.atk-btn--secondary,
a.atk-btn--secondary {
    background: transparent;
    color: var(--atk-black);
    border-color: var(--atk-black);
}
.atk-btn--secondary:hover,
a.atk-btn--secondary:hover {
    background: var(--atk-black);
    color: #fff;
}

.atk-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--atk-black);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--atk-yellow);
    padding-bottom: 2px;
    transition: var(--atk-transition);
}
.atk-link-arrow:hover { color: var(--atk-yellow-dark); }


/* ==========================================================================
   3. HERO
   ========================================================================== */

.atk-hero {
    position: relative;
    overflow: hidden;
    background: #fff;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.atk-hero__title {
    font-size: var(--atk-h1);
    font-weight: 700;
    margin: 0 0 1.5rem 0;
}

.atk-hero__subtitle {
    font-size: 1.125rem;
    color: var(--atk-muted);
    line-height: 1.6;
    max-width: 32rem;
    margin: 0 0 2.5rem 0;
}

.atk-hero__cta-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.atk-hero__trust {
    font-size: 0.875rem;
    color: var(--atk-muted);
    letter-spacing: 0.02em;
}

/* Dekoracyjna grafika techniczna w prawym gornym rogu */
.atk-hero__decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.85;
}
.atk-hero__decoration img,
.atk-hero__decoration svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}

.atk-hero > .elementor-container,
.atk-hero .e-con-inner {
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .atk-hero { min-height: auto; padding: 5rem 0; }
    .atk-hero__decoration { opacity: 0.3; width: 70%; }
}


/* ==========================================================================
   4. O FIRMIE
   ========================================================================== */

.atk-about__lead {
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--atk-black);
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.atk-about__feature {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--atk-border);
}
.atk-about__feature:last-child { border-bottom: 0; }

.atk-about__feature-icon {
    flex: 0 0 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--atk-yellow-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atk-black);
}
.atk-about__feature-icon svg { width: 24px; height: 24px; }

.atk-about__feature-title {
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

.atk-about__feature-text {
    font-size: 0.9375rem;
    color: var(--atk-muted);
    margin: 0;
    line-height: 1.5;
}


/* ==========================================================================
   5a. SERVICES ROW — Nadzór + Projektowanie obok siebie
   ========================================================================== */

.atk-services__row,
.atk-services__row.e-con,
#atk-services-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    align-items: stretch !important;
    width: 100% !important;
}

.atk-services__row > .e-con,
#atk-services-row > .e-con {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    align-self: stretch !important;
}

@media (max-width: 768px) {
    .atk-services__row,
    .atk-services__row.e-con,
    #atk-services-row {
        flex-direction: column !important;
    }
    .atk-services__row > .e-con,
    #atk-services-row > .e-con {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ==========================================================================
   5. USLUGI — siatka 2:1:1 (KLUCZOWY ELEMENT)
   Elementor moze renderowac .e-con-inner wewnatrz kontenera (boxed)
   lub dzieci bezposrednio (full). Pokrywamy oba przypadki.
   ========================================================================== */

.atk-services,
.atk-services.e-con,
.atk-services > .e-con-inner {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr !important;
    gap: 24px !important;
    align-items: stretch !important;
    flex-wrap: unset !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.atk-services > .e-con,
.atk-services > .e-con-inner > .e-con {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    flex-basis: auto !important;
    min-width: 0 !important;
    align-self: stretch !important;
}

@media (max-width: 1024px) {
    .atk-services,
    .atk-services.e-con,
    .atk-services > .e-con-inner {
        grid-template-columns: 1fr 1fr !important;
    }
    .atk-services > .e-con:first-child,
    .atk-services > .e-con-inner > .e-con:first-child {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 640px) {
    .atk-services,
    .atk-services.e-con,
    .atk-services > .e-con-inner {
        grid-template-columns: 1fr !important;
    }
    .atk-services > .e-con:first-child,
    .atk-services > .e-con-inner > .e-con:first-child {
        grid-column: auto !important;
    }
}

.atk-service-card {
    position: relative;
    background: #fff;
    padding: 2rem 1.75rem;
    border: 1px solid var(--atk-border);
    border-radius: var(--atk-radius);
    box-shadow: var(--atk-shadow-card);
    display: flex;
    flex-direction: column;
    transition: var(--atk-transition);
}

.atk-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26,26,26,0.08);
}

/* Zolta belka 4px nad kazda karta */
.atk-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--atk-yellow);
    border-radius: var(--atk-radius) var(--atk-radius) 0 0;
}

/* Karta dominujaca — Koordynacja projektowania */
.atk-service-card--featured {
    padding: 3rem 2.5rem;
}
.atk-service-card--featured::before { height: 6px; }

.atk-service-card__kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--atk-yellow-dark);
    margin-bottom: 0.75rem;
}

.atk-service-card__title {
    font-size: var(--atk-h3);
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--atk-black);
}
.atk-service-card--featured .atk-service-card__title {
    font-size: var(--atk-h2);
    margin-bottom: 1.25rem;
}

.atk-service-card__role {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--atk-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.atk-service-card__description {
    color: var(--atk-text);
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.atk-service-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}
/* Bez ::before i padding-left — Elementor icon-list sam renderuje ikonę (żółte kółko).
   Dodanie własnego ::before powodowało podwójne kropki gdy tekst zawijał się na mobile. */
.atk-service-card__list li,
.atk-service-card__list .elementor-icon-list-item {
    margin-bottom: 0.625rem;
    color: var(--atk-text);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.atk-service-card__cta {
    margin-top: auto;
}


/* ==========================================================================
   6. SOCIAL PROOF — Zaufali nam
   ========================================================================== */

.atk-trusted {
    text-align: center;
}

.atk-trusted__title {
    font-size: var(--atk-h2);
    margin-bottom: 0.75rem;
}

.atk-trusted__subtitle {
    color: var(--atk-muted);
    max-width: 40rem;
    margin: 0 auto 3rem auto;
}

.atk-trusted__logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.atk-trusted__logo {
    max-height: 80px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--atk-transition);
}
.atk-trusted__logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 768px) {
    .atk-trusted__logos { grid-template-columns: repeat(2, 1fr); }
}


/* ==========================================================================
   7. SOCIAL MEDIA
   ========================================================================== */

.atk-social {
    text-align: center;
}
.atk-social__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.atk-social__lead {
    color: var(--atk-muted);
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}
.atk-social__icons {
    display: inline-flex;
    gap: 1rem;
}
.atk-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--atk-black);
    color: #fff;
    transition: var(--atk-transition);
    text-decoration: none;
}
.atk-social__icon:hover {
    background: var(--atk-yellow);
    color: var(--atk-black);
    transform: translateY(-2px);
}
.atk-social__icon svg { width: 22px; height: 22px; }


/* ==========================================================================
   8. KONTAKT
   ========================================================================== */

.atk-contact__title {
    font-size: var(--atk-h2);
    margin-bottom: 0.75rem;
}
.atk-contact__lead {
    color: var(--atk-muted);
    max-width: 40rem;
    margin-bottom: 2.5rem;
}

/* Wymuszenie spojnego stylu pol formularza Elementor Forms */
.atk-form .elementor-field-group input,
.atk-form .elementor-field-group textarea,
.atk-form .elementor-field-group select {
    border: 1px solid var(--atk-border) !important;
    border-radius: var(--atk-radius) !important;
    padding: 0.875rem 1rem !important;
    font-family: var(--atk-font-body) !important;
    font-size: 1rem !important;
    background: #fff !important;
    transition: border-color var(--atk-transition) !important;
}
.atk-form .elementor-field-group input:focus,
.atk-form .elementor-field-group textarea:focus,
.atk-form .elementor-field-group select:focus {
    border-color: var(--atk-yellow) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(245,197,24,0.15) !important;
}

.atk-form button[type="submit"],
.atk-form .elementor-button {
    background: var(--atk-yellow) !important;
    color: var(--atk-black) !important;
    font-weight: 700 !important;
    padding: 1rem 1.75rem !important;
    border-radius: var(--atk-radius) !important;
    transition: background var(--atk-transition) !important;
}
.atk-form button[type="submit"]:hover,
.atk-form .elementor-button:hover {
    background: var(--atk-yellow-dark) !important;
}

.atk-contact__details { line-height: 1.8; }
.atk-contact__details strong { color: var(--atk-black); }
.atk-contact__details a { color: var(--atk-black); text-decoration: none; border-bottom: 1px solid var(--atk-yellow); }


/* ==========================================================================
   9. ANIMACJE (delikatne)
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {
    .atk-animate-in {
        opacity: 0;
        transform: translateY(16px);
        animation: atk-fade-up 600ms ease-out forwards;
    }
}
@keyframes atk-fade-up {
    to { opacity: 1; transform: translateY(0); }
}


/* ==========================================================================
   10. O FIRMIE — 2 kolumny obok siebie
   ========================================================================== */

.atk-about__cols,
.atk-about__cols.e-con,
#atk-about-cols {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 4rem !important;
}

.atk-about__cols > .e-con:first-child,
.atk-about__cols > .e-con-inner > .e-con:first-child {
    flex: 0 0 58% !important;
    max-width: 58% !important;
    width: 58% !important;
    min-width: 0 !important;
}

.atk-about__cols > .e-con:last-child,
.atk-about__cols > .e-con-inner > .e-con:last-child {
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

@media (max-width: 1024px) {
    .atk-about__cols,
    .atk-about__cols.e-con,
    #atk-about-cols {
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }
    .atk-about__cols > .e-con,
    .atk-about__cols > .e-con-inner > .e-con,
    #atk-about-cols > .e-con {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ==========================================================================
   11. UKRYJ NATYWNY HEADER HELLO ELEMENTOR
   ========================================================================== */

#site-header,
.site-header,
.site-branding {
    display: none !important;
}

/* ==========================================================================
   12. FIXED HEADER
   ========================================================================== */

#atk-site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99998 !important;
    background: #FFFFFF !important;
    box-shadow: 0 2px 12px rgba(26,26,26,0.10);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Kompensata admin bara WordPress (tylko dla zalogowanych) */
.admin-bar #atk-site-header {
    top: 32px !important;
}
.admin-bar .atk-mobile-menu {
    top: calc(60px + 42px) !important;
}
@media screen and (max-width: 782px) {
    .admin-bar #atk-site-header {
        top: 46px !important;
    }
    .admin-bar .atk-mobile-menu {
        top: calc(60px + 42px) !important;
    }
}

.atk-header__logo img {
    height: 60px !important;
    width: auto !important;
    display: block;
    max-width: none !important;
}

.atk-header__cta {
    white-space: nowrap;
}

.atk-header__cta .elementor-button {
    padding: 10px 20px !important;
    font-size: 0.875rem !important;
}

.atk-header__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.atk-nav__link {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: color 200ms ease-out;
}
.atk-nav__link:hover {
    color: var(--atk-yellow-dark, #E0B113);
}

.atk-nav__phone {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 200ms ease-out;
}
.atk-nav__phone:hover {
    color: var(--atk-yellow-dark, #E0B113);
}

/* === HAMBURGER (desktop: ukryty) === */
/* Reset wymuszony przez !important — neutralizuje globalne style button{}
   z Hello Elementor / Elementora które dodają ciemne tło. */
.atk-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    transition: background 200ms ease-out, box-shadow 200ms ease-out;
}
/* :focus — brak outline / ciemnego tła przeglądarki */
.atk-hamburger:focus,
.atk-hamburger:focus-visible {
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
/* :active — chwilowe kliknięcie nie może dodać tła */
.atk-hamburger:active {
    background: transparent !important;
    box-shadow: none !important;
}
/* Hover: białe tło z subtelnym obramowaniem, żółte kreski */
.atk-hamburger:hover {
    background: #FFFFFF !important;
    box-shadow: 0 0 0 1px var(--atk-border, #E5E5E5) !important;
}
.atk-hamburger:hover .atk-hamburger__bar,
.atk-hamburger.is-active .atk-hamburger__bar {
    background: var(--atk-yellow, #F5C518) !important;
}
/* Stan otwarty (X) — to samo białe tło co hover */
.atk-hamburger.is-active {
    background: #FFFFFF !important;
    box-shadow: 0 0 0 1px var(--atk-border, #E5E5E5) !important;
}

.atk-hamburger__bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #1A1A1A;
    border-radius: 2px;
    pointer-events: none;
    transition: transform 200ms ease-out, opacity 200ms ease-out, background 200ms ease-out;
}
.atk-hamburger.is-active .atk-hamburger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.atk-hamburger.is-active .atk-hamburger__bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.atk-hamburger.is-active .atk-hamburger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* === MOBILE MENU === */
/* top = wysokosc headera na mobile */
.atk-mobile-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 1rem 1.5rem 1.5rem;
    box-shadow: 0 4px 16px rgba(26,26,26,0.12);
    z-index: 99998;
    gap: 0;
}
.atk-mobile-menu.is-open { display: flex; }

.atk-mobile-menu__link {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.75rem 0;
    border-bottom: 1px solid #E5E5E5;
    display: block;
}
.atk-mobile-menu__link:last-of-type { border-bottom: none; }
.atk-mobile-menu__link:hover { color: var(--atk-yellow-dark, #E0B113); }

.atk-mobile-menu__cta {
    display: block;
    margin-top: 1rem;
    padding: 14px 24px;
    background: var(--atk-yellow, #F5C518);
    color: #1A1A1A !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    border-radius: var(--atk-radius, 4px);
    transition: background 200ms ease-out;
}
.atk-mobile-menu__cta:hover { background: var(--atk-yellow-dark, #E0B113); }

/* Mobile: przełącz widoczność elementów + zachowaj row w headerze */
@media (max-width: 768px) {
    .atk-header__nav  { display: none !important; }
    .atk-header__cta  { display: none !important; }
    .atk-hamburger    { display: flex !important; }
    .atk-header__logo img { height: 40px !important; }

    /* Wewnętrzny kontener headera — logo po lewej, hamburger po prawej */
    #atk-site-header .e-con-inner,
    #atk-site-header > .e-con > .e-con-inner {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }
}

/* ==========================================================================
   13. HERO — overlay wideo, teksty, kompensata headera
   Selektory na #atk-hero (_element_id), bo _css_classes nie renderuje na
   kontenerach w Elementor 4 z eksperymentem e_classes.
   ========================================================================== */

/* Wideo startuje od top:0 — widać za fixed headerem (z-index:99999) */
#atk-hero {
    margin-top: 0 !important;
    position: relative !important;
    /* Ciemne tło zawsze widoczne — gdy wideo nie załadowane lub URL pusty */
    background-color: #1A1A1A !important;
    /* Wymuszamy min-height na wypadek, gdy cache Elementora jest nieaktualny */
    min-height: 90vh !important;
}

/* Warstwa 1: wideo (.elementor-background-video-container, z-index:0)
   Warstwa 2: nakładka — ciemność 42% + żółty dot-pattern (::before, z-index:2)
   Warstwa 3: treść (.e-con > .e-con-inner, z-index:3) */
#atk-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle, rgba(245,197,24,0.22) 1.5px, transparent 1.5px) 0 0 / 20px 20px,
        rgba(0, 0, 0, 0.42);
    z-index: 2;
    pointer-events: none;
}

#atk-hero > .e-con {
    position: relative !important;
    z-index: 3 !important;
}

#atk-hero > .e-con > .e-con-inner {
    position: relative !important;
    z-index: 3 !important;
}

#atk-hero .elementor-heading-title {
    color: #FFFFFF !important;
    text-shadow: 0 2px 16px rgba(0,0,0,0.90), 0 1px 4px rgba(0,0,0,0.70) !important;
}

#atk-hero .elementor-widget-text-editor,
#atk-hero .elementor-widget-text-editor p,
#atk-hero .elementor-widget-text-editor * {
    color: rgba(255,255,255,0.90) !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.85) !important;
}

#atk-hero .elementor-button {
    color: #1A1A1A !important;
}

/* Awaryjne tła sekcji — na wypadek nieaktualnego cache CSS Elementora.
   Elementor generuje background-color w post-ID.css; jeśli plik jest stary,
   sekcje wyglądają na transparentne (białe na białym). */
#o-nas   { background-color: #FFFFFF !important; }
#uslugi  { background-color: #F7F7F7 !important; }
#kontakt { background-color: #FFFFFF !important; }

/* ==========================================================================
   14. EYEBROW
   ========================================================================== */

.atk-eyebrow .elementor-heading-title,
.elementor-widget-heading .atk-eyebrow .elementor-heading-title,
h6.atk-eyebrow {
    font-size: 0.75rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: var(--atk-muted) !important;
}

/* ==========================================================================
   16. FOOTER (drobiazgi)
   ========================================================================== */

.atk-footer {
    background: var(--atk-black);
    color: #fff;
    padding: 3rem 0 2rem 0;
    font-size: 0.9375rem;
}
.atk-footer a { color: #fff; text-decoration: none; transition: var(--atk-transition); }
.atk-footer a:hover { color: var(--atk-yellow); }
.atk-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
    color: rgba(255,255,255,0.6);
    font-size: 0.8125rem;
}
