.index3-page .shared-header-item:first-child .shared-header-link {
    color: #00419f;
}

@media (max-width: 1120px) {
    .index3-page .gd2-market-quotes > .gd2-market-quote:nth-child(5) {
        display: grid;
    }
}

.index3-page .shared-header-item:first-child .shared-header-link::before {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    height: 2px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, #00419f, #00a8ea, #71eb30);
}

.gd3-redesign {
    --gd3-ink: #151817;
    --gd3-muted: #686e6a;
    --gd3-soft: #f5f6f5;
    --gd3-line: #dfe3df;
    --gd3-green: #72eb30;
    --gd3-dark: #080d0c;
    color: var(--gd3-ink);
    background: #fff;
    line-height: 1.7;
}

.gd3-redesign h2,
.gd3-redesign h3,
.gd3-redesign p {
    margin: 0;
}

.gd3-redesign em {
    font-style: normal;
}

.gd3-redesign a:focus-visible,
.gd3-redesign button:focus-visible {
    outline: 3px solid #328a15;
    outline-offset: 5px;
}

.gd3-redesign section[id] {
    scroll-margin-top: 132px;
}

.gd3-container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.gd3-section {
    padding: 56px 0;
}

.gd3-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 38px;
}

.gd3-heading h2 {
    font-size: clamp(30px, 3.1vw, 43px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.3;
}

.gd3-heading p {
    max-width: 390px;
    color: var(--gd3-muted);
    font-size: 14px;
    line-height: 1.9;
}

.gd3-heading-center {
    display: block;
    text-align: center;
    margin-bottom: 44px;
}

.gd3-heading-center p {
    max-width: 700px;
    margin: 17px auto 0;
}

.gd3-heading-side {
    display: grid;
    justify-items: start;
    gap: 17px;
}

.gd3-redesign .gd3-text-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--gd3-ink);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: color .2s, border-color .2s;
}

.gd3-redesign .gd3-text-link:hover {
    color: #38821c;
    border-color: #38821c;
}

.gd3-text-link span {
    font-size: 21px;
    line-height: 1;
}

.gd3-redesign .gd3-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 46px;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: 5px;
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    transition: background .2s, border-color .2s, transform .2s;
}

.gd3-button span {
    font-size: 19px;
    line-height: 1;
}

.gd3-redesign .gd3-button:hover {
    transform: translateY(-2px);
}

.gd3-redesign .gd3-button-muted {
    color: var(--gd3-ink);
    background: #e1e4e0;
}

.gd3-redesign .gd3-button-muted:hover {
    background: #d3d9d0;
}

.gd3-redesign .gd3-button-primary {
    color: #102308;
    background: var(--gd3-green);
}

.gd3-redesign .gd3-button-primary:hover {
    background: #8df04e;
}

.gd3-redesign .gd3-button-dark {
    color: #fff;
    background: var(--gd3-dark);
}

.gd3-redesign .gd3-button-dark:hover {
    background: #263b2b;
}

.gd3-redesign .gd3-button-outline {
    color: #fff;
    border-color: var(--gd3-green);
    background: transparent;
}

.gd3-redesign .gd3-button-outline:hover {
    background: #72eb301a;
}

.gd3-advantages {
    padding-bottom: 0;
}

.gd3-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.gd3-advantage-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: var(--gd3-soft);
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.gd3-advantage-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(36, 64, 31, .12);
}

.gd3-advantage-featured {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    grid-column: 1 / -1;
    min-height: 340px;
}

.gd3-advantage-copy {
    position: relative;
    z-index: 1;
    padding: 38px 42px;
}

.gd3-number {
    display: inline-grid;
    place-items: center;
    width: 29px;
    height: 29px;
    margin-bottom: 19px;
    border-radius: 50%;
    color: #183410;
    background: var(--gd3-green);
    font-size: 11px;
    font-weight: 750;
}

.gd3-advantage-copy h3,
.gd3-infrastructure-copy h3 {
    margin-bottom: 14px;
    font-size: clamp(24px, 2.3vw, 31px);
    letter-spacing: -.035em;
    line-height: 1.35;
}

.gd3-check-copy {
    display: flex;
    align-items: baseline;
    gap: 9px;
    color: var(--gd3-muted);
    font-size: 13px;
}

