        * {
            box-sizing: border-box;
        }

a {
    text-decoration: none !important ;
}

        body {
            margin: 0;
            font-family: "Segoe UI", Arial, sans-serif !important;
            background: #f6f8fc;
        }

        .bible-plan-section {
            position: relative;
            overflow: hidden;
            padding: 80px 0;
            background:
                radial-gradient(circle at 10% 20%, rgba(255, 206, 92, 0.22), transparent 28%),
                radial-gradient(circle at 90% 80%, rgba(56, 104, 180, 0.16), transparent 30%),
                linear-gradient(135deg, #fffdf6 0%, #f0f6ff 48%, #fff8e5 100%);
        }

        .bible-plan-section::before,
        .bible-plan-section::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            animation: floatingShape 8s ease-in-out infinite;
        }

        .bible-plan-section::before {
            width: 280px;
            height: 280px;
            top: -120px;
            right: -80px;
            border: 45px solid rgba(211, 160, 37, 0.08);
        }

        .bible-plan-section::after {
            width: 210px;
            height: 210px;
            left: -90px;
            bottom: -90px;
            background: rgba(36, 79, 145, 0.06);
            animation-delay: 2s;
        }

        .plan-wrapper {
            position: relative;
            z-index: 2;
            margin: auto;
            padding: 12px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.48);
            border: 1px solid rgba(255, 255, 255, 0.85);
            box-shadow:
                0 30px 70px rgba(27, 54, 95, 0.14),
                inset 0 1px 0 rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
        }

        .plan-card {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            border: 1px solid rgba(38, 76, 135, 0.13);
            background: rgba(255, 255, 255, 0.88);
            box-shadow:
                0 18px 45px rgba(28, 61, 109, 0.11),
                inset 0 1px 0 #ffffff;
        }

        .plan-card::before {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            top: -90px;
            left: -60px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(239, 188, 65, 0.22), transparent 70%);
        }

        .plan-card::after {
            content: "\f518";
            position: absolute;
            right: 28px;
            top: 15px;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 125px;
            color: rgba(32, 72, 133, 0.035);
            transform: rotate(-10deg);
        }

        .plan-row {
            position: relative;
            z-index: 2;
            padding: 32px;
        }

        .plan-row + .plan-row {
            border-top: 1px solid rgba(42, 75, 126, 0.09);
        }

        .title-row {
            background:
                linear-gradient(135deg, rgba(255, 251, 237, 0.96), rgba(236, 245, 255, 0.92));
        }

        .title-icon {
            width: 80px;
            height: 80px;
            flex: 0 0 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 22px;
            color: #ffffff;
            font-size: 34px;
            background: linear-gradient(145deg, #173f7a, #2f6db4);
            border: 4px solid rgba(255, 255, 255, 0.8);
            box-shadow:
                0 14px 30px rgba(28, 77, 146, 0.24),
                inset 0 1px 8px rgba(255, 255, 255, 0.25);
            animation: iconGlow 3s ease-in-out infinite;
        }

        .small-label {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 8px;
            color: #b07b12;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.6px;
            text-transform: uppercase;
        }

        .plan-title {
            margin: 0 0 10px;
            color: #16365f;
            font-size: clamp(27px, 4vw, 43px);
            font-weight: 900;
            line-height: 1.1;
            letter-spacing: -1px;
        }

        .plan-description {
            max-width: 750px;
            margin: 0;
            color: #617086;
            font-size: 16px;
            line-height: 1.8;
        }

        .plan-features {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 18px;
        }

        .feature-item {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 13px;
            color: #314f75;
            font-size: 13px;
            font-weight: 700;
            border-radius: 30px;
            background: rgba(255, 255, 255, 0.75);
            border: 1px solid rgba(37, 77, 133, 0.11);
            box-shadow: 0 7px 16px rgba(34, 70, 119, 0.07);
        }

        .feature-item i {
            color: #d59a1d;
        }

        .length-row {
            background:
                linear-gradient(120deg, rgba(239, 247, 255, 0.96), rgba(255, 251, 235, 0.96));
        }

        .length-info-icon {
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 52px;
            border-radius: 15px;
            color: #285b98;
            font-size: 22px;
            background: #ffffff;
            border: 1px solid rgba(39, 83, 142, 0.12);
            box-shadow: 0 10px 22px rgba(37, 75, 130, 0.1);
        }

        .length-heading {
            margin: 0 0 5px;
            color: #1d3f6a;
            font-size: 20px;
            font-weight: 800;
        }

        .length-subtitle {
            margin: 0;
            color: #758195;
            font-size: 14px;
        }

        .gold-length-box {
            position: relative;
            min-width: 210px;
            padding: 16px 24px;
            overflow: hidden;
            border-radius: 18px;
            color: #513500;
            background:
                linear-gradient(135deg, #fff1a6 0%, #e9b93d 45%, #c98a0d 100%);
            border: 1px solid rgba(145, 91, 0, 0.2);
            box-shadow:
                0 14px 30px rgba(190, 127, 7, 0.25),
                inset 0 2px 2px rgba(255, 255, 255, 0.65);
        }

        .gold-length-box::before {
            content: "";
            position: absolute;
            top: -80%;
            left: -65%;
            width: 55%;
            height: 250%;
            background: rgba(255, 255, 255, 0.35);
            transform: rotate(25deg);
            animation: goldenShine 4s linear infinite;
        }

        .gold-length-content {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
        }

        .gold-length-content i {
            font-size: 28px;
        }

        .length-number {
            display: block;
            font-size: 25px;
            font-weight: 900;
            line-height: 1;
        }

        .length-text {
            display: block;
            margin-top: 4px;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 1.2px;
            text-transform: uppercase;
        }

        .button-row {
            text-align: center;
            background:
                linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 250, 255, 0.95));
        }

        .read-verse-btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            min-width: 220px;
            padding: 16px 30px;
            overflow: hidden;
            color: #ffffff;
            font-size: 16px;
            font-weight: 800;
            text-decoration: none;
            letter-spacing: 0.3px;
            border-radius: 50px;
            border: 2px solid rgba(255, 255, 255, 0.4);
            background: linear-gradient(135deg, #173d76, #2673bd);
            box-shadow:
                0 15px 32px rgba(27, 77, 147, 0.3),
                inset 0 2px 2px rgba(255, 255, 255, 0.25);
            transition: all 0.35s ease;
        }

        .read-verse-btn::before {
            content: "";
            position: absolute;
            width: 50px;
            height: 180%;
            top: -40%;
            left: -80px;
            background: rgba(255, 255, 255, 0.35);
            transform: rotate(25deg);
            transition: left 0.65s ease;
        }

        .read-verse-btn:hover {
            color: #ffffff;
            transform: translateY(-5px) scale(1.02);
            box-shadow:
                0 20px 40px rgba(27, 77, 147, 0.38),
                0 0 0 7px rgba(39, 108, 181, 0.08);
        }

        .read-verse-btn:hover::before {
            left: calc(100% + 40px);
        }

        .read-verse-btn .arrow-icon {
            width: 32px;
            height: 32px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.18);
            transition: transform 0.3s ease;
        }

        .read-verse-btn:hover .arrow-icon {
            transform: translateX(5px);
        }

        .button-note {
            margin: 13px 0 0;
            color: #8290a2;
            font-size: 13px;
        }

        @keyframes floatingShape {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }

            50% {
                transform: translateY(20px) rotate(10deg);
            }
        }

        @keyframes iconGlow {
            0%, 100% {
                box-shadow:
                    0 14px 30px rgba(28, 77, 146, 0.24),
                    0 0 0 0 rgba(213, 154, 29, 0.18);
            }

            50% {
                box-shadow:
                    0 16px 35px rgba(28, 77, 146, 0.32),
                    0 0 0 9px rgba(213, 154, 29, 0);
            }
        }

        @keyframes goldenShine {
            0% {
                left: -70%;
            }

            55%, 100% {
                left: 140%;
            }
        }

        @media (max-width: 767.98px) {
            .bible-plan-section {
                padding: 45px 12px;
            }

            .plan-wrapper {
                padding: 7px;
                border-radius: 22px;
            }

            .plan-card {
                border-radius: 18px;
            }

            .plan-row {
                padding: 25px 20px;
            }

            .title-row-content {
                flex-direction: column;
                align-items: flex-start !important;
            }

            .title-icon {
                width: 67px;
                height: 67px;
                flex-basis: 67px;
                font-size: 28px;
                border-radius: 18px;
            }

            .plan-title {
                font-size: 29px;
            }

            .plan-description {
                font-size: 14px;
                line-height: 1.7;
            }

            .length-row-content {
                flex-direction: column;
                align-items: stretch !important;
            }

            .gold-length-box {
                width: 100%;
                min-width: 0;
                margin-top: 20px;
            }

            .read-verse-btn {
                width: 100%;
                min-width: 0;
            }
        }