.ssd-home {
    padding-bottom: 1.6rem;
}

.ssd-hero {
    min-height: 88vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ssd-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ssd-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.08) saturate(1.05);
}

.ssd-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(21, 33, 49, 0.7), rgba(28, 44, 64, 0.68));
}

.ssd-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ssd-hero-panel {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}

.ssd-hero-panel h3 {
    margin-top: 1rem;
}

.ssd-home h1 {
    font-size: clamp(2rem, 4.2vw, 3.8rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}

.ssd-home .ssd-subtext {
    max-width: 58ch;
    font-size: 1.05rem;
    margin-bottom: 1.4rem;
}

.ssd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.ssd-trust-block {
    margin-top: 1.2rem;
    border: 1px dashed rgba(0, 140, 255, 0.4);
    border-radius: 14px;
    padding: 0.9rem;
    background: rgba(16, 28, 43, 0.62);
}

.ssd-panel-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0.8rem;
}

.ssd-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ssd-team-card {
    display: grid;
    gap: 0.45rem;
    align-content: start;
    padding-bottom: 1rem;
}

.ssd-team-avatar {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    border: 2px solid rgba(0, 201, 232, 0.5);
    background: radial-gradient(circle at 35% 30%, rgba(0, 201, 232, 0.35), rgba(17, 32, 52, 0.92));
    display: grid;
    place-items: center;
    margin: 0.25rem auto 0.85rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.ssd-team-avatar span {
    font-family: "Garamond", "Baskerville", "Times New Roman", serif;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #f3fbff;
}

.ssd-team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
    display: block;
}

.ssd-team-card h3,
.ssd-team-card p,
.ssd-team-name {
    text-align: center;
}

.ssd-team-card h3 {
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.ssd-team-name {
    color: #8feaff;
    font-weight: 700;
    font-size: 0.98rem;
    margin: 0 0 0.85rem;
    line-height: 1.2;
    white-space: nowrap;
}

.ssd-team-card p {
    margin: 0;
    line-height: 1.62;
}

.ssd-portal-preview,
.ssd-cta {
    text-align: center;
}

.ssd-portal-search {
    display: grid;
    gap: 0.85rem;
}

#ssd-client-portal {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.ssd-portal-search h3,
.ssd-portal-search p {
    margin: 0;
}

.ssd-contact-actions {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.ssd-cta-section {
    padding-top: 2.1rem;
    margin-bottom: 0;
    padding-bottom: 0.6rem;
}

.ssd-home > .ssd-container.ssd-section:first-of-type {
    padding-top: 1.2rem;
}

.ssd-cta {
    border: 1px solid var(--ssd-border);
    border-radius: var(--ssd-radius);
    background: linear-gradient(135deg, rgba(0, 140, 255, 0.2), rgba(0, 201, 232, 0.1));
    overflow: hidden;
    padding-top: 0.9rem;
    padding-bottom: 1.5rem;
}

.ssd-cta h2 {
    margin: 0 0 0.45rem;
    line-height: 1.18;
}

.ssd-cta p {
    margin: 0 0 0.9rem;
}
