/*
Theme Name: IT Development
Theme URI: https://itdevelopment.pl
Description: Child Theme for Hello Elementor
Author: Dmytro Koreiba
Version: 1.0
Template: hello-elementor
Text Domain: itdevelopment
*/

:root {
    --bg-primary: #050505;
    --bg-secondary: #0b0b0b;

    --text-primary: #ffffff;
    --text-secondary: rgba(255,255,255,.75);

    --accent-primary: #ff6b1a;
    --accent-secondary: #ff9f43;

    --glass-bg: rgba(255,255,255,.055);
    --glass-border: rgba(255,255,255,.14);
    --glass-shadow: 0 24px 80px rgba(0,0,0,.45);

    --transition: all .3s ease;
    --container: 1400px;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;

    color: var(--text-primary);
    overflow-x: hidden;

    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    background:
        radial-gradient(circle at 15% 20%, rgba(255,107,26,.20), transparent 30%),
        radial-gradient(circle at 85% 30%, rgba(255,255,255,.055), transparent 25%),
        linear-gradient(135deg, #111 0%, #050505 55%, #1a0d05 100%);

    background-attachment: fixed;
}

/* Delikatna technologiczna siatka */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;

    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);

    background-size: 42px 42px;
    opacity: .75;
}

/* Pomarańczowa poświata */
body::after {
    content: "";
    position: fixed;
    top: -280px;
    right: -280px;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;

    background: radial-gradient(
        circle,
        rgba(255,107,26,.18) 0%,
        rgba(255,107,26,.08) 42%,
        transparent 75%
    );

    filter: blur(90px);
}

/* Hello Elementor / Elementor background reset */
.site,
.site-main,
.site-content,
.page-content,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    background: transparent !important;
}

/* Linki */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--accent-primary);
}

/* Obrazy */
img {
    max-width: 100%;
    height: auto;
}

/* Zaznaczanie tekstu */
::selection {
    background: var(--accent-primary);
    color: #111;
}

/*
==================================
FOOTER
IT DEVELOPMENT
==================================
*/

.itd-footer {
    position: relative;
    padding: 95px 30px 35px;
    background: transparent;
    border-top: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
}

.itd-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 360px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,107,26,.65),
        transparent
    );
}

.itd-footer-inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}

.itd-footer-brand {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 64px;
}

.itd-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.itd-footer-logo img,
.itd-footer-logo .custom-logo {
    width: 62px;
    height: auto;
    display: block;
}

.itd-footer-brand-text h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.035em;
    font-weight: 800;
}

.itd-footer-brand-text p {
    margin: 0;
    max-width: 560px;
    color: rgba(255,255,255,.64);
    font-size: 15px;
    line-height: 1.7;
}

.itd-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    margin-bottom: 62px;
}

.itd-footer-col {
    position: relative;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 18px 44px rgba(0,0,0,.22);
}

.itd-footer-col h4 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -.02em;
}

.itd-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.itd-footer-col li {
    margin-bottom: 13px;
}

.itd-footer-col li:last-child {
    margin-bottom: 0;
}

.itd-footer-col a,
.itd-footer-col span {
    color: rgba(255,255,255,.62);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.55;
    transition:
        color .25s ease,
        transform .25s ease;
}

.itd-footer-col a {
    display: inline-flex;
}

.itd-footer-col a:hover {
    color: #ff6b1a;
    transform: translateX(3px);
}

.itd-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.itd-footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.48);
    font-size: 13px;
    line-height: 1.6;
}

/*
==================================
FOOTER TABLET
==================================
*/

@media (max-width: 1024px) {

    .itd-footer {
        padding: 85px 24px 32px;
    }

    .itd-footer-grid {
        gap: 24px;
    }

    .itd-footer-col {
        padding: 24px;
        border-radius: 26px;
    }
}

/*
==================================
FOOTER MOBILE
==================================
*/

@media (max-width: 768px) {

    .itd-footer {
        padding: 75px 20px 30px;
    }

    .itd-footer::before {
        width: 220px;
    }

    .itd-footer-brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 46px;
    }

    .itd-footer-logo img,
    .itd-footer-logo .custom-logo {
        width: 56px;
    }

    .itd-footer-brand-text h3 {
        font-size: 28px;
    }

    .itd-footer-brand-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .itd-footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 44px;
    }

    .itd-footer-col {
        padding: 24px;
        border-radius: 26px;
        background: rgba(255,255,255,.03);
    }

    .itd-footer-col h4 {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .itd-footer-col li {
        margin-bottom: 12px;
    }

    .itd-footer-col a,
    .itd-footer-col span {
        font-size: 14px;
    }

    .itd-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 24px;
    }

    .itd-footer-bottom p {
        font-size: 12px;
    }
}

/*
==================================
FOOTER SMALL MOBILE
==================================
*/

@media (max-width: 390px) {

    .itd-footer {
        padding: 65px 16px 28px;
    }

    .itd-footer-col {
        padding: 22px;
        border-radius: 24px;
    }

    .itd-footer-brand-text h3 {
        font-size: 26px;
    }
}