﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --pure-white: #FFFFFF;
    --orange: #FF7A00;
    --anthracite: #2C2C2C;
    --light-gray: #F5F5F5;
    --steel: #3E4A56;
    --muted: #7F8A96;
    --shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 15px 30px rgba(0, 0, 0, 0.08);
    --radius-xl: 36px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

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

body {
    margin: 0;
    font-family: 'Poppins', 'Manrope', 'Inter', sans-serif;
    background: var(--light-gray);
    color: var(--steel);
    line-height: 1.6;
}

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

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

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

.site-header { position: sticky; top: 0; z-index: 20; box-shadow: 0 10px 40px rgba(62, 74, 86, 0.08); }

.announcement {
    background: var(--anthracite);
    color: var(--pure-white);
    font-size: 0.85rem;
    text-align: center;
    padding: 0.35rem 1rem;
}

.contact-strip {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    background: var(--pure-white);
    color: var(--steel);
    flex-wrap: wrap;
}

.contact-strip span { display: flex; gap: 0.4rem; align-items: center; }

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem min(5vw, 60px);
    background: var(--pure-white);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    color: var(--anthracite);
    letter-spacing: 0.02em;
}

.brand img {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: var(--shadow-md);
}

.brand small { display: block; font-weight: 500; color: var(--muted); font-size: 0.85rem; }

.nav-links { list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0; align-items: center; }

.nav-links li { position: relative; }

.nav-links a { color: var(--steel); font-weight: 500; font-size: 0.95rem; transition: color 0.25s ease; }

.nav-links a:hover { color: var(--orange); }

.nav-toggle {
    background: transparent;
    border: none;
    color: var(--steel);
    font-weight: 500;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    transition: color 0.25s ease, background 0.25s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible { color: var(--orange); outline: none; }

.mega-menu {
    position: absolute;
    top: 2.9rem;
    left: 0;
    background: var(--pure-white);
    box-shadow: var(--shadow-lg);
    padding: 1.8rem 2.2rem;
    border-radius: 24px;
    display: none;
    width: min(900px, 85vw);
    flex-direction: column;
    gap: 1.5rem;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.mega-column h4 {
    margin: 0 0 0.6rem;
    color: var(--orange);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mega-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.4rem;
}

.mega-column li { font-size: 0.92rem; }

.mega-column li a {
    color: var(--steel);
    display: inline-block;
    padding: 0.05rem 0;
    transition: color 0.2s ease;
}

.mega-column li a:hover { color: var(--orange); }

.mega-column li strong { display: block; color: var(--anthracite); }

.mega-cta {
    background: rgba(255, 122, 0, 0.08);
    border-radius: 18px;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.mega-cta p {
    margin: 0;
    font-weight: 600;
    color: var(--anthracite);
}

.has-mega:hover .mega-menu,
.has-mega.open .mega-menu { display: flex; }

.btn,
.cta {
    border-radius: 999px;
    padding: 0.85rem 1.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary,
.cta.primary { background: var(--orange); color: var(--pure-white); box-shadow: 0 20px 40px rgba(255, 122, 0, 0.25); }

.btn-outline,
.cta.outline { background: transparent; border: 1.5px solid var(--orange); color: var(--orange); }

.btn-ghost,
.cta.ghost { background: rgba(255, 122, 0, 0.12); color: var(--orange); }

.cta.secondary { background: var(--anthracite); color: var(--pure-white); }

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

main { background: var(--light-gray); padding-bottom: 4rem; }

.hero {
    position: relative;
    background-image: linear-gradient(120deg, rgba(46, 46, 46, 0.92), rgba(62, 74, 86, 0.72)), var(--hero-image, url('https://static.wixstatic.com/media/e40e5e_a83a7a42a628464fb8d2a0c5364492a9~mv2.png/v1/fill/w_1280,h_640,al_c,q_85,usm_0.66_1.00_0.01/e40e5e_a83a7a42a628464fb8d2a0c5364492a9~mv2.png'));
    background-size: cover;
    background-position: center;
    color: var(--pure-white);
    padding: 4.5rem 0 5.5rem;
}

.hero-content { width: min(620px, 92%); margin: 0 auto; }

.hero-eyebrow { text-transform: uppercase; letter-spacing: 0.4em; font-size: 0.78rem; color: rgba(255, 255, 255, 0.75); margin-bottom: 1rem; display: inline-block; }

.hero h1 { font-size: clamp(2.3rem, 4vw, 3.4rem); margin: 0 0 1.2rem; line-height: 1.15; }

.hero p { margin-bottom: 1.5rem; color: rgba(255, 255, 255, 0.85); }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero.hero-home { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; }

section { padding: 4.5rem 0; }

section.alt { background: var(--light-gray); }

.section-title { font-size: 2rem; color: var(--anthracite); margin-bottom: 1rem; }

.section-lead { font-size: 1.1rem; color: var(--steel); margin-bottom: 2.5rem; max-width: 780px; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.8rem; }

.services-section .service-card {
    position: relative;
    min-height: 100%;
    padding-bottom: 1rem;
}

.services-section .service-card img {
    height: 160px;
    border-radius: 16px;
    margin: 1.2rem;
}

.service-card .btn-link {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--orange);
}

.btn-link::after {
    content: '→';
    margin-left: 0.3rem;
    transition: transform 0.2s ease;
}

.btn-link:hover::after { transform: translateX(4px); }

.service-card { background: var(--pure-white); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; min-height: 100%; }

.service-card img { height: 190px; object-fit: cover; }

.service-page .hero { min-height: 520px; }

.service-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem; align-items: start; }

.service-highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; }

.highlight-card { background: var(--pure-white); border-radius: 20px; padding: 1.6rem; box-shadow: var(--shadow-lg); }

.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.6rem; }

