.dynamic-notice {
    margin: 120px auto 0;
    max-width: 900px;
    padding: 18px 22px;
    border-left: 4px solid #17139B;
    background: rgba(23, 19, 155, 0.08);
    color: #222;
    font-family: Outfit, sans-serif;
}
.dynamic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.dynamic-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.dynamic-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}
.dynamic-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}
.dynamic-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.dynamic-video-frame--detail {
    border-radius: 8px;
}
.dynamic-video-link {
    margin-left: 14px;
}
.dynamic-card .read_more img {
    width: 18px;
    height: 18px;
    aspect-ratio: auto;
    object-fit: contain;
}
.dynamic-card-body {
    padding: 24px;
}
.dynamic-kicker {
    color: #17139B;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
.hero_youtube {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #000;
    pointer-events: none;
}
.hero_youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
}
.dynamic-page-hero {
    padding: 190px 0 90px;
    background: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), url("../image/project/project_back.jpg") center/cover no-repeat;
}
.dynamic-page-hero h1,
.dynamic-page-hero p {
    color: #fff;
}
.dynamic-content {
    padding: 100px 0 0;
}
.dynamic-detail-image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.dynamic-thankyou {
    max-width: 820px;
    padding: 42px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    background: #fff;
}
.dynamic-product-intro {
    row-gap: 30px;
}
.dynamic-product-image {
    aspect-ratio: 4 / 3;
    display: block;
}
.dynamic-product-summary {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 34px;
    background: #fff;
}
.dynamic-product-summary .offer_h2 {
    margin-top: 8px;
}
.dynamic-product-summary p:not(.dynamic-kicker) {
    margin: 18px 0 24px;
    color: #404756;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    line-height: 1.7;
}
.dynamic-product-copy,
.dynamic-product-features {
    margin-top: 34px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 34px;
    background: #fff;
}
.dynamic-product-copy .offer_h2,
.dynamic-product-features .offer_h2 {
    margin-bottom: 18px;
}
.dynamic-product-copy p {
    margin: 0;
    max-width: none;
    color: #303642;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.dynamic-product-features ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 0;
    padding: 0;
}
.dynamic-product-features li {
    list-style: none;
    position: relative;
    padding-left: 24px;
    color: #303642;
    font-family: Outfit, sans-serif;
    line-height: 1.55;
}
.dynamic-product-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #17139B;
}
.dynamic-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0;
}
.dynamic-meta-item {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 14px;
    background: #fff;
}
.dynamic-meta-item small {
    display: block;
    color: #17139B;
    font-weight: 700;
    text-transform: uppercase;
}
.project-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.dynamic-faq-section {
    padding: 100px 0 0;
}
.dynamic-faq-heading {
    max-width: 760px;
    margin-bottom: 34px;
}
.dynamic-faq-list {
    display: grid;
    gap: 14px;
}
.dynamic-faq-item {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    padding: 0 22px;
}
.dynamic-faq-item summary {
    cursor: pointer;
    padding: 18px 0;
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 600;
    list-style: none;
}
.dynamic-faq-item summary::-webkit-details-marker {
    display: none;
}
.dynamic-faq-item summary::after {
    content: "+";
    float: right;
    color: #17139B;
    font-weight: 700;
}
.dynamic-faq-item[open] summary::after {
    content: "-";
}
.dynamic-faq-item p {
    margin: 0;
    padding: 0 0 18px;
    color: #505766;
    font-family: Outfit, sans-serif;
    line-height: 1.7;
}
.dynamic-form-message {
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: 8px;
    background: rgba(23, 19, 155, .08);
    color: #17139B;
    font-family: Outfit, sans-serif;
}
.dynamic-form-message--error {
    background: rgba(180, 35, 24, .1);
    color: #b42318;
}
.dynamic-footer-about {
    max-width: 360px;
    flex: 0 0 360px;
}
.admin-body {
    margin: 0;
    background: #f6f7fb;
    color: #182033;
    font-family: Arial, sans-serif;
}
.admin-shell {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 100vh;
}
.admin-sidebar {
    background: #101426;
    color: #fff;
    padding: 24px;
}
.admin-sidebar a {
    display: block;
    color: #dfe5ff;
    padding: 10px 0;
    text-decoration: none;
}
.admin-main {
    padding: 28px;
}
.admin-card {
    background: #fff;
    border: 1px solid #e1e4ee;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 20px;
}
.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.admin-table th,
.admin-table td {
    border-bottom: 1px solid #e1e4ee;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}
.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.admin-form-grid label {
    display: grid;
    gap: 6px;
    font-weight: 700;
}
.admin-field-block {
    display: grid;
    gap: 8px;
    font-weight: 700;
}
.admin-form-grid input,
.admin-form-grid textarea,
.admin-form-grid select,
.admin-card input,
.admin-card textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfd5e6;
    border-radius: 6px;
}
.admin-span-2 {
    grid-column: 1 / -1;
}
.admin-button {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    background: #17139B;
    color: #fff;
    padding: 10px 14px;
    text-decoration: none;
    cursor: pointer;
}
.admin-button.secondary {
    background: #394057;
}
.admin-image-preview {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.admin-image-preview img {
    width: 72px;
    height: 54px;
    border: 1px solid #d8deed;
    border-radius: 6px;
    object-fit: cover;
    background: #f6f7fb;
}
.admin-image-preview small {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #596173;
    font-weight: 400;
}
.admin-builder-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.admin-builder-nav {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 8px;
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 18px;
    border: 1px solid #e1e4ee;
    border-radius: 8px;
    background: #fff;
}
.admin-builder-nav a {
    display: block;
    padding: 13px 14px;
    border-radius: 6px;
    color: #182033;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}
.admin-builder-nav a:hover,
.admin-builder-nav a:focus-visible,
.admin-builder-nav a.is-active {
    background: rgba(23, 19, 155, .08);
    color: #17139B;
}
.admin-builder-form {
    min-width: 0;
}
.admin-builder-form > .admin-card {
    padding: 30px;
}
.admin-builder-form > .admin-card h2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.2;
}
.admin-builder-form .admin-form-grid {
    gap: 20px;
}
.admin-builder-form .admin-form-grid label,
.admin-builder-form .admin-repeat-grid label,
.admin-builder-form .admin-variant-grid label {
    gap: 8px;
    color: #182033;
    font-size: 15px;
}
.admin-builder-form input,
.admin-builder-form textarea,
.admin-builder-form select {
    min-height: 46px;
    padding: 12px;
    font-size: 16px;
}
.admin-builder-form textarea {
    line-height: 1.55;
}
.admin-builder-fieldset {
    margin: 22px 0;
    padding: 22px;
    border: 1px solid #e1e4ee;
    border-radius: 8px;
    background: #fbfcff;
}
.admin-builder-fieldset legend {
    padding: 0 8px;
    color: #17139B;
    font-weight: 800;
}
.admin-repeat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}
.admin-repeat-grid > div {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e1e4ee;
    border-radius: 8px;
    background: #fbfcff;
}
.admin-builder-subtitle {
    margin: 22px 0 12px;
    color: #182033;
    font-size: 20px;
}
.admin-variant-grid {
    display: grid;
    gap: 12px;
}
.admin-variant-grid > div {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-items: end;
    padding: 12px;
    border: 1px solid #e1e4ee;
    border-radius: 8px;
    background: #fff;
}
.admin-variant-grid label {
    display: grid;
    gap: 6px;
    font-weight: 700;
}
.admin-builder-actions {
    position: sticky;
    bottom: 0;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
    padding: 16px;
    border: 1px solid #e1e4ee;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 -10px 30px rgba(16, 20, 38, .08);
}
.admin-builder-actions .admin-button {
    min-height: 44px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .dynamic-grid,
    .dynamic-meta-grid,
    .dynamic-product-features ul,
    .admin-shell,
    .admin-form-grid,
    .admin-builder-shell,
    .admin-repeat-grid {
        grid-template-columns: 1fr;
    }
    .dynamic-footer-about {
        flex: 1 1 auto;
    }
    .admin-builder-nav {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: none;
    }
    .admin-variant-grid > div {
        grid-template-columns: 1fr;
    }
}

