/**
 * Canberra (ACT) bond LP - visual theme refresh.
 * Brand lock: #ff7900 + #ffffff.
 */

.cotg-lp-melbourne-ribbon,
.cotg-lp-scroll-progress {
    --brand-orange: #ff7900;
    --brand-white: #ffffff;
}

/* ---- Typography: DM Sans + Outfit (other LPs use Archivo + Inter) ---- */
body.cotg-lp-melbourne,
body.cotg-lp-melbourne .form-control,
body.cotg-lp-melbourne .book-button,
body.cotg-lp-melbourne input,
body.cotg-lp-melbourne select,
body.cotg-lp-melbourne textarea {
    font-family: "DM Sans", system-ui, -apple-system, sans-serif !important;
}

body.cotg-lp-melbourne h1,
body.cotg-lp-melbourne h2,
body.cotg-lp-melbourne h3,
body.cotg-lp-melbourne h4,
body.cotg-lp-melbourne h5,
body.cotg-lp-melbourne h6,
body.cotg-lp-melbourne .main-heading,
body.cotg-lp-melbourne .formhead,
body.cotg-lp-melbourne .cotg-lp-seo-h2 {
    font-family: "Outfit", "Inter", system-ui, sans-serif !important;
    letter-spacing: -0.02em;
}

/* ---- Hero: Canberra full professional redesign ---- */
body.cotg-lp-melbourne .cotg-lp-hero {
    padding: 124px 0 102px;
    background-position: center 32%;
    overflow: hidden;
}

body.cotg-lp-melbourne .cotg-lp-hero::before {
    background: linear-gradient(
        108deg,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.66) 42%,
        rgba(255, 121, 0, 0.38) 100%
    );
}

body.cotg-lp-melbourne .cotg-lp-hero::after {
    background-image:
        radial-gradient(circle at 10% 18%, rgba(255, 121, 0, 0.28) 0%, rgba(255, 121, 0, 0) 36%),
        radial-gradient(circle at 92% 80%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 38%),
        repeating-linear-gradient(
            -14deg,
            rgba(255, 255, 255, 0.06) 0px,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px,
            transparent 38px
        );
    opacity: 0.22;
}

body.cotg-lp-melbourne .cotg-lp-hero .row {
    align-items: stretch !important;
}

body.cotg-lp-melbourne .cotg-lp-hero .col-lg-6:first-child {
    border-left: 0;
    border-radius: 18px;
    padding: 1.5rem 1.7rem 1.4rem;
    background: rgba(15, 23, 42, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.26);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

body.cotg-lp-melbourne .cotg-lp-hero .download-checklist {
    margin-bottom: 0.95rem;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #ff7900;
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 10px 24px rgba(255, 121, 0, 0.2);
}

body.cotg-lp-melbourne .cotg-lp-hero .download-checklist:hover {
    background: #ff7900;
    color: #ffffff;
}

@keyframes cotgPromoPulse {
    0%,
    100% {
        transform: translateZ(0) scale(1);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.24);
    }
    50% {
        transform: translateZ(0) scale(1.02);
        box-shadow: 0 18px 38px rgba(255, 121, 0, 0.34);
    }
}

body.cotg-lp-melbourne .cotg-lp-hero .promotion {
    animation: cotgPromoPulse 2.3s ease-in-out infinite;
    margin: 0 0 0.95rem;
    padding: 14px 16px;
    border-radius: 12px;
    border-left: 5px solid #ff7900;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.24);
    transform-origin: center;
    will-change: transform, box-shadow;
}

