/* Features Page Specific Styles */
.features-page {
    /* Base styles are inherited from index/about */
}

/* Features Hero */
.features-page .features-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('../images/story_image.png') center/cover;
    padding: 120px 0 80px;
    text-align: center;
    color: white;
}

.features-page .features-hero .hero-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(227, 30, 36, 0.15);
    color: #68a020;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.features-page .features-hero .hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.features-page .features-hero .hero-title .green-text {
    color: #72b123;
}

.features-page .features-hero .hero-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #e0e0e0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .features-page .features-hero {
        padding: 40px 0 30px;
    }
    .features-page .features-hero .hero-title {
        font-size: 26px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .features-page .features-hero .hero-text {
        font-size: 0.90rem;
        padding: 0 15px;
        text-align: justify;
    }
    .features-page .features-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px;
        margin-top: 30px;
    }
    .features-page .feature-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px 15px !important;
        box-sizing: border-box !important;
    }
    .features-page .feature-item h3 {
        font-size: 1.15rem !important;
        margin-bottom: 8px !important;
    }
    .features-page .feature-item p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        text-align: justify !important;
    }
    .features-page .feature-icon {
        width: 45px !important;
        height: 45px !important;
        margin: 0 0 15px 0 !important;
    }
    .features-page .feature-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
    .features-page .charging-flex {
        flex-direction: column !important;
        gap: 30px !important;
    }
    .features-page .battery-outer {
        width: 90px !important;
        height: 160px !important;
        border-width: 5px !important;
        margin-bottom: 20px !important;
    }
    .features-page .bolt-icon {
        width: 35px !important;
        height: 35px !important;
    }
    .features-page .c-stat {
        padding: 8px 12px !important;
        font-size: 0.8rem !important;
    }
    .features-page .section-header h2,
    .features-page .section-header.align-left h2,
    .features-page .section-header.text-center h2 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .features-page .section-header p {
        font-size: 0.95rem !important;
        text-align: justify !important;
    }
    .features-page .section-header.align-left,
    .features-page .section-header.text-center {
        margin-bottom: 30px !important;
        text-align: left !important;
    }
    .features-page .section-header.text-center h2::after {
        margin: 0 !important;
        left: 0 !important;
        transform: none !important;
    }
    .features-page .c-feature {
        display: flex !important;
        flex-direction: column !important;
        padding: 20px 15px !important;
        gap: 15px !important;
        align-items: flex-start !important;
    }
    .features-page .c-icon {
        width: 45px !important;
        height: 45px !important;
    }
    .features-page .c-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
    .features-page .c-text h4 {
        font-size: 1.15rem !important;
        margin-bottom: 8px !important;
    }
    .features-page .c-text p {
        font-size: 0.9rem !important;
        text-align: justify !important;
    }
    .features-page .s-feature-box,
    .features-page .left-col .s-feature-box,
    .features-page .right-col .s-feature-box {
        display: flex !important;
        flex-direction: column !important;
        padding: 20px 15px !important;
        gap: 15px !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .features-page .s-icon {
        width: 45px !important;
        height: 45px !important;
    }
    .features-page .s-icon svg {
        width: 22px !important;
        height: 22px !important;
    }
    .features-page .s-text h4 {
        font-size: 1.15rem !important;
        margin-bottom: 8px !important;
    }
    .features-page .s-text p {
        font-size: 0.9rem !important;
        text-align: justify !important;
    }
    .features-page .section-badge {
        font-size: 0.75rem !important;
        padding: 4px 10px !important;
        margin-bottom: 10px !important;
    }
    .features-page .connectivity-content h2 {
        font-size: 22px !important;
        margin-bottom: 8px !important;
    }
    .features-page .connectivity-content p {
        font-size: 0.85rem !important;
        text-align: justify !important;
        line-height: 1.4 !important;
    }
    .features-page .connect-feature-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 15px !important;
    }
    .features-page .connectivity-image {
        margin-top: 30px !important;
    }
    .features-page .phone-mockup {
        transform: scale(0.8) !important;
        transform-origin: top center !important;
        margin-bottom: -110px !important;
    }
    .features-page .connect-card {
        padding: 12px 15px !important;
    }
    .features-page .connect-card svg {
        width: 22px !important;
        height: 22px !important;
        margin-bottom: 8px !important;
    }
    .features-page .connect-card h4 {
        font-size: 1rem !important;
        margin-bottom: 5px !important;
    }
    .features-page .connect-card p {
        font-size: 0.8rem !important;
        text-align: justify !important;
    }
    .features-page .performance-stats-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    .features-page .perf-stat-card {
        padding: 15px 10px !important;
    }
    .features-page .perf-icon {
        width: 35px !important;
        height: 35px !important;
        margin-bottom: 8px !important;
    }
    .features-page .perf-icon svg {
        width: 18px !important;
        height: 18px !important;
    }
    .features-page .perf-value {
        font-size: 1.5rem !important;
    }
    .features-page .perf-value .unit {
        font-size: 0.75rem !important;
    }
    .features-page .perf-label {
        font-size: 0.75rem !important;
    }
    .features-page .riding-content h2 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .features-page .riding-content p {
        font-size: 0.85rem !important;
        text-align: justify !important;
    }
    .features-page .r-feature {
        padding: 15px !important;
        gap: 15px !important;
    }
    .features-page .r-icon {
        width: 40px !important;
        height: 40px !important;
    }
    .features-page .r-icon svg {
        width: 20px !important;
        height: 20px !important;
    }
    .features-page .r-text h4 {
        font-size: 1.05rem !important;
        margin-bottom: 5px !important;
    }
    .features-page .r-text p {
        font-size: 0.85rem !important;
    }
    .features-page .comfort-dashboard {
        transform: scale(0.65) !important;
        transform-origin: center center !important;
        margin: -60px 0 !important;
    }
    .features-page .spec-group {
        padding: 20px 15px !important;
    }
    .features-page .spec-group-header {
        margin-bottom: 15px !important;
        padding-bottom: 10px !important;
    }
    .features-page .spec-group-header svg {
        width: 22px !important;
        height: 22px !important;
    }
    .features-page .spec-group-header h3 {
        font-size: 1.15rem !important;
    }
    .features-page .spec-list {
        gap: 10px !important;
    }
    .features-page .spec-list li {
        font-size: 0.85rem !important;
    }
    .features-page .compare-section .section-header h2 {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }
    .features-page .compare-section .section-header p {
        font-size: 0.85rem !important;
    }
    .features-page .compare-table th, 
    .features-page .compare-table td {
        padding: 6px 4px !important;
    }
    .features-page .compare-table th h3 {
        font-size: 0.8rem !important;
        margin-bottom: 2px !important;
    }
    .features-page .compare-table th p {
        font-size: 0.6rem !important;
        line-height: 1.1 !important;
    }
    .features-page .compare-table td {
        font-size: 0.7rem !important;
    }
    .features-page .compare-table td:first-child {
        width: 30% !important;
        font-size: 0.7rem !important;
    }
    .features-page .popular-tag {
        font-size: 0.5rem !important;
        padding: 2px 4px !important;
        margin-bottom: 4px !important;
        white-space: nowrap !important;
    }
}
/* Main Features Grid */
.features-page .main-features {
    padding: 50px 0;
    background: #f9fafb;
}

