:root {
    --ink: #101828;
    --muted: #667085;
    --line: #e7eaf0;
    --soft: #f5f7fb;
    --navy: #061b2e;
    --navy-2: #0b2b47;
    --red: #e10613;
    --red-dark: #b8030e;
    --green: #16a36f;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(6, 27, 46, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    color: var(--ink);
    background: var(--white);
}

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

.container {
    max-width: 1180px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(231, 234, 240, 0.9);
    backdrop-filter: blur(18px);
}

.top-strip {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    padding: 0.45rem 0;
}

.top-strip i {
    color: #ff7a83;
    margin-right: 0.35rem;
}

.navbar {
    padding: 1rem 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--ink);
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
}

.brand-mark span span {
    color: var(--navy-2);
}

.brand-icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--red), #ff5963);
    color: var(--white);
    box-shadow: 0 10px 28px rgba(225, 6, 19, 0.26);
}

.brand-logo {
    width: 190px;
    height: auto;
    max-height: 88px;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.nav-link {
    color: var(--muted);
    font-weight: 700;
    border-radius: 999px;
    padding: 0.55rem 0.9rem !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--red);
    background: rgba(225, 6, 19, 0.08);
}

.btn {
    border-radius: 999px;
    border: 0;
    font-weight: 800;
    padding: 0.78rem 1.2rem;
}

.btn-red {
    color: var(--white);
    background: linear-gradient(135deg, var(--red), #ff4350);
    box-shadow: 0 14px 28px rgba(225, 6, 19, 0.22);
}

.btn-red:hover {
    color: var(--white);
    background: linear-gradient(135deg, var(--red-dark), var(--red));
}

.btn-ghost {
    color: var(--white);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-ghost:hover {
    color: var(--navy);
    background: var(--white);
}

.hero,
.page-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(110deg, rgba(6, 27, 46, 0.92), rgba(6, 27, 46, 0.68)),
        url("https://images.unsplash.com/photo-1621905251189-08b45d6a269e?auto=format&fit=crop&q=80&w=1920") center/cover no-repeat;
}

.hero::after,
.page-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -34% 40%;
    height: 48%;
    background: linear-gradient(90deg, rgba(22, 163, 111, 0.18), rgba(225, 6, 19, 0.28));
    transform: skewY(-7deg);
}

.hero .container,
.page-hero .container {
    position: relative;
    z-index: 1;
}