body.cotg-lp-melbourne .cotg-lp-hero .sub-text {
    border-radius: 999px;
    padding: 9px 16px;
    margin-bottom: 0.72rem;
    background: #ff7900;
    color: #ffffff;
    font-size: clamp(0.9rem, 1.05vw, 1.08rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.cotg-lp-melbourne .cotg-lp-hero .main-heading {
    margin-bottom: 0.72rem;
    line-height: 1.03;
    letter-spacing: -0.03em;
    font-size: clamp(2.05rem, 4.2vw, 3.65rem);
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

body.cotg-lp-melbourne .cotg-lp-hero div.sub-heading {
    margin-bottom: 0.82rem;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.94);
}

body.cotg-lp-melbourne .cotg-lp-hero ul.sub-heading {
    max-width: 100%;
}

body.cotg-lp-melbourne .cotg-lp-hero ul.sub-heading li {
    margin-bottom: 0.45rem;
    padding: 0.5rem 0.72rem 0.5rem 1.92rem;
    border-radius: 9px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(15, 23, 42, 0.5);
    font-size: 0.92rem;
}

body.cotg-lp-melbourne .cotg-lp-truststrip {
    margin-top: 0.95rem;
    gap: 8px;
}

body.cotg-lp-melbourne .cotg-lp-trust-item {
    padding: 7px 13px;
    background: rgba(255, 121, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.42);
}

body.cotg-lp-melbourne .cotg-lp-hero .top-form {
    height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(255, 121, 0, 0.34);
    border-top: 6px solid #ff7900;
    box-shadow: 0 30px 66px rgba(0, 0, 0, 0.3);
    padding: 1.58rem 1.4rem 1.6rem;
    background: #ffffff;
}

body.cotg-lp-melbourne .cotg-lp-hero .formhead {
    margin-bottom: 0.55rem;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

body.cotg-lp-melbourne .cotg-lp-hero .cotg-lp-form-intro {
    margin-bottom: 0.85rem;
}

body.cotg-lp-melbourne .cotg-lp-hero #quoteFormTop .form-control,
body.cotg-lp-melbourne .cotg-lp-hero #quoteFormTop select.form-control {
    border-radius: 9px;
}

body.cotg-lp-melbourne .cotg-lp-hero #quoteFormTop .book-button {
    width: 100%;
    margin-top: 0.5rem;
    min-height: 46px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

@media (max-width: 1199px) {
    body.cotg-lp-melbourne .cotg-lp-hero {
        padding: 108px 0 88px;
    }

    body.cotg-lp-melbourne .cotg-lp-hero .col-lg-6:first-child {
        padding: 1.2rem 1.25rem 1.15rem;
    }
}

@media (max-width: 991px) {
    body.cotg-lp-melbourne .cotg-lp-hero {
        padding: 92px 0 76px;
    }

    body.cotg-lp-melbourne .cotg-lp-hero .col-lg-6:first-child {
        margin-bottom: 1rem;
    }

    body.cotg-lp-melbourne .cotg-lp-hero .top-form {
        height: auto;
    }
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-hero {
        padding: 78px 0 62px;
    }

    body.cotg-lp-melbourne .cotg-lp-hero .col-lg-6:first-child {
        padding: 1rem 0.9rem 0.95rem;
        border-radius: 14px;
    }

    body.cotg-lp-melbourne .cotg-lp-hero .promotion {
        padding: 12px 13px;
        font-size: 0.95rem;
    }

    body.cotg-lp-melbourne .cotg-lp-hero .main-heading {
        font-size: clamp(1.85rem, 9.2vw, 2.5rem);
        line-height: 1.08;
    }

    body.cotg-lp-melbourne .cotg-lp-hero ul.sub-heading li {
        font-size: 0.9rem;
    }

    body.cotg-lp-melbourne .cotg-lp-hero .top-form {
        border-top-width: 5px;
        padding: 1.2rem 0.95rem 1.3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.cotg-lp-melbourne .cotg-lp-hero .promotion {
        animation: none;
    }
}

/* ---- Expertise strip: angular cards ---- */
body.cotg-lp-melbourne .cotg-lp-expertise-strip .box-expertise {
    border-radius: 12px 28px 28px 28px !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ---- Testimonials: default LP styles (style.css + cotg-lp-theme) — no Melbourne overrides ---- */

/* ---- Why choose: uses shared cotg-lp-theme.css professional bond block (no override) ---- */

/* ---- Included scope section: Melbourne professional refresh ---- */
body.cotg-lp-melbourne .cotg-lp-included {
    background:
        radial-gradient(95% 65% at 50% -28%, rgba(255, 121, 0, 0.16) 0%, rgba(255, 121, 0, 0) 60%),
        linear-gradient(180deg, #fffaf6 0%, #ffffff 48%, #fff9f2 100%);
}

body.cotg-lp-melbourne .cotg-lp-included-head {
    max-width: 860px;
    margin: 0 auto 1.05rem;
}

body.cotg-lp-melbourne .cotg-lp-included-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.8rem;
    padding: 0.34rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #ffd4ad;
    background: #fff4e9;
    color: #ff7900;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-included .cotg-lp-seo-h2 {
    margin-bottom: 0.9rem;
}

body.cotg-lp-melbourne .cotg-lp-included-lead {
    margin-left: auto;
    margin-right: auto;
    color: #4b5563;
    max-width: 52rem;
}

body.cotg-lp-melbourne .cotg-lp-included-grid {
    margin-top: 0.85rem;
}

body.cotg-lp-melbourne .cotg-lp-included-card {
    border-radius: 18px;
    border: 1px solid #ffd9bc;
    border-top-width: 5px;
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.04),
        0 14px 28px rgba(15, 23, 42, 0.08);
    padding: 1.2rem 1.12rem 0.85rem;
}

body.cotg-lp-melbourne .cotg-lp-included-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: #fff3e6;
    border: 1px solid #ffd1aa;
    color: #ff7900;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.cotg-lp-melbourne .cotg-lp-included-card-tag .fa {
    font-size: 0.82rem;
}

body.cotg-lp-melbourne .cotg-lp-included-card-title {
    color: #111827 !important;
    margin-bottom: 0.78rem;
}

body.cotg-lp-melbourne .cotg-lp-included-list.cotg-lp-seo-list li {
    padding-top: 0.52rem;
    padding-bottom: 0.52rem;
    line-height: 1.56;
}

body.cotg-lp-melbourne .cotg-lp-included-note {
    margin-top: 1.15rem;
    border-radius: 14px;
    border: 1px solid #ffd6b4;
    background: #fff8f2;
    padding: 0.92rem 1rem;
}

body.cotg-lp-melbourne .cotg-lp-included-note-sub {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: #6b7280;
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-included-head {
        margin-bottom: 0.8rem;
    }

    body.cotg-lp-melbourne .cotg-lp-included-eyebrow {
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }

    body.cotg-lp-melbourne .cotg-lp-included-card {
        border-radius: 14px;
    }
}

/* ---- How it works section: Melbourne premium flow ---- */
body.cotg-lp-melbourne .cotg-lp-steps {
    background:
        radial-gradient(95% 70% at 50% -30%, rgba(255, 121, 0, 0.16) 0%, rgba(255, 121, 0, 0) 62%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 52%, #fff9f3 100%);
    border-top-color: #ffe3cc;
    border-bottom-color: #ffe9d9;
    padding-top: 4.3rem;
    padding-bottom: 4rem;
}

body.cotg-lp-melbourne .cotg-lp-steps-head {
    max-width: 860px;
    margin: 0 auto 1.45rem;
}

body.cotg-lp-melbourne .cotg-lp-steps-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    padding: 0.34rem 0.86rem;
    border-radius: 999px;
    border: 1px solid #ffd5b0;
    background: #fff4e8;
    color: #ff7900;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-steps-lead {
    max-width: 48rem;
    margin: 0.7rem auto 0;
    color: #4b5563;
    line-height: 1.65;
}

body.cotg-lp-melbourne .cotg-lp-steps-flow {
    margin-top: 1.6rem;
    position: relative;
}

body.cotg-lp-melbourne .cotg-lp-step-col {
    position: relative;
}

@media (min-width: 768px) {
    body.cotg-lp-melbourne .cotg-lp-step-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 2.25rem;
        right: -0.45rem;
        width: 0.95rem;
        height: 2px;
        background: linear-gradient(90deg, #ff7900, #ffb86a);
        opacity: 0.7;
    }
}

body.cotg-lp-melbourne .cotg-lp-step-card {
    border-radius: 15px;
    border: 1px solid #ffd8bb;
    border-top: 5px solid #ff7900;
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.04),
        0 12px 26px rgba(15, 23, 42, 0.08);
    padding: 1.45rem 1.1rem 1.1rem;
}

body.cotg-lp-melbourne .cotg-lp-step-card:hover {
    box-shadow:
        0 8px 18px rgba(15, 23, 42, 0.06),
        0 18px 34px rgba(255, 121, 0, 0.14);
}

body.cotg-lp-melbourne .cotg-lp-step-num {
    width: 2.55rem;
    height: 2.55rem;
    margin-bottom: 0.58rem;
    font-size: 1.02rem;
    box-shadow: 0 8px 18px rgba(255, 121, 0, 0.28);
}

body.cotg-lp-melbourne .cotg-lp-step-kicker {
    margin-bottom: 0.32rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #ff7900;
}

body.cotg-lp-melbourne .cotg-lp-step-card h3 {
    margin-bottom: 0.55rem;
}

body.cotg-lp-melbourne .cotg-lp-step-card p {
    color: #475569;
}

body.cotg-lp-melbourne .cotg-lp-steps-cta-wrap {
    margin-top: 1.55rem;
}

body.cotg-lp-melbourne .cotg-lp-steps-cta {
    margin-top: 0 !important;
    border-radius: 10px !important;
    min-height: 44px;
    padding: 0.58rem 1.05rem !important;
    border: 1px solid #ff7900 !important;
    background: #ff7900 !important;
    color: #ffffff !important;
    font-size: 0.79rem !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(255, 121, 0, 0.24);
}

body.cotg-lp-melbourne .cotg-lp-steps-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(255, 121, 0, 0.32);
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-steps {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    body.cotg-lp-melbourne .cotg-lp-step-card {
        border-radius: 13px;
    }

    body.cotg-lp-melbourne .cotg-lp-steps-cta {
        width: 100%;
        justify-content: center;
    }
}

/* ---- Cost-effective video section: Melbourne professional refresh ---- */
body.cotg-lp-melbourne .cotg-lp-video {
    position: relative;
    padding: 100px 0 160px;
    background:
        radial-gradient(90% 70% at 5% 5%, rgba(255, 121, 0, 0.14) 0%, rgba(255, 121, 0, 0) 60%),
        linear-gradient(180deg, #fffaf6 0%, #ffffff 52%, #fff8f2 100%);
    border-top: 1px solid #ffe3cc;
    border-bottom: 1px solid #ffe8d8;
}

body.cotg-lp-melbourne .cotg-lp-video::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 121, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 121, 0, 0.05) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.15;
}

body.cotg-lp-melbourne .cotg-lp-video .container {
    position: relative;
    z-index: 1;
}

body.cotg-lp-melbourne .cotg-lp-video-row {
    row-gap: 1.5rem;
}

