/**
 * COTG Perth landing — inner content only (no header / footer overrides).
 * Brand colours unchanged: #fe7c06 orange, #231F20 dark text, #f5f5f5 greys.
 */

/* ---- Hero: depth + checklist pill ---- */
.cotg-perth-lp .cotg-perth-hero {
    position: relative;
    padding: 120px 0 88px;
    background-position: center 35%;
}

.cotg-perth-lp .cotg-perth-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        -12deg,
        transparent,
        transparent 18px,
        rgba(254, 124, 6, 0.04) 18px,
        rgba(254, 124, 6, 0.04) 19px
    );
    z-index: 0;
}

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

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

.cotg-perth-lp .cotg-perth-hero .col-lg-6:first-child {
    padding-right: 2rem;
    border-left: 5px solid rgba(254, 124, 6, 0.95);
    padding-left: 1.75rem;
}

.cotg-perth-lp .cotg-perth-hero .download-checklist {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 18px;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.92);
    color: #231f20;
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    border: 2px solid #fe7c06;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cotg-perth-lp .cotg-perth-hero .download-checklist:hover {
    color: #231f20;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(254, 124, 6, 0.25);
}

.cotg-perth-lp .cotg-perth-hero .promotion {
    width: 100%;
    max-width: 36rem;
    margin-left: 0;
    margin-right: auto;
    border-radius: 14px;
    padding: 18px 22px;
    font-size: 22px;
    line-height: 1.35;
    text-align: left;
}

.cotg-perth-lp .cotg-perth-hero .sub-text {
    display: inline-block;
    width: fit-content;
    max-width: 36rem;
    margin-left: 0;
    margin-right: auto;
    border-radius: 6px 22px 22px 6px;
}

