﻿/* ==========================================================================
   INCLUAPP LANDING PAGE - FULL STYLESHEET
   Mirrors the structure/values of styles-indexent.css, ic- prefix, own copy
   ========================================================================== */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #399BE6;
}

.ic-page-wrapper {
    background-color: #00091D;
    background-attachment: fixed;
    color: #DCDDDD;
    font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    line-height: 1.5;
}

.ic-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 48px;
    max-width: 1356px;
    margin-inline: auto;
    gap: 24px;
    flex-wrap: wrap;
}

.ic-brand-logo {
    font-family: 'Switzer', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ic-brand-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #399BE6;
    display: inline-block;
}

.ic-header-cta {
    background-color: #399BE6;
    color: #ffffff;
    border-radius: 18px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.ic-header-cta:hover {
    color: #ffffff;
}

.ic-hero-section {
    padding-top: 180px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
}

.ic-hero-title {
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-size: clamp(34px, 5.5vw, 58px);
    line-height: 1.15;
    color: #ffffff;
    margin: 0;
}

.ic-hero-subtitle {
    font-size: 19px;
    color: #DCDDDD;
    max-width: 560px;
    margin: 24px auto 0;
}

.ic-invoice-section {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 640px;
    margin-inline: auto;
}

.ic-invoice-card {
    border-radius: 20px;
    background-color: rgba(220, 221, 221, 0.05);
    border: 1px dashed rgba(220, 221, 221, 0.3);
    padding: 32px 30px;
}

.ic-invoice-title {
    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #399BE6;
    margin-bottom: 22px;
}

.ic-invoice-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 16px;
    color: rgba(220, 221, 221, 0.75);
    padding-block: 10px;
    border-bottom: 1px solid rgba(220, 221, 221, 0.1);
}

.ic-invoice-line span:last-child {
    color: rgba(220, 221, 221, 0.5);
    font-style: italic;
}

.ic-invoice-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    padding-top: 18px;
}

.ic-invoice-caption {
    text-align: center;
    font-size: 16px;
    color: rgba(220, 221, 221, 0.6);
    margin-top: 22px;
}

.ic-features-card-section {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1356px;
    margin-inline: auto;
    background-color: #DCDDDD;
    color: #00091D;
    border-radius: 40px;
}

.ic-card-section-title {
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    margin: 0 auto 16px;
    max-width: 760px;
}

.ic-card-section-subtitle {
    text-align: center;
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 40px;
    color: rgba(0, 9, 29, 0.85);
}

.ic-features-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ic-feature-column {
    flex: 1;
    min-width: 220px;
    text-align: center;
}

.ic-feature-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.ic-feature-desc {
    font-size: 16px;
    margin: 0;
}

.ic-persona-section {
    padding-top: 90px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1000px;
    margin-inline: auto;
}

.ic-persona-title {
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 40px;
}

.ic-persona-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ic-persona-card {
    border-radius: 20px;
    background-color: rgba(220, 221, 221, 0.05);
    border: 1px dashed rgba(220, 221, 221, 0.3);
    padding: 30px;
}

.ic-persona-column {
    flex: 1;
    min-width: 220px;
    padding: 6px 16px;
}

.ic-choice-section {
    padding-top: 90px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1000px;
    margin-inline: auto;
}

.ic-choice-title {
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 40px;
}

.ic-choice-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.ic-choice-card {
    flex: 1;
    min-width: 260px;
    border-radius: 20px;
    background-color: rgba(220, 221, 221, 0.05);
    border: 1px solid rgba(220, 221, 221, 0.15);
    padding: 30px 28px;
}

.ic-choice-card.featured {
    background-color: #399BE6;
    border-color: #399BE6;
}

.ic-choice-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(220, 221, 221, 0.5);
    margin: 0 0 8px;
}

.ic-choice-card.featured .ic-choice-label {
    color: rgba(255, 255, 255, 0.8);
}

.ic-choice-heading {
    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 20px;
}

.ic-choice-line {
    font-size: 15px;
    color: rgba(220, 221, 221, 0.75);
    padding-block: 10px;
    border-top: 1px solid rgba(220, 221, 221, 0.1);
}

.ic-choice-card.featured .ic-choice-line {
    color: #ffffff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ic-persona-name {
    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
}

.ic-persona-desc {
    font-size: 15px;
    color: rgba(220, 221, 221, 0.75);
}

.ic-persona-footer-note {
    text-align: center;
    font-size: 17px;
    color: #DCDDDD;
    margin-top: 32px;
}

.ic-cta-banner-section {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.ic-cta-heading {
    font-size: 24px;
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.35;
    max-width: 640px;
    margin: 0 auto 44px;
}

.ic-cta-button {
    background-color: #399BE6;
    color: #ffffff;
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-size: 24px;
    padding: 18px 48px;
    border-radius: 30px;
    display: inline-block;
}

.ic-cta-button:hover {
    color: #ffffff;
}

.ic-footer {
    border-top: 1px solid rgba(57, 155, 230, 0.3);
    padding: 34px 48px;
    max-width: 1356px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    color: rgba(220, 221, 221, 0.7);
}

@media (max-width: 768px) {
    .ic-header {
        padding: 24px;
    }
    .ic-hero-section {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ic-invoice-section,
    .ic-persona-section,
    .ic-cta-banner-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ic-features-card-section {
        padding: 40px 24px;
        border-radius: 24px;
    }
    .ic-card-section-title {
        font-size: 28px;
    }
    .ic-invoice-card {
        padding: 24px 20px;
    }
    .ic-persona-grid {
        flex-direction: column;
    }
    .ic-cta-button {
        font-size: 18px;
        padding: 14px 32px;
    }
    .ic-footer {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
}
