<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Search Box Styles */
.search-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    max-width: 500px;
}

.search-box .input-group {
    width: 100%;
}

.search-box .form-control {
    width: 100%;
    height: 50px;
    border-radius: var(--border-radius);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 1.5rem;
    font-size: 1rem;
    background-color: #fff;
}

.search-box .btn-primary {
    width: 100%;
    height: 50px;
    padding: 0 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--border-radius);
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.search-box .btn-primary:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.search-box .btn-primary:active {
    transform: translateY(0);
}

/* Desktop Styles */
@media (min-width: 769px) {
    .search-box {
        flex-direction: row;
    }

    .search-box .input-group {
        flex: 1;
    }

    .search-box .btn-primary {
        width: auto;
        min-width: 140px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .search-box {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .search-box .form-control,
    .search-box .btn-primary {
        height: 40px;
        font-size: 0.95rem;
    }

    .search-box .form-control {
        padding: 0 1rem;
    }

    .search-box .btn-primary {
        padding: 0;
    }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
    .search-box .form-control,
    .search-box .btn-primary {
        height: 38px;
        font-size: 0.9rem;
    }
}

/* Background Patterns */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.03;
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' width='80' height='80'%3E%3Cpath fill='%23FF6B35' d='M40 0c22.1 0 40 17.9 40 40S62.1 80 40 80 0 62.1 0 40 17.9 0 40 0zm0 2C19 2 2 19 2 40s17 38 38 38 38-17 38-38S61 2 40 2zm0 4c18.8 0 34 15.2 34 34S58.8 74 40 74 6 58.8 6 40 21.2 6 40 6zm0 2c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z'/%3E%3C/svg%3E") repeat;
}

/* Section Background Patterns */
section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.04;
}

.hero::before {
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23FF6B35' d='M30 0a30 30 0 110 60 30 30 0 010-60zm0 5a25 25 0 100 50 25 25 0 000-50zm0 5a20 20 0 110 40 20 20 0 010-40z'/%3E%3C/svg%3E") repeat;
}

.features::before {
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='%23FF6B35' d='M20 0c11 0 20 9 20 20s-9 20-20 20S0 31 0 20 9 0 20 0zm0 5c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15S28.3 5 20 5z'/%3E%3C/svg%3E") repeat;
}

.about::before {
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='%23FF6B35' d='M25 0c13.8 0 25 11.2 25 25S38.8 50 25 50 0 38.8 0 25 11.2 0 25 0zm0 3C12.8 3 3 12.8 3 25s9.8 22 22 22 22-9.8 22-22S37.2 3 25 3zm0 3c10.5 0 19 8.5 19 19s-8.5 19-19 19S6 35.5 6 25 14.5 6 25 6z'/%3E%3C/svg%3E") repeat;
}

.gallery::before {
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45'%3E%3Cpath fill='%23FF6B35' d='M22.5 0c12.4 0 22.5 10.1 22.5 22.5S34.9 45 22.5 45 0 34.9 0 22.5 10.1 0 22.5 0zm0 4C12.3 4 4 12.3 4 22.5S12.3 41 22.5 41 41 32.7 41 22.5 32.7 4 22.5 4z'/%3E%3C/svg%3E") repeat;
}

.faq::before {
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cpath fill='%23FF6B35' d='M17.5 0c9.7 0 17.5 7.8 17.5 17.5S27.2 35 17.5 35 0 27.2 0 17.5 7.8 0 17.5 0zm0 3C9.5 3 3 9.5 3 17.5S9.5 32 17.5 32 32 25.5 32 17.5 25.5 3 17.5 3z'/%3E%3C/svg%3E") repeat;
}

/* Ensure content is above patterns */
.container {
    position: relative;
    z-index: 1;
}

/* Add leaf decorations */
.hero::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%2348A14D' d='M50 0c27.6 0 50 22.4 50 50S77.6 100 50 100 0 77.6 0 50 22.4 0 50 0zm0 10c-22.1 0-40 17.9-40 40s17.9 40 40 40 40-17.9 40-40-17.9-40-40-40z'/%3E%3Cpath fill='%2348A14D' d='M50 20c16.6 0 30 13.4 30 30S66.6 80 50 80 20 66.6 20 50s13.4-30 30-30z'/%3E%3C/svg%3E") no-repeat center/contain;
    opacity: 0.1;
    transform: rotate(-15deg);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    body::before {
        opacity: 0.02;
    }

    section::before {
        opacity: 0.03;
    }

    .hero::after {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }
}

:root {
    --primary-color: #FF6B35;
    --secondary-color: #2EC4B6;
    --text-color: #333333;
    --light-color: #FFFFFF;
    --background-color: #F8F9FA;
    --border-radius: 12px;
    --transition: all 0.3s ease;
}

/* Base Styles */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    overflow-x: hidden;
    padding-top: 76px; /* 涓哄浐瀹氬鑸爮鐣欏嚭绌洪棿 */
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
}

h1 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
p { font-size: clamp(1rem, 1.2vw, 1.125rem); }

/* Header and Navigation */
.header {
    background: var(--light-color);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 76px;
    display: flex;
    align-items: center;
}

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

.navbar-brand h1 {
    color: var(--primary-color);
    margin: 0;
    font-weight: 800;
    transition: var(--transition);
    text-align: center;
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
    margin-left: 2rem;
}

