/*
========================================
GŁÓWNE USTAWIENIA STRONY TECTECH
Blok bazowy layoutu, kolorów i typografii
========================================
*/
:root {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #ffffff;
}

.tt-page {
    --tt-blue: #8fd3ff;
    --tt-blue-dark: #3e8fbd;
    --tt-navy-gray: #303842;
    --tt-dark-gray: #3e4853;
    --tt-gray: #f1f4f6;
    --tt-gray-2: #d9e1e7;
    --tt-text: #333b43;
    --tt-muted: #69747e;
    --tt-white: #ffffff;

    max-width: 1440px;
    margin: 0 auto;
    color: var(--tt-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

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

.tt-page h1,
.tt-page h2,
.tt-page h3,
.tt-page p {
    margin-top: 0;
}

.tt-page h1 {
    margin-bottom: 22px;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -2.4px;
}

.tt-page h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.2px;
}

.tt-page h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.25;
}

.tt-page a {
    color: inherit;
}

/*
========================================
GÓRNY PASEK NAWIGACJI TECTECH
Logo, menu i przycisk zapytania ofertowego
========================================
*/
.tt-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: rgba(48, 56, 66, 0.96);
    backdrop-filter: blur(14px);
}

.tt-header__inner {
    display: flex;
    max-width: 1240px;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
    padding: 0 28px;
}

.tt-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--tt-white);
    font-weight: 800;
    text-decoration: none;
}

.tt-logo__mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 10px;
    background-color: var(--tt-blue);
    color: #21313d;
}

.tt-logo__text {
    font-size: 20px;
}

.tt-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.tt-nav a {
    color: #eaf5fb;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tt-nav a:hover {
    color: var(--tt-blue);
}

.tt-header__cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 7px;
    background-color: var(--tt-blue);
    color: #21313d;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

/*
========================================
SEKCJA HERO STRONY TECTECH
Pierwszy ekran strony wizytówkowej firmy
========================================
*/
.tt-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    gap: 42px;
    align-items: center;
    padding: 95px 28px;
    background:
        radial-gradient(circle at top right, rgba(143, 211, 255, 0.28), transparent 34%),
        linear-gradient(125deg, #303842 0%, #4a5661 100%);
    color: var(--tt-white);
}

.tt-hero__content {
    max-width: 900px;
    margin-left: auto;
}

.tt-hero__content p {
    max-width: 790px;
    margin-bottom: 32px;
    color: #e5edf2;
    font-size: 19px;
}

.tt-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--tt-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.tt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.tt-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tt-hero__badges span {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #eef7fc;
    font-size: 13px;
    font-weight: 700;
}

.tt-hero__panel {
    max-width: 440px;
    margin-right: auto;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.tt-hero__panel-top {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tt-hero__panel-top span {
    display: block;
    margin-bottom: 5px;
    color: var(--tt-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tt-hero__panel-top strong {
    display: block;
    font-size: 24px;
    line-height: 1.15;
}

.tt-hero__panel ul,
.tt-service-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tt-hero__panel li,
.tt-service-card li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
}

.tt-hero__panel li::before,
.tt-service-card li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tt-blue);
    content: "✓";
    font-weight: 900;
}

/*
========================================
PRZYCISKI STRONY TECTECH
Uniwersalne style CTA i linków akcji
========================================
*/
.tt-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.tt-button:hover {
    transform: translateY(-2px);
}

.tt-button--primary {
    background-color: var(--tt-blue);
    color: #21313d;
}

.tt-button--primary:hover {
    background-color: #b7e4ff;
}

.tt-button--secondary {
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--tt-white);
}

.tt-button--secondary:hover {
    border-color: var(--tt-blue);
    background-color: var(--tt-blue);
    color: #21313d;
}

/*
========================================
SEKCJA WPROWADZAJĄCA TECTECH
Krótki opis firmy i zakresu działań
========================================
*/
.tt-intro {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 34px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 28px 45px;
}

.tt-intro__number {
    color: var(--tt-blue-dark);
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
}

.tt-intro p {
    max-width: 920px;
    color: var(--tt-muted);
    font-size: 18px;
}

/*
========================================
OGÓLNE SEKCJE STRONY TECTECH
Nagłówki, odstępy i warianty tła
========================================
*/
.tt-section {
    padding: 78px 28px;
}

.tt-section--dark {
    background:
        radial-gradient(circle at bottom left, rgba(143, 211, 255, 0.2), transparent 30%),
        var(--tt-navy-gray);
    color: var(--tt-white);
}

.tt-section--soft {
    background-color: #eef8fd;
}

.tt-section__heading {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}

.tt-section__heading p {
    color: var(--tt-muted);
    font-size: 17px;
}

.tt-section__heading--light p {
    color: #dfeaf0;
}

/*
========================================
KARTY OFERTY TECTECH
Prefabrykacja, wiązki, laser, gięcie i oznaczenia
========================================
*/
.tt-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}

