/* ****************************************
 * USA PARK MAP LANDING PAGE
 * **************************************** */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f7fbf3;
    color: #1d2719;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body::selection {
    background: #dff2cd;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
summary:focus-visible {
    outline: 3px solid #ff8c42;
    outline-offset: 4px;
}

.country-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* ****************************************
 * HEADER
 * **************************************** */

.country-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(45, 80, 22, 0.12);
    background: rgba(247, 251, 243, 0.92);
    backdrop-filter: blur(14px);
}

.country-header__inner {
    width: min(1180px, calc(100% - 48px));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.country-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.country-brand img {
    display: block;
    border-radius: 50%;
}

.country-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.country-nav a {
    color: #52614c;
    font-size: 14px;
    font-weight: 700;
}

.country-nav a:hover {
    color: #2d5016;
}

.country-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 19px;
    border-radius: 12px;
    background: #2d5016;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease;
}

.country-header__cta:hover {
    background: #ff8c42;
    transform: translateY(-2px);
}

/* ****************************************
 * SHARED ELEMENTS
 * **************************************** */

.country-section {
    padding: 104px 0;
}

.country-section__intro {
    max-width: 790px;
    margin-bottom: 50px;
}

.country-section__intro--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.country-section__eyebrow {
    margin: 0 0 13px;
    color: #ec6f24;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.country-section__intro h2,
.country-examples__heading h2,
.country-transformation h2,
.country-deliverables h2,
.country-enquiry h2,
.country-faq h2,
.country-final-cta h2 {
    margin: 0;
    color: #203618;
    font-size: clamp(37px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.06;
    text-wrap: balance;
}

.country-section__intro > p:last-child,
.country-deliverables__inner > div > p,
.country-faq__inner > div > p {
    max-width: 680px;
    margin: 20px 0 0;
    color: #60705a;
    font-size: 18px;
    line-height: 1.7;
}

.country-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 25px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.country-button--primary {
    background: #ff8c42;
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(255, 140, 66, 0.27);
}

.country-button--primary:hover {
    background: #f2792e;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(255, 140, 66, 0.34);
}

.country-button--secondary {
    border: 2px solid #2d5016;
    background: #ffffff;
    color: #2d5016;
}

.country-button--secondary:hover {
    background: #2d5016;
    color: #ffffff;
}

/* ****************************************
 * HERO
 * **************************************** */

.country-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 92px;
    background: radial-gradient(circle at 82% 16%, rgba(255, 211, 169, 0.6), transparent 24%), linear-gradient(135deg, #f7fbf3 0%, #e5f3d8 100%);
}

.country-hero::before {
    position: absolute;
    right: -180px;
    bottom: -300px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(45, 80, 22, 0.1);
    border-radius: 50%;
    content: "";
}

.country-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 70px;
    align-items: center;
}

.country-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid #d8e9ca;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.77);
    color: #4a6b3a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.country-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8c42;
    box-shadow: 0 0 0 5px rgba(255, 140, 66, 0.14);
}

.country-hero h1 {
    max-width: 690px;
    margin: 25px 0 0;
    color: #1f3517;
    font-size: clamp(50px, 6.5vw, 78px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.99;
    text-wrap: balance;
}

.country-hero h1 em {
    position: relative;
    z-index: 1;
    display: inline;
    color: #2d5016;
    font-style: normal;
    box-shadow: inset 0 -0.24em 0 #ffd4ad;
}

.country-hero__lead {
    max-width: 650px;
    margin: 28px 0 0;
    color: #52614c;
    font-size: 20px;
    line-height: 1.65;
}

.country-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 33px;
}

.country-hero__note {
    margin: 16px 0 0;
    color: #6d7a68;
    font-size: 12px;
    font-weight: 700;
}

.country-proof-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.country-proof-line__stars {
    color: #f4a52c;
    font-size: 16px;
    letter-spacing: 2px;
}

.country-proof-line p {
    margin: 0;
    padding-left: 14px;
    border-left: 1px solid #c8d8bc;
}

.country-proof-line strong,
.country-proof-line span {
    display: block;
}

.country-proof-line strong {
    font-size: 13px;
}

.country-proof-line span {
    margin-top: 3px;
    color: #6d7a68;
    font-size: 12px;
}

