﻿:root {
    --brand-yellow: #f2c21a;
    --brand-dark: #0f1116;
    --brand-dark-soft: #171a22;
    --brand-gray: #f4f4f4;
    --text: #1b1d22;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #ffffff;
    scroll-behavior: smooth;
}

.container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e8ebf2;
}

.header-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.header-logo {
    width: min(320px, 78vw);
    height: auto;
    display: block;
}

.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 18% 14%, rgba(242, 194, 26, 0.18) 0%, rgba(242, 194, 26, 0) 42%), linear-gradient(145deg, #ffffff 0%, #f6f7fa 100%);
    border-bottom: 4px solid var(--brand-yellow);
    padding: 5rem 0 4rem;
}

.hero::after {
    content: "";
    position: absolute;
    right: -70px;
    top: 35px;
    width: 320px;
    height: 320px;
    border: 3px solid rgba(15, 17, 22, 0.08);
    border-radius: 24px;
    transform: rotate(35deg);
}

.hero-glow {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 194, 26, 0.22), rgba(242, 194, 26, 0));
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 860px);
    gap: 1.4rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #8b6d00;
    margin: 0 0 0.75rem;
}

h1 {
    margin: 0;
    font-size: clamp(2rem, 5.5vw, 3.8rem);
    text-transform: uppercase;
    color: var(--brand-dark);
    line-height: 1.08;
}

h1 span {
    color: #caa113;
}

.subtitle {
    max-width: 760px;
    margin: 1.2rem auto 0;
    font-size: 1.08rem;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
    justify-content: center;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.1rem;
    justify-content: center;
}

.chips span {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e3e5eb;
    font-weight: 600;
    font-size: 0.88rem;
}

.hero-card {
    background: var(--brand-dark-soft);
    color: #f6f8fc;
    border: 1px solid rgba(242, 194, 26, 0.45);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 18px 40px rgba(15, 17, 22, 0.2);
}

.hero-card-title {
    margin: 0;
    color: var(--brand-yellow);
    text-transform: uppercase;
    font-size: 0.86rem;
    letter-spacing: 0.07em;
    font-weight: 700;
}

.hero-card ul {
    margin: 0.8rem 0 0;
    padding-left: 1rem;
    line-height: 1.7;
}

.btn {
    text-decoration: none;
    padding: 0.82rem 1.1rem;
    border-radius: 8px;
    font-weight: 700;
    border: 2px solid transparent;
    transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

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

.btn-primary {
    background: var(--brand-yellow);
    color: var(--brand-dark);
}

.btn-outline {
    border-color: var(--brand-dark);
    color: var(--brand-dark);
}

section {
    padding: 4rem 0;
}

h2 {
    margin-top: 0;
    font-size: clamp(1.55rem, 3.5vw, 2.2rem);
    color: var(--brand-dark);
}

.services {
    background: #fff;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.card {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
    border: 1px solid #e9ebf2;
    padding: 1rem 2rem 2rem 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(15, 17, 22, 0.08);
}

.card-image {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0.9rem;
}

.card h3 {
    margin: 0;
    color: var(--brand-dark);
}

.card p {
    margin-bottom: 0;
}

.process {
    background: #f8f9fc;
}

.timeline {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.timeline article {
    background: #fff;
    border: 1px solid #e5e8ef;
    border-radius: 10px;
    padding: 1rem;
}

.timeline span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--brand-yellow);
    color: var(--brand-dark);
    font-weight: 800;
}

.timeline h3 {
    margin: 0.65rem 0 0.3rem;
}

.about {
    background: #111319;
    color: #eef0f4;
}

.about h2 {
    color: #ffffff;
}

.about-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.highlight {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(242, 194, 26, 0.4);
    border-radius: 10px;
    padding: 1rem;
}

.highlight-title {
    margin: 0.2rem 0;
    font-weight: 700;
    color: var(--brand-yellow);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.highlight a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.footer {
    background: #0a0c10;
    color: #fff;
    border-top: 3px solid var(--brand-yellow);
    padding: 1.1rem 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer a {
    color: var(--brand-yellow);
    text-decoration: none;
    font-weight: 700;
}

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

    .hero::after {
        display: none;
    }

    .timeline {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .about-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 4rem;
    }
}
