* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #07070e url('../media/body.png') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #94979E;
    line-height: 1.5;
    scroll-behavior: smooth;
}

.sumciq-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2 !important;
}

.wrapper {
    max-width: 1500px;
    width: 96%;
    margin: 20px auto;
    border: 1px solid #ffcf1040;
    overflow: hidden;
    border-radius: 26px;
    background: #07070e;
}

.sumciq-header {
    background: rgba(7, 7, 14, 0.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #272731;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    flex-wrap: wrap;
}

.sumciq-logo-area {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-icon {
    height: 38px;
    width: auto;
    margin-top: -2px;
}

.brand-name {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
}


.sumciq-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-menu {
    display: flex;
    gap: 32px;
    list-style: none;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.2s;
    font-size: 1rem;
}

.nav-menu a:hover {
    color: #ffcf10;
}

.btn-contact-nav {
    background: #272731;
    padding: 10px 24px;
    border-radius: 34px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.btn-contact-nav:hover {
    background: #ffcf10;
    color: #000;
}


.mobile-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}


.sumciq-btn {
    display: inline-block;
    background: linear-gradient(180deg, #ffcf10, #ffd904);
    color: #000;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 34px;
    text-decoration: none;
    transition: 0.2s ease;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
}

.sumciq-btn-outline {
    background: #272731;
    color: #fff;
    padding: 14px 32px;
    border-radius: 34px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.2s;
}

.sumciq-btn-outline:hover {
    background: #ffcf10;
    color: #000;
}

.sumciq-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 8px 20px rgba(255, 207, 16, 0.2);
}


.sumciq-banner {
    background-image: url('../media/hero_bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0 70px;
    text-align: center;
    position: relative;
}

.banner-title {
    font-size: 58px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    color: transparent;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-title span {
    color: #ffcf10;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    display: inline-block;
}

.banner-text {
    font-size: 1.2rem;
    max-width: 750px;
    margin: 0 auto 36px;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.hero-image {
    margin-top: 30px;
    text-align: center;
    line-height: 0;
}

.hero-image img {
    max-width: 100%;
    border-radius: 24px;
    border: 1px solid #ffcf1040;
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.5);
}


.sumciq-section {
    padding: 90px 0 70px 0;
}

.section-title-center {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 18px;
    line-height: 1.2;
}

.section-sub {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 55px;
    font-size: 1.1rem;
}


.sumciq-grid-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.sumciq-card {
    background: #0e0e18;
    border-radius: 6px;
    padding: 32px 26px;
    flex: 1 1 300px;
    transition: all 0.2s;
    border: 1px solid #ffcf1040;
}

.sumciq-card:hover {
    border-color: #ffcf1040;
}

.card-icon {
    margin-bottom: 10px;
    height: 52px;
    width: auto;
}

.card-title {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.card-text {
    color: #94979E;
    line-height: 1.5;
}


.about-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.about-description {
    font-size: 1.1rem;
    margin-bottom: 24px;

}

.about-list {

    margin: 30px 0;
    list-style: none;
}

.about-list li {
    margin-bottom: 12px;
    padding-left: 24px;
    display: inline-block;
    position: relative;
}

.about-list li::before {
    content: "▹";
    color: #ffcf10;
    position: absolute;
    left: 0;
}


.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-item {
    background: #0e0e18;
    border-radius: 6px;
    padding: 32px 26px;
    flex: 1 1 280px;
    transition: all 0.2s;
    border: 1px solid #ffcf1040;
}


.why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
}

.why-block {
    flex: 1 1 280px;
    background: #0e0e18;
    border-radius: 6px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #ffcf1040;
}

.why-icon {
    margin-bottom: 10px;
}

.why-title {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}


.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #0e0e18;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ffcf1040;
}

.faq-question {
    background: #0e0e18;
    padding: 20px 28px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #272731;
    transition: 0.2s;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 28px;
    font-size: 26px;
    color: #ffcf10;
    transition: 0.2s;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    padding: 0 28px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    color: #94979E;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    padding: 20px 28px 28px;
    max-height: 320px;
}


.sumciq-cta {
    background: linear-gradient(0deg, rgba(7, 7, 14, 0.6), rgba(7, 7, 14, 0.5)), url('../media/cta_bg.png');
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    padding: 85px 0;
    border-radius: 0;
    max-width: 1170px;
    width: 92%;
    margin: 0 auto 70px auto;
    border-radius: 16px;
    border: 1px solid #ffcf1040;
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 18px;
    line-height: 1.2;
}

.cta-text {
    max-width: 600px;
    margin: 0 auto 32px;
    font-size: 1.1rem;
}


.sumciq-footer {
    background: #0e0e18;
    padding: 60px 0 30px;
    border-top: 1px solid #272731;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col {
    flex: 1 1 220px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 36px;
}

.footer-brand {
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.footer-desc {
    margin-top: 10px;
    font-size: 0.9rem;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #94979E;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #ffcf10;
}

.contact-info p {
    margin-bottom: 10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #272731;
    font-size: 0.85rem;
}




.sumciq-breadcrumbs {
    background: url('../media/bg_bread.png');
    background-size: cover;
    background-position: center bottom;
    background-blend-mode: overlay;
    padding: 60px 0 50px;
    text-align: center;
}

.breadcrumbs-title {
    font-size: 48px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
}

.breadcrumbs {
    color: #94979E;
    font-size: 0.95rem;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumbs a:hover {
    color: #ffd904;
}

.breadcrumbs span {
    color: #ffd904;
    margin: 0 8px;
}

.breadcrumbs .current {
    color: #fff;
}


.contact-section {
    padding: 80px 0 50px;
}

.contact-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.contact-card {
    background: #0e0e18;
    border-radius: 6px;
    padding: 40px 28px;
    flex: 1 1 280px;
    text-align: center;
    border: 1px solid #272731;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: #ffd904;
    transform: translateY(-4px);
}

.contact-card-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffd904;
    margin-bottom: 12px;
}

.contact-card-value {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
}

.contact-card-desc {
    color: #94979E;
    font-size: 0.85rem;
    margin-top: 12px;
}


.form-section {
    padding: 30px 0 100px;
}

.form-wrapper {
    max-width: 780px;
    margin: 0 auto;
    background: #0e0e18;
    border-radius: 6px;
    padding: 50px 48px;
    border: 1px solid #272731;
}

.form-title {
    font-size: 32px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 12px;
    text-align: center;
}

.form-subtitle {
    text-align: center;
    color: #94979E;
    margin-bottom: 40px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}

.form-group {
    flex: 1 1 45%;
}

.form-group-full {
    flex: 1 1 100%;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
}

.form-input,
.form-textarea {
    width: 100%;
    background: #07070e;
    border: 1px solid #272731;
    border-radius: 12px;
    padding: 14px 18px;
    color: #fff;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #ffd904;
    box-shadow: 0 0 0 2px rgba(255, 217, 4, 0.2);
}

.form-textarea {
    resize: vertical;
}

.submit-btn {
    cursor: pointer;
    border: none;
    font-weight: 700;
    padding: 14px 40px;
    background: linear-gradient(180deg, #ffcf10, #ffd904);
    color: #000;
    border-radius: 34px;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 8px 20px rgba(255, 207, 16, 0.2);
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 7, 14, 0.92);
    backdrop-filter: blur(6px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-container {
    background: #0e0e18;
    border-radius: 6px;
    border: 1px solid #ffd904;
    max-width: 420px;
    width: 90%;
    padding: 48px 32px;
    text-align: center;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-emoji {
    font-size: 56px;
    margin-bottom: 20px;
}

.popup-title {
    font-size: 28px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 12px;
}

.popup-text {
    color: #94979E;
    margin-bottom: 28px;
    line-height: 1.5;
}

.popup-close {
    background: linear-gradient(180deg, #ffcf10, #ffd904);
    color: #000;
    border: none;
    padding: 12px 28px;
    border-radius: 34px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s;
}

.popup-close:hover {
    transform: translateY(-2px);
}


@media (max-width: 768px) {
    .breadcrumbs-title {
        font-size: 36px;
    }

    .form-wrapper {
        padding: 32px 24px;
    }

    .form-title {
        font-size: 28px;
    }

    .contact-card {
        padding: 32px 20px;
    }
}


.legal-breadcrumbs {
    background: url('../media/bg_bread.png');
    background-size: cover;
    background-position: center bottom;
    background-blend-mode: overlay;
    padding: 60px 0 50px;
    text-align: center;
}

.legal-title {
    font-size: 48px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
}

.legal-breadcrumb-links {
    color: #94979E;
    font-size: 0.95rem;
}

.legal-breadcrumb-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.legal-breadcrumb-links a:hover {
    color: #ffd904;
}

.legal-breadcrumb-links span {
    color: #ffd904;
    margin: 0 8px;
}

.legal-breadcrumb-links .current {
    color: #fff;
}


.legal-content-section {
    padding: 60px 0 100px;
}

.legal-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.legal-card {
    background: #0e0e18;
    border-radius: 6px;
    border: 1px solid #272731;
    padding: 48px 56px;
}

.legal-update-date {
    color: #ffd904;
    font-size: 0.9rem;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #272731;
}

.legal-update-date span {
    color: #94979E;
}

.legal-block {
    margin-bottom: 36px;
}

.legal-block h2 {
    font-size: 26px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.legal-block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 24px 0 12px;
}

.legal-block p {
    color: #94979E;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-block ul {
    margin: 16px 0 16px 24px;
    color: #94979E;
    line-height: 1.7;
}

.legal-block ul li {
    margin-bottom: 10px;
}

.legal-block ol {
    margin: 16px 0 16px 24px;
    color: #94979E;
    line-height: 1.7;
}

.legal-block ol li {
    margin-bottom: 10px;
}

.legal-highlight {
    background: rgba(255, 217, 4, 0.08);
    border-left: 3px solid #ffd904;
    padding: 20px 24px;
    border-radius: 6px;
    margin: 24px 0;
}

.legal-highlight p {
    margin-bottom: 8px;
}

.legal-highlight p:last-child {
    margin-bottom: 0;
}

.legal-contact-block {
    background: #07070e;
    border-radius: 6px;
    padding: 24px 28px;
    margin-top: 32px;
    border: 1px solid #272731;
}

.legal-contact-block h3 {
    margin-top: 0;
    color: #ffd904;
    margin-bottom: 5px;
}

.legal-contact-block p {
    margin-bottom: 8px;
}

.legal-contact-block a {
    color: #ffd904;
    text-decoration: none;
}

.legal-contact-block a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    .legal-title {
        font-size: 36px;
    }

    .legal-card {
        padding: 32px 24px;
    }

    .legal-block h2 {
        font-size: 22px;
    }

    .legal-block h3 {
        font-size: 18px;
    }
}



.about-breadcrumbs {
    background: url('../media/bg_bread.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 60px 0 50px;
    text-align: center;
}

.about-title {
    font-size: 48px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
}

.about-breadcrumb-links {
    color: #94979E;
    font-size: 0.95rem;
}

.about-breadcrumb-links a {
    color: #94979E;
    text-decoration: none;
    transition: color 0.2s;
}

.about-breadcrumb-links a:hover {
    color: #ffd904;
}

.about-breadcrumb-links span {
    color: #ffd904;
    margin: 0 8px;
}

.about-breadcrumb-links .current {
    color: #fff;
}


.about-content-section {
    padding: 80px 0 60px;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}


.about-headline {
    text-align: center;
    margin-bottom: 48px;
}

.about-headline h2 {
    font-size: 42px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.about-headline p {
    font-size: 1.1rem;
    max-width: 780px;
    margin: 0 auto;
    color: #94979E;
}


.about-text-blocks {
    margin-bottom: 60px;
}

.about-text-block {
    margin-bottom: 28px;
}

.about-text-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.about-text-block p {
    color: #94979E;
    line-height: 1.7;
    margin-bottom: 16px;
}


.about-stats {
    background: #0e0e18;
    border-radius: 6px;
    border: 1px solid #272731;
    padding: 48px 32px;
    margin-bottom: 80px;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 0 24px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #272731;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffcf10, #ffd904);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 8px;
    line-height: 1.2;
}

.stat-label {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.stat-label span {
    color: #94979E;
    font-size: 0.85rem;
    font-weight: normal;
}


.about-features {
    margin-bottom: 80px;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.feature-card {
    background: #0e0e18;
    border-radius: 6px;
    padding: 36px 28px;
    flex: 1 1 220px;
    text-align: center;
    border: 1px solid #272731;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: #ffd904;
    transform: translateY(-4px);
}

.feature-icon {
    margin-bottom: 20px;
    height: 60px;
    width: auto;
}

.feature-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.feature-card p {
    color: #94979E;
    line-height: 1.5;
    font-size: 0.95rem;
}


@media (max-width: 992px) {
    .stats-grid {
        flex-direction: column;
        gap: 32px;
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .stat-item {
        padding: 16px 0;
    }

    .about-title {
        font-size: 36px;
    }

    .about-headline h2 {
        font-size: 32px;
    }

    .stat-number {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .features-grid {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        flex: 1 1 100%;
        max-width: 380px;
    }

    .about-stats {
        padding: 32px 20px;
    }
}




.services-breadcrumbs {
    background: url('../media/bg_bread.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 60px 0 50px;
    text-align: center;
}

.services-title {
    font-size: 48px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
}

.services-breadcrumb-links {
    color: #94979E;
    font-size: 0.95rem;
}

.services-breadcrumb-links a {
    color: #94979E;
    text-decoration: none;
    transition: color 0.2s;
}

.services-breadcrumb-links a:hover {
    color: #ffd904;
}

.services-breadcrumb-links span {
    color: #ffd904;
    margin: 0 8px;
}

.services-breadcrumb-links .current {
    color: #fff;
}


.services-content-section {
    padding: 80px 0 100px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.services-headline {
    text-align: center;
    margin-bottom: 60px;
}

.services-headline h2 {
    font-size: 42px;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fffc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.services-headline p {
    font-size: 1.1rem;
    max-width: 780px;
    margin: 0 auto;
    color: #94979E;
    line-height: 1.6;
}


.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-item {
    background: #0e0e18;
    border-radius: 6px;
    border: 1px solid #272731;
    padding: 40px 36px;
    flex: 1 1 calc(50% - 40px);
    min-width: 320px;
    transition: all 0.3s ease;
}

.service-item:hover {
    border-color: #ffd904;
    transform: translateY(-4px);
}

.service-icon {
    margin-bottom: 24px;
    height: 56px;
    width: auto;
}

.service-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.service-description {
    color: #94979E;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    color: #94979E;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 0.95rem;
}

.service-list li::before {
    content: "▹";
    color: #ffd904;
    position: absolute;
    left: 0;
    font-size: 14px;
}


@media (max-width: 992px) {
    .services-title {
        font-size: 36px;
    }

    .services-headline h2 {
        font-size: 32px;
    }

    .service-item {
        flex: 1 1 100%;
    }

    .service-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .service-item {
        padding: 28px 24px;
    }

    .services-grid {
        gap: 24px;
    }
}





























@media (max-width: 992px) {
    .banner-title {
        font-size: 46px;
    }

    .section-title-center {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .mobile-toggle {
        display: block;
    }

    .sumciq-nav {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #07070ecc;
        backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        border-bottom: 1px solid #272731;
        transform: translateY(-200%);
        transition: 0.3s ease;
        z-index: 999;
    }

    .sumciq-nav.open {
        transform: translateY(0);
    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .btn-contact-nav {
        align-self: flex-start;
        margin-top: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .sumciq-btn,
    .sumciq-btn-outline {
        width: 80%;
        text-align: center;
    }

    .banner-title {
        font-size: 36px;
    }

    .section-title-center {
        font-size: 32px;
    }

    .footer-grid {
        flex-direction: column;
    }
}

@media(max-width: 550px) {
    .footer-col {
        flex: auto;
    }

    .sumciq-section {
        padding: 60px 0;
    }

    .brand-name {
        font-size: 1.7rem;
    }

    .form-row {
        flex-direction: column;
    }

    .cta-title {
        font-size: 30px;
    }

    .hero-image img {
        border-radius: 16px;
    }

    .banner-title {
        font-size: 30px;
    }

    .banner-text {
        font-size: 1rem;
    }
}