/**
 * RO Service Wala – UI Sections
 * ============================================================
 * Styles for pages sections, visual enhancements, color overrides, and desktop layouts.
 * ============================================================
 */

/* ── Booking Form Card ── */
.booking-section { padding: 48px 0 72px; }
.booking-shell { padding: 0 24px; }
.booking-card {
    overflow: hidden;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff 0%, #f5fbfa 100%);
    box-shadow: 0 22px 55px rgba(10, 37, 64, 0.12);
}
.booking-support-panel { padding: 48px; background: linear-gradient(145deg, #0a2540 0%, #006b5a 100%); }
.booking-support-panel h2 { font-size: 34px; font-weight: 800; line-height: 1.2; }
.booking-form-panel { padding: 40px; }
.booking-form-heading { margin-bottom: 20px; }
.booking-form-heading h2 { color: #0a2540; font-size: 28px; font-weight: 800; line-height: 1.2; }
.booking-form-heading p { margin-top: 8px; color: #52616f; font-size: 15px; line-height: 1.6; }
.booking-whatsapp-cta {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 28px;
    padding: 13px 18px;
    border-radius: 12px;
    background: #25d366;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.22);
}
.booking-payment-options { padding-top: 4px; }
.booking-payment-options label { background: #fff; border-color: #d7e3e7; }
.booking-payment-options label:first-child { border-color: #0f9f87; background: #effbf8; }
.booking-submit-area { margin-top: 30px; }
.booking-submit-area button { background: #006b5a; color: #fff; }
.booking-note { margin-top: 18px; color: #52616f; font-size: 12px; line-height: 1.65; text-align: center; }

/* ── Before/After Comparison Slider ── */
.ba-slider-wrap {
    --slider-position: 50%;
    position: relative;
    width: 100%;
    max-width: 760px;
    aspect-ratio: 19 / 9;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.14);
    cursor: col-resize;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
}
.ba-slider-wrap .ba-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
.ba-before-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 calc(100% - var(--slider-position)) 0 0);
}
.ba-handle {
    position: absolute;
    top: 0; bottom: 0;
    left: var(--slider-position);
    width: 44px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
}
.ba-handle-line {
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 3px;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.ba-handle-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 22px;
    color: #006b5a;
    font-variation-settings: 'FILL' 1,'wght' 600,'GRAD' 0,'opsz' 24;
}
.ba-badge {
    position: absolute;
    top: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    z-index: 5;
    pointer-events: none;
}
.ba-badge-before { left: 12px;  background: #ef4444; color: #fff; }
.ba-badge-after  { right: 12px; background: #16a34a; color: #fff; }

/* ── Homepage premium visual polish ── */
body { background: #f7fbfc; color: #0a2540; }
.hero-section {
    background:
        radial-gradient(circle at 82% 18%, rgba(48, 199, 181, 0.24), transparent 30%),
        radial-gradient(circle at 12% 76%, rgba(72, 149, 239, 0.14), transparent 34%),
        linear-gradient(135deg, #f4fcfb 0%, #edf7fb 52%, #f8fbff 100%);
}
.hero-section::after {
    content: "";
    position: absolute;
    inset: auto -8% -160px 42%;
    height: 300px;
    border-radius: 50%;
    background: rgba(0, 107, 90, 0.08);
    filter: blur(55px);
}
.hero-section > div { position: relative; z-index: 1; }
.hero-section > div > div:first-child {
    padding: 32px;
    border: 1px solid rgba(0, 107, 90, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 65px rgba(10, 37, 64, 0.1);
    backdrop-filter: blur(10px);
}
.hero-section h1 { font-size: clamp(34px, 4vw, 58px); font-weight: 900; line-height: 1.08; letter-spacing: -0.035em; }
.hero-section h1 > span.text-secondary { color: #006b5a; }
.hero-section a[href="#bookingForm"] { background: #006b5a; color: #fff; box-shadow: 0 12px 28px rgba(0, 107, 90, 0.22); }
.hero-section a[href^="tel:"] { background: rgba(255,255,255,0.74); }
.hero-section img { border-radius: 24px; box-shadow: 0 28px 65px rgba(10, 37, 64, 0.2); }

#estimator { background: linear-gradient(180deg, #eef7fb 0%, #f5fafc 100%); }
#estimator > div { background: transparent; }
#estimator h2, #amc h2, .promise-section h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 850; letter-spacing: -0.025em; }
#estimator .grid.lg\:grid-cols-5 {
    border-color: rgba(0, 107, 90, 0.14);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(10, 37, 64, 0.12);
}
#lead-estimator-form { background: linear-gradient(150deg, #effaf8, #eaf4f8); }
#lead-estimator-form button[type="submit"] { background: #006b5a; color: #fff; }
#lead-estimator-result { background: #fff; }
#lead-estimator-result > div {
    border-color: rgba(0, 107, 90, 0.16);
    background:
        radial-gradient(circle at 100% 0, rgba(48, 199, 181, 0.14), transparent 38%),
        linear-gradient(145deg, #fff, #f1faf8);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9), 0 12px 35px rgba(10, 37, 64, 0.08);
}
#lead-estimator-form input, #lead-estimator-form select {
    border-color: rgba(10, 37, 64, 0.12);
    background: rgba(255,255,255,0.94);
    box-shadow: 0 5px 14px rgba(10, 37, 64, 0.05);
}
#lead-estimator-result .material-symbols-outlined {
    display: inline-grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 18px;
    background: #dff5ef;
    color: #007765;
}

.before-after-section { background: linear-gradient(145deg, #f2faf9 0%, #eaf4f8 100%); }
.before-after-section > div {
    padding-top: 42px;
    padding-bottom: 42px;
    border: 1px solid rgba(0, 107, 90, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 55px rgba(10, 37, 64, 0.1);
}
.ba-slider-wrap { border: 8px solid #fff; box-shadow: 0 18px 48px rgba(10, 37, 64, 0.2); }

.tds-section { background: linear-gradient(180deg, #fff 0%, #f4f9fb 100%); }
.tds-section .grid > div {
    height: 100%;
    padding: 22px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(10, 37, 64, 0.09);
}
.tds-section img { height: 100%; min-height: 350px; border-radius: 16px; }
.tds-section .grid > div:last-child { background: linear-gradient(145deg, #f1fbf8, #f5f9ff); }
.tds-section h2, .before-after-section h2, .service-options-section h2,
.services-section h2, #faq h2 {
    color: #0a2540;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 850;
    letter-spacing: -0.025em;
    line-height: 1.15;
}
/* Services section desktop – description max-width */
.services-section > div > div:first-child > div.max-w-2xl > p {
    max-width: 560px;
    line-height: 1.65;
}
.tds-section .space-y-4 > div {
    padding: 12px 14px;
    border: 1px solid rgba(0, 107, 90, 0.1);
    border-radius: 14px;
    background: rgba(255,255,255,0.76);
}

.trust-strip { background: linear-gradient(90deg, #eaf7f5, #eef6fb); }
.trust-strip .grid > div {
    padding: 16px;
    border: 1px solid rgba(0, 107, 90, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 22px rgba(10, 37, 64, 0.07);
}
.trust-strip .material-symbols-outlined {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(145deg, #d7f3ed, #e6f4fb);
    color: #007765;
    font-size: 24px;
}
.promise-section { background: linear-gradient(145deg, #f5fafc, #edf8f6); }
.promise-section .grid > div {
    position: relative;
    overflow: hidden;
    border-color: rgba(0, 107, 90, 0.12);
    background: linear-gradient(155deg, #fff 0%, #f2faf8 100%);
    box-shadow: 0 12px 30px rgba(10, 37, 64, 0.08);
}
.promise-section .grid > div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(#22b89f, #4b9ee8);
}
.promise-section .grid > div:nth-child(even) { background: linear-gradient(155deg, #fff, #eef5fb); }
.promise-section .material-symbols-outlined { padding: 10px; border-radius: 12px; background: #dff5ef; font-size: 28px; }

.service-options-section { padding-top: 56px; padding-bottom: 64px; background: linear-gradient(180deg, #fff, #f4faf9); }
.service-options-heading { margin-bottom: 28px; }
.service-options-heading h2 { margin-bottom: 14px; }
.service-options-cards {
    padding: 24px;
    border: 1px solid rgba(0, 107, 90, 0.1);
    border-radius: 24px;
    background: rgba(237, 248, 246, 0.72);
    box-shadow: 0 15px 38px rgba(10, 37, 64, 0.07);
}
.service-options-cards > div {
    padding: 32px;
    border-color: rgba(0, 107, 90, 0.14);
    background: linear-gradient(150deg, #fff, #f3faf9);
    box-shadow: 0 14px 34px rgba(10, 37, 64, 0.1);
}
.service-options-cards > div:first-child { padding: 0; }
.service-options-cards > div:first-child > div:last-child { padding: 32px; }
#amc { background: linear-gradient(145deg, #eaf7f5 0%, #eef5fb 100%); }
#amc-plans-container > .grid > div {
    position: relative;
    overflow: hidden;
    border-color: rgba(0, 107, 90, 0.14);
    background: linear-gradient(155deg, #fff 0%, #f4fbfa 100%);
    box-shadow: 0 15px 38px rgba(10, 37, 64, 0.09);
}
#amc-plans-container > .grid > div::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #0f9f87, #62b9ed);
}
#amc-plans-container > .grid > div:nth-child(even) { background: linear-gradient(155deg, #fff, #f1f6fc); }
#amc-plans-container > div:last-child { background: rgba(255, 255, 255, 0.8); box-shadow: 0 14px 35px rgba(10, 37, 64, 0.08); }
#amc-plans-container button { border-color: #0a2540; }
#amc-plans-container button.bg-secondary { background: #006b5a; color: #fff; }
.services-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(70, 175, 220, 0.12), transparent 30%),
        linear-gradient(180deg, #f8fcfc, #edf6f8);
}
.services-section .grid > div {
    overflow: hidden;
    border-color: rgba(0, 107, 90, 0.13);
    background: linear-gradient(155deg, #fff, #f3faf9);
    box-shadow: 0 14px 34px rgba(10, 37, 64, 0.09);
}
.services-section .grid > div:nth-child(even) { background: linear-gradient(155deg, #fff, #f1f6fc); }
.services-section .grid img {
    border: 1px solid rgba(0, 107, 90, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(10, 37, 64, 0.1);
}
.services-section .grid h3 { color: #0a2540; font-size: 20px; font-weight: 800; }
.services-section a[href="#bookingForm"] {
    border-color: #006b5a;
    background: #006b5a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 107, 90, 0.2);
}
.service-flow-section {
    color: #e8f5f5;
    background:
        radial-gradient(circle at 15% 20%, rgba(53, 202, 180, 0.2), transparent 32%),
        linear-gradient(135deg, #071d31 0%, #07555a 100%);
}
.service-flow-section h2, .service-flow-section h3 { color: #fff; }
.service-flow-section p { color: #c8dfe3; }
.service-flow-section .grid > div > div:first-child {
    border: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(145deg, #1eb69d, #1789b5);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}
.service-flow-section .absolute { background: rgba(255,255,255,0.24); }
.booking-section {
    background:
        radial-gradient(circle at 8% 15%, rgba(48, 199, 181, 0.14), transparent 30%),
        linear-gradient(145deg, #eef8f6, #edf4fa);
}
.booking-form-panel { box-shadow: 0 24px 60px rgba(10, 37, 64, 0.13); }

#faq {
    background:
        radial-gradient(circle at 92% 8%, rgba(48, 199, 181, 0.12), transparent 28%),
        linear-gradient(180deg, #eef6f8, #f5fafb);
}
#faq .space-y-4 > div {
    border-color: rgba(0, 107, 90, 0.12);
    border-left: 4px solid #22a68e;
    background: linear-gradient(145deg, #fff, #f5fbfa);
    box-shadow: 0 10px 26px rgba(10, 37, 64, 0.07);
}
#faq h3 { color: #0a2540; font-weight: 800; }

#layout-footer footer { color: #d8e8ed; border-color: rgba(255,255,255,0.1); background: linear-gradient(145deg, #071d31 0%, #063f46 100%); }
#layout-footer footer h3, #layout-footer footer h4, #layout-footer footer .text-slate-900 { color: #fff; }
#layout-footer footer .text-slate-500, #layout-footer footer .text-slate-700 { color: #bed0d7; }
#layout-footer footer .bg-white { border-color: rgba(255,255,255,0.12); background: rgba(255,255,255,0.07); }

/* ── Approved homepage color system ── */
body { color: var(--rsw-navy); background: var(--rsw-aqua-soft); }
#layout-header nav { border-color: var(--rsw-border); background: rgba(255,255,255,0.96); }
#mobile-menu {
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}
#mobile-menu.active {
    max-height: 400px;
    border-bottom: 1px solid #f1f5f9;
}
#layout-header nav .text-slate-900, #layout-header nav .text-primary { color: var(--rsw-navy); }
#layout-header nav a:not([href*="wa.me"]):hover { color: var(--rsw-orange); }
#layout-header nav button.bg-secondary,
#layout-header #mobile-menu a.bg-secondary-container {
    border: 1px solid #ea580c;
    background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light));
    color: #fff;
    box-shadow: 0 10px 24px rgba(249,115,22,0.24);
}
.hero-section {
    background:
        radial-gradient(circle at 84% 18%, rgba(0,167,167,0.2), transparent 30%),
        radial-gradient(circle at 12% 78%, rgba(249,115,22,0.1), transparent 30%),
        linear-gradient(135deg, #f2fbfc 0%, #eef8fb 55%, #fff4e8 100%);
}
.hero-section > div > div:first-child { border-color: var(--rsw-border-blue); background: rgba(255,255,255,0.82); }
.hero-section h1, .hero-section .text-primary { color: var(--rsw-navy); }
.hero-section h1 > span.text-secondary, .hero-section .text-error { color: var(--rsw-orange); }
.hero-section a[href="#bookingForm"] {
    border: 1px solid #ea580c;
    background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light));
    box-shadow: 0 12px 28px rgba(249,115,22,0.27);
}
.hero-section a[href="#bookingForm"]:hover { background: linear-gradient(135deg, #ea580c, var(--rsw-orange)); }
.hero-section a[href^="tel:"] { border-color: var(--rsw-navy); color: var(--rsw-navy); }
.hero-section a[href^="tel:"]:hover { background: var(--rsw-navy); color: #fff; }
.hero-section .material-symbols-outlined, .hero-section .text-secondary { color: var(--rsw-teal-deep); }

#estimator { background: linear-gradient(180deg, var(--rsw-aqua-soft), #f2fbfc); }
#estimator .grid.lg\:grid-cols-5, #lead-estimator-form input, #lead-estimator-form select { border-color: var(--rsw-border); }
#lead-estimator-form { background: linear-gradient(145deg, #fff, var(--rsw-aqua-soft)); }
#lead-estimator-form button[type="submit"], #lead-estimator-result button.bg-secondary {
    background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light));
    color: #fff;
    box-shadow: 0 10px 24px rgba(249,115,22,0.22);
}
#lead-estimator-result > div { border-color: var(--rsw-teal); border-top: 4px solid var(--rsw-orange); }
#lead-estimator-result .material-symbols-outlined { color: var(--rsw-teal-deep); background: #ddf7f5; }

.before-after-section { background: linear-gradient(145deg, #f2fbfc, var(--rsw-aqua-soft)); }
.before-after-section > div { border-color: var(--rsw-border-blue); }
.ba-badge-before { background: var(--rsw-orange); }
.ba-badge-after { background: var(--rsw-teal-deep); }
.ba-handle-line { background: linear-gradient(var(--rsw-orange), #fff, var(--rsw-teal)); }
.ba-handle-btn { border: 3px solid var(--rsw-navy); color: var(--rsw-orange); }
.before-after-section a[href="#bookingForm"], .tds-section a[href="#bookingForm"],
.services-section a[href="#bookingForm"] {
    border-color: #ea580c;
    background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light));
    color: #fff;
    box-shadow: 0 10px 24px rgba(249,115,22,0.23);
}
.tds-section { background: linear-gradient(180deg, #fff, var(--rsw-aqua-soft)); }
.tds-section .grid > div, .tds-section .space-y-4 > div { border-color: var(--rsw-border); }
.tds-section .grid > div:last-child { background: linear-gradient(145deg, #fff, #eafafa); }

.trust-strip { background: linear-gradient(90deg, var(--rsw-aqua-soft), #f2fbfc); border-color: var(--rsw-border); }
.trust-strip .grid > div { border-color: var(--rsw-border); background: rgba(255,255,255,0.9); }
.trust-strip .grid > div > div:last-child { min-width: 0; }
.trust-strip .grid > div p:first-child { color: var(--rsw-navy); line-height: 1.25; }
.trust-strip .grid > div p:last-child { line-height: 1.35; }
.trust-strip .grid > div:nth-child(odd) .material-symbols-outlined { color: #c2410c; background: var(--rsw-orange-soft); }
.trust-strip .grid > div:nth-child(even) .material-symbols-outlined { color: var(--rsw-teal-deep); background: #ddf7f5; }
.promise-section { background: linear-gradient(145deg, #f2fbfc, #fff8f1); }
.promise-section .grid > div { border-color: var(--rsw-border); }
.promise-section .grid > div::before { background: var(--rsw-teal); }
.promise-section .grid > div:nth-child(even)::before { background: var(--rsw-orange); }
.promise-section .grid > div:nth-child(odd) .material-symbols-outlined { color: var(--rsw-teal-deep); background: #ddf7f5; }
.promise-section .grid > div:nth-child(even) .material-symbols-outlined { color: #c2410c; background: var(--rsw-orange-soft); }
.promise-section h3, .service-options-section h3, #amc h3 { color: var(--rsw-navy); }

.service-options-section { background: linear-gradient(180deg, #fff, var(--rsw-orange-soft)); }
.service-options-cards { border-color: #fed7aa; background: rgba(255,244,232,0.78); }
.service-options-cards > div { border-color: var(--rsw-border); background: var(--rsw-card); }
.service-options-cards > div:first-child { border-color: var(--rsw-orange); box-shadow: 0 16px 38px rgba(249,115,22,0.15); }
.service-options-cards > div:first-child > div:first-child { background: linear-gradient(90deg, var(--rsw-orange), var(--rsw-orange-light)); color: #fff; }
.service-options-cards > div:first-child .text-secondary, .service-options-cards .text-error { color: var(--rsw-orange); }
.service-options-cards > div:first-child a { background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light)); color: #fff; }
.service-options-cards > div:last-child a { border-color: var(--rsw-navy); color: var(--rsw-navy); }
.service-options-cards > div:last-child a:hover { background: var(--rsw-navy); color: #fff; }

#amc { background: linear-gradient(145deg, var(--rsw-aqua-soft), #fff8f1); }
#amc-plans-container > .grid > div { border-color: var(--rsw-border); background: var(--rsw-card); }
#amc-plans-container > .grid > div::after { background: linear-gradient(90deg, var(--rsw-teal), var(--rsw-orange)); }
#amc-plans-container .bg-tertiary-fixed { background: var(--rsw-orange); color: #fff; }
#amc-plans-container button.bg-secondary, #amc-plans-container > div:last-child button {
    border-color: #ea580c;
    background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light));
    color: #fff;
}
#amc-plans-container button:not(.bg-secondary) { border-color: var(--rsw-navy); color: var(--rsw-navy); }
#amc-plans-container a[href*="wa.me"] { border-color: #25d366; color: #147a38; }
.amc-plan-card {
    scroll-margin-top: 96px;
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 28px 24px 24px;
    border: 1px solid var(--rsw-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(0,167,167,0.08), transparent 34%),
        linear-gradient(155deg, #fff 0%, #f8fcfd 100%);
    box-shadow: 0 16px 38px rgba(8,35,63,0.1);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.amc-plan-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--rsw-teal), #67d8d4);
}
.amc-plan-card--platinum::before { background: linear-gradient(90deg, var(--rsw-navy), var(--rsw-teal)); }
.amc-plan-card--platinum-plus::before { background: linear-gradient(90deg, var(--rsw-orange), var(--rsw-orange-light)); }
.amc-plan-card--diamond::before { background: linear-gradient(90deg, var(--rsw-navy), var(--rsw-orange), var(--rsw-teal)); }
.amc-plan-card:hover { transform: translateY(-4px); border-color: #b8d9e3; box-shadow: 0 22px 48px rgba(8,35,63,0.15); }
.amc-plan-card.is-popular { border-color: #fdba74; background: linear-gradient(155deg, #fff 0%, var(--rsw-orange-soft) 100%); }
.amc-plan-card.is-diamond {
    border-color: #9bcbd2;
    background:
        radial-gradient(circle at 100% 0, rgba(249,115,22,0.12), transparent 38%),
        linear-gradient(155deg, #fff, #edfafa);
    box-shadow: 0 18px 44px rgba(8,35,63,0.14);
}
.amc-plan-card__header { min-height: 62px; margin-bottom: 18px; }
.amc-plan-card__header h3 { color: var(--rsw-navy); font-size: 20px; font-weight: 850; line-height: 1.2; }
.amc-plan-card__tds { margin-top: 6px; color: var(--rsw-teal-deep); font-weight: 750; }
.amc-plan-card__badge {
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light));
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    box-shadow: 0 7px 16px rgba(249,115,22,0.22);
}
.amc-plan-card__price { color: var(--rsw-navy); font-size: 34px; font-weight: 900; letter-spacing: -0.035em; line-height: 1.1; }
.amc-plan-card.is-popular .amc-plan-card__price { color: #d9570a; }
.amc-plan-card__price span { margin-left: 3px; color: #647785; font-size: 13px; font-weight: 650; letter-spacing: 0; }
.amc-plan-card__gst { margin-top: 5px; padding-bottom: 18px; border-bottom: 1px solid var(--rsw-border); }
.amc-plan-card__features { display: grid; align-content: start; gap: 13px; margin: 20px 0 24px; }
.amc-plan-card__features li { align-items: flex-start; color: #29465a; font-size: 12px; line-height: 1.5; }
.amc-plan-card__features .material-symbols-outlined {
    display: grid;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    place-items: center;
    border-radius: 50%;
    background: #ddf7f5;
    color: var(--rsw-teal-deep);
    font-size: 16px;
}
.amc-plan-card__cta, .amc-plans-overview-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #ea580c;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light));
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 10px 22px rgba(249,115,22,0.2);
    transition: transform 160ms ease, box-shadow 160ms ease;
}
.amc-plan-card__cta { width: 100%; min-height: 46px; padding: 11px 14px; }
.amc-plan-card__cta .material-symbols-outlined { font-size: 18px; transition: transform 160ms ease; }
.amc-plan-card__cta:hover, .amc-plans-overview-cta:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 13px 27px rgba(249,115,22,0.28); }
.amc-plan-card__cta:hover .material-symbols-outlined { transform: translateX(3px); }

.services-section { background: linear-gradient(180deg, #f2fbfc, #fff); }
.services-section .grid > div, #faq .space-y-4 > div { border-color: var(--rsw-border); }
.services-section .grid span.absolute { background: var(--rsw-orange); color: #fff; }
.service-flow-section { background: linear-gradient(135deg, var(--rsw-navy-deep), var(--rsw-teal-deep)); }
.service-flow-section .grid > div > div:first-child { background: linear-gradient(145deg, var(--rsw-orange), var(--rsw-teal)); }
.booking-section { background: linear-gradient(145deg, var(--rsw-aqua-soft), var(--rsw-orange-soft)); }
.booking-card { border-color: var(--rsw-border); }
.booking-support-panel { background: linear-gradient(145deg, var(--rsw-navy), var(--rsw-teal-deep)); }
.booking-form input:focus, .booking-form textarea:focus, .booking-form select:focus { border-color: var(--rsw-orange); box-shadow: 0 0 0 3px rgba(249,115,22,0.14); }
.booking-payment-options label:first-child { border-color: var(--rsw-orange); background: var(--rsw-orange-soft); }
.booking-payment-options input { accent-color: var(--rsw-orange); }
.booking-submit-area button { background: linear-gradient(135deg, var(--rsw-orange), var(--rsw-orange-light)); box-shadow: 0 12px 28px rgba(249,115,22,0.25); }
.booking-whatsapp-cta { background: #25d366; }

.booking-request-toast { border-color: var(--rsw-border); border-left-color: var(--rsw-orange); }
.booking-request-toast__icon { color: var(--rsw-teal-deep); background: #ddf7f5; box-shadow: inset 0 0 0 2px var(--rsw-orange-soft); }
.booking-request-toast__text { color: var(--rsw-navy); }
#faq { background: linear-gradient(180deg, var(--rsw-aqua-soft), #f8fcfd); }
#faq .space-y-4 > div { border-left-color: var(--rsw-orange); }
#layout-footer footer { background: linear-gradient(145deg, var(--rsw-navy-deep), var(--rsw-navy) 62%, var(--rsw-teal-deep)); }
#layout-footer footer a:hover { color: var(--rsw-orange-light); text-decoration-color: var(--rsw-orange); }
#layout-footer footer .bg-white { border-color: rgba(251,146,60,0.2); }

/* ── Desktop Spacing Media Queries ── */
@media (min-width: 768px) {
    .hero-section { padding-top: 56px; padding-bottom: 64px; }
    .before-after-section { padding-top: 52px !important; padding-bottom: 56px !important; }
    .before-after-section > div { padding-top: 36px; padding-bottom: 36px; }
    .trust-strip { padding-top: 28px !important; padding-bottom: 28px !important; }
    .trust-strip .grid { align-items: stretch; }
    .trust-strip .grid > div { min-height: 100px; }
    .promise-section { padding-top: 56px; padding-bottom: 64px; }
    .promise-section .text-center.mb-lg { margin-bottom: 34px; }
    .promise-section .grid { align-items: stretch; }
    .promise-section .grid > div { height: 100%; }
    .service-options-section { padding-top: 64px; padding-bottom: 72px; }
    #amc, .services-section { padding-top: 64px; padding-bottom: 72px; }
    #amc-plans-container > .text-center.mb-lg, .services-section > div > .mb-lg { margin-bottom: 36px; }
    #amc-plans-container > .grid, .services-section .grid { align-items: stretch; }
    #amc-plans-container > div:last-child { margin-top: 32px; }
    .service-flow-section { padding-top: 56px; padding-bottom: 64px; }
    .service-flow-section .text-center.mb-lg { margin-bottom: 32px; }
    .booking-section { padding-top: 64px; padding-bottom: 72px; }
    .booking-support-panel { display: flex; flex-direction: column; justify-content: center; }
    #faq { padding-top: 64px; padding-bottom: 72px; }
    #faq .text-center.mb-lg { margin-bottom: 32px; }
    #layout-footer footer { padding-top: 56px; padding-bottom: 48px; }
}

/* Shared public-page H1 typography */
:root {
    --rsw-h1-main-size: clamp(3rem, 5vw, 4.6rem);
    --rsw-h1-main-weight: 750;
    --rsw-h1-main-line: 1.05;
    --rsw-h1-main-spacing: -0.04em;
    --rsw-h1-blog-size: clamp(2.7rem, 4.5vw, 4rem);
    --rsw-h1-blog-weight: 700;
    --rsw-h1-blog-line: 1.08;
    --rsw-h1-blog-spacing: -0.035em;
}

.page-hero-title,
.hero-section h1,
.ro-service-hero-section h1,
.ro-repair-hero-section h1,
.ro-installation-hero-section h1,
.about-hero-section h1,
.contact-hero-section h1,
.location-hero-section h1 {
    font-size: var(--rsw-h1-main-size);
    font-weight: var(--rsw-h1-main-weight);
    line-height: var(--rsw-h1-main-line);
    letter-spacing: var(--rsw-h1-main-spacing);
    color: var(--rsw-heading-navy) !important;
}

body.ro-service-page .ro-service-hero-section h1,
body.ro-repair-page .ro-repair-hero-section h1,
body.ro-installation-page .ro-installation-hero-section h1,
body.about-page .about-hero-section h1,
body.contact-page .contact-hero-section h1,
body.location-page .location-hero-section h1 {
    color: var(--rsw-heading-navy) !important;
}

body .hero-section h1 > .text-secondary,
body .hero-section h1 > .text-error,
body .ro-service-hero-section h1 > .text-secondary,
body .ro-repair-hero-section h1 > .text-secondary,
body .ro-installation-hero-section h1 > .text-secondary,
body .about-hero-section h1 > .text-secondary,
body .contact-hero-section h1 > .text-secondary,
body .location-hero-section h1 > .text-secondary,
.page-hero-title > .text-secondary {
    color: var(--rsw-heading-accent) !important;
}

.area-name-accent {
    color: var(--rsw-heading-accent) !important;
}

@media (max-width: 640px) {
    :root {
        --rsw-h1-main-size: clamp(2.35rem, 10vw, 3.3rem);
        --rsw-h1-main-line: 1.08;
        --rsw-h1-main-spacing: -0.035em;
        --rsw-h1-blog-size: clamp(2rem, 8vw, 2.7rem);
        --rsw-h1-blog-line: 1.12;
        --rsw-h1-blog-spacing: -0.03em;
    }
}
