/* ==================================================================
   layout.css — page chrome: skip link, header/navigation, footer
   ================================================================== */

/* Skip link — now visible on keyboard focus */
.gs-skip {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--green); color: #fff; font-weight: 600; font-size: 14px;
  padding: 10px 16px; border-radius: 10px; transition: top .2s var(--ease);
}
.gs-skip:focus { top: 16px; }

.gs-eyebrow-plain { border-radius: 999px; }

/* Nav: active route + generic buttons already styled above */
.gs-nav-links a.is-active { color: var(--green); }

/* Nav */
.gs-nav { position: sticky; top: 0; z-index: 60; transition: background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); border-bottom: 1px solid transparent; }
.gs-nav.is-scrolled { background: rgba(246,250,248,.82); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom-color: var(--border); box-shadow: 0 1px 0 rgba(6,49,37,.03); }
.gs-nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.gs-wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 20px; letter-spacing: -.01em; color: var(--ink); }
.gs-wordmark-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(150deg, var(--brand), var(--green)); color: #fff; font-size: 17px; font-weight: 800; box-shadow: 0 4px 10px rgba(10,122,56,.30); }
.gs-wordmark-accent { color: var(--green); }
.gs-nav-links { display: flex; align-items: center; gap: 28px; }
.gs-nav-links a { font-size: 14.5px; font-weight: 500; color: var(--muted); transition: color .2s var(--ease); position: relative; }
.gs-nav-links a:hover { color: var(--green); }
.gs-nav-actions { display: flex; align-items: center; gap: 14px; }
.gs-nav-contact { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.gs-nav-contact:hover { color: var(--green); }
.gs-nav-toggle { display: none; background: #fff; border: 1px solid var(--border); border-radius: 12px; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--ink); cursor: pointer; }

.gs-mobile-menu { display: none; }
.gs-mobile-menu.is-open { display: block; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 8px 24px 20px; animation: gs-slide .28s var(--ease); }
.gs-mobile-menu ul { display: flex; flex-direction: column; }
.gs-mobile-menu li a { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px; font-size: 16px; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--border); }
.gs-mobile-menu li a:hover { color: var(--green); }
.gs-mobile-menu li a svg { color: var(--muted); }
.gs-mobile-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.gs-mobile-actions .gs-btn { width: 100%; }
@keyframes gs-slide { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* Hero */

/* Footer */
.gs-footer { background: var(--surface); border-top: 1px solid var(--border); padding: clamp(48px,6vw,72px) 0 32px; }
.gs-footer-grid { display: grid; grid-template-columns: 2.1fr repeat(5, 1fr); gap: 45px; padding-bottom: 55px; }
.gs-wordmark-footer { margin-bottom: 16px; }
.gs-footer-brand p { font-size: 14.5px; color: var(--muted); max-width: 34ch; margin-bottom: 20px; }
.gs-social { display: flex; gap: 10px; }
.gs-social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--bg); border: 1px solid var(--border); color: var(--muted); transition: color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.gs-social a:hover { color: var(--green); border-color: var(--green); transform: translateY(-2px); }
.gs-footer-col { display: flex; flex-direction: column; align-self: start; border: none !important;}
.gs-footer-col h3 { font-family: 'Inter'; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); margin: 0 0 28px; padding: 0 0 14px;  position: relative; border: none;}
.gs-footer-col li { margin-bottom: 11px; }
.gs-footer-col a { font-size: 14.5px; color: var(--muted); transition: color .2s var(--ease); }
.gs-footer-col a:hover { color: var(--green); }
.gs-footer-disclaimer { padding: 26px 0; border-bottom: 1px solid var(--border); }
.gs-footer-disclaimer p { font-size: 12.5px; color: var(--muted); line-height: 1.7; max-width: 100ch; }

/* 
.gs-app-buttons { display: flex; gap: 12px; margin-top: 20px; align-items: center; size: 14px;  }
.gs-app-button img { height: 45px; width: auto; display: block;   display: flex;}
.gs-app-button:hover { opacity: 0.85;}
.gs-footer-bottom { position: relative; padding-top: 24px; text-align: center; }
.gs-footer-bottom-links { display: flex; align-items: center; gap: 30px; }
.gs-footer-bottom-links a { font-size: 13px; color: var(--muted); }
.gs-footer-bottom-links a:hover { color: var(--green); } */


/* =========================================
   NEWSLETTER
========================================= */