.tt-service-card {
    padding: 30px;
    border: 1px solid var(--tt-gray-2);
    border-radius: 18px;
    background-color: var(--tt-white);
    box-shadow: 0 16px 45px rgba(48, 56, 66, 0.08);
}

.tt-service-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 14px;
    background-color: var(--tt-blue);
    color: #21313d;
    font-weight: 900;
}

.tt-service-card p {
    color: var(--tt-muted);
}

.tt-service-card--highlight {
    background-color: var(--tt-dark-gray);
    color: var(--tt-white);
}

.tt-service-card--highlight p {
    color: #e2ebf0;
}

.tt-service-card--highlight a {
    display: inline-flex;
    margin-top: 16px;
    color: var(--tt-blue);
    font-weight: 900;
    text-decoration: none;
}

/*
========================================
KARTY TECHNOLOGII TECTECH
Laser Bodor, giętarki i zaplecze montażowe
========================================
*/
.tt-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}

.tt-tech-card {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.07);
}

.tt-tech-card span {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--tt-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tt-tech-card p {
    margin-bottom: 0;
    color: #dfe8ed;
}

/*
========================================
PROCES WSPÓŁPRACY TECTECH
Cztery kroki obsługi zapytania i produkcji
========================================
*/
.tt-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}

.tt-process-step {
    padding: 28px;
    border: 1px solid var(--tt-gray-2);
    border-radius: 18px;
    background-color: var(--tt-white);
}

.tt-process-step span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 999px;
    background-color: var(--tt-blue);
    color: #21313d;
    font-size: 20px;
    font-weight: 900;
}

.tt-process-step p {
    margin-bottom: 0;
    color: var(--tt-muted);
}

/*
========================================
SEKCJA PIKTOGRAMÓW TECTECH
Karty oznaczeń z laminatu i metalu
========================================
*/
.tt-pictograms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}

.tt-pictograms article {
    padding: 30px;
    border: 1px solid #cfe5f2;
    border-radius: 18px;
    background-color: var(--tt-white);
}

.tt-pictograms p {
    margin-bottom: 0;
    color: var(--tt-muted);
}

/*
========================================
SEKCJA CTA TECTECH
Duże wezwanie do przesłania zapytania
========================================
*/
.tt-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    max-width: 1180px;
    margin: 78px auto;
    padding: 42px;
    border-radius: 24px;
    background: linear-gradient(125deg, #303842 0%, #52606d 100%);
    color: var(--tt-white);
}

.tt-cta p {
    max-width: 780px;
    margin-bottom: 0;
    color: #e0e9ee;
}

/*
========================================
SEKCJA KONTAKTOWA TECTECH
Dane firmy i pole zapytania
========================================
*/
.tt-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    gap: 42px;
    padding: 82px 28px;
    background-color: var(--tt-gray);
}

.tt-contact__content {
    max-width: 720px;
    margin-left: auto;
}

.tt-contact__content > p {
    color: var(--tt-muted);
    font-size: 17px;
}

.tt-contact__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.tt-contact-card,
.tt-contact-box {
    padding: 22px;
    border-radius: 16px;
    background-color: var(--tt-white);
}

.tt-contact-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--tt-blue-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tt-contact-card strong {
    display: block;
    font-size: 18px;
}

.tt-contact-card p {
    margin: 6px 0 0;
    color: var(--tt-muted);
}

.tt-contact-card a {
    color: var(--tt-text);
    text-decoration: none;
}

.tt-contact-box {
    max-width: 440px;
    margin-right: auto;
    align-self: start;
    box-shadow: 0 18px 55px rgba(48, 56, 66, 0.08);
}

.tt-contact-box p {
    color: var(--tt-muted);
}

/*
========================================
WERSJA TABLETOWA TECTECH
Dostosowanie układu do średnich ekranów
========================================
*/
@media (max-width: 1050px) {
    .tt-nav {
        display: none;
    }

    .tt-hero,
    .tt-contact {
        grid-template-columns: 1fr;
    }

    .tt-hero__content,
    .tt-hero__panel,
    .tt-contact__content,
    .tt-contact-box {
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }

    .tt-services,
    .tt-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .tt-cta {
        grid-template-columns: 1fr;
    }
}

/*
========================================
WERSJA MOBILNA TECTECH
Dostosowanie strony do telefonów
========================================
*/
@media (max-width: 700px) {
    .tt-page {
        font-size: 15px;
    }

    .tt-header__inner {
        min-height: 68px;
        padding: 0 18px;
    }

    .tt-header__cta {
        display: none;
    }

    .tt-hero {
        padding: 62px 20px;
    }

    .tt-page h1 {
        letter-spacing: -1.4px;
    }

    .tt-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tt-button {
        width: 100%;
    }

    .tt-intro {
        grid-template-columns: 1fr;
        padding-right: 20px;
        padding-left: 20px;
    }

    .tt-section,
    .tt-contact {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tt-services,
    .tt-tech-grid,
    .tt-process,
    .tt-pictograms,
    .tt-contact__cards {
        grid-template-columns: 1fr;
    }

    .tt-cta {
        margin: 55px 20px;
        padding: 30px 22px;
    }
}
