/* =======================================================
   Armadaku Homepage - Clean CSS
   ======================================================== */

/* =======================================================
   HERO SECTION
   ======================================================== */
.hero {
    color: inherit;
}

.hero h2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero p {
    font-size: 1.25rem;
    opacity: 0.9;
}

/* =======================================================
   ABOUT SECTION
   ======================================================== */
.about {
    background: #f8f9fa;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 1.1rem;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    color: #28a745;
    margin-right: 12px;
    font-size: 1.2rem;
}

/* =======================================================
   TERMS & PRIVACY SECTION
   ======================================================== */
.terms-privacy {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.terms-box, .privacy-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.terms-box:hover, .privacy-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.terms-box h2, .privacy-box h2 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.terms-box h2::after, .privacy-box h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.terms-content, .privacy-content {
    color: #495057;
    line-height: 1.8;
}

.terms-list, .privacy-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.terms-list li, .privacy-list li {
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    font-size: 15px;
}

.terms-list li::marker, .privacy-list li::marker {
    color: #007bff;
    font-weight: 600;
}

.privacy-list li ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.privacy-list li ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #6c757d;
    list-style-type: disc;
}

.privacy-list li ul li::marker {
    color: #6c757d;
}

.terms-box {
    border-left: 4px solid #dc3545;
}

.privacy-box {
    border-left: 4px solid #28a745;
}

.terms-box h2::after {
    background: linear-gradient(90deg, #dc3545, #c82333);
}

.privacy-box h2::after {
    background: linear-gradient(90deg, #28a745, #1e7e34);
}

/* =======================================================
   SAAS PLATFORM SECTION
   ======================================================== */
.saas-platform {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.saas-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.saas-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.saas-feature-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
}

.saas-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.saas-feature-card:hover .feature-icon-wrapper {
    transform: scale(1.1);
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.feature-icon-wrapper i {
    font-size: 2rem;
    color: white;
}

.saas-feature-card h4 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.saas-feature-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.saas-summary {
    margin-top: 4rem;
}

.summary-box {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.3);
}

.summary-box i {
    font-size: 2.5rem;
    margin-right: 20px;
}

.summary-box h3 {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
}

/* =======================================================
   CALL TO ACTION SECTION
   ======================================================== */
.call-to-action {
    background: #ffffff;
    color: #2c3e50;
    position: relative;
    overflow: hidden;
}

.call-to-action .display-4 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 2rem;
    position: relative;
}

.call-to-action .display-4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    border-radius: 2px;
}

.call-to-action p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 3rem;
}

.call-to-action strong {
    color: #28a745 !important;
    font-weight: 700;
}

.call-to-action .mt-5 {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #e9ecef;
    margin: 3rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.call-to-action h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.call-to-action .blockquote {
    border: none;
    margin: 0;
    padding: 0;
}

.call-to-action .blockquote p {
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 20px;
}

.call-to-action .blockquote p::before {
    content: '"';
    font-size: 4rem;
    color: #007bff;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
}

.call-to-action .blockquote p::after {
    content: '"';
    font-size: 4rem;
    color: #007bff;
    position: absolute;
    bottom: -40px;
    right: -10px;
    font-family: serif;
}

.call-to-action .blockquote-footer {
    color: #6c757d;
    font-size: 1.1rem;
    text-align: right;
    margin-top: 1rem;
}

.call-to-action .blockquote-footer strong {
    color: #007bff;
    font-weight: 700;
}

.call-to-action .btn-cta {
    background: linear-gradient(45deg, #007bff, #0056b3);
    border: none;
    color: white;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
}

.call-to-action .btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.4);
    background: linear-gradient(45deg, #0056b3, #007bff);
}

/* Background Shapes Animation */
.call-to-action .shape {
    position: absolute;
    opacity: 0.05;
    animation: float 6s ease-in-out infinite;
}

.call-to-action .shape-1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.call-to-action .shape-2 {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.call-to-action .shape-3 {
    bottom: 10%;
    left: 20%;
    animation-delay: 4s;
}

.call-to-action .dots {
    position: absolute;
    opacity: 0.05;
    animation: pulse 4s ease-in-out infinite;
}

.call-to-action .dots-1 {
    top: 30%;
    right: 20%;
    animation-delay: 1s;
}

.call-to-action .dots-2 {
    bottom: 30%;
    left: 10%;
    animation-delay: 3s;
}

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

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.1); opacity: 0.2; }
}