.nav-item {
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
}

.nav-link {
    color: var(--text-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: var(--transition);
    position: relative;
    display: flex;
    align-items: center;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .header {
        height: 62px;
    }

    .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand h1 {
        font-size: 1.25rem;
    }

    .navbar-toggler {
        padding: 0.25rem;
    }

    .navbar-collapse {
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        background: var(--light-color);
        padding: 0.5rem 0;
        border-radius: 0 0 var(--border-radius) var(--border-radius);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav {
        margin: 0;
        padding: 0.5rem 0;
    }

    .nav-item {
        margin: 0;
        width: 100%;
    }

    .nav-link {
        padding: 0.75rem 1.5rem;
        justify-content: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-item:last-child .nav-link {
        border-bottom: none;
    }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
    .navbar-brand h1 {
        font-size: 1.1rem;
    }

    .navbar {
        padding: 0.5rem;
    }
}

/* Sections Common Styles */
section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-color);
    opacity: 0.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Hero Section */
.hero {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #FFF6E9, #FFE5D9);
    position: relative;
    overflow: hidden;
}

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

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

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

.hero-image img {
    max-width: 60%;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Mobile Styles */
@media (max-width: 768px) {
    .hero {
        padding: 80px 0 60px;
        text-align: center;
    }

    .hero-content {
        margin-bottom: 2rem;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-text {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .hero-image {
        margin-top: 2rem; /* 娣诲姞涓婃柟闂磋窛 */
        padding: 0 1rem; /* 娣诲姞宸﹀彸鍐呰竟璺� */
    }

    .hero-image img {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
    .hero {
        padding: 70px 0 50px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-image {
        margin-top: 1.5rem;
    }
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.feature-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Features Section */
.features {
    padding: 100px 0;
    background-color: var(--background-color);
}

.feature-card {
    background: var(--light-color);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card .icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* Gallery Section */
.gallery {
    padding: 100px 0;
    background: var(--background-color);
}

.gallery-item {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.gallery-item:hover {
    transform: translateY(-10px);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 2rem 1.5rem;
    color: var(--light-color);
    transform: translateY(100%);
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.gallery-overlay p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .gallery-item {
        margin-bottom: 20px;
    }

    .gallery-item img {
        height: 250px;
    }
}

/* About Section */
.about {
    padding: 100px 0;
    background-color: var(--light-color);
}

.about-video {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-color);
    text-decoration: none;
    transition: var(--transition);
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--secondary-color);
}

.about-feature {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--background-color);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.about-feature:hover {
    transform: translateX(10px);
}

/* FAQ Section */
.faq {
    padding: 100px 0;
    background-color: var(--light-color);
}

.faq .section-header {
    margin-bottom: 50px;
}

.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.accordion-button {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    border: none;
    background-color: #fff;
    color: var(--text-color);
    position: relative;
    display: flex;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #fff;
    box-shadow: none;
}

.accordion-button::after {
    background-size: 1rem;
    transition: var(--transition);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.accordion-button .bi-question-circle {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-right: 1rem;
}

.accordion-body {
    padding: 1.25rem 1.5rem;
    background-color: #fff;
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.6;
}

/* FAQ Mobile Styles */
@media (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }

    .faq .section-header {
        margin-bottom: 30px;
    }

    .accordion-button {
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
    }

    .accordion-body {
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    }

    .accordion-button .bi-question-circle {
        font-size: 1.1rem;
    }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
    .accordion-button {
        padding: 0.875rem 1rem;
        font-size: 0.9rem;
    }

    .accordion-body {
        padding: 0.875rem 1rem;
    }
}

/* Footer */
.footer {
    background: var(--text-color);
    color: var(--light-color);
    padding: 2rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        padding: 100px 0 80px;
    }

    .feature-card {
        margin-bottom: 1rem;
    }

    .about-video {
        margin-bottom: 2rem;
    }
}

/* Animations */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.hero-image img {
    animation: float 4s ease-in-out infinite;
}

/* Modal Styles */
.modal-content {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.modal-body {
    padding: 0;
}

/* Loading Animation */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-color);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid var(--background-color);
    border-top: 5px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Scroll Behavior */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px; /* 涓巋eader楂樺害鐩稿尮閰� */
}

/* Sections Padding */
section {
    padding: 100px 0;
    position: relative;
    background: var(--light-color);
}

section:nth-child(even) {
    background: var(--background-color);
}

@media (max-width: 768px) {
    body {
        padding-top: 62px; /* 绉诲姩绔鑸爮杈冨皬 */
    }

    .header {
        height: 62px;
    }

    html {
        scroll-padding-top: 62px;
    }

    section {
        padding: 80px 0;
    }

    .hero {
        padding: 100px 0 80px;
    }
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-color);
    opacity: 0.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    section {
        padding: 80px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .hero {
        padding: 100px 0 80px;
    }

    .navbar-brand h1 {
        font-size: 1.5rem;
    }

    .navbar-collapse {
        background: var(--light-color);
        padding: 1rem;
        border-radius: var(--border-radius);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        margin-top: 0.5rem;
    }

    .nav-item {
        margin: 0.5rem 0;
    }

    .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
    }
}

/* Container Adjustments */
.container {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
</pre></body></html>