.hero {
    padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.page-hero {
    padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffccd0;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section .eyebrow,
.split-section .eyebrow {
    color: var(--red);
}

h1,
h2,
h3 {
    letter-spacing: 0;
}

.hero h1,
.page-hero h1 {
    max-width: 820px;
    margin: 1rem 0 1.2rem;
    font-size: clamp(2.35rem, 5vw, 4.9rem);
    line-height: 0.98;
    font-weight: 900;
}

.page-hero h1 {
    font-size: clamp(2.1rem, 4vw, 4rem);
}

.hero-copy,
.page-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.trust-row span {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.76);
}

.trust-row strong {
    display: block;
    color: var(--white);
}

.hero-contact-card,
.modern-form,
.contact-card,
.price-card,
.feature-card,
.legal-block,
.success-box {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.hero-contact-card {
    padding: clamp(1.4rem, 3vw, 2rem);
    color: var(--ink);
}

.hero-contact-card h2 {
    font-weight: 900;
    font-size: 1.5rem;
}

.hero-contact-card p,
.feature-card p,
.price-card p,
.contact-card p,
.legal-block p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-contact-card form {
    display: grid;
    gap: 0.85rem;
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid var(--line);
    font-weight: 600;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 0.25rem rgba(225, 6, 19, 0.12);
}

.section {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-head {
    max-width: 720px;
    margin-bottom: 2rem;
}

.section-head h2,
.split-section h2,
.section h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.05;
}

.lead-soft,
.split-section p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.85;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.feature-card {
    overflow: hidden;
    padding: 1.45rem;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card-image {
    width: calc(100% + 2.9rem);
    height: 190px;
    margin: -1.45rem -1.45rem 1.25rem;
    object-fit: cover;
    background: var(--soft);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.feature-card i {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--red);
    background: rgba(225, 6, 19, 0.08);
    font-size: 1.35rem;
    margin-bottom: 1.15rem;
}

.feature-card h3 {
    font-size: 1.18rem;
    font-weight: 900;
}

.feature-card a,
.guide-list a {
    color: var(--red);
    font-weight: 900;
}

.split-section {
    background: var(--soft);
}

.client-section {
    overflow: hidden;
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: var(--soft);
}

.gallery-section {
    background: var(--white);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.gallery-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--white);
    box-shadow: 0 18px 54px rgba(6, 27, 46, 0.1);
}

.gallery-card img,
.gallery-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.gallery-card img {
    object-fit: cover;
}

.gallery-placeholder {
    display: grid;
    place-items: center;
    color: var(--red);
    background: var(--soft);
    font-size: 2rem;
}

.gallery-card div:last-child {
    padding: 1.15rem;
}

.gallery-card h3 {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
    font-weight: 900;
}

.gallery-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.client-section .section-head {
    margin-bottom: 1.5rem;
}

.client-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.client-marquee::before,
.client-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: min(14vw, 180px);
    height: 100%;
    pointer-events: none;
}

.client-marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--soft), rgba(245, 247, 251, 0));
}

.client-marquee::after {
    right: 0;
    background: linear-gradient(270deg, var(--soft), rgba(245, 247, 251, 0));
}

.client-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    animation: client-scroll 26s linear infinite;
}

.client-marquee:hover .client-track {
    animation-play-state: paused;
}

.client-logo-card {
    display: grid;
    min-width: 210px;
    height: 92px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1rem 1.2rem;
    background: var(--white);
    box-shadow: 0 12px 34px rgba(6, 27, 46, 0.08);
}

.client-logo-card img {
    max-width: 150px;
    max-height: 54px;
    object-fit: contain;
}

.client-logo-card span {
    color: var(--navy);
    font-weight: 900;
    text-align: center;
}

@keyframes client-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

.mini-grid,
.stat-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mini-grid div,
.stat-panel div {
    min-height: 130px;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.2rem;
    background: var(--white);
}

.mini-grid strong,
.stat-panel strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 0.6rem;
}

.mini-grid span,
.stat-panel span {
    color: var(--muted);
    line-height: 1.6;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.owner-panel {
    display: grid;
    grid-template-columns: minmax(220px, 360px) 1fr;
    gap: 2rem;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 30px;
    margin-bottom: 3rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    background: var(--white);
    box-shadow: 0 18px 54px rgba(6, 27, 46, 0.1);
}

.owner-photo {
    overflow: hidden;
    display: grid;
    min-height: 300px;
    place-items: center;
    border-radius: 24px;
    background: var(--soft);
}

.owner-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owner-photo span {
    display: grid;
    width: 118px;
    height: 118px;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(135deg, var(--red), var(--navy-2));
    font-size: 3rem;
    font-weight: 900;
}

.owner-panel h2 {
    margin: 0.5rem 0 0.3rem;
    font-weight: 900;
}

.owner-panel h3 {
    color: var(--red);
    font-size: 1rem;
    font-weight: 900;
}

.owner-panel p {
    color: var(--muted);
    line-height: 1.8;
}

.team-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--white);
    box-shadow: 0 18px 54px rgba(6, 27, 46, 0.1);
}

.team-photo {
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(225, 6, 19, 0.14), rgba(6, 27, 46, 0.18)),
        var(--soft);
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-photo span {
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(135deg, var(--red), var(--navy-2));
    font-size: 2rem;
    font-weight: 900;
}

.team-body {
    padding: 1.25rem;
}

