/**
 * Gold Coast landing — premium layout on top of shared brand theme.
 * Orange #fe7c06 kept. Structure differs from the Canberra page.
 */

body.cotg-lp-melbourne .cotg-lp-hero.gc-hero,
.cotg-lp .cotg-lp-hero.gc-hero {
    position: relative;
    padding: 48px 0 64px;
    background-color: #fff8f1 !important;
    background-image: url(../images/mainbg.webp) !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

body.cotg-lp-melbourne .cotg-lp-hero.gc-hero::before,
.cotg-lp .cotg-lp-hero.gc-hero::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
        165deg,
        rgba(255, 248, 241, 0.78) 0%,
        rgba(255, 255, 255, 0.72) 48%,
        rgba(255, 241, 228, 0.8) 100%
    ) !important;
    opacity: 1 !important;
}

body.cotg-lp-melbourne .cotg-lp-hero.gc-hero::after,
.cotg-lp .cotg-lp-hero.gc-hero::after {
    display: none !important;
}

.gc-hero > .container {
    position: relative;
    z-index: 1;
}

.gc-hero > picture,
.gc-hero > picture,
.gc-hero > .hero-seo-img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gc-crumbs {
    background: #fff;
    border-bottom: 1px solid #ffd7b3;
    font-size: 13px;
    padding: 10px 0;
    color: #5b6570;
}

.gc-crumbs a {
    color: inherit;
}

.gc-crumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.gc-crumbs li + li::before {
    content: "/";
    margin-right: 6px;
    opacity: .55;
}

.cotg-lp .cotg-lp-hero.gc-hero .gc-hero-row > .col-lg-6:last-child {
    display: flex;
}

.cotg-lp .cotg-lp-hero.gc-hero .gc-hero-row .top-form {
    width: 100%;
    height: 100%;
}

.gc-hero-col {
    display: flex;
}

body.cotg-lp-melbourne .cotg-lp-hero.gc-hero .gc-hero-col,
body.cotg-lp-melbourne .cotg-lp-hero.gc-hero .col-lg-6:first-child {
    padding: 0 15px !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.gc-hero-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 28px 26px 24px;
    border-radius: 18px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.cotg-lp-melbourne .gc-hero .gc-hero-panel .main-heading,
.gc-hero .main-heading {
    margin: 0 0 12px;
    color: #1a1d21 !important;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 750;
}

.gc-hero__lead {
    margin: 0 0 16px;
    color: #3d434b;
    font-size: 16px;
    line-height: 1.65;
}

.gc-hero__lead strong {
    color: #1a1d21;
    font-weight: 750;
}

.gc-hero .gc-bond__pills {
    margin: 0 0 16px;
}

.gc-hero__promo {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ffd2aa;
    color: #1a1d21;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

.gc-hero__promo span {
    display: inline-block;
    margin-right: 8px;
    color: #fe7c06;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gc-hero__facts {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    color: #5b6169;
    font-size: 14px;
    line-height: 1.6;
}

.gc-hero__facts li {
    position: relative;
    padding-left: 16px;
}

.gc-hero__facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fe7c06;
}

.gc-hero-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.gc-hero-steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: start;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ffd2aa;
    color: #5b6169;
    font-size: 14px;
    line-height: 1.45;
}

.gc-hero-steps strong {
    display: block;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fe7c06;
    margin-bottom: 2px;
}

.gc-hero-stepnum {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
}

.gc-hero-callrow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.gc-hero-callrow a,
body.cotg-lp-melbourne .gc-hero-callrow a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: #fff !important;
    border: 2px solid transparent;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
    text-decoration: none !important;
}

.gc-hero-callrow a:hover,
.gc-hero-callrow a:focus,
body.cotg-lp-melbourne .gc-hero-callrow a:hover,
body.cotg-lp-melbourne .gc-hero-callrow a:focus {
    color: #9a3412 !important;
    background: #fff;
    border-color: #9a3412;
    text-decoration: none !important;
}