body.cotg-lp-melbourne .cotg-lp-video-copy {
    background: #ffffff;
    border: 1px solid #ffd7b8;
    border-radius: 18px;
    padding: 1.6rem 1.3rem 1.45rem;
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.04),
        0 14px 30px rgba(15, 23, 42, 0.08);
}

body.cotg-lp-melbourne .cotg-lp-video-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    padding: 0.33rem 0.82rem;
    border-radius: 999px;
    border: 1px solid #ffd4ad;
    background: #fff3e7;
    color: #ff7900;
    font-size: 0.71rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-video-title {
    margin-bottom: 0.75rem;
    color: #0f172a;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.16;
}

body.cotg-lp-melbourne .cotg-lp-video-brand {
    color: #ff7900;
}

body.cotg-lp-melbourne .cotg-lp-video-lead {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 0.85rem;
}

body.cotg-lp-melbourne .cotg-lp-video-points {
    margin: 0 0 1rem;
}

body.cotg-lp-melbourne .cotg-lp-video-points li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.5rem;
    margin-bottom: 0.1rem;
    color: #334155;
    line-height: 1.55;
}

body.cotg-lp-melbourne .cotg-lp-video-points li::before {
    content: "";
    position: absolute;
    left: 0.08rem;
    top: 0.98rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.15);
}

body.cotg-lp-melbourne .cotg-lp-video-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

body.cotg-lp-melbourne .cotg-lp-video-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.5rem 1rem;
    border-radius: 9px;
    border: 1px solid #ff7900;
    background: #ff7900;
    color: #ffffff !important;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.2s ease;
    margin-top: 0 !important;
}

body.cotg-lp-melbourne .cotg-lp-video-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 121, 0, 0.24);
}

body.cotg-lp-melbourne .cotg-lp-video-action--ghost {
    background: #ffffff;
    color: #ff7900 !important;
}

body.cotg-lp-melbourne .cotg-lp-video-frame {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    border: 2px solid #ff7900;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(255, 121, 0, 0.2);
    background: #000;
}

body.cotg-lp-melbourne .cotg-lp-video-badge {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 0.67rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-video .video-play {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: auto;
    object-fit: contain;
    background: #000;
}

body.cotg-lp-melbourne .cotg-lp-video .play-button {
    width: 100px;
    height: 100px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 121, 0, 0.9);
    border: 2px solid #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
    font-size: 2.35rem;
}

body.cotg-lp-melbourne .cotg-lp-video .play-button:hover {
    background: rgba(255, 121, 0, 1);
    transform: translate(-50%, -50%) scale(1.06);
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-video {
        padding: 50px 0;
    }

    body.cotg-lp-melbourne .cotg-lp-video-copy {
        padding: 1.25rem 1rem 1.15rem;
        border-radius: 14px;
    }

    body.cotg-lp-melbourne .cotg-lp-video-actions {
        gap: 0.5rem;
    }

    body.cotg-lp-melbourne .cotg-lp-video-action {
        width: 100%;
    }

    body.cotg-lp-melbourne .cotg-lp-video-frame {
        border-radius: 14px;
    }
}

/* ---- Video section: Canberra professional update ---- */
body.cotg-lp-melbourne .cotg-lp-video--canberra .cotg-lp-video-copy {
    border-top: 5px solid #ff7900;
    padding: 1.55rem 1.25rem 1.35rem;
}

body.cotg-lp-melbourne .cotg-lp-video--canberra .cotg-lp-video-title {
    margin-bottom: 0.6rem;
}

body.cotg-lp-melbourne .cotg-lp-video--canberra .cotg-lp-video-lead {
    margin-bottom: 0.72rem;
}

body.cotg-lp-melbourne .cotg-lp-video-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 0.78rem;
}

body.cotg-lp-melbourne .cotg-lp-video-meta-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.28rem 0.72rem;
    border-radius: 999px;
    border: 1px solid #ffd3ad;
    background: #fff4e8;
    color: #b45309;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* Keep video frame dimension unchanged */
body.cotg-lp-melbourne .cotg-lp-video--canberra .cotg-lp-video-frame {
    max-width: 640px;
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-video--canberra .cotg-lp-video-copy {
        padding: 1.15rem 0.95rem 1.05rem;
    }

    body.cotg-lp-melbourne .cotg-lp-video-meta {
        gap: 0.4rem;
        margin-bottom: 0.65rem;
    }

    body.cotg-lp-melbourne .cotg-lp-video-meta-item {
        font-size: 0.7rem;
    }
}

/* ---- Services grid: top accent rail ---- */
/* Services cards use shared redesign from cotg-lp-theme.css */

/* ---- CTA block ---- */
body.cotg-lp-melbourne .cotg-lp-cta::before {
    background: linear-gradient(145deg, rgba(255, 121, 0, 0.1) 0%, rgba(255, 255, 255, 0.92) 55%, rgba(255, 247, 237, 0.95) 100%) !important;
}