.team-role {
    color: var(--red);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.team-body h2 {
    margin: 0.45rem 0 0.55rem;
    font-size: 1.2rem;
    font-weight: 900;
}

.team-body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.price-card {
    padding: 1.5rem;
    box-shadow: none;
}

.price-card.featured {
    border-color: rgba(225, 6, 19, 0.32);
    box-shadow: var(--shadow);
    transform: translateY(-8px);
}

.price-card > span {
    display: inline-flex;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    color: var(--red);
    background: rgba(225, 6, 19, 0.08);
    font-weight: 900;
    font-size: 0.78rem;
}

.price-card h2,
.price-card h3 {
    margin-top: 1rem;
    font-weight: 900;
}

.price-card ul {
    display: grid;
    gap: 0.65rem;
    padding: 0;
    margin: 1.2rem 0;
    list-style: none;
}

.price-card li::before {
    content: "\2713";
    color: var(--green);
    font-weight: 900;
    margin-right: 0.5rem;
}

.guide-list {
    display: grid;
    gap: 1rem;
}

.guide-list article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2rem;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.1rem;
    background: var(--white);
}

.guide-list article > span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--red);
    background: rgba(225, 6, 19, 0.08);
    font-weight: 900;
}

.guide-list h2 {
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
}

.guide-list p {
    margin: 0;
    color: var(--muted);
}

.faq-stack {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 0.8rem;
}

details {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--white);
    padding: 1.2rem 1.35rem;
}

summary {
    cursor: pointer;
    font-weight: 900;
    font-size: 1.05rem;
}

details p {
    color: var(--muted);
    margin: 0.8rem 0 0;
    line-height: 1.7;
}

.modern-form,
.contact-card {
    padding: clamp(1.3rem, 3vw, 2rem);
    box-shadow: none;
}

.modern-form label {
    font-size: 0.86rem;
    color: var(--muted);
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.success-box {
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
    color: #05603a;
    background: #ecfdf3;
    border-color: #abefc6;
    box-shadow: none;
    font-weight: 800;
}

.contact-card h2 {
    font-weight: 900;
}

.narrow {
    max-width: 850px;
}

.legal-block {
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: none;
}

.legal-block h2 {
    font-size: 1.3rem;
}

.cta-band {
    padding: 0 0 5rem;
    background: var(--white);
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-radius: 28px;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(6, 27, 46, 0.96), rgba(11, 43, 71, 0.94)),
        url("https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&q=80&w=1400") center/cover no-repeat;
    box-shadow: var(--shadow);
}

.cta-panel h2 {
    margin: 0.35rem 0 0;
    font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.site-footer {
    color: rgba(255, 255, 255, 0.74);
    background: var(--navy);
    padding: 4rem 0 1.5rem;
}

.footer-brand {
    color: var(--white);
    margin-bottom: 1rem;
}

.footer-brand .brand-logo {
    width: 220px;
    height: auto;
    max-height: 110px;
}

.site-footer h3 {
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.site-footer a {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.55rem;
}

.site-footer a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2.5rem;
    padding-top: 1.2rem;
    font-size: 0.88rem;
}

.footer-bottom span:last-child {
    display: flex;
    gap: 1rem;
}

@media (max-width: 991px) {
    .card-grid,
    .pricing-grid,
    .gallery-grid,
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-card.featured {
        transform: none;
    }
}

@media (max-width: 767px) {
    .brand-mark {
        font-size: 1rem;
        max-width: 230px;
    }

    .brand-logo {
        width: 138px;
        height: auto;
        max-height: 68px;
    }

    .hero,
    .page-hero {
        padding: 4rem 0;
    }

    .card-grid,
    .pricing-grid,
    .gallery-grid,
    .mini-grid,
    .stat-panel,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .owner-panel {
        grid-template-columns: 1fr;
    }

    .guide-list article {
        grid-template-columns: 1fr;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}
