.ic3gcc-content,
.ic3gcc-content *,
.ic3gcc-footer-microcopy,
.ic3gcc-footer-microcopy * {
    box-sizing: border-box;
}

.ic3gcc-content {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    color: #0a1f44;
    font-family: inherit;
}

.ic3gcc-content a {
    color: #1f6b70;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.ic3gcc-hero {
    position: relative;
    overflow: hidden;
    margin: clamp(24px, 4vw, 56px) 0 clamp(28px, 4vw, 48px);
    padding: clamp(34px, 6vw, 72px);
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 0%, rgba(47, 118, 125, .14), transparent 32%),
        radial-gradient(circle at 98% 8%, rgba(11, 47, 92, .10), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid rgba(10, 31, 68, .10);
    box-shadow: 0 24px 70px rgba(10, 31, 68, .08);
    text-align: center;
}

.ic3gcc-kicker {
    margin: 0 0 12px;
    color: #2b6f75;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .17em;
    text-transform: uppercase;
    font-weight: 800;
}

.ic3gcc-hero h1,
.ic3gcc-section h2,
.ic3gcc-cta h2 {
    color: #071b3a;
    letter-spacing: -0.035em;
}

.ic3gcc-hero h1 {
    max-width: 920px;
    margin: 0 auto;
    font-size: clamp(30px, 5.2vw, 58px);
    line-height: 1.05;
    font-weight: 850;
}

.ic3gcc-lead {
    max-width: 860px;
    margin: 20px auto 0;
    color: #53627a;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.72;
}

.ic3gcc-lead-small {
    max-width: 920px;
    margin: 0 auto;
    color: #33445f;
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.75;
    text-align: center;
}

.ic3gcc-section {
    margin: clamp(24px, 4vw, 52px) 0;
    padding: clamp(24px, 3.8vw, 46px);
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(10, 31, 68, .09);
    box-shadow: 0 16px 50px rgba(10, 31, 68, .06);
}

.ic3gcc-section h2 {
    margin: 0 0 16px;
    font-size: clamp(24px, 3.2vw, 38px);
    line-height: 1.13;
    font-weight: 820;
}

.ic3gcc-section p {
    margin: 0 0 15px;
    color: #4d5f78;
    font-size: 16.5px;
    line-height: 1.78;
}

.ic3gcc-section p:last-child {
    margin-bottom: 0;
}

.ic3gcc-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
    margin-top: 26px;
}

.ic3gcc-card-grid-services,
.ic3gcc-card-grid-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ic3gcc-card {
    position: relative;
    min-height: 100%;
    padding: clamp(20px, 2.6vw, 30px);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(248, 251, 252, .92), rgba(255, 255, 255, .98));
    border: 1px solid rgba(10, 31, 68, .10);
    box-shadow: 0 12px 32px rgba(10, 31, 68, .055);
}

.ic3gcc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, #071b3a, #2b6f75);
    opacity: .78;
}

.ic3gcc-card h3 {
    margin: 0 0 12px;
    color: #0a1f44;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.25;
    font-weight: 780;
}

.ic3gcc-card p {
    margin: 0 0 16px;
    color: #53627a;
    font-size: 15.7px;
    line-height: 1.68;
}

.ic3gcc-list {
    columns: 1;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.ic3gcc-section > .ic3gcc-list {
    columns: 2;
    column-gap: 38px;
}

.ic3gcc-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 10px;
    padding-left: 24px;
    color: #40516b;
    font-size: 15.6px;
    line-height: 1.6;
}

.ic3gcc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2b6f75;
    box-shadow: 0 0 0 4px rgba(43, 111, 117, .11);
}

.ic3gcc-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: clamp(24px, 4vw, 50px) 0;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 24px;
    background: #071b3a;
    box-shadow: 0 18px 48px rgba(7, 27, 58, .18);
}

.ic3gcc-flow span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .18);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 750;
}

.ic3gcc-flow span:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -16px;
    color: rgba(255,255,255,.7);
    font-weight: 600;
}

.ic3gcc-notice {
    margin: clamp(24px, 4vw, 46px) 0;
    padding: clamp(22px, 3vw, 30px);
    border-radius: 22px;
    background: #f4f8f9;
    border: 1px solid rgba(43, 111, 117, .22);
    border-left: 5px solid #2b6f75;
}

.ic3gcc-notice strong {
    display: block;
    margin-bottom: 8px;
    color: #071b3a;
    font-size: 16px;
}

.ic3gcc-notice p {
    margin: 0;
    color: #45566f;
    font-size: 15.6px;
    line-height: 1.72;
}

.ic3gcc-cta {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin: clamp(28px, 4vw, 56px) 0;
    padding: clamp(26px, 4vw, 46px);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(7, 27, 58, .98), rgba(17, 63, 98, .96));
    color: #fff;
    box-shadow: 0 22px 65px rgba(7, 27, 58, .2);
}

.ic3gcc-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(22px, 3vw, 34px);
}

.ic3gcc-cta p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.7;
}

.ic3gcc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #071b3a !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
    transition: transform .18s ease, box-shadow .18s ease;
}

.ic3gcc-button:hover,
.ic3gcc-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0,0,0,.22);
}

.ic3gcc-contact-intro,
.ic3gcc-contact-footer {
    width: min(1120px, calc(100% - 36px));
    margin: 28px auto;
}

.ic3gcc-contact-details {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 18px;
    background: #f7fafc;
    border: 1px solid rgba(10,31,68,.10);
}

.ic3gcc-contact-note {
    text-align: center;
}

.ic3gcc-footer-microcopy {
    width: 100%;
    padding: 14px 18px;
    background: #06152d;
    color: rgba(255,255,255,.82);
    border-top: 1px solid rgba(255,255,255,.10);
    font-size: 13px;
    line-height: 1.45;
}

.ic3gcc-footer-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    align-items: center;
    justify-content: space-between;
}

.ic3gcc-footer-inner span:first-child {
    color: #ffffff;
    font-weight: 750;
}

.ic3gcc-footer-inner nav {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ic3gcc-footer-inner a {
    color: rgba(255,255,255,.86);
    text-decoration: none;
}

.ic3gcc-footer-inner a:hover,
.ic3gcc-footer-inner a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ic3gcc-hidden-duplicate {
    display: none !important;
}

@media (max-width: 980px) {
    .ic3gcc-content,
    .ic3gcc-contact-intro,
    .ic3gcc-contact-footer {
        width: min(720px, calc(100% - 28px));
    }

    .ic3gcc-card-grid,
    .ic3gcc-card-grid-services,
    .ic3gcc-card-grid-steps {
        grid-template-columns: 1fr;
    }

    .ic3gcc-section > .ic3gcc-list {
        columns: 1;
    }

    .ic3gcc-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .ic3gcc-button {
        width: 100%;
    }

    .ic3gcc-flow {
        align-items: stretch;
        flex-direction: column;
    }

    .ic3gcc-flow span:not(:last-child)::after {
        content: "↓";
        right: auto;
        bottom: -18px;
    }

    .ic3gcc-footer-inner {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .ic3gcc-content,
    .ic3gcc-contact-intro,
    .ic3gcc-contact-footer {
        width: min(100% - 22px, 100%);
    }

    .ic3gcc-hero,
    .ic3gcc-section,
    .ic3gcc-cta,
    .ic3gcc-notice {
        border-radius: 20px;
    }

    .ic3gcc-hero,
    .ic3gcc-section,
    .ic3gcc-cta {
        padding: 22px;
    }

    .ic3gcc-card {
        padding: 20px;
        border-radius: 18px;
    }
}