.cotg-perth-lp .cotg-perth-hero .main-heading {
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.cotg-perth-lp .cotg-perth-hero .sub-heading ul {
    padding-left: 1.2rem;
}

.cotg-perth-lp .cotg-perth-hero .sub-heading ul li {
    margin-bottom: 0.35rem;
    padding-left: 0.25rem;
}

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

.cotg-perth-lp .cotg-perth-trust-item {
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    background: rgba(35, 31, 32, 0.55);
    border: 1px solid rgba(254, 124, 6, 0.65);
    border-radius: 8px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.cotg-perth-lp .cotg-perth-hero .top-form {
    border-radius: 20px;
    padding: 2.25rem 2.5rem 2.5rem;
    isolation: isolate;
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    border: 1px solid rgba(35, 31, 32, 0.06);
}

/* Orange "foam" glow behind the form card (uses ::after to avoid clashing with
   the existing .top-form:before triangle defined in css/style.css). */
.cotg-perth-lp .cotg-perth-hero .top-form::after {
    content: "";
    position: absolute;
    inset: -18px -16px -22px -16px;
    z-index: -1;
    background: transparent;
    border-radius: 26px;
    box-shadow:
        0 22px 60px rgba(254, 124, 6, 0.18),
        0 0 40px rgba(254, 124, 6, 0.10);
    opacity: 0.85;
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-hero .top-form .form-control:focus,
.cotg-perth-lp .cotg-perth-cta .form-control:focus {
    border-color: #fe7c06;
    box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.22);
    outline: none;
}

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

.cotg-perth-lp .cotg-perth-hero .formhead {
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

/* ---- Lead about block (image + copy) ---- */
.cotg-perth-lp .cotg-perth-about-lead {
    position: relative;
    padding: 24px 0 56px;
}

.cotg-perth-lp .cotg-perth-about-lead-strip {
    background: linear-gradient(180deg, rgba(254, 124, 6, 0.07) 0%, #ffffff 55%, #ffffff 100%);
    border-top: 1px solid rgba(254, 124, 6, 0.12);
    border-bottom: 1px solid rgba(35, 31, 32, 0.06);
    overflow: hidden;
}

.cotg-perth-lp .cotg-perth-about-lead-strip::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -230px;
    width: 560px;
    height: 560px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, rgba(254, 124, 6, 0.22), rgba(254, 124, 6, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-about-lead-strip::after {
    content: "";
    position: absolute;
    bottom: -190px;
    left: -240px;
    width: 620px;
    height: 620px;
    border-radius: 999px;
    background: radial-gradient(circle at 40% 40%, rgba(35, 31, 32, 0.10), rgba(35, 31, 32, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-about-lead-strip .container {
    position: relative;
    z-index: 1;
}

.cotg-perth-lp .cotg-perth-about-lead .about-head {
    padding-top: 18px;
}

.cotg-perth-lp .cotg-perth-about-lead .cotg-perth-about-bullets {
    margin: 0 0 20px;
    padding-left: 18px;
    line-height: 1.9;
}

.cotg-perth-lp .cotg-perth-about-lead .cotg-perth-about-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.cotg-perth-lp .cotg-perth-about-lead .cotg-perth-about-cta .book-button {
    margin: 0;
}

.cotg-perth-lp .cotg-perth-about-lead .cotg-perth-about-call {
    background: transparent;
    color: #fe7c06;
    border: 2px solid #fe7c06;
}

@media (min-width: 768px) {
    .cotg-perth-lp .cotg-perth-about-lead .about-head {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .cotg-perth-lp .cotg-perth-about-lead {
        padding: 40px 0 72px;
    }
}

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

.cotg-perth-lp .cotg-perth-about-lead .col-lg-4 img {
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(35, 31, 32, 0.12);
}

.cotg-perth-lp .cotg-perth-about-lead .about-head h2 {
    position: relative;
    padding-bottom: 1rem;
}

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

/* ---- Expertise strip (grey band): cards ---- */
.cotg-perth-lp .about-section .box-expertise {
    border-radius: 16px;
    height: 300px;
    margin: 24px 0;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 8px 24px rgba(254, 124, 6, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    background: linear-gradient(135deg, #fe7c06 0%, #ff8f2d 100%);
    border: 2px solid #fe7c06;
}

.cotg-perth-lp .about-section .box-expertise:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(254, 124, 6, 0.35);
    background: linear-gradient(135deg, #ff8f2d 0%, #fe7c06 100%);
    border-color: #e66c00;
}

.cotg-perth-lp .about-section .box-expertise .fa {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 16px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cotg-perth-lp .about-section .box-expertise:hover .fa {
    transform: scale(1.15) rotate(5deg);
    color: #ffffff;
}

.cotg-perth-lp .about-section .box-expertise h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

.cotg-perth-lp .about-section .box-expertise p {
    color: #f0f0f0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Why choose us (benefits) strip ---- */
.cotg-perth-lp .cotg-perth-benefits-strip {
    position: relative;
    background: linear-gradient(180deg, rgba(254, 124, 6, 0.07) 0%, #f5f5f5 55%, #f5f5f5 100%);
    border-top: 1px solid rgba(254, 124, 6, 0.12);
    border-bottom: 1px solid rgba(35, 31, 32, 0.06);
    overflow: hidden;
}

.cotg-perth-lp .cotg-perth-benefits-strip::before {
    content: "";
    position: absolute;
    top: -170px;
    left: -220px;
    width: 560px;
    height: 560px;
    border-radius: 999px;
    background: radial-gradient(circle at 40% 35%, rgba(254, 124, 6, 0.22), rgba(254, 124, 6, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-benefits-strip::after {
    content: "";
    position: absolute;
    bottom: -190px;
    right: -240px;
    width: 620px;
    height: 620px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, rgba(35, 31, 32, 0.10), rgba(35, 31, 32, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-benefits-strip .container {
    position: relative;
    z-index: 1;
}

.cotg-perth-lp .cotg-perth-benefits-lead {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.cotg-perth-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-perth-lp .cotg-perth-testimonials-strip {
    position: relative;
    padding: 4.5rem 0;
    background: linear-gradient(180deg, rgba(254, 124, 6, 0.08) 0%, #ffffff 52%, #ffffff 100%);
    overflow: hidden;
}

.cotg-perth-lp .cotg-perth-testimonials-strip::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -220px;
    width: 560px;
    height: 560px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, rgba(254, 124, 6, 0.24), rgba(254, 124, 6, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-testimonials-strip::after {
    content: "";
    position: absolute;
    bottom: -190px;
    left: -230px;
    width: 620px;
    height: 620px;
    border-radius: 999px;
    background: radial-gradient(circle at 40% 40%, rgba(35, 31, 32, 0.10), rgba(35, 31, 32, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-testimonials-strip .container {
    position: relative;
    z-index: 1;
}

.cotg-perth-lp .cotg-perth-testimonials-strip .review-box {
    border: 2px solid rgba(35, 31, 32, 0.12);
    box-shadow: 0 22px 60px rgba(35, 31, 32, 0.14);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.cotg-perth-lp .cotg-perth-testimonials-strip .review-box h2 {
    letter-spacing: -0.02em;
    color: #ffffff !important;
}

.cotg-perth-lp .cotg-perth-testimonials-strip .text-review p,
.cotg-perth-lp .cotg-perth-testimonials-strip .text-review h5 {
    color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 767px) {
    .cotg-perth-lp .cotg-perth-testimonials-strip {
        padding: 3.75rem 0;
    }
}

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

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

.cotg-perth-lp .cotg-perth-band-strip {
    background: linear-gradient(180deg, rgba(254, 124, 6, 0.08) 0%, #ffffff 48%, #ffffff 100%);
    color: #231f20;
    position: relative;
    overflow: hidden;
}

.cotg-perth-lp .cotg-perth-band-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 18% 22%, rgba(254, 124, 6, 0.22), rgba(254, 124, 6, 0.0) 55%),
        radial-gradient(circle at 82% 18%, rgba(35, 31, 32, 0.10), rgba(35, 31, 32, 0.0) 60%),
        repeating-linear-gradient(
            -18deg,
            rgba(35, 31, 32, 0.00),
            rgba(35, 31, 32, 0.00) 18px,
            rgba(254, 124, 6, 0.06) 18px,
            rgba(254, 124, 6, 0.06) 19px
        );
    opacity: 1;
}

.cotg-perth-lp .cotg-perth-band-strip .container {
    position: relative;
    z-index: 1;
}

.cotg-perth-lp .cotg-perth-band-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fe7c06;
    margin-bottom: 0.75rem;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(254, 124, 6, 0.10);
    border: 1px solid rgba(254, 124, 6, 0.22);
}

.cotg-perth-lp .cotg-perth-band-title {
    margin: 0 0 0.8rem;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #231f20;
}

.cotg-perth-lp .cotg-perth-band-asterisk {
    opacity: 0.9;
}

.cotg-perth-lp .cotg-perth-band-lead {
    margin: 0 auto;
    max-width: 54rem;
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a5a;
}

.cotg-perth-lp .cotg-perth-band-cta {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.cotg-perth-lp .cotg-perth-band-cta-primary.book-button {
    background: #fe7c06 !important;
    border-color: #fe7c06 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(254, 124, 6, 0.28);
}

.cotg-perth-lp .cotg-perth-band-cta-primary.book-button:hover {
    background: #e66c00 !important;
    border-color: #e66c00 !important;
}

.cotg-perth-lp .cotg-perth-band-cta-secondary.book-button {
    background: #ffffff !important;
    border: 2px solid rgba(35, 31, 32, 0.22) !important;
    color: #231f20 !important;
    box-shadow: none;
}

.cotg-perth-lp .cotg-perth-band-cta-secondary.book-button:hover {
    background: rgba(35, 31, 32, 0.06) !important;
    color: #231f20 !important;
}

.cotg-perth-lp .cotg-perth-band-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 12px;
}

@media (min-width: 768px) {
    .cotg-perth-lp .cotg-perth-band-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

.cotg-perth-lp .cotg-perth-band-item {
    background: linear-gradient(135deg, rgba(254, 124, 6, 0.08) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 100%);
    border: 1px solid rgba(35, 31, 32, 0.10);
    border-radius: 14px;
    padding: 14px 16px;
    color: #5a5a5a;
    line-height: 1.55;
    box-shadow: 0 10px 28px rgba(35, 31, 32, 0.06);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cotg-perth-lp .cotg-perth-band-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(35, 31, 32, 0.10);
    border-color: rgba(254, 124, 6, 0.25);
}

.cotg-perth-lp .cotg-perth-band-item strong {
    color: #231f20;
}

.cotg-perth-lp .cotg-perth-band-footnote {
    margin: 1.15rem 0 0;
    text-align: center;
    font-size: 13px;
    color: #6b6b6b;
}

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

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

.cotg-perth-lp .cotg-perth-band ol li {
    counter-increment: cotg-perth-li;
    position: relative;
    padding: 0.4rem 0 0.4rem 3.1rem;
    margin-bottom: 0.35rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.55;
}

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

/* ---- COTG services grid heading ---- */
.cotg-perth-lp .cotg-perth-services-wrap .services-heading h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 0.75rem;
}

.cotg-perth-lp .cotg-perth-services-strip {
    position: relative;
    background: linear-gradient(180deg, rgba(254, 124, 6, 0.07) 0%, #ffffff 55%, #ffffff 100%);
    overflow: hidden;
}

.cotg-perth-lp .cotg-perth-services-strip::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -220px;
    width: 560px;
    height: 560px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, rgba(254, 124, 6, 0.22), rgba(254, 124, 6, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-services-strip::after {
    content: "";
    position: absolute;
    bottom: -190px;
    left: -240px;
    width: 620px;
    height: 620px;
    border-radius: 999px;
    background: radial-gradient(circle at 40% 40%, rgba(35, 31, 32, 0.10), rgba(35, 31, 32, 0.0) 62%);
    pointer-events: none;
}

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

.cotg-perth-lp .cotg-perth-services-wrap .services-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #fe7c06;
    border-radius: 2px;
}

/* Clear horizontal gap: column wrappers + wide gutters (cards no longer share div with .col-) */
.cotg-perth-lp .cotg-perth-services-wrap .cotg-perth-services-grid.row {
    margin-left: -18px;
    margin-right: -18px;
}

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

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

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

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

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

/* ---- COTG Services: professional card layout (Perth LP only) ---- */
.cotg-perth-lp .cotg-perth-services-wrap .cotg-perth-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(35, 31, 32, 0.08);
    box-shadow: 0 6px 28px rgba(35, 31, 32, 0.07);
    margin-bottom: 0 !important;
    transition: box-shadow 0.35s ease, border-color 0.25s ease, transform 0.35s ease;
}

.cotg-perth-lp .cotg-perth-services-wrap .cotg-perth-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 56px rgba(35, 31, 32, 0.14);
    border-color: rgba(254, 124, 6, 0.4);
}

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

.cotg-perth-lp .cotg-perth-services-wrap .cotg-perth-svc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.cotg-perth-lp .cotg-perth-services-wrap .cotg-perth-svc-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 40%, rgba(35, 31, 32, 0.5) 100%);
}

.cotg-perth-lp .cotg-perth-services-wrap .cotg-perth-service-card .serv-boxi {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.35rem 1.4rem;
    margin-bottom: 0 !important;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-top: 3px solid #fe7c06;
}

.cotg-perth-lp .cotg-perth-services-wrap .serv-boxi h4 {
    font-size: 1.2rem;
    line-height: 1.35;
    margin-bottom: 0.65rem;
    margin-top: 0;
    color: #231f20;
    font-weight: 700;
    letter-spacing: -0.02em;
}

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

.cotg-perth-lp .cotg-perth-services-wrap .serv-boxi p {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.68;
    color: #5a5a5a;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.cotg-perth-lp .cotg-perth-services-wrap a.cotg-perth-svc-btn.book-button {
    margin-top: auto !important;
    align-self: flex-start;
    width: auto !important;
    min-width: 0;
    padding: 12px 22px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 2px solid #fe7c06 !important;
    background: #fff !important;
    color: #fe7c06 !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: none;
}

.cotg-perth-lp .cotg-perth-services-wrap a.cotg-perth-svc-btn.book-button:hover {
    background: #fe7c06 !important;
    color: #fff !important;
    width: auto !important;
    box-shadow: 0 8px 20px rgba(254, 124, 6, 0.35);
}

.cotg-perth-lp .cotg-perth-services-wrap a.cotg-perth-svc-btn.book-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.35);
}

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

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

.cotg-perth-lp .cotg-perth-video .cotg-perth-video-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fe7c06;
    margin-bottom: 0.65rem;
}

.cotg-perth-lp .cotg-perth-video .cotg-perth-video-title {
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 0.85rem;
    color: #231f20;
    font-weight: 800;
}

.cotg-perth-lp .cotg-perth-video .cotg-perth-video-lead {
    font-size: 15px;
    line-height: 1.65;
    color: #5a5a5a;
    margin-bottom: 1.1rem;
    max-width: 42rem;
}

.cotg-perth-lp .cotg-perth-video .cotg-perth-video-bullets {
    margin: 0 0 1.35rem;
    padding-left: 1.2rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.cotg-perth-lp .cotg-perth-video .cotg-perth-video-bullets li {
    margin-bottom: 0.55rem;
}

.cotg-perth-lp .cotg-perth-video .cotg-perth-video-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.cotg-perth-lp .cotg-perth-video .video-container {
    border: 3px solid #fe7c06;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
    border-radius: 16px;
    overflow: hidden;
    background: #231f20;
}

.cotg-perth-lp .cotg-perth-video .video-play {
    display: block;
    width: 100%;
    height: auto;
}

.cotg-perth-lp .cotg-perth-video .cotg-perth-video-caption {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    color: #7a7a7a;
}

/* ---- CTA: “Book a Cleaner On The Go today” (professional block) ---- */
.cotg-perth-lp .cotg-perth-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(180deg, #fafafa 0%, #fff 22%, #fff 100%);
    border-top: 1px solid #ececec;
}

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

.cotg-perth-lp .cotg-perth-cta-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fe7c06;
    margin-bottom: 0.65rem;
}

.cotg-perth-lp .cotg-perth-cta-title {
    position: relative;
    padding-bottom: 1.35rem;
    margin-bottom: 1rem;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.15;
    font-weight: 800;
    color: #231f20;
}

.cotg-perth-lp .cotg-perth-cta-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 72px;
    height: 4px;
    background: #fe7c06;
    border-radius: 2px;
}

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

.cotg-perth-lp .cotg-perth-cta-lead {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #5a5a5a;
}

.cotg-perth-lp .cotg-perth-cta-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.cotg-perth-lp .cotg-perth-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 12px 22px;
    font-size: 1rem;
    font-weight: 700;
    color: #231f20 !important;
    background: #fff;
    border: 2px solid #231f20;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(35, 31, 32, 0.06);
}

.cotg-perth-lp .cotg-perth-cta-phone:hover {
    background: #fe7c06;
    color: #fff !important;
    border-color: #fe7c06;
    box-shadow: 0 8px 24px rgba(254, 124, 6, 0.25);
}

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

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

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

.cotg-perth-lp .cotg-perth-cta-form-shell {
    position: relative;
    border-radius: 16px !important;
    padding: 2rem 2rem 2.25rem !important;
    box-shadow: 0 24px 56px rgba(35, 31, 32, 0.1) !important;
    border: 1px solid rgba(35, 31, 32, 0.07) !important;
    border-top: 4px solid #fe7c06 !important;
    overflow: hidden;
}

.cotg-perth-lp .cotg-perth-cta-form-kicker {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #6b6b6b;
    margin-bottom: 0.35rem;
    margin-top: 0;
}

.cotg-perth-lp .cotg-perth-cta-form-title.formhead {
    line-height: 1.2 !important;
    margin-bottom: 0.35rem !important;
    font-size: 1.65rem !important;
}

.cotg-perth-lp .cotg-perth-cta-form-sub {
    font-size: 15px;
    line-height: 1.5;
    color: #5a5a5a;
    margin-bottom: 1.25rem;
}

.cotg-perth-lp .cotg-perth-cta .form-control:focus {
    border-color: #fe7c06;
    box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.2);
    outline: none;
}

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

.cotg-perth-lp .cotg-perth-cta-submit.book-button {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    letter-spacing: 0.04em;
    text-transform: none;
}

.cotg-perth-lp .cotg-perth-cta-submit.book-button:hover {
    background-color: #e56f05 !important;
    border-color: #e56f05 !important;
    color: #fff !important;
}

.cotg-perth-lp .cotg-perth-cta-sidebar {
    background: #fff;
    border: 1px solid rgba(35, 31, 32, 0.08);
    border-radius: 16px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 16px 40px rgba(35, 31, 32, 0.08);
    border-top: 4px solid #fe7c06;
    height: 100%;
}

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

.cotg-perth-lp .cotg-perth-cta-sidebar > p:not(.cotg-perth-cta-sidebar-note) {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
}

.cotg-perth-lp .cotg-perth-cta-sidebar-note {
    font-size: 14px;
    line-height: 1.55;
    color: #5a5a5a;
    margin-bottom: 1.25rem;
}

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

.cotg-perth-lp .cotg-perth-cta-sidebar ul li {
    padding: 0.45rem 0;
    border-bottom: 1px solid #ececec;
    font-size: 15px;
    color: #444;
}

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

.cotg-perth-lp .cotg-perth-cta-sidebar-actions {
    margin-top: 0.25rem;
    margin-bottom: 1.15rem;
}

.cotg-perth-lp .cotg-perth-cta-postcode-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 2px solid #fe7c06;
    color: #fe7c06 !important;
    background: rgba(254, 124, 6, 0.06);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cotg-perth-lp .cotg-perth-cta-postcode-btn:hover {
    background: #fe7c06;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(254, 124, 6, 0.25);
    transform: translateY(-1px);
}

.cotg-perth-lp .cotg-perth-cta-postcode-note {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #5a5a5a;
}

.cotg-perth-lp .cotg-perth-cta-contact-block.contact-div {
    padding: 1rem 1.1rem;
    background: #f7f7f7;
    border-radius: 12px;
    border-left: 4px solid #fe7c06;
    margin-bottom: 1rem;
    align-items: flex-start;
}

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

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

.cotg-perth-lp .cotg-perth-cta-contact-block .contact-details h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.cotg-perth-lp .cotg-perth-cta-contact-block .contact-details p {
    margin-bottom: 0.15rem;
    font-size: 15px;
}

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

/* ---- Suburbs strip ---- */
.cotg-perth-lp .cotg-perth-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-perth-lp .cotg-perth-suburbs h2.h4 {
    text-align: left;
}

.cotg-perth-lp .cotg-perth-suburbs-strip {
    background: #f5f5f5;
    padding: 52px 0;
    border-top: 1px solid #e8e8e8;
}

.cotg-perth-lp .cotg-perth-suburbs-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fe7c06;
    margin-bottom: 0.65rem;
}

.cotg-perth-lp .cotg-perth-suburbs-title {
    margin: 0 0 0.75rem;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 900;
    color: #231f20;
    letter-spacing: -0.02em;
    text-transform: none;
}

.cotg-perth-lp .cotg-perth-suburbs-lead {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5a5a5a;
    max-width: 54rem;
}

.cotg-perth-lp .cotg-perth-suburbs-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.cotg-perth-lp .cotg-perth-suburbs-cta-text {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
}

.cotg-perth-lp .cotg-perth-suburbs-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 2px solid #fe7c06;
    color: #fe7c06 !important;
    background: rgba(254, 124, 6, 0.06);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cotg-perth-lp .cotg-perth-suburbs-cta-btn:hover {
    background: #fe7c06;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(254, 124, 6, 0.25);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .cotg-perth-lp .cotg-perth-suburbs-strip {
        padding: 40px 0;
    }
    .cotg-perth-lp .cotg-perth-suburbs-title {
        font-size: 1.45rem;
    }
}

@media (max-width: 767px) {
    .cotg-perth-lp .cotg-perth-hero .main-heading {
        font-size: 42px;
        line-height: 1.1;
    }

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

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

    .cotg-perth-lp .cotg-perth-band ol li {
        padding-left: 0;
        padding-top: 2.35rem;
    }

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

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

.cotg-perth-lp .cotg-perth-included-strip {
    position: relative;
    background: linear-gradient(180deg, rgba(254, 124, 6, 0.06) 0%, #ffffff 45%, #ffffff 100%);
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
    overflow: hidden;
}

.cotg-perth-lp .cotg-perth-included-strip::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(254, 124, 6, 0.24), rgba(254, 124, 6, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-perth-included-strip::after {
    content: "";
    position: absolute;
    bottom: -170px;
    left: -190px;
    width: 460px;
    height: 460px;
    border-radius: 999px;
    background: radial-gradient(circle at 60% 40%, rgba(35, 31, 32, 0.10), rgba(35, 31, 32, 0.0) 60%);
    pointer-events: none;
}

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

.cotg-perth-lp .cotg-perth-included-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.6rem 1.5rem;
    border: 1px solid rgba(35, 31, 32, 0.08);
    box-shadow: 0 10px 28px rgba(35, 31, 32, 0.06);
    border-top: 4px solid rgba(254, 124, 6, 0.85);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cotg-perth-lp .cotg-perth-included-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(35, 31, 32, 0.10);
    border-color: rgba(254, 124, 6, 0.25);
}

.cotg-perth-lp .cotg-perth-included-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(254, 124, 6, 0.18), rgba(254, 124, 6, 0.06));
    border: 1px solid rgba(254, 124, 6, 0.24);
    flex-shrink: 0;
}

.cotg-perth-lp .cotg-perth-included-list {
    line-height: 1.95;
    margin-bottom: 0;
}

.cotg-perth-lp .cotg-perth-included-plus {
    color: #fe7c06;
    font-size: 1.1rem;
    vertical-align: middle;
}

.cotg-perth-lp .cotg-perth-included-pdf-btn {
    margin: 0;
    padding: 14px 28px;
    font-weight: 700;
    border-radius: 10px;
    background: #ffffff;
    color: #231f20;
    border: 2px solid rgba(254, 124, 6, 0.35);
}

.cotg-perth-lp .cotg-perth-included-pdf-btn:hover {
    background: rgba(254, 124, 6, 0.08);
    color: #231f20;
}

.cotg-perth-lp .cotg-perth-included-pdf-icon {
    font-size: 1.2rem;
    color: #fe7c06;
}

@media (max-width: 767px) {
    .cotg-perth-lp .cotg-perth-included-strip {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }
    .cotg-perth-lp .cotg-perth-included-card {
        padding: 1.35rem 1.2rem;
    }
}

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

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

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

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

.cotg-perth-lp .cotg-perth-step-card {
    background: #fff;
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 24px rgba(35, 31, 32, 0.06);
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
}

.cotg-perth-lp .cotg-perth-steps-strip {
    background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #f0f0f0;
}

.cotg-perth-lp .cotg-perth-steps-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fe7c06;
    margin-bottom: 0.65rem;
}

.cotg-perth-lp .cotg-perth-steps-title {
    margin-bottom: 0.75rem;
}

.cotg-perth-lp .cotg-perth-steps-lead {
    margin: 0 auto;
    max-width: 52rem;
    font-size: 15px;
    line-height: 1.65;
    color: #5a5a5a;
}

.cotg-perth-lp .cotg-perth-step-card {
    border-top: 4px solid rgba(254, 124, 6, 0.75);
}

.cotg-perth-lp .cotg-perth-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(35, 31, 32, 0.12);
    border-color: rgba(254, 124, 6, 0.35);
}

.cotg-perth-lp .cotg-perth-steps .cotg-perth-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
    background: #fe7c06;
    border-radius: 12px;
}

/* ---- FAQ: accordion cards (chevron toggle) ---- */
.cotg-perth-lp .cotg-perth-faq-section.cotg-perth-seo-block {
    background-color: #ebebeb;
    background-image: repeating-linear-gradient(
        -32deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.35) 10px,
        rgba(255, 255, 255, 0.35) 11px
    );
}

.cotg-perth-lp .cotg-perth-faq-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fe7c06;
    margin-bottom: 0.65rem;
}

.cotg-perth-lp .cotg-perth-faq-title {
    margin-bottom: 0.5rem;
}

.cotg-perth-lp .cotg-perth-faq-lead {
    margin-bottom: 0;
}

.cotg-perth-lp .cotg-perth-faq-accordion {
    margin-top: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cotg-perth-lp .cotg-perth-faq-acc {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(35, 31, 32, 0.04);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.cotg-perth-lp .cotg-perth-faq-acc[open] {
    box-shadow: 0 8px 28px rgba(35, 31, 32, 0.08);
    border-color: #c8c8c8;
}

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

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

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

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

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

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

.cotg-perth-lp .cotg-perth-faq-acc[open] .cotg-perth-faq-icon {
    border-color: #fe7c06;
    background: rgba(254, 124, 6, 0.08);
}

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

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

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

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

.cotg-perth-lp .cotg-perth-faq-a {
    padding: 0 1.25rem 1.2rem;
    border-top: 1px solid #efefef;
}

.cotg-perth-lp .cotg-perth-faq-a p {
    padding-top: 0.85rem;
    font-size: 15px;
    line-height: 1.65;
    color: #5a5a5a;
    font-weight: 400;
}

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

.cotg-perth-lp .cotg-perth-faq-section .cotg-perth-seo-lead {
    margin-bottom: 0;
}

.cotg-perth-lp .cotg-perth-faq-cta {
    margin-top: 1.75rem;
    padding: 1.25rem 1.25rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(35, 31, 32, 0.10);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cotg-perth-lp .cotg-perth-faq-cta-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #231f20;
    font-weight: 600;
}

/* Space between FAQ and footer */
.cotg-perth-lp .cotg-perth-faq-section {
    padding-bottom: 5rem;
}

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

/* ---- Instant estimate (calculator) ---- */
.cotg-perth-lp .cotg-lp-estimator {
    position: relative;
    background: linear-gradient(180deg, rgba(254, 124, 6, 0.08) 0%, #ffffff 52%, #ffffff 100%);
    overflow: hidden;
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
    border-top: 1px solid rgba(254, 124, 6, 0.12);
    border-bottom: 1px solid rgba(35, 31, 32, 0.06);
}

.cotg-perth-lp .cotg-lp-estimator::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -220px;
    width: 560px;
    height: 560px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, rgba(254, 124, 6, 0.22), rgba(254, 124, 6, 0.0) 62%);
    pointer-events: none;
}

.cotg-perth-lp .cotg-lp-estimator::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -240px;
    width: 640px;
    height: 640px;
    border-radius: 999px;
    background: radial-gradient(circle at 40% 40%, rgba(35, 31, 32, 0.10), rgba(35, 31, 32, 0.0) 62%);
    pointer-events: none;
}

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

.cotg-perth-lp .cotg-lp-est-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(35, 31, 32, 0.10);
    border-top: 4px solid rgba(254, 124, 6, 0.85);
    border-radius: 18px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 18px 48px rgba(35, 31, 32, 0.10);
}

.cotg-perth-lp .cotg-lp-est-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.65rem;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(254, 124, 6, 0.10);
    border: 1px solid rgba(254, 124, 6, 0.22);
    color: #fe7c06;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cotg-perth-lp .cotg-lp-est-lead {
    margin-bottom: 1.35rem;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 1.65;
    max-width: 52rem;
}

.cotg-perth-lp .cotg-lp-est-label {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #231f20;
}

.cotg-perth-lp .cotg-lp-est-input.cotg-lp-est-placeholder {
    color: #8b8b8b;
}

.cotg-perth-lp .cotg-lp-est-input.form-control option {
    color: #231f20;
}

.cotg-perth-lp .cotg-lp-est-input.form-control {
    height: auto;
    height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    border: 2px solid rgba(35, 31, 32, 0.14);
    background: #ffffff;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.cotg-perth-lp select.cotg-lp-est-input.form-control {
    -webkit-appearance: menulist;
    appearance: auto;
    padding-right: 34px;
}

.cotg-perth-lp .cotg-lp-est-input.form-control:focus {
    border-color: #fe7c06;
    box-shadow: 0 0 0 3px rgba(254, 124, 6, 0.18);
}

.cotg-perth-lp #cotgEstimateRoomsWrap {
    margin-top: 0.75rem;
}

.cotg-perth-lp .cotg-lp-est-btn {
    width: 100%;
    margin-top: 1.1rem;
    padding: 12px 14px;
    border: none;
    border-radius: 12px;
    background: #fe7c06;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(254, 124, 6, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cotg-perth-lp .cotg-lp-est-btn:hover {
    background: #e66c00;
    transform: translateY(-1px);
    box-shadow: 0 18px 44px rgba(254, 124, 6, 0.34);
}

.cotg-perth-lp .cotg-lp-est-btn:active {
    transform: translateY(0);
    box-shadow: 0 12px 28px rgba(254, 124, 6, 0.26);
}

.cotg-perth-lp .cotg-lp-est-result {
    margin-top: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    background: rgba(254, 124, 6, 0.08);
    border: 1px solid rgba(254, 124, 6, 0.18);
}

.cotg-perth-lp .cotg-lp-est-result #cotgEstimateRange {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(35, 31, 32, 0.08);
    color: #231f20;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.cotg-perth-lp .cotg-lp-est-result.is-empty {
    background: rgba(35, 31, 32, 0.04);
    border-color: rgba(35, 31, 32, 0.10);
}

.cotg-perth-lp .cotg-lp-est-result.is-empty #cotgEstimateRange {
    background: rgba(254, 124, 6, 0.10);
    color: #e66c00;
}

.cotg-perth-lp .cotg-lp-est-result strong {
    color: #231f20;
}

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

.cotg-perth-lp .cotg-lp-est-aside {
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(35, 31, 32, 0.10);
    border-radius: 18px;
    padding: 1.4rem 1.25rem;
    box-shadow: 0 18px 48px rgba(35, 31, 32, 0.08);
    border-top: 4px solid rgba(35, 31, 32, 0.82);
}

.cotg-perth-lp .cotg-lp-est-aside h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 900;
    color: #231f20;
    letter-spacing: -0.02em;
}

.cotg-perth-lp .cotg-lp-est-aside ul {
    padding-left: 1.15rem;
    margin-bottom: 1rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.cotg-perth-lp .cotg-lp-est-aside ul li {
    margin-bottom: 0.4rem;
}

.cotg-perth-lp .cotg-lp-est-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fe7c06 !important;
    border: 2px solid rgba(254, 124, 6, 0.40);
    background: rgba(254, 124, 6, 0.06);
    padding: 10px 14px;
    border-radius: 12px;
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cotg-perth-lp .cotg-lp-est-link:hover {
    background: rgba(254, 124, 6, 0.14);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(254, 124, 6, 0.18);
}

@media (max-width: 767px) {
    .cotg-perth-lp .cotg-lp-est-card {
        padding: 1.25rem 1rem;
    }
    .cotg-perth-lp .cotg-lp-est-aside {
        padding: 1.2rem 1rem;
    }
    .cotg-perth-lp .cotg-lp-est-input.form-control {
        height: 42px;
    }
    .cotg-perth-lp .cotg-lp-estimator {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

/* Extracted Inline Styles */
.bg-light-gray { background: #f5f5f5; }
.text-brand { color: #fe7c06; }
.fw-700 { font-weight: 700; }
.fw-500 { font-weight: 500; }
.border-gray { border: 1px solid #eaeaea; border-top: 1px solid #e8e8e8; }
.max-w-800 { max-width: 800px; }
.bg-orange-light { background: rgba(254, 124, 6, 0.1); }
.icon-orange { color: #fe7c06; font-size: 1.2rem; }
.icon-green { color: #28a745; font-size: 1.1rem; vertical-align: middle; }
.lh-2 { line-height: 2; }
.btn-pdf { margin: 0; padding: 14px 28px; font-weight: 600; border-radius: 8px; }
.text-small { font-size: 0.95rem; }
.text-black { color: #000; }
.text-white { color: #fff; }