body.cotg-lp-melbourne .cotg-lp-cta {
    background:
        radial-gradient(80% 55% at 8% 8%, rgba(255, 121, 0, 0.13) 0%, rgba(255, 121, 0, 0) 70%),
        radial-gradient(75% 50% at 92% 95%, rgba(255, 121, 0, 0.11) 0%, rgba(255, 121, 0, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #fff8f1 50%, #ffffff 100%);
}

body.cotg-lp-melbourne .cotg-lp-cta-head-shell {
    background: #ffffff;
    border: 1px solid #ffd8bc;
    border-top: 4px solid #ff7900;
    border-radius: 20px;
    box-shadow:
        0 2px 8px rgba(15, 23, 42, 0.05),
        0 18px 36px rgba(15, 23, 42, 0.08);
    padding: 1.55rem 1.25rem 1.35rem;
}

body.cotg-lp-melbourne .cotg-lp-cta-title-line {
    display: block;
}

body.cotg-lp-melbourne .cotg-lp-cta-lead {
    max-width: 50rem;
}

body.cotg-lp-melbourne .cotg-lp-cta-bullets {
    margin: 1rem auto 1.05rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

body.cotg-lp-melbourne .cotg-lp-cta-bullets li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid #ffd4ad;
    background: #fff3e6;
    color: #b45309;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

body.cotg-lp-melbourne .cotg-lp-cta-phones {
    gap: 0.72rem;
}

body.cotg-lp-melbourne .cotg-lp-cta-phone {
    border-radius: 10px;
    min-height: 44px;
}

body.cotg-lp-melbourne .cotg-lp-cta-form-shell,
body.cotg-lp-melbourne .cotg-lp-cta-sidebar {
    border-radius: 18px !important;
}

/* ---- FAQ: Melbourne refresh ---- */
body.cotg-lp-melbourne .cotg-lp-faq-section.cotg-lp-seo-block {
    background:
        radial-gradient(100% 62% at 50% -35%, rgba(255, 121, 0, 0.16) 0%, rgba(255, 121, 0, 0) 62%),
        linear-gradient(180deg, #fffaf6 0%, #ffffff 55%, #fff8f1 100%) !important;
    border-top: 1px solid #ffe0c7;
    border-bottom: 1px solid #ffe8d7;
}

body.cotg-lp-melbourne .cotg-lp-faq-head {
    max-width: 860px;
    margin: 0 auto 1.35rem;
}

body.cotg-lp-melbourne .cotg-lp-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    padding: 0.33rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #ffd4ad;
    background: #fff3e6;
    color: #ff7900;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-faq-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    color: #4b5563;
}

body.cotg-lp-melbourne .cotg-lp-faq-cta-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

body.cotg-lp-melbourne .cotg-lp-faq-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.5rem 1rem;
    border-radius: 9px;
    border: 1px solid #ff7900;
    background: #ff7900;
    color: #ffffff !important;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

body.cotg-lp-melbourne .cotg-lp-faq-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 121, 0, 0.24);
}

body.cotg-lp-melbourne .cotg-lp-faq-cta--ghost {
    background: #ffffff;
    color: #ff7900 !important;
}

body.cotg-lp-melbourne .cotg-lp-faq-accordion {
    margin-top: 1.4rem;
    gap: 11px;
}

body.cotg-lp-melbourne .cotg-lp-faq-acc {
    border-radius: 14px !important;
    border: 1px solid #ffd9bf;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

body.cotg-lp-melbourne .cotg-lp-faq-acc summary {
    gap: 0.8rem;
    background: #ffffff;
}

body.cotg-lp-melbourne .cotg-lp-faq-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    border-radius: 10px;
    border: 1px solid #ffd6b3;
    background: #fff5ea;
    color: #ff7900;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.cotg-lp-melbourne .cotg-lp-faq-q {
    color: #0f172a;
}

body.cotg-lp-melbourne .cotg-lp-faq-icon {
    border-color: #ff7900;
    background: #fff9f3;
}

body.cotg-lp-melbourne .cotg-lp-faq-icon::after {
    border-color: #ff7900;
}

body.cotg-lp-melbourne .cotg-lp-faq-acc[open] {
    border-color: #ffcb9a;
    box-shadow: 0 14px 32px rgba(255, 121, 0, 0.14);
}

body.cotg-lp-melbourne .cotg-lp-faq-acc[open] .cotg-lp-faq-icon {
    background: #fff2e6;
}

body.cotg-lp-melbourne .cotg-lp-faq-a {
    background: #fffdfb;
    border-top-color: #ffe2cc;
}

body.cotg-lp-melbourne .cotg-lp-faq-a p {
    color: #475569;
}

body.cotg-lp-melbourne .cotg-lp-faq-a a {
    color: #ff7900;
}

/* ---- FAQ Item Wrapper ---- */
body.cotg-lp-melbourne .cotg-lp-faq-item {
    margin-bottom: 0.75rem;
}

/* ---- FAQ Icons (FontAwesome) ---- */
body.cotg-lp-melbourne .cotg-lp-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    border-radius: 12px;
    border: 1px solid #ffd6b3;
    background: #fff5ea;
    color: #ff7900;
    font-size: 1rem;
    transition: all 0.2s ease;
}

/* ---- Hide Default Browser Arrow ---- */
body.cotg-lp-melbourne .cotg-lp-faq-acc summary::-webkit-details-marker {
    display: none;
}

body.cotg-lp-melbourne .cotg-lp-faq-acc summary::marker {
    content: "";
}

/* ---- FAQ Toggle Indicator ---- */
body.cotg-lp-melbourne .cotg-lp-faq-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #ffd6b3;
    background: #fff5ea;
    color: #ff7900;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    margin-left: auto;
}

body.cotg-lp-melbourne .cotg-lp-faq-toggle::before {
    content: "+";
    font-weight: 700;
}

body.cotg-lp-melbourne .cotg-lp-faq-acc[open] .cotg-lp-faq-toggle::before {
    content: "−";
}

body.cotg-lp-melbourne .cotg-lp-faq-acc[open] .cotg-lp-faq-toggle {
    background: #fff2e6;
    border-color: #ffcb9a;
}

/* ---- FAQ Summary Layout ---- */
body.cotg-lp-melbourne .cotg-lp-faq-acc summary {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

body.cotg-lp-melbourne .cotg-lp-faq-acc summary:hover {
    background: #fff9f3;
}

body.cotg-lp-melbourne .cotg-lp-faq-acc summary:hover .cotg-lp-faq-toggle {
    background: #fff2e6;
    transform: scale(1.05);
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-faq-item {
        margin-bottom: 0.5rem;
    }

    body.cotg-lp-melbourne .cotg-lp-faq-acc summary {
        padding: 1rem;
        gap: 0.6rem;
    }

    body.cotg-lp-melbourne .cotg-lp-faq-icon {
        width: 2.2rem;
        height: 2.2rem;
        flex: 0 0 2.2rem;
    }

    body.cotg-lp-melbourne .cotg-lp-faq-icon i {
        font-size: 1rem;
    }

    body.cotg-lp-melbourne .cotg-lp-faq-toggle {
        width: 1.3rem;
        height: 1.3rem;
        font-size: 0.7rem;
    }
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-cta-head-shell {
        border-radius: 14px;
        padding: 1.2rem 0.95rem 1rem;
    }

    body.cotg-lp-melbourne .cotg-lp-cta-bullets {
        gap: 0.42rem;
        margin-top: 0.85rem;
        margin-bottom: 0.9rem;
    }

    body.cotg-lp-melbourne .cotg-lp-cta-bullets li {
        width: 100%;
        justify-content: center;
    }

    body.cotg-lp-melbourne .cotg-lp-faq-head {
        margin-bottom: 1rem;
    }

    body.cotg-lp-melbourne .cotg-lp-faq-cta-row {
        gap: 0.5rem;
    }

    body.cotg-lp-melbourne .cotg-lp-faq-cta {
        width: 100%;
    }
}

/* ---- Hover effects for clickable elements ---- */
body.cotg-lp-melbourne a[href^="tel"],
body.cotg-lp-melbourne a[href^="mailto"],
body.cotg-lp-melbourne label,
body.cotg-lp-melbourne select,
body.cotg-lp-melbourne input[type="radio"],
body.cotg-lp-melbourne input[type="checkbox"] {
    cursor: pointer;
    transition: all 0.3s ease;
}

body.cotg-lp-melbourne a[href^="tel"]:hover,
body.cotg-lp-melbourne a[href^="mailto"]:hover,
body.cotg-lp-melbourne .footer-contact a:hover {
    color: #ff7900 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    transform: translateY(-1px);
}

body.cotg-lp-melbourne .book-button:hover,
body.cotg-lp-melbourne button[type="submit"]:hover,
body.cotg-lp-melbourne .cotg-lp-faq-cta:hover,
body.cotg-lp-melbourne .cotg-lp-video-action:hover {
    background-color: #e66d00 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 121, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

body.cotg-lp-melbourne label:hover {
    color: #ff7900;
}

body.cotg-lp-melbourne select.form-control:hover,
body.cotg-lp-melbourne input.form-control:hover {
    border-color: #ff7900;
}

/* ---- Footer ---- */
body.cotg-lp-melbourne footer {
    border-top: 3px solid #ff7900;
}

/* ---- Location ribbon ---- */
.cotg-lp-melbourne-ribbon {
    background: var(--brand-white);
    color: #231f20;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-bottom: 3px solid var(--brand-orange);
    box-shadow: 0 2px 12px rgba(255, 121, 0, 0.12);
}

.cotg-lp-melbourne-ribbon__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.75rem;
    padding: 10px 12px;
    text-align: center;
}

.cotg-lp-melbourne-ribbon__loc {
    color: var(--brand-orange);
    font-weight: 800;
}

.cotg-lp-melbourne-ribbon__loc .fa {
    color: var(--brand-orange);
    margin-right: 6px;
}

.cotg-lp-melbourne-ribbon__dot {
    opacity: 0.45;
    -webkit-user-select: none;
    user-select: none;
}

.cotg-lp-melbourne-ribbon__badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--brand-orange);
    border: 1px solid var(--brand-orange);
    color: var(--brand-white);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