/* =======================================================
   FITUR ANDALAN SECTION
   ======================================================== */
.fitur-andal {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.feature-blocks {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-block {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    text-align: center;
}

.feature-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.feature-block:hover .feature-icon {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    transform: scale(1.1);
}

.feature-icon i {
    font-size: 1.5rem;
    color: white;
}

.feature-block h4 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-block p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Dashboard Showcase */
.dashboard-showcase {
    position: relative;
    padding: 20px;
}

.dashboard-frame {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.dashboard-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745);
}

.dashboard-image {
    border-radius: 10px;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.dashboard-frame:hover .dashboard-image {
    transform: scale(1.02);
}

/* =======================================================
   SECTION TITLE STYLING
   ======================================================== */
.terms-privacy .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.terms-privacy .section-title h2 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
}

.terms-privacy .section-title p {
    color: #6c757d;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

/* =======================================================
   RESPONSIVE DESIGN
   ======================================================== */
@media (max-width: 768px) {
    /* Hero Section */
    .hero h2 {
        font-size: 2.5rem;
    }
    
    /* About Section */
    .about-title {
        font-size: 2rem;
    }

    /* Terms & Privacy */
    .terms-box, .privacy-box {
        padding: 30px 25px;
        margin-bottom: 30px;
    }

    .terms-box h2, .privacy-box h2 {
        font-size: 24px;
    }

    .terms-list li, .privacy-list li {
        font-size: 14px;
    }

    /* SaaS Platform */
    .saas-title {
        font-size: 2rem;
    }

    .saas-feature-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .feature-icon-wrapper i {
        font-size: 1.5rem;
    }

    .saas-feature-card h4 {
        font-size: 1.1rem;
    }

    .saas-feature-card p {
        font-size: 0.9rem;
    }

    .summary-box {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
    }

    .summary-box i {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .summary-box h3 {
        font-size: 1.25rem;
    }

    /* Call to Action */
    .call-to-action .display-4 {
        font-size: 2.5rem;
    }

    .call-to-action p {
        font-size: 1.1rem;
    }

    .call-to-action h3 {
        font-size: 1.5rem;
    }

    .call-to-action .blockquote p {
        font-size: 1.2rem;
        padding: 0 10px;
    }

    .call-to-action .blockquote p::before,
    .call-to-action .blockquote p::after {
        font-size: 3rem;
    }

    .call-to-action .mt-5 {
        padding: 30px 20px;
    }

    /* Fitur Andalan */
    .fitur-andal {
        padding: 60px 0;
    }

    .feature-blocks {
        gap: 20px;
        margin-bottom: 30px;
    }

    .feature-block {
        padding: 20px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .feature-icon i {
        font-size: 1.2rem;
    }

    .feature-block h4 {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .feature-block p {
        font-size: 0.9rem;
    }

    .dashboard-showcase {
        padding: 10px;
        margin: 20px 0;
    }

    .dashboard-frame {
        padding: 15px;
    }

    /* Fitur Table */
    .fitur-title {
        font-size: 1.8rem;
    }

    .fitur-table {
        padding: 20px 15px;
    }

    .column-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .fitur-items, .manfaat-items {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .fitur-item, .manfaat-item {
        padding: 12px;
        min-height: 50px;
        height: auto;
    }

    .fitur-icon {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }

    .fitur-icon i {
        font-size: 1rem;
    }

    .fitur-text h4 {
        font-size: 0.95rem;
    }

    .manfaat-item p {
        font-size: 0.9rem;
    }
} 
