/**
 * COTG bond landing — hero, bands, services, CTA, FAQ (scoped under .cotg-lp).
 * Brand colours: #fe7c06 orange, #231F20 dark text, #f5f5f5 greys.
 */

/* ---- Hero: professional refresh (keeps current structure) ---- */
.cotg-lp .cotg-lp-hero {
    position: relative;
    padding: 114px 0 88px;
    background-position: center 35%;
}

.cotg-lp .cotg-lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        112deg,
        rgba(17, 24, 39, 0.54) 0%,
        rgba(17, 24, 39, 0.4) 42%,
        rgba(255, 121, 0, 0.1) 100%
    );
    z-index: 0;
}

.cotg-lp .cotg-lp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.09;
}

.cotg-lp .cotg-lp-hero .container {
    position: relative;
    z-index: 1;
}

.cotg-lp .cotg-lp-hero .row {
    align-items: flex-start;
    row-gap: 2rem;
}

.cotg-lp .cotg-lp-hero .col-lg-6:first-child {
    padding-right: 2rem;
    border-left: 4px solid #ff7900;
    padding-left: 1.5rem;
}

.cotg-lp .cotg-lp-hero .download-checklist {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 18px;
    margin-bottom: 1rem;
    background: #fff;
    color: #1f2937;
    font-weight: 700;
    font-size: 14px;
    border-radius: 999px;
    border: 1px solid #ff7900;
    box-shadow: 0 8px 20px rgba(255, 121, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cotg-lp .cotg-lp-hero .download-checklist:hover {
    color: #fff;
    background: #ff7900;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 121, 0, 0.3);
}

.cotg-lp .cotg-lp-hero .live-text {
    animation: none;
    margin-right: 0;
}

.cotg-lp .cotg-lp-hero .live-text.promotion {
    width: 100%;
    max-width: 44rem;
    margin: 0 0 1rem;
    border-radius: 16px;
    padding: 18px 22px;
    font-size: clamp(1.08rem, 1.9vw, 1.5rem);
    line-height: 1.42;
    text-align: left;
    color: #1f2937;
    background: #fff;
    border-left: 5px solid #ff7900;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    animation: cotgPromoPulse 3s ease-in-out infinite !important;
    transform-origin: center;
    will-change: transform;
}

@keyframes cotgPromoPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.02);
    }
}

.cotg-lp .cotg-lp-hero .promotion b {
    color: #ff7900;
}

.cotg-lp .cotg-lp-hero .sub-text {
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 0.9rem;
    background: #ff7900;
    color: #fff;
    font-size: clamp(1rem, 1.45vw, 1.32rem);
    font-weight: 700;
    line-height: 1.45;
    padding: 12px 22px;
    box-shadow: 0 12px 28px rgba(255, 121, 0, 0.28);
}

.cotg-lp .cotg-lp-hero .main-heading {
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
    line-height: 1.05;
    font-size: clamp(2.2rem, 5.3vw, 4.15rem);
    color: #fff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.cotg-lp .cotg-lp-hero div.sub-heading {
    max-width: 42rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.03rem;
    line-height: 1.7;
    font-weight: 400;
}

.cotg-lp .cotg-lp-hero ul.sub-heading {
    max-width: 42rem;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.cotg-lp .cotg-lp-hero ul.sub-heading li {
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.55rem 0.75rem 0.55rem 2rem;
    border-radius: 8px;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.45;
    background: rgba(17, 24, 39, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.cotg-lp .cotg-lp-hero ul.sub-heading li::before {
    content: "";
    position: absolute;
    top: 0.82rem;
    left: 0.8rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff7900;
    box-shadow: 0 0 0 4px rgba(255, 121, 0, 0.24);
}

/* Trust chips (hero, below bullets) */
.cotg-lp .cotg-lp-truststrip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.3rem;
    max-width: 42rem;
}

.cotg-lp .cotg-lp-trust-item {
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: rgba(255, 121, 0, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
}

.cotg-lp .cotg-lp-hero .top-form {
    border-radius: 18px;
    padding: 1.8rem 1.7rem 1.9rem;
    background: #fff;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
    border: 1px solid #ffd8bb;
}

.cotg-lp .cotg-lp-hero .top-form::before {
    display: none !important;
    content: none !important;
}

.cotg-lp .cotg-lp-hero .formhead {
    line-height: 1.25;
    margin-bottom: 0.85rem;
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    color: #1f2937;
}

.cotg-lp .cotg-lp-hero .top-form h5,
.cotg-lp .cotg-lp-hero .top-form .d-block,
.cotg-lp .cotg-lp-hero .top-form label {
    color: #1f2937;
}

.cotg-lp .cotg-lp-hero .top-form .form-control:focus,
.cotg-lp .cotg-lp-cta .form-control:focus {
    border-color: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.22);
    outline: none;
}

.cotg-lp .cotg-lp-hero #quoteFormTop .book-button {
    width: 100%;
    justify-content: center;
    margin-top: 0.6rem;
    border-radius: 10px;
    border-color: #ff7900;
    background: #ff7900;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.cotg-lp .cotg-lp-hero #quoteFormTop .book-button:hover {
    background: #e96f00;
    border-color: #e96f00;
    color: #fff;
}

.cotg-lp .cotg-lp-hero #quoteFormTop hr {
    margin-top: 0.65rem;
    margin-bottom: 0.9rem;
}

/* Shared quote form polish (hero + CTA) */
.cotg-lp .cotg-lp-quote-form .cotg-lp-form-intro {
    margin: 0 0 0.95rem;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.cotg-lp .cotg-lp-quote-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.cotg-lp .cotg-lp-quote-form .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.cotg-lp .cotg-lp-quote-form .cotg-lp-option-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
    margin: 0 0 4px;
}

.cotg-lp .cotg-lp-quote-form .cotg-lp-option-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: none;
    flex: initial;
}

.cotg-lp .cotg-lp-quote-form .cotg-lp-option-row > .col-12 {
    grid-column: 1 / -1;
}

.cotg-lp .cotg-lp-quote-form .form-group {
    margin-bottom: 0;
}

.cotg-lp .cotg-lp-quote-form .form-control {
    min-height: 48px;
    margin-bottom: 14px;
    padding: 0.66rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #d6dbe1;
    color: #1f2937;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cotg-lp .cotg-lp-quote-form .form-control::placeholder {
    color: #6b7280;
}

.cotg-lp .cotg-lp-quote-form select.form-control {
    height: 48px !important;
    padding: 0.65rem 2rem 0.65rem 0.85rem !important;
}

.cotg-lp .cotg-lp-quote-form input[type="date"].form-control {
    padding-right: 0.7rem;
}