.country-hero__visual {
    position: relative;
}

.country-browser-card {
    overflow: hidden;
    border: 1px solid #d9e6d0;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 34px 70px -32px rgba(33, 64, 23, 0.38);
    transform: rotate(1.2deg);
}

.country-browser-card__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 13px 16px;
    border-bottom: 1px solid #e8efe2;
    background: #fbfdf9;
}

.country-browser-card__bar > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dde8d5;
}

.country-browser-card__bar > span:first-child {
    background: #ffc58c;
}

.country-browser-card__bar small {
    margin-left: auto;
    color: #859080;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.country-hero__floating-card {
    position: absolute;
    right: -20px;
    bottom: -28px;
    width: 220px;
    padding: 17px 19px;
    border: 1px solid #f2d2ba;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 15px 36px rgba(41, 60, 33, 0.16);
}

.country-hero__floating-card strong,
.country-hero__floating-card span {
    display: block;
}

.country-hero__floating-card strong {
    color: #2d5016;
    font-size: 14px;
}

.country-hero__floating-card span {
    margin-top: 4px;
    color: #6d7a68;
    font-size: 11px;
    line-height: 1.45;
}

/* ****************************************
 * MAP PLACEHOLDERS
 * **************************************** */

.country-map-placeholder {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    background-color: #e8f0dc;
    background-image: linear-gradient(36deg, transparent 47%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.82) 52%, transparent 53%), linear-gradient(145deg, transparent 44%, rgba(143, 184, 115, 0.46) 45%, rgba(143, 184, 115, 0.46) 56%, transparent 57%), radial-gradient(circle at 22% 27%, #9ac8db 0, #9ac8db 11%, transparent 11.5%), radial-gradient(circle at 82% 68%, #afd497 0, #afd497 17%, transparent 17.5%);
}

.country-map-placeholder::before,
.country-map-placeholder::after {
    position: absolute;
    border: 2px dashed rgba(45, 80, 22, 0.34);
    border-radius: 48% 52% 59% 41%;
    content: "";
}

.country-map-placeholder::before {
    top: 18%;
    right: 18%;
    bottom: 24%;
    left: 13%;
    transform: rotate(-8deg);
}

.country-map-placeholder::after {
    top: 12%;
    right: 8%;
    width: 32%;
    height: 30%;
    border-style: solid;
    border-color: rgba(255, 140, 66, 0.48);
}

.country-map-placeholder--hero {
    min-height: 520px;
}

.country-map-placeholder--coastal {
    min-height: 535px;
    background-color: #e4f0df;
    background-image: linear-gradient(90deg, transparent 56%, rgba(110, 180, 204, 0.55) 57%), linear-gradient(36deg, transparent 47%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.82) 52%, transparent 53%), radial-gradient(circle at 28% 28%, #abd59a 0, #abd59a 15%, transparent 15.5%);
}

.country-map-placeholder--forest {
    background-color: #dcebd4;
    background-image: linear-gradient(36deg, transparent 47%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.82) 52%, transparent 53%), radial-gradient(circle at 25% 22%, #84bc76 0, #84bc76 16%, transparent 16.5%), radial-gradient(circle at 77% 65%, #92c885 0, #92c885 21%, transparent 21.5%);
}

.country-map-placeholder--desert {
    background-color: #f3e3c7;
    background-image: linear-gradient(36deg, transparent 47%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.82) 52%, transparent 53%), radial-gradient(circle at 25% 28%, #e4b57f 0, #e4b57f 16%, transparent 16.5%), radial-gradient(circle at 78% 63%, #ccce82 0, #ccce82 19%, transparent 19.5%);
}

.country-map-placeholder__badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 8px 11px;
    border: 1px solid rgba(45, 80, 22, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    color: #4d6641;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.country-map-placeholder__pin {
    position: absolute;
    z-index: 2;
    top: 27%;
    left: 38%;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 3px solid #ffffff;
    border-radius: 50% 50% 50% 8px;
    background: #ff8c42;
    box-shadow: 0 8px 18px rgba(40, 67, 28, 0.18);
    transform: rotate(-45deg);
}

.country-map-placeholder__pin--two {
    top: 44%;
    left: 64%;
}

