/* ============================================
   REDDY BOOK ABOUT PAGE STYLES
   Red & White Theme - Consistent with Other Pages
   ============================================ */

/* About Page Specific Styles */
.rb-about-page {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* 1. HERO SECTION */
.rb-about-hero {
    background: linear-gradient(135deg, rgba(193, 9, 48, 0.95), rgba(156, 7, 39, 0.98)), 
                url('../assets/about-hero-bg.jpg') center/cover no-repeat;
    padding: 120px 0 100px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.rb-about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/pattern-dots.png') repeat;
    opacity: 0.1;
    pointer-events: none;
}

.rb-about-hero .container {
    position: relative;
    z-index: 2;
}

.rb-about-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.rb-about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.rb-about-hero-year {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}

.rb-about-hero-tag {
    background-color: #ffcc00;
    color: #1c2b36;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rb-about-hero h1 {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: 'Playfair Display', serif;
}

.rb-about-hero-subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rb-about-hero-subtitle strong {
    color: #ffcc00;
}

.rb-about-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.rb-about-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    min-width: 150px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.rb-about-stat:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.rb-about-stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #ffcc00;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.rb-about-stat-label {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rb-about-hero-actions {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.rb-about-cta {
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #ffcc00, #ff9900);
    color: #1c2b36;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.rb-about-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 204, 0, 0.4);
    background: linear-gradient(135deg, #ff9900, #ffcc00);
}

.rb-about-register {
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffcc00;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.rb-about-register:hover {
    background: #ffcc00;
    color: #1c2b36;
    transform: translateY(-3px);
}

.rb-hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    overflow: hidden;
}

.rb-hero-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* 2. INTRODUCTION SECTION */
.rb-about-intro {
    padding: 100px 0;
    background-color: #ffffff;
}

.rb-about-intro-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.rb-about-intro-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1c2b36;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.rb-about-lead {
    font-size: 20px;
    color: #c10930;
    font-weight: 600;
    margin-bottom: 40px;
    font-style: italic;
}

.rb-about-main-text {
    margin-bottom: 50px;
}

.rb-about-main-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a1c28;
    margin-bottom: 25px;
}

.rb-about-main-text p strong {
    color: #c10930;
}

.rb-about-values {
    margin-top: 60px;
}

.rb-about-values h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.rb-about-values h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #c10930;
    margin-top: 10px;
    border-radius: 2px;
}

.rb-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.rb-value-card {
    background-color: #fff5f7;
    border-radius: 15px;
    padding: 35px 30px;
    border-top: 5px solid #c10930;
    transition: all 0.3s ease;
}

.rb-value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(193, 9, 48, 0.1);
}

.rb-value-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(193, 9, 48, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.rb-value-icon i {
    color: #c10930;
    font-size: 32px;
}

.rb-value-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 15px;
}

.rb-value-card p {
    font-size: 16px;
    color: #5b6b7a;
    line-height: 1.6;
    margin: 0;
}

.rb-about-intro-visual {
    position: sticky;
    top: 100px;
}

.rb-about-visual-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.rb-about-visual-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c10930, #e11245, #ffcc00);
}

.rb-about-visual-header {
    margin-bottom: 35px;
    text-align: center;
}

.rb-about-visual-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1c2b36;
    margin: 0;
}

.rb-about-feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.rb-about-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.rb-about-feature i {
    color: #c10930;
    font-size: 22px;
    margin-top: 5px;
    flex-shrink: 0;
}

.rb-about-feature h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1c2b36;
    margin-bottom: 8px;
}

.rb-about-feature p {
    font-size: 15px;
    color: #5b6b7a;
    line-height: 1.6;
    margin: 0;
}

/* 3. STORY TIMELINE SECTION */
.rb-about-story {
    padding: 100px 0;
    background-color: #f9f9f9;
    position: relative;
}

.rb-about-story::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c10930, #e11245);
}

.rb-about-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.rb-about-section-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1c2b36;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: 'Playfair Display', serif;
}

.rb-about-section-header h2 i {
    color: #c10930;
    font-size: 36px;
}

.rb-about-section-header p {
    font-size: 20px;
    color: #7a2a3c;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
}

.rb-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.rb-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #c10930;
    border-radius: 2px;
}

.rb-timeline-item {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
}

.rb-timeline-item:last-child {
    margin-bottom: 0;
}

.rb-timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.rb-timeline-year {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #c10930, #e11245);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(193, 9, 48, 0.3);
    font-family: 'Playfair Display', serif;
}

.rb-timeline-content {
    width: calc(50% - 80px);
    background-color: #ffffff;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 5px solid #c10930;
}

.rb-timeline-item:nth-child(odd) .rb-timeline-content {
    margin-right: 40px;
}

.rb-timeline-item:nth-child(even) .rb-timeline-content {
    margin-left: 40px;
}