.cotg-lp .cotg-lp-quote-form h5 {
    font-size: 0.98rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
}

.cotg-lp .cotg-lp-quote-form hr {
    margin: 0.35rem 0 0.8rem;
    border-top: 1px solid #eceff3;
}

.cotg-lp .cotg-lp-quote-form [role="group"] {
    margin-bottom: 8px;
    padding: 10px 12px;
    border: 1px solid #ffd7bb;
    border-radius: 10px;
    background: #fff9f4;
    text-align: center;
    min-height: 86px;
}

.cotg-lp .cotg-lp-quote-form .cotg-lp-option-row [role="group"] {
    margin-bottom: 0;
}

.cotg-lp .cotg-lp-quote-form [role="group"] .d-block {
    margin-bottom: 0.45rem !important;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #ff7900;
    text-align: center;
}

.cotg-lp .cotg-lp-quote-form [role="group"] label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-right: 18px;
    margin-bottom: 0 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #374151 !important;
}

.cotg-lp .cotg-lp-quote-form [role="group"] label:last-of-type {
    margin-right: 0;
}

.cotg-lp .cotg-lp-quote-form input[type="radio"] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #ff7900;
}

.cotg-lp .cotg-lp-quote-form .form-status {
    min-height: 22px;
    margin-top: 0.35rem !important;
    margin-bottom: 0.35rem;
    font-size: 13px;
    font-weight: 600;
}

.cotg-lp .cotg-lp-quote-form #carpetRoomsDiv label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ff7900;
    margin-bottom: 0.35rem !important;
}

.cotg-lp .cotg-lp-quote-form #carpetRoomsDiv .form-control {
    background-color: #fff;
}

.cotg-lp .cotg-lp-quote-form input[name="message"] {
    min-height: 88px;
    padding-top: 0.75rem;
}

@media (min-width: 992px) {
    .cotg-lp .cotg-lp-hero .top-form {
        transform: translateY(-6px);
    }
}

@media (max-width: 1199px) {
    .cotg-lp .cotg-lp-hero {
        padding-top: 102px;
    }
}

@media (max-width: 991px) {
    .cotg-lp .cotg-lp-hero {
        padding-top: 90px;
        padding-bottom: 72px;
    }

    .cotg-lp .cotg-lp-hero .col-lg-6:first-child {
        border-left: none;
        padding-left: 12px;
        padding-right: 12px;
    }

    .cotg-lp .cotg-lp-quote-form [role="group"] {
        margin-bottom: 10px;
    }
}

/* ---- Lead about block (image + copy) ---- */
.cotg-lp .cotg-lp-about-lead {
    position: relative;
    padding: 0 0 58px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%);
}

.cotg-lp .cotg-lp-about-lead .row {
    align-items: center;
}

.cotg-lp .cotg-lp-about-image-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #ffd7b9;
    box-shadow: 0 16px 38px rgba(255, 121, 0, 0.16);
    background: #fff;
}

.cotg-lp .cotg-lp-about-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 121, 0, 0.18);
    border-radius: 18px;
    pointer-events: none;
}

.cotg-lp .cotg-lp-about-lead .col-lg-4 img {
    display: block;
    border-radius: 16px;
    box-shadow: none;
}

.cotg-lp .cotg-lp-about-card {
    background: #ffffff;
    border: 1px solid #ffe0c9;
    border-left: 6px solid #ff7900;
    border-radius: 16px;
    padding: 1.6rem 1.7rem;
    box-shadow: 0 14px 30px rgba(255, 121, 0, 0.1);
}

.cotg-lp .cotg-lp-about-eyebrow {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ff7900;
    background: #fff3e9;
    border: 1px solid #ffd8b8;
}

.cotg-lp .cotg-lp-about-lead .about-head h2 {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    line-height: 1.18;
    color: #1f2937;
}

.cotg-lp .cotg-lp-about-lead .about-head h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background: #ff7900;
    border-radius: 2px;
}

.cotg-lp .cotg-lp-about-highlight {
    color: #ff7900;
}

.cotg-lp .cotg-lp-about-lead .about-head p {
    color: #4b5563;
    line-height: 1.72;
    margin-bottom: 0.95rem;
}