.gd3-check-copy::before {
    display: inline-flex;
    flex: 0 0 13px;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    content: "✓";
    color: #17300b;
    background: var(--gd3-green);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

.gd3-advantage-copy .gd3-button,
.gd3-infrastructure-copy .gd3-button {
    margin-top: 27px;
}

.gd3-advantage-media {
    display: grid;
    align-items: center;
    align-self: stretch;
    padding: 32px 26px 22px 0;
    background: radial-gradient(ellipse at 65% 80%, #e6ebdf 0%, transparent 65%);
}

.gd3-advantage-media img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 17px 12px #18231912);
    transition: transform .35s ease;
}

.gd3-advantage-card:focus-within .gd3-advantage-media img {
    transform: scale(1.025);
}

.gd3-advantage-pricing {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
}

.gd3-advantage-pricing .gd3-advantage-copy {
    min-width: 0;
}

.gd3-pricing-description {
    max-width: 460px;
    color: var(--gd3-muted);
    font-size: 14px;
    line-height: 1.85;
}

.gd3-pricing-ticks {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.gd3-pricing-ticks li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #4f5c51;
    font-size: 13px;
    line-height: 1.7;
}

.gd3-pricing-ticks li::before {
    display: grid;
    flex: 0 0 16px;
    place-items: center;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    border-radius: 50%;
    content: "✓";
    color: #17300b;
    background: var(--gd3-green);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.gd3-pricing-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 460px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid var(--gd3-line);
}

.gd3-pricing-metrics > div {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
}

.gd3-pricing-metrics strong {
    color: var(--gd3-ink);
    font-size: clamp(26px, 2.3vw, 30px);
    font-weight: 750;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.gd3-pricing-metrics small {
    color: var(--gd3-muted);
    font-size: 12px;
    line-height: 1.6;
}

.gd3-advantage-pricing .gd3-button {
    gap: 16px;
    border-color: var(--gd3-line);
    border-radius: 8px;
    background: #fff;
}

.gd3-advantage-pricing .gd3-button span {
    color: #328a15;
}

.gd3-advantage-pricing .gd3-button:hover {
    border-color: #94c77c;
    background: #edf7e8;
}

.gd3-advantage-small {
    min-height: 285px;
}

.gd3-advantage-small .gd3-advantage-copy {
    padding: 34px 36px;
}

.gd3-advantage-watermark {
    position: absolute;
    right: -19px;
    bottom: -35px;
    width: 170px;
    height: 170px;
    opacity: .045;
    transform: rotate(-12deg);
    pointer-events: none;
    transition: transform .35s ease, opacity .35s ease;
}

.gd3-advantage-card:focus-within .gd3-advantage-watermark {
    opacity: .09;
    transform: rotate(-8deg) scale(1.08);
}

.gd3-infrastructure {
    margin-top: 70px;
    color: #fff;
    background: #030706;
    transition: box-shadow .28s ease;
}

.gd3-infrastructure:focus-within {
    box-shadow: inset 0 2px 0 #72eb3066, inset 0 -2px 0 #72eb3040;
}

.gd3-infrastructure-inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 60px;
    min-height: 345px;
}

.gd3-infrastructure-image {
    position: relative;
    height: 345px;
    overflow: hidden;
}

.gd3-infrastructure-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, #03070633, transparent 40%, #030706), linear-gradient(0deg, #030706, transparent 22%, transparent 85%, #030706);
}

.gd3-infrastructure-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .82;
    transition: transform .35s ease, opacity .35s ease;
}

.gd3-infrastructure:focus-within .gd3-infrastructure-image img {
    opacity: 1;
    transform: scale(1.025);
}

.gd3-infrastructure-copy {
    padding: 40px 0;
}

.gd3-infrastructure-copy .gd3-check-copy {
    color: #b5c0b9;
}

.gd3-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gd3-redesign .gd3-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 257px;
    padding: 29px 30px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--gd3-ink);
    background: var(--gd3-soft);
    transition: background .2s, border-color .2s, transform .2s;
}

.gd3-redesign .gd3-product-card:hover {
    border-color: #b5d4a5;
    background: #f0f5ed;
    transform: translateY(-4px);
}

.gd3-redesign .gd3-product-featured {
    background: #eef5e8;
}

