.ssd-company-page #main-content {
    background:
        radial-gradient(56% 42% at 8% 6%, rgba(23, 129, 216, 0.2), transparent 68%),
        radial-gradient(42% 34% at 93% 3%, rgba(15, 105, 176, 0.18), transparent 72%),
        radial-gradient(40% 30% at 50% 100%, rgba(78, 141, 193, 0.1), transparent 75%),
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.34) 0px,
            rgba(255, 255, 255, 0.34) 2px,
            rgba(244, 250, 255, 0) 2px,
            rgba(244, 250, 255, 0) 16px
        ),
        linear-gradient(180deg, #f7fbff 0%, #eef5fc 48%, #e9f2fb 100%);
    position: relative;
    overflow: hidden;
}

.ssd-company-main {
    width: min(1120px, 100% - 36px);
    margin: 0 auto;
    padding: 0 0 68px;
    position: relative;
    z-index: 1;
    animation: ssd-fade-up 0.55s ease;
}

.ssd-company-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d7e4f3;
    border-radius: 18px;
    box-shadow: 0 18px 30px rgba(17, 24, 39, 0.1);
    padding: 34px 30px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.ssd-company-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 5px;
    background: linear-gradient(90deg, #1781d8, #0f69b0);
    border-radius: 0 0 999px 0;
}

.ssd-company-hero h1 {
    color: #1781d8;
    font-size: clamp(32px, 4vw, 46px);
    letter-spacing: 0.3px;
    line-height: 1.16;
    margin: 0 0 12px;
}

.ssd-company-hero p {
    margin: 0;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.9;
    max-width: 76ch;
}

.ssd-company-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ssd-company-card {
    background: #ffffff;
    border: 1px solid #d7e4f3;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
    padding: 24px 22px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ssd-company-card:hover {
    transform: translateY(-4px);
    border-color: #c5dcf3;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.12);
}

.ssd-company-card h2 {
    color: #1781d8;
    font-size: 28px;
    line-height: 1.24;
    margin: 0 0 12px;
}

.ssd-company-card h3 {
    color: #0f172a;
    font-size: 23px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.ssd-company-card p {
    color: #374151;
    font-size: 16px;
    line-height: 1.86;
    margin: 0 0 10px;
}

.ssd-company-card a {
    color: #0f69b0 !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.ssd-company-list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.ssd-company-list li {
    color: #374151;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.ssd-company-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1781d8, #0f69b0);
    box-shadow: 0 0 0 4px rgba(23, 129, 216, 0.16);
}

.ssd-company-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 10px;
}

.ssd-company-stat {
    background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
    border: 1px solid #d6e7fa;
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
}

.ssd-company-stat strong {
    display: block;
    color: #1781d8;
    font-size: 27px;
    line-height: 1.2;
}

.ssd-company-stat span {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}

.ssd-contact-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 22px;
    align-items: start;
}

.ssd-contact-layout .ssd-company-card:last-child {
    position: sticky;
    top: 24px;
}

.ssd-contact-form {
    display: grid;
    gap: 14px;
    background: #f8fbff;
    border: 1px solid #dbe8f5;
    border-radius: 14px;
    padding: 16px;
}