@media (min-width: 768px) {
    .cotg-lp .cotg-lp-about-lead .row {
        align-items: stretch !important;
    }

    .cotg-lp .cotg-lp-about-lead .col-lg-4,
    .cotg-lp .cotg-lp-about-lead .col-lg-8,
    .cotg-lp .cotg-lp-about-lead .col-md-6 {
        display: flex;
        align-self: stretch !important;
    }

    .cotg-lp .cotg-lp-about-image-wrap,
    .cotg-lp .cotg-lp-about-card {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cotg-lp .cotg-lp-about-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

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

    .cotg-lp .cotg-lp-about-image-wrap {
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-about-lead {
        padding-bottom: 38px;
    }

    .cotg-lp .cotg-lp-about-card {
        padding: 1.25rem 1.05rem;
        border-left-width: 4px;
    }
}

/* ---- Expertise strip (grey band): cards ---- */
.cotg-lp .about-section .box-expertise {
    border-radius: 20px;
    height: auto;
    min-height: 260px;
    margin: 24px 0;
    padding: 48px 28px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    box-shadow: 0 10px 28px rgba(35, 31, 32, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.cotg-lp .about-section .box-expertise:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(35, 31, 32, 0.22);
    filter: brightness(1.06);
}

.cotg-lp .about-section .box-expertise .fa {
    align-self: flex-start;
    transition: transform 0.35s ease;
}

.cotg-lp .about-section .box-expertise:hover .fa {
    transform: scale(1.08);
}

/* Keep expertise cards visually equal-sized */
.cotg-lp .cotg-lp-expertise-strip .row.align-items-center {
    align-items: stretch !important;
}

.cotg-lp .cotg-lp-expertise-strip .row.align-items-center > [class*="col-"] {
    display: flex;
}

.cotg-lp .cotg-lp-expertise-strip .box-expertise {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 16px 0;
    padding: 42px 24px 30px;
}

.cotg-lp .cotg-lp-expertise-strip .box-expertise h4 {
    min-height: 4.1em;
    line-height: 1.35;
    margin-bottom: 0.65rem;
}

.cotg-lp .cotg-lp-expertise-strip .box-expertise p {
    margin-bottom: 0;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-expertise-strip .row.align-items-center > [class*="col-"] {
        display: block;
    }

    .cotg-lp .cotg-lp-expertise-strip .box-expertise h4 {
        min-height: 0;
    }
}

/* ---- Testimonials ---- */
.cotg-lp .review-box {
    border-radius: 16px;
    border: 3px solid rgba(35, 31, 32, 0.85);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.cotg-lp .review-box .text-review {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* ---- Orange bond band ---- */
.cotg-lp .cotg-lp-band {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    clip-path: polygon(0 2.5%, 100% 0, 100% 97.5%, 0 100%);
}

.cotg-lp .cotg-lp-band .row.mb-5 {
    margin-bottom: 2.5rem !important;
}

.cotg-lp .cotg-lp-band ol {
    padding-left: 0;
    list-style: none;
    counter-reset: cotg-lp-li;
}

.cotg-lp .cotg-lp-band ol li {
    counter-increment: cotg-lp-li;
    position: relative;
    padding: 1rem 1rem 1rem 3.25rem;
    margin-bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    border-left: 4px solid rgba(255, 255, 255, 0.5);
}

.cotg-lp .cotg-lp-band ol li::before {
    content: counter(cotg-lp-li);
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    color: #fe7c06;
    background: #fff;
    border-radius: 8px;
}

/* ---- Why choose block (bond section) ---- */
.cotg-lp .cotg-lp-why-choose {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 45%, #fff7ed 100%);
    padding: 52px 0;
    border-top: 4px solid #ff7900;
    clip-path: none !important;
}

.cotg-lp .cotg-lp-why-choose p {
    color: #111827;
    margin-bottom: 0;
}

.cotg-lp .cotg-lp-why-choose .row.mb-5 {
    margin-bottom: 1.75rem !important;
}

.cotg-lp .cotg-lp-why-main-title {
    font-weight: 800;
    line-height: 1.2;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.cotg-lp .cotg-lp-why-brand {
    color: #ff7900;
}

.cotg-lp .cotg-lp-why-subtitle {
    color: #ff7900;
    margin-bottom: 12px;
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    line-height: 1.28;
    font-weight: 700;
}

.cotg-lp .cotg-lp-why-list {
    margin-top: 16px;
}

.cotg-lp .cotg-lp-why-list > li {
    margin-bottom: 0.85rem !important;
}

.cotg-lp .cotg-lp-why-item {
    background: #ffffff;
    border: 1px solid #fed7aa;
    border-left: 4px solid #ff7900;
    border-radius: 12px;
    padding: 14px 14px 12px;
    box-shadow: 0 10px 24px rgba(194, 65, 12, 0.08);
    height: 100%;
    position: relative;
    padding-left: 40px;
    color: #374151;
    line-height: 1.55;
}

.cotg-lp .cotg-lp-why-item::before {
    content: "\2713";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffedd5;
    color: #ff7900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.cotg-lp .cotg-lp-why-item b {
    color: #ff7900;
}

@media (max-width: 991px) {
    .cotg-lp .cotg-lp-why-list > li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ---- COTG services: orange + white professional theme ---- */
.cotg-lp .cotg-lp-services-wrap {
    position: relative;
    background:
        radial-gradient(120% 140% at 15% -20%, rgba(255, 121, 0, 0.16) 0%, rgba(255, 121, 0, 0) 50%),
        linear-gradient(180deg, #fff8ef 0%, #ffffff 38%, #ffffff 100%);
    padding-top: 88px;
    padding-bottom: 88px;
    overflow: hidden;
    border-top: 1px solid #ffd6b0;
    border-bottom: 1px solid #ffe7d1;
}

.cotg-lp .cotg-lp-services-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 121, 0, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 121, 0, 0.08) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.22;
}

.cotg-lp .cotg-lp-services-wrap .container {
    position: relative;
    z-index: 1;
}

.cotg-lp .cotg-lp-services-wrap .services-heading {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 2.5rem;
}

.cotg-lp .cotg-lp-services-wrap .services-heading h2 {
    display: inline-block;
    margin-bottom: 1rem;
    color: #1f2937;
    font-size: clamp(1.8rem, 3.2vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.cotg-lp .cotg-lp-services-wrap .services-heading p {
    margin: 0 auto;
    max-width: 720px;
    color: #4b5563;
    font-size: 1.02rem;
    line-height: 1.75;
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-services-grid.row {
    margin-left: -14px;
    margin-right: -14px;
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-svc-col {
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin-bottom: 1.5rem !important;
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #ffd8b6;
    box-shadow: 0 12px 32px rgba(194, 65, 12, 0.1);
    margin-bottom: 0 !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 42px rgba(194, 65, 12, 0.18);
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-svc-img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #fff7ed;
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-svc-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: #ff7900;
    z-index: 2;
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-svc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-service-card:hover .cotg-lp-svc-img img {
    transform: scale(1.08);
}

.cotg-lp .cotg-lp-services-wrap .cotg-lp-service-card .serv-boxi {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.2rem 1.25rem;
    margin-bottom: 0 !important;
    background: #ffffff;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-top: none;
}

.cotg-lp .cotg-lp-services-wrap .serv-boxi h4 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: 1.17rem;
    line-height: 1.32;
    color: #111827;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.cotg-lp .cotg-lp-services-wrap .serv-boxi h4 .btn-text {
    color: inherit;
}

.cotg-lp .cotg-lp-services-wrap .serv-boxi p {
    flex: 1 1 auto;
    margin-bottom: 1.1rem;
    font-size: 15px;
    line-height: 1.62;
    color: #4b5563;
}

.cotg-lp .cotg-lp-services-wrap a.cotg-lp-svc-btn.book-button {
    margin-top: auto !important;
    align-self: flex-start;
    width: auto !important;
    min-width: 0;
    padding: 11px 18px !important;
    border-radius: 10px !important;
    border: 1px solid #ff7900 !important;
    background: #ff7900 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 8px 18px rgba(255, 121, 0, 0.24);
}

.cotg-lp .cotg-lp-services-wrap a.cotg-lp-svc-btn.book-button:hover {
    background: #ffffff !important;
    border-color: #ff7900 !important;
    color: #ff7900 !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(255, 121, 0, 0.32);
}

.cotg-lp .cotg-lp-services-wrap a.cotg-lp-svc-btn.book-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.3);
}

@media (min-width: 768px) {
    .cotg-lp .cotg-lp-services-wrap .cotg-lp-services-grid.row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .cotg-lp .cotg-lp-services-wrap .cotg-lp-svc-col {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-services-wrap {
        padding-top: 60px;
        padding-bottom: 56px;
    }

    .cotg-lp .cotg-lp-services-wrap .services-heading {
        margin-bottom: 1.75rem;
    }
}

/* ---- Video block ---- */
@media (min-width: 768px) {
    .cotg-lp .cotg-lp-video .row.align-items-center {
        flex-direction: row-reverse;
    }
}

.cotg-lp .cotg-lp-video {
    padding-bottom: 120px;
}

.cotg-lp .cotg-lp-video .video-container {
    border: 3px solid #fe7c06;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

/* ---- CTA: “Book a Cleaner On The Go today” (brand orange + white) ---- */
.cotg-lp .cotg-lp-cta {
    position: relative;
    overflow: hidden;
    padding: 4.8rem 0 4.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #fff6ee 45%, #ffffff 100%);
    border-top: 1px solid #ffd7bb;
    border-bottom: 1px solid #ffe8d7;
}

.cotg-lp .cotg-lp-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(50% 45% at 8% 4%, rgba(255, 121, 0, 0.14) 0%, rgba(255, 121, 0, 0) 72%),
        radial-gradient(45% 40% at 92% 96%, rgba(255, 121, 0, 0.12) 0%, rgba(255, 121, 0, 0) 74%);
}

.cotg-lp .cotg-lp-cta .container {
    position: relative;
    z-index: 1;
}

.cotg-lp .cotg-lp-cta-head {
    padding-bottom: 2.5rem !important;
}

.cotg-lp .cotg-lp-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.82rem;
    border: 1px solid #ffc99e;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ff7900;
    background: #fff;
    margin-bottom: 0.8rem;
}

.cotg-lp .cotg-lp-cta-title {
    margin-bottom: 0.95rem;
    font-size: clamp(1.9rem, 4vw, 2.95rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1f2937;
}

.cotg-lp .cotg-lp-cta-brand {
    color: #ff7900;
}

.cotg-lp .cotg-lp-cta-lead {
    max-width: 43rem;
    margin: 0 auto 1.6rem;
    font-size: 1.02rem;
    line-height: 1.72;
    color: #4b5563;
}

.cotg-lp .cotg-lp-cta-lead strong {
    color: #1f2937;
}

.cotg-lp .cotg-lp-cta-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
}

.cotg-lp .cotg-lp-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 12px 21px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #ff7900 !important;
    background: #ffffff;
    border: 1px solid #ff7900;
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(255, 121, 0, 0.14);
}

.cotg-lp .cotg-lp-cta-phone:hover {
    transform: translateY(-2px);
    background: #ff7900;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(255, 121, 0, 0.26);
}

.cotg-lp .cotg-lp-cta-phone-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff7900;
    margin-right: 2px;
}

.cotg-lp .cotg-lp-cta-phone:hover .cotg-lp-cta-phone-label {
    color: #fff;
}

.cotg-lp .cotg-lp-cta-columns {
    margin-top: 0.5rem;
}

.cotg-lp .cotg-lp-cta-form-shell,
.cotg-lp .cotg-lp-cta-sidebar {
    background: #ffffff;
    border: 1px solid #ffd8bb !important;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(255, 121, 0, 0.12);
}

.cotg-lp .cotg-lp-cta-form-shell {
    position: relative;
    overflow: hidden;
    padding: 2rem 2rem 2.2rem !important;
    border-top: 4px solid #ff7900 !important;
    color: #1f2937;
}

.cotg-lp .cotg-lp-cta-form-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.045em;
    color: #6b7280;
    margin-bottom: 0.45rem;
    margin-top: 0;
}

.cotg-lp .cotg-lp-cta-form-title.formhead {
    line-height: 1.2 !important;
    margin-bottom: 0.35rem !important;
    font-size: 1.62rem !important;
    color: #1f2937;
}

.cotg-lp .cotg-lp-cta-form-sub {
    font-size: 14px;
    line-height: 1.56;
    color: #4b5563;
    margin-bottom: 1.2rem;
}

.cotg-lp .cotg-lp-cta .form-control {
    border: 1px solid #d6dbe1;
    border-radius: 10px;
    min-height: 46px;
    color: #1f2937;
    background-color: #ffffff;
}

.cotg-lp .cotg-lp-cta .form-control::placeholder {
    color: #6b7280;
}

.cotg-lp .cotg-lp-cta .form-control:focus {
    border-color: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.22);
    outline: none;
}

.cotg-lp .cotg-lp-cta .top-form h5,
.cotg-lp .cotg-lp-cta .top-form .d-block,
.cotg-lp .cotg-lp-cta .top-form label {
    color: #1f2937;
}

.cotg-lp .cotg-lp-cta-form-shell.bottom-form::before {
    display: none !important;
    content: none !important;
    border: none !important;
}

.cotg-lp .cotg-lp-cta-submit.book-button {
    width: 100%;
    justify-content: center;
    margin-top: 0.55rem !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    letter-spacing: 0.03em;
    text-transform: none;
    background: linear-gradient(135deg, #ff7900 0%, #ff9231 100%) !important;
    box-shadow: 0 10px 24px rgba(255, 121, 0, 0.3);
}

.cotg-lp .cotg-lp-cta-submit.book-button:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #e76d00 0%, #ff7900 100%) !important;
    color: #fff !important;
}

.cotg-lp .cotg-lp-cta-sidebar {
    padding: 1.7rem 1.5rem 1.45rem;
    border-top: 4px solid #ff7900 !important;
    height: 100%;
}

.cotg-lp .cotg-lp-cta-sidebar h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #ff7900;
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #1f2937;
}

.cotg-lp .cotg-lp-cta-sidebar > p:not(.cotg-lp-cta-sidebar-note) {
    font-size: 15px;
    line-height: 1.62;
    color: #4b5563;
}

.cotg-lp .cotg-lp-cta-sidebar-note {
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
    margin-bottom: 1.2rem;
}

.cotg-lp .cotg-lp-cta-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.2rem;
}

.cotg-lp .cotg-lp-cta-sidebar ul li {
    position: relative;
    padding: 0.52rem 0 0.52rem 1.15rem;
    border-bottom: 1px solid #eceff3;
    font-size: 15px;
    color: #374151;
}

.cotg-lp .cotg-lp-cta-sidebar ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff7900;
}

.cotg-lp .cotg-lp-cta-sidebar ul li:last-child {
    border-bottom: none;
}

.cotg-lp .cotg-lp-cta-contact-block.contact-div {
    padding: 0.95rem 1rem;
    background: #fff9f4;
    border-radius: 12px;
    border: 1px solid #ffe1c8;
    margin-bottom: 0.9rem;
    align-items: flex-start;
}

.cotg-lp .cotg-lp-cta-contact-block.contact-div:hover {
    background: #fff;
    border-color: #ff7900;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.cotg-lp .cotg-lp-cta-contact-block.contact-div:last-of-type {
    margin-bottom: 0;
}

.cotg-lp .cotg-lp-cta-contact-block.contact-div img {
    margin-right: 0.9rem;
    flex-shrink: 0;
}

.cotg-lp .cotg-lp-cta-contact-block .contact-details h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 0.28rem;
    font-weight: 700;
}

