.enabler-hero,
.enabler-hero * {
    box-sizing: border-box;
}

.enabler-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.enabler-hero__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.enabler-hero__content,
.enabler-hero__visual {
    min-width: 0;
}

.enabler-hero__content {
    position: relative;
    z-index: 2;
}

.enabler-hero__eyebrow {
    display: flex;
    align-items: center;
    width: 100%;
}

.enabler-hero__eyebrow-text {
    display: inline-block;
    white-space: normal;
}

.enabler-hero__eyebrow-line {
    display: block;
    flex: 0 0 auto;
}

.enabler-hero__title {
    padding: 0;
}

.enabler-hero__description p {
    margin: 0;
}

.enabler-hero__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.enabler-hero__feature {
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

.enabler-hero__feature-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.enabler-hero__feature-copy {
    min-width: 0;
}

.enabler-hero__feature-title,
.enabler-hero__feature-description {
    display: block;
}

.enabler-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.enabler-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    line-height: 1.2;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.enabler-hero__button:hover {
    transform: translateY(-1px);
}

.enabler-hero__button-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.enabler-hero__button-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.enabler-hero__button-title,
.enabler-hero__button-subtitle {
    display: block;
    color: inherit;
}

.enabler-hero__visual {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.enabler-hero__image {
    display: block;
    height: auto;
}

@media (max-width: 1024px) {
    .enabler-hero__inner {
        flex-direction: column;
    }

    .enabler-hero__content,
    .enabler-hero__visual {
        flex-basis: 100% !important;
        max-width: 100% !important;
        width: 100%;
    }

    .enabler-hero--mobile-image-first .enabler-hero__visual {
        order: -1;
    }

    .enabler-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .enabler-hero__features {
        grid-template-columns: 1fr;
    }

    .enabler-hero__button {
        width: 100%;
        min-width: 0 !important;
    }
}

.enabler-services,
.enabler-services * {
    box-sizing: border-box;
}

.enabler-services {
    width: 100%;
    position: relative;
}

.enabler-services__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.enabler-services__header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.enabler-services__kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.enabler-services__kicker-line {
    display: inline-block;
    flex: 0 0 auto;
}

.enabler-services__diamond {
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.enabler-services__kicker-text {
    display: inline-block;
    white-space: nowrap;
    font-family: Poppins, Arial, sans-serif;
}

.enabler-services__title {
    padding: 0;
    text-align: center;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-weight: 600;
}

.enabler-services__subtitle {
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
}

.enabler-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.enabler-services__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}

.enabler-services__card:hover {
    transform: translateY(-3px);
}

.enabler-services__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.enabler-services__icon i,
.enabler-services__icon svg,
.enabler-services__custom-icon {
    display: block;
}

.enabler-services__custom-icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.enabler-services__outline-icon {
    fill: none !important;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.enabler-services__outline-icon * {
    fill: none;
    stroke: inherit;
    stroke-linecap: inherit;
    stroke-linejoin: inherit;
    vector-effect: non-scaling-stroke;
}

.enabler-services__library-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.enabler-services__card-title {
    width: 100%;
    text-align: center;
    padding: 0;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-weight: 600;
}

.enabler-services__description {
    width: 100%;
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
}

.enabler-services__link {
    font-family: Poppins, Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    text-decoration: none !important;
    line-height: 1.3;
    transition: color .2s ease;
}

.enabler-services__arrow {
    display: inline-block;
    line-height: 1;
}

@media (max-width: 1024px) {
    .enabler-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .enabler-services__grid {
        grid-template-columns: 1fr;
    }

    .enabler-services__kicker-text {
        white-space: normal;
    }
}

.enabler-po-about,
.enabler-po-about * {
    box-sizing: border-box;
}

.enabler-po-about {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.enabler-po-about__inner {
    width: 100%;
    margin: 0 auto;
}

.enabler-po-about__header {
    text-align: center;
}

.enabler-po-about__kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-bottom: 14px;
}

.enabler-po-about__line {
    display: inline-block;
    height: 1px;
    flex: 0 0 auto;
}

.enabler-po-about__title {
    margin: 0;
    text-align: center;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

.enabler-po-about__heading-ornament,
.enabler-po-about__card-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.enabler-po-about__heading-ornament {
    margin-top: 22px;
}

.enabler-po-about__heading-ornament span,
.enabler-po-about__card-line {
    width: 54px;
    height: 1px;
    background: #C79A35;
}

.enabler-po-about__heading-ornament i,
.enabler-po-about__card-diamond {
    width: 7px;
    height: 7px;
    background: #C79A35;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.enabler-po-about__grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.3fr) minmax(0, .82fr);
    align-items: stretch;
}

.enabler-po-about__card {
    border: 1px solid #E7D9C4;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.enabler-po-about__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    flex: 0 0 auto;
    margin: 0 auto 18px;
}

.enabler-po-about__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.enabler-po-about__icon img {
    display: block;
    object-fit: contain;
}

.enabler-po-about__card-ornament {
    margin-bottom: 22px;
}

.enabler-po-about__copy {
    width: 100%;
    text-align: left;
}

.enabler-po-about__copy p {
    margin: 0 0 22px;
}

.enabler-po-about__copy p:last-child {
    margin-bottom: 0;
}

.enabler-po-about__media {
    width: 100%;
    overflow: hidden;
    min-width: 0;
}

.enabler-po-about__image {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .enabler-po-about__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .enabler-po-about__media {
        grid-column: 1 / -1;
        grid-row: 1;
    }
}

@media (max-width: 767px) {
    .enabler-po-about__grid {
        grid-template-columns: 1fr;
    }
    .enabler-po-about__media {
        grid-column: auto;
        grid-row: auto;
    }
    .enabler-po-about__title {
        font-size: 40px;
    }
}

.enabler-pricing {
    width: 100%;
    background: #fff;
    padding: 52px 40px 42px;
    box-sizing: border-box;
}

.enabler-pricing * {
    box-sizing: border-box;
}

.enabler-pricing__inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.enabler-pricing__header {
    text-align: center;
    margin-bottom: 38px;
}

.enabler-pricing__kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #B98712;
    font-family: Poppins, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.enabler-pricing__kicker-line {
    display: inline-block;
    width: 38px;
    height: 1px;
    background: #B98712;
}

.enabler-pricing__title {
    margin: 0 0 10px;
    color: #10131C;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 600;
}

.enabler-pricing__subtitle {
    color: #55575D;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
}

.enabler-pricing__branches {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    margin: 0 auto 34px;
}

.enabler-pricing__branch {
    appearance: none;
    border: 1px solid #E9D49C;
    background: #fff;
    color: #222;
    border-radius: 11px;
    padding: 13px 26px;
    width: 280px;
    flex: 0 0 280px;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    cursor: pointer;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.enabler-pricing__branch:hover {
    transform: translateY(-1px);
}

.enabler-pricing__branch[aria-pressed="true"] {
    background: #FFF9ED;
    border-color: #C79620;
}

.enabler-pricing__pin-svg {
    width: 19px;
    height: 19px;
    color: #C79218;
    flex: 0 0 19px;
}

.enabler-pricing__pin-svg svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.enabler-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.enabler-pricing__card {
    position: relative;
    background: #fff;
    border: 1px solid #DDD8CC;
    border-radius: 14px;
    padding: 28px 30px 24px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.enabler-pricing__card--featured {
    background: #FFFCF3;
    border-color: #B98712;
    box-shadow: 0 10px 28px rgba(95,70,20,.08);
}

.enabler-pricing__badge {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    min-width: 140px;
    padding: 6px 16px;
    border-radius: 8px;
    background: #C99222;
    color: #fff;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.enabler-pricing__package-title {
    margin: 0 0 8px;
    color: #11131B;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 600;
}

.enabler-pricing__divider {
    width: 68px;
    height: 1px;
    background: #D9C78D;
    margin: 0 auto 10px;
}

.enabler-pricing__normal-label,
.enabler-pricing__promo-label,
.enabler-pricing__period,
.enabler-pricing__vat {
    font-family: Poppins, Arial, sans-serif;
}

.enabler-pricing__normal-label {
    color: #777;
    font-size: 13px;
    margin-bottom: 2px;
}

.enabler-pricing__normal-price {
    color: #777;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: line-through;
    margin-bottom: 14px;
}

.enabler-pricing__promo-label {
    color: #B98712;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.enabler-pricing__promo-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.enabler-pricing__promo-price {
    color: #B98712;
    font-family: Poppins, Arial, sans-serif;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 700;
}

.enabler-pricing__period {
    color: #777;
    font-size: 13px;
    font-weight: 500;
}

.enabler-pricing__vat {
    align-self: center;
    background: #FBF7EF;
    color: #777;
    border-radius: 8px;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.enabler-pricing__features {
    display: flex;
    flex-direction: column;
    gap: 9px;
    text-align: left;
    margin-bottom: 24px;
}

.enabler-pricing__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #333;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.enabler-pricing__check {
    width: 15px;
    height: 15px;
    min-width: 15px;
    border: 1px solid #B98712;
    border-radius: 50%;
    color: #B98712;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 1;
    margin-top: 2px;
}

.enabler-pricing__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    border: 1px solid #C8A85D;
    background: #fff;
    color: #A67913;
    border-radius: 7px;
    padding: 10px 18px;
    text-decoration: none !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.enabler-pricing__card--featured .enabler-pricing__cta {
    background: #D89A0A;
    border-color: #D89A0A;
    color: #fff;
}

.enabler-pricing__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
    padding: 15px 22px;
    border: 1px solid #EEE8DC;
    border-radius: 10px;
    background: #FFFDF8;
    color: #333;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.enabler-pricing__note-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 2px solid #B98712;
    color: #B98712;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.enabler-pricing[data-branch="kebayoran"] .enabler-pricing__price--bellagio,
.enabler-pricing[data-branch="bellagio"] .enabler-pricing__price--kebayoran {
    display: none;
}

@media (max-width: 1180px) {
    .enabler-pricing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .enabler-pricing {
        padding: 38px 18px 34px;
    }

    .enabler-pricing__title {
        font-size: 44px;
    }

    .enabler-pricing__branch {
        width: 100%;
        max-width: 360px;
        flex: 1 1 100%;
        min-width: 0;
    }

    .enabler-pricing__grid {
        grid-template-columns: 1fr;
    }

    .enabler-pricing__card {
        min-height: 0;
    }
}

/* Section 3: Premium Locations */
.enabler-locations {
    width: 100%;
    background: #FBF6F0;
    box-sizing: border-box;
}
.enabler-locations * { box-sizing: border-box; }
.enabler-locations__inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}
.enabler-locations__header {
    text-align: center;
    margin: 0 0 42px;
}
.enabler-locations__kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 24px;
    color: #B88919;
    font-family: Poppins, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.3px;
}
.enabler-locations__line {
    display: block;
    width: 62px;
    height: 1px;
    background: #B88919;
}
.enabler-locations__diamond {
    display: block;
    width: 7px;
    height: 7px;
    background: #B88919;
    transform: rotate(45deg);
}
.enabler-locations__title {
    margin: 0 0 20px;
    color: #11131B;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 68px;
    font-weight: 600;
    line-height: 1.05;
}
.enabler-locations__subtitle {
    color: #4C4D52;
    font-family: Poppins, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.6;
}
.enabler-locations__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}
.enabler-locations__card {
    display: flex;
    align-items: stretch;
    column-gap: 30px;
    min-width: 0;
    background: #fff;
    border: 1px solid #D9CCB8;
    border-radius: 18px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(70,50,25,.10);
}
.enabler-locations__media {
    flex: 0 0 51%;
    min-width: 0;
}
.enabler-locations__image {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center center;
    border-radius: 14px;
}
.enabler-locations__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 0 18px 8px 0;
}
.enabler-locations__name {
    margin: 18px 0 24px;
    color: #11131B;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
}
.enabler-locations__address-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 28px;
}
.enabler-locations__pin {
    flex: 0 0 auto;
    color: #B98712;
    font-size: 27px;
    line-height: 1;
    transform: translateY(4px);
}
.enabler-locations__address {
    color: #262626;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}
.enabler-locations__link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    color: #B98712;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none !important;
}
.enabler-locations__link:hover { color: #8A650B; }

@media (max-width: 1100px) {
    .enabler-locations__grid { grid-template-columns: 1fr; }
    .enabler-locations__title { font-size: 54px; }
}
@media (max-width: 767px) {
    .enabler-locations { padding-left: 20px !important; padding-right: 20px !important; }
    .enabler-locations__title { font-size: 40px; }
    .enabler-locations__subtitle { font-size: 16px; }
    .enabler-locations__card { flex-direction: column; gap: 0; }
    .enabler-locations__media { flex-basis: auto !important; width: 100%; }
    .enabler-locations__image { height: 230px; }
    .enabler-locations__content { padding: 0 18px 20px; }
    .enabler-locations__name { font-size: 30px; margin-top: 20px; }
    .enabler-locations__address { font-size: 16px; }
    .enabler-locations__kicker { font-size: 13px; }
    .enabler-locations__line { width: 38px; }
}

/* Private Office Pricing */
.enabler-po-price {
    width: 100%;
    box-sizing: border-box;
    background: #FCF8F3;
    padding: 60px 34px;
    overflow: hidden;
}
.enabler-po-price * { box-sizing: border-box; }
.enabler-po-price__inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.enabler-po-price__header {
    text-align: center;
    margin-bottom: 42px;
}
.enabler-po-price__title {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 600;
    color: #0F1320;
}
.enabler-po-price__title-accent { color: #C99621; }
.enabler-po-price__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 14px 0 20px;
}
.enabler-po-price__ornament-line {
    width: 72px;
    height: 1px;
    background: #C99621;
}
.enabler-po-price__diamond {
    color: #C99621;
    font-size: 22px;
    line-height: 1;
}
.enabler-po-price__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.enabler-po-price__tab {
    min-width: 210px;
    border: 1px solid #E8D9B0;
    border-radius: 10px;
    padding: 11px 20px;
    background: rgba(255,255,255,.62);
    color: #222;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: .2s ease;
}
.enabler-po-price__tab.is-active {
    color: #B77B00;
    border-color: #C99621;
    background: #FFFDF7;
    box-shadow: 0 3px 12px rgba(169,121,22,.10);
}
.enabler-po-price__slider {
    position: relative;
    display: flex;
    align-items: center;
}
.enabler-po-price__viewport {
    width: 100%;
    overflow: hidden;
    padding: 22px 5px 10px;
}
.enabler-po-price__track {
    --po-price-gap: 18px;
    display: flex;
    gap: var(--po-price-gap);
    align-items: stretch;
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.enabler-po-price__card {
    --po-accent: #C77928;
    flex: 0 0 calc((100% - (var(--po-price-gap) * 2)) / 3);
    position: relative;
    min-width: 0;
    min-height: 385px;
    padding: 78px 34px 30px;
    border: 1px solid #E5DED5;
    border-radius: 18px;
    background: #fff;
    overflow: visible;
    box-shadow: 0 10px 24px rgba(46,35,21,.07);
    color: #11131B;
}
.enabler-po-price__card--silver { --po-accent: #A8A9AA; }
.enabler-po-price__card--gold { --po-accent: #D49A0B; }
.enabler-po-price__card--diamond { --po-accent: #17345F; }
.enabler-po-price__card--platinum { --po-accent: #A7A7A7; }
.enabler-po-price__card--titanium { --po-accent: #4D7896; }
.enabler-po-price__card--obsidian { --po-accent: #16181C; }
.enabler-po-price__card--dark { --po-accent: #30343B; }
.enabler-po-price__accent {
    position: absolute;
    left: 12%;
    right: 12%;
    top: 0;
    height: 16px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--po-accent) 72%, #fff), var(--po-accent), color-mix(in srgb, var(--po-accent) 72%, #fff));
}
.enabler-po-price__card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13px;
    border-radius: 0 0 17px 17px;
    background: var(--po-accent);
}
.enabler-po-price__badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 34% 28%, #FFF4D6 0, var(--po-accent) 58%, #8C5A11 100%);
    border: 4px solid rgba(255,255,255,.72);
    box-shadow: 0 5px 14px rgba(83,52,10,.20);
    z-index: 2;
}
.enabler-po-price__badge svg {
    width: 42px;
    height: 42px;
    overflow: visible;
}
.enabler-po-price__badge-icon--bronze { width: 36px !important; height: 36px !important; color: #D3CEC7; }
.enabler-po-price__badge-icon--silver { color: #F4F4F1; }
.enabler-po-price__badge-icon--gold { color: #FFF0C4; }
.enabler-po-price__badge-icon--diamond { color: #FFFFFF; }
.enabler-po-price__badge-icon--platinum { color: #F4F4F4; }
.enabler-po-price__badge-icon--titanium { color: #EDF6FF; }
.enabler-po-price__badge-icon--obsidian { color: #F1F1F1; }
.enabler-po-price__laurel-stem {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.enabler-po-price__laurel-leaf {
    fill: currentColor;
    stroke: none;
}
.enabler-po-price__badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.enabler-po-price__badge.has-custom-image {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.enabler-po-price__badge.has-custom-image img {
    display: block;
    max-width: none;
    max-height: none;
    object-fit: contain;
}
.enabler-po-price__name {
    margin: 12px 0 10px;
    text-align: center;
    color: var(--po-accent);
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
}
.enabler-po-price__mini-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 28px;
}
.enabler-po-price__mini-ornament span {
    width: 72px;
    height: 1px;
    background: #E3D4B7;
}
.enabler-po-price__mini-ornament i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--po-accent);
}
.enabler-po-price__info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #252525;
}
.enabler-po-price__info-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--po-accent);
}
.enabler-po-price__info-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.enabler-po-price__info-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.enabler-po-price__price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #E9E4DE;
    white-space: nowrap;
}
.enabler-po-price__price {
    font-family: Poppins, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #11131B;
}
.enabler-po-price__period {
    padding-left: 12px;
    border-left: 1px solid #D8D4CE;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    color: #232323;
}
.enabler-po-price__arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #11131B;
    box-shadow: 0 4px 16px rgba(30,27,23,.13);
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 4;
}
.enabler-po-price__arrow--prev { left: -28px; }
.enabler-po-price__arrow--next { right: -28px; }
.enabler-po-price__arrow:disabled { opacity: .28; cursor: default; }
.enabler-po-price__dots {
    min-height: 12px;
    display: flex;
    justify-content: center;
    gap: 11px;
    margin: 15px 0 30px;
}
.enabler-po-price__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #CFCFCF;
}
.enabler-po-price__dot.is-active { background: #C99621; }
.enabler-po-price__promo {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    border: 1px solid #E6D8B8;
    border-radius: 14px;
    background: #FFFDF8;
}
.enabler-po-price__promo-gift {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C68A07;
    color: #fff;
    font-size: 34px;
}
.enabler-po-price__promo-body { flex: 1 1 auto; min-width: 0; }
.enabler-po-price__promo-title {
    margin-bottom: 10px;
    color: #A66F00;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}
.enabler-po-price__promo-notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #242424;
}
.enabler-po-price__promo-notes.is-single {
    grid-template-columns: minmax(0,1fr);
}
.enabler-po-price__promo-notes.is-single > div {
    width: 100%;
    max-width: none;
    white-space: nowrap;
}
.enabler-po-price__promo-notes > div {
    padding: 0 22px;
    border-left: 1px solid #E7DDCC;
}
.enabler-po-price__promo-notes > div:first-child { padding-left: 0; border-left: 0; }
@media (max-width: 1024px) {
    .enabler-po-price__card { flex-basis: calc((100% - var(--po-price-gap)) / 2); }
    .enabler-po-price__arrow--prev { left: -18px; }
    .enabler-po-price__arrow--next { right: -18px; }
    .enabler-po-price__promo-notes { grid-template-columns: 1fr; gap: 8px; }
    .enabler-po-price__promo-notes > div { border-left: 0; padding: 0; }
}
@media (max-width: 767px) {
    .enabler-po-price { padding: 44px 20px; }
    .enabler-po-price__title { font-size: 42px; }
    .enabler-po-price__tab { width: 100%; min-width: 0; }
    .enabler-po-price__card { flex-basis: 100%; padding-left: 28px; padding-right: 28px; }
    .enabler-po-price__arrow { width: 42px; height: 42px; font-size: 34px; }
    .enabler-po-price__arrow--prev { left: -10px; }
    .enabler-po-price__arrow--next { right: -10px; }
    .enabler-po-price__price { font-size: 22px; }
    .enabler-po-price__promo { align-items: flex-start; gap: 14px; padding: 16px; }
    .enabler-po-price__promo-gift { width: 54px; height: 54px; flex-basis: 54px; font-size: 26px; }
}

/* Call Services Contact */
.enabler-call-contact { width:100%; display:grid; grid-template-columns:51% 1fr; min-height:650px; overflow:hidden; background:#FBF5EE; font-family:Poppins,Arial,sans-serif; }
.enabler-call-contact * { box-sizing:border-box; }
.enabler-call-contact__content { padding:58px 72px 58px 86px; display:flex; flex-direction:column; justify-content:center; }
.enabler-call-contact__kicker { display:flex; align-items:center; gap:14px; margin:0 0 20px; color:#B68416; font-size:15px; font-weight:700; letter-spacing:.12em; }
.enabler-call-contact__kicker:after { content:''; display:block; width:62px; height:1px; background:#B68416; }
.enabler-call-contact__title { margin:0 0 18px; color:#071631; font-family:"Cormorant Garamond",Georgia,serif; font-size:62px; line-height:1.02; font-weight:600; }
.enabler-call-contact__subtitle { margin:0 0 12px; max-width:620px; color:#071631; font-family:"Cormorant Garamond",Georgia,serif; font-size:44px; line-height:1.08; font-weight:600; }
.enabler-call-contact__desc { margin:0 0 28px; max-width:680px; color:#1A2940; font-size:18px; line-height:1.55; }
.enabler-call-contact__cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; max-width:660px; }
.enabler-call-contact__card { min-height:180px; padding:20px 16px; background:#fff; border:1px solid #F1E8DB; border-radius:18px; text-align:center; text-decoration:none!important; box-shadow:0 10px 30px rgba(77,52,19,.06); display:flex; flex-direction:column; align-items:center; justify-content:flex-start; }
.enabler-call-contact__icon { width:58px; height:58px; flex:0 0 auto; margin-bottom:14px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#C89424; color:#fff; }
.enabler-call-contact__card--wa .enabler-call-contact__icon { background:#20C75A; }
.enabler-call-contact__icon svg { width:28px; height:28px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.enabler-call-contact__label { display:block; color:#08172D; font-size:18px; font-weight:700; line-height:1.2; }
.enabler-call-contact__value { display:block; margin-top:6px; color:#08172D; font-size:17px; font-weight:600; line-height:1.35; overflow-wrap:anywhere; }
.enabler-call-contact__note { display:block; margin-top:8px; color:#7B7B7B; font-size:14px; line-height:1.3; }
.enabler-call-contact__visual { position:relative; min-height:650px; background:#EFE7DD; }
.enabler-call-contact__visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center center; }
.enabler-call-contact__visual:before { content:''; position:absolute; z-index:2; inset:0; background:linear-gradient(90deg,rgba(251,245,238,.12),rgba(251,245,238,0) 18%); pointer-events:none; }
@media (max-width:1024px) {
    .enabler-call-contact { grid-template-columns:1fr!important; }
    .enabler-call-contact__content { padding:52px 36px; }
    .enabler-call-contact__visual { min-height:520px!important; }
}
@media (max-width:767px) {
    .enabler-call-contact__content { padding:38px 20px; }
    .enabler-call-contact__cards { grid-template-columns:1fr; gap:12px; }
    .enabler-call-contact__card { min-height:0; padding:16px; }
    .enabler-call-contact__visual { min-height:420px!important; }
}

/* Private Office - Siapa yang Membutuhkan */
.enabler-po-audience { width: 100%; font-family: Poppins, Arial, sans-serif; }
.enabler-po-audience__inner { width: 100%; margin: 0 auto; }
.enabler-po-audience__header { text-align: center; }
.enabler-po-audience__kicker { display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 17px; line-height: 1.3; font-weight: 600; letter-spacing: 2px; }
.enabler-po-audience__kicker-line { width: 34px; height: 1px; display: inline-block; opacity: .85; }
.enabler-po-audience__title { margin: 14px 0 12px; font-family: "Cormorant Garamond", Georgia, serif; line-height: 1; }
.enabler-po-audience__ornament { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 0 0 14px; }
.enabler-po-audience__orn-line { width: 72px; height: 1px; opacity: .65; }
.enabler-po-audience__orn-diamond, .enabler-po-audience__bottom-diamond { display: inline-block; width: 9px; height: 9px; transform: rotate(45deg); flex: 0 0 auto; }
.enabler-po-audience__subtitle { max-width: 900px; margin: 0 auto; }
.enabler-po-audience__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.enabler-po-audience__card { position: relative; overflow: visible; border: 1px solid #E8D8C0; min-height: 272px; }
.enabler-po-audience__card-main { display: flex; align-items: flex-start; height: 100%; }
.enabler-po-audience__icon-area { flex: 0 1 34%; min-width: 0; display: flex; align-items: center; justify-content: center; }
.enabler-po-audience__icon { border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #0B2458; }
.enabler-po-audience__icon svg { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.enabler-po-audience__icon img { display: block; object-fit: contain; }
.enabler-po-audience__content { flex: 0 1 66%; min-width: 0; border-left: 1px solid #E7D8BF; padding-left: 26px; }
.enabler-po-audience__card-title { margin: 0; }
.enabler-po-audience__card-desc { margin: 0; }
.enabler-po-audience__card-accent { position: absolute; left: 0; right: 0; bottom: 0; height: 7px; border-radius: 0 0 18px 18px; }
.enabler-po-audience__check { position: absolute; left: 50%; bottom: -17px; transform: translateX(-50%); width: 36px; height: 36px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; box-shadow: 0 4px 12px rgba(104,72,16,.18); }
.enabler-po-audience__bottom { display: flex; align-items: center; justify-content: center; gap: 12px; }
.enabler-po-audience__bottom-line { height: 1px; flex: 1 1 120px; max-width: 240px; opacity: .55; }
.enabler-po-audience__bottom-note { flex: 0 1 720px; text-align: center; }
@media (max-width: 1024px) {
    .enabler-po-audience__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .enabler-po-audience__card-main { align-items: flex-start; }
}
@media (max-width: 767px) {
    .enabler-po-audience__grid { grid-template-columns: 1fr; }
    .enabler-po-audience__title { font-size: 46px; }
    .enabler-po-audience__card { min-height: 0; }
    .enabler-po-audience__card-main { gap: 18px !important; }
    .enabler-po-audience__icon-area { flex-basis: 34%; }
    .enabler-po-audience__content { flex-basis: 66%; padding-left: 18px; }
    .enabler-po-audience__bottom-line { display: none; }
    .enabler-po-audience__bottom { padding: 0 14px; }
}

/* Private Office — Exclusive Benefits */
.enabler-po-benefits {
    width: 100%;
    padding: 64px 28px 70px;
    background: #fff;
}
.enabler-po-benefits__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.enabler-po-benefits__header {
    margin: 0 0 28px;
    text-align: center;
}
.enabler-po-benefits__kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 4px;
    color: #D58A05;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.enabler-po-benefits__kicker-line {
    width: 52px;
    height: 1px;
    flex: 0 0 52px;
    background: #D58A05;
}
.enabler-po-benefits__title {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 600;
}
.enabler-po-benefits__title-prefix { color: #0C1748; }
.enabler-po-benefits__title-accent { color: #D58A05; }
.enabler-po-benefits__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 14px 0 12px;
}
.enabler-po-benefits__orn-line {
    width: 72px;
    height: 1px;
    background: #D58A05;
}
.enabler-po-benefits__orn-diamond {
    width: 11px;
    height: 11px;
    display: block;
    background: #D58A05;
    transform: rotate(45deg);
    box-shadow: inset 0 0 0 3px #fff;
}
.enabler-po-benefits__subtitle {
    max-width: 740px;
    margin: 0 auto;
    color: #0C1748;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}
.enabler-po-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 52px;
    row-gap: 30px;
    align-items: start;
}
.enabler-po-benefits__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.enabler-po-benefits__icon {
    width: 108px;
    height: 108px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF6EA;
    color: #10235A;
}
.enabler-po-benefits__icon svg,
.enabler-po-benefits__icon img {
    width: 60%;
    height: 60%;
    display: block;
    object-fit: contain;
}
.enabler-po-benefits__icon svg {
    overflow: visible;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.enabler-po-benefits__icon .accent {
    stroke: #D9910A;
    fill: #D9910A;
}
.enabler-po-benefits__item-title {
    max-width: 190px;
    color: #0C1748;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .enabler-po-benefits__grid { grid-template-columns: repeat(3, minmax(0,1fr)); column-gap: 32px; }
    .enabler-po-benefits__title { font-size: 54px; }
}
@media (max-width: 767px) {
    .enabler-po-benefits { padding: 44px 20px 50px; }
    .enabler-po-benefits__kicker { gap: 9px; font-size: 11px; letter-spacing: .10em; }
    .enabler-po-benefits__kicker-line { width: 26px; flex-basis: 26px; }
    .enabler-po-benefits__title { font-size: 42px; }
    .enabler-po-benefits__subtitle { font-size: 14px; line-height: 1.55; }
    .enabler-po-benefits__grid { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 18px; row-gap: 26px; }
    .enabler-po-benefits__icon { width: 88px; height: 88px; }
    .enabler-po-benefits__item-title { font-size: 14px; max-width: 145px; }
}

/* Call Services: Office Locations */
.enabler-office-locations { width:100%; background:#FFFDF9; box-sizing:border-box; padding:48px 36px; font-family:Poppins,Arial,sans-serif; }
.enabler-office-locations * { box-sizing:border-box; }
.enabler-office-locations__inner { width:100%; max-width:1500px; margin:0 auto; }
.enabler-office-locations__grid { display:grid; grid-template-columns:52% 1fr; gap:44px; align-items:stretch; }
.enabler-office-locations__left { min-width:0; }
.enabler-office-locations__kicker { display:flex; align-items:center; gap:14px; margin:0 0 15px; color:#B98418; font-size:15px; line-height:1.2; font-weight:700; letter-spacing:.12em; }
.enabler-office-locations__kicker:after { content:''; width:62px; height:1px; display:block; background:#C99B39; }
.enabler-office-locations__title { margin:0 0 8px; color:#071631; font-family:"Cormorant Garamond",Georgia,serif; font-size:58px; line-height:1.02; font-weight:600; }
.enabler-office-locations__subtitle { max-width:610px; color:#17243A; font-size:20px; line-height:1.45; }
.enabler-office-locations__cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; margin-top:22px; }
.enabler-office-card { min-width:0; overflow:hidden; background:#fff; border:1px solid #EFE6D7; border-radius:18px; box-shadow:0 10px 28px rgba(68,47,18,.07); }
.enabler-office-card__image { display:block; width:100%; height:190px; object-fit:cover; object-position:center; }
.enabler-office-card__body { padding:18px 22px; }
.enabler-office-card__title { margin:0 0 14px; color:#08172D; font-size:22px; line-height:1.2; font-weight:700; }
.enabler-office-card__row { display:flex; gap:12px; align-items:flex-start; margin:0 0 12px; color:#17243A; font-size:15px; line-height:1.45; }
.enabler-office-card__icon { width:20px; flex:0 0 20px; color:#C98E0A; font-weight:700; text-align:center; }
.enabler-office-card__button { width:100%; display:flex; justify-content:center; align-items:center; gap:14px; margin-top:16px; padding:11px 14px; border:1px solid #B98418; border-radius:8px; color:#B98418; text-decoration:none!important; font-size:15px; line-height:1.2; font-weight:600; transition:.2s ease; }
.enabler-office-card__button:hover { background:#B98418; color:#fff; }
.enabler-office-locations__map { position:relative; min-height:545px; overflow:hidden; border-radius:18px; background:#EDE9E2; box-shadow:0 10px 28px rgba(68,47,18,.06); }
.enabler-office-locations__map iframe { position:absolute; inset:0; width:100%; height:100%; border:0; filter:saturate(.75) contrast(.94) brightness(1.05); }
.enabler-office-locations__map:after { content:''; position:absolute; inset:0; pointer-events:none; background:rgba(255,255,255,.10); }
.enabler-map-chip { position:absolute; z-index:3; width:300px; min-height:88px; display:flex; align-items:center; gap:14px; padding:12px 16px; background:rgba(255,255,255,.96); border:1px solid rgba(215,201,180,.75); border-radius:14px; box-shadow:0 12px 28px rgba(55,44,25,.16); }
.enabler-map-chip--one { top:72px; left:11%; }
.enabler-map-chip--two { right:4%; bottom:145px; }
.enabler-map-chip img { width:58px; height:58px; flex:0 0 58px; border-radius:50%; object-fit:cover; }
.enabler-map-chip__title { color:#0A1830; font-size:16px; line-height:1.25; font-weight:700; }
.enabler-map-chip__text { margin-top:4px; color:#3D4653; font-size:13px; line-height:1.3; }
.enabler-office-locations__map-label { position:absolute; z-index:3; left:17%; top:56%; transform:translateY(-50%); color:#0B2B65; font-size:24px; line-height:1.1; font-weight:600; text-shadow:0 1px 4px #fff; }
@media (max-width:1100px) {
    .enabler-office-locations__grid { grid-template-columns:1fr!important; }
    .enabler-office-locations__map { min-height:500px; }
}
@media (max-width:767px) {
    .enabler-office-locations { padding:38px 18px; }
    .enabler-office-locations__title { font-size:42px; }
    .enabler-office-locations__subtitle { font-size:16px; }
    .enabler-office-locations__cards { grid-template-columns:1fr; gap:18px; }
    .enabler-office-card__image { height:210px; }
    .enabler-office-locations__map { min-height:420px; }
    .enabler-map-chip { width:230px; min-height:70px; padding:9px 11px; gap:10px; }
    .enabler-map-chip img { width:44px; height:44px; flex-basis:44px; }
    .enabler-map-chip--one { top:28px; left:5%; }
    .enabler-map-chip--two { right:4%; bottom:70px; }
    .enabler-office-locations__map-label { left:8%; top:52%; font-size:20px; }
}

/* Call Services: Message Form + FAQ */
.enabler-message-faq { width:100%; box-sizing:border-box; background:#FFFDF9; padding:48px 36px 60px; color:#08162F; font-family:Poppins,Arial,sans-serif; }
.enabler-message-faq * { box-sizing:border-box; }
.enabler-message-faq__inner { width:100%; max-width:1500px; margin:0 auto; }
.enabler-message-faq__grid { display:grid; grid-template-columns:56% 1fr; gap:38px; align-items:start; }
.enabler-message-panel,.enabler-faq-panel,.enabler-wa-panel { background:#FFF9F1; border:1px solid #E9DEC9; border-radius:18px; }
.enabler-message-panel,.enabler-faq-panel { padding:28px 30px; }
.enabler-message-faq__kicker,.enabler-faq-panel__kicker { display:flex; align-items:center; gap:14px; margin:0 0 12px; color:#C78A10; font-size:15px; line-height:1.2; font-weight:700; letter-spacing:.12em; }
.enabler-message-faq__kicker:after,.enabler-faq-panel__kicker:after { content:''; width:62px; height:1px; background:#C99B39; display:block; }
.enabler-message-faq__title,.enabler-faq-panel__title { margin:0 0 8px; color:#08162F; font-family:"Cormorant Garamond",Georgia,serif; font-size:42px; line-height:1.05; font-weight:600; }
.enabler-message-faq__subtitle { margin:0 0 20px; color:#27354A; font-size:16px; line-height:1.5; }
.enabler-message-form { display:flex; flex-direction:column; gap:15px; }
.enabler-message-form__row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.enabler-message-form label { display:flex; flex-direction:column; gap:7px; color:#111827; font-size:14px; line-height:1.3; font-weight:600; }
.enabler-message-form input,.enabler-message-form select,.enabler-message-form textarea { width:100%; border:1px solid #DDD8CF; border-radius:10px; background:#fff; color:#111827; font:inherit; font-weight:400; padding:13px 15px; outline:none; box-shadow:none; }
.enabler-message-form textarea { resize:vertical; min-height:125px; }
.enabler-message-form input:focus,.enabler-message-form select:focus,.enabler-message-form textarea:focus { border-color:#C78A10; box-shadow:0 0 0 2px rgba(199,138,16,.09); }
.enabler-message-form__submit { width:100%; display:flex; justify-content:center; align-items:center; gap:10px; border:0; border-radius:10px; padding:15px 20px; background:linear-gradient(90deg,#C58A13,#D8A322); color:#fff; font-size:17px; line-height:1.2; font-weight:600; cursor:pointer; }
.enabler-message-form__notice { margin:0 0 16px; padding:11px 14px; border-radius:9px; font-size:14px; line-height:1.4; }
.enabler-message-form__notice--success { background:#ECF9EF; color:#176B2B; border:1px solid #BFE7C8; }
.enabler-message-form__notice--error { background:#FFF1F0; color:#A52A22; border:1px solid #F0C7C3; }
.enabler-message-form__hp { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(1px,1px,1px,1px)!important; clip-path:inset(50%)!important; white-space:nowrap!important; }
.enabler-message-faq__right { display:flex; flex-direction:column; gap:28px; }
.enabler-faq-panel__title { margin-bottom:20px; }
.enabler-faq-list { display:flex; flex-direction:column; gap:8px; }
.enabler-faq-item { border:1px solid #E1DDD5; border-radius:10px; background:#fff; overflow:hidden; }
.enabler-faq-item summary { list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; cursor:pointer; padding:13px 16px; color:#172135; font-size:15px; line-height:1.35; font-weight:500; }
.enabler-faq-item summary::-webkit-details-marker { display:none; }
.enabler-faq-item summary span { flex:0 0 auto; font-size:22px; line-height:1; font-weight:400; transition:.2s ease; }
.enabler-faq-item[open] summary span { transform:rotate(45deg); }
.enabler-faq-item__answer { padding:0 16px 15px; color:#4C5565; font-size:14px; line-height:1.6; }
.enabler-wa-panel { min-height:122px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; padding:20px 22px; }
.enabler-wa-panel__icon { width:54px; height:54px; border:3px solid #C78A10; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#C78A10; font-size:28px; line-height:1; }
.enabler-wa-panel__copy { min-width:0; display:flex; flex-direction:column; gap:5px; }
.enabler-wa-panel__copy strong { color:#111827; font-size:16px; line-height:1.3; }
.enabler-wa-panel__copy span { color:#4B5563; font-size:13px; line-height:1.5; }
.enabler-wa-panel__button { display:inline-flex; align-items:center; justify-content:center; min-width:150px; padding:13px 18px; border-radius:9px; background:linear-gradient(90deg,#C58A13,#D8A322); color:#fff!important; text-decoration:none!important; font-size:15px; line-height:1.2; font-weight:600; }
@media (max-width:1050px) { .enabler-message-faq__grid { grid-template-columns:1fr!important; } }
@media (max-width:767px) {
    .enabler-message-faq { padding:38px 18px 44px; }
    .enabler-message-panel,.enabler-faq-panel { padding:22px 18px; }
    .enabler-message-faq__title,.enabler-faq-panel__title { font-size:36px; }
    .enabler-message-form__row { grid-template-columns:1fr; gap:15px; }
    .enabler-wa-panel { grid-template-columns:auto 1fr; gap:14px; padding:18px; }
    .enabler-wa-panel__button { grid-column:1 / -1; width:100%; }
}