.gd3-product-tag {
    color: var(--gd3-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
}

.gd3-product-card img {
    position: absolute;
    top: 26px;
    right: 22px;
    width: 103px;
    height: 103px;
    object-fit: contain;
    transition: transform .3s;
}

.gd3-product-card:hover img {
    transform: translateY(-5px) rotate(4deg);
}

.gd3-product-card h3 {
    margin-top: 80px;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: -.035em;
}

.gd3-product-card p {
    margin-top: 8px;
    padding-right: 22px;
    color: var(--gd3-muted);
    font-size: 12px;
}

.gd3-product-quote {
    margin-top: 13px;
    color: #4e6050;
    font-size: 10px;
    font-weight: 600;
}

.gd3-product-quote i {
    margin-left: 7px;
    color: #378019;
    font-style: normal;
}

.gd3-product-arrow {
    position: absolute;
    right: 24px;
    bottom: 27px;
    font-size: 23px;
    line-height: 1;
}

.gd3-insights {
    padding-top: 0;
}

.gd3-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gd3-news-card {
    min-width: 0;
    border: 1px solid #e5e9e2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 20px #24352005;
    transition: border-color .25s, box-shadow .25s, transform .25s;
}

.gd3-news-card:hover {
    border-color: #bbd4ac;
    box-shadow: 0 16px 36px #2435200f;
    transform: translateY(-4px);
}

.gd3-news-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: inherit;
}

.gd3-news-image {
    aspect-ratio: 1.8;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #edf0ea;
    background: #f8faf7;
}

.gd3-news-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .35s;
}

.gd3-news-card:hover .gd3-news-image img {
    transform: scale(1.04);
}

.gd3-news-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.gd3-news-category {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #587447;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
}

.gd3-news-category span {
    width: 17px;
    height: 1px;
    background: #a6b99b;
}

.gd3-news-copy h3 {
    margin-top: 14px;
    font-size: 22px;
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.5;
}

.gd3-news-copy .gd3-news-summary {
    margin: 13px 0 25px;
    color: var(--gd3-muted);
    font-size: 13px;
    line-height: 1.9;
}

.gd3-news-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid #e8ece4;
    font-size: 12px;
    font-weight: 600;
}

.gd3-news-more span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eff5e9;
    font-size: 18px;
    transition: background .2s;
}

.gd3-news-card:hover .gd3-news-more span {
    background: var(--gd3-green);
}

.gd3-news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 30px;
}

.gd3-news-footer p {
    max-width: 660px;
    color: var(--gd3-muted);
    font-size: 12px;
}

.gd3-eyebrow {
    color: #587447;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
}

.gd3-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--gd3-dark);
}

.gd3-cta::before {
    position: absolute;
    inset: 0 0 0 38%;
    content: "";
    background: linear-gradient(90deg, var(--gd3-dark), #080d0cba), url("assets/images/index2_1.jpg") center 42% / cover;
    opacity: .7;
    pointer-events: none;
}

.gd3-cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    min-height: 310px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.gd3-cta .gd3-eyebrow {
    color: #a4b69c;
}

.gd3-cta h2 {
    margin-top: 14px;
    font-size: clamp(30px, 3.1vw, 43px);
    font-weight: 650;
    letter-spacing: -.04em;
    line-height: 1.35;
}

.gd3-cta h2 em {
    color: var(--gd3-green);
}

.gd3-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.gd3-contact {
    background: #f7f9f5;
}

.gd3-contact-heading .gd3-eyebrow {
    margin-bottom: 12px;
}

.gd3-contact-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 28px;
}