.cotg-lp .cotg-lp-cta-contact-block .contact-details p {
    margin-bottom: 0.12rem;
    font-size: 15px;
    color: #1f2937;
}

.cotg-lp .cotg-lp-cta-contact-block .contact-details p:last-child {
    margin-bottom: 0;
}

.cotg-lp .cotg-lp-cta-contact-block .contact-details a {
    color: #1f2937;
    text-decoration: none;
}

.cotg-lp .cotg-lp-cta-contact-block .contact-details a:hover {
    color: #ff7900;
}

@media (max-width: 991px) {
    .cotg-lp .cotg-lp-cta {
        padding-top: 4rem;
        padding-bottom: 3.6rem;
    }

    .cotg-lp .cotg-lp-cta-columns {
        margin-top: 0.15rem;
    }

    .cotg-lp .cotg-lp-cta-sidebar {
        margin-top: 1.3rem;
    }
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-cta {
        padding-top: 3.5rem;
        padding-bottom: 3rem;
    }

    .cotg-lp .cotg-lp-cta-head {
        padding-bottom: 2rem !important;
    }

    .cotg-lp .cotg-lp-cta-title {
        font-size: clamp(1.58rem, 6.8vw, 2.08rem);
    }

    .cotg-lp .cotg-lp-cta-lead {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .cotg-lp .cotg-lp-cta-phone {
        width: 100%;
        justify-content: center;
    }

    .cotg-lp .cotg-lp-cta-form-shell {
        padding: 1.5rem 1.2rem 1.7rem !important;
    }

    .cotg-lp .cotg-lp-cta-sidebar {
        padding: 1.35rem 1.05rem 1.2rem;
    }

    .cotg-lp .cotg-lp-cta-contact-block.contact-div {
        padding: 0.85rem;
    }
}

/* ---- Suburbs strip ---- */
.cotg-lp .cotg-lp-suburbs .col-md-12 {
    text-align: left;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    border-left: 5px solid #fe7c06;
    padding-left: 1.5rem;
}

.cotg-lp .cotg-lp-suburbs h2.h4 {
    text-align: left;
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-hero .main-heading {
        font-size: clamp(1.9rem, 9vw, 2.5rem);
        line-height: 1.1;
    }

    .cotg-lp .cotg-lp-hero .col-lg-6:first-child {
        border-left: none;
        padding-left: 12px;
        padding-right: 12px;
    }

    .cotg-lp .cotg-lp-hero .promotion {
        padding: 13px 14px;
        border-left-width: 4px;
    }

    .cotg-lp .cotg-lp-hero .sub-text {
        font-size: 14px;
        padding: 10px 14px;
    }

    .cotg-lp .cotg-lp-hero div.sub-heading {
        font-size: 0.94rem;
        line-height: 1.6;
    }

    .cotg-lp .cotg-lp-hero ul.sub-heading li {
        padding: 0.52rem 0.62rem 0.52rem 1.8rem;
        font-size: 0.9rem;
    }

    .cotg-lp .cotg-lp-truststrip {
        gap: 8px;
        margin-top: 1rem;
    }

    .cotg-lp .cotg-lp-trust-item {
        font-size: 12px;
    }

    .cotg-lp .cotg-lp-hero .top-form {
        padding: 1.25rem 1rem 1.45rem;
        margin-bottom: 12px;
    }

    .cotg-lp .cotg-lp-quote-form .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .cotg-lp .cotg-lp-quote-form .row > [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .cotg-lp .cotg-lp-quote-form .cotg-lp-option-row {
        column-gap: 12px;
        row-gap: 10px;
    }

    .cotg-lp .cotg-lp-quote-form .cotg-lp-option-row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .cotg-lp .cotg-lp-quote-form .form-control {
        margin-bottom: 12px;
    }

    .cotg-lp .cotg-lp-quote-form [role="group"] {
        padding: 8px 8px;
        min-height: 78px;
    }

    .cotg-lp .cotg-lp-quote-form [role="group"] .d-block {
        font-size: 12px;
        margin-bottom: 0.35rem !important;
    }

    .cotg-lp .cotg-lp-quote-form [role="group"] label {
        font-size: 14px;
    }

    .cotg-lp .cotg-lp-band {
        clip-path: none;
    }

    .cotg-lp .cotg-lp-band ol li {
        padding-left: 1rem;
        padding-top: 2.75rem;
    }

    .cotg-lp .cotg-lp-band ol li::before {
        top: 1rem;
        left: 1rem;
        transform: none;
    }

    .cotg-lp .cotg-lp-why-choose {
        padding: 38px 0;
    }

    .cotg-lp .cotg-lp-why-item {
        padding: 13px 12px 11px 36px;
    }

    .cotg-lp .cotg-lp-why-subtitle {
        font-size: clamp(1.18rem, 5.2vw, 1.35rem);
    }
}

/* ---- SEO / Ads support blocks (content only) ---- */
.cotg-lp .cotg-lp-seo-block {
    padding: 4rem 0;
    color: #797979;
}

.cotg-lp .cotg-lp-seo-h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #231f20;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cotg-lp .cotg-lp-seo-lead {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
    max-width: 48rem;
}

.cotg-lp .cotg-lp-seo-list {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.cotg-lp .cotg-lp-seo-list li {
    margin-bottom: 0.4rem;
}

/* ---- Included checklist section ---- */
.cotg-lp .cotg-lp-included {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff7ef 0%, #ffffff 55%, #fffaf5 100%);
    border-top: 1px solid #ffe2cc;
    border-bottom: 1px solid #ffeadd;
}

.cotg-lp .cotg-lp-included::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(72% 58% at 0% 0%, rgba(255, 121, 0, 0.12) 0%, rgba(255, 121, 0, 0) 72%),
        radial-gradient(72% 58% at 100% 100%, rgba(255, 121, 0, 0.08) 0%, rgba(255, 121, 0, 0) 72%);
}

.cotg-lp .cotg-lp-included .container {
    position: relative;
    z-index: 1;
}

.cotg-lp .cotg-lp-included .cotg-lp-seo-h2 {
    max-width: 46rem;
}

.cotg-lp .cotg-lp-included .cotg-lp-seo-lead {
    color: #4b5563;
}

.cotg-lp .cotg-lp-included-grid {
    margin-top: 0.25rem;
    margin-bottom: 0.35rem;
}

.cotg-lp .cotg-lp-included-card {
    background: #ffffff;
    border: 1px solid #ffd9bd;
    border-radius: 16px;
    border-top: 4px solid #ff7900;
    box-shadow: 0 12px 30px rgba(255, 121, 0, 0.12);
    padding: 1rem 1rem 0.75rem;
    height: 100%;
}

.cotg-lp .cotg-lp-included-card-title {
    color: #1f2937 !important;
    margin-bottom: 0.7rem;
    font-size: 1.07rem;
}

.cotg-lp .cotg-lp-included-list.cotg-lp-seo-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.cotg-lp .cotg-lp-included-list.cotg-lp-seo-list li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.45rem;
    margin-bottom: 0;
    color: #4b5563;
    border-bottom: 1px solid #f0f2f5;
    line-height: 1.5;
}

