:root {
    --primary-color: #2E7D6B;
    --primary-dark: #1E5A4D;
    --primary-light: #4A9D8C;
    --secondary-color: #F8B500;
    --accent-color: #E8F5F2;
    --text-dark: #2C3E50;
    --text-light: #6B7B8A;
    --bg-light: #FAFCFB;
    --bg-white: #FFFFFF;
    --border-color: #E0E8E5;
    --shadow-sm: 0 2px 8px rgba(46, 125, 107, 0.08);
    --shadow-md: 0 4px 20px rgba(46, 125, 107, 0.12);
    --shadow-lg: 0 8px 40px rgba(46, 125, 107, 0.15);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --transition: all 0.3s ease;
}

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

body {
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    background: var(--bg-light);
}

.container-7ff96a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

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

/* Header */
.header-a8ad41 {
    background: var(--bg-white);
    box-shadow: var(--shadow-sm);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: var(--transition);
}

.header-a8ad41.scrolled {
    box-shadow: var(--shadow-md);
}

.header-inner-b1921b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo-7e22cc {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon-985868 {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.logo-text-80cf61 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.nav-5ab0ab {
    display: flex;
    gap: 30px;
}

.nav-5ab0ab a {
    color: var(--text-dark);
    font-weight: 500;
    position: relative;
    padding: 5px 0;
}

.nav-5ab0ab a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
}

.nav-5ab0ab a:hover::after {
    width: 100%;
}

.nav-5ab0ab a:hover {
    color: var(--primary-color);
}

.mobile-menu-btn-4211fc {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--primary-color);
    cursor: pointer;
}

.header-contact-679eeb {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-phone-1f4fd1 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
}

.btn-bf2f06 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

.btn-primary-6391d0 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
}

.btn-primary-6391d0:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

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

.btn-outline-a5c2b8:hover {
    background: var(--primary-color);
    color: white;
}

/* Hero Section */
.hero-7d19bf {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--bg-white) 100%);
    position: relative;
    overflow: hidden;
}

