/* Block Editor Styles */
.block-editor-hero-section {
    border: 2px dashed #ddd;
    padding: 20px;
    background: #f9f9f9;
}

.hero-editor-preview {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #3d5631;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #3d5631;
    margin-bottom: 16px;
    line-height: 1.3;
}

.hero-description {
    font-size: 18px;
    color: #465664;
    margin-bottom: 24px;
    line-height: 1.6;
}

.hero-image-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}

/* Frontend Styles */
.section-hero {
    padding: 60px 0;
}

.container-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.container-hero-title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #3d5631;
    margin-bottom: 16px;
    line-height: 1.2;
}

.container-hero-title h1 span {
    display: block;
    margin-bottom: 8px;
}

.container-hero-title .description {
    font-size: 18px;
    color: #465664;
    margin-bottom: 32px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.image-icon {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