.cotg-lp .cotg-lp-included-list.cotg-lp-seo-list li:last-child {
    border-bottom: none;
}

.cotg-lp .cotg-lp-included-list.cotg-lp-seo-list li::before {
    content: "";
    position: absolute;
    left: 0.05rem;
    top: 0.86rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.16);
}

.cotg-lp .cotg-lp-included-note {
    margin-top: 0.95rem;
    padding: 0.82rem 0.95rem;
    border-radius: 12px;
    border: 1px solid #ffd9bd;
    background: #fffaf6;
    color: #4b5563;
    line-height: 1.6;
}

.cotg-lp .cotg-lp-included-note a {
    color: #ff7900;
    text-decoration: underline;
}

.cotg-lp .cotg-lp-included-note a:hover {
    color: #d86600;
}

.cotg-lp .cotg-lp-steps {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff8ef 0%, #fff3e6 48%, #fff8ef 100%);
    border-top: 1px solid #ffe2cb;
    border-bottom: 1px solid #ffe8d7;
}

.cotg-lp .cotg-lp-steps::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(70% 55% at 0% 0%, rgba(255, 121, 0, 0.12) 0%, rgba(255, 121, 0, 0) 70%),
        radial-gradient(65% 50% at 100% 100%, rgba(255, 121, 0, 0.1) 0%, rgba(255, 121, 0, 0) 74%);
}