@media (max-width: 575px) {
    .cotg-lp-melbourne-ribbon__inner {
        font-size: 12px;
    }
}

/* ---- Scroll progress ---- */
.cotg-lp-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    z-index: 100002;
    pointer-events: none;
    transform-origin: 0 50%;
    transform: scaleX(0);
    background: linear-gradient(90deg, #ff7900 0%, #ff9933 100%);
    box-shadow: 0 1px 0 rgba(255, 121, 0, 0.25);
}

/* ---- 2026 Canberra refresh: modern layout with strict brand colors ---- */
body.cotg-lp-melbourne {
    --cotg-brand: #ff7900;
    --cotg-white: #ffffff;
    --cotg-soft: #fff4e8;
    --cotg-border: #ffd8bb;
}

body.cotg-lp-melbourne .cotg-lp-trust-card,
body.cotg-lp-melbourne .cotg-lp-why-item,
body.cotg-lp-melbourne .cotg-lp-included-card,
body.cotg-lp-melbourne .cotg-lp-step-card,
body.cotg-lp-melbourne .cotg-lp-faq-acc,
body.cotg-lp-melbourne .cotg-lp-video-copy,
body.cotg-lp-melbourne .cotg-lp-cta-head-shell,
body.cotg-lp-melbourne .cotg-lp-cta-form-shell,
body.cotg-lp-melbourne .cotg-lp-cta-sidebar,
body.cotg-lp-melbourne .cotg-lp-postcode-shell {
    background: var(--cotg-white) !important;
    border: 1px solid var(--cotg-border) !important;
    border-top: 4px solid var(--cotg-brand) !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 28px rgba(255, 121, 0, 0.12);
}

body.cotg-lp-melbourne .cotg-lp-trust-badges,
body.cotg-lp-melbourne .cotg-lp-services-wrap,
body.cotg-lp-melbourne .cotg-lp-included,
body.cotg-lp-melbourne .cotg-lp-steps,
body.cotg-lp-melbourne .cotg-lp-faq,
body.cotg-lp-melbourne .cotg-lp-cta {
    background:
        radial-gradient(90% 70% at 50% -30%, rgba(255, 121, 0, 0.12) 0%, rgba(255, 121, 0, 0) 60%),
        linear-gradient(180deg, #ffffff 0%, #fff9f3 50%, #ffffff 100%) !important;
}

body.cotg-lp-melbourne .cotg-lp-trust-title,
body.cotg-lp-melbourne .cotg-lp-seo-h2,
body.cotg-lp-melbourne .cotg-lp-video-title,
body.cotg-lp-melbourne .cotg-lp-cta-title,
body.cotg-lp-melbourne .services-heading h2,
body.cotg-lp-melbourne .cotg-lp-faq-q {
    color: var(--cotg-brand) !important;
}

body.cotg-lp-melbourne .cotg-lp-trust-eyebrow,
body.cotg-lp-melbourne .cotg-lp-steps-eyebrow,
body.cotg-lp-melbourne .cotg-lp-included-eyebrow,
body.cotg-lp-melbourne .cotg-lp-postcode-eyebrow,
body.cotg-lp-melbourne .cotg-lp-faq-eyebrow,
body.cotg-lp-melbourne .cotg-lp-cta-eyebrow,
body.cotg-lp-melbourne .cotg-lp-video-kicker {
    background: var(--cotg-soft) !important;
    color: var(--cotg-brand) !important;
    border-color: var(--cotg-border) !important;
}

body.cotg-lp-melbourne .cotg-lp-faq-cta,
body.cotg-lp-melbourne .cotg-lp-video-action,
body.cotg-lp-melbourne .cotg-lp-steps-cta,
body.cotg-lp-melbourne .cotg-lp-postcode-btn {
    border-radius: 999px !important;
}

body.cotg-lp-melbourne .cotg-lp-faq-cta--ghost,
body.cotg-lp-melbourne .cotg-lp-video-action--ghost {
    background: var(--cotg-white) !important;
    color: var(--cotg-brand) !important;
}

body.cotg-lp-melbourne .cotg-lp-faq-cta--ghost:hover,
body.cotg-lp-melbourne .cotg-lp-video-action--ghost:hover {
    background: var(--cotg-brand) !important;
    color: var(--cotg-white) !important;
}

body.cotg-lp-melbourne .cotg-lp-quote-form .form-control:focus,
body.cotg-lp-melbourne .cotg-lp-postcode-input:focus {
    border-color: var(--cotg-brand);
    box-shadow: 0 0 0 0.18rem rgba(255, 121, 0, 0.15);
}

/* ---- Trust badges: Canberra redesign ---- */
body.cotg-lp-melbourne .cotg-lp-trust-badges {
    padding: 3.4rem 0 3.65rem;
}

body.cotg-lp-melbourne .cotg-lp-trust-grid--canberra {
    margin-top: 0.2rem;
    gap: 1.1rem;
}

body.cotg-lp-melbourne .cotg-lp-trust-grid--canberra .cotg-lp-trust-card {
    position: relative;
    overflow: hidden;
    align-items: flex-start;
    text-align: left;
    padding: 1.35rem 1.15rem 1.28rem;
    border-top: 5px solid #ff7900 !important;
}

body.cotg-lp-melbourne .cotg-lp-trust-grid--canberra .cotg-lp-trust-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 88px;
    background: radial-gradient(circle at top right, rgba(255, 121, 0, 0.2), rgba(255, 121, 0, 0));
    pointer-events: none;
}

body.cotg-lp-melbourne .cotg-lp-trust-grid--canberra .cotg-lp-trust-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 0.72rem;
    border-radius: 12px;
}

body.cotg-lp-melbourne .cotg-lp-trust-card-kicker {
    margin: 0 0 0.38rem;
    font-size: 0.68rem;
    line-height: 1.1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #ff7900;
}

body.cotg-lp-melbourne .cotg-lp-trust-grid--canberra .cotg-lp-trust-card-title {
    margin-bottom: 0.38rem;
}

body.cotg-lp-melbourne .cotg-lp-trust-grid--canberra .cotg-lp-trust-card-text {
    font-size: 0.92rem;
    line-height: 1.55;
}

body.cotg-lp-melbourne .cotg-lp-trust-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.15rem;
}

body.cotg-lp-melbourne .cotg-lp-trust-stat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #ffd3ad;
    background: #fff3e6;
    color: #b45309;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@media (max-width: 991px) {
    body.cotg-lp-melbourne .cotg-lp-trust-grid--canberra .cotg-lp-trust-card {
        align-items: center;
        text-align: center;
    }
}

/* ---- About lead: Canberra redesign ---- */
body.cotg-lp-melbourne .cotg-lp-about-lead--canberra {
    padding-bottom: 64px;
}

body.cotg-lp-melbourne .cotg-lp-about-lead--canberra .row {
    gap: 0;
}

body.cotg-lp-melbourne .cotg-lp-about-lead--canberra .cotg-lp-about-image-wrap {
    border-radius: 18px;
    border: 1px solid #ffd7b9;
    box-shadow: 0 20px 44px rgba(255, 121, 0, 0.18);
}