.gc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.gc-hero__actions .book-button {
    margin: 0;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
}

.gc-hero__actions .book-button:hover,
.gc-hero__actions .book-button:focus,
body.cotg-lp-melbourne .gc-hero__actions .book-button:hover {
    background: #fff;
    color: #9a3412 !important;
    border: 2px solid #9a3412;
    text-decoration: none !important;
}

.gc-hero__actions .gc-about__ghost:hover,
body.cotg-lp-melbourne .gc-hero__actions .gc-about__ghost:hover {
    color: #9a3412;
    border-color: #9a3412;
    text-decoration: none;
}

body.cotg-lp-melbourne .cotg-lp-hero.gc-hero .top-form.gc-hero__form,
.gc-hero__form {
    height: 100%;
    padding: 24px 20px 22px !important;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 55%, #ffe3c8 100%) !important;
    border: 1px solid #ffd2aa !important;
    border-top: 1px solid #ffd2aa !important;
    border-radius: 18px !important;
    box-shadow: none !important;
}

body.cotg-lp-melbourne .gc-hero .formhead {
    margin: 0 0 8px;
    color: #1a1d21;
    font-size: 24px;
    font-weight: 750;
}

body.cotg-lp-melbourne .gc-hero .cotg-lp-form-intro {
    color: #5b6169;
    font-size: 14px;
    line-height: 1.55;
}

body.cotg-lp-melbourne .gc-hero #quoteFormTop .book-button {
    width: 100%;
    margin-top: 8px;
    border-radius: 999px;
    color: #fff !important;
}

body.cotg-lp-melbourne .gc-hero #quoteFormTop .book-button:hover,
body.cotg-lp-melbourne .gc-hero #quoteFormTop .book-button:focus {
    background: #fff;
    color: #9a3412 !important;
    border: 2px solid #9a3412;
}

@media (min-width: 992px) {
    body.cotg-lp-melbourne .cotg-lp-hero.gc-hero,
    .cotg-lp .cotg-lp-hero.gc-hero {
        padding: 56px 0 80px;
    }

    .gc-hero .main-heading {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .gc-hero-panel {
        margin-bottom: 16px;
        padding: 20px 16px 18px;
    }
}

@media (max-width: 767.98px) {
    body.cotg-lp-melbourne .cotg-lp-hero.gc-hero,
    .cotg-lp .cotg-lp-hero.gc-hero {
        padding: 32px 0 48px;
    }

    .gc-hero .main-heading {
        font-size: 28px !important;
    }
}

/* End-of-lease section — Gold Coast editorial layout */
.gc-about {
    padding: 72px 0 88px;
    background: linear-gradient(165deg, #fff8f1 0%, #ffffff 45%, #fff1e4 100%);
}

.gc-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
}

.gc-about__media {
    margin: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #e8e6e1;
}

.gc-about__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
}

.gc-about__media figcaption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 22, 28, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gc-about__copy h2 {
    margin: 0 0 14px;
    color: #1a1d21;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 750;
}

.gc-about__sub {
    margin: 0 0 16px;
    color: #fe7c06;
    font-size: 16px;
    font-weight: 750;
}

.gc-about__eyebrow {
    margin: 0 0 10px;
    color: #fe7c06;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gc-about__lead {
    margin: 0 0 22px;
    color: #3d434b;
    font-size: 17px;
    line-height: 1.6;
}

.gc-about__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
}

.gc-about__features article {
    position: relative;
    padding: 20px 48px 18px 16px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-about__features h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 750;
    color: #1a1d21;
}

.gc-about__features p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #5b6169;
}

.gc-about__note {
    margin: 0 0 22px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #4b5158;
}

.gc-about__note a {
    color: #c45e05;
    font-weight: 700;
    text-decoration: underline;
}

.gc-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.gc-about__actions .book-button {
    margin: 0;
    border-radius: 999px;
}