.cotg-lp .cotg-lp-steps .container {
    position: relative;
    z-index: 1;
}

.cotg-lp .cotg-lp-steps .cotg-lp-seo-h2 {
    margin-bottom: 0.9rem;
}

.cotg-lp .cotg-lp-steps .row.text-center.mt-4 {
    margin-top: 2rem !important;
}

.cotg-lp .cotg-lp-step-card {
    position: relative;
    background: #ffffff;
    padding: 1.8rem 1.25rem 1.35rem;
    border-radius: 18px;
    border: 1px solid #ffd9be;
    border-top: 4px solid #ff7900;
    box-shadow: 0 14px 34px rgba(255, 121, 0, 0.11);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
}

.cotg-lp .cotg-lp-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(255, 121, 0, 0.17);
    border-color: #ffbf8d;
}

.cotg-lp .cotg-lp-step-card h3 {
    color: #1f2937;
    margin-bottom: 0.65rem;
}

.cotg-lp .cotg-lp-step-card p {
    color: #4b5563;
    line-height: 1.62;
}

.cotg-lp .cotg-lp-steps .cotg-lp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 1.08rem;
    color: #fff;
    background: linear-gradient(135deg, #ff7900 0%, #ff9f47 100%);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(255, 121, 0, 0.32);
}

.cotg-lp .cotg-lp-steps .book-button {
    margin-top: 0 !important;
    border-radius: 10px;
    border-color: #ff7900;
    background: #ff7900;
    box-shadow: 0 10px 22px rgba(255, 121, 0, 0.26);
}

.cotg-lp .cotg-lp-steps .book-button:hover {
    background: #e76d00;
    border-color: #e76d00;
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-included-card {
        padding: 0.9rem 0.85rem 0.65rem;
    }

    .cotg-lp .cotg-lp-included-note {
        margin-top: 0.75rem;
    }

    .cotg-lp .cotg-lp-steps {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    .cotg-lp .cotg-lp-steps .row.text-center.mt-4 {
        margin-top: 1.35rem !important;
    }

    .cotg-lp .cotg-lp-step-card {
        padding: 1.4rem 1rem 1.15rem;
    }
}

/* ---- Instant estimate: conversion booster ---- */
.cotg-lp .cotg-lp-estimator {
    background: linear-gradient(180deg, #fff7ef 0%, #ffffff 100%);
    border-top: 1px solid #ffe0c8;
    border-bottom: 1px solid #ffe9d8;
}

.cotg-lp .cotg-lp-est-card,
.cotg-lp .cotg-lp-est-aside {
    background: #fff;
    border: 1px solid #ffd9bd;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(255, 121, 0, 0.12);
}

.cotg-lp .cotg-lp-est-card {
    padding: 1.45rem 1.35rem 1.35rem;
}

.cotg-lp .cotg-lp-est-eyebrow {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 5px 11px;
    border-radius: 999px;
    background: #fff3e8;
    border: 1px solid #ffd5b2;
    color: #ff7900;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cotg-lp .cotg-lp-est-lead {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0.9rem;
}

.cotg-lp .cotg-lp-est-label {
    margin-bottom: 0.35rem;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ff7900;
}

.cotg-lp .cotg-lp-estimator .cotg-lp-est-input.form-control {
    min-height: 46px;
    margin-bottom: 0.85rem !important;
    padding: 0.56rem 0.78rem !important;
    border: 1px solid #d8dde5;
    border-radius: 10px;
    color: #1f2937;
}

.cotg-lp .cotg-lp-estimator .cotg-lp-est-input.form-control:focus {
    border-color: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.2);
}

.cotg-lp .cotg-lp-est-btn {
    border: none;
    border-radius: 11px;
    background: linear-gradient(135deg, #ff7900 0%, #ff9a3e 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 12px 18px;
    margin-top: 0.35rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 10px 24px rgba(255, 121, 0, 0.28);
}

.cotg-lp .cotg-lp-est-btn:hover {
    background: linear-gradient(135deg, #ea6f00 0%, #ff7900 100%);
    transform: translateY(-1px);
}

.cotg-lp .cotg-lp-est-result {
    margin-top: 0.85rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid #ffd6b4;
    border-radius: 12px;
    background: #fff8f1;
    color: #1f2937;
}

.cotg-lp .cotg-lp-est-result strong {
    color: #ff7900;
}

.cotg-lp .cotg-lp-est-note {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
}

.cotg-lp .cotg-lp-est-aside {
    height: 100%;
    padding: 1.5rem 1.25rem;
}

.cotg-lp .cotg-lp-est-aside h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    color: #1f2937;
    font-weight: 800;
}

.cotg-lp .cotg-lp-est-aside ul {
    list-style: none;
    margin: 0 0 1rem;
    padding-left: 0;
}

.cotg-lp .cotg-lp-est-aside ul li {
    position: relative;
    padding: 0.38rem 0 0.38rem 1rem;
    color: #4b5563;
    border-bottom: 1px solid #f0f2f5;
}

.cotg-lp .cotg-lp-est-aside ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff7900;
}

.cotg-lp .cotg-lp-est-aside ul li:last-child {
    border-bottom: none;
}

.cotg-lp .cotg-lp-est-aside p {
    color: #4b5563;
    line-height: 1.6;
}

.cotg-lp .cotg-lp-est-link {
    display: inline-block;
    margin-top: 0.8rem;
    color: #ff7900 !important;
    font-weight: 700;
    text-decoration: underline;
}

.cotg-lp .cotg-lp-est-link:hover {
    color: #d86600 !important;
}

/* ---- Postcode service checker ---- */
.cotg-lp .cotg-lp-postcode-checker {
    background: #ffffff;
    border-top: 1px solid #ffe3cc;
    border-bottom: 1px solid #ffe9d8;
}

.cotg-lp .cotg-lp-postcode-shell {
    padding: 1.45rem 1.3rem 1.3rem;
    border: 1px solid #ffd7b8;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
    box-shadow: 0 14px 32px rgba(255, 121, 0, 0.12);
}

.cotg-lp .cotg-lp-postcode-eyebrow {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 5px 11px;
    border-radius: 999px;
    background: #fff3e8;
    border: 1px solid #ffd5b2;
    color: #ff7900;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cotg-lp .cotg-lp-postcode-lead {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.64;
    margin-bottom: 0.9rem;
}

.cotg-lp .cotg-lp-postcode-label {
    margin-bottom: 0.35rem;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ff7900;
}

.cotg-lp .cotg-lp-postcode-input.form-control {
    min-height: 48px;
    border: 1px solid #d8dde5;
    border-radius: 10px;
    color: #1f2937;
}

.cotg-lp .cotg-lp-postcode-input.form-control:focus {
    border-color: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.2);
}