/* Monsoon offer campaign page */
.monsoon-offer-page,
.offer-campaign {
    --offer-blue: #17139b;
    --offer-navy: #081947;
    --offer-gold: #f4b400;
    --offer-ink: #172033;
    --offer-muted: #596173;
    --offer-line: rgba(14, 29, 71, .12);
    --offer-soft: #f4f8ff;
    --offer-shadow: 0 18px 50px rgba(8, 25, 71, .12);
    background: #fff;
    color: var(--offer-ink);
    font-family: Outfit, sans-serif;
    overflow: clip;
}
.offer-container {
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
}
.offer-hero {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: center;
    padding: 150px 0 72px;
    background: linear-gradient(90deg, rgba(7, 19, 55, .95) 0%, rgba(7, 19, 55, .78) 42%, rgba(7, 19, 55, .18) 76%), var(--offer-hero-image) center/cover no-repeat;
}
.offer-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 48px;
    align-items: center;
}
.offer-hero__copy {
    max-width: 660px;
    padding: 34px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(8, 25, 71, .9), rgba(8, 25, 71, .52));
}
.offer-eyebrow {
    margin: 0 0 12px;
    color: var(--offer-gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.offer-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5vw, 74px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: 0;
}
.offer-hero__lead {
    max-width: 610px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 20px;
    line-height: 1.55;
}
.offer-price-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-top: 26px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
}
.offer-price-panel span,
.offer-price-panel small {
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
}
.offer-price-panel strong {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}
.offer-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
}
.offer-hero__benefits li {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 15px;
}
.offer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 28px;
}
.offer-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    cursor: pointer;
}
.offer-btn--primary {
    position: relative;
    overflow: hidden;
    background: #d71920;
    color: #fff;
    border: 2px solid #fff;
    transform: translateY(0);
    text-shadow: 0 1px 1px rgba(88, 0, 8, .5);
    box-shadow: 0 6px 0 #8f1016, 0 16px 30px rgba(162, 16, 24, .35), inset 0 1px 0 rgba(255, 255, 255, .45);
}
.offer-btn--primary::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-130%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
    animation: offerCtaSweep 4.5s ease-in-out infinite;
}
.offer-btn--primary span,
.offer-btn--primary:not(button) {
    z-index: 1;
}
.offer-btn--secondary {
    background: #fff;
    color: var(--offer-blue);
    border-color: rgba(255, 255, 255, .7);
}
.offer-btn--ghost {
    background: #fff;
    color: var(--offer-blue);
    border-color: var(--offer-line);
}
.offer-btn--small {
    min-height: 40px;
    padding: 9px 14px;
    background: var(--offer-blue);
    color: #fff;
}
.offer-btn:hover,
.offer-btn:focus-visible {
    transform: translateY(-3px);
    box-shadow: var(--offer-shadow);
}
.offer-btn--primary:hover,
.offer-btn--primary:focus-visible {
    box-shadow: 0 9px 0 #8f1016, 0 22px 34px rgba(162, 16, 24, .42), inset 0 1px 0 rgba(255, 255, 255, .5);
}
.offer-btn--primary:active {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #8f1016, 0 10px 20px rgba(162, 16, 24, .3), inset 0 1px 0 rgba(255, 255, 255, .4);
}
.offer-btn:hover span {
    transform: translateX(3px);
}
.offer-text-link {
    color: #fff;
    font-weight: 800;
    text-underline-offset: 5px;
}
.offer-hero__visual {
    justify-self: end;
    width: min(100%, 500px);
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--offer-shadow);
}
.offer-hero__visual img,
.offer-showcase__image img,
.offer-enquiry__trust img {
    width: 100%;
    display: block;
}
.offer-hero__visual img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    animation: offerFloat 5s ease-in-out infinite;
}
.offer-urgency {
    background: var(--offer-navy);
    color: #fff;
}
.offer-urgency__inner {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
}
.offer-urgency p {
    margin: 0;
    font-size: 16px;
}
.offer-preview-bar {
    position: sticky;
    top: 0;
    z-index: 60;
    padding: 10px 16px;
    background: #111827;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    text-align: center;
}
.offer-admin-toolbar {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 80;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(16, 20, 38, .94);
    box-shadow: 0 16px 40px rgba(8, 25, 71, .22);
    backdrop-filter: blur(10px);
    font-family: Outfit, sans-serif;
}
.offer-admin-toolbar span {
    padding: 0 6px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 800;
}
.offer-admin-toolbar a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 6px;
    background: #fff;
    color: #17139B;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}
