.kl-gte,
.kl-gte * {
    box-sizing: border-box;
}

.kl-gte {
    color: #123b31;
    font-family: Manrope, sans-serif;
}

.kl-gte-inner {
    width: min(100%, 1180px);
    margin-inline: auto;
}

.kl-gte h1,
.kl-gte h2 {
    margin: 0;
    color: inherit;
    font-family: "Hedvig Letters Serif", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.kl-gte p {
    line-height: 1.68;
}

.kl-gte-kicker {
    margin: 0 0 17px;
    color: #5e6d65;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.kl-gte-hero {
    padding: clamp(54px, 4.5vw, 64px) 24px;
    background: #eef4e8;
}

.kl-gte-hero .kl-gte-inner {
    max-width: 1000px;
}

.kl-gte-hero h1 {
    max-width: 850px;
    margin-bottom: 27px;
    font-size: 40px;
}

.kl-gte-lead {
    max-width: 860px;
    margin: 0;
    color: #405148;
    font-size: clamp(1rem, 1.35vw, 1.13rem);
}

.kl-gte-mode-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.kl-gte-mode-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #bfd2b4;
    border-radius: 10px;
    background: #fff;
    color: #123b31;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none !important;
}

.kl-gte-mode-links a:hover,
.kl-gte-mode-links a:focus-visible {
    border-color: #008b68;
    color: #007b5d;
}

.kl-gte-packages {
    padding: clamp(75px, 8vw, 110px) 24px;
    background: #fff;
}

.kl-gte-packages h2 {
    max-width: 720px;
    margin-bottom: 38px;
    font-size: 35px;
}

.kl-gte-package-list {
    display: grid;
    gap: 22px;
}

.kl-gte-package-row {
    display: grid;
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
    align-items: center;
    gap: clamp(28px, 5vw, 65px);
    min-height: 255px;
    padding: clamp(28px, 3.3vw, 42px);
    border: 1px solid #d7ded7;
    border-radius: 16px;
    background: #fff;
}

.kl-gte-package-row-featured {
    border-color: #a6c9ad;
    background: #eef6ed;
}

.kl-gte-package-row-reverse {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
}

.kl-gte-package-row-reverse .kl-gte-package-image {
    order: 2;
}

.kl-gte-package-row-reverse .kl-gte-package-copy {
    order: 1;
}

.kl-gte-package-image {
    display: grid;
    place-items: center;
    min-width: 0;
}

.kl-gte-package-image img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 210px;
    height: auto;
    object-fit: contain;
}

.kl-gte-package-copy {
    min-width: 0;
}

.kl-gte-package-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    background: #008b68;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-transform: uppercase;
}

.kl-gte-package-row h3 {
    margin: 15px 0 10px;
    color: #123b31;
    font-family: "Hedvig Letters Serif", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.kl-gte-package-row .kl-gte-package-tagline {
    margin: 0 0 13px;
    color: #008b68;
    font-size: 0.97rem;
    font-weight: 800;
    line-height: 1.45;
}

.kl-gte-package-row .kl-gte-package-copy > p:last-child {
    margin: 0;
    color: #405148;
    font-size: 0.96rem;
}

.kl-gte-package-note {
    max-width: 760px;
    margin: 28px 0 0;
    color: #596960;
    font-size: 0.88rem;
}

.kl-gte-contact {
    padding: clamp(65px, 7vw, 94px) 24px;
    background: #123b31;
    color: #fff;
}

.kl-gte-contact-grid,
.kl-gte-link-panel-inner,
.kl-gte-home-panel-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.kl-gte-contact .kl-gte-kicker {
    color: #c9db9c;
}

.kl-gte-contact h2 {
    max-width: 680px;
    font-size: 35px;
}

.kl-gte-contact p:last-child {
    max-width: 670px;
    margin: 17px 0 0;
    color: #dce9df;
}

.kl-gte-contact-actions {
    display: grid;
    justify-items: start;
    gap: 15px;
    flex: 0 0 auto;
}

.kl-gte-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 9px;
    background: #008b68;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
}

.kl-gte-button:hover,
.kl-gte-button:focus-visible {
    background: #006e54;
}

.kl-gte-contact-email {
    color: #d9e9d9;
    font-size: 0.86rem;
    font-weight: 700;
    text-underline-offset: 4px;
}

.kl-gte-link-panel {
    padding: 16px 24px 0;
    background: #fff;
}

.entry-content > .kl-gte-link-panel,
.entry-content > .kl-gte-advisor-section {
    margin-top: -24px;
}

.kl-gte-link-panel-inner {
    padding: clamp(28px, 3.4vw, 44px);
    border: 1px solid #d7e4d7;
    border-radius: 19px;
    background: #f4f8f1;
}

.kl-gte-home-panel {
    padding: clamp(55px, 6vw, 80px) 24px;
    background: #f1f6ec;
}

.kl-gte-home-panel h2 {
    font-size: clamp(2.25rem, 3.2vw, 3.2rem);
}

.kl-gte-link-panel h2 {
    font-size: 32px;
}

.kl-gte-link-panel p:last-child,
.kl-gte-home-panel p:last-child {
    max-width: 720px;
    margin: 15px 0 0;
    color: #405148;
}