body.cotg-lp-melbourne .cotg-lp-about-image-badge {
    position: absolute;
    left: 0.9rem;
    bottom: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.34rem 0.68rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.cotg-lp-melbourne .cotg-lp-about-image-badge .fa {
    color: #ff7900;
}

body.cotg-lp-melbourne .cotg-lp-about-card--canberra {
    border-left-width: 0;
    border-top: 5px solid #ff7900;
    border-radius: 18px;
    padding: 1.55rem 1.45rem 1.4rem;
}

body.cotg-lp-melbourne .cotg-lp-about-card--canberra h2 {
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
}

body.cotg-lp-melbourne .cotg-lp-about-card--canberra .cotg-lp-about-intro {
    margin-bottom: 0.78rem;
}

body.cotg-lp-melbourne .cotg-lp-about-points {
    margin: 0 0 0.9rem;
}

body.cotg-lp-melbourne .cotg-lp-about-points li {
    position: relative;
    margin-bottom: 0.45rem;
    padding: 0.52rem 0.68rem 0.52rem 1.85rem;
    border-radius: 9px;
    background: #fff6ed;
    border: 1px solid #ffd8bb;
    color: #374151;
    line-height: 1.48;
}

body.cotg-lp-melbourne .cotg-lp-about-points li::before {
    content: "";
    position: absolute;
    left: 0.72rem;
    top: 0.92rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.16);
}

body.cotg-lp-melbourne .cotg-lp-about-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.95rem;
}

body.cotg-lp-melbourne .cotg-lp-about-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    border: 1px solid #ffd2aa;
    background: #fff3e6;
    color: #b45309;
    font-size: 0.75rem;
    font-weight: 700;
}

body.cotg-lp-melbourne .cotg-lp-about-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.95rem !important;
    min-height: 42px;
    padding: 0.55rem 1.08rem;
    border-radius: 999px !important;
    border: 1px solid #ff7900 !important;
    background: #ff7900 !important;
    color: #ffffff !important;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

body.cotg-lp-melbourne .cotg-lp-about-cta:hover {
    background: #ffffff !important;
    color: #ff7900 !important;
}

@media (max-width: 991px) {
    body.cotg-lp-melbourne .cotg-lp-about-lead--canberra {
        padding-bottom: 50px;
    }

    body.cotg-lp-melbourne .cotg-lp-about-lead--canberra .cotg-lp-about-image-wrap {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-about-card--canberra {
        padding: 1.18rem 0.98rem 1.08rem;
    }

    body.cotg-lp-melbourne .cotg-lp-about-image-badge {
        font-size: 0.68rem;
    }

    body.cotg-lp-melbourne .cotg-lp-about-cta {
        width: 100%;
    }
}

/* ---- Expertise strip: Canberra redesign + responsive spacing ---- */
body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra {
    padding: 3.1rem 0 3.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #fff7ef 52%, #ffffff 100%) !important;
    border-top: 1px solid #ffe5d0;
    border-bottom: 1px solid #ffe7d5;
}

body.cotg-lp-melbourne .cotg-lp-expertise-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.58rem;
    padding: 0.32rem 0.82rem;
    border-radius: 999px;
    border: 1px solid #ffd3ad;
    background: #fff3e6;
    color: #ff7900;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-expertise-title {
    margin: 0;
    color: #1f2937;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
}

body.cotg-lp-melbourne .cotg-lp-expertise-grid {
    margin-top: 1.35rem;
    row-gap: 1rem;
}

body.cotg-lp-melbourne .cotg-lp-expertise-col {
    display: flex;
}

body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card {
    margin: 0 !important;
    width: 100%;
    min-height: 238px;
    border-radius: 16px !important;
    padding: 1.25rem 1rem 1.1rem !important;
    background: #ffffff;
    border: 1px solid #ffd8bb;
    border-top: 5px solid #ff7900;
    box-shadow: 0 14px 28px rgba(255, 121, 0, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card:hover {
    transform: translateY(-4px);
    border-color: #ffb879;
    box-shadow: 0 18px 34px rgba(255, 121, 0, 0.18);
}

body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card .fa {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    background: linear-gradient(140deg, #ff7900, #ff9b44);
    color: #ffffff;
    font-size: 1.3rem;
    box-shadow: 0 8px 18px rgba(255, 121, 0, 0.28);
}

body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.03rem;
    line-height: 1.3;
    color: #1f2937;
}

body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card p {
    margin-bottom: 0;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.58;
}

@media (max-width: 991px) {
    body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra {
        padding: 2.7rem 0 2.8rem;
    }

    body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-expertise-grid {
        margin-top: 1.05rem;
        row-gap: 0.9rem;
    }

    body.cotg-lp-melbourne .cotg-lp-expertise-col {
        margin-bottom: 0 !important;
    }

    body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card {
        min-height: 0;
        padding: 1rem 0.92rem 0.95rem !important;
    }

    body.cotg-lp-melbourne .cotg-lp-expertise-strip--canberra .cotg-lp-expertise-card h4 {
        font-size: 1rem;
    }
}

/* ---- COTG services: Canberra professional update ---- */
body.cotg-lp-melbourne .cotg-lp-services-wrap--canberra .services-heading {
    margin-bottom: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.cotg-lp-melbourne .cotg-lp-services-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 0.6rem;
    padding: 0.34rem 0.84rem;
    border-radius: 999px;
    border: 1px solid #ffd3ad;
    background: #fff3e6;
    color: #ff7900;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-services-title {
    display: block !important;
    width: 100%;
    text-align: center;
    line-height: 1.15;
    margin-bottom: 0.72rem !important;
}

body.cotg-lp-melbourne .cotg-lp-services-brand {
    color: #ff7900;
}

body.cotg-lp-melbourne .cotg-lp-services-lead {
    max-width: 760px;
    margin: 0 auto;
}

body.cotg-lp-melbourne .cotg-lp-services-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.52rem;
    margin-top: 1rem;
}

body.cotg-lp-melbourne .cotg-lp-services-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    border: 1px solid #ffd2aa;
    background: #fff4e8;
    color: #b45309;
    font-size: 0.76rem;
    font-weight: 700;
}

body.cotg-lp-melbourne .cotg-lp-svc-kicker {
    margin: 0 0 0.36rem;
    font-size: 0.68rem;
    line-height: 1.1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #ff7900;
}

body.cotg-lp-melbourne .cotg-lp-services-wrap--canberra .serv-boxi h4 {
    min-height: 2.5em;
}

body.cotg-lp-melbourne .cotg-lp-services-wrap--canberra .serv-boxi p {
    margin-bottom: 0.95rem;
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-services-wrap--canberra .services-heading {
        margin-bottom: 1.7rem;
    }

    body.cotg-lp-melbourne .cotg-lp-services-eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }

    body.cotg-lp-melbourne .cotg-lp-services-meta {
        margin-top: 0.75rem;
        gap: 0.42rem;
    }

    body.cotg-lp-melbourne .cotg-lp-services-meta span {
        font-size: 0.72rem;
    }

    body.cotg-lp-melbourne .cotg-lp-services-wrap--canberra .serv-boxi h4 {
        min-height: 0;
    }
}