.offer-admin-toolbar a:first-of-type {
    background: #f4b400;
    color: #111827;
}
.offer-highlights {
    padding: 22px 0;
    border-bottom: 1px solid var(--offer-line);
    background: #fff;
}
.offer-highlights__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.offer-highlights article {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 4px 12px;
    align-items: start;
}
.offer-highlights article span {
    width: 12px;
    height: 12px;
    margin-top: 7px;
    border-radius: 50%;
    background: var(--offer-gold);
    box-shadow: 0 0 0 5px rgba(244, 180, 0, .16);
}
.offer-highlights h2 {
    margin: 0;
    color: var(--offer-navy);
    font-size: 17px;
    font-weight: 900;
}
.offer-highlights p {
    grid-column: 2;
    margin: 2px 0 0;
    color: var(--offer-muted);
    font-size: 14px;
    line-height: 1.45;
}
.offer-section {
    padding: 94px 0;
}
.offer-section--tint {
    background: var(--offer-soft);
}
.offer-section__heading {
    max-width: 760px;
    margin: 0 0 34px;
}
.offer-section__heading--row {
    max-width: none;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
}
.offer-section__heading h2,
.offer-showcase__copy h2,
.offer-enquiry__trust h2 {
    margin: 0;
    color: var(--offer-navy);
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}
.offer-section__heading p:not(.offer-eyebrow),
.offer-showcase__copy p,
.offer-enquiry__trust p {
    margin: 14px 0 0;
    color: var(--offer-muted);
    font-size: 17px;
    line-height: 1.7;
}
.offer-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
    gap: 48px;
    align-items: center;
}
.offer-editorial h2 {
    margin: 0;
    color: var(--offer-navy);
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.12;
    font-weight: 900;
}
.offer-editorial p:not(.offer-eyebrow) {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--offer-muted);
    font-size: 17px;
    line-height: 1.75;
}
.offer-editorial img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--offer-shadow);
}
.offer-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}
.offer-package-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    padding: 0;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(8, 25, 71, .06);
}
.offer-package-card.is-popular {
    border-color: rgba(244, 180, 0, .85);
    box-shadow: var(--offer-shadow);
}
.offer-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 10px;
    border-radius: 6px;
    background: var(--offer-gold);
    color: #111827;
    font-size: 12px;
    font-weight: 900;
}
.offer-package-card__top {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-width: 0;
    padding-right: 82px;
}
.offer-color-chip {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    margin-top: 8px;
    border-radius: 50%;
    background: var(--package-color, var(--offer-gold));
    box-shadow: 0 0 0 5px rgba(244, 180, 0, .16);
}
.offer-package-card h3,
.offer-benefit h3,
.offer-review-card h3 {
    margin: 0;
    color: var(--offer-navy);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}