.kl-gte-link-panel .kl-gte-button,
.kl-gte-home-panel .kl-gte-button {
    flex: 0 0 auto;
}

.kl-gte-link-panel .kl-gte-button,
.kl-gte-advisor-actions .kl-gte-button {
    min-width: 162px;
}

.kl-gte a:focus-visible {
    outline: 3px solid #008b68;
    outline-offset: 3px;
}

.kl-gte-fiber-detail {
    padding: clamp(70px, 8vw, 104px) 24px clamp(46px, 5vw, 68px);
    background: #fff;
}

.kl-gte-fiber-detail h2 {
    max-width: 800px;
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 4.2vw, 4.1rem);
}

.kl-gte-fiber-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(25px, 5vw, 64px);
    max-width: 1040px;
}

.kl-gte-fiber-copy p {
    margin: 0;
    color: #405148;
    font-size: 1rem;
}

.kl-gte-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: clamp(42px, 6vw, 74px);
}

.kl-gte-benefits > div {
    padding-top: 22px;
    border-top: 2px solid #c9db9c;
}

.kl-gte-benefits .kl-icon {
    display: block;
    width: 28px;
    height: 28px;
    margin-bottom: 13px;
}

.kl-gte-benefits h3 {
    margin: 0 0 6px;
    color: #123b31;
    font-family: Manrope, sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
}

.kl-gte-benefits p {
    margin: 0;
    color: #607069;
    font-size: 0.88rem;
}

.kl-gte-advisor-section {
    padding: 22px 24px clamp(74px, 8vw, 105px);
    background: #fff;
}

.kl-gte-advisor-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) minmax(180px, 0.35fr);
    align-items: center;
    gap: clamp(24px, 3vw, 42px);
    padding: clamp(30px, 3.4vw, 44px);
    border: 1px solid #d7e4d7;
    border-radius: 19px;
    background: #eaf1e6;
}

.kl-gte-advisor-photo {
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    object-fit: cover;
}

.kl-gte-advisor-copy .kl-gte-kicker {
    margin-bottom: 9px;
}

.kl-gte-advisor-copy h2 {
    font-size: 32px;
}

.kl-gte-advisor-copy > p:last-child {
    max-width: 570px;
    margin: 10px 0 0;
    color: #405148;
    font-size: 0.92rem;
}

.kl-gte-advisor-actions {
    display: grid;
    justify-items: end;
    gap: 7px;
    min-width: 0;
    text-align: right;
}

.kl-gte-advisor-phone,
.kl-gte-advisor-email {
    color: #123b31;
    font-size: 0.9rem;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.kl-gte-advisor-email {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.kl-gte-advisor-actions .kl-gte-button {
    margin-top: 13px;
}

.kl-gte-fiber-original {
    padding: 18px 24px clamp(52px, 6vw, 78px);
    background: #fff;
}

.kl-gte-fiber-original-copy {
    max-width: 920px;
}

.kl-gte-fiber-original-copy p {
    margin: 0 0 16px;
    color: #405148;
    font-size: 1.05rem;
}

.kl-gte-fiber-original-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 44px);
    margin-top: 38px;
}

.kl-gte-fiber-original-benefits > div {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.kl-gte-fiber-original-benefits .kl-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 2px 0 0;
}

.kl-gte-fiber-original-benefits p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.kl-gte-fiber-original-benefits p span {
    color: #607069;
}

.page-id-90 .kl-fiber-tv-image {
    width: min(100%, 400px);
    margin-inline: auto;
}

/* Production maps palette-color-1 differently from staging. Keep the
 * Fiber-tv content headings aligned with the site's dark-green headings. */
.page-id-90 .has-palette-color-1-color {
    color: #123b31 !important;
}

.page-id-90 .kl-fiber-tv-image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 65% center;
}

@media (max-width: 800px) {
    .kl-gte-package-row,
    .kl-gte-package-row-reverse {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 620px;
    }

    .kl-gte-package-row-reverse .kl-gte-package-image,
    .kl-gte-package-row-reverse .kl-gte-package-copy {
        order: initial;
    }

    .kl-gte-contact-grid,
    .kl-gte-link-panel-inner,
    .kl-gte-home-panel-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .kl-gte-fiber-copy {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .kl-gte-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kl-gte-fiber-original-benefits {
        grid-template-columns: 1fr;
        gap: 21px;
    }

    .kl-gte-advisor-card {
        grid-template-columns: 90px minmax(0, 1fr);
        padding: 28px;
    }

    .kl-gte-advisor-photo {
        width: 90px;
        height: 90px;
    }

    .kl-gte-advisor-actions {
        grid-column: 1 / -1;
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .kl-gte-package-row {
        padding: 24px;
    }

    .kl-gte-package-image img {
        max-height: 180px;
    }

    .kl-gte-link-panel-inner {
        padding: 26px;
    }

    .kl-gte-advisor-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 26px;
    }

    .kl-gte-advisor-photo {
        width: 70px;
        height: 70px;
    }

    .kl-gte-link-panel h2,
    .kl-gte-advisor-copy h2 {
        font-size: 28px;
    }

    .kl-gte-advisor-actions {
        grid-column: 1;
        margin-top: 8px;
    }
}
