        /* ---- Basis Section ---- */
        .basis {
            padding: 5rem 5%;
            background: var(--warm-white);
        }

        .basis__inner {
            max-width: 960px;
            margin: 0 auto;
        }

        .basis__intro {
            font-family: 'Cypress', 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            line-height: 1.6;
            color: var(--blue);
            margin-bottom: 2.5rem;
            max-width: 800px;
        }

        .basis__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.25rem 3rem;
        }

        .basis__item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            font-size: 1.05rem;
            color: var(--deep-blue-grey);
            line-height: 1.6;
        }

        .basis__item::before {
            content: '';
            display: block;
            width: 16px;
            min-width: 16px;
            height: 14px;
            background: var(--brand-red);
            margin-top: 0.35em;
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;
        }

        /* ---- Packages Comparison Table ---- */
        .packages {
            padding: 3rem 5% 5rem;
            background: var(--warm-white);
        }

        .packages__inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .compare {
            display: grid;
            grid-template-columns: 1.4fr 1fr 1fr 1fr;
            background: var(--warm-white);
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(61, 74, 92, 0.08);
            border: 1px solid rgba(212, 196, 176, 0.4);
        }

        .compare__cell {
            padding: 1rem 1.25rem;
            border-bottom: 1px solid rgba(212, 196, 176, 0.35);
            font-size: 0.95rem;
            color: var(--deep-blue-grey);
            line-height: 1.5;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .compare__cell--feature {
            justify-content: flex-start;
            text-align: left;
            color: var(--deep-blue-grey);
            background: var(--cream-white);
            font-size: 0.95rem;
        }

        .compare__cell--head {
            flex-direction: column;
            padding: 2rem 1rem 1.5rem;
            border-bottom: 2px solid rgba(212, 196, 176, 0.5);
            background: var(--warm-white);
        }

        .compare__cell--head.compare__cell--featured {
            background: linear-gradient(180deg, #f7e8e8 0%, var(--warm-white) 100%);
            position: relative;
        }

        .compare__cell--featured-tag {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            background: var(--brand-red);
            color: #fff;
            font-family: 'Lato', sans-serif;
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            padding: 0.35rem 0.9rem;
            border-radius: 0 0 6px 6px;
        }

        .compare__name {
            font-family: 'Cypress', 'Cormorant Garamond', serif;
            font-size: 1.6rem;
            color: var(--deep-blue-grey);
            line-height: 1.1;
            margin-bottom: 0.5rem;
        }

        .compare__phase {
            font-family: 'Lato', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--accent-red);
            margin-bottom: 0.85rem;
            min-height: 1.4em;
        }

        .compare__price {
            font-family: 'Cypress', 'Cormorant Garamond', serif;
            font-size: 1.9rem;
            color: var(--blue);
            line-height: 1.1;
        }

        .compare__period {
            font-size: 0.8rem;
            color: var(--slate);
            margin-top: 0.2rem;
        }

        .compare__cell--desc {
            padding: 1.25rem 1rem 1.5rem;
            font-size: 0.85rem;
            color: var(--slate);
            line-height: 1.55;
            text-align: center;
            border-bottom: 1px solid rgba(212, 196, 176, 0.35);
            background: var(--warm-white);
        }

        .compare__cell--desc.compare__cell--featured {
            background: rgba(247, 232, 232, 0.3);
        }

        .compare__cell--cta {
            padding: 1.5rem 1rem 2rem;
            border-bottom: none;
            background: var(--warm-white);
        }

        .compare__cell--cta.compare__cell--featured {
            background: rgba(247, 232, 232, 0.3);
        }

        .compare__cta {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            color: #fff;
            background: var(--brand-red);
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 0.85rem;
            letter-spacing: 0.03em;
            transition: opacity 0.3s ease, transform 0.3s ease;
            white-space: nowrap;
        }

        .compare__cta:hover {
            opacity: 0.9;
            transform: translateY(-1px);
        }

        .compare__cta--outline {
            background: transparent;
            color: var(--brand-red);
            border: 1.5px solid var(--brand-red);
            padding: 0.65rem 1.5rem;
        }

        .compare__group {
            grid-column: 1 / -1;
            padding: 1rem 1.25rem 0.5rem;
            font-family: 'Lato', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--slate);
            background: var(--warm-white);
            border-bottom: 1px solid rgba(212, 196, 176, 0.35);
        }

        .compare__cell.compare__cell--featured-col {
            background: rgba(247, 232, 232, 0.3);
        }

        .check {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--brand-red);
            position: relative;
        }

        .check::after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            width: 5px;
            height: 9px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .dash {
            display: inline-block;
            width: 14px;
            height: 2px;
            background: rgba(80, 116, 145, 0.3);
            border-radius: 1px;
        }

        /* Mobile: horizontal scroll */
        .compare-wrap {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        @media (max-width: 768px) {
            .compare {
                min-width: 720px;
            }
            .compare__cell {
                padding: 0.85rem 0.75rem;
                font-size: 0.85rem;
            }
            .compare__name { font-size: 1.3rem; }
            .compare__price { font-size: 1.5rem; }
        }

        /* ---- Addons ---- */
        .addons {
            padding: 5rem 5%;
            background: var(--warm-white);
        }

        .addons__inner {
            max-width: 960px;
            margin: 0 auto;
        }

        .addons__intro {
            font-style: italic;
            font-size: 1.1rem;
            color: var(--slate);
            margin-bottom: 2.5rem;
            max-width: 700px;
        }

        .addons__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .addon-card {
            background: var(--cream-white);
            border-radius: 10px;
            padding: 2rem 2.25rem;
        }

        .addon-card__title {
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 1.15rem;
            color: var(--deep-blue-grey);
            margin-bottom: 0.25rem;
        }

        .addon-card__price {
            font-family: 'Cypress', 'Cormorant Garamond', serif;
            font-size: 1.4rem;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }

        .addon-card__desc {
            font-size: 1rem;
            color: var(--deep-blue-grey);
            line-height: 1.7;
            margin-bottom: 0.75rem;
        }

        .addon-card__items {
            list-style: none;
            margin-bottom: 0.75rem;
        }

        .addon-card__items li {
            position: relative;
            padding-left: 1rem;
            font-size: 0.95rem;
            color: var(--deep-blue-grey);
            line-height: 1.7;
        }

        .addon-card__items li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.3em;
            width: 10px;
            height: 9px;
            background: var(--brand-red);
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;
        }

        .addon-card__note {
            font-size: 0.9rem;
            color: var(--slate);
            font-style: italic;
        }

        .addon-full {
            background: var(--cream-white);
            border-radius: 10px;
            padding: 1.75rem 2.25rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 2rem;
        }

        .addon-full__text {
            font-size: 1.05rem;
            color: var(--deep-blue-grey);
            line-height: 1.6;
        }

        .addon-full__link {
            white-space: nowrap;
            font-weight: 600;
            color: var(--brand-red);
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s ease;
        }

        .addon-full__link:hover {
            border-color: var(--brand-red);
        }

        /* ---- Database Section ---- */
        .database {
            padding: 5rem 5%;
            background: linear-gradient(165deg, var(--cream-white) 0%, var(--soft-sand) 100%);
        }

        .database__inner {
            max-width: 960px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }

        .database__title {
            font-family: 'Cypress', 'Cormorant Garamond', serif;
            font-size: 2.5rem;
            color: var(--blue);
            margin-bottom: 1rem;
        }

        .database__desc {
            font-size: 1.05rem;
            color: var(--deep-blue-grey);
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .database__features {
            list-style: none;
            margin-bottom: 1.5rem;
        }

        .database__features li {
            position: relative;
            padding-left: 1.25rem;
            font-size: 1rem;
            color: var(--deep-blue-grey);
            line-height: 1.8;
        }

        .database__features li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.3em;
            width: 12px;
            height: 11px;
            background: var(--brand-red);
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat;
        }

        .database__note {
            font-size: 0.95rem;
            color: var(--slate);
            font-style: italic;
            margin-bottom: 1.5rem;
        }

        .database__right {
            text-align: center;
        }

        .database__price {
            font-family: 'Cypress', 'Cormorant Garamond', serif;
            font-size: 3rem;
            color: var(--blue);
            line-height: 1.1;
        }

        .database__price-note {
            font-size: 0.95rem;
            color: var(--slate);
            margin-bottom: 2rem;
        }

        .database__cta {
            display: inline-block;
            padding: 0.85rem 2.25rem;
            border-radius: 6px;
            background: var(--brand-red);
            color: var(--warm-white);
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            font-size: 0.95rem;
            letter-spacing: 0.03em;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .database__cta:hover {
            opacity: 0.9;
            transform: translateY(-1px);
        }

        /* ---- Closing ---- */
        .closing {
            padding: 4rem 5%;
            background: var(--warm-white);
            text-align: center;
        }

        .closing__inner {
            max-width: 650px;
            margin: 0 auto;
        }

        .closing__text {
            font-family: 'Cypress', 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            color: var(--blue);
            line-height: 1.5;
            margin-bottom: 1.25rem;
        }

        .closing__link {
            font-weight: 600;
            color: var(--brand-red);
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s ease;
        }

        .closing__link:hover {
            border-color: var(--brand-red);
        }

        /* ---- Fade-up animation ---- */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-up.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* ---- Responsive ---- */
        @media (max-width: 768px) {
            .basis__intro {
                font-size: 1.25rem;
            }

            .basis__grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .addons__grid {
                grid-template-columns: 1fr;
            }

            .addon-full {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
            }

            .database__inner {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .database__right {
                text-align: left;
            }

            .database__title {
                font-size: 2rem;
            }

            .database__price {
                font-size: 2.5rem;
            }

            .closing__text {
                font-size: 1.25rem;
            }
        }