.country-map-placeholder__pin--three {
    top: 62%;
    left: 27%;
}

.country-map-placeholder__pin::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    content: "";
}

.country-map-placeholder__label {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 17px 19px;
    border: 1px solid rgba(45, 80, 22, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 25px rgba(44, 71, 32, 0.13);
}

.country-map-placeholder__label strong,
.country-map-placeholder__label span {
    display: block;
}

.country-map-placeholder__label strong {
    color: #2d5016;
    font-size: 15px;
}

.country-map-placeholder__label span {
    margin-top: 4px;
    color: #6d7a68;
    font-size: 11px;
    line-height: 1.45;
}

.country-us-map-key {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 112px;
    left: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.country-us-map-key span {
    padding: 6px 9px;
    border: 1px solid rgba(45, 80, 22, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #4d6641;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

/* ****************************************
 * PROOF STRIP
 * **************************************** */

.country-stats {
    border-top: 1px solid #dfead8;
    border-bottom: 1px solid #dfead8;
    background: #ffffff;
}

.country-stats__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.country-stats__inner > div {
    padding: 31px 27px;
    border-right: 1px solid #e7eee2;
}

.country-stats__inner > div:last-child {
    border-right: 0;
}

.country-stats strong,
.country-stats span {
    display: block;
}

.country-stats strong {
    color: #2d5016;
    font-size: 21px;
    letter-spacing: -0.03em;
}

.country-stats span {
    margin-top: 5px;
    color: #768170;
    font-size: 12px;
    line-height: 1.4;
}

/* ****************************************
 * BENEFITS AND PROCESS
 * **************************************** */

.country-benefits {
    background: #ffffff;
}

.country-benefit-grid,
.country-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.country-benefit-grid article,
.country-process-grid article {
    border: 1px solid #e1eadb;
    border-radius: 21px;
    background: #fbfdf9;
    box-shadow: 0 7px 22px rgba(36, 65, 25, 0.05);
}

.country-benefit-grid article {
    padding: 30px;
}

.country-card-number {
    display: inline-block;
    color: #ff8c42;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.country-benefit-grid h3,
.country-process-grid h3 {
    margin: 24px 0 10px;
    color: #263d1e;
    font-size: 21px;
    letter-spacing: -0.03em;
}

.country-benefit-grid p,
.country-process-grid p {
    margin: 0;
    color: #687663;
    font-size: 14px;
    line-height: 1.7;
}

.country-process {
    background: #f7fbf3;
}

.country-process-grid article {
    padding: 14px 28px 30px;
    background: #ffffff;
}

.country-process-card__top {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8efe3;
}

.country-process-card__top span {
    color: #ff8c42;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.country-process-card__top small {
    color: #94a08f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.country-process-card__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    margin-top: 20px;
    border: 1px solid #e2eadc;
    border-radius: 13px;
    background: #edf3e8;
    object-fit: cover;
}

/* ****************************************
 * BEFORE AND AFTER TRANSFORMATION
 * **************************************** */

.country-transformation {
    border-top: 1px solid #edf2e9;
    background: #ffffff;
}

.country-transformation__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.country-transformation__card {
    padding: 27px;
    border: 1px solid #e0e9da;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(36, 65, 25, 0.09);
}

.country-transformation__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.country-transformation__heading span {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.country-transformation__heading h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.country-transformation__card--before .country-transformation__heading span {
    background: #fff0ed;
    color: #c83e2b;
}

.country-transformation__card--before .country-transformation__heading h3 {
    color: #a83626;
}

.country-transformation__card--after .country-transformation__heading span {
    background: #ecf8e7;
    color: #377c29;
}

.country-transformation__card--after .country-transformation__heading h3 {
    color: #2d6f22;
}

.country-transformation__card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border: 1px solid #e6ece2;
    border-radius: 14px;
    background: #f3f6f1;
    object-fit: cover;
}

.country-transformation__card > p {
    margin: 19px 0 0;
    color: #5f6d5a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

/* ****************************************
 * EXAMPLES
 * **************************************** */

.country-examples {
    background: #ffffff;
}

.country-examples__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 45px;
}

.country-examples__heading > div {
    max-width: 760px;
}

.country-examples__heading > a,
.country-reviews__more a,
.country-faq__inner > div > a {
    flex: 0 0 auto;
    color: #2d5016;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 2px solid #ffd4ad;
}

.country-examples__heading > a:hover,
.country-reviews__more a:hover,
.country-faq__inner > div > a:hover {
    color: #ec6f24;
}

.country-example-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 22px;
}

.country-example-card {
    overflow: hidden;
    border: 1px solid #e1eadb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 9px 30px rgba(36, 65, 25, 0.07);
}

.country-example-card--large {
    grid-row: span 2;
}

.country-example-card__caption {
    padding: 18px 21px 21px;
}

.country-example-card__caption span,
.country-example-card__caption strong {
    display: block;
}

.country-example-card__caption span {
    color: #8a9785;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.country-example-card__caption strong {
    margin-top: 6px;
    color: #2d3f26;
    font-size: 15px;
}

/* ****************************************
 * DELIVERABLES
 * **************************************** */

.country-deliverables {
    background: #ffffff;
}

.country-deliverables__inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    padding: 66px;
    border-radius: 29px;
    background: #172313;
    color: #ffffff;
}

.country-deliverables h2 {
    color: #ffffff;
}

.country-deliverables__inner > div > p {
    color: #b9c5b4;
}

.country-file-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.country-file-tags span {
    min-width: 44px;
    padding: 8px 10px;
    border: 1px solid #394d31;
    border-radius: 8px;
    background: #22301d;
    color: #dce8d8;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.country-deliverable-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.country-deliverable-grid article {
    padding: 23px;
    border: 1px solid #31432a;
    border-radius: 17px;
    background: #1e2c19;
}

.country-deliverable-grid strong,
.country-deliverable-grid span {
    display: block;
}

.country-deliverable-grid strong {
    color: #ffffff;
    font-size: 15px;
}

.country-deliverable-grid span {
    margin-top: 7px;
    color: #aab8a4;
    font-size: 12px;
    line-height: 1.55;
}

/* ****************************************
 * REVIEWS
 * **************************************** */

.country-reviews {
    background: #f7fbf3;
}

.country-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.country-review-grid article {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #e0ead9;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 9px 28px rgba(36, 65, 25, 0.06);
}

.country-review__stars {
    color: #f4a52c;
    font-size: 17px;
    letter-spacing: 3px;
}

.country-review-grid blockquote {
    margin: 22px 0 25px;
    color: #394634;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.country-review-grid article > p {
    margin: auto 0 0;
    padding-top: 22px;
    border-top: 1px solid #e8efe3;
}

.country-review-grid strong,
.country-review-grid span {
    display: block;
}

.country-review-grid strong {
    color: #2d5016;
    font-size: 14px;
}

.country-review-grid span {
    margin-top: 3px;
    color: #879282;
    font-size: 11px;
}

.country-reviews__more {
    margin-top: 34px;
    text-align: center;
}

/* ****************************************
 * TEXT ENQUIRY FORM
 * **************************************** */

.country-enquiry {
    background: #ffffff;
}

.country-enquiry__inner {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 64px;
    align-items: center;
    padding: 65px;
    border-radius: 29px;
    background: radial-gradient(circle at 8% 92%, rgba(255, 140, 66, 0.19), transparent 30%), #edf6e6;
}

.country-enquiry h2 {
    font-size: clamp(37px, 4.4vw, 51px);
}

.country-enquiry__content > p:not(.country-section__eyebrow) {
    margin: 20px 0 0;
    color: #5f7058;
    font-size: 17px;
    line-height: 1.7;
}

.country-enquiry__points {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
}

.country-enquiry__points span {
    position: relative;
    padding-left: 24px;
    color: #42543a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.country-enquiry__points span::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #ff8c42;
    box-shadow: 0 0 0 1px #f2ba8d;
    content: "";
}

.country-enquiry-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px;
    border: 1px solid #dce8d4;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 20px 45px -28px rgba(31, 60, 21, 0.34);
}

.country-enquiry-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.country-enquiry-form label {
    display: block;
    margin-bottom: 7px;
    color: #31452a;
    font-size: 12px;
    font-weight: 800;
}

.country-enquiry-form label span {
    color: #8c9887;
    font-weight: 600;
}

.country-enquiry-form input,
.country-enquiry-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccd9c4;
    border-radius: 11px;
    background: #fbfdf9;
    color: #1d2719;
    font: inherit;
    font-size: 14px;
}

.country-enquiry-form input {
    height: 49px;
    padding: 0 14px;
}

.country-enquiry-form textarea {
    min-height: 150px;
    padding: 13px 14px;
    line-height: 1.55;
    resize: vertical;
}

.country-enquiry-form input:focus,
.country-enquiry-form textarea:focus {
    border-color: #ff8c42;
    outline: 3px solid rgba(255, 140, 66, 0.14);
}

.country-enquiry-form button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    background: #ff8c42;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 9px 22px rgba(255, 140, 66, 0.25);
}