.ssd-contact-field label {
    display: block;
    color: #111827;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.ssd-company-page .ssd-contact-field input,
.ssd-company-page .ssd-contact-field textarea {
    width: 100%;
    display: block;
    border: 1.5px solid #bfd4ea !important;
    border-radius: 12px;
    padding: 13px 14px;
    font: inherit;
    color: #111827;
    background: #ffffff !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ssd-company-page .ssd-contact-field input:hover,
.ssd-company-page .ssd-contact-field textarea:hover {
    border-color: #9ec2e6 !important;
    background: #fefeff !important;
}

.ssd-company-page .ssd-contact-field input:focus,
.ssd-company-page .ssd-contact-field textarea:focus {
    outline: none;
    border-color: #1781d8 !important;
    background: #ffffff !important;
    box-shadow:
        inset 0 1px 2px rgba(15, 23, 42, 0.06),
        0 0 0 3px rgba(23, 129, 216, 0.16);
}

.ssd-contact-field textarea {
    min-height: 170px;
    resize: vertical;
    line-height: 1.6;
}

.ssd-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: fit-content;
    padding: 0 24px;
    border: 2px solid #1781d8;
    border-radius: 999px;
    background: linear-gradient(135deg, #1781d8, #0f69b0);
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ssd-contact-submit:hover {
    filter: brightness(1.03);
    box-shadow: 0 12px 22px rgba(23, 129, 216, 0.28);
    transform: translateY(-1px);
}

@keyframes ssd-fade-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 980px) {
    .ssd-company-grid,
    .ssd-contact-layout {
        grid-template-columns: 1fr;
    }

    .ssd-contact-layout .ssd-company-card:last-child {
        position: static;
    }

    .ssd-company-stats {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .ssd-company-main {
        width: min(1120px, 100% - 24px);
        padding-top: 0;
        padding-bottom: 52px;
    }

    .ssd-company-hero,
    .ssd-company-card {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .ssd-company-hero h1 {
        font-size: clamp(30px, 8.8vw, 42px);
    }

    .ssd-company-card h2 {
        font-size: 24px;
    }
}
/* Premium polish layer for About + Contact pages */
.ssd-company-page #main-content::before,
.ssd-company-page #main-content::after {
    content: "";
    position: absolute;
    width: clamp(220px, 28vw, 420px);
    height: clamp(220px, 28vw, 420px);
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(2px);
    opacity: 0.92;
    mix-blend-mode: screen;
}

.ssd-company-page #main-content::before {
    top: -90px;
    left: -100px;
    background: radial-gradient(circle at center, rgba(23, 129, 216, 0.3), rgba(23, 129, 216, 0));
    animation: ssd-premium-float 11s ease-in-out infinite;
}

.ssd-company-page #main-content::after {
    right: -110px;
    bottom: -130px;
    background: radial-gradient(circle at center, rgba(15, 105, 176, 0.26), rgba(15, 105, 176, 0));
    animation: ssd-premium-float 13s ease-in-out infinite reverse;
}

.ssd-company-main {
    padding-top: 18px;
}

.ssd-company-hero {
    border-radius: 22px;
    box-shadow: 0 24px 46px rgba(17, 24, 39, 0.14);
    background:
        radial-gradient(circle at 12% 10%, rgba(23, 129, 216, 0.18), transparent 42%),
        radial-gradient(circle at 86% 0%, rgba(15, 105, 176, 0.12), transparent 38%),
        linear-gradient(125deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.94));
}

.ssd-company-hero h1 {
    color: #0f69b0;
    letter-spacing: 0.2px;
}

.ssd-company-grid > .ssd-company-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.1);
    animation: ssd-card-rise 0.55s ease both;
}

.ssd-company-grid > .ssd-company-card:nth-child(1) { animation-delay: 0.06s; }
.ssd-company-grid > .ssd-company-card:nth-child(2) { animation-delay: 0.12s; }
.ssd-company-grid > .ssd-company-card:nth-child(3) { animation-delay: 0.18s; }
.ssd-company-grid > .ssd-company-card:nth-child(4) { animation-delay: 0.24s; }

.ssd-company-grid > .ssd-company-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1781d8, #0f69b0);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.ssd-company-grid > .ssd-company-card:hover::before {
    opacity: 1;
}

.ssd-company-grid > .ssd-company-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(17, 24, 39, 0.16);
}

.ssd-contact-layout .ssd-company-card:last-child {
    background: linear-gradient(180deg, #ffffff, #f6fbff);
    border-color: #cde0f4;
}

.ssd-contact-form {
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ssd-contact-submit {
    min-height: 48px;
    letter-spacing: 0.2px;
}

@keyframes ssd-premium-float {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, 16px, 0) scale(1.06);
    }
}

@keyframes ssd-card-rise {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (max-width: 767px) {
    .ssd-company-main {
        padding-top: 10px;
    }

    .ssd-company-hero {
        border-radius: 16px;
        box-shadow: 0 16px 28px rgba(17, 24, 39, 0.14);
    }

    .ssd-company-grid > .ssd-company-card {
        border-radius: 14px;
    }
}

/* About page specific styling */
.ssd-about-page .ssd-about-main {
    gap: 0;
}

.ssd-about-page .ssd-about-hero {
    background:
        radial-gradient(circle at 12% 12%, rgba(23, 129, 216, 0.24), transparent 44%),
        radial-gradient(circle at 85% 2%, rgba(15, 105, 176, 0.14), transparent 40%),
        linear-gradient(130deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.96));
    border: 1px solid #cddff3;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14);
}

.ssd-about-page .ssd-about-kicker {
    margin: 0 0 8px;
    color: #0f69b0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ssd-about-page .ssd-about-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.ssd-about-page .ssd-about-metric {
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid #cfe3f7;
    background: linear-gradient(180deg, #f8fbff, #f2f8ff);
    text-align: center;
}

.ssd-about-page .ssd-about-metric strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    color: #1781d8;
}

.ssd-about-page .ssd-about-metric span {
    display: block;
    margin-top: 2px;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
}

.ssd-about-page .ssd-about-hero-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ssd-about-page .ssd-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.ssd-about-page .ssd-about-btn--primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, #1781d8, #0f69b0);
    box-shadow: 0 10px 20px rgba(23, 129, 216, 0.25);
}

.ssd-about-page .ssd-about-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(23, 129, 216, 0.32);
}