.features-page .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.features-page .feature-item {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    gap: 0;
}

.features-page .feature-item:not(:last-child)::after {
    display: none;
}

.features-page .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: var(--primary-green);
}

.features-page .feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(227, 30, 36, 0.1);
    color: #68a020;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.features-page .feature-icon svg {
    width: 30px;
    height: 30px;
}

.features-page .feature-item h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #111;
}

.features-page .feature-item p {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
    text-align: justify;
}

/* Dark Section (Deep Dive Safety) */
.features-page .feature-highlight.dark-section {
    background: #0f1115;
    color: white;
    padding: 100px 0;
    position: relative;
}

.features-page .highlight-flex {
    display: flex;
    align-items: center;
    gap: 60px;
}

.features-page .highlight-content {
    flex: 1;
    max-width: 450px;
}

.features-page .section-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(227, 30, 36, 0.15);
    color: #68a020;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.features-page .highlight-content h2 {
    font-size: 3.2rem;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    line-height: 1.1;
}

.features-page .green-text {
    color: #68a020;
}

.features-page .highlight-content p {
    color: #999;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.features-page .btn-outline-green {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #68a020;
    color: #68a020;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.features-page .btn-outline-green:hover {
    background: #68a020;
    color: #fff;
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.4);
}

.features-page .safety-grid {
    flex: 1.2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.features-page .safety-card {
    background: #1a1d24;
    padding: 35px 25px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.features-page .safety-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at top right, rgba(227, 30, 36, 0.15), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.features-page .safety-card:hover {
    transform: translateY(-5px);
    border-color: rgba(227, 30, 36, 0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.features-page .safety-card:hover::before {
    opacity: 1;
}

.features-page .safety-icon {
    width: 50px;
    height: 50px;
    background: rgba(227, 30, 36, 0.1);
    color: #68a020;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.features-page .safety-icon svg {
    width: 24px;
    height: 24px;
}

.features-page .safety-card h4 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.features-page .safety-card p {
    color: #888;
    font-size: 0.95rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* Charging Section */
.features-page .charging-section {
    padding: 50px 0;
    background: #f4f7f6;
    position: relative;
    overflow: hidden;
}

.features-page .charging-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(227, 30, 36, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.features-page .charging-flex {
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}

.features-page .charging-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Simple Clean Graphic Card */
.features-page .charging-graphic {
    background: #ffffff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
    text-align: center;
    width: 100%;
    max-width: 450px;
    border: 1px solid rgba(0,0,0,0.05);
}

.features-page .battery-outer {
    width: 140px;
    height: 240px;
    border: 8px solid #eaeaea;
    border-radius: 20px;
    margin: 0 auto 40px;
    position: relative;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #fafafa;
}

.features-page .battery-outer::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 10px;
    background: #eaeaea;
    border-radius: 10px 10px 0 0;
}

.features-page .battery-level {
    width: 100%;
    height: 75%;
    background: #68a020;
    border-radius: 10px;
    position: relative;
    animation: chargePulse 3s infinite alternate;
}

.features-page .bolt-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    color: white;
}

@keyframes chargePulse {
    0% { height: 60%; opacity: 0.8; }
    100% { height: 90%; opacity: 1; }
}

.features-page .charge-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-page .c-stat {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #444;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.features-page .c-stat:hover {
    background: #fff;
    border-color: rgba(104,160,32,0.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.features-page .c-stat span {
    color: #68a020;
    font-weight: 800;
}

.features-page .charging-content {
    flex: 1.2;
}

.features-page .section-header.align-left {
    text-align: left;
    margin-bottom: 50px;
}

.features-page .section-header.align-left h2 {
    margin: 0 0 15px 0;
    font-size: 3.2rem;
    font-family: 'Oswald', sans-serif;
}

.features-page .section-header.align-left p {
    margin: 0;
    font-size: 1.15rem;
    color: #666;
}

.features-page .charge-feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Floating Feature Cards */
.features-page .c-feature {
    display: flex;
    gap: 25px;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.4s ease;
    align-items: flex-start;
}

.features-page .c-feature:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(227, 30, 36, 0.12);
    border-color: rgba(227, 30, 36, 0.3);
}

.features-page .c-icon {
    width: 60px;
    height: 60px;
    background: rgba(227, 30, 36, 0.1);
    color: #68a020;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.features-page .c-feature:hover .c-icon {
    background: #68a020;
    color: white;
    box-shadow: 0 10px 20px rgba(227, 30, 36, 0.3);
}

.features-page .c-icon svg {
    width: 28px;
    height: 28px;
}

.features-page .c-text h4 {
    font-size: 1.35rem;
    color: #111;
    margin-bottom: 10px;
    font-weight: 700;
}

.features-page .c-text p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 1.05rem;
    text-align: justify;
}

/* Performance Section */
.features-page .performance-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #f0f4f8, #ffffff);
    position: relative;
    overflow: hidden;
}

.features-page .performance-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(227, 30, 36, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.features-page .performance-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.features-page .perf-stat-card {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-page .perf-stat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #68a020;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.features-page .perf-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.features-page .perf-stat-card:hover::after {
    transform: scaleX(1);
}

.features-page .perf-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: rgba(227, 30, 36, 0.08);
    color: #68a020;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-page .perf-icon svg {
    width: 28px;
    height: 28px;
}

.features-page .perf-value {
    font-size: 2.8rem;
    font-weight: 700;
    color: #111;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.features-page .perf-value .unit {
    font-size: 1.1rem;
    font-weight: 500;
    color: #888;
    font-family: 'Inter', sans-serif;
}

.features-page .perf-label {
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 992px) {
    .features-page .highlight-flex,
    .features-page .charging-flex {
        flex-direction: column;
    }
    .features-page .highlight-content {
        max-width: 100%;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .features-page .features-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .features-page .safety-grid {
        grid-template-columns: 1fr;
    }
    
    .features-page .connectivity-flex {
        flex-direction: column;
    }
    
    .features-page .connect-feature-grid {
        grid-template-columns: 1fr;
    }
}

/* Smart Connectivity Section */
.features-page .connectivity-section {
    background: #0b0d10;
    padding: 50px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.features-page .connectivity-flex {
    display: flex;
    align-items: center;
    gap: 80px;
}

.features-page .connectivity-content {
    flex: 1.2;
}

.features-page .connect-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.features-page .connect-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.features-page .connect-card:hover {
    background: rgba(227, 30, 36, 0.08);
    border-color: rgba(227, 30, 36, 0.3);
    transform: translateY(-5px);
}

.features-page .connect-card svg {
    width: 35px;
    height: 35px;
    color: #68a020;
    margin-bottom: 15px;
}

.features-page .connect-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
}

.features-page .connect-card p {
    font-size: 0.95rem;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

.features-page .connectivity-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    perspective: 1000px;
}

/* Phone Mockup */
.features-page .phone-mockup {
    width: 280px;
    height: 580px;
    background: #111;
    border-radius: 40px;
    border: 10px solid #333;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 0 20px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
    transform: rotateY(-10deg) rotateX(5deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.features-page .phone-mockup:hover {
    transform: rotateY(0deg) rotateX(0deg);
    box-shadow: 0 40px 80px rgba(0,0,0,0.8), inset 0 0 20px rgba(0,0,0,0.5);
}

.features-page .phone-mockup::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background: #333;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}

.features-page .phone-screen {
    background: #0f1115;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px;
    position: relative;
}

.features-page .app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.features-page .app-logo {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
}

.features-page .app-status {
    font-size: 0.8rem;
    color: #68a020;
    display: flex;
    align-items: center;
    gap: 5px;
}

.features-page .app-status span {
    width: 8px; height: 8px;
    background: #68a020;
    border-radius: 50%;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.features-page .app-battery-ring {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 8px solid rgba(104, 160, 32, 0.15);
    border-top-color: #68a020;
    border-right-color: #68a020;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    box-shadow: 0 0 30px rgba(104, 160, 32, 0.1);
}

.features-page .ring-inner {
    transform: rotate(45deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-page .ring-text {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}

.features-page .ring-text span {
    font-size: 1.2rem;
    color: #888;
}

.features-page .ring-label {
    font-size: 0.85rem;
    color: #888;
    margin-top: 5px;
}

.features-page .app-controls {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.features-page .app-btn {
    flex: 1;
    background: #1a1d24;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #bbb;
    border: 1px solid rgba(255,255,255,0.05);
    cursor: pointer;
    transition: all 0.2s;
}

.features-page .app-btn:hover {
    background: #22262e;
    border-color: rgba(104,160,32,0.3);
    color: #fff;
}

.features-page .app-btn svg {
    width: 24px;
    height: 24px;
    color: #68a020;
}

.features-page .app-map-placeholder {
    flex: 1;
    background: #1a1d24;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
}

.features-page .map-route {
    position: absolute;
    top: 50%; left: 10%; right: 10%;
    height: 3px;
    background: rgba(104, 160, 32, 0.3);
    border-radius: 3px;
    transform: rotate(-15deg);
}

.features-page .map-marker {
    position: absolute;
    top: 40%;
    right: 20%;
    width: 15px; height: 15px;
    background: #68a020;
    border-radius: 50%;
    box-shadow: 0 0 10px #68a020;
    border: 2px solid #fff;
}

/* Advanced Safety Features Showcase - Premium Dark Edition */
.features-page .safety-features-section {
    padding: 60px 0;
    background: radial-gradient(circle at center, #111a24 0%, #06080b 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.features-page .safety-features-section .section-header h2 {
    color: #fff;
}

.features-page .safety-features-section .section-header p {
    color: #bbb;
}

.features-page .safety-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.features-page .safety-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}

.features-page .s-feature-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 25px 30px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
}

.features-page .left-col .s-feature-box {
    text-align: right;
    flex-direction: row-reverse;
    transform-origin: right center;
}

.features-page .right-col .s-feature-box {
    transform-origin: left center;
}

.features-page .s-feature-box:hover {
    background: rgba(104, 160, 32, 0.08);
    border-color: rgba(104, 160, 32, 0.3);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.5);
}

.features-page .s-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1f252a, #111417);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #68a020;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 5px rgba(255,255,255,0.05), 0 5px 15px rgba(0,0,0,0.3);
}

.features-page .s-feature-box:hover .s-icon {
    background: #68a020;
    color: #fff;
    box-shadow: 0 0 20px rgba(104,160,32,0.6);
}

.features-page .s-icon svg {
    width: 28px;
    height: 28px;
}

.features-page .s-text h4 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}

.features-page .s-text p {
    color: #999;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.features-page .safety-center-graphic {
    width: 350px;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.features-page .shield-pulse, 
.features-page .shield-pulse::before, 
.features-page .shield-pulse::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(104, 160, 32, 0.3);
}

.features-page .shield-pulse {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(104, 160, 32, 0.15) 0%, transparent 60%);
    animation: pulseCore 3s infinite ease-in-out;
}

.features-page .shield-pulse::before {
    width: 250px;
    height: 250px;
    border-width: 2px;
    border-color: rgba(104, 160, 32, 0.1);
    animation: ripple 3s infinite linear;
}

.features-page .shield-pulse::after {
    width: 350px;
    height: 350px;
    border-width: 1px;
    border-color: rgba(104, 160, 32, 0.05);
    border-style: dashed;
    animation: rotateDash 10s infinite linear;
}

.features-page .shield-icon {
    width: 100px;
    height: 100px;
    color: #fff;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(104, 160, 32, 0.8));
    animation: floatShield 4s infinite ease-in-out;
}

@keyframes pulseCore {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

@keyframes ripple {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

@keyframes rotateDash {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes floatShield {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 992px) {
    .features-page .safety-showcase {
        flex-direction: column;
    }
    .features-page .left-col .s-feature-box {
        text-align: left;
        flex-direction: row;
    }
    .features-page .safety-center-graphic {
        order: -1;
        width: 250px; height: 250px;
    }
}

/* Riding Experience Section - Premium Dark UI */
.features-page .riding-experience-section {
    padding: 50px 0;
    background: #101418; /* Premium Dark Background */
    overflow: hidden;
    color: #fff;
}

.features-page .riding-experience-section h2 { color: #fff; }
.features-page .riding-experience-section p { color: #aaa; }

.features-page .riding-flex {
    display: flex;
    align-items: center;
    gap: 60px;
}

.features-page .riding-content {
    flex: 1;
}

.features-page .ride-feature-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.features-page .r-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.features-page .r-feature:hover {
    transform: translateX(10px);
    background: rgba(104, 160, 32, 0.08);
    border-color: rgba(104, 160, 32, 0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.features-page .r-icon {
    width: 50px; height: 50px;
    background: linear-gradient(135deg, #1f252a, #111417);
    color: #68a020;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: inset 0 2px 5px rgba(255,255,255,0.05), 0 5px 15px rgba(0,0,0,0.3);
}

.features-page .r-icon svg { width: 24px; height: 24px; }
.features-page .r-text h4 { font-size: 1.2rem; margin-bottom: 8px; color: #fff; }
.features-page .r-text p { font-size: 0.95rem; color: #888; margin: 0; line-height: 1.5; }

.features-page .riding-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

/* Dashboard UI */
.features-page .comfort-dashboard {
    width: 400px; height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-page .dash-card {
    background: rgba(20,25,30,0.8);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    position: absolute;
    z-index: 10;
}

.features-page .main-card {
    width: 280px;
    padding: 25px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.features-page .dash-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.features-page .dash-title {
    font-size: 0.9rem; color: #aaa;
}

.features-page .dash-val {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.features-page .wave-chart {
    position: relative;
    width: 100%;
    height: 60px;
}

.features-page .wave-chart svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 5px 10px rgba(104,160,32,0.5));
}

.features-page .wave-chart path {
    stroke-dasharray: 200;
    animation: drawWave 4s infinite linear;
}

.features-page .small-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
}

.features-page .pos-1 {
    top: 15%; right: -10%;
    animation: float1 5s infinite ease-in-out;
}

.features-page .pos-2 {
    bottom: 20%; left: -10%;
    animation: float2 6s infinite ease-in-out reverse;
}

.features-page .icon-ring {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(104,160,32,0.1);
    display: flex; align-items: center; justify-content: center;
}

.features-page .icon-ring svg { width: 20px; height: 20px; }
.features-page .card-info { display: flex; flex-direction: column; }
.features-page .card-info span { font-size: 0.75rem; color: #888; }
.features-page .card-info strong { font-size: 0.95rem; color: #fff; }

.features-page .dash-accent {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(104,160,32,0.1);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.features-page .ring-1 { width: 320px; height: 320px; animation: spinDash 15s infinite linear; border-style: dashed; }
.features-page .ring-2 { width: 450px; height: 450px; border-color: rgba(255,255,255,0.03); }

@keyframes drawWave { 0% { stroke-dashoffset: 200; } 100% { stroke-dashoffset: 0; } }
@keyframes float1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes float2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(15px); } }
@keyframes spinDash { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }

@media (max-width: 992px) {
    .features-page .riding-flex { flex-direction: column; }
    .features-page .riding-image-col { width: 100%; order: -1; }
    .features-page .comfort-dashboard { transform: scale(0.8); margin: -40px 0; }
}

/* Design & Styling Section - Bento Box Grid */
.features-page .design-styling-section {
    padding: 120px 0;
    background: #fbfbfc;
    overflow: hidden;
}

.features-page .bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(280px, auto);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.features-page .bento-card {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    cursor: default;
}

.features-page .bento-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.features-page .bento-large {
    grid-column: span 2;
    grid-row: span 2;
}

.features-page .bento-wide {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
}

.features-page .bento-content h3 {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.features-page .bento-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.features-page .bento-wide .bento-content {
    flex: 1;
    padding-left: 30px;
}
.features-page .bento-wide .bento-visual {
    flex: 1;
    height: 100%;
}

.features-page .bento-visual {
    position: relative;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.features-page .aero-card .bento-visual {
    height: 350px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-page .led-card .bento-visual {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.features-page .paint-card .bento-visual {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-page .color-swatches {
    display: flex;
    gap: -15px;
}

.features-page .color-swatches span {
    width: 50px; height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.features-page .color-swatches span:hover {
    transform: translateY(-10px) scale(1.1);
    z-index: 10;
}
.features-page .color-swatches span:nth-child(1) { margin-right: -15px; z-index: 4; }
.features-page .color-swatches span:nth-child(2) { margin-right: -15px; z-index: 3; }
.features-page .color-swatches span:nth-child(3) { margin-right: -15px; z-index: 2; }
.features-page .color-swatches span:nth-child(4) { z-index: 1; }

.features-page .display-card .bento-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .features-page .bento-grid {
        grid-template-columns: 1fr;
    }
    .features-page .bento-large,
    .features-page .bento-wide {
        grid-column: span 1;
        grid-row: auto;
    }
    .features-page .bento-wide {
        flex-direction: column;
    }
    .features-page .bento-wide .bento-content {
        padding-left: 0;
        margin-top: 20px;
    }
    .features-page .bento-wide .bento-visual {
        width: 100%;
    }
}

/* Specifications Section */
.features-page .specifications-section {
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}

.features-page .specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.features-page .spec-group {
    background: #fcfcfd;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 30px;
    transition: all 0.3s ease;
}

.features-page .spec-group:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(-5px);
    border-color: rgba(104,160,32,0.3);
}

.features-page .spec-group-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #eee;
}

.features-page .spec-group-header svg {
    width: 28px;
    height: 28px;
    color: #68a020;
}

.features-page .spec-group-header h3 {
    font-size: 1.3rem;
    color: #222;
    margin: 0;
}

.features-page .spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-page .spec-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.features-page .spec-list li span {
    color: #666;
}

.features-page .spec-list li strong {
    color: #222;
    font-weight: 600;
}

@media (max-width: 992px) {
    .features-page .specs-grid {
        grid-template-columns: 1fr;
    }
}

/* Compare Features Section */
.features-page .compare-section {
    padding: 60px 0;
    background: #080b12; /* Dark Premium */
    color: #fff;
    overflow: hidden;
}

.features-page .compare-section h2 { color: #fff; }
.features-page .compare-section p { color: #aaa; }

.features-page .compare-table-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
    background: rgba(255,255,255,0.02);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
}

.features-page .compare-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.features-page .compare-table th, 
.features-page .compare-table td {
    padding: 25px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.features-page .compare-table th {
    background: rgba(0,0,0,0.3);
    position: relative;
}

.features-page .compare-table th h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
}

.features-page .compare-table th p {
    font-size: 0.9rem;
    margin: 0;
}

.features-page .compare-table td {
    color: #bbb;
    font-size: 1.05rem;
}

.features-page .compare-table td:first-child {
    font-weight: 600;
    color: #fff;
    width: 30%;
}

.features-page .highlight-col {
    background: rgba(104, 160, 32, 0.08);
    position: relative;
}

.features-page .compare-table th.highlight-col {
    background: rgba(104, 160, 32, 0.15);
    border-top: 4px solid #68a020;
}

.features-page .compare-table td.highlight-col {
    color: #fff;
    font-weight: 600;
}

.features-page .popular-tag {
    display: inline-block;
    background: #68a020;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.features-page .compare-table tr:hover td {
    background: rgba(255,255,255,0.03);
}

.features-page .compare-table tr:hover td.highlight-col {
    background: rgba(104, 160, 32, 0.12);
}

@media (max-width: 768px) {
    .features-page .compare-table th, 
    .features-page .compare-table td {
        padding: 15px;
    }
    .features-page .compare-table th h3 {
        font-size: 1.2rem;
    }
}

/* CTA Get In Touch Section */
.features-page .cta-section {
    padding: 100px 0;
    background: #111213; /* Matched dark background */
    text-align: center;
    color: #fff;
}

.features-page .cta-section .cta-title {
    font-family: 'Oswald', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.features-page .cta-section .cta-title .green-text {
    color: #72b123; /* Vibrant lime/grass green from screenshot */
}

.features-page .cta-section .cta-text {
    font-size: 1.2rem;
    color: #bbb;
    max-width: 600px;
    margin: 0 auto 40px auto;
    text-align: justify;
}

.features-page .cta-btn {
    display: inline-block;
    background: #68a020;
    color: #fff;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #68a020;
}

.features-page .cta-btn:hover {
    background: transparent;
    color: #68a020;
    box-shadow: 0 10px 20px rgba(104,160,32,0.2);
}

@media (max-width: 768px) {
    .features-page .cta-section {
        padding: 50px 0;
    }
    .features-page .cta-section .cta-title {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .features-page .cta-section .cta-text {
        font-size: 0.9rem;
        padding: 0 15px;
        margin-bottom: 25px;
        text-align: justify;
    }
    .features-page .cta-btn {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}