.country-enquiry-form button:hover {
    background: #f2792e;
}

.country-enquiry-form__note {
    margin: -4px 0 0;
    color: #788473;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.country-enquiry-form__note a {
    color: #2d5016;
    font-weight: 800;
    border-bottom: 1px solid #b9cdaa;
}

.country-enquiry-form__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.country-enquiry-form__status {
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.country-enquiry-form__status--success {
    border: 1px solid #b9ddaa;
    background: #eff9eb;
    color: #315b22;
}

.country-enquiry-form__status--error {
    border: 1px solid #edb3a9;
    background: #fff1ee;
    color: #9d321f;
}

/* ****************************************
 * FAQ
 * **************************************** */

.country-faq {
    background: #ffffff;
}

.country-faq__inner {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 80px;
    align-items: start;
}

.country-faq__inner > div > a {
    display: inline-block;
    margin-top: 28px;
}

.country-faq__list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.country-faq details {
    padding: 0 21px;
    border: 1px solid #e1eadb;
    border-radius: 15px;
    background: #fbfdf9;
}

.country-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    color: #2d3f26;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
}

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

.country-faq summary span {
    color: #ff8c42;
    font-size: 21px;
}

.country-faq details[open] summary span {
    transform: rotate(45deg);
}

.country-faq details p {
    margin: 0;
    padding: 0 0 20px;
    color: #677561;
    font-size: 14px;
    line-height: 1.7;
}