.offer-package-card__top p {
    margin: 4px 0 0;
    color: var(--offer-muted);
}
.offer-package-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: contain;
    background: #f8fbff;
    padding: 24px;
    display: block;
}
.offer-package-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 10px;
    margin-bottom: 18px;
}
.offer-package-card__price strong {
    color: var(--offer-blue);
    font-size: 34px;
    line-height: 1;
}
.offer-package-card__price span {
    color: #788198;
    text-decoration: line-through;
}
.offer-package-card__price em {
    color: #176a3a;
    font-style: normal;
    font-weight: 900;
}
.offer-package-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 16px;
}
.offer-package-meta div {
    padding: 12px;
    border: 1px solid var(--offer-line);
    border-radius: 7px;
    background: #fbfdff;
}
.offer-package-meta dt {
    color: var(--offer-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.offer-package-meta dd {
    margin: 4px 0 0;
    color: var(--offer-ink);
    font-size: 14px;
}
.offer-check-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.offer-check-list li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    color: #333d50;
    font-size: 15px;
    line-height: 1.5;
}
.offer-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .5em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--offer-gold);
    box-shadow: 0 0 0 4px rgba(244, 180, 0, .18);
}
.offer-package-card__use {
    margin: 16px 0 20px;
    color: var(--offer-muted);
    font-size: 15px;
    line-height: 1.6;
}
.offer-package-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
}
.product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    padding: 24px;
}
.product-card__title {
    margin: 0;
    color: var(--offer-navy);
    font-size: clamp(1.25rem, 1.6vw, 1.75rem);
    line-height: 1.2;
    font-weight: 700;
    overflow-wrap: anywhere;
}
.offer-package-card .product-card__title {
    font-size: clamp(1.25rem, 1.6vw, 1.75rem);
    line-height: 1.2;
    font-weight: 700;
}
.product-card__subtitle {
    margin: 0 0 5px;
    color: var(--offer-muted);
    font-size: .875rem;
    line-height: 1.5;
}
.offer-package-card .product-card__subtitle {
    margin: 0 0 5px;
    font-size: .875rem;
    line-height: 1.5;
}
.product-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 14px 0 18px;
    overflow: hidden;
    color: var(--offer-muted);
    font-size: .9375rem;
    line-height: 1.55;
}
.product-card__price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.product-card__price-grid > div {
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fbfdff;
}
.product-card__price-label {
    display: block;
    color: var(--offer-muted);
    font-size: .75rem;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.product-card__price {
    display: block;
    margin-top: 4px;
    color: var(--offer-blue);
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.1;
    font-weight: 750;
}
.product-card__price--mrp {
    color: #667085;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}
.product-card__variants {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}
.product-card__variant {
    display: grid;
    gap: 6px;
    padding: 10px 0;
    border-top: 1px solid var(--offer-line);
}
.product-card__variant-title {
    display: block;
    color: var(--offer-ink);
    font-size: .9375rem;
    line-height: 1.4;
    font-weight: 700;
}
.product-card__variant div:first-child span {
    display: block;
    color: var(--offer-muted);
    font-size: .8125rem;
    line-height: 1.4;
}
.product-card__variant-price {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    color: var(--offer-ink);
    font-size: 1rem;
    line-height: 1.5;
}
.product-card__all-prices {
    margin: 0 0 16px;
}
.product-card__all-prices summary {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    color: var(--offer-blue);
    font-size: .9375rem;
    font-weight: 800;
    cursor: pointer;
}
.product-card__variant-table {
    display: grid;
    gap: 0;
    margin-top: 8px;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    overflow: hidden;
}
.product-card__variant-table > div {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid var(--offer-line);
    font-size: .875rem;
    line-height: 1.4;
}
.product-card__variant-table > div:last-child {
    border-bottom: 0;
}
.product-card__pricing-note {
    margin: 0 0 16px;
    color: var(--offer-muted);
    font-size: .9375rem;
    line-height: 1.55;
}
.offer-package-card .offer-check-list li {
    font-size: .9375rem;
    line-height: 1.55;
}
.offer-comparison-scroll {
    overflow-x: auto;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
}
.offer-comparison-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-family: Outfit, sans-serif;
}
.offer-comparison-table th,
.offer-comparison-table td {
    padding: 16px;
    border-bottom: 1px solid var(--offer-line);
    color: var(--offer-ink);
    text-align: left;
    vertical-align: top;
}
.offer-comparison-table thead th {
    background: var(--offer-soft);
    color: var(--offer-navy);
    font-weight: 900;
}
.offer-comparison-table tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 150px;
    background: #fff;
    color: var(--offer-blue);
    font-weight: 900;
}
.offer-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.offer-spec-grid article {
    padding: 18px;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
}
.offer-spec-grid span {
    display: block;
    color: var(--offer-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.offer-spec-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--offer-ink);
    font-size: 18px;
    line-height: 1.35;
}
.offer-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.offer-gallery-grid figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
}
.offer-gallery-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}
.offer-gallery-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}
.offer-gallery-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.offer-gallery-grid figcaption {
    padding: 12px 14px;
    color: var(--offer-muted);
    font-size: 15px;
}
.offer-showcase {
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: center;
}
.offer-showcase__image {
    padding: 24px;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--offer-shadow);
}
.offer-showcase__image img {
    aspect-ratio: 4 / 3;
    object-fit: contain;
}
.offer-check-list--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}
.offer-related {
    padding-top: 8px;
    font-weight: 800;
}
.offer-related a {
    color: var(--offer-blue);
}
.offer-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.offer-benefit {
    padding: 20px 0;
    border-top: 2px solid var(--offer-line);
}
.offer-benefit span {
    color: var(--offer-gold);
    font-weight: 900;
}
.offer-benefit p {
    margin: 10px 0 0;
    color: var(--offer-muted);
    font-size: 15px;
    line-height: 1.6;
}
.offer-section--process {
    background: #fff;
}
.offer-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin: 0;
    padding: 0;
    counter-reset: steps;
}
.offer-process::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 9%;
    right: 9%;
    height: 2px;
    background: var(--offer-line);
}
.offer-process li {
    position: relative;
    list-style: none;
    padding: 0 18px;
    text-align: center;
}
.offer-process span {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--offer-blue);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 0 0 10px #fff;
}
.offer-process p {
    margin: 18px 0 0;
    color: var(--offer-ink);
    font-size: 17px;
    line-height: 1.6;
}
.offer-review-controls {
    display: flex;
    gap: 10px;
}
.offer-review-controls button,
.offer-review-dots button {
    min-height: 44px;
    border: 1px solid var(--offer-line);
    border-radius: 7px;
    background: #fff;
    color: var(--offer-blue);
    font-weight: 900;
    cursor: pointer;
}
.offer-review-controls button {
    padding: 10px 14px;
}
.offer-reviews {
    overflow: hidden;
}
.offer-reviews__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 3);
    gap: 24px;
    transition: transform .35s ease;
}
.offer-review-card {
    min-height: 100%;
    padding: 22px;
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
}
.offer-review-card__head {
    display: flex;
    gap: 12px;
    align-items: center;
}
.offer-review-card__head > span {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--offer-soft);
    color: var(--offer-blue);
    font-weight: 900;
}
.offer-review-card p {
    margin: 12px 0 0;
    color: var(--offer-muted);
    line-height: 1.65;
}
.offer-review-card__head p {
    margin: 3px 0 0;
    font-size: 14px;
}
.offer-stars {
    color: #d99c00;
    letter-spacing: 0;
}
.offer-review-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}
.offer-review-dots button {
    width: 44px;
    padding: 0;
}
.offer-review-dots button.is-active {
    background: var(--offer-blue);
    color: #fff;
}
.offer-faq-list {
    display: grid;
    gap: 12px;
}
.offer-faq-item {
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
}
.offer-faq-item h3 {
    margin: 0;
}
.offer-faq-item button {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    background: transparent;
    padding: 18px 22px;
    color: var(--offer-navy);
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}
.offer-faq-item button span {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}
.offer-faq-item button span::before,
.offer-faq-item button span::after {
    content: "";
    position: absolute;
    inset: 8px 0 auto;
    height: 2px;
    background: var(--offer-blue);
}
.offer-faq-item button span::after {
    transform: rotate(90deg);
}
.offer-faq-item button[aria-expanded="true"] span::after {
    transform: rotate(0);
}
.offer-faq-item [role="region"] {
    padding: 0 22px 20px;
}
.offer-faq-item [role="region"] p {
    margin: 0;
    color: var(--offer-muted);
    font-size: 16px;
    line-height: 1.7;
}
.offer-section--enquiry {
    background: linear-gradient(180deg, #fff, #f7faff);
}
.offer-enquiry {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: stretch;
}
.offer-enquiry__trust,
.offer-form {
    border: 1px solid var(--offer-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 25, 71, .07);
}
.offer-enquiry__trust {
    overflow: hidden;
}
.offer-enquiry__trust img {
    height: 260px;
    object-fit: cover;
}
.offer-enquiry__trust > div {
    padding: 28px;
}
.offer-contact-stack {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}
.offer-contact-stack a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--offer-navy);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.offer-contact-stack a + a {
    background: #176a3a;
}
.offer-contact-stack a:nth-child(3) {
    background: #17139B;
}
.offer-form {
    padding: 28px;
}
.offer-form__status {
    min-height: 0;
    margin-bottom: 0;
    color: var(--offer-blue);
    font-weight: 800;
}
.offer-form__status:not(:empty) {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 7px;
    background: rgba(23, 19, 155, .08);
}
.offer-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.offer-form label {
    display: grid;
    gap: 7px;
    color: var(--offer-ink);
    font-weight: 800;
}
.offer-form label span {
    color: #b42318;
}
.offer-form input,
.offer-form textarea,
.offer-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d8deea;
    border-radius: 7px;
    padding: 11px 13px;
    color: var(--offer-ink);
    font: inherit;
}
.offer-form textarea {
    min-height: 118px;
    resize: vertical;
}
.offer-consent {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px !important;
    font-weight: 500 !important;
}
.offer-consent input {
    width: 18px;
    min-height: 18px;
    margin-top: 3px;
}
.offer-form input:invalid.is-touched,
.offer-form textarea:invalid.is-touched {
    border-color: #b42318;
}
.offer-form__wide {
    grid-column: 1 / -1;
}
.offer-form__privacy {
    margin: 16px 0;
    color: var(--offer-muted);
    font-size: 14px;
    line-height: 1.5;
}
.offer-form button[disabled] {
    opacity: .7;
    cursor: wait;
}
.offer-mobile-actions {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(360px, calc(100vw - 44px));
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-top: 1px solid rgba(255, 255, 255, .24);
    background: rgba(162, 16, 24, .96);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(162, 16, 24, .28);
    backdrop-filter: blur(12px);
    transform: translateX(-50%);
}
.offer-mobile-actions a {
    position: relative;
    min-height: 68px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 7px;
    background: #d71920;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    overflow: hidden;
    border: 2px solid #fff;
    text-shadow: 0 1px 1px rgba(88, 0, 8, .5);
    box-shadow: 0 7px 0 #8f1016, 0 18px 32px rgba(162, 16, 24, .4), inset 0 1px 0 rgba(255, 255, 255, .45);
    animation: stickyBuyPulse 2.8s ease-in-out infinite;
}
.offer-mobile-actions a span,
.offer-mobile-actions a strong {
    position: relative;
    z-index: 1;
}
.offer-mobile-actions a span {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .2px;
    animation: stickyPricePop 1.8s ease-in-out infinite;
}
.offer-mobile-actions a strong {
    font-size: 20px;
    line-height: 1.05;
    letter-spacing: 0;
}
.offer-mobile-actions a:first-child {
    background: #d71920;
    color: #fff;
}
.offer-mobile-actions a::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-130%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
    animation: stickyBuySweep 3.8s ease-in-out infinite;
}
.offer-mobile-actions.is-hidden {
    display: none;
}
.razorpay-pay-wrapper {
    position: relative;
    display: inline-flex;
}
.razorpay-pay-wrapper--sticky {
    display: block;
    width: 100%;
}
.razorpay-pay-wrapper--sticky > a {
    width: 100%;
}
.razorpay-overlay-form {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
.razorpay-overlay-form.is-ready {
    pointer-events: auto;
}
.razorpay-overlay-form .razorpay-payment-button.razorpay-payment-button {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.razorpay-overlay-form button,
.razorpay-overlay-form input[type="button"],
.razorpay-overlay-form input[type="submit"],
.razorpay-overlay-form .razorpay-payment-button button,
.razorpay-overlay-form .razorpay-payment-button [role="button"],
.razorpay-overlay-form .razorpay-payment-button input,
.razorpay-overlay-form .razorpay-payment-button {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
}
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .5s ease, transform .5s ease;
}
.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.monsoon-offer-page a:focus-visible,
.monsoon-offer-page button:focus-visible,
.monsoon-offer-page input:focus-visible,
.monsoon-offer-page textarea:focus-visible,
.offer-campaign a:focus-visible,
.offer-campaign button:focus-visible,
.offer-campaign input:focus-visible,
.offer-campaign textarea:focus-visible,
.offer-campaign select:focus-visible {
    outline: 3px solid rgba(244, 180, 0, .75);
    outline-offset: 3px;
}
@keyframes offerCtaSweep {
    0%, 60% { transform: translateX(-130%); }
    78%, 100% { transform: translateX(130%); }
}
@keyframes offerFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes stickyBuyPulse {
    0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 7px 0 #8f1016, 0 18px 32px rgba(162, 16, 24, .4), inset 0 1px 0 rgba(255, 255, 255, .45); }
    50% { transform: translateY(-3px) scale(1.018); box-shadow: 0 10px 0 #8f1016, 0 24px 38px rgba(162, 16, 24, .46), inset 0 1px 0 rgba(255, 255, 255, .5); }
}
@keyframes stickyBuySweep {
    0%, 58% { transform: translateX(-130%); }
    78%, 100% { transform: translateX(130%); }
}
@keyframes stickyPricePop {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
@media (max-width: 1199px) {
    .offer-hero__grid,
    .offer-showcase,
    .offer-enquiry {
        grid-template-columns: 1fr 1fr;
    }
    .offer-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .offer-highlights__grid,
    .offer-spec-grid,
    .offer-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .offer-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .offer-reviews__track {
        grid-auto-columns: calc((100% - 24px) / 2);
    }
}
@media (max-width: 767px) {
    .offer-container {
        width: min(100% - 28px, 1240px);
    }
    .offer-hero {
        min-height: auto;
        padding: 54px 0 38px;
        background: linear-gradient(180deg, rgba(7, 19, 55, .96) 0%, rgba(7, 19, 55, .84) 58%, rgba(7, 19, 55, .36) 100%), var(--offer-hero-image) center/cover no-repeat;
    }
    .offer-hero__grid,
    .offer-showcase,
    .offer-enquiry {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .offer-hero__copy {
        padding: 18px;
    }
    .offer-hero h1 {
        font-size: 42px;
    }
    .offer-hero__lead {
        font-size: 17px;
    }
    .offer-price-panel {
        margin-top: 18px;
        padding: 14px;
    }
    .offer-hero__benefits {
        gap: 8px;
        margin-top: 16px;
    }
    .offer-hero__benefits li {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 14px;
    }
    .offer-actions {
        margin-top: 18px;
    }
    .offer-hero__visual {
        justify-self: stretch;
        width: 100%;
        padding: 16px;
    }
    .offer-actions,
    .offer-actions .offer-btn {
        width: 100%;
    }
    .offer-urgency__inner {
        align-items: flex-start;
        flex-direction: column;
    }
    .offer-urgency .offer-btn {
        display: none;
    }
    .offer-section {
        padding: 58px 0;
    }
    .offer-section__heading--row {
        align-items: flex-start;
        flex-direction: column;
    }
    .offer-package-grid,
    .offer-highlights__grid,
    .offer-package-meta,
    .offer-check-list--split,
    .offer-process,
    .offer-form__grid,
    .offer-editorial,
    .offer-spec-grid,
    .offer-gallery-grid {
        grid-template-columns: 1fr;
    }
    .offer-package-card__actions {
        grid-template-columns: 1fr;
    }
    .product-card__content {
        padding: 20px;
    }
    .product-card__title {
        font-size: 1.25rem;
    }
    .product-card__price {
        font-size: 1.5rem;
    }
    .product-card__price-grid,
    .product-card__variant-price,
    .product-card__variant-table > div {
        grid-template-columns: 1fr;
    }
    .product-card__variant-price,
    .offer-package-card .offer-check-list li {
        font-size: .875rem;
    }
    .offer-process::before {
        display: none;
    }
    .offer-process li {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 0;
        text-align: left;
    }
    .offer-process span {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        box-shadow: none;
    }
    .offer-process p {
        margin: 0;
    }
    .offer-reviews__track {
        grid-auto-columns: 100%;
    }
    .offer-enquiry__trust img {
        height: 210px;
    }
    .offer-form {
        padding: 20px;
    }
    .offer-mobile-actions {
        left: max(12px, env(safe-area-inset-left));
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
        display: grid;
        width: auto;
        padding: 8px;
        border-right: 0;
        border-left: 0;
        border-radius: 12px;
        transform: none;
    }
    .offer-mobile-actions a {
        min-height: 62px;
        font-size: 18px;
    }
    .offer-mobile-actions a span {
        font-size: 28px;
    }
    .offer-mobile-actions a strong {
        font-size: 19px;
    }
    .offer-admin-toolbar {
        right: 12px;
        bottom: 92px;
        flex-wrap: wrap;
        max-width: calc(100vw - 24px);
    }
    .offer-admin-toolbar span {
        flex: 1 0 100%;
    }
    body:has(.monsoon-offer-page) footer,
    body:has(.offer-campaign) footer {
        padding-bottom: 78px;
    }
}
@media (max-width: 430px) {
    .offer-hero h1 {
        font-size: 36px;
    }
    .offer-price-panel strong,
    .offer-package-card__price strong {
        font-size: 30px;
    }
    .offer-section__heading h2,
    .offer-showcase__copy h2,
    .offer-enquiry__trust h2 {
        font-size: 30px;
    }
    .offer-benefit-grid {
        grid-template-columns: 1fr;
    }
}
@media (prefers-reduced-motion: reduce) {
    .monsoon-offer-page *,
    .monsoon-offer-page *::before,
    .monsoon-offer-page *::after,
    .offer-campaign *,
    .offer-campaign *::before,
    .offer-campaign *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }
}

/* Footer structure refresh */
.footer_grid {
    gap: 28px;
}
.dynamic-footer-products,
.dynamic-footer-contact {
    min-width: 170px;
}
.dynamic-footer-contact .footer_ptxt4 {
    display: inline-block;
    margin-top: 8px;
}
@media (max-width: 991px) {
    .footer_grid {
        flex-wrap: wrap;
    }
    .dynamic-footer-products,
    .dynamic-footer-contact {
        flex: 1 1 220px;
    }
}