.cotg-lp .cotg-lp-postcode-help {
    display: block;
    color: #6b7280;
    margin-top: 0.2rem;
}

.cotg-lp .cotg-lp-postcode-btn {
    width: 100%;
    min-height: 48px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff7900 0%, #ff983c 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 10px 24px rgba(255, 121, 0, 0.26);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cotg-lp .cotg-lp-postcode-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(255, 121, 0, 0.32);
}

.cotg-lp .cotg-lp-postcode-result {
    margin-top: 0.95rem;
    border-radius: 12px;
    padding: 0.85rem 0.95rem;
    border: 1px solid #ffe0c8;
    background: #fff;
}

.cotg-lp .cotg-lp-postcode-result-title {
    font-weight: 800;
    margin-bottom: 0.22rem;
}

.cotg-lp .cotg-lp-postcode-result--covered {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.cotg-lp .cotg-lp-postcode-result--extended {
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.cotg-lp .cotg-lp-postcode-result--outside {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.cotg-lp .cotg-lp-postcode-result--invalid {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.cotg-lp .cotg-lp-postcode-actions {
    margin-top: 0.65rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cotg-lp .cotg-lp-postcode-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #ff7900;
    background: #ff7900;
    color: #fff !important;
}

.cotg-lp .cotg-lp-postcode-link:hover {
    background: #e96f00;
    border-color: #e96f00;
}

.cotg-lp .cotg-lp-postcode-link--ghost {
    background: #fff;
    color: #ff7900 !important;
}

.cotg-lp .cotg-lp-postcode-link--ghost:hover {
    background: #fff3e8;
    color: #d86600 !important;
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-est-card,
    .cotg-lp .cotg-lp-est-aside {
        padding: 1.15rem 0.9rem;
        border-radius: 14px;
    }

    .cotg-lp .cotg-lp-estimator .cotg-lp-est-input.form-control {
        margin-bottom: 0.65rem !important;
    }

    .cotg-lp .cotg-lp-postcode-shell {
        padding: 1.15rem 0.9rem;
    }

    .cotg-lp .cotg-lp-postcode-actions {
        flex-direction: column;
    }
}

/* ---- FAQ: accordion cards (chevron toggle) ---- */
.cotg-lp .cotg-lp-faq-section.cotg-lp-seo-block {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f5f6f7 0%, #fafafa 55%, #f3f4f6 100%);
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.cotg-lp .cotg-lp-faq-section.cotg-lp-seo-block::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: none;
}

.cotg-lp .cotg-lp-faq-section .container {
    position: relative;
    z-index: 1;
}

.cotg-lp .cotg-lp-faq-accordion {
    margin-top: 1.55rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cotg-lp .cotg-lp-faq-acc {
    margin: 0;
    padding: 0;
    background: #f6f7f8;
    border: 1px solid #d8dee5;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.cotg-lp .cotg-lp-faq-acc[open] {
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    border-color: #cfd6dd;
    transform: translateY(-1px);
}

.cotg-lp .cotg-lp-faq-acc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.15rem;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.45;
    color: #1f2937;
    background: #f6f7f8;
    -webkit-user-select: none;
    user-select: none;
}

.cotg-lp .cotg-lp-faq-acc summary::-webkit-details-marker {
    display: none;
}

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

.cotg-lp .cotg-lp-faq-q {
    flex: 1;
    text-align: left;
    padding-right: 0.5rem;
}

/* Chevron arrow (rotates when open) */
.cotg-lp .cotg-lp-faq-icon {
    flex-shrink: 0;
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 8px;
    border: 1px solid #ff7900;
    background: #f6f7f8;
    position: relative;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.cotg-lp .cotg-lp-faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 42%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ff7900;
    border-bottom: 2px solid #ff7900;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.3s ease, top 0.3s ease;
}

.cotg-lp .cotg-lp-faq-acc[open] .cotg-lp-faq-icon {
    border-color: #ff7900;
    background: #eceff3;
}

.cotg-lp .cotg-lp-faq-acc[open] .cotg-lp-faq-icon::after {
    top: 55%;
    border-color: #ff7900;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.cotg-lp .cotg-lp-faq-acc summary:hover .cotg-lp-faq-icon {
    border-color: #ff7900;
}

.cotg-lp .cotg-lp-faq-acc summary:focus {
    outline: none;
}

.cotg-lp .cotg-lp-faq-acc summary:focus-visible {
    box-shadow: inset 0 0 0 2px #ff7900;
    border-radius: 10px;
}

.cotg-lp .cotg-lp-faq-a {
    padding: 0 1.15rem 1rem;
    border-top: 1px solid #d8dee5;
    background: #f6f7f8;
}

.cotg-lp .cotg-lp-faq-a p {
    padding-top: 0.75rem;
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
    font-weight: 400;
}

.cotg-lp .cotg-lp-faq-a a {
    color: #ff7900;
    font-weight: 600;
}

.cotg-lp .cotg-lp-faq-a a:hover {
    color: #d86600;
}

.cotg-lp .cotg-lp-faq .cotg-lp-seo-h2 {
    margin-bottom: 0.45rem;
}

.cotg-lp .cotg-lp-faq-section .cotg-lp-seo-lead {
    margin-bottom: 0;
    color: #4b5563;
}

@media (max-width: 767px) {
    .cotg-lp .cotg-lp-faq-accordion {
        margin-top: 1.2rem;
        gap: 10px;
    }

    .cotg-lp .cotg-lp-faq-acc summary {
        padding: 0.9rem 0.88rem;
        font-size: 0.95rem;
    }

    .cotg-lp .cotg-lp-faq-a {
        padding: 0 0.88rem 0.88rem;
    }
}

/* Remove excess gap between FAQ and footer on LP */
.cotg-lp .cotg-lp-faq-section {
    padding-bottom: 2rem;
}

.cotg-lp footer {
    margin-top: 0 !important;
}

.cotg-lp .cotg-lp-faq-section + footer {
    margin-top: 0 !important;
}

/* ---- Professional polish: skip link, in-page nav, mobile CTA (brand orange unchanged) ---- */
.cotg-lp-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
    padding: 12px 20px;
    background: #fe7c06;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 0 0 8px 0;
}

.cotg-lp-skip-link:focus {
    left: 0;
    outline: 3px solid #231f20;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.cotg-lp-modal-form-link {
    font-weight: 700;
    color: #fe7c06 !important;
    text-decoration: underline;
}

.cotg-lp-modal-form-link:hover {
    color: #c45c05 !important;
}

.cotg-lp-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
    display: flex;
    gap: 0;
    box-shadow: 0 -4px 24px rgba(35, 31, 32, 0.12);
}

.cotg-lp-mobile-bar a {
    flex: 1;
    text-align: center;
    padding: 14px 12px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
}

.cotg-lp-mobile-bar__call {
    background: #231f20;
}

.cotg-lp-mobile-bar__call:active,
.cotg-lp-mobile-bar__call:hover {
    background: #000;
    color: #fff !important;
}

.cotg-lp-mobile-bar__quote {
    background: #fe7c06;
}

.cotg-lp-mobile-bar__quote:active,
.cotg-lp-mobile-bar__quote:hover {
    background: #e56f05;
    color: #fff !important;
}

/* Space above fixed bar so content isn’t hidden */
@media (max-width: 767px) {
    body.cotg-lp {
        padding-bottom: 56px;
    }

/* Space above fixed bar so content isn't hidden */
@media (max-width: 767px) {
    body.cotg-lp {
        padding-bottom: 56px;
    }

    .floating-chat-buttons {
        bottom: 72px;
    }
}

/* ---- Utility classes for inline styles ---- */
.topbar-divider {
    color: #000;
    padding: 0 10px;
}

.topbar-phone {
    margin-right: 10px;
}

.brand-orange {
    color: #fe7c06;
}

.brand-orange-span {
    color: #fe7c06;
}

.expertise-strip {
    background: #f5f5f5;
}

.suburbs-serve-section {
    background: #f5f5f5;
    padding: 40px 0;
    border-top: 1px solid #e8e8e8;
}

.suburbs-serve-heading {
    font-weight: 700;
}

.suburbs-serve-description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hidden-honeypot {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}

.form-select-height {
    height: auto;
}

.select-padding-zero {
    padding: 0;
}

.form-error-hidden {
    display: none;
}

.bond-guarantee-text {
    font-size: 12px;
    line-height: 1;
    display: block;
}

.offer-highlight {
    margin: 0 5px;
}

.get-quote-link {
    margin: 0;
}

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

/* ---- Postcode Checker Section - Professional Design ---- */
.cotg-lp-postcode-checker {
    background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
    padding: 60px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.cotg-lp-postcode-shell {
    background: #ffffff;
    border-radius: 12px;
    padding: 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.cotg-lp-postcode-shell:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.cotg-lp-postcode-eyebrow {
    color: #fe7c06;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.cotg-lp-postcode-lead {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.cotg-lp-postcode-label {
    display: block;
    font-weight: 600;
    color: #231f20;
    font-size: 14px;
    margin-bottom: 8px;
}

.cotg-lp-postcode-input {
    height: 48px;
    font-size: 16px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.cotg-lp-postcode-input:focus {
    border-color: #fe7c06;
    box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.1);
    outline: none;
}

.cotg-lp-postcode-help {
    display: block;
    color: #888;
    font-size: 13px;
    margin-top: 8px;
    font-style: italic;
}

.cotg-lp-postcode-btn {
    height: 48px;
    background: linear-gradient(135deg, #fe7c06 0%, #e56f05 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 32px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}

.cotg-lp-postcode-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(254, 124, 6, 0.3);
    background: linear-gradient(135deg, #e56f05 0%, #d45f04 100%);
}

.cotg-lp-postcode-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(254, 124, 6, 0.2);
}

.cotg-lp-postcode-result {
    margin-top: 24px;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cotg-lp-postcode-result .alert {
    border-radius: 8px;
    border: none;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 15px;
}

.cotg-lp-postcode-result .alert-success {
    background: #e8f5e9;
    color: #2e7d32;
}

.cotg-lp-postcode-result .alert-info {
    background: #e3f2fd;
    color: #1565c0;
}

.cotg-lp-postcode-result .alert-warning {
    background: #fff3e0;
    color: #e65100;
}

.cotg-lp-postcode-result .alert-danger {
    background: #ffebee;
    color: #c62828;
}

@media (max-width: 768px) {
    .cotg-lp-postcode-shell {
        padding: 32px 24px;
    }
    
    .cotg-lp-postcode-btn {
        margin-top: 16px;
    }
}

/* ---- Form Styling Improvements ---- */
.cotg-lp-quote-form .form-control {
    border: 1.5px solid #e8e8e8;
    border-radius: 6px;
    height: 44px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.cotg-lp-quote-form .form-control:focus {
    border-color: #fe7c06;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.1);
}

.cotg-lp-quote-form .form-group {
    margin-bottom: 16px;
}

.cotg-lp-quote-form label {
    font-weight: 600;
    color: #231f20;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.cotg-lp-cta-form-shell {
    background: #ffffff;
    border-radius: 8px;
    padding: 32px;
    border-top: 4px solid #fe7c06;
}