/* ****************************************
 * FINAL CTA AND FOOTER
 * **************************************** */

.country-final-cta {
    padding: 0 0 104px;
    background: #ffffff;
}

.country-final-cta__inner {
    padding: 74px 52px;
    border-radius: 30px;
    background: radial-gradient(circle at 90% 5%, rgba(255, 140, 66, 0.26), transparent 30%), #2d5016;
    color: #ffffff;
    text-align: center;
}

.country-final-cta__inner > p {
    margin: 0 0 13px;
    color: #ffc18d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.country-final-cta h2 {
    max-width: 760px;
    margin: 0 auto;
    color: #ffffff;
}

.country-final-cta__inner > span {
    display: block;
    max-width: 650px;
    margin: 20px auto 0;
    color: #d6e1d2;
    font-size: 17px;
    line-height: 1.65;
}

.country-final-cta__inner > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 31px;
}

.country-final-cta__contact {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.country-footer {
    padding: 70px 0 28px;
    background: #172313;
    color: #ffffff;
}

.country-footer__inner {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1.2fr 1fr;
    gap: 50px;
}

.country-footer .country-brand {
    color: #ffffff;
}

.country-footer__brand > p,
.country-footer__inner > div > p {
    margin: 16px 0 0;
    color: #9eae98;
    font-size: 12px;
    line-height: 1.7;
}

.country-footer h3 {
    margin: 3px 0 18px;
    color: #ffb779;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.country-footer__inner > div:not(.country-footer__brand) a {
    display: block;
    margin-top: 10px;
    color: #d1ddcd;
    font-size: 12px;
    font-weight: 600;
}

.country-footer__inner > div:not(.country-footer__brand) a:hover {
    color: #ffb779;
}

.country-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 47px;
    padding-top: 25px;
    border-top: 1px solid #30412a;
    color: #80907a;
    font-size: 11px;
}

/* ****************************************
 * RESPONSIVE
 * **************************************** */