.ssd-about-page .ssd-about-btn--ghost {
    color: #0f69b0 !important;
    background: #ffffff;
    border: 2px solid #b8d5f1;
}

.ssd-about-page .ssd-about-btn--ghost:hover {
    transform: translateY(-2px);
    border-color: #8dbce6;
    background: #f5faff;
}

.ssd-about-page .ssd-about-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 22px;
}

.ssd-about-page .ssd-about-proof-item {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #cde2f7;
    border-radius: 14px;
    padding: 16px 14px;
    backdrop-filter: blur(3px);
}

.ssd-about-page .ssd-about-proof-item h3 {
    margin: 0 0 8px;
    color: #0f69b0;
    font-size: 18px;
    line-height: 1.25;
}

.ssd-about-page .ssd-about-proof-item p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.ssd-about-page .ssd-about-visuals {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 22px;
}

.ssd-about-page .ssd-about-visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #cde2f7;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
    min-height: 170px;
}

.ssd-about-page .ssd-about-visual-card img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ssd-about-page .ssd-about-visual-card:hover img {
    transform: scale(1.04);
}

.ssd-about-page .ssd-about-visual-card--wide {
    grid-column: span 2;
    min-height: 236px;
}

.ssd-about-page .ssd-about-visual-card--wide img {
    min-height: 236px;
}

.ssd-about-page .ssd-about-visual-caption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 14px 14px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.78) 100%);
}

.ssd-about-page .ssd-about-visual-caption h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}

.ssd-about-page .ssd-about-visual-caption p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.5;
}

.ssd-about-page .ssd-about-grid .ssd-company-card {
    border-color: #d0e1f3;
}

.ssd-about-page .ssd-about-grid .ssd-company-card h2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ssd-about-page .ssd-about-grid .ssd-company-card h2::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1781d8, #0f69b0);
    box-shadow: 0 0 0 4px rgba(23, 129, 216, 0.14);
}

.ssd-about-page .ssd-company-card--what {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.ssd-about-page .ssd-company-card--how {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.ssd-about-page .ssd-company-card--why {
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%),
        linear-gradient(90deg, rgba(23, 129, 216, 0.08), transparent);
}

.ssd-about-page .ssd-company-card--cta {
    background: linear-gradient(135deg, #0f69b0 0%, #1781d8 100%);
    border-color: #0f69b0;
}

.ssd-about-page .ssd-company-card--cta h2,
.ssd-about-page .ssd-company-card--cta h2::before,
.ssd-about-page .ssd-company-card--cta p {
    color: #ffffff !important;
}

.ssd-about-page .ssd-company-card--cta h2::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24);
}

.ssd-about-page .ssd-about-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.ssd-about-page .ssd-about-cta-btn:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: #0f69b0 !important;
}

.ssd-about-page .ssd-about-final-cta {
    margin-top: 24px;
    padding: 24px 22px;
    border-radius: 18px;
    border: 1px solid #0f69b0;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.2), transparent 34%),
        linear-gradient(135deg, #0f69b0, #1781d8);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.3fr auto;
    gap: 18px;
    align-items: center;
    box-shadow: 0 22px 40px rgba(15, 105, 176, 0.28);
}

.ssd-about-page .ssd-about-final-kicker {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.85);
}

.ssd-about-page .ssd-about-final-cta h2 {
    margin: 0 0 10px;
    color: #ffffff !important;
    font-size: clamp(26px, 3.1vw, 36px);
    line-height: 1.15;
}

.ssd-about-page .ssd-about-final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    line-height: 1.75;
}

.ssd-about-page .ssd-about-final-actions {
    display: grid;
    gap: 10px;
}

.ssd-about-page .ssd-about-btn--light {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

.ssd-about-page .ssd-about-btn--light:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.84);
}

@media only screen and (max-width: 980px) {
    .ssd-about-page .ssd-about-metrics {
        grid-template-columns: 1fr;
    }

    .ssd-about-page .ssd-about-proof {
        grid-template-columns: 1fr;
    }

    .ssd-about-page .ssd-about-visuals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ssd-about-page .ssd-about-visual-card--wide {
        grid-column: span 2;
    }

    .ssd-about-page .ssd-about-final-cta {
        grid-template-columns: 1fr;
    }

    .ssd-about-page .ssd-about-final-actions {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .ssd-about-page .ssd-about-visuals {
        grid-template-columns: 1fr;
    }

    .ssd-about-page .ssd-about-visual-card--wide {
        grid-column: span 1;
    }

    .ssd-about-page .ssd-about-visual-card,
    .ssd-about-page .ssd-about-visual-card img,
    .ssd-about-page .ssd-about-visual-card--wide,
    .ssd-about-page .ssd-about-visual-card--wide img {
        min-height: 200px;
    }

    .ssd-about-page .ssd-about-visual-caption h3 {
        font-size: 18px;
    }
}
