:root {
    --bg: #f5f7fb;
    --card: #ffffff;
    --text: #1f2937;
    --muted: #6b7280;
    --primary: #2563eb;
    --accent: #14b8a6;
    --dark: #0f172a;
    --light: #f8fafc;
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

header {
    box-shadow: var(--shadow);
}

.site-header {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #e2e8f0;
}

.top-bar {
    background: var(--dark);
    color: #e2e8f0;
    font-size: 0.85rem;
}

.top-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.top-bar__left,
.top-bar__right {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.top-bar__left span,
.top-bar__right span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.95;
}

.nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nav__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav__brand h1 {
    margin: 0;
    line-height: 1.1;
}

.nav__logo {
    font-size: 1.5rem;
    color: var(--primary);
}

.nav__logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.nav h1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: 0.3px;
}

.nav__links {
    display: flex;
    gap: 18px;
    align-items: center;
}

.nav__cta {
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}

.nav__cta:hover {
    background: #1d4ed8;
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 1.1rem;
    color: var(--dark);
    cursor: pointer;
}

.nav__links a {
    color: var(--text);
    font-weight: 600;
    text-decoration: none;
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.nav__links a:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
    border-radius: 4px;
}

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



.nav__links a.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.icon {
    margin-right: 6px;
    font-size: 0.95em;
    vertical-align: middle;
}

main {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    background: var(--bg);
}

.container {
    background: var(--card);
    border-radius: 16px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-light {
    background: #ffffff;
    color: var(--primary);
    border-color: #e2e8f0;
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.7);
}

.hero {
    background: linear-gradient(120deg, rgba(30, 64, 175, 0.95), rgba(14, 116, 144, 0.95));
    color: #ffffff;
    padding: 50px 20px;
    margin-top: 0;
}

.hero__content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    align-items: center;
}

.hero__eyebrow {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero__title {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 12px 0;
}

.hero__text {
    max-width: 520px;
    color: #e2e8f0;
}

.hero__actions {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero__meta {
    margin-top: 24px;
    display: grid;
    gap: 12px;
}

.meta__label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.75;
}

.meta__value {
    font-weight: 600;
}

.hero__media {
    min-height: 260px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
        radial-gradient(circle at top right, rgba(20, 184, 166, 0.6), transparent 60%),
        radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.6), transparent 55%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
}

.info-strip {
    max-width: 1200px;
    margin: -25px auto 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    padding: 24px 28px;
}

.info-strip__item {
    display: grid;
    gap: 8px;
}

.info-strip__item a {
    color: var(--primary);
    text-decoration: none;
}

.info-strip__item a:hover {
    text-decoration: underline;
}

.info-strip__title {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    color: var(--muted);
}

.info-strip__value {
    font-weight: 600;
    color: var(--dark);
}

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px 10px;
}

.section--alt {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    margin: 20px auto;
    padding: 32px 24px;
}

.page-hero {
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.95), rgba(30, 64, 175, 0.9));
    color: #ffffff;
    padding: 40px 20px;
}

.page-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.page-hero__inner h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.page-hero__inner p {
    color: #e2e8f0;
    max-width: 620px;
}

.section__header {
    text-align: center;
    margin-bottom: 24px;
}

.section__header h3 {
    font-size: 1.8rem;
    color: var(--dark);
}

.section__header p {
    max-width: 620px;
    margin: 8px auto 0;
}

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

.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 12px;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.service-card__icon {
    font-size: 2rem;
    color: var(--primary);
}

.service-card h4 {
    font-size: 1.05rem;
    color: var(--dark);
}

.service-card__link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

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

.feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow);
    border: 1px solid #e5e7eb;
}

.benefit-card {
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: var(--primary);
}

.btn-secondary {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-secondary:hover {
    background: var(--primary);
    color: #ffffff;
}

.cta-box {
    max-width: 1200px;
    margin: 40px auto 0;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #ffffff;
    border-radius: 18px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.25);
}

.cta-content h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.cta-actions {
    display: flex;
    gap: 12;
}
.feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: var(--shadow);
}

.cta {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.welcome-animate {
    font-size: 2rem;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
    display: inline-block;
    position: relative;
    animation: floatIn 900ms ease-out both;
}

.welcome-name {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(90deg, var(--primary), var(--accent), #10e130);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
    animation: shimmer 2.5s ease-in-out infinite;
}

.welcome-name::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    animation: underlineSweep 2.2s ease-in-out infinite;
}

.container h1 {
    font-size: 2rem;
    margin-bottom: 16px;
}

section {
    margin-top: 24px;
}

section h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--primary);
}

p {
    margin-bottom: 8px;
    color: var(--muted);
}

strong {
    color: var(--text);
}

a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

.services-section ul {
    margin-top: 10px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.services-section li {
    background: #f3f4f6;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

footer {
    text-align: center;
    padding: 24px 20px;
    color: var(--muted);
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: grid;
    gap: 8px;
}

footer p {
    margin: 0;
}

footer p:first-child {
    color: var(--text);
    font-weight: 600;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info .feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-info .feature-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.contact-info a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: var(--shadow);
    border: 1px solid #e5e7eb;
    position: sticky;
    top: 110px;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.form-group {
    display: grid;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: var(--text);
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group select {
    cursor: pointer;
}

@media (max-width: 1024px) {
    .nav {
        gap: 12px;
    }

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

    .info-strip {
        margin: -15px 20px 30px;
    }
}

@media (max-width: 900px) {
    .top-bar__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        flex-wrap: wrap;
    }

    .hero {
        padding: 40px 20px;
    }

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

@media (max-width: 768px) {
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 8px 12px;
        font-size: 1.2rem;
        line-height: 1;
        color: var(--dark);
    }

    .nav__links {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: var(--shadow);
        display: flex;
        margin-top: 12px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-6px);
        transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease;
    }

    .nav__links.active {
        max-height: 420px;
        opacity: 1;
        transform: translateY(0);
    }

    .nav__cta {
        width: 100%;
        text-align: center;
    }

    .contact-form-wrapper {
        position: static;
    }
}

@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cta-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .cta-actions {
        width: 100%;
        justify-content: center;
    }

    .info-strip {
        margin: -10px 16px 24px;
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .nav__links {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .hero__actions {
        width: 100%;
    }

    .hero__title {
        font-size: 1.9rem;
    }

    .section__header h3 {
        font-size: 1.5rem;
    }
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes shimmer {
    0% {
        filter: drop-shadow(0 0 0 rgba(20, 184, 166, 0));
    }
    50% {
        filter: drop-shadow(0 4px 12px rgba(37, 99, 235, 0.35));
    }
    100% {
        filter: drop-shadow(0 0 0 rgba(20, 184, 166, 0));
    }
}

@keyframes underlineSweep {
    0% {
        transform: scaleX(0.2);
        opacity: 0.3;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
    100% {
        transform: scaleX(0.2);
        opacity: 0.3;
    }
}
