.group-intro-content h2 {
            margin-bottom: 18px;
            font-size: 38px;
        }

        .group-intro-content p {
            margin-bottom: 0;
            color: #626970;
            font-size: 17px;
            line-height: 1.85;
        }

        .group-options-section {
            padding: 80px 0 50px;
            background-color: #ffffff;
        }

        .group-section-heading {
            max-width: 820px;
            margin: 0 auto 45px;
            text-align: center;
        }

        .group-section-heading h2 {
            margin-bottom: 15px;
        }

        .group-section-heading p {
            margin-bottom: 0;
            color: #626970;
            font-size: 16px;
            line-height: 1.8;
        }

        .group-option-row>div {
            display: flex;
        }

        .group-option-card {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 30px 25px;
            margin-bottom: 30px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .group-option-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 14px 32px rgba(20, 35, 55, 0.13);
        }

        .group-option-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 72px;
            height: 72px;
            margin-bottom: 22px;
            color: #ffffff;
            background-color: #1478ad;
            border-radius: 50%;
            font-size: 29px;
        }

        .group-option-card h3 {
            margin-bottom: 12px;
            font-size: 22px;
        }

        .group-option-card p {
            flex-grow: 1;
            margin-bottom: 18px;
            color: #626970;
            line-height: 1.7;
        }

        .group-option-card .button-text {
            margin-top: auto;
        }

        .group-planning-section {
            padding: 85px 0;
            background-color: #ffffff;
        }

        .group-planning-image {
            height: 100%;
            min-height: 500px;
            overflow: hidden;
            border-radius: 9px;
            box-shadow: 0 12px 35px rgba(20, 35, 55, 0.13);
        }

        .group-planning-image img {
            width: 100%;
            height: 100%;
            min-height: 500px;
            object-fit: cover;
        }

        .group-planning-content {
            padding-left: 40px;
        }

        .group-planning-content h2 {
            margin-bottom: 18px;
            font-size: 35px;
        }

        .group-planning-content>p {
            margin-bottom: 19px;
            color: #626970;
            line-height: 1.85;
        }

        .group-checklist {
            padding: 0;
            margin: 0 0 25px;
            list-style: none;
        }

        .group-checklist li {
            display: flex;
            padding: 11px 0;
            color: #555d64;
            border-bottom: 1px solid #eceef0;
            line-height: 1.65;
        }

        .group-checklist li:last-child {
            border-bottom: 0;
        }

        .group-checklist i {
            flex: 0 0 28px;
            width: 28px;
            margin-top: 4px;
            color: #1478ad;
        }

        .group-process-section {
            padding: 80px 0 50px;
            background-color: #f5f7f9;
        }

        .group-process-row>div {
            display: flex;
        }

        .group-process-card {
            width: 100%;
            padding: 30px 24px;
            margin-bottom: 30px;
            text-align: center;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
        }

        .group-process-number {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 54px;
            height: 54px;
            margin: 0 auto 18px;
            color: #ffffff;
            background-color: #113b5c;
            border-radius: 50%;
            font-size: 20px;
            font-weight: 700;
        }

        .group-process-card h3 {
            margin-bottom: 11px;
            font-size: 20px;
        }

        .group-process-card p {
            margin-bottom: 0;
            color: #626970;
            line-height: 1.7;
        }

        .group-accessibility-section {
            padding: 80px 0;
            color: #ffffff;
            background-color: #113b5c;
        }

        .group-accessibility-content h2 {
            color: #ffffff;
        }

        .group-accessibility-content p {
            color: rgba(255, 255, 255, 0.86);
            font-size: 16px;
            line-height: 1.8;
        }

        .group-accessibility-list {
            padding: 0;
            margin: 24px 0;
            list-style: none;
        }

        .group-accessibility-list li {
            display: flex;
            padding: 10px 0;
            color: rgba(255, 255, 255, 0.9);
        }

        .group-accessibility-list i {
            width: 31px;
            margin-top: 4px;
            color: #65c8ef;
        }

        .group-accessibility-box {
            padding: 35px;
            background-color: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 8px;
        }

        .group-accessibility-box h3 {
            color: #ffffff;
        }

        .group-accessibility-box p {
            margin-bottom: 22px;
            color: rgba(255, 255, 255, 0.84);
            line-height: 1.75;
        }

        .group-info-section {
            padding: 80px 0 50px;
            background-color: #ffffff;
        }

        .group-info-row>div {
            display: flex;
        }

        .group-info-card {
            width: 100%;
            padding: 30px 25px;
            margin-bottom: 30px;
            background-color: #f6f8fa;
            border: 1px solid #e2e6e9;
            border-radius: 8px;
        }

        .group-info-card h3 {
            margin-bottom: 13px;
            font-size: 21px;
        }

        .group-info-card p {
            margin-bottom: 0;
            color: #626970;
            line-height: 1.75;
        }

        .group-callback {
            padding: 85px 0;
            background-position: center;
            background-size: cover;
        }

        .group-callback-content {
            max-width: 840px;
            margin: 0 auto;
            text-align: center;
        }

        .group-callback-content h2 {
            color: #ffffff;
        }

        .group-callback-content p {
            margin-bottom: 27px;
            color: rgba(255, 255, 255, 0.9);
            font-size: 17px;
            line-height: 1.85;
        }

        .group-callback-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
        }

        .group-secondary-button {
            display: inline-block;
            padding: 14px 25px;
            color: #ffffff;
            border: 2px solid #ffffff;
            font-weight: 700;
            text-transform: uppercase;
        }

        .group-secondary-button:hover {
            color: #113b5c;
            background-color: #ffffff;
        }

        .group-planning-image {
            min-height: 400px;
            margin-bottom: 35px;
        }

        .group-planning-image img {
            min-height: 400px;
        }

        .group-planning-content {
            padding-left: 0;
        }

        .group-accessibility-box {
            margin-top: 30px;
        }

        .group-intro-content h2 {
            font-size: 31px;
        }

        .group-options-section,
        .group-planning-section,
        .group-process-section,
        .group-accessibility-section,
        .group-info-section {
            padding: 55px 0 30px;
        }

        .group-planning-image {
            min-height: 320px;
        }

        .group-planning-image img {
            min-height: 320px;
        }

        .group-planning-content h2 {
            font-size: 30px;
        }

        .group-callback-buttons {
            display: block;
        }

        .group-callback-buttons a {
            display: block;
            margin-bottom: 12px;
        }