.about-hero {
    background: linear-gradient(135deg, #f4a023 0%, #ff6b35 100%);
    color: #fff;
    padding: 100px 0;
    margin-top: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="dots" width="100" height="20" patternUnits="userSpaceOnUse"><circle cx="25" cy="5" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="15" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="20" fill="url(%23dots)"/></svg>') repeat;
    z-index: 1;
}

.about-hero > * {
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    font-size: 4.2rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

.about-hero p {
    font-size: 1.5rem;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.about-intro {
    padding: 60px 0;
    background: #fff;
}

.about-intro .about-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-intro h2 {
    background: linear-gradient(135deg, #f4a023 0%, #ff6b35 100%);
    color: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(244, 160, 35, 0.3);
    text-align: center;
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.about-intro h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="intro-dots" width="100" height="20" patternUnits="userSpaceOnUse"><circle cx="25" cy="5" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="15" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="20" fill="url(%23intro-dots)"/></svg>') repeat;
    z-index: 1;
}

.about-intro h2 > * {
    position: relative;
    z-index: 2;
}

.about-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    color: #1e1e1e;
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #f4a023 50%, transparent 100%);
}

.about-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #f4a023 50%, transparent 100%);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 60px;
}

.about-image {
    text-align: center;
    position: relative;
}

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, #f4a023, #ff6b35);
    border-radius: 30px;
    z-index: -1;
    opacity: 0.1;
}

.about-image img {
    width: 550px;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(30, 30, 30, 0.15);
}

.about-text {
    background: #ffffff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(30, 30, 30, 0.08);
    border: 1px solid rgba(244, 160, 35, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.about-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(30, 30, 30, 0.12);
}

.about-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f4a023, #ff6b35, #f4a023);
    border-radius: 25px 25px 0 0;
}

.about-text h2 {
    color: #1e1e1e;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    text-align: center;
}

.about-text p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #1e1e1e;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}

.about-text p:last-of-type {
    margin-bottom: 30px;
}

.journey-section {
    background: #fff;
    padding: 80px 0;
}

.journey-content-box {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #f4a023;
}

.journey-content-box p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 25px;
}

.highlight-box {
    background: linear-gradient(135deg, #f4a023, #ff6b35);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(244, 160, 35, 0.3);
}

.highlight-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.personality-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.personality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.personality-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #f4a023;
}

.personality-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(244, 160, 35, 0.2);
}

.personality-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.personality-item h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 15px;
}

.personality-item p {
    color: #666;
    line-height: 1.6;
}

.why-me-section {
    background: #ffffff;
    padding: 120px 0 140px;
    margin: 60px 0;
}

.why-me-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid rgba(244, 160, 35, 0.1);
    position: relative;
}

.why-me-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f4a023, #ff6b35, #f4a023);
    border-radius: 30px 30px 0 0;
}

.why-me-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e1e1e;
    margin-bottom: 50px;
    position: relative;
}

.why-me-section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #f4a023;
    border-radius: 2px;
}

.why-me-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.why-me-item {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #f4a023;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-me-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.why-me-icon {
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: block;
}

.why-me-item p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.about-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 120px 0 140px;
    text-align: center;
    margin: 60px 0;
    border-top: 1px solid rgba(244, 160, 35, 0.1);
    position: relative;
}

.about-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #f4a023 50%, transparent 100%);
}

.about-cta h3 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1e1e1e;
    text-align: center;
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(30, 30, 30, 0.08);
    border: 1px solid rgba(244, 160, 35, 0.1);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.cta-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(30, 30, 30, 0.12);
}

.cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f4a023, #ff6b35, #f4a023);
    border-radius: 25px 25px 0 0;
}

.facebook-cta-box::before {
    background: linear-gradient(90deg, #1877f2, #42a5f5, #1877f2);
}

.cta-icon {
    font-size: 4rem;
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

.cta-content {
    flex: 1;
    text-align: center;
}

.cta-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e1e1e;
    text-align: center;
}

.cta-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
    text-align: center;
}

.about-cta p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}



.journey-section {
    background: #ffffff;
    padding: 120px 0 140px;
    position: relative;
    margin: 60px 0;
    border-top: 1px solid rgba(244, 160, 35, 0.1);
    border-bottom: 1px solid rgba(244, 160, 35, 0.1);
}

.journey-section h2 {
    text-align: center;
    color: #1e1e1e;
    font-size: 2.8rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.journey-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.journey-content-box {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(30, 30, 30, 0.08);
    border: 1px solid rgba(244, 160, 35, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.journey-content-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(30, 30, 30, 0.12);
}

.journey-content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f4a023, #ff6b35, #f4a023);
    border-radius: 25px 25px 0 0;
}

.journey-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #333;
}

.journey-content-box p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #333;
    text-align: left;
}

.highlight-box {
    background: linear-gradient(135deg, #f4a023 0%, #ff6b35 100%);
    color: #fff;
    padding: 35px;
    border-radius: 20px;
    margin: 40px 0;
    position: relative;
    box-shadow: 0 15px 40px rgba(244, 160, 35, 0.3);
    display: flex;
    align-items: center;
    gap: 20px;
}

.highlight-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

.highlight-box p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.personality-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 120px 0 140px;
    position: relative;
    margin: 60px 0;
}

.personality-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #f4a023 50%, transparent 100%);
}

.personality-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #f4a023 50%, transparent 100%);
}

.personality-section h2 {
    text-align: center;
    color: #1e1e1e;
    font-size: 2.8rem;
    margin-bottom: 60px;
    font-weight: 700;
}

.personality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.personality-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.personality-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #f4a023 0%, #ff6b35 100%);
}

.personality-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.personality-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
}

.personality-item h3 {
    color: #1e1e1e;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.personality-item p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
} 