.hero-7d19bf::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 150%;
    background: radial-gradient(circle, rgba(46, 125, 107, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-inner-30946e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content-c19ae0 {
    position: relative;
    z-index: 1;
}

.hero-badge-a45440 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    color: var(--primary-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
}

.hero-badge-a45440 i {
    color: var(--secondary-color);
}

.hero-7d19bf h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.hero-7d19bf h1 span {
    color: var(--primary-color);
}

.hero-desc-f90502 {
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.8;
}

.hero-stats-9bbc6f {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
}

.stat-item-e8d739 {
    text-align: center;
}

.stat-num-2e0a42 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label-363775 {
    font-size: 14px;
    color: var(--text-light);
}

.hero-image-346f41 {
    position: relative;
}

.hero-image-wrapper-e8f414 {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.hero-image-placeholder-522c40 {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 80px;
}

.trust-badges-7e8dae {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    background: white;
    padding: 15px 25px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    width: 315px;
}

.trust-badge-7acedc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-dark);
}

.trust-badge-7acedc i {
    color: var(--primary-color);
}

/* Section Styles */
.section-01153e {
    padding: 100px 0;
}

.section-alt-a02262 {
    background: var(--bg-white);
}

.section-header-5ae8dc {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-tag-491049 {
    display: inline-block;
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.section-title-ff20bf {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.section-desc-ac122b {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.8;
}

/* Services Section */
.services-grid-67fd59 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card-e75c6b {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    padding: 35px 30px;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.service-card-e75c6b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

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

.service-card-e75c6b:hover::before {
    transform: scaleX(1);
}

.service-icon-89ff24 {
    width: 70px;
    height: 70px;
    background: var(--accent-color);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.service-card-e75c6b h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.service-card-e75c6b p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.7;
}

/* Advantages Section */
.advantages-grid-a7f678 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.advantage-card-0d70e7 {
    background: linear-gradient(135deg, var(--bg-white), var(--accent-color));
    border-radius: var(--radius-md);
    padding: 35px 30px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.advantage-card-0d70e7:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.advantage-icon-7dc1a1 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    margin: 0 auto 20px;
}

.advantage-card-0d70e7 h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.advantage-card-0d70e7 p {
    color: var(--text-light);
    font-size: 15px;
}

/* About Section */
.about-inner-0fc03f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image-6b28f3 {
    position: relative;
}

.about-image-main-690fe2 {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-image-placeholder-b7bc01 {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 60px;
}

.about-badge-1160f8 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    padding: 20px 30px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    text-align: center;
}

.about-badge-num-ab1de2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.about-badge-text-39921f {
    font-size: 14px;
    color: var(--text-light);
}

.about-content-bb152d h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.about-intro-5bff3f {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 500;
}

.about-text-1741fd {
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.9;
}

.about-features-6e3461 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.about-feature-35b673 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-dark);
}

.about-feature-35b673 i {
    color: var(--primary-color);
    font-size: 18px;
}

/* Cases Section */
.cases-grid-26186c {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.case-card-f96283 {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

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

.case-image-68d361 {
    height: 220px;
    overflow: hidden;
}

.case-image-placeholder-b9dbfc {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 50px;
}

.case-content-10681f {
    padding: 25px;
}

.case-tag-a88540 {
    display: inline-block;
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 12px;
}

.case-card-f96283 h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.case-card-f96283 p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
}

/* News Section */
.news-grid-97d948 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card-375e9c {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.news-card-375e9c:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.news-image-7db3c3 {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.news-image-7db3c3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.news-card-375e9c:hover .news-image-7db3c3 img {
    transform: scale(1.05);
}

.news-image-placeholder-119251 {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
}

.news-date-2a05ae {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: white;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 13px;
}

.news-content-6c47ff {
    padding: 25px;
}

.news-meta-abc0ba {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 12px;
}

.news-meta-abc0ba span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-card-375e9c h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--text-dark);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-375e9c p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-link-0ad1b9 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--primary-color);
    font-weight: 500;
    margin-top: 15px;
    font-size: 14px;
}

.news-link-0ad1b9:hover {
    gap: 10px;
}

/* FAQ Section */
.faq-container-1a703c {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item-013cd3 {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.faq-question-3847bb {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
}

.faq-question-3847bb:hover {
    background: var(--accent-color);
}

.faq-question-3847bb h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-question-3847bb h3 i {
    color: var(--primary-color);
}

.faq-toggle-8b7b0d {
    width: 30px;
    height: 30px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: var(--transition);
}

.faq-item-013cd3.active .faq-toggle-8b7b0d {
    background: var(--primary-color);
    color: white;
    transform: rotate(180deg);
}

.faq-answer-17575c {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-inner-476782 {
    padding: 0 25px 20px;
    color: var(--text-light);
    line-height: 1.8;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.faq-item-013cd3.active .faq-answer-17575c {
    max-height: 300px;
}

/* Reviews Section */
.reviews-grid-b50ad6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.review-card-e6ad29 {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    padding: 30px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
}

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

.review-quote-a621ba {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 50px;
    color: var(--accent-color);
}

.review-stars-d6ad9d {
    display: flex;
    gap: 3px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.review-text-e08a1c {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    min-height: 80px;
}

.reviewer-f7c90e {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.reviewer-avatar-6261bc {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
}

.reviewer-info-e87f62 h4 {
    font-size: 16px;
    color: var(--text-dark);
}

.reviewer-info-e87f62 span {
    font-size: 13px;
    color: var(--text-light);
}

/* Contact Section */
.contact-inner-fc76f8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info-ac106b h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.contact-info-ac106b > p {
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.8;
}

.contact-list-eaec68 {
    list-style: none;
}

.contact-list-eaec68 li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-list-eaec68 .icon-b48e3f {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    flex-shrink: 0;
}

.contact-list-eaec68 .info-0d3e2b h4 {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.contact-list-eaec68 .info-0d3e2b p {
    color: var(--text-light);
    font-size: 15px;
}

.contact-form-e07f8f {
    background: var(--bg-white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.contact-form-e07f8f h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: var(--text-dark);
}

.form-row-27b964 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group-cc35a2 {
    margin-bottom: 20px;
}

.form-group-cc35a2 label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.form-group-cc35a2 input,
.form-group-cc35a2 textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-size: 15px;
    transition: var(--transition);
    font-family: inherit;
}

.form-group-cc35a2 input:focus,
.form-group-cc35a2 textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(46, 125, 107, 0.1);
}

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

.contact-form-e07f8f .btn-bf2f06 {
    width: 100%;
    justify-content: center;
    padding: 16px;
    font-size: 16px;
}

/* Footer */
.footer-5935d1 {
    background: var(--text-dark);
    color: white;
    padding: 80px 0 0;
}

.footer-inner-72d1d3 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand-082f9a .logo-7e22cc {
    margin-bottom: 20px;
}

.footer-brand-082f9a .logo-icon-985868 {
    background: white;
    color: var(--primary-color);
}

.footer-brand-082f9a .logo-text-80cf61 {
    color: white;
}

.footer-brand-082f9a p {
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-social-0b9d12 {
    display: flex;
    gap: 12px;
}

.footer-social-0b9d12 a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: var(--transition);
}

.footer-social-0b9d12 a:hover {
    background: var(--primary-color);
}

.footer-column-7978ce h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: white;
}

.footer-links-b1d3b7 {
    list-style: none;
}

.footer-links-b1d3b7 li {
    margin-bottom: 12px;
}

.footer-links-b1d3b7 a {
    color: rgba(255,255,255,0.7);
    transition: var(--transition);
}

.footer-links-b1d3b7 a:hover {
    color: white;
    padding-left: 5px;
}

.footer-bottom-1f1a86 {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

.friend-links-de84b7 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.friend-links-de84b7 a {
    color: rgba(255,255,255,0.6);
}

.friend-links-de84b7 a:hover {
    color: white;
}

/* Back to Top */
.back-to-top-672ec7 {
    position: fixed;
    bottom: 200px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    z-index: 999;
}

.back-to-top-672ec7.visible-84c098 {
    opacity: 1;
    visibility: visible;
}

.back-to-top-672ec7:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

/* Mobile Menu */
.mobile-menu-5ab276 {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: var(--shadow-md);
    z-index: 999;
}

.mobile-menu-5ab276.active {
    display: block;
}

.mobile-menu-5ab276 a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-dark);
    font-weight: 500;
}

.mobile-menu-5ab276 a:hover {
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-inner-30946e,
    .about-inner-0fc03f,
    .contact-inner-fc76f8 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .services-grid-67fd59,
    .advantages-grid-a7f678,
    .cases-grid-26186c,
    .news-grid-97d948,
    .reviews-grid-b50ad6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-inner-72d1d3 {
        grid-template-columns: 1fr 1fr;
    }

    .hero-7d19bf h1 {
        font-size: 38px;
    }

    .hero-image-346f41 {
        order: -1;
    }

    .about-image-6b28f3 {
        order: -1;
    }
}

@media (max-width: 768px) {
    .nav-5ab0ab,
    .header-contact-679eeb {
        display: none;
    }

    .mobile-menu-btn-4211fc {
        display: block;
    }

    .hero-7d19bf {
        padding: 120px 0 60px;
    }
    .hero-7d19bf h1 {
        font-size: 32px;
    }
    .hero-image-346f41{
        display: none;
    }
    .hero-content-c19ae0{
        text-align: center;
    }
    .hero-but-e6bc4b{
        justify-content: center;
    }
    .hero-stats-9bbc6f {
        gap: 20px;
        justify-content: center;
    }
    

    .stat-num-2e0a42 {
        font-size: 28px;
    }

    .section-01153e {
        padding: 60px 0;
    }

    .section-title-ff20bf {
        font-size: 28px;
    }

    .services-grid-67fd59,
    .advantages-grid-a7f678{
        gap: 10px;
    }
    .service-card-e75c6b,
    .advantage-card-0d70e7{
        padding: 15px 10px;
        text-align: center;
    }
    .service-icon-89ff24{
        margin: 0 auto 20px;
    }
    .cases-grid-26186c,
    .news-grid-97d948,
    .reviews-grid-b50ad6 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about-content-bb152d h2{
        font-size: 32px;
    }

    .footer-inner-72d1d3 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom-1f1a86 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .form-row-27b964 {
        grid-template-columns: 1fr;
    }

    .contact-form-e07f8f {
        padding: 25px;
    }

    .trust-badges-7e8dae {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .about-badge-1160f8 {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }
    .back-to-top-672ec7{
        right: 20px;
    }
}

/* Animation */
.fade-in-b95625 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-b95625.visible-84c098 {
    opacity: 1;
    transform: translateY(0);
}