.gd3-contact-desk {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.gd3-contact-visual {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid #e0eada;
    border-radius: 16px;
    color: var(--gd3-ink);
    background: linear-gradient(145deg, #f1f7e9, #f5f9f4 58%, #eaf4ed);
}

.gd3-contact-visual > img {
    align-self: center;
    width: min(90%, 445px);
    height: auto;
    margin: 12px 0 18px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.gd3-contact-visual-copy {
    padding: 32px 34px 0;
}

.gd3-contact-visual-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #5a7946;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .12em;
}

.gd3-contact-visual-copy > span::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    background: #78ba49;
}

.gd3-contact-visual-copy h3 {
    margin-top: 13px;
    font-size: clamp(26px, 2.6vw, 35px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.45;
}

.gd3-contact-visual-copy p {
    max-width: 340px;
    margin-top: 14px;
    color: #65745f;
    font-size: 12px;
    line-height: 1.8;
}

.gd3-contact-details {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 14px;
}

.gd3-contact-details a {
    position: relative;
    display: grid;
    align-content: center;
    gap: 5px;
    min-height: 96px;
    padding: 20px;
    border: 1px solid #e4eade;
    border-radius: 12px;
    background: #fff;
    transition: border-color .2s;
}

.gd3-contact-details a:hover {
    border-color: #aac797;
}

.gd3-contact-details small {
    color: var(--gd3-muted);
    font-size: 10px;
}

.gd3-contact-details strong {
    padding-right: 16px;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 600;
}

.gd3-contact-details a > span {
    position: absolute;
    right: 14px;
    bottom: 19px;
    font-size: 19px;
}

.gd3-contact-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    padding: 36px;
    border: 1px solid #e3e9dd;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 36px #334a2106;
}

.gd3-contact-form h3 {
    margin-top: 10px;
    font-size: 27px;
    font-weight: 650;
    letter-spacing: -.03em;
}

.gd3-contact-form .gd3-form-intro {
    margin: 6px 0 24px;
    color: var(--gd3-muted);
    font-size: 12px;
}

.gd3-contact-form label {
    display: grid;
    gap: 7px;
    min-width: 0;
    margin-bottom: 17px;
}

.gd3-contact-form label > span {
    color: #4c534b;
    font-size: 11px;
    font-weight: 600;
}

.gd3-contact-form input,
.gd3-contact-form select,
.gd3-contact-form textarea {
    width: 100%;
    min-width: 0;
    padding: 12px 13px;
    border: 1px solid #dce1d9;
    border-radius: 5px;
    outline: none;
    color: var(--gd3-ink);
    background: #f8faf6;
    font: inherit;
    font-size: 12px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.gd3-contact-form select {
    min-height: 46px;
    padding-right: 36px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #657060 50%), linear-gradient(135deg, #657060 50%, transparent 50%);
    background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    cursor: pointer;
}

.gd3-contact-form select:invalid {
    color: #7e857c;
}

.gd3-contact-form select option,
.gd3-contact-form select optgroup {
    color: var(--gd3-ink);
    background: #fff;
}

.gd3-contact-form input {
    min-height: 46px;
}

.gd3-contact-form textarea {
    min-height: 110px;
    resize: vertical;
}

.gd3-contact-form input::placeholder,
.gd3-contact-form textarea::placeholder {
    color: #7e857c;
}

.gd3-contact-form input:focus,
.gd3-contact-form select:focus,
.gd3-contact-form textarea:focus {
    border-color: #65a34b;
    background-color: #fff;
    box-shadow: 0 0 0 3px #72eb3026;
}

.gd3-input-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.gd3-contact-form .gd3-button {
    align-self: flex-start;
    min-width: 160px;
    margin-top: 2px;
}

.gd3-contact-note {
    margin-top: 13px;
    color: var(--gd3-muted);
    font-size: 10px;
}

@media (max-width: 1180px) {
    .index3-page .shared-header-item:first-child .shared-header-link {
        color: #fff;
        background: #00419f;
    }

    .index3-page .shared-header-item:first-child .shared-header-link::before {
        display: none;
    }
}

@media (max-width: 1024px) {
    .gd3-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .gd3-advantages {
        padding-bottom: 0;
    }

    .gd3-advantage-copy,
    .gd3-advantage-small .gd3-advantage-copy {
        padding: 30px;
    }

    .gd3-advantage-featured {
        min-height: 310px;
    }

    .gd3-infrastructure-inner {
        gap: 30px;
    }

    .gd3-product-card img {
        width: 88px;
        height: 88px;
        right: 16px;
        top: 42px;
    }

    .gd3-redesign .gd3-product-card {
        padding: 25px;
    }

    .gd3-product-card h3 {
        font-size: 21px;
    }

    .gd3-insights {
        padding-top: 0;
    }

    .gd3-contact-form {
        padding: 30px;
    }

    .gd3-news-grid {
        gap: 18px;
    }

    .gd3-news-copy {
        padding: 21px;
    }

    .gd3-news-copy h3 {
        font-size: 20px;
    }

    .gd3-cta-actions {
        flex-direction: column;
    }

    .gd3-contact-details {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gd3-contact-details a {
        min-height: 79px;
        padding: 15px 20px;
    }

    .gd3-input-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 760px) {
    .gd3-container {
        width: calc(100% - 36px);
    }

    .gd3-section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .gd3-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 29px;
    }

    .gd3-heading h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .gd3-heading p {
        font-size: 13px;
    }

    .gd3-heading-center h2 em {
        display: block;
    }

    .gd3-heading-center p {
        max-width: 430px;
    }

    .gd3-advantages {
        padding-bottom: 0;
    }

    .gd3-advantage-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gd3-advantage-featured,
    .gd3-advantage-pricing {
        grid-template-columns: 1fr;
    }

    .gd3-advantage-copy,
    .gd3-advantage-small .gd3-advantage-copy {
        padding: 27px;
    }

    .gd3-advantage-media {
        padding: 0 24px 24px;
    }

    .gd3-advantage-media img {
        width: min(100%, 460px);
        margin: auto;
    }

    .gd3-advantage-small {
        min-height: 250px;
    }

    .gd3-advantage-copy .gd3-button {
        margin-top: 23px;
    }

    .gd3-infrastructure {
        margin-top: 46px;
    }

    .gd3-infrastructure-inner {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 38px;
    }

    .gd3-infrastructure-image {
        height: 265px;
    }

    .gd3-infrastructure-copy {
        padding: 14px 9px 0;
    }

    .gd3-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .gd3-redesign .gd3-product-card {
        min-height: 270px;
        padding: 20px;
    }

    .gd3-product-card img {
        top: 45px;
    }

    .gd3-product-card h3 {
        margin-top: 95px;
        font-size: 20px;
    }

    .gd3-product-arrow {
        right: 17px;
        bottom: 22px;
    }

    .gd3-product-quote {
        display: grid;
        gap: 3px;
    }

    .gd3-product-quote i {
        margin: 0;
    }

    .gd3-insights {
        padding-top: 0;
    }

    .gd3-news-grid {
        grid-template-columns: 1fr;
    }

    .gd3-news-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .gd3-news-copy {
        padding: 25px;
    }

    .gd3-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .gd3-cta::before {
        left: 0;
    }

    .gd3-cta-actions {
        flex-direction: row;
    }

    .gd3-contact-panel {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .gd3-contact-visual {
        min-height: 390px;
    }

    .gd3-contact-details {
        grid-template-columns: 1.15fr 1fr;
    }

    .gd3-contact-form {
        padding: 28px 25px;
    }

    .gd3-input-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
}

@media (max-width: 420px) {
    .gd3-advantage-pricing .gd3-advantage-copy {
        padding: 26px 22px;
    }

    .gd3-pricing-metrics {
        gap: 8px;
    }

    .gd3-pricing-metrics strong {
        font-size: 24px;
    }

    .gd3-advantage-pricing .gd3-button {
        width: 100%;
    }

    .gd3-redesign .gd3-product-card {
        min-height: 274px;
        padding: 18px 15px;
    }

    .gd3-product-card h3 {
        font-size: 18px;
    }

    .gd3-product-card p {
        padding-right: 0;
        font-size: 11px;
    }

    .gd3-product-arrow {
        right: 14px;
        bottom: 14px;
        font-size: 20px;
    }

    .gd3-contact-details,
    .gd3-input-row {
        grid-template-columns: 1fr;
    }

    .gd3-input-row {
        gap: 0;
    }

    .gd3-contact-visual-copy {
        padding: 27px 25px 0;
    }

    .gd3-cta-actions,
    .gd3-cta-actions .gd3-button {
        width: 100%;
    }
}

@media (hover: hover) and (pointer: fine) {
    .gd3-advantage-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(36, 64, 31, .12);
    }

    .gd3-advantage-card:hover .gd3-advantage-media img {
        transform: scale(1.025);
    }

    .gd3-advantage-card:hover .gd3-advantage-watermark {
        opacity: .09;
        transform: rotate(-8deg) scale(1.08);
    }

    .gd3-infrastructure:hover {
        box-shadow: inset 0 2px 0 #72eb3066, inset 0 -2px 0 #72eb3040;
    }

    .gd3-infrastructure:hover .gd3-infrastructure-image img {
        opacity: 1;
        transform: scale(1.025);
    }
}

@media (prefers-reduced-motion: reduce) {
    .gd3-redesign *,
    .gd3-redesign *::before,
    .gd3-redesign *::after {
        transition: none;
    }

    .gd3-redesign .gd3-button:hover,
    .gd3-redesign .gd3-product-card:hover,
    .gd3-product-card:hover img,
    .gd3-advantage-card:hover,
    .gd3-advantage-card:hover .gd3-advantage-media img,
    .gd3-advantage-card:hover .gd3-advantage-watermark,
    .gd3-advantage-card:focus-within,
    .gd3-advantage-card:focus-within .gd3-advantage-media img,
    .gd3-advantage-card:focus-within .gd3-advantage-watermark,
    .gd3-infrastructure:hover .gd3-infrastructure-image img,
    .gd3-infrastructure:focus-within .gd3-infrastructure-image img,
    .gd3-news-card:hover,
    .gd3-news-card:hover .gd3-news-image img {
        transform: none;
    }
}