.rb-timeline-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.rb-timeline-content h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #c10930;
    margin-top: 10px;
    border-radius: 2px;
}

.rb-timeline-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a1c28;
    margin-bottom: 25px;
}

.rb-timeline-content p strong {
    color: #c10930;
}

.rb-timeline-stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.rb-timeline-stats span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #7a2a3c;
    font-weight: 600;
}

.rb-timeline-stats i {
    color: #c10930;
}

/* 4. MISSION & VISION SECTION */
.rb-about-mission {
    padding: 100px 0;
    background: linear-gradient(135deg, #fff5f7 0%, #ffffff 100%);
}

.rb-about-mission-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.rb-mission-card,
.rb-vision-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.rb-mission-card:hover,
.rb-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.rb-mission-card::before,
.rb-vision-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
}

.rb-mission-card::before {
    background: linear-gradient(90deg, #c10930, #e11245);
}

.rb-vision-card::before {
    background: linear-gradient(90deg, #ffcc00, #ff9900);
}

.rb-mission-icon,
.rb-vision-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.rb-mission-icon {
    background-color: rgba(193, 9, 48, 0.1);
}

.rb-vision-icon {
    background-color: rgba(255, 204, 0, 0.1);
}

.rb-mission-icon i {
    color: #c10930;
    font-size: 48px;
}

.rb-vision-icon i {
    color: #ff9900;
    font-size: 48px;
}

.rb-mission-card h3,
.rb-vision-card h3 {
    font-size: 32px;
    font-weight: 800;
    color: #1c2b36;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.rb-mission-card p,
.rb-vision-card p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a1c28;
    margin-bottom: 30px;
}

.rb-mission-points,
.rb-vision-points {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.rb-mission-points span,
.rb-vision-points span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    color: #5b6b7a;
    font-weight: 500;
}

.rb-mission-points i {
    color: #c10930;
}

.rb-vision-points i {
    color: #ff9900;
}

/* 5. SECURITY SECTION */
.rb-about-security {
    padding: 100px 0;
    background-color: #ffffff;
}

.rb-security-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.rb-security-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.rb-security-feature {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 35px;
    background-color: #f9f9f9;
    border-radius: 15px;
    border-left: 5px solid #c10930;
    transition: all 0.3s ease;
}

.rb-security-feature:hover {
    background-color: #fff5f7;
    transform: translateX(10px);
}

.rb-security-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(193, 9, 48, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rb-security-icon i {
    color: #c10930;
    font-size: 32px;
}

.rb-security-details h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 15px;
}

.rb-security-details p {
    font-size: 16px;
    line-height: 1.7;
    color: #5b6b7a;
    margin: 0;
}

.rb-security-certificates {
    position: sticky;
    top: 100px;
}

.rb-certificate-card {
    background: linear-gradient(135deg, #c10930, #e11245);
    border-radius: 20px;
    padding: 50px 40px;
    color: white;
    text-align: center;
    box-shadow: 0 20px 60px rgba(193, 9, 48, 0.2);
}

.rb-certificate-card h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}

.rb-certificates-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.rb-certificate {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.rb-certificate:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.rb-certificate i {
    font-size: 36px;
    color: #ffcc00;
}

.rb-certificate span {
    font-size: 16px;
    font-weight: 600;
}

/* 6. TEAM SECTION */
.rb-about-team {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.rb-team-content {
    max-width: 1200px;
    margin: 0 auto;
}

.rb-team-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.rb-team-intro h3 {
    font-size: 36px;
    font-weight: 800;
    color: #1c2b36;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.rb-team-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a1c28;
    margin-bottom: 25px;
}

.rb-team-intro p strong {
    color: #c10930;
}

.rb-team-departments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.rb-department {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #c10930;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rb-department:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.rb-department::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c10930, #e11245);
}

.rb-department-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(193, 9, 48, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.rb-department-icon i {
    color: #c10930;
    font-size: 36px;
}

.rb-department h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 20px;
}

.rb-department p {
    font-size: 16px;
    line-height: 1.7;
    color: #5b6b7a;
    margin-bottom: 25px;
}

.rb-department-stats {
    display: inline-block;
    background-color: #fff5f7;
    color: #c10930;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
}

/* 7. AWARDS SECTION */
.rb-about-awards {
    padding: 100px 0;
    background-color: #ffffff;
}

.rb-awards-content {
    max-width: 1000px;
    margin: 0 auto;
}

.rb-awards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.rb-award-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rb-award-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: #c10930;
}

.rb-award-year {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #c10930;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rb-award-details h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 15px;
    padding-right: 80px;
}

.rb-award-details p {
    font-size: 16px;
    line-height: 1.7;
    color: #5b6b7a;
    margin: 0;
}

.rb-awards-note {
    background-color: #fff5f7;
    border-radius: 15px;
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-left: 5px solid #ffcc00;
}

.rb-awards-note i {
    color: #ffcc00;
    font-size: 40px;
    flex-shrink: 0;
}

.rb-awards-note p {
    font-size: 18px;
    line-height: 1.7;
    color: #7a2a3c;
    margin: 0;
}

/* 8. COMMUNITY SECTION */
.rb-about-community {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.rb-community-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.rb-community-initiatives h3 {
    font-size: 36px;
    font-weight: 800;
    color: #1c2b36;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.rb-community-initiatives p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a1c28;
    margin-bottom: 40px;
}

.rb-community-initiatives p strong {
    color: #c10930;
}

.rb-initiatives-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.rb-initiative {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #c10930;
    transition: all 0.3s ease;
}

.rb-initiative:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.rb-initiative-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(193, 9, 48, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.rb-initiative-icon i {
    color: #c10930;
    font-size: 32px;
}

.rb-initiative h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 15px;
}

.rb-initiative p {
    font-size: 15px;
    line-height: 1.6;
    color: #5b6b7a;
    margin: 0;
}

.rb-message-card {
    background: linear-gradient(135deg, #c10930, #e11245);
    border-radius: 20px;
    padding: 50px 40px;
    color: white;
    box-shadow: 0 20px 60px rgba(193, 9, 48, 0.2);
    position: relative;
    overflow: hidden;
}

.rb-message-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/pattern-dots.png') repeat;
    opacity: 0.1;
    pointer-events: none;
}

.rb-message-card h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    position: relative;
    z-index: 1;
}

.rb-message-card h3 i {
    color: #ffcc00;
    margin-right: 15px;
}

.rb-message-card p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.rb-message-card p strong {
    color: #ffcc00;
}

.rb-message-card ul {
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

.rb-message-card li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.rb-message-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: bold;
    font-size: 18px;
}

.rb-message-signature {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    text-align: right;
    position: relative;
    z-index: 1;
}

.rb-message-signature strong {
    font-size: 20px;
    color: #ffcc00;
}

/* 9. FUTURE VISION SECTION */
.rb-about-future {
    padding: 100px 0;
    background-color: #ffffff;
}

.rb-future-content {
    max-width: 1200px;
    margin: 0 auto;
}

.rb-future-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.rb-future-feature {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 35px;
    background-color: #f9f9f9;
    border-radius: 15px;
    border-left: 5px solid #c10930;
    transition: all 0.3s ease;
}

.rb-future-feature:hover {
    background-color: #fff5f7;
    transform: translateX(10px);
}

.rb-future-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(193, 9, 48, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rb-future-icon i {
    color: #c10930;
    font-size: 32px;
}

.rb-future-details h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c2b36;
    margin-bottom: 10px;
}

.rb-future-details p {
    font-size: 16px;
    line-height: 1.7;
    color: #5b6b7a;
    margin-bottom: 15px;
}

.rb-future-timeline {
    display: inline-block;
    background-color: #c10930;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.rb-future-cta {
    background: linear-gradient(135deg, #fff5f7 0%, #ffe6ea 100%);
    border-radius: 20px;
    padding: 60px 50px;
    text-align: center;
    border: 2px solid #c10930;
}

.rb-future-cta h3 {
    font-size: 36px;
    font-weight: 800;
    color: #1c2b36;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.rb-future-cta p {
    font-size: 20px;
    line-height: 1.7;
    color: #4a1c28;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rb-future-cta p strong {
    color: #c10930;
}

.rb-future-actions {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.rb-future-actions .btn {
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.rb-future-actions .btn-primary {
    background: linear-gradient(135deg, #c10930, #e11245);
    border: none;
}

.rb-future-actions .btn-primary:hover {
    background: linear-gradient(135deg, #9e0726, #c10930);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(193, 9, 48, 0.3);
}

.rb-future-actions .btn-outline {
    background: transparent;
    border: 2px solid #c10930;
    color: #c10930;
}

.rb-future-actions .btn-outline:hover {
    background: #c10930;
    color: white;
    transform: translateY(-3px);
}

/* 10. FINAL CTA SECTION */
.rb-about-cta-final {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(193, 9, 48, 0.95), rgba(156, 7, 39, 0.98)), 
                url('../assets/cta-bg.jpg') center/cover no-repeat;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.rb-about-cta-final::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/pattern-dots.png') repeat;
    opacity: 0.1;
    pointer-events: none;
}

.rb-about-cta-final .container {
    position: relative;
    z-index: 2;
}

.rb-about-cta-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.rb-about-cta-final h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: 'Playfair Display', serif;
}

.rb-about-cta-final p {
    font-size: 22px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
}

.rb-about-cta-final p strong {
    color: #ffcc00;
}

.rb-about-cta-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.rb-about-cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
}

.rb-about-cta-feature i {
    color: #ffcc00;
    font-size: 20px;
}

.rb-about-cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.rb-about-cta-main {
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(135deg, #ffcc00, #ff9900);
    color: #1c2b36;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.rb-about-cta-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 204, 0, 0.4);
    background: linear-gradient(135deg, #ff9900, #ffcc00);
}

.rb-about-contact {
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.rb-about-contact:hover {
    background-color: #ffffff;
    color: #c10930;
    transform: translateY(-3px);
}

.rb-about-cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border-left: 5px solid #ffcc00;
}

.rb-about-cta-note i {
    color: #ffcc00;
    font-size: 24px;
    flex-shrink: 0;
}

.rb-about-cta-note span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
}

.rb-about-cta-note strong {
    color: #ffcc00;
}

/* FOOTER STYLES */
.site-footer .footer-contact-mini {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-mini p {
    font-size: 14px;
    color: #e5a3b2;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-mini i {
    color: #ffcc00;
    font-size: 16px;
    width: 20px;
}

.footer-bottom p:first-child {
    font-size: 16px;
    font-weight: 600;
}

/* RESPONSIVE STYLES */
@media (max-width: 1200px) {
    .rb-about-intro-content,
    .rb-security-content,
    .rb-community-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .rb-values-grid,
    .rb-team-departments,
    .rb-awards-grid,
    .rb-initiatives-grid,
    .rb-future-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rb-about-mission-content {
        gap: 40px;
    }
    
    .rb-about-intro-visual,
    .rb-security-certificates {
        position: static;
    }
}

@media (max-width: 992px) {
    .rb-about-hero {
        padding: 100px 0 80px;
    }
    
    .rb-about-hero h1 {
        font-size: 42px;
    }
    
    .rb-about-hero-subtitle {
        font-size: 20px;
    }
    
    .rb-about-hero-stats {
        gap: 30px;
    }
    
    .rb-about-stat {
        min-width: 120px;
        padding: 25px 20px;
    }
    
    .rb-about-stat-number {
        font-size: 36px;
    }
    
    .rb-about-section-header h2 {
        font-size: 36px;
    }
    
    .rb-timeline::before {
        left: 30px;
    }
    
    .rb-timeline-item {
        flex-direction: row !important;
        justify-content: flex-start;
        margin-left: 60px;
    }
    
    .rb-timeline-year {
        position: absolute;
        left: -90px;
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
    
    .rb-timeline-content {
        width: 100%;
        margin: 0 !important;
    }
    
    .rb-about-cta-final h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .rb-about-hero {
        padding: 80px 0 60px;
    }
    
    .rb-about-hero h1 {
        font-size: 36px;
    }
    
    .rb-about-hero-subtitle {
        font-size: 18px;
    }
    
    .rb-about-hero-badge {
        flex-direction: column;
        gap: 15px;
    }
    
    .rb-about-hero-stats {
        gap: 20px;
    }
    
    .rb-about-stat {
        min-width: 100px;
        padding: 20px 15px;
    }
    
    .rb-about-stat-number {
        font-size: 32px;
    }
    
    .rb-about-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .rb-about-cta,
    .rb-about-register {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .rb-values-grid,
    .rb-team-departments,
    .rb-awards-grid,
    .rb-initiatives-grid,
    .rb-future-features,
    .rb-certificates-grid {
        grid-template-columns: 1fr;
    }
    
    .rb-about-mission-content {
        grid-template-columns: 1fr;
    }
    
    .rb-about-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .rb-about-cta-main,
    .rb-about-contact {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .rb-about-cta-features {
        flex-direction: column;
        gap: 20px;
    }
    
    .rb-about-cta-note {
        flex-direction: column;
        text-align: center;
    }
    
    .rb-timeline-item {
        margin-left: 40px;
    }
    
    .rb-timeline-year {
        left: -60px;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .rb-about-hero h1 {
        font-size: 32px;
    }
    
    .rb-about-hero-subtitle {
        font-size: 16px;
    }
    
    .rb-about-stat-number {
        font-size: 28px;
    }
    
    .rb-about-stat-label {
        font-size: 14px;
    }
    
    .rb-about-section-header h2 {
        font-size: 28px;
    }
    
    .rb-about-section-header p {
        font-size: 16px;
    }
    
    .rb-about-intro-text h2 {
        font-size: 32px;
    }
    
    .rb-about-lead {
        font-size: 18px;
    }
    
    .rb-about-main-text p {
        font-size: 16px;
    }
    
    .rb-about-cta-final h2 {
        font-size: 28px;
    }
    
    .rb-about-cta-final p {
        font-size: 18px;
    }
    
    .rb-security-feature,
    .rb-future-feature {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .rb-security-icon,
    .rb-future-icon {
        margin: 0 auto;
    }
    
    .rb-future-actions {
        flex-direction: column;
    }
    
    .rb-future-actions .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}