.checklist li { position: relative; padding-left: 1.6rem; color: var(--steel); }

.checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.5rem;
    height: 0.25rem;
    border-left: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    transform: rotate(-45deg);
}

.service-content { padding: 1.4rem; }

.service-content h3 { margin: 0 0 0.5rem; color: var(--anthracite); }

.about-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; align-items: center; background: var(--pure-white); border-radius: 26px; padding: 3rem; box-shadow: var(--shadow-lg); }

.about-highlights { display: grid; gap: 1rem; }

.badge-icon { width: 36px; height: 36px; border-radius: 12px; background: rgba(255, 122, 0, 0.12); color: var(--orange); display: inline-flex; justify-content: center; align-items: center; font-weight: 700; }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }

.testimonial-card { background: var(--pure-white); border-radius: 20px; padding: 2rem; box-shadow: var(--shadow-lg); }

.stars { color: var(--orange); letter-spacing: 0.2rem; margin-bottom: 0.7rem; }

.workflow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }

.workflow-card {
    background: var(--pure-white);
    border-radius: 20px;
    padding: 1.8rem;
    box-shadow: var(--shadow-lg);
}

.workflow-card strong {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.15);
    color: var(--orange);
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }

.step-card { background: var(--pure-white); border-radius: 20px; padding: 1.8rem; text-align: center; box-shadow: var(--shadow-lg); }

.step-number { width: 60px; height: 60px; margin: 0 auto 1rem; border-radius: 18px; background: rgba(255, 122, 0, 0.15); color: var(--orange); font-weight: 700; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; }

.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; }

.portfolio-grid img { height: 220px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow-md); }

.about-compact {
    background: var(--pure-white);
    border-radius: 30px;
    padding: 3rem;
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.about-compact p { max-width: 780px; margin: 0 auto 1.5rem; }

.about-compact .stats {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.about-compact .stats span {
    font-size: 2rem;
    color: var(--orange);
    font-weight: 700;
}

.cta-panel { background: linear-gradient(120deg, #FF8C32, #FF7A00); color: var(--pure-white); border-radius: 30px; padding: 3rem; text-align: center; box-shadow: var(--shadow-lg); }

.cta-panel h2 { color: var(--pure-white); margin: 0 0 0.7rem; font-size: 2.2rem; }

.cta-final {
    background: var(--pure-white);
    border-radius: 32px;
    padding: 2.8rem;
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.cta-final h2 { margin-top: 0; }

footer { background: var(--anthracite); color: var(--pure-white); padding: 3rem 0 2rem; }

.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }

.footer-grid h3 { color: var(--orange); margin-top: 0; }

.footer-links, .footer-services { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.15); margin-top: 2rem; padding-top: 1.5rem; font-size: 0.9rem; text-align: center; }

.page main { padding: 2rem min(5vw, 60px) 4rem; }

.page-section,
.process-section,
.engagement-section,
.form-section { max-width: 1100px; margin: 0 auto 2.5rem; }

.page-section { background: var(--pure-white); border-radius: 24px; padding: 2.8rem; box-shadow: var(--shadow-lg); }

.page-section h2 { margin-top: 0; color: var(--anthracite); }

.page-section ul { padding-left: 1.2rem; }

.process-section, .engagement-section { background: var(--pure-white); border-radius: 24px; padding: 2.8rem; box-shadow: var(--shadow-lg); }

.process-section ol { padding-left: 1.2rem; }

.engagement-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }

.engagement-card { background: var(--light-gray); border-radius: 18px; padding: 1.4rem; }

.form-section { background: var(--pure-white); border-radius: 24px; padding: 2.8rem; box-shadow: var(--shadow-lg); }

.quote-form { display: grid; gap: 1.2rem; }

.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; }

.form-grid label { display: flex; flex-direction: column; gap: 0.4rem; font-weight: 600; color: var(--anthracite); }

.form-grid input, .form-grid textarea, .form-grid select, .quote-form textarea, .quote-form input, .quote-form select {
    border: 1px solid #D9DEE6;
    border-radius: 14px;
    padding: 0.85rem;
    font-family: inherit;
    font-size: 1rem;
}

.checkbox-wrapper { background: var(--light-gray); border-radius: 16px; padding: 1.2rem; }

.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.8rem; }

.checkbox-item { display: flex; gap: 0.6rem; align-items: center; font-size: 0.95rem; }

.service-form { background: var(--pure-white); border-radius: 30px; box-shadow: var(--shadow-lg); padding: 3rem; }

.service-form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem; align-items: stretch; }

.service-form__content h2 { margin-top: 0; }

.quote-form.modern { background: var(--light-gray); border-radius: 24px; padding: 2rem; box-shadow: inset 0 0 0 1px rgba(44, 44, 44, 0.05); }

.form-grid.two-col { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.form-response { color: var(--orange); font-weight: 600; }

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

.gallery-card { background: var(--pure-white); border-radius: 24px; padding: 1.8rem; box-shadow: var(--shadow-lg); }

.gallery-card .tag { display: inline-flex; padding: 0.35rem 0.8rem; border-radius: 999px; background: rgba(255, 122, 0, 0.12); color: var(--orange); font-size: 0.85rem; }

@media (max-width: 960px) {
    .nav-links { display: none; }
    .main-nav { flex-wrap: wrap; gap: 1rem; }
    .hero { padding: 3rem 0; }
    .about-wrapper { padding: 2rem; }
    .page main { padding: 2rem 1.2rem 3rem; }
}
