.promise-section-15264705 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding: 80px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.promise-container-15264705 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* Header Info */
.promise-header-group-15264705 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.promise-header-num-15264705 {
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    color: #E6BF70;
}

.promise-header-sub-15264705 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #bfa36b;
    text-transform: uppercase;
}

.promise-title-15264705 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 300;
    color: #1e2d42;
    margin-bottom: 20px;
    margin-top: 0;
}

.promise-title-15264705 .highlight-15264705 {
    color: #E6BF70;
    font-weight: 600;
}

.promise-tags-15264705 {
    font-size: 15px;
    color: #1e2d42;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.promise-desc-15264705 {
    font-size: 15px;
    line-height: 1.65;
    color: #555555;
    margin-bottom: 35px;
}

/* Checklist Grid */
.promise-grid-15264705 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 30px;
    margin-bottom: 40px;
}

.promise-grid-item-15264705 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333333;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.promise-plus-15264705 {
    color: #E6BF70;
    font-weight: 800;
    font-size: 16px;
}

.promise-dash-15264705 {
    color: #888888;
    font-weight: 600;
    font-size: 14px;
}

.promise-item-text-15264705 {
    font-weight: 500;
}

/* Bottom Highlight Card */
.promise-card-accent-15264705 {
    background-color: #faf6eb;
    border-left: 4px solid #E6BF70;
    padding: 24px 30px;
    border-radius: 0 4px 4px 0;
}

.promise-card-title-15264705 {
    font-size: 16px;
    font-weight: 700;
    color: #1e2d42;
    margin: 0 0 8px 0;
}

.promise-card-desc-15264705 {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    margin: 0;
}

/* Bubble scene styling */
.promise-right-col-15264705 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promise-visual-scene-15264705 {
    position: relative;
    width: 440px;
    height: 440px;
}

.promise-bubble-15264705 {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
}

.promise-main-bubble-15264705 {
    width: 320px;
    height: 320px;
    top: 20px;
    right: 20px;
    z-index: 5;
    animation: floatMain_15264705 6s ease-in-out infinite alternate;
}

.promise-main-bubble-15264705 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promise-inset-bubble-15264705 {
    width: 180px;
    height: 180px;
    bottom: 30px;
    left: 10px;
    z-index: 10;
    border: 6px solid #ffffff;
    animation: floatInset_15264705 5s ease-in-out infinite alternate;
}

.promise-inset-bubble-15264705 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Background details */
.promise-deco-circle-15264705 {
    border-radius: 50%;
    position: absolute;
}

.promise-deco-gold-15264705 {
    width: 110px;
    height: 110px;
    background-color: #E6BF70;
    bottom: 40px;
    right: 15px;
    z-index: 2;
    opacity: 0.9;
    animation: floatDecoGold_15264705 7s ease-in-out infinite alternate;
}

.promise-deco-grey-15264705 {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    top: 50px;
    left: 20px;
    z-index: 1;
    animation: floatDecoGrey_15264705 8s ease-in-out infinite alternate;
}

/* Animations */
@keyframes floatMain_15264705 {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes floatInset_15264705 {
    0% { transform: translateY(0px) scale(1); }
    100% { transform: translateY(10px) scale(1.03); }\n}\n\n@keyframes floatDecoGold_15264705 {\n    0% { transform: translate(0px, 0px); }\n    100% { transform: translate(15px, -8px); }\n}\n\n@keyframes floatDecoGrey_15264705 {\n    0% { transform: translate(0px, 0px); }\n    100% { transform: translate(-10px, 12px); }\n}\n\n/* Scroll Animation classes */\n.reveal-item-15264705 {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);\n}\n\n.reveal-item-15264705.is-revealed {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n/* Responsive Rules */\n@media (max-width: 991px) {\n    .promise-container-15264705 {\n        grid-template-columns: 1fr;\n        gap: 60px;\n    }\n    .promise-right-col-15264705 {\n        order: -1;\n    }\n}\n\n@media (max-width: 600px) {\n    .promise-title-15264705 {\n        font-size: 32px;\n    }\n    .promise-grid-15264705 {\n        grid-template-columns: 1fr;\n        gap: 12px;\n    }\n    .promise-visual-scene-15264705 {\n        width: 320px;\n        height: 320px;\n    }\n    .promise-main-bubble-15264705 {\n        width: 240px;\n        height: 240px;\n    }\n    .promise-inset-bubble-15264705 {\n        width: 130px;\n        height: 130px;\n    }\n}\n