.suite-page {
    max-width: 1100px;
    margin: 0 auto 3rem auto;
    color: #1a237e;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.suite-hero {
    text-align: center;
    padding: 2.5rem 1rem 2rem;
    background: linear-gradient(160deg, #e3f2fd 0%, #fff 55%, #e8f5e9 100%);
    border-radius: 12px;
    margin-bottom: 2rem;
    border: 1px solid #bbdefb;
}

.suite-hero-logo {
    height: 56px;
    width: auto;
    margin-bottom: 0.75rem;
}

.suite-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #0d47a1;
    margin: 0.5rem 0 0.35rem;
}

.suite-hero .suite-tagline {
    font-size: 1.15rem;
    color: #37474f;
    max-width: 640px;
    margin: 0 auto 1.25rem;
    line-height: 1.45;
}

.suite-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
}

.suite-btn {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.95rem;
}

.suite-btn-primary {
    background: #1565c0;
    color: #fff !important;
}

.suite-btn-primary:hover {
    background: #0d47a1;
    color: #fff !important;
}

.suite-btn-outline {
    background: #fff;
    color: #1565c0 !important;
    border: 2px solid #1565c0;
}

.suite-btn-outline:hover {
    background: #e3f2fd;
}

.suite-section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0d47a1;
    margin: 2rem 0 1rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #90caf9;
}

.suite-lead {
    color: #546e7a;
    margin: -0.35rem 0 1rem;
    line-height: 1.5;
    max-width: 52rem;
}

.suite-highlight {
    background: linear-gradient(120deg, #e8f5e9 0%, #e3f2fd 100%);
    border: 1px solid #81c784;
    border-left: 4px solid #2e7d32;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin: 0 0 1.75rem;
}

.suite-highlight h3 {
    margin: 0 0 0.4rem;
    color: #1b5e20;
    font-size: 1.1rem;
}

.suite-highlight p {
    margin: 0;
    color: #37474f;
    line-height: 1.5;
    font-size: 0.95rem;
}

.suite-app {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem 1.35rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(13, 71, 161, 0.05);
}

.suite-app-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.65rem 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #e3f2fd;
}

.suite-app-header h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #0d47a1;
    flex: 1 1 auto;
}

.suite-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.15rem;
}

.suite-feature h4 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    color: #1565c0;
}

.suite-feature ul {
    margin: 0;
    padding-left: 1.15rem;
    color: #455a64;
    font-size: 0.9rem;
    line-height: 1.45;
}

.suite-feature li {
    margin-bottom: 0.35rem;
}

.suite-access-list {
    list-style: none;
    padding-left: 0;
    margin: 0.5rem 0 0;
}

.suite-access-list li {
    padding: 0.35rem 0;
    border-bottom: 1px solid #e3f2fd;
    color: #37474f;
    line-height: 1.45;
    font-size: 0.95rem;
}

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

.suite-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.suite-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 2px 8px rgba(13, 71, 161, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 220px;
}

.suite-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1565c0;
    margin: 0 0 0.5rem;
}

.suite-card .suite-card-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    align-self: flex-start;
}

.suite-card p {
    color: #455a64;
    font-size: 0.92rem;
    line-height: 1.45;
    flex-grow: 1;
    margin: 0 0 0.75rem;
}

.suite-card ul {
    margin: 0 0 0.85rem;
    padding-left: 1.15rem;
    color: #546e7a;
    font-size: 0.88rem;
    line-height: 1.4;
}

.suite-card a.suite-card-link {
    font-weight: 600;
    color: #1565c0;
    text-decoration: none;
    font-size: 0.9rem;
}

.suite-card a.suite-card-link:hover {
    text-decoration: underline;
}

.suite-how {
    background: #f5f9fc;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    border: 1px solid #e3f2fd;
    margin: 1rem 0 2rem;
}

.suite-how ol {
    margin: 0.5rem 0 0;
    padding-left: 1.25rem;
    color: #37474f;
    line-height: 1.55;
}

.suite-how code {
    background: #e3f2fd;
    padding: 0.1rem 0.4rem;
    border-radius: 3px;
    font-size: 0.9em;
}

.suite-inquiry {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #0d47a1;
    color: #fff;
    border-radius: 12px;
    margin-top: 1rem;
}

.suite-inquiry h2 {
    font-size: 1.4rem;
    margin: 0 0 0.5rem;
    color: #fff;
}

.suite-inquiry p {
    margin: 0 0 1rem;
    opacity: 0.95;
}

.suite-inquiry a {
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    text-decoration: underline;
}

.suite-footer-note {
    text-align: center;
    color: #78909c;
    font-size: 0.85rem;
    margin-top: 1.5rem;
}