.gc-about__ghost {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #d8d5ce;
    color: #1a1d21;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
}

.gc-about__ghost:hover {
    color: #fe7c06;
    border-color: #fe7c06;
    text-decoration: none;
}

@media (min-width: 992px) {
    .gc-about {
        padding: 88px 0 100px;
    }

    .gc-about__grid {
        grid-template-columns: 0.92fr 1.08fr;
        gap: 48px;
    }

    .gc-about__copy h2 {
        font-size: 38px;
    }

    .gc-about__features article {
        padding: 22px 52px 20px 20px;
        min-height: 112px;
    }

    .gc-about__features h3 {
        font-size: 17px;
    }

    .gc-about__media img {
        min-height: 520px;
    }
}

@media (max-width: 767.98px) {
    .gc-about {
        padding: 40px 0 56px;
    }

    .gc-about__copy h2 {
        font-size: 26px;
    }
}

.gc-why {
    padding: 72px 0 80px;
    background: linear-gradient(165deg, #fff8f1 0%, #ffffff 45%, #fff1e4 100%);
    color: #3d434b;
}

.gc-why__intro {
    display: grid;
    gap: 16px;
    margin-bottom: 36px;
    max-width: 920px;
}

.gc-why__eyebrow {
    margin: 0 0 10px;
    color: #fe7c06;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gc-why__intro h2,
.gc-why__intro h3 {
    margin: 0;
    color: #1a1d21;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 750;
}

.gc-why__lead {
    margin: 0;
    color: #5b6169;
    font-size: 16px;
    line-height: 1.65;
}

.gc-why__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.gc-why__list li {
    position: relative;
    display: block;
    padding: 22px 52px 20px 20px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-why__num {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
}

.gc-why__list h3 {
    margin: 0 0 8px;
    color: #1a1d21;
    font-size: 18px;
}

.gc-why__list p {
    margin: 0;
    color: #5b6169;
    font-size: 15px;
    line-height: 1.6;
}

.gc-why__foot {
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid #ffd7b3;
    color: #8a6240;
    font-size: 13px;
    letter-spacing: 0.04em;
}

@media (min-width: 992px) {
    .gc-why {
        padding: 88px 0 96px;
    }

    .gc-why__intro {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 48px;
        align-items: end;
        max-width: none;
        margin-bottom: 40px;
    }

    .gc-why__intro h2,
    .gc-why__intro h3 {
        font-size: 36px;
        max-width: 16ch;
    }

    .gc-why__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .gc-why__list li {
        min-height: 240px;
        padding: 28px 56px 28px 24px;
    }
}

@media (max-width: 767.98px) {
    .gc-why {
        padding: 48px 0 56px;
    }

    .gc-why__intro h2,
    .gc-why__intro h3 {
        font-size: 24px;
    }

    .gc-why__list li {
        padding: 18px 46px 16px 16px;
    }
}

.gc-why--choose {
    background: linear-gradient(195deg, #ffffff 0%, #fff8f1 50%, #ffeede 100%);
}

@media (min-width: 768px) {
    .gc-why--choose .gc-why__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .gc-why--choose .gc-why__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .gc-why--choose .gc-why__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .gc-why--choose .gc-why__list li {
        min-height: 220px;
    }
}

.gc-postcode {
    padding: 56px 0 72px;
    background: linear-gradient(165deg, #fff8f1 0%, #ffffff 48%, #fff1e4 100%);
}

.gc-postcode__card {
    display: grid;
    gap: 28px;
    padding: 28px 24px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-postcode__copy h2,
.gc-postcode__copy h3 {
    margin: 0 0 10px;
    color: #1a1d21;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 750;
}

.gc-postcode__copy p {
    margin: 0;
    color: #5b6169;
    font-size: 16px;
    line-height: 1.6;
}

.gc-postcode__label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #1a1d21;
}

.gc-postcode__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gc-postcode__input.form-control {
    flex: 1 1 160px;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #ffd2aa;
    background: #fff;
}

.gc-postcode__input.form-control:focus {
    border-color: #fe7c06;
    box-shadow: none;
    outline: 2px solid rgba(254, 124, 6, 0.2);
}

.gc-postcode__btn {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.gc-postcode__btn:hover {
    color: #fff;
    opacity: 0.94;
}

.gc-postcode__help {
    display: block;
    margin-top: 10px;
    color: #8a6240;
    font-size: 13px;
}

.gc-postcode__result {
    margin-top: 16px;
}

.gc-postcode__result .alert {
    border-radius: 12px !important;
}

@media (min-width: 992px) {
    .gc-postcode {
        padding: 64px 0 88px;
    }

    .gc-postcode__card {
        grid-template-columns: 0.95fr 1.05fr;
        gap: 40px;
        align-items: center;
        padding: 36px 40px;
    }

    .gc-postcode__copy h2,
.gc-postcode__copy h3 {
        font-size: 32px;
        max-width: 14ch;
    }

    .gc-postcode__btn {
        min-width: 150px;
    }
}

@media (max-width: 575.98px) {
    .gc-postcode {
        padding: 40px 0 52px;
    }

    .gc-postcode__card {
        padding: 22px 16px;
    }

    .gc-postcode__copy h2,
.gc-postcode__copy h3 {
        font-size: 24px;
    }

    .gc-postcode__btn {
        width: 100%;
    }
}

.gc-reviews {
    padding: 56px 0 72px;
    background: linear-gradient(195deg, #ffffff 0%, #fff8f1 52%, #ffeede 100%);
}

.gc-reviews .gc-why__intro {
    margin-bottom: 28px;
}

.gc-reviews__slider {
    margin: 0 -8px;
}

.gc-reviews .text-review,
.gc-reviews .gc-reviews__card {
    color: #3d434b;
    font-size: 15px;
    font-weight: 400;
    padding: 24px 22px 22px;
    margin: 8px;
    min-height: 240px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
    font-family: inherit;
}

.gc-reviews .gc-reviews__card h3 {
    margin: 0 0 12px;
    padding-right: 8px;
    color: #1a1d21;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 750;
}

.gc-reviews .gc-reviews__card p {
    margin: 0 0 16px;
    color: #5b6169;
    line-height: 1.6;
}

.gc-reviews__name {
    margin: 0 !important;
    color: #fe7c06 !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.gc-reviews .slick-dots {
    bottom: -36px;
}

.gc-reviews .slick-dots li button:before {
    font-size: 10px;
    color: #fe7c06;
}

.gc-reviews .slick-list {
    margin: 0;
}

@media (min-width: 992px) {
    .gc-reviews {
        padding: 64px 0 88px;
    }

    .gc-reviews .gc-reviews__card {
        min-height: 260px;
        padding: 28px 26px;
    }
}

@media (max-width: 767.98px) {
    .gc-reviews {
        padding: 40px 0 64px;
    }

    .gc-reviews .gc-reviews__card {
        min-height: 0;
        margin: 4px;
        padding: 20px 16px;
    }
}

.gc-bond {
    padding: 56px 0 72px;
    background: linear-gradient(165deg, #fff8f1 0%, #ffffff 42%, #fff1e4 100%);
}

.gc-bond .gc-why__lead a {
    color: #c45e05;
    font-weight: 700;
}

.gc-bond__accent {
    margin: 8px 0 0;
    color: #fe7c06;
    font-size: 20px;
    font-weight: 800;
}

.gc-bond__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.gc-bond__pills li {
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.gc-bond__sub {
    margin: 0 0 18px;
    color: #1a1d21;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 750;
}

@media (min-width: 768px) {
    .gc-bond__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .gc-bond {
        padding: 72px 0 88px;
    }

    .gc-bond__list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gc-bond__list li {
        min-height: 210px;
    }

    .gc-bond__sub {
        font-size: 26px;
        max-width: 22ch;
    }
}

@media (max-width: 767.98px) {
    .gc-bond {
        padding: 40px 0 52px;
    }

    .gc-bond__accent {
        font-size: 17px;
    }

    .gc-bond__sub {
        font-size: 18px;
    }
}

.gc-services {
    padding: 56px 0 72px;
    background: linear-gradient(195deg, #ffffff 0%, #fff8f1 50%, #ffeede 100%);
}

.gc-services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.gc-services__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fff6ed 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-services__media {
    height: 180px;
    overflow: hidden;
    background: #efe8df;
}

.gc-services__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gc-services__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 18px 20px;
}

.gc-services__kicker {
    margin: 0 0 6px;
    color: #fe7c06;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gc-services__body h3 {
    margin: 0 0 8px;
    color: #1a1d21;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 750;
}

.gc-services__body p {
    margin: 0 0 16px;
    color: #5b6169;
    font-size: 14px;
    line-height: 1.55;
    flex: 1;
}

.gc-services__body a {
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.gc-services__body a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.94;
}

@media (min-width: 768px) {
    .gc-services__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .gc-services {
        padding: 72px 0 88px;
    }

    .gc-services__grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .gc-services__media {
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .gc-services {
        padding: 40px 0 52px;
    }
}

.gc-value {
    padding: 56px 0 72px;
    background: linear-gradient(165deg, #fff8f1 0%, #ffffff 45%, #fff1e4 100%);
}

.gc-value__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
}

.gc-value__copy h2,
.gc-value__copy h3 {
    margin: 0 0 12px;
    color: #1a1d21;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 750;
}

.gc-value__lead {
    margin: 0 0 16px;
    color: #5b6169;
    font-size: 16px;
    line-height: 1.65;
}

.gc-value__points {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.gc-value__points li {
    position: relative;
    margin: 0;
    padding: 14px 48px 14px 16px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 14px;
}

.gc-value__points p {
    margin: 0;
    color: #3d434b;
    font-size: 14px;
    line-height: 1.5;
}

.gc-value__frame {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #ffd2aa;
    background: #1a1d21;
}

.gc-value__frame video {
    display: block;
    width: 100%;
    height: auto;
}

.gc-value__badge {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .gc-value {
        padding: 72px 0 88px;
    }

    .gc-value__grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 48px;
    }

    .gc-value__copy h2,
.gc-value__copy h3 {
        font-size: 36px;
        max-width: 16ch;
    }
}

@media (max-width: 767.98px) {
    .gc-value {
        padding: 40px 0 52px;
    }

    .gc-value__copy h2,
.gc-value__copy h3 {
        font-size: 24px;
    }
}

.gc-book {
    padding: 56px 0 72px;
    background: linear-gradient(195deg, #ffffff 0%, #fff8f1 48%, #ffeede 100%);
}

.gc-book__phones {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.gc-book__phones a,
body.cotg-lp-melbourne .gc-book__phones a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 2px solid transparent;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none !important;
}

.gc-book__phones a:hover,
.gc-book__phones a:focus,
body.cotg-lp-melbourne .gc-book__phones a:hover,
body.cotg-lp-melbourne .gc-book__phones a:focus {
    background: #ffffff;
    color: #9a3412 !important;
    text-decoration: none !important;
    border: 2px solid #9a3412;
    opacity: 1;
    transform: none;
}

.gc-book__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.gc-book__form {
    padding: 24px 20px 22px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 55%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-book__kicker {
    margin: 0 0 8px;
    color: #fe7c06;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gc-book__sub {
    margin: 0 0 16px;
    color: #5b6169;
    font-size: 14px;
}

.gc-book__form .formhead {
    color: #1a1d21;
}

.gc-book__form .form-control {
    border-radius: 10px;
    border-color: #ffd2aa;
}

.gc-book .gc-why__intro {
    max-width: none;
    margin-bottom: 22px;
}

.gc-book .gc-why__intro h2 {
    font-size: 34px;
    color: #111418;
}

.gc-book__lead {
    color: #111418 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 600;
    max-width: 42em;
}

.gc-book__aside {
    padding: 32px 28px;
    min-height: 100%;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-book__aside h3 {
    margin: 0 0 14px;
    color: #111418;
    font-size: 28px;
    font-weight: 800;
}

.gc-book__aside > p,
.gc-book__aside li {
    color: #1a1d21;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.gc-book__aside ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.gc-book__aside-note {
    margin: 0 0 22px;
    font-size: 16px;
    font-weight: 700;
    color: #111418;
    line-height: 1.55;
}

.gc-book__contact p {
    margin: 0;
    color: #1a1d21;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.gc-book__contact p a {
    color: #c45e05;
    font-weight: 800;
    font-size: 15px;
    word-break: break-word;
}

.gc-book__contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.gc-book__contact > div {
    position: relative;
    margin: 0;
    padding: 18px 48px 16px 16px;
    background: #fff;
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-book__contact h4 {
    margin: 0 0 8px;
    color: #fe7c06;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gc-book__contact .gc-hero-callrow {
    margin: 0;
}

.gc-book__contact .book-button,
.gc-book__contact .gc-about__ghost {
    margin: 0;
    border-radius: 999px;
    font-size: 13px;
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.gc-book__contact .book-button {
    color: #fff !important;
}

.gc-book__contact .book-button:hover,
.gc-book__contact .book-button:focus,
body.cotg-lp-melbourne .gc-book__contact .book-button:hover {
    background: #fff;
    color: #9a3412 !important;
    border: 2px solid #9a3412;
}

body.cotg-lp-melbourne .gc-book__contact .gc-hero-callrow a:hover {
    color: #9a3412 !important;
}

@media (min-width: 576px) {
    .gc-book__contact {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .gc-book__contact > div:nth-child(3),
    .gc-book__contact > div:nth-child(4) {
        grid-column: 1 / -1;
    }
}

@media (min-width: 992px) {
    .gc-book {
        padding: 72px 0 88px;
    }

    .gc-book__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        align-items: stretch;
    }

    .gc-book__lead {
        font-size: 16px !important;
    }

    .gc-book .gc-why__intro h2 {
        font-size: 40px;
        max-width: none;
    }

    .gc-book__aside {
        padding: 36px 32px;
    }
}

@media (max-width: 767.98px) {
    .gc-book {
        padding: 40px 0 52px;
    }

    .gc-book__form {
        padding: 18px 14px;
    }

    .gc-book__aside {
        padding: 22px 18px;
    }

    .gc-book__lead {
        font-size: 15px !important;
    }
}

.gc-areas {
    padding: 72px 0 80px;
    background: linear-gradient(195deg, #ffffff 0%, #fff8f1 48%, #ffeede 100%);
    color: #3d434b;
}

.gc-areas .gc-why__intro h2 {
    max-width: 18ch;
}

.gc-areas__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.gc-areas__grid li {
    position: relative;
    margin: 0;
    padding: 20px 48px 16px 16px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
    min-height: 88px;
}

.gc-areas__grid h3 {
    margin: 0 0 4px;
    color: #1a1d21;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.3;
}

.gc-areas__grid p {
    margin: 0;
    color: #8a6240;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.gc-areas .gc-why__foot {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .gc-areas__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .gc-areas__grid li {
        min-height: 108px;
        padding: 24px 52px 20px 20px;
    }

    .gc-areas__grid h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .gc-areas {
        padding: 88px 0 96px;
    }

    .gc-areas__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .gc-areas {
        padding: 48px 0 56px;
    }

    .gc-areas__grid li {
        padding: 16px 42px 14px 14px;
        min-height: 80px;
    }

    .gc-areas__grid h3 {
        font-size: 14px;
    }
}

@media (max-width: 379.98px) {
    .gc-areas__grid {
        grid-template-columns: 1fr;
    }
}

.gc-included {
    padding: 72px 0 80px;
    background: linear-gradient(165deg, #fff8f1 0%, #ffffff 45%, #fff1e4 100%);
    color: #3d434b;
}

.gc-included .gc-why__lead a {
    color: #c45e05;
    font-weight: 700;
}

.gc-included .gc-why__lead a:hover {
    color: #9a3412;
}

.gc-included__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #ffd7b3;
}

.gc-included__cta .book-button {
    margin: 0;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
}

.gc-included__cta .book-button:hover,
.gc-included__cta .book-button:focus,
body.cotg-lp-melbourne .gc-included__cta .book-button:hover,
body.cotg-lp-melbourne .gc-included__cta .book-button:focus {
    background: #ffffff;
    color: #9a3412 !important;
    border: 2px solid #9a3412;
    text-decoration: none !important;
}

.gc-included__cta .gc-why__foot {
    margin: 0;
    padding: 0;
    border: 0;
}

.gc-included .gc-bond__pills {
    margin-bottom: 22px;
}

.gc-included__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.gc-included__grid > li {
    position: relative;
    margin: 0;
    padding: 22px 52px 20px 20px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-included__tag {
    margin: 0 0 8px;
    color: #fe7c06;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gc-included__grid h3 {
    margin: 0 0 14px;
    color: #1a1d21;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.3;
}

.gc-included__grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.gc-included__grid ul li {
    position: relative;
    padding: 0 0 0 18px;
    color: #5b6169;
    font-size: 15px;
    line-height: 1.55;
}

.gc-included__grid ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fe7c06;
}

@media (min-width: 768px) {
    .gc-included__grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        align-items: stretch;
    }

    .gc-included__grid > li {
        min-height: 280px;
        padding: 28px 56px 28px 24px;
    }
}

@media (min-width: 992px) {
    .gc-included {
        padding: 88px 0 96px;
    }

    .gc-included__grid h3 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .gc-included {
        padding: 48px 0 56px;
    }

    .gc-included__grid > li {
        padding: 18px 46px 16px 16px;
    }

    .gc-included__grid h3 {
        font-size: 18px;
    }
}

.gc-guarantee {
    padding: 72px 0 80px;
    background: linear-gradient(195deg, #ffffff 0%, #fff8f1 50%, #ffeede 100%);
    color: #3d434b;
}

.gc-guarantee .gc-why__intro {
    margin-bottom: 28px;
}

.gc-guarantee .gc-why__intro h2 {
    max-width: 16ch;
}

.gc-guarantee__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.gc-guarantee__grid li {
    position: relative;
    margin: 0;
    padding: 22px 52px 20px 20px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-guarantee__grid p {
    margin: 0;
    color: #1a1d21;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

@media (min-width: 768px) {
    .gc-guarantee__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gc-guarantee__grid li {
        padding: 26px 56px 24px 24px;
    }
}

@media (min-width: 992px) {
    .gc-guarantee {
        padding: 88px 0 96px;
    }

    .gc-guarantee__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        align-items: stretch;
    }

    .gc-guarantee__grid li {
        min-height: 280px;
        padding: 28px 56px 28px 24px;
    }
}

@media (max-width: 767.98px) {
    .gc-guarantee {
        padding: 48px 0 56px;
    }

    .gc-guarantee__grid li {
        padding: 18px 46px 16px 16px;
    }

    .gc-guarantee__grid p {
        font-size: 15px;
    }
}

.gc-steps {
    padding: 72px 0 80px;
    background: linear-gradient(165deg, #fff8f1 0%, #ffffff 45%, #fff1e4 100%);
    color: #3d434b;
}

.gc-steps .gc-bond__pills {
    margin-bottom: 22px;
}

.gc-steps__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.gc-steps__grid li {
    position: relative;
    margin: 0;
    padding: 22px 52px 20px 20px;
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-steps__grid h3 {
    margin: 0 0 10px;
    color: #1a1d21;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.3;
}

.gc-steps__grid p {
    margin: 0;
    color: #5b6169;
    font-size: 15px;
    line-height: 1.65;
}

.gc-steps .gc-included__cta {
    border-top: 0;
    padding-top: 0;
    margin-top: 24px;
}

.gc-steps .gc-included__cta .book-button {
    margin: 0;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
}

.gc-steps .gc-included__cta .book-button:hover,
.gc-steps .gc-included__cta .book-button:focus,
body.cotg-lp-melbourne .gc-steps .gc-included__cta .book-button:hover,
body.cotg-lp-melbourne .gc-steps .gc-included__cta .book-button:focus {
    background: #ffffff;
    color: #9a3412 !important;
    border: 2px solid #9a3412;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .gc-steps__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (min-width: 992px) {
    .gc-steps {
        padding: 88px 0 96px;
    }

    .gc-steps__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        align-items: stretch;
    }

    .gc-steps__grid li {
        min-height: 260px;
        padding: 28px 56px 28px 24px;
    }

    .gc-steps__grid h3 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .gc-steps {
        padding: 48px 0 56px;
    }

    .gc-steps__grid li {
        padding: 18px 46px 16px 16px;
    }

    .gc-steps__grid h3 {
        font-size: 18px;
    }
}

.gc-faq {
    padding: 72px 0 80px;
    background: linear-gradient(195deg, #ffffff 0%, #fff8f1 50%, #ffeede 100%);
    color: #3d434b;
}

.gc-faq .gc-why__intro h2 {
    max-width: 14ch;
}

.gc-faq__actions {
    margin: 0 0 28px;
    padding: 0;
    border: 0;
}

.gc-faq__actions .gc-about__ghost {
    text-decoration: none;
}

.gc-faq__actions .gc-about__ghost:hover,
.gc-faq__actions .gc-about__ghost:focus,
body.cotg-lp-melbourne .gc-faq__actions a[href^="tel"]:hover,
body.cotg-lp-melbourne .gc-faq__actions a[href^="tel"]:focus {
    background: #ffffff;
    color: #9a3412 !important;
    border: 1px solid #9a3412;
    text-decoration: none !important;
}

.gc-faq__list {
    display: grid;
    gap: 12px;
}

.gc-faq details {
    background: linear-gradient(165deg, #ffffff 0%, #fff6ed 48%, #ffe3c8 100%);
    border: 1px solid #ffd2aa;
    border-radius: 18px;
}

.gc-faq details[open] {
    border-color: #fe7c06;
}

.gc-faq summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 48px 16px 16px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.gc-faq summary::-webkit-details-marker {
    display: none;
}

.gc-faq summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.gc-faq details[open] summary::after {
    content: "–";
}

.gc-faq__num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(145deg, #ff9a3c 0%, #fe7c06 55%, #e86a00 100%);
}

.gc-faq__q {
    color: #1a1d21;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
}

.gc-faq__a {
    padding: 0 18px 20px 56px;
}

.gc-faq__a p {
    margin: 0;
    color: #5b6169;
    font-size: 15px;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .gc-faq {
        padding: 88px 0 96px;
    }

    .gc-faq summary {
        padding: 20px 56px 20px 20px;
    }

    .gc-faq__q {
        font-size: 18px;
    }

    .gc-faq__a {
        padding: 0 24px 24px 60px;
    }
}

@media (max-width: 767.98px) {
    .gc-faq {
        padding: 48px 0 56px;
    }

    .gc-faq summary {
        padding: 14px 46px 14px 14px;
        align-items: flex-start;
    }

    .gc-faq__q {
        font-size: 15px;
    }

    .gc-faq__a {
        padding: 0 14px 16px 14px;
    }
}