@media (max-width: 1040px) {
    .country-nav {
        display: none;
    }

    .country-hero__inner {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .country-hero h1 {
        font-size: 57px;
    }

    .country-deliverables__inner {
        gap: 40px;
        padding: 46px;
    }

    .country-faq__inner {
        gap: 45px;
    }
}

@media (max-width: 820px) {
    .country-section {
        padding: 78px 0;
    }

    .country-hero {
        padding-top: 58px;
    }

    .country-hero__inner,
    .country-deliverables__inner,
    .country-enquiry__inner,
    .country-faq__inner {
        grid-template-columns: 1fr;
    }

    .country-hero__visual {
        max-width: 620px;
        margin: 12px auto 0;
    }

    .country-stats__inner {
        grid-template-columns: 1fr 1fr;
    }

    .country-stats__inner > div:nth-child(2) {
        border-right: 0;
    }

    .country-stats__inner > div:nth-child(-n+2) {
        border-bottom: 1px solid #e7eee2;
    }

    .country-benefit-grid,
    .country-process-grid,
    .country-transformation__grid,
    .country-review-grid {
        grid-template-columns: 1fr;
    }

    .country-review-grid article {
        min-height: 0;
    }

    .country-examples__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .country-example-grid {
        grid-template-columns: 1fr;
    }

    .country-example-card--large {
        grid-row: auto;
    }

    .country-map-placeholder--coastal {
        min-height: 380px;
    }

    .country-deliverables__inner {
        gap: 45px;
    }

    .country-enquiry__inner {
        gap: 45px;
    }

    .country-footer__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .country-shell,
    .country-header__inner {
        width: min(100% - 30px, 1180px);
    }

    .country-header__inner {
        min-height: 72px;
        gap: 10px;
    }

    .country-brand {
        gap: 8px;
        font-size: 14px;
    }

    .country-brand img {
        width: 43px;
        height: 43px;
    }

    .country-header__cta {
        padding: 10px 13px;
        font-size: 11px;
    }

    .country-hero {
        padding: 46px 0 70px;
    }

    .country-eyebrow {
        font-size: 9px;
    }

    .country-hero h1 {
        font-size: 45px;
    }

    .country-hero__lead {
        font-size: 17px;
    }

    .country-button {
        width: 100%;
    }

    .country-hero__actions {
        flex-direction: column;
    }

    .country-proof-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .country-proof-line p {
        padding-top: 10px;
        padding-left: 0;
        border-top: 1px solid #c8d8bc;
        border-left: 0;
    }

    .country-map-placeholder--hero {
        min-height: 390px;
    }

    .country-hero__floating-card {
        right: 12px;
        bottom: -38px;
    }

    .country-stats__inner {
        grid-template-columns: 1fr;
    }

    .country-stats__inner > div {
        border-right: 0;
        border-bottom: 1px solid #e7eee2;
    }

    .country-stats__inner > div:last-child {
        border-bottom: 0;
    }

    .country-section__intro h2,
    .country-examples__heading h2,
    .country-transformation h2,
    .country-deliverables h2,
    .country-enquiry h2,
    .country-faq h2,
    .country-final-cta h2 {
        font-size: 37px;
    }

    .country-section__intro > p:last-child,
    .country-deliverables__inner > div > p,
    .country-faq__inner > div > p {
        font-size: 16px;
    }

    .country-benefit-grid article,
    .country-process-grid article,
    .country-transformation__card,
    .country-review-grid article {
        padding: 24px;
    }

    .country-process-grid article {
        padding-top: 8px;
    }

    .country-deliverables__inner {
        width: 100%;
        padding: 38px 24px;
        border-radius: 0;
    }

    .country-enquiry__inner {
        width: 100%;
        padding: 42px 15px;
        border-radius: 0;
    }

    .country-enquiry-form {
        padding: 24px 18px;
    }

    .country-enquiry-form__row {
        grid-template-columns: 1fr;
    }

    .country-us-map-key {
        display: none;
    }

    .country-deliverable-grid {
        grid-template-columns: 1fr;
    }

    .country-final-cta {
        padding-bottom: 0;
    }

    .country-final-cta__inner {
        width: 100%;
        padding: 56px 23px;
        border-radius: 0;
    }

    .country-footer__inner {
        grid-template-columns: 1fr;
    }

    .country-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .country-button,
    .country-header__cta {
        transition: none;
    }
}