/* ---- Why choose: Canberra professional redesign ---- */
body.cotg-lp-melbourne .cotg-lp-why-choose--canberra {
    padding: 70px 0 60px;
    border-top: 0;
    background:
        radial-gradient(90% 60% at 50% -24%, rgba(255, 121, 0, 0.14) 0%, rgba(255, 121, 0, 0) 56%),
        linear-gradient(180deg, #ffffff 0%, #fff8f1 52%, #ffffff 100%);
}

body.cotg-lp-melbourne .cotg-lp-why-choose--canberra .cotg-lp-why-choose-hero {
    margin-bottom: 2rem;
}

body.cotg-lp-melbourne .cotg-lp-why-choose--canberra .cotg-lp-why-choose-hero-inner {
    max-width: 920px;
    border-radius: 20px;
    border: 1px solid #ffd9bc;
    border-top: 5px solid #ff7900;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(255, 121, 0, 0.12);
    padding: 1.45rem 1.35rem 1.3rem;
}

body.cotg-lp-melbourne .cotg-lp-why-choose--canberra .cotg-lp-why-eyebrow {
    margin-bottom: 0.62rem;
}

body.cotg-lp-melbourne .cotg-lp-why-choose--canberra .cotg-lp-why-lead {
    margin-top: 1.05rem !important;
    max-width: 100%;
}

body.cotg-lp-melbourne .cotg-lp-why-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.05rem;
}

body.cotg-lp-melbourne .cotg-lp-why-meta-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.32rem 0.8rem;
    border-radius: 999px;
    border: 1px solid #ffd3ad;
    background: #fff3e6;
    color: #b45309;
    font-size: 0.76rem;
    font-weight: 700;
}

body.cotg-lp-melbourne .cotg-lp-why-subtitle--canberra {
    margin-bottom: 1.15rem;
}

body.cotg-lp-melbourne .cotg-lp-why-col--canberra {
    display: flex;
}

body.cotg-lp-melbourne .cotg-lp-why-list--canberra {
    width: 100%;
    margin-top: 0;
    padding: 0.95rem;
    border-radius: 16px;
    border: 1px solid #ffd9bc;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(255, 121, 0, 0.08);
}

body.cotg-lp-melbourne .cotg-lp-why-list--canberra > li {
    margin-bottom: 0.75rem !important;
}

body.cotg-lp-melbourne .cotg-lp-why-list--canberra > li:last-child {
    margin-bottom: 0 !important;
}

body.cotg-lp-melbourne .cotg-lp-why-list--canberra .cotg-lp-why-item {
    border-left-width: 4px;
    border-radius: 10px;
    padding: 0.86rem 0.95rem 0.86rem 2.55rem;
    box-shadow: none;
}

body.cotg-lp-melbourne .cotg-lp-why-list--canberra .cotg-lp-why-item::before {
    left: 12px;
    top: 0.92rem;
    width: 20px;
    height: 20px;
}

@media (max-width: 991px) {
    body.cotg-lp-melbourne .cotg-lp-why-choose--canberra {
        padding: 58px 0 50px;
    }

    body.cotg-lp-melbourne .cotg-lp-why-choose--canberra .cotg-lp-why-choose-hero-inner {
        padding: 1.2rem 1.05rem 1.1rem;
    }

    body.cotg-lp-melbourne .cotg-lp-why-col--canberra + .cotg-lp-why-col--canberra {
        margin-top: 0.8rem;
    }
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-why-choose--canberra .cotg-lp-why-choose-hero {
        margin-bottom: 1.5rem;
    }

    body.cotg-lp-melbourne .cotg-lp-why-meta {
        gap: 0.4rem;
        margin-top: 0.82rem;
    }

    body.cotg-lp-melbourne .cotg-lp-why-meta-item {
        font-size: 0.72rem;
    }

    body.cotg-lp-melbourne .cotg-lp-why-list--canberra {
        padding: 0.75rem;
    }

    body.cotg-lp-melbourne .cotg-lp-why-list--canberra .cotg-lp-why-item {
        padding: 0.78rem 0.8rem 0.78rem 2.35rem;
        font-size: 0.93rem;
    }
}