.gs-newsletter { border: 1px solid #dfe3e8; border-radius: 12px; padding:22px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin-bottom: 38px;  min-height: auto;}
.gs-newsletter-info { display: flex; align-items: center; gap: 18px;}
.gs-newsletter-icon { width: 55px; height: 55px; border: 1px solid #159447; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #159447; font-size: 24px; flex-shrink: 0;}
.gs-app-button h2 { font-size: 28px; margin: 0 0 12px; color: #111827;}
.gs-newsletter-info p { font-size: 14px; line-height: 1.4;}
.gs-newsletter-info h2 { font-size: 22px; margin: 0 0 6px; color: #111827;}
.gs-newsletter-info h2 span { color: #1b9148;}
.gs-newsletter-info p { margin: 0; color: #555b64; font-size: 16px; line-height: 1.6;}
.gs-newsletter-form { display: flex; gap: 12px;}
.gs-email-input { flex: 1; height: 50px; font-size: 14px; border: 1px solid #d7dbe0; border-radius: 10px; display: flex;align-items: center; padding: 0 14px; gap: 15px;}
.gs-email-input span { font-size: 25px; color: #555b64;}
.gs-email-input input { border: 0; outline: none; width: 100%; font-size: 17px;}
.gs-newsletter-form button { height: 50px; padding: 0 25px; border: 0; border-radius: 10px; background: #199447; color: white; font-size: 14px; font-weight: 600; cursor: pointer;}
.gs-newsletter-form button:hover { background: #147c3a;}
.gs-newsletter-note {  margin: 10px 0 0; color: #555b64; font-size: 12px; line-height: 1.5;}


/* =========================================
   BOTTOM FOOTER
========================================= */

.gs-bottom-footer {
    width: 100%;
    padding: 20px 0 10px;
    background: #ffffff;
}


/* =========================================
   MAIN FOOTER CARD
========================================= */

.gs-bottom-card {

    min-height: 140px;

    margin: 0 auto;

    display: grid;
    grid-template-columns:
        1.2fr
        1.1fr
        1.5fr
        1fr;

    border: 1px solid #e1e6e3;
    border-radius: 8px;

    overflow: hidden;
}


/* =========================================
   COMMON SECTION
========================================= */

.gs-bottom-section {
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 0;
}


/* Vertical separators */

.gs-bottom-section + .gs-bottom-section {
    border-left: 1px solid #e1e6e3;
}


/* =========================================
   SECTION HEADINGS
========================================= */

.gs-bottom-section h4 {
    margin: 0 0 14px;

    font-family: 'Inter', sans-serif;

    font-size: 15px;
    font-weight: 700;

    color: #111827;
}


/* =========================================
   APP DOWNLOAD
========================================= */

.gs-store-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gs-store-buttons a {
    display: block;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.gs-store-buttons a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.gs-store-buttons img {
    display: block;

    width: 105px;
    height: 36px;

    object-fit: contain;
}


/* =========================================
   SOCIAL MEDIA
========================================= */

.gs-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gs-social-icons a {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    text-decoration: none;

    font-size: 15px;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}


/* LinkedIn */

.gs-social-icons a:nth-child(1) {
    color: #0A66C2;
    border: 1px solid #0A66C2;
}


/* YouTube */

.gs-social-icons a:nth-child(2) {
    color: #FF0000;
    border: 1px solid #FF0000;
}


/* X */

.gs-social-icons a:nth-child(3) {
    color: #111111;
    border: 1px solid #777777;
}


/* Instagram */

.gs-social-icons a:nth-child(4) {
    color: #E4405F;
    border: 1px solid #E4405F;
}


.gs-social-icons a:hover {
    transform: translateY(-3px);
}


/* =========================================
   GET IN TOUCH
========================================= */

.gs-contact-item {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 7px;

    font-size: 11px;

    color: #68736f;
}

.gs-contact-item:last-child {
    margin-bottom: 0;
}

.gs-contact-item i {
    width: 15px;
    text-align: center;
    color: #198b4b;
}

.gs-contact-item a {
    color: #68736f;
    font-size: 11px;
    text-decoration: none;
}

.gs-contact-item a:hover {
    color: #198b4b;
}


/* =========================================
   HELP SECTION
========================================= */

.gs-help-wrapper {
    padding: 12px;
}

.gs-help-card {
    width: 100%;
    height: 100%;

    min-height: 90px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 15px;

    background: #f0f8f3;

    border-radius: 7px;
}


.gs-help-icon {
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #168b4b;

    font-size: 28px;
}


.gs-help-content h4 {
    margin: 0 0 4px;

    color: #168b4b;

    font-size: 13px;
}


.gs-help-content p {
    margin: 0 0 7px;

    font-size: 11px;

    color: #7a827e;
}


.gs-help-content a {
    color: #168b4b;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;
}


.gs-help-content a span {
    margin-left: 4px;
}


/* =========================================
   COPYRIGHT / BOTTOM LINKS
========================================= */

.gs-bottom-links {
    width: min(1220px, calc(100% - 60px));

    margin: 12px auto 0;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    font-size: 10px;

    color: #737b78;
}


.gs-bottom-links a {
    color: #737b78;

    text-decoration: none;
}

.gs-bottom-links a:hover {
    color: #168b4b;
}


.gs-divider {
    color: #d2d7d4;
}