/* ---- CTA section: Canberra professional redesign ---- */
body.cotg-lp-melbourne .cotg-lp-cta--canberra {
    padding: 4.6rem 0 4rem;
    background:
        radial-gradient(75% 50% at 8% 8%, rgba(255, 121, 0, 0.16) 0%, rgba(255, 121, 0, 0) 72%),
        radial-gradient(72% 48% at 92% 96%, rgba(255, 121, 0, 0.13) 0%, rgba(255, 121, 0, 0) 74%),
        linear-gradient(180deg, #ffffff 0%, #fff8f1 48%, #ffffff 100%);
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-head {
    padding-bottom: 2.2rem !important;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-head-shell--canberra {
    border-top-width: 5px !important;
    padding: 1.45rem 1.2rem 1.25rem;
    max-width: 920px;
    margin: 0 auto;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-eyebrow {
    margin-bottom: 0.62rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-title {
    margin-bottom: 0.72rem;
    line-height: 1.14;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-lead {
    max-width: 48rem;
    margin-bottom: 1.1rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-bullets {
    gap: 0.45rem;
    margin: 0 auto 0.95rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-bullets li {
    background: #fff4e8;
    border: 1px solid #ffd2aa;
    color: #b45309;
    font-size: 0.75rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-phones {
    gap: 0.62rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-phone {
    min-height: 42px;
    border-radius: 999px;
    padding: 0.62rem 1rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-columns {
    row-gap: 1rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-form-shell--canberra {
    border-top-width: 5px !important;
    padding: 1.75rem 1.45rem 1.7rem !important;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-form-kicker {
    margin-bottom: 0.38rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-form-sub {
    margin-bottom: 1rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-submit.book-button {
    border-radius: 999px !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.82rem !important;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-sidebar--canberra {
    border-top-width: 5px !important;
    padding: 1.55rem 1.25rem 1.3rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-sidebar--canberra h3 {
    margin-bottom: 0.62rem;
    font-size: 1.28rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-sidebar ul {
    margin-bottom: 1rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-sidebar ul li {
    font-size: 0.92rem;
    padding: 0.48rem 0 0.48rem 1.1rem;
}

body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-contact-block.contact-div {
    margin-bottom: 0.72rem;
    padding: 0.8rem 0.88rem;
}

@media (max-width: 991px) {
    body.cotg-lp-melbourne .cotg-lp-cta--canberra {
        padding: 3.9rem 0 3.5rem;
    }

    body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-head-shell--canberra {
        padding: 1.28rem 1rem 1.1rem;
    }
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-cta--canberra {
        padding: 3.2rem 0 2.9rem;
    }

    body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-head {
        padding-bottom: 1.75rem !important;
    }

    body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-bullets li,
    body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-phone {
        width: 100%;
        justify-content: center;
    }

    body.cotg-lp-melbourne .cotg-lp-cta--canberra .cotg-lp-cta-form-shell--canberra {
        padding: 1.3rem 1rem 1.4rem !important;
    }
}

/* ---- Suburbs strip: Canberra redesign ---- */
body.cotg-lp-melbourne .cotg-lp-suburbs--canberra {
    padding: 2.9rem 0 3rem;
    background:
        radial-gradient(80% 60% at 8% 8%, rgba(255, 121, 0, 0.12) 0%, rgba(255, 121, 0, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #fff8f1 54%, #ffffff 100%);
    border-top: 1px solid #ffe3cc;
    border-bottom: 1px solid #ffe8d7;
}

body.cotg-lp-melbourne .cotg-lp-suburbs--canberra .col-md-12 {
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

body.cotg-lp-melbourne .cotg-lp-suburbs-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.55rem;
    padding: 0.33rem 0.82rem;
    border-radius: 999px;
    border: 1px solid #ffd2aa;
    background: #fff4e8;
    color: #ff7900;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.cotg-lp-melbourne .cotg-lp-suburbs-title {
    margin-bottom: 0.6rem !important;
    font-size: clamp(1.35rem, 2.8vw, 1.95rem);
    line-height: 1.2;
    font-weight: 800;
    color: #1f2937;
}

body.cotg-lp-melbourne .cotg-lp-suburbs-lead {
    margin: 0 auto;
    max-width: 860px;
    color: #4b5563;
    line-height: 1.68;
}

body.cotg-lp-melbourne .cotg-lp-suburbs-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.92rem;
}

body.cotg-lp-melbourne .cotg-lp-suburbs-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    border: 1px solid #ffd2aa;
    background: #fff4e8;
    color: #b45309;
    font-size: 0.76rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-suburbs--canberra {
        padding: 2.3rem 0 2.4rem;
    }

    body.cotg-lp-melbourne .cotg-lp-suburbs-title {
        font-size: clamp(1.25rem, 6vw, 1.55rem);
    }

    body.cotg-lp-melbourne .cotg-lp-suburbs-tags {
        gap: 0.38rem;
        margin-top: 0.75rem;
    }

    body.cotg-lp-melbourne .cotg-lp-suburbs-tags span {
        font-size: 0.72rem;
    }
}

/* ---- What's included: Canberra redesign ---- */
body.cotg-lp-melbourne .cotg-lp-included--canberra {
    padding-top: 4.1rem;
    padding-bottom: 3.8rem;
    background:
        radial-gradient(80% 60% at 8% 8%, rgba(255, 121, 0, 0.14) 0%, rgba(255, 121, 0, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #fff8f1 52%, #ffffff 100%);
    border-top: 1px solid #ffe3cc;
    border-bottom: 1px solid #ffe7d5;
}

body.cotg-lp-melbourne .cotg-lp-included--canberra .cotg-lp-included-head {
    margin-bottom: 1rem;
}

body.cotg-lp-melbourne .cotg-lp-included--canberra .cotg-lp-included-lead {
    max-width: 50rem;
}

body.cotg-lp-melbourne .cotg-lp-included-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

body.cotg-lp-melbourne .cotg-lp-included-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.3rem 0.76rem;
    border-radius: 999px;
    border: 1px solid #ffd2aa;
    background: #fff4e8;
    color: #b45309;
    font-size: 0.75rem;
    font-weight: 700;
}

body.cotg-lp-melbourne .cotg-lp-included--canberra .cotg-lp-included-grid {
    margin-top: 1.05rem;
}

body.cotg-lp-melbourne .cotg-lp-included-card--canberra {
    border-top: 5px solid #ff7900;
    padding: 1.18rem 1.02rem 0.92rem;
}

body.cotg-lp-melbourne .cotg-lp-included-card--canberra .cotg-lp-included-card-title {
    margin-bottom: 0.68rem;
}

body.cotg-lp-melbourne .cotg-lp-included-card--canberra .cotg-lp-included-list li {
    line-height: 1.54;
}

body.cotg-lp-melbourne .cotg-lp-included-note--canberra {
    margin-top: 1rem;
    border: 1px solid #ffd9bc;
    border-top: 4px solid #ff7900;
    border-radius: 14px;
    background: #fff8f2;
    padding: 0.86rem 0.95rem;
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-included--canberra {
        padding-top: 3.2rem;
        padding-bottom: 3rem;
    }

    body.cotg-lp-melbourne .cotg-lp-included-meta {
        gap: 0.38rem;
        margin-top: 0.7rem;
    }

    body.cotg-lp-melbourne .cotg-lp-included-meta span {
        font-size: 0.71rem;
    }

    body.cotg-lp-melbourne .cotg-lp-included-card--canberra {
        padding: 1rem 0.88rem 0.84rem;
    }
}

/* ---- How it works: Canberra redesign ---- */
body.cotg-lp-melbourne .cotg-lp-steps--canberra {
    padding-top: 4.1rem;
    padding-bottom: 3.9rem;
    background:
        radial-gradient(80% 60% at 10% 10%, rgba(255, 121, 0, 0.14) 0%, rgba(255, 121, 0, 0) 70%),
        linear-gradient(180deg, #ffffff 0%, #fff8f1 52%, #ffffff 100%);
    border-top: 1px solid #ffe3cc;
    border-bottom: 1px solid #ffe7d5;
}

body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-steps-head {
    max-width: 920px;
    margin: 0 auto 1.35rem;
    padding: 1.28rem 1.05rem 1.15rem;
    border-radius: 18px;
    border: 1px solid #ffd9bc;
    border-top: 5px solid #ff7900;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(255, 121, 0, 0.1);
}

body.cotg-lp-melbourne .cotg-lp-steps-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.8rem;
}

body.cotg-lp-melbourne .cotg-lp-steps-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.3rem 0.76rem;
    border-radius: 999px;
    border: 1px solid #ffd2aa;
    background: #fff4e8;
    color: #b45309;
    font-size: 0.75rem;
    font-weight: 700;
}

body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-steps-flow {
    margin-top: 1.35rem;
    row-gap: 0.95rem;
}

body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-step-col {
    display: flex;
}

body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-step-card--canberra {
    width: 100%;
    border-top-width: 5px;
    border-radius: 14px;
    padding: 1.22rem 0.96rem 0.95rem;
}

body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-step-card--canberra h3 {
    margin-bottom: 0.45rem;
}

body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-step-card--canberra p {
    line-height: 1.55;
}

body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-steps-cta--canberra {
    border-radius: 999px !important;
    min-height: 44px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.8rem !important;
}

@media (max-width: 991px) {
    body.cotg-lp-melbourne .cotg-lp-steps--canberra {
        padding-top: 3.5rem;
        padding-bottom: 3.4rem;
    }

    body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-step-col:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    body.cotg-lp-melbourne .cotg-lp-steps--canberra {
        padding-top: 3rem;
        padding-bottom: 2.9rem;
    }

    body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-steps-head {
        padding: 1.05rem 0.88rem 0.96rem;
    }

    body.cotg-lp-melbourne .cotg-lp-steps-meta {
        gap: 0.38rem;
        margin-top: 0.65rem;
    }

    body.cotg-lp-melbourne .cotg-lp-steps-meta span {
        font-size: 0.71rem;
    }

    body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-step-card--canberra {
        padding: 1rem 0.82rem 0.82rem;
    }

    body.cotg-lp-melbourne .cotg-lp-steps--canberra .cotg-lp-steps-cta--canberra {
        width: 100%;
        justify-content: center;
    }
}

/* ---- Custom classes for inline styles ---- */
.phone-link-margin {
    margin-right: 10px;
}

.phone-separator {
    color: #000;
    padding: 0px 10px;
}

.book-button-margin-zero {
    margin: 0;
}

.discount-margin {
    margin: 0 5px;
}

.terms-small {
    font-size: 12px;
    line-height: 1;
    display: block;
}

.hidden-input {
    display: none;
}

.auto-height {
    height: auto;
}

.hidden-error {
    display: none;
}

.display-block {
    display: block;
}

.padding-zero {
    padding: 0;
}

.tiktok-span {
    font-weight: 700;
    font-size: 11px;
}
