:root {
    --gtx-green: #00a687;
    --gtx-green-dark: #007f6c;
    --gtx-green-deep: #004d43;
    --gtx-navy: #101a29;
    --gtx-text: #222b36;
    --gtx-muted: #66717f;
    --gtx-light: #f7faf9;
    --gtx-line: #dfe9e7;
    --gtx-white: #ffffff;
    --gtx-shadow: 0 12px 26px rgba(16, 26, 41, .08);
    --gtx-radius: 7px;
    --gtx-font-heading: 'Montserrat', 'Inter', Arial, sans-serif;
    --gtx-font-body: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--gtx-text);
    font-family: var(--gtx-font-body);
    font-size: 14px;
    line-height: 1.45;
    background: #fff;
}
a { color: inherit; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
a:hover { color: var(--gtx-green); }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Buttons */
.gtx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 43px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: var(--gtx-font-heading);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .055em;
    white-space: nowrap;
}
.gtx-btn:hover { transform: translateY(-1px); }
.gtx-btn-primary { background: var(--gtx-green); color: #fff; border-color: var(--gtx-green); box-shadow: 0 8px 18px rgba(0, 166, 135, .24); }
.gtx-btn-primary:hover { background: var(--gtx-green-dark); color: #fff; }
.gtx-btn-outline { background: #fff; color: var(--gtx-green-dark); border-color: var(--gtx-green); }
.gtx-btn-outline:hover { background: var(--gtx-green); color: #fff; }
.gtx-btn-shop { background: #fff; color: var(--gtx-green-dark); border-color: var(--gtx-green); min-width: 108px; }
.gtx-btn-shop:hover { background: var(--gtx-green); color: #fff; }
.gtx-btn-light { background: #fff; color: var(--gtx-green-dark); border-color: #fff; }
.gtx-btn-light:hover { background: var(--gtx-navy); border-color: var(--gtx-navy); color: #fff; }
.gtx-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.gtx-btn-ghost:hover { background: #fff; color: var(--gtx-green-dark); }
.gtx-btn-small { min-height: 30px; padding: 7px 12px; font-size: 10px; width: 100%; margin-top: 9px; }

/* Top information bar - normal at top, hidden on scroll and hidden on mobile */
.gtx-topbar {
    background: linear-gradient(90deg, var(--gtx-green-deep), var(--gtx-green-dark));
    color: #fff;
    font-size: 12px;
    max-height: 56px;
    padding: 8px 0;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: max-height .38s ease, padding .38s ease, opacity .26s ease, transform .38s ease;
    will-change: max-height, opacity, transform;
}
.gtx-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}
.gtx-topbar a:hover { color: #fff; opacity: .86; }
.gtx-topbar-divider { position: relative; padding-left: 18px; }
.gtx-topbar-divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,.45);
    transform: translateY(-50%);
}

/* Sticky navbar only */
.gtx-mainbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0;
    min-height: 78px;
    background: #fff;
    border-bottom: 1px solid var(--gtx-line);
    box-shadow: 0 2px 8px rgba(16,26,41,.03);
    transition: min-height .32s ease, box-shadow .32s ease, border-color .32s ease, background-color .32s ease;
}
.gtx-scrolled .gtx-mainbar { min-height: 70px; box-shadow: 0 8px 22px rgba(16,26,41,.08); }
.admin-bar .gtx-mainbar { top: 32px; }
.gtx-logo, .gtx-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .045em;
    line-height: .9;
}
.gtx-logo img { width: 50px; height: 50px; flex: 0 0 50px; }
.gtx-logo span { display: block; max-width: 176px; font-size: 16.5px; line-height: .9; }
.custom-logo-link img { max-height: 60px; width: auto; }
.gtx-navbar-toggler { border-color: var(--gtx-line); box-shadow: none !important; }
.gtx-menu { gap: 17px; }
.gtx-menu a {
    position: relative;
    display: block;
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    padding: 30px 0 28px;
}
.gtx-menu a:hover,
.gtx-menu .current-menu-item > a,
.gtx-menu .current-menu-parent > a,
.gtx-menu .current-menu-ancestor > a { color: var(--gtx-green); }
.gtx-menu > .current-menu-item > a:after,
.gtx-menu > .current_page_item > a:after,
.gtx-menu > .current-menu-parent > a:after,
.gtx-menu > .current-menu-ancestor > a:after,
.gtx-menu > li > a[aria-current="page"]:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    width: 100%;
    height: 2px;
    background: var(--gtx-green);
    border-radius: 999px;
}
.gtx-menu .dropdown-menu {
    border: 1px solid var(--gtx-line);
    border-radius: 6px;
    box-shadow: 0 12px 26px rgba(16,26,41,.1);
    padding: 8px 0;
}
.gtx-menu .dropdown-item {
    padding: 10px 16px;
    color: var(--gtx-navy);
    font-size: 12px;
    font-weight: 700;
}
.gtx-menu .dropdown-item:hover,
.gtx-menu .dropdown-item:focus,
.gtx-menu .dropdown-item.active {
    background: rgba(0,166,135,.08);
    color: var(--gtx-green-dark);
}
.gtx-menu .dropdown-submenu { position: relative; }
.gtx-menu .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -8px; }
@media (min-width: 992px) {
    .gtx-menu .dropdown:hover > .dropdown-menu,
    .gtx-menu .dropdown-submenu:hover > .dropdown-menu { display: block; }
}

/* Sections */
.gtx-section { padding: 28px 0; }
.gtx-section-title { text-align: center; margin-bottom: 22px; }
.gtx-section-title h2 {
    margin: 0;
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .095em;
    text-transform: uppercase;
    font-weight: 800;
}
.gtx-section-title h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin: 11px auto 0;
    background: var(--gtx-green);
    border-radius: 999px;
}

/* Hero */
.gtx-hero {
    overflow: hidden;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 38%, rgba(247,250,249,.75) 100%);
    border-bottom: 1px solid var(--gtx-line);
}
.gtx-hero-copy { padding: 34px 0 24px; position: relative; z-index: 2; }
.gtx-hero h1 {
    margin: 0;
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-size: clamp(34px, 4.1vw, 52px);
    line-height: 1.06;
    letter-spacing: -.035em;
    font-weight: 800;
}
.gtx-hero h1 span { display: block; color: var(--gtx-green-dark); }
.gtx-hero p { max-width: 410px; margin: 20px 0 23px; color: #46505d; font-size: 16px; line-height: 1.45; }
.gtx-hero-image-wrap { height: 343px; position: relative; display: flex; align-items: stretch; }
.gtx-hero-image-wrap:before { content: ''; position: absolute; inset: 0 auto 0 0; width: 150px; background: linear-gradient(90deg, #fff, rgba(255,255,255,.58), transparent); z-index: 1; }
.gtx-hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.gtx-quick-points { padding: 14px 0 20px; }
.gtx-quick-point { display: flex; align-items: center; gap: 12px; min-height: 47px; }
.gtx-quick-point span { color: var(--gtx-green); font-size: 24px; width: 28px; text-align: center; }
.gtx-quick-point strong { max-width: 170px; font-family: var(--gtx-font-heading); font-size: 12px; color: var(--gtx-navy); line-height: 1.2; }

/* Category cards */
.gtx-categories { padding-top: 24px; }
.gtx-category-card,
.gtx-product-card,
.gtx-benefit-card,
.gtx-industry-card {
    background: #fff;
    border: 1px solid var(--gtx-line);
    border-radius: var(--gtx-radius);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(16,26,41,.04);
}
.gtx-category-card { display: flex; flex-direction: column; text-align: center; }
.gtx-category-card img { width: 100%; height: 118px; object-fit: cover; background: var(--gtx-light); }
.gtx-category-body { padding: 14px 14px 16px; display: flex; flex-direction: column; flex: 1; }
.gtx-category-card h3 { margin: 0 0 8px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-size: 15px; font-weight: 800; }
.gtx-category-card p { margin: 0 0 12px; color: var(--gtx-muted); font-size: 12px; line-height: 1.35; flex: 1; }
.gtx-category-card a { color: var(--gtx-green-dark); font-family: var(--gtx-font-heading); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.gtx-category-card a i { font-size: 10px; margin-left: 4px; }

/* Benefits */
.gtx-why { background: #fff; }
.gtx-benefit-card { min-height: 142px; padding: 20px 14px 16px; background: #fbfcfc; border-color: #eef4f3; text-align: center; }
.gtx-benefit-icon { display: inline-grid; place-items: center; color: var(--gtx-green); font-size: 34px; width: 48px; height: 42px; margin-bottom: 11px; }
.gtx-benefit-card h3 { margin: 0 0 7px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-weight: 800; font-size: 15px; line-height: 1.18; }
.gtx-benefit-card p { margin: 0 auto; max-width: 145px; color: var(--gtx-muted); font-size: 12px; line-height: 1.35; }

/* Product cards */
.gtx-product-card { height: 100%; display: flex; flex-direction: column; }
.gtx-product-image img { width: 100%; height: 150px; object-fit: cover; background: var(--gtx-light); }
.gtx-product-info { padding: 11px 12px 13px; display: flex; flex-direction: column; flex: 1; }
.gtx-product-info h3 { margin: 0 0 7px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-size: 13px; font-weight: 800; line-height: 1.2; }
.gtx-product-info p { margin: 0 0 3px; color: #3f4954; font-size: 11px; line-height: 1.25; }
.gtx-product-info strong { font-weight: 800; color: var(--gtx-navy); }
.gtx-product-info .gtx-btn { margin-top: auto; }

/* Process */
.gtx-process-box { background: #fafafa; padding: 16px 24px 20px; border-radius: 2px; }
.gtx-process-step { position: relative; text-align: center; }
.gtx-process-icon { width: 56px; height: 56px; margin: 0 auto 10px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #10bd9e, var(--gtx-green-dark)); color: #fff; font-size: 22px; box-shadow: 0 9px 18px rgba(0,166,135,.25); }
.gtx-process-step h3 { margin: 0 0 5px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-size: 13px; font-weight: 800; }
.gtx-process-step p { margin: 0 auto; max-width: 150px; color: #4e5965; font-size: 11px; line-height: 1.25; }

/* Shop and about */
.gtx-shop-panel { min-height: 230px; background: linear-gradient(90deg, #003c34, #006b5b); color: #fff; }
.gtx-shop-content { padding: 38px 28px 38px calc((100vw - 1140px) / 2); }
.gtx-shop-panel h2,
.gtx-about-panel h2 { margin: 0 0 14px; font-family: var(--gtx-font-heading); font-size: 20px; letter-spacing: .07em; text-transform: uppercase; line-height: 1.2; }
.gtx-shop-panel p { max-width: 350px; margin: 0 0 22px; color: rgba(255,255,255,.92); }
.gtx-shop-panel img,
.gtx-about-panel img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.gtx-about-panel { min-height: 230px; background: #fff; }
.gtx-about-copy { padding: 38px 28px; }
.gtx-about-panel h2 { color: var(--gtx-navy); }
.gtx-about-panel h2:after { content: ''; display: block; width: 48px; height: 2px; background: var(--gtx-green); margin-top: 9px; }
.gtx-about-panel p { margin: 0 0 20px; color: #434e59; font-size: 12.5px; line-height: 1.55; }

/* Industries */
.gtx-industry-card { min-height: 76px; display: grid; place-items: center; padding: 12px 8px; text-align: center; }
.gtx-industry-card span { color: var(--gtx-green); font-size: 24px; margin-bottom: 4px; }
.gtx-industry-card strong { display: block; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-size: 12px; line-height: 1.25; }

/* Final CTA */
.gtx-final-cta { color: #fff; background: linear-gradient(110deg, var(--gtx-green-dark), var(--gtx-green)); padding: 24px 0; position: relative; overflow: hidden; }
.gtx-final-cta:before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(255,255,255,.13), transparent 18%), repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 18px); opacity: .75; }
.gtx-final-cta .container { position: relative; }
.gtx-final-icon { width: 66px; height: 66px; border-radius: 50%; background: #fff; color: var(--gtx-green); display: grid; place-items: center; font-size: 25px; }
.gtx-final-cta h2 { margin: 0 0 5px; font-family: var(--gtx-font-heading); font-size: 25px; line-height: 1.2; }
.gtx-final-cta p { margin: 0; color: rgba(255,255,255,.92); }

/* Footer */
.gtx-site-footer { background: #003b35; color: #d7e9e6; padding-top: 32px; }
.gtx-footer-logo { color: #fff; gap: 10px; margin-bottom: 11px; }
.gtx-footer-logo img { width: 43px; height: 43px; }
.gtx-footer-logo span { max-width: 145px; font-size: 16px; }
.gtx-site-footer h3 { margin: 0 0 13px; color: #fff; font-family: var(--gtx-font-heading); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.gtx-site-footer p,
.gtx-site-footer li { color: #c5dbd8; font-size: 12px; line-height: 1.45; }
.gtx-site-footer ul { list-style: none; margin: 0; padding: 0; }
.gtx-site-footer li { margin-bottom: 6px; }
.gtx-site-footer a { color: #d7e9e6; }
.gtx-socials { display: flex; gap: 10px; margin-top: 14px; }
.gtx-socials a { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.33); border-radius: 50%; color: #fff; font-size: 11px; }
.gtx-footer-contact li { display: flex; align-items: flex-start; gap: 8px; }
.gtx-footer-contact i { width: 14px; color: #fff; padding-top: 3px; }
.gtx-newsletter-form { display: flex; margin-top: 10px; background: #fff; border-radius: 3px; overflow: hidden; }
.gtx-newsletter-form input { flex: 1; min-width: 0; border: 0; padding: 12px 13px; font: inherit; color: var(--gtx-text); }
.gtx-newsletter-form button { width: 43px; border: 0; background: #fff; color: var(--gtx-green); font-size: 15px; cursor: pointer; }
.gtx-footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,.1); margin-top: 24px; padding: 10px 0; background: #00352f; }
.gtx-footer-bottom p { margin: 0; font-size: 11px; color: #d5e8e5; }

/* Common pages */
.gtx-page-hero { padding: 64px 0; background: linear-gradient(135deg, var(--gtx-green-deep), var(--gtx-green-dark)); color: #fff; }
.gtx-page-hero h1 { margin: 0 0 12px; font-family: var(--gtx-font-heading); font-size: clamp(30px, 4vw, 48px); font-weight: 800; }
.gtx-page-hero p { max-width: 760px; color: rgba(255,255,255,.86); font-size: 16px; }
.gtx-readable { max-width: 900px; }
.gtx-readable a { color: var(--gtx-green-dark); text-decoration: underline; }
.gtx-entry-card { border-bottom: 1px solid var(--gtx-line); padding-bottom: 30px; margin-bottom: 30px; }
.gtx-entry-card h1 { margin: 0 0 8px; font-family: var(--gtx-font-heading); }
.gtx-entry-meta { color: var(--gtx-muted); margin-bottom: 16px; }
.gtx-product-detail-hero { padding: 64px 0; background: var(--gtx-light); }
.gtx-product-detail-image { background: #fff; border: 1px solid var(--gtx-line); border-radius: 12px; padding: 22px; box-shadow: var(--gtx-shadow); }
.gtx-product-detail-image img { width: 100%; border-radius: 8px; }
.gtx-product-detail-content h1 { margin: 0 0 12px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-size: clamp(30px, 4vw, 48px); line-height: 1.05; font-weight: 800; }
.gtx-product-excerpt { color: var(--gtx-muted); margin-bottom: 20px; }
.gtx-detail-table { border: 1px solid var(--gtx-line); border-radius: 10px; overflow: hidden; background: #fff; margin: 22px 0; }
.gtx-detail-table div { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--gtx-line); }
.gtx-detail-table div:last-child { border-bottom: 0; }
.gtx-detail-table strong,
.gtx-detail-table span { padding: 13px 15px; }
.gtx-detail-table strong { background: #f8fafc; color: var(--gtx-navy); }

.gtx-product-gallery-main {
    background: #fff;
    border: 1px solid var(--gtx-line);
    border-radius: 12px;
    padding: 14px;
    box-shadow: var(--gtx-shadow);
}
.gtx-product-gallery-main img {
    width: 100%;
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
    border-radius: 8px;
    background: var(--gtx-light);
}
.gtx-product-gallery-thumbs { max-width: 100%; }
.gtx-gallery-thumb-btn {
    width: 100%;
    padding: 3px;
    border: 1px solid var(--gtx-line);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.gtx-gallery-thumb-btn img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px;
}
.gtx-gallery-thumb-btn.is-active,
.gtx-gallery-thumb-btn:hover {
    border-color: var(--gtx-green);
    box-shadow: 0 0 0 2px rgba(0,166,135,.16);
}

.gtx-quote-card,
.gtx-quote-aside { background: #fff; border: 1px solid var(--gtx-line); border-radius: 12px; box-shadow: var(--gtx-shadow); padding: 26px; }
.gtx-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gtx-quote-form label { display: grid; gap: 7px; margin-bottom: 18px; font-weight: 800; color: var(--gtx-navy); }
.gtx-quote-form input,
.gtx-quote-form select,
.gtx-quote-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--gtx-line); border-radius: 6px; font: inherit; }
.gtx-quote-form input:focus,
.gtx-quote-form select:focus,
.gtx-quote-form textarea:focus { outline: 2px solid rgba(0,166,135,.2); border-color: var(--gtx-green); }
.gtx-alert { padding: 13px 15px; border-radius: 8px; margin-bottom: 18px; font-weight: 700; }
.gtx-alert-success { background: #e5f8f4; color: #006f60; }
.gtx-alert-error { background: #fdeaea; color: #8a1f1f; }

@media (max-width: 1199.98px) {
    .gtx-shop-content { padding-left: 28px; }
}

@media (max-width: 991.98px) {
    .navbar-collapse.show .dropdown-menu { display: block; position: static; float: none; box-shadow: none; border: 0; padding-left: 12px; }
    .gtx-menu .dropdown-submenu > .dropdown-menu { margin-top: 0; }

    .admin-bar .gtx-mainbar { top: 32px; }
    .gtx-mainbar { min-height: 70px; }
    .gtx-menu { gap: 0; padding-top: 12px; }
    .gtx-menu a { padding: 12px 0; }
    .gtx-menu > .current-menu-item > a:after,
    .gtx-menu > .current_page_item > a:after,
    .gtx-menu > .current-menu-parent > a:after,
    .gtx-menu > .current-menu-ancestor > a:after,
    .gtx-menu > li > a[aria-current="page"]:after { bottom: 6px; width: 42px; right: auto; }
    .gtx-hero-copy { padding-top: 40px; }
    .gtx-hero-image-wrap { height: 270px; }
    .gtx-hero-image-wrap:before { display: none; }
}

@media (max-width: 782px) {
    .admin-bar .gtx-mainbar { top: 46px; }
}

@media (max-width: 767.98px) {
    .gtx-topbar { display: none !important; max-height: 0 !important; padding: 0 !important; opacity: 0 !important; }
    .gtx-topbar-divider { padding-left: 0; }
    .gtx-topbar-divider:before { display: none; }
    .gtx-section { padding: 38px 0; }
    .gtx-category-card img { height: 190px; }
    .gtx-product-image img { height: 180px; }
    .gtx-form-grid { grid-template-columns: 1fr; }
    .gtx-detail-table div { grid-template-columns: 1fr; }
    .gtx-btn { width: 100%; }
}

/* Smooth sticky header scroll effect */
.gtx-scrolled .gtx-topbar {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}
.gtx-site-header {
    transition: box-shadow .32s ease, transform .32s ease, background-color .32s ease;
}
.gtx-logo img,
.custom-logo-link img {
    transition: max-height .32s ease, width .32s ease, height .32s ease, transform .32s ease;
}
.gtx-logo span,
.gtx-menu a,
.gtx-btn {
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, font-size .32s ease;
}
.gtx-scrolled .gtx-logo img {
    width: 44px;
    height: 44px;
}
.gtx-scrolled .custom-logo-link img {
    max-height: 52px;
}
.gtx-scrolled .gtx-site-header {
    box-shadow: 0 8px 22px rgba(16,26,41,.08);
}
@media (prefers-reduced-motion: reduce) {
    .gtx-topbar,
    .gtx-site-header,
    .gtx-mainbar,
    .gtx-logo img,
    .custom-logo-link img,
    .gtx-logo span,
    .gtx-menu a,
    .gtx-btn {
        transition: none !important;
    }
}

/* Sticky header fix: the white logo/menu bar remains fixed on scroll.
   The green info bar is part of the header at the very top, but it is hidden
   as soon as the page scrolls so only the white navigation remains visible. */
.gtx-site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: #fff;
}
.admin-bar .gtx-site-header { top: 32px; }
.gtx-mainbar {
    position: relative !important;
    top: auto !important;
    z-index: 1;
}
.gtx-scrolled .gtx-mainbar { box-shadow: none; }
@media (max-width: 782px) {
    .admin-bar .gtx-site-header { top: 46px; }
}
@media (max-width: 767.98px) {
    .gtx-topbar { display: none !important; max-height: 0 !important; padding: 0 !important; opacity: 0 !important; }
    .gtx-site-header { top: 0; }
}

/* Approved catalog item detail page */
.gtx-product-page { background: #fff; }
.gtx-breadcrumbs { display:flex; align-items:center; flex-wrap:wrap; gap:10px; color: var(--gtx-muted); font-size: 13px; }
.gtx-breadcrumbs a { color: var(--gtx-green-dark); font-weight: 600; }
.gtx-breadcrumbs span { color: #7c8795; }
.gtx-detail-main-image { border: 1px solid var(--gtx-line); border-radius: 10px; overflow: hidden; background: #f7faf9; box-shadow: 0 10px 24px rgba(16,26,41,.06); }
.gtx-detail-main-image img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; display:block; }
.gtx-gallery-zoom { position:absolute; right:18px; top:18px; width:44px; height:44px; border:0; border-radius:50%; background:#fff; color:var(--gtx-navy); display:grid; place-items:center; box-shadow:0 8px 18px rgba(16,26,41,.12); }
.gtx-detail-thumbs .gtx-gallery-thumb-btn { border-radius:8px; padding:0; overflow:hidden; border:2px solid transparent; background:#fff; box-shadow:0 4px 12px rgba(16,26,41,.05); }
.gtx-detail-thumbs .gtx-gallery-thumb-btn img { aspect-ratio: 1.15 / 1; object-fit: cover; }
.gtx-detail-thumbs .gtx-gallery-thumb-btn.is-active { border-color: var(--gtx-green); }
.gtx-detail-summary { padding-top: 2px; }
.gtx-stock-badge { display:inline-flex; align-items:center; min-height:30px; padding:5px 12px; border-radius:6px; background:#daf5ec; color:#00735f; font-weight:800; font-size:13px; margin-bottom:12px; }
.gtx-detail-summary h1 { margin:0 0 8px; font-family:var(--gtx-font-heading); font-size: clamp(26px, 3vw, 36px); line-height:1.15; color:var(--gtx-navy); font-weight:800; letter-spacing:-.02em; }
.gtx-product-sku { color:var(--gtx-muted); font-weight:600; margin-bottom:18px; }
.gtx-product-short-text { color:#364252; max-width: 650px; line-height:1.65; }
.gtx-feature-badges { border-bottom:1px solid var(--gtx-line); padding-bottom:18px; }
.gtx-feature-badges span { display:inline-flex; align-items:center; gap:8px; color:#293444; font-weight:600; font-size:13px; }
.gtx-feature-badges i { color:var(--gtx-green); font-size:22px; min-width:24px; }
.gtx-approved-specs { font-size:14px; color:#3f4a57; }
.gtx-approved-specs strong { color:var(--gtx-navy); font-weight:800; }
.gtx-detail-actions .gtx-btn { min-width: 235px; }
.gtx-detail-utility { color:#596475; font-weight:600; font-size:14px; }
.gtx-detail-utility a, .gtx-detail-utility span { display:inline-flex; align-items:center; gap:8px; color:#596475; }
.gtx-detail-utility i { color:#6f7c89; }
.gtx-info-card { background:#fff; border:1px solid var(--gtx-line); border-radius:10px; box-shadow: 0 8px 22px rgba(16,26,41,.055); padding:24px; }
.gtx-info-card h2 { font-family:var(--gtx-font-heading); font-size:18px; font-weight:800; margin:0 0 10px; color:var(--gtx-navy); }
.gtx-info-card p { color:#4e5968; margin-bottom:10px; }
.gtx-card-icon { width:44px; height:44px; display:grid; place-items:center; color:var(--gtx-green); font-size:28px; margin-bottom:12px; }
.gtx-quote-mini-card { display:flex; gap:18px; align-items:center; }
.gtx-quote-mini-card .gtx-card-icon { flex:0 0 54px; margin-bottom:0; }
.gtx-check-line { display:flex; align-items:flex-start; gap:8px; margin:0 0 8px; font-size:13px; }
.gtx-check-line i { color:var(--gtx-green); margin-top:2px; }
.gtx-commitment-box { border-top:1px solid var(--gtx-line); }
.gtx-commitment-box h3 { font-family:var(--gtx-font-heading); color:var(--gtx-green-dark); font-size:14px; font-weight:800; margin:0 0 6px; }
.gtx-help-line { display:flex; align-items:center; gap:10px; }
.gtx-help-line i { color:var(--gtx-green); width:18px; }
.gtx-product-tabs-card, .gtx-related-products { background:#fff; border:1px solid var(--gtx-line); border-radius:10px; box-shadow:0 8px 22px rgba(16,26,41,.045); overflow:hidden; }
.gtx-product-tabs { padding:0 20px; border-bottom:1px solid var(--gtx-line); }
.gtx-product-tabs .nav-link { border:0; color:#445064; font-weight:800; font-size:13px; padding:18px 22px; position:relative; }
.gtx-product-tabs .nav-link.active { color:var(--gtx-green-dark); background:transparent; }
.gtx-product-tabs .nav-link.active:after { content:''; position:absolute; left:20px; right:20px; bottom:0; height:3px; background:var(--gtx-green); border-radius:999px; }
.gtx-product-tabs-card .tab-content { color:#3d4856; line-height:1.7; }
.gtx-related-products { padding:18px 24px 24px; }
.gtx-related-products h2 { font-family:var(--gtx-font-heading); font-size:18px; font-weight:800; margin:0 0 14px; color:var(--gtx-navy); }
.gtx-related-card { display:flex; gap:16px; align-items:center; border:1px solid var(--gtx-line); border-radius:8px; padding:12px; height:100%; background:#fff; transition: box-shadow .2s ease, transform .2s ease; }
.gtx-related-card:hover { transform:translateY(-2px); box-shadow:0 10px 22px rgba(16,26,41,.08); color:var(--gtx-text); }
.gtx-related-card img { width:120px; height:72px; object-fit:cover; border-radius:6px; background:var(--gtx-light); flex:0 0 120px; }
.gtx-related-card strong { display:block; font-family:var(--gtx-font-heading); color:var(--gtx-navy); font-size:14px; line-height:1.25; margin-bottom:3px; }
.gtx-related-card small { display:block; color:#5d6876; margin-bottom:6px; }
.gtx-related-card em { font-style:normal; color:var(--gtx-green-dark); font-weight:800; font-size:12px; }

/* Approved catalog category landing page */
.gtx-category-landing { background:#fff; }
.gtx-category-landing .container { max-width: 1320px; }
.gtx-category-hero {
    border:0;
    border-radius:8px;
    overflow:hidden;
    background:linear-gradient(115deg,#ffffff 0%,#f7fbf9 42%,#ffffff 100%);
    box-shadow:none;
}
.gtx-category-hero .row { min-height:390px; }
.gtx-category-hero-copy { padding:48px 34px 42px; height:100%; display:flex; flex-direction:column; justify-content:center; }
.gtx-category-hero-copy h1 {
    font-family:var(--gtx-font-heading);
    font-size:clamp(34px,4.2vw,56px);
    line-height:1.04;
    letter-spacing:-.04em;
    color:var(--gtx-navy);
    font-weight:800;
    margin:0 0 18px;
    max-width:560px;
}
.gtx-category-description { max-width:520px; color:#354052; font-size:16px; line-height:1.65; }
.gtx-category-description p { margin-bottom:12px; }
.gtx-category-hero-image { height:100%; min-height:390px; position:relative; overflow:hidden; border-radius:6px; }
.gtx-category-hero-image:before {
    content:'';
    position:absolute;
    inset:0 auto 0 0;
    width:210px;
    background:linear-gradient(90deg,#fff,rgba(255,255,255,.72),rgba(255,255,255,.12),transparent);
    z-index:1;
    pointer-events:none;
}
.gtx-category-hero-image > img { width:100%; height:100%; object-fit:cover; object-position:center; display:block; }
.gtx-category-hero-inset {
    position:absolute;
    left:-74px;
    top:55%;
    width:178px;
    height:178px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #fff;
    box-shadow:0 10px 26px rgba(16,26,41,.15);
    z-index:2;
    background:#fff;
}
.gtx-category-hero-inset img { width:100%; height:100%; object-fit:cover; display:block; }
.gtx-category-highlight { display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-align:center; gap:8px; min-height:78px; }
.gtx-category-highlight i { color:var(--gtx-green); font-size:25px; min-height:28px; }
.gtx-category-highlight strong { color:var(--gtx-navy); font-weight:800; font-size:12px; line-height:1.18; }
.gtx-category-highlight small { color:var(--gtx-muted); font-size:11px; }
.gtx-category-block .gtx-section-title { margin-bottom:22px; }
.gtx-category-block .gtx-section-title h2 {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    font-size:21px;
    letter-spacing:.01em;
    text-transform:none;
}
.gtx-category-block .gtx-section-title h2:before,
.gtx-category-block .gtx-section-title h2:after {
    content:'';
    display:block;
    width:24px;
    height:2px;
    margin:0;
    background:var(--gtx-green);
    border-radius:999px;
}
.gtx-type-card {
    display:block;
    background:#fff;
    border:1px solid var(--gtx-line);
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 7px 18px rgba(16,26,41,.055);
    transition:transform .2s ease, box-shadow .2s ease;
}
.gtx-type-card:hover { transform:translateY(-2px); box-shadow:0 14px 28px rgba(16,26,41,.09); }
.gtx-type-card img { width:100%; height:178px; min-height:0; object-fit:cover; background:var(--gtx-light); }
.gtx-type-card div { padding:18px 22px 22px; display:block; min-height:164px; }
.gtx-type-card h3 { font-family:var(--gtx-font-heading); font-size:16px; color:var(--gtx-navy); font-weight:800; margin:0 0 10px; line-height:1.22; }
.gtx-type-card p { color:#4e5968; font-size:13px; line-height:1.5; margin:0 0 18px; }
.gtx-type-card a { display:inline-flex; align-items:center; gap:8px; color:var(--gtx-green-dark); font-weight:800; font-size:13px; }
.gtx-type-card a i { font-size:11px; }
.gtx-option-row { border-top:1px solid var(--gtx-line); border-bottom:1px solid var(--gtx-line); }
.gtx-option-row > div:not(:last-child) { border-right:1px solid var(--gtx-line); }
.gtx-option-item { min-height:112px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:8px; padding:16px 10px; }
.gtx-option-item i { color:var(--gtx-green); font-size:30px; }
.gtx-option-item strong { color:var(--gtx-navy); font-weight:800; font-size:13px; }
.gtx-option-item small { color:#596473; font-size:12px; line-height:1.3; }
.gtx-color-options { padding:20px 0 12px; border-top:1px solid var(--gtx-line); border-bottom:1px solid var(--gtx-line); }
.gtx-color-item { display:flex; flex-direction:column; align-items:center; gap:8px; min-width:72px; }
.gtx-color-item span { width:36px; height:36px; border-radius:50%; border:1px solid #dce5e3; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
.gtx-color-item small { font-size:12px; color:#3d4856; text-align:center; }
.gtx-why-pill { min-height:72px; border:1px solid var(--gtx-line); border-radius:8px; padding:14px 12px; display:flex; align-items:center; gap:10px; background:#fff; height:100%; }
.gtx-why-pill i { color:var(--gtx-green); font-size:22px; }
.gtx-why-pill strong { font-size:13px; color:var(--gtx-navy); line-height:1.25; }
.gtx-why-pill small { display:block; color:var(--gtx-muted); font-size:11px; }
.gtx-category-faq, .gtx-category-quote-box { border:1px solid var(--gtx-line); border-radius:10px; background:#fff; box-shadow:0 6px 18px rgba(16,26,41,.045); padding:26px; }
.gtx-category-faq .gtx-section-title h2 { text-align:left; font-size:18px; }
.gtx-category-faq .gtx-section-title h2:before { display:none; }
.gtx-category-faq .gtx-section-title h2:after { margin-left:0; }
.gtx-category-quote-box { background:linear-gradient(135deg,#f4fbf9,#e9f8f4); display:flex; flex-direction:column; justify-content:center; }
.gtx-category-quote-box h2 { font-family:var(--gtx-font-heading); font-size:20px; font-weight:800; color:var(--gtx-navy); }
.gtx-category-quote-box p { color:#4c5968; }
.gtx-bulk-cta { background:linear-gradient(110deg,var(--gtx-green-deep),var(--gtx-green-dark)); color:#fff; border-radius:10px; padding:34px 42px; }
.gtx-bulk-cta h2 { font-family:var(--gtx-font-heading); font-weight:800; font-size:24px; margin:0 0 8px; }
.gtx-bulk-cta p { margin:0; color:rgba(255,255,255,.88); }
.gtx-bulk-cta .gtx-btn-light { background:#fff; color:var(--gtx-green-dark); border-color:#fff; }

@media (max-width: 991.98px) {
    .gtx-detail-actions .gtx-btn { min-width: 0; width: 100%; }
    .gtx-quote-mini-card { align-items:flex-start; }
    .gtx-category-hero-copy { padding:34px 24px; }
    .gtx-category-hero .row { min-height:auto; }
    .gtx-category-hero-image { min-height:260px; border-radius:0 0 8px 8px; }
    .gtx-category-hero-image:before, .gtx-category-hero-inset { display:none; }
    .gtx-type-card img { height:190px; }
    .gtx-option-row > div:nth-child(2n) { border-right:0; }
    .gtx-option-row > div { border-bottom:1px solid var(--gtx-line); }
    .gtx-bulk-cta { padding:28px 24px; }
}
@media (max-width: 575.98px) {
    .gtx-related-card { align-items:flex-start; }
    .gtx-related-card img { width:98px; height:72px; flex-basis:98px; }
    .gtx-product-tabs { overflow-x:auto; flex-wrap:nowrap; padding:0 8px; }
    .gtx-product-tabs .nav-link { white-space:nowrap; padding:16px 14px; }
    .gtx-detail-main-image img { aspect-ratio: 1 / 1; }
    .gtx-category-highlight { min-height:auto; align-items:center; text-align:center; }
}


/* Category hero precision update - approved mockup */
.gtx-category-landing { padding-top: 26px !important; }
.gtx-category-hero {
    position: relative;
    overflow: visible !important;
    border-radius: 0;
    background:
        linear-gradient(112deg, #ffffff 0%, #ffffff 35%, #f5fbf9 35%, #eef8f5 48%, #ffffff 48%, #ffffff 100%);
}
.gtx-category-hero .row { min-height: 330px; }
.gtx-category-hero-copy {
    padding: 36px 28px 32px 18px;
    min-height: 330px;
    justify-content: center;
}
.gtx-category-hero-copy h1 {
    font-size: clamp(34px, 3.35vw, 48px);
    line-height: 1.07;
    letter-spacing: -0.035em;
    max-width: 530px;
    margin-bottom: 14px;
}
.gtx-category-description {
    max-width: 535px;
    font-size: 15.5px;
    line-height: 1.58;
    color: #354052;
}
.gtx-category-description p { margin-bottom: 11px; }
.gtx-category-hero-copy .row.mt-4 { margin-top: 30px !important; max-width: 560px; }
.gtx-category-highlight { gap: 7px; min-height: 72px; }
.gtx-category-highlight i { font-size: 24px; color: var(--gtx-green); }
.gtx-category-highlight strong { font-size: 11.5px; line-height: 1.18; }
.gtx-category-hero-image {
    height: 100%;
    min-height: 330px;
    position: relative;
    overflow: visible;
    border-radius: 0;
}
.gtx-category-hero-image:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 190px;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.82) 36%, rgba(255,255,255,.28) 72%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.gtx-category-hero-image > img {
    width: 100%;
    height: 330px;
    min-height: 330px;
    object-fit: cover;
    object-position: center right;
    border-radius: 6px;
    display: block;
}
.gtx-category-hero-inset {
    left: -74px;
    top: 50%;
    transform: translateY(-50%);
    width: 168px;
    height: 168px;
    border: 4px solid #fff;
    z-index: 3;
    box-shadow: 0 10px 28px rgba(16,26,41,.18);
}
.gtx-category-block.mt-5 { margin-top: 42px !important; }
.gtx-category-block .gtx-section-title { margin-bottom: 18px; }
.gtx-type-card {
    border-radius: 7px;
    box-shadow: 0 5px 14px rgba(16,26,41,.055);
}
.gtx-type-card img { height: 150px; }
.gtx-type-card div { padding: 16px 18px 20px; min-height: 148px; }
.gtx-type-card h3 { font-size: 15px; margin-bottom: 9px; }
.gtx-type-card p { font-size: 12.5px; line-height: 1.48; margin-bottom: 16px; }
.gtx-type-card a { font-size: 12.5px; }

@media (max-width: 991.98px) {
    .gtx-category-landing { padding-top: 18px !important; }
    .gtx-category-hero { background: linear-gradient(135deg,#fff,#f4fbf8); overflow: hidden !important; }
    .gtx-category-hero .row { min-height: auto; }
    .gtx-category-hero-copy { min-height: auto; padding: 30px 22px 22px; }
    .gtx-category-hero-copy h1 { font-size: clamp(31px, 7vw, 42px); }
    .gtx-category-hero-copy .row.mt-4 { margin-top: 22px !important; }
    .gtx-category-hero-image { min-height: 250px; overflow: hidden; }
    .gtx-category-hero-image > img { height: 260px; min-height: 260px; border-radius: 0 0 7px 7px; }
    .gtx-category-hero-image:before,
    .gtx-category-hero-inset { display: none; }
    .gtx-type-card img { height: 180px; }
}

@media (max-width: 575.98px) {
    .gtx-category-hero-copy { padding: 26px 18px 20px; }
    .gtx-category-highlight { align-items: flex-start; text-align: left; flex-direction: row; justify-content: flex-start; min-height: auto; }
    .gtx-category-highlight i { width: 28px; text-align: center; }
    .gtx-type-card img { height: 175px; }
}


/* Category banner option 3 - approved conversion */
.gtx-category-landing .container {
    max-width: 1320px;
}
.gtx-category-hero {
    position: relative;
    overflow: hidden !important;
    min-height: 390px;
    border-radius: 0;
    isolation: isolate;
    background:
        radial-gradient(900px 520px at 14% 115%, rgba(0,166,135,.075), transparent 62%),
        linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f6faf8 48%, #ffffff 100%);
}
.gtx-category-hero::before {
    content: '';
    position: absolute;
    left: -22%;
    top: -52%;
    width: 82%;
    height: 186%;
    border-radius: 50%;
    background: rgba(245, 252, 249, .96);
    box-shadow: inset -18px 0 0 rgba(0,166,135,.045);
    z-index: -1;
}
.gtx-category-hero::after {
    content: '';
    position: absolute;
    left: 44%;
    top: -38%;
    width: 34%;
    height: 168%;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    box-shadow: -15px 0 0 rgba(0,166,135,.045);
    z-index: 1;
    pointer-events: none;
}
.gtx-category-hero .row {
    min-height: 390px;
    position: relative;
    z-index: 2;
}
.gtx-category-hero-copy {
    min-height: 390px;
    padding: 58px 48px 42px 26px;
    justify-content: center;
    position: relative;
    z-index: 4;
}
.gtx-category-hero-copy h1 {
    max-width: 620px;
    margin: 0 0 28px;
    color: var(--gtx-navy);
    font-size: clamp(38px, 4.6vw, 67px);
    line-height: 1.06;
    letter-spacing: -0.042em;
    font-weight: 900;
}
.gtx-category-hero-copy h1::after {
    content: '';
    display: block;
    width: 86px;
    height: 3px;
    margin-top: 28px;
    background: var(--gtx-green);
    border-radius: 999px;
}
.gtx-category-description {
    max-width: 620px;
    color: #3b4656;
    font-size: 17.5px;
    line-height: 1.72;
    letter-spacing: .01em;
}
.gtx-category-description p {
    margin: 0 0 13px;
}
.gtx-category-hero-copy .row.mt-4 {
    margin-top: 42px !important;
    max-width: 720px;
    --bs-gutter-x: 0;
}
.gtx-category-hero-copy .row.mt-4 > div {
    border-right: 1px solid rgba(16,26,41,.11);
}
.gtx-category-hero-copy .row.mt-4 > div:last-child {
    border-right: 0;
}
.gtx-category-highlight {
    min-height: 96px;
    gap: 11px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
}
.gtx-category-highlight i {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    color: var(--gtx-green);
    font-size: 31px;
    line-height: 1;
    min-height: 0;
}
.gtx-category-highlight strong {
    color: var(--gtx-navy);
    max-width: 150px;
    font-size: 15px;
    line-height: 1.34;
    font-weight: 800;
}
.gtx-category-highlight small {
    font-size: 12px;
}
.gtx-category-hero-image {
    min-height: 390px;
    height: 100%;
    position: relative;
    overflow: visible;
    border-radius: 0;
    z-index: 2;
}
.gtx-category-hero-image:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 220px;
    background: linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.24) 44%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.gtx-category-hero-image > img {
    width: 112%;
    max-width: none;
    height: 390px;
    min-height: 390px;
    object-fit: cover;
    object-position: center right;
    border-radius: 0;
    filter: saturate(.96) contrast(.98);
}
.gtx-category-hero-inset {
    left: -108px;
    top: 63%;
    transform: translateY(-50%);
    width: 204px;
    height: 204px;
    border: 6px solid rgba(255,255,255,.95);
    border-radius: 50%;
    box-shadow: 0 16px 38px rgba(16,26,41,.17);
    z-index: 5;
}
.gtx-category-hero-inset img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .gtx-category-hero-copy h1 { font-size: clamp(34px, 4.7vw, 54px); }
    .gtx-category-description { font-size: 16px; }
    .gtx-category-highlight strong { font-size: 13px; }
    .gtx-category-hero-inset { width: 174px; height: 174px; left: -86px; }
}

@media (max-width: 991.98px) {
    .gtx-category-hero {
        min-height: auto;
        background: linear-gradient(135deg, #fff 0%, #f3fbf8 100%);
    }
    .gtx-category-hero::before,
    .gtx-category-hero::after,
    .gtx-category-hero-image:before,
    .gtx-category-hero-inset {
        display: none;
    }
    .gtx-category-hero .row { min-height: auto; }
    .gtx-category-hero-copy {
        min-height: auto;
        padding: 38px 24px 26px;
    }
    .gtx-category-hero-copy h1 {
        font-size: clamp(34px, 7vw, 48px);
        margin-bottom: 20px;
    }
    .gtx-category-hero-copy h1::after {
        margin-top: 20px;
    }
    .gtx-category-description {
        font-size: 15.5px;
        max-width: none;
    }
    .gtx-category-hero-copy .row.mt-4 {
        margin-top: 26px !important;
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    .gtx-category-hero-copy .row.mt-4 > div {
        border-right: 0;
    }
    .gtx-category-highlight {
        min-height: auto;
        padding: 12px 10px;
        background: rgba(255,255,255,.76);
        border: 1px solid var(--gtx-line);
        border-radius: 8px;
    }
    .gtx-category-hero-image {
        min-height: 270px;
        overflow: hidden;
    }
    .gtx-category-hero-image > img {
        width: 100%;
        height: 290px;
        min-height: 290px;
        border-radius: 0;
    }
}

@media (max-width: 575.98px) {
    .gtx-category-hero-copy { padding: 31px 18px 22px; }
    .gtx-category-hero-copy h1 { font-size: clamp(31px, 9vw, 40px); }
    .gtx-category-highlight {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        flex-direction: row;
        gap: 10px;
    }
    .gtx-category-highlight i {
        width: 32px;
        height: 32px;
        font-size: 23px;
        flex: 0 0 32px;
    }
    .gtx-category-highlight strong {
        max-width: none;
    }
}

/* Category banner v6 - approved simple WordPress-friendly layout */
.gtx-cat-banner-v6 {
    background: #fff;
    border-bottom: 1px solid var(--gtx-line);
    overflow: hidden;
}
.gtx-cat-banner-v6-image {
    min-height: 500px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}
.gtx-cat-banner-v6-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.90) 28%,
        rgba(255,255,255,.64) 47%,
        rgba(255,255,255,.16) 68%,
        rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.gtx-cat-banner-v6-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 70px 48px;
}
.gtx-cat-banner-v6-panel {
    max-width: 620px;
    padding: 34px 36px 34px 30px;
    background: rgba(255,255,255,.72);
    border-left: 3px solid var(--gtx-green);
    backdrop-filter: blur(2px);
}
.gtx-cat-banner-v6-panel h1 {
    margin: 0 0 22px;
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.08;
    letter-spacing: -.045em;
    font-weight: 900;
}
.gtx-cat-banner-v6-panel h1 span {
    color: var(--gtx-green);
    display: inline;
}
.gtx-cat-banner-v6-panel .gtx-category-description {
    max-width: 560px;
    color: #13233a;
    font-size: 19px;
    line-height: 1.62;
}
.gtx-cat-banner-v6-panel .gtx-category-description p {
    margin: 0 0 10px;
}
.gtx-cat-banner-v6-features {
    background: #fff;
    box-shadow: 0 -8px 24px rgba(16, 26, 41, .035);
}
.gtx-cat-banner-v6-feature {
    min-height: 170px;
    padding: 32px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 13px;
    border-right: 1px solid rgba(16,26,41,.14);
}
.gtx-cat-banner-v6-features .row > div:last-child .gtx-cat-banner-v6-feature {
    border-right: 0;
}
.gtx-cat-banner-v6-feature i {
    color: var(--gtx-green);
    font-size: 54px;
    line-height: 1;
}
.gtx-cat-banner-v6-feature strong {
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-weight: 800;
    font-size: 20px;
    line-height: 1.25;
    max-width: 250px;
}
.gtx-cat-banner-v6-feature small {
    color: var(--gtx-muted);
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    .gtx-cat-banner-v6-image {
        min-height: 430px;
        background-position: center;
    }
    .gtx-cat-banner-v6-image::before {
        background: linear-gradient(90deg,
            rgba(255,255,255,.96) 0%,
            rgba(255,255,255,.86) 52%,
            rgba(255,255,255,.35) 100%);
    }
    .gtx-cat-banner-v6-content {
        padding: 48px 22px;
    }
    .gtx-cat-banner-v6-panel {
        max-width: 620px;
        padding: 28px 26px;
    }
    .gtx-cat-banner-v6-panel h1 {
        font-size: clamp(36px, 7.5vw, 54px);
    }
    .gtx-cat-banner-v6-panel .gtx-category-description {
        font-size: 16px;
    }
    .gtx-cat-banner-v6-feature {
        min-height: 138px;
        border-right: 0;
        border-bottom: 1px solid rgba(16,26,41,.12);
    }
    .gtx-cat-banner-v6-features .row > div:nth-last-child(-n+2) .gtx-cat-banner-v6-feature {
        border-bottom: 0;
    }
    .gtx-cat-banner-v6-feature i {
        font-size: 42px;
    }
    .gtx-cat-banner-v6-feature strong {
        font-size: 17px;
    }
}
@media (max-width: 575.98px) {
    .gtx-cat-banner-v6-image {
        min-height: 390px;
        background-position: 62% center;
    }
    .gtx-cat-banner-v6-image::before {
        background: linear-gradient(90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.90) 72%,
            rgba(255,255,255,.55) 100%);
    }
    .gtx-cat-banner-v6-content {
        padding: 34px 16px;
    }
    .gtx-cat-banner-v6-panel {
        padding: 24px 20px;
        background: rgba(255,255,255,.80);
    }
    .gtx-cat-banner-v6-panel h1 {
        font-size: clamp(32px, 11vw, 42px);
    }
    .gtx-cat-banner-v6-panel .gtx-category-description {
        font-size: 15px;
        line-height: 1.55;
    }
    .gtx-cat-banner-v6-feature {
        min-height: auto;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 20px 18px;
        border-bottom: 1px solid rgba(16,26,41,.12) !important;
    }
    .gtx-cat-banner-v6-features .row > div:last-child .gtx-cat-banner-v6-feature {
        border-bottom: 0 !important;
    }
    .gtx-cat-banner-v6-feature i {
        width: 50px;
        font-size: 34px;
        flex: 0 0 50px;
    }
    .gtx-cat-banner-v6-feature strong {
        max-width: none;
        font-size: 16px;
    }
}

/* Full-width behavior for category banner v6 while keeping inner content aligned */
.gtx-cat-banner-v6 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.gtx-cat-banner-v6-content,
.gtx-cat-banner-v6-features > .row {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1390px) {
    .gtx-cat-banner-v6-content,
    .gtx-cat-banner-v6-features > .row {
        max-width: calc(100% - 48px);
    }
}
@media (max-width: 575.98px) {
    .gtx-cat-banner-v6-content,
    .gtx-cat-banner-v6-features > .row {
        max-width: calc(100% - 24px);
    }
}


/* SYFTIC logo and editable content page enhancements */
.gtx-logo-image-only { gap: 0; line-height: 1; }
.gtx-logo-image-only img { width: 190px; max-width: 190px; height: auto; object-fit: contain; }
.gtx-footer-logo.gtx-logo-image-only img { width: 150px; max-width: 150px; height: auto; }
.gtx-scrolled .gtx-logo-image-only img { width: 168px; max-width: 168px; }
.gtx-info-card { border: 1px solid var(--gtx-line); border-radius: 12px; padding: 24px; background: #fff; box-shadow: 0 8px 22px rgba(16, 26, 41, .06); }
.gtx-info-card h3 { font-family: var(--gtx-font-heading); color: var(--gtx-navy); font-size: 18px; font-weight: 800; margin-bottom: 12px; }
.gtx-info-card ul { margin-bottom: 0; }
.gtx-readable h2, .gtx-readable h3 { font-family: var(--gtx-font-heading); color: var(--gtx-navy); font-weight: 800; }
.gtx-readable h2 { font-size: clamp(25px, 3vw, 34px); margin-bottom: 18px; }
.gtx-readable h3 { font-size: 20px; margin-top: 24px; }
.gtx-readable p, .gtx-readable li { color: #3d4857; font-size: 16px; }
.gtx-faq-accordion .accordion-button { font-family: var(--gtx-font-heading); font-weight: 700; color: var(--gtx-navy); }
.gtx-faq-accordion .accordion-button:not(.collapsed) { background: rgba(0,166,135,.08); color: var(--gtx-green-dark); }
.gtx-footer-legal { margin: 0; }
.gtx-footer-legal a { color: #d7e9e6; }
.gtx-footer-legal span { color: rgba(255,255,255,.45); margin: 0 8px; }
@media (max-width: 575.98px) {
    .gtx-logo-image-only img { width: 145px; max-width: 145px; }
    .gtx-scrolled .gtx-logo-image-only img { width: 136px; max-width: 136px; }
}

/* Inner admin-editable page mockups */
.gtx-inner-hero {
    min-height: 355px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center right;
    border-bottom: 1px solid var(--gtx-line);
}
.gtx-inner-hero-content {
    max-width: 520px;
    padding: 70px 0;
}
.gtx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gtx-green-dark);
    font-family: var(--gtx-font-heading);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.gtx-eyebrow:after {
    content: '';
    width: 34px;
    height: 1px;
    background: var(--gtx-green);
    display: inline-block;
}
.gtx-inner-hero h1,
.gtx-page-builder h2 {
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-weight: 800;
    letter-spacing: -.02em;
}
.gtx-inner-hero h1 {
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.08;
    margin: 0 0 20px;
    color: #0b3d31;
}
.gtx-inner-hero p {
    color: #3d4652;
    max-width: 430px;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
}
.gtx-page-builder { background: #fff; }
.gtx-page-builder p { color: #3d4652; line-height: 1.7; }
.gtx-page-builder h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.18; margin-bottom: 20px; }
.gtx-page-builder h3 { font-family: var(--gtx-font-heading); color: var(--gtx-navy); font-weight: 800; font-size: 17px; }
.gtx-rounded-img { border-radius: 8px; box-shadow: 0 10px 28px rgba(16,26,41,.08); width: 100%; object-fit: cover; }
.gtx-soft-section { background: #f8fbfa; border-radius: 8px; padding: 42px; }
.gtx-lead-center { max-width: 620px; margin: 0 auto; }
.gtx-icon-column { padding: 18px 22px; min-height: 185px; border-right: 1px solid var(--gtx-line); text-align: center; }
.row > [class*="col-"]:last-child .gtx-icon-column { border-right: 0; }
.gtx-icon-column i { width: 74px; height: 74px; border: 1px solid var(--gtx-line); border-radius: 50%; display: inline-grid; place-items: center; color: var(--gtx-green-dark); font-size: 30px; background: #fff; margin-bottom: 18px; }
.gtx-icon-column h3 { margin-bottom: 8px; }
.gtx-icon-column p { font-size: 13px; margin: 0 auto; max-width: 210px; }
.gtx-check-list { list-style: none; margin: 24px 0 0; padding: 0; }
.gtx-check-list li { position: relative; padding-left: 30px; margin-bottom: 12px; color: #25313d; font-weight: 600; }
.gtx-check-list li:before { content: '\f058'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; top: 1px; color: var(--gtx-green-dark); }
.gtx-stats-over-image { position: relative; padding-top: 25px; }
.gtx-stats-row { position: relative; z-index: 2; margin-bottom: -35px; padding: 0 20px; }
.gtx-stats-row > div > div { background: #fff; border: 1px solid var(--gtx-line); border-radius: 8px; box-shadow: 0 12px 26px rgba(16,26,41,.08); padding: 20px 14px; text-align: center; }
.gtx-stats-row i { color: var(--gtx-green-dark); font-size: 26px; display: block; margin-bottom: 9px; }
.gtx-stats-row strong { display: block; font-family: var(--gtx-font-heading); font-size: 26px; color: var(--gtx-navy); }
.gtx-stats-row span { font-size: 12px; font-weight: 700; color: #3d4652; }
.gtx-stats-over-image img { width: 100%; min-height: 220px; object-fit: cover; border-radius: 8px; }
.gtx-green-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg, var(--gtx-green-dark), var(--gtx-green-deep)); color: #fff; padding: 34px 42px; border-radius: 8px; box-shadow: var(--gtx-shadow); }
.gtx-green-cta h2 { color: #fff; margin: 0 0 8px; font-size: 28px; }
.gtx-green-cta p { color: rgba(255,255,255,.9); margin: 0; font-size: 16px; }
.gtx-process-line { position: relative; }
.gtx-process-line:before { content: ''; position: absolute; top: 56px; left: 8%; right: 8%; border-top: 2px dashed rgba(0,127,108,.45); z-index: 0; }
.gtx-process-line > div > div { position: relative; z-index: 1; text-align: center; }
.gtx-process-line i { width: 80px; height: 80px; background: #fff; border-radius: 50%; border: 1px solid var(--gtx-line); display: inline-grid; place-items: center; color: var(--gtx-green-dark); font-size: 28px; box-shadow: 0 10px 24px rgba(16,26,41,.08); }
.gtx-process-line span { display: block; width: 26px; height: 26px; line-height: 26px; border-radius: 50%; background: var(--gtx-green-dark); color: #fff; margin: 10px auto 20px; font-size: 12px; font-weight: 800; }
.gtx-process-line h3 { font-size: 16px; margin-bottom: 10px; }
.gtx-process-line p { font-size: 13px; }
.gtx-step-card { background: #fff; border: 1px solid var(--gtx-line); border-radius: 8px; padding: 26px; height: 100%; box-shadow: 0 8px 20px rgba(16,26,41,.04); }
.gtx-step-card span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gtx-green-dark); color: #fff; font-weight: 800; margin-bottom: 15px; }
.gtx-step-card i { display: block; color: var(--gtx-green-dark); font-size: 30px; margin-bottom: 12px; }
.gtx-policy-card { background: #fff; border: 1px solid var(--gtx-line); border-radius: 8px; padding: 28px; min-height: 220px; height: 100%; box-shadow: 0 8px 20px rgba(16,26,41,.04); }
.gtx-policy-card i { color: var(--gtx-green-dark); font-size: 34px; margin-bottom: 20px; }
.gtx-feature-strip { background: #fff; border: 1px solid var(--gtx-line); border-radius: 10px; box-shadow: 0 12px 26px rgba(16,26,41,.06); overflow: hidden; }
.gtx-feature-strip > .row > div > div { min-height: 118px; padding: 24px; border-right: 1px solid var(--gtx-line); display: flex; flex-direction: column; justify-content: center; }
.gtx-feature-strip i { color: var(--gtx-green-dark); font-size: 28px; margin-bottom: 10px; }
.gtx-feature-strip strong { color: var(--gtx-navy); font-family: var(--gtx-font-heading); }
.gtx-feature-strip p { margin: 4px 0 0; font-size: 13px; }
.gtx-info-stack > div { display: grid; grid-template-columns: 100px 1fr; gap: 26px; align-items: start; border: 1px solid var(--gtx-line); border-radius: 8px; padding: 26px; margin-bottom: 0; background: #fff; }
.gtx-info-stack > div + div { margin-top: 14px; }
.gtx-info-stack > div > i { width: 78px; height: 78px; border-radius: 8px; background: #f3f8f6; display: inline-grid; place-items: center; color: var(--gtx-green-dark); font-size: 34px; }
.gtx-info-stack h2 { font-size: 24px; margin-bottom: 10px; }
.gtx-side-card, .gtx-help-card, .gtx-contact-card, .gtx-form-card, .gtx-faq-panel, .gtx-policy-nav { background: #fff; border: 1px solid var(--gtx-line); border-radius: 10px; padding: 28px; box-shadow: 0 10px 24px rgba(16,26,41,.05); }
.gtx-side-card > div { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-top: 1px solid var(--gtx-line); }
.gtx-side-card i, .gtx-help-card > i { width: 74px; height: 74px; background: #f3f8f6; border-radius: 50%; display: inline-grid; place-items: center; color: var(--gtx-green-dark); font-size: 30px; }
.gtx-help-card { text-align: center; }
.gtx-help-card .gtx-btn { width: 100%; margin-top: 12px; }
.gtx-help-card ul { list-style: none; padding: 0; margin: 20px 0 0; text-align: left; }
.gtx-help-card li { margin-bottom: 12px; }
.gtx-help-card li i { color: var(--gtx-green-dark); width: 24px; }
.gtx-form-card label { font-weight: 700; color: var(--gtx-navy); margin-bottom: 6px; font-size: 12px; }
.gtx-form-card .form-control, .gtx-form-card .form-select { border-color: var(--gtx-line); min-height: 44px; }
.gtx-small-check { display: flex; align-items: center; gap: 8px; font-weight: 600 !important; }
.gtx-contact-card > div { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--gtx-line); }
.gtx-contact-card > div i { grid-row: span 2; width: 48px; height: 48px; border-radius: 50%; background: #eef8f5; color: var(--gtx-green-dark); display: inline-grid; place-items: center; }
.gtx-contact-card strong { font-family: var(--gtx-font-heading); color: var(--gtx-navy); }
.gtx-faq-accordion .accordion-item { border-color: var(--gtx-line); }
.gtx-faq-accordion .accordion-button { font-family: var(--gtx-font-heading); font-weight: 800; color: var(--gtx-green-dark); gap: 18px; padding: 22px 28px; }
.gtx-faq-accordion .accordion-button:not(.collapsed) { background: #f3f8f6; color: var(--gtx-green-dark); box-shadow: none; }
.gtx-faq-accordion .accordion-body { padding: 24px 52px; }
.gtx-faq-accordion h4 { font-family: var(--gtx-font-heading); color: var(--gtx-navy); font-size: 16px; font-weight: 800; }
.gtx-policy-nav { position: sticky; top: 94px; }
.gtx-policy-nav h3 { margin-bottom: 18px; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; color: var(--gtx-green-dark); }
.gtx-policy-nav a { display: block; padding: 12px 14px; border-radius: 6px; color: #2b3440; font-weight: 700; }
.gtx-policy-nav a:hover { background: #edf7f4; color: var(--gtx-green-dark); }
.gtx-mini-help { margin-top: 24px; padding: 20px; border: 1px solid var(--gtx-line); border-radius: 8px; text-align: center; }
.gtx-mini-help i { color: var(--gtx-green-dark); font-size: 28px; margin-bottom: 10px; }
.gtx-updated { color: var(--gtx-green-dark) !important; font-weight: 800; }
.gtx-legal-list section { display: grid; grid-template-columns: 74px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--gtx-line); }
.gtx-legal-list section > i { width: 58px; height: 58px; border-radius: 12px; background: #edf7f4; color: var(--gtx-green-dark); display: inline-grid; place-items: center; font-size: 24px; }
.gtx-legal-list h2 { font-size: 24px; margin-bottom: 9px; }

@media (max-width: 991px) {
    .gtx-inner-hero { min-height: 300px; background-position: center right; }
    .gtx-inner-hero-content { padding: 50px 0; max-width: 100%; }
    .gtx-soft-section { padding: 28px; }
    .gtx-green-cta { flex-direction: column; align-items: flex-start; padding: 28px; }
    .gtx-process-line:before { display: none; }
    .gtx-icon-column { border-right: 0; border-bottom: 1px solid var(--gtx-line); }
    .gtx-info-stack > div { grid-template-columns: 1fr; }
    .gtx-policy-nav { position: static; }
}
@media (max-width: 575px) {
    .gtx-inner-hero { min-height: auto; }
    .gtx-inner-hero-content { padding: 38px 0; }
    .gtx-inner-hero h1 { font-size: 34px; }
    .gtx-page-builder { padding-top: 32px !important; }
    .gtx-stats-row { margin-bottom: 16px; padding: 0; }
    .gtx-legal-list section { grid-template-columns: 1fr; }
}


/* Mockup-driven page templates */
.gtx-page-shell { background: #fff; }
.gtx-page-hero-mockup { margin-bottom: 34px; }
.gtx-page-hero-banner { background-position: center right; background-size: cover; min-height: 410px; display: flex; align-items: center; border-bottom: 1px solid var(--gtx-line); }
.gtx-hero-panel { max-width: 470px; padding: 70px 0; }
.gtx-hero-panel h1 { margin: 0 0 18px; color: #092728; font-family: var(--gtx-font-heading); font-size: clamp(40px,4.3vw,62px); line-height: 1.08; font-weight: 800; letter-spacing: -.03em; }
.gtx-hero-panel p { margin: 0 0 24px; color: #495361; font-size: 16px; line-height: 1.7; }
.gtx-mockup-section { padding-bottom: 44px; }
.gtx-soft-card { background: #fafcfc; border: 1px solid #eef3f2; border-radius: 16px; padding: 36px; }
.gtx-icon-divider-grid > div { position: relative; }
.gtx-icon-divider-grid > div:not(:last-child):after { content:''; position:absolute; top: 24px; right: 0; width:1px; height: 120px; background:#e6edeb; }
.gtx-icon-column { padding: 18px 22px; text-align: center; }
.gtx-icon-column i { width: 74px; height: 74px; display: inline-grid; place-items:center; border-radius: 50%; background: #fff; color: var(--gtx-green-dark); font-size: 31px; box-shadow: 0 8px 22px rgba(16,26,41,.06); margin-bottom: 16px; }
.gtx-icon-column h3 { margin: 0 0 10px; font-size: 19px; }
.gtx-icon-column p { margin: 0 auto; max-width: 250px; color: #5e6874; font-size: 14px; line-height: 1.65; }
.gtx-stats-showcase { position: relative; }
.gtx-stat-card { background: #fff; border: 1px solid var(--gtx-line); border-radius: 12px; box-shadow: 0 10px 25px rgba(16,26,41,.06); text-align: center; padding: 26px 16px; height: 100%; }
.gtx-stat-card i { color: var(--gtx-green-dark); font-size: 30px; margin-bottom: 10px; }
.gtx-stat-card strong { display: block; color: #0d2426; font-family: var(--gtx-font-heading); font-size: 34px; line-height: 1.1; }
.gtx-stat-card span { display: block; margin-top: 8px; color: #5d6672; font-size: 13px; line-height: 1.4; }
.gtx-cta-band { background: linear-gradient(120deg, #006b56, #008f73 56%, #0a7d64); color: #fff; border-radius: 10px; padding: 34px 40px; display:flex; align-items:center; justify-content:space-between; gap: 24px; }
.gtx-cta-band h2 { color: #fff; font-size: clamp(30px, 3vw, 42px); margin: 0 0 6px; }
.gtx-cta-band p { margin: 0; color: rgba(255,255,255,.94); font-size: 17px; }
.gtx-feature-strip { background:#f6faf9; border:1px solid #e4eeeb; border-radius: 14px; overflow:hidden; }
.gtx-feature-strip > .row > div > div { padding: 24px 20px; text-align:center; height:100%; }
.gtx-feature-strip i { color: var(--gtx-green-dark); font-size: 28px; display:block; margin-bottom: 10px; }
.gtx-feature-strip strong { display:block; font-family: var(--gtx-font-heading); font-size: 16px; margin-bottom: 5px; color: var(--gtx-navy); }
.gtx-feature-strip p { margin:0; color:#5f6975; }
.gtx-updated { color:#6b7480; font-weight:600; margin-bottom: 20px; }
.gtx-legal-list section { display:flex; gap:20px; background:#fff; border:1px solid var(--gtx-line); border-radius: 12px; box-shadow: 0 10px 24px rgba(16,26,41,.04); padding: 24px; margin-bottom: 18px; }
.gtx-legal-list section > i { color: var(--gtx-green-dark); font-size: 30px; width: 40px; flex: 0 0 40px; text-align:center; margin-top: 2px; }
.gtx-legal-list section h2 { margin-bottom: 8px; font-size: 24px; }
.gtx-policy-nav { position: sticky; top: 110px; }
.gtx-policy-nav a { display:block; padding: 10px 0; color: #2e3946; font-weight: 600; border-bottom: 1px solid #edf2f1; }
.gtx-policy-nav a:hover { color: var(--gtx-green-dark); }
.gtx-mini-help { margin-top: 20px; padding-top: 18px; border-top: 1px solid #edf2f1; }
.gtx-mini-help i { color: var(--gtx-green-dark); font-size: 24px; margin-bottom: 10px; }
.gtx-mini-help strong { display:block; color: var(--gtx-navy); margin-bottom: 6px; }
.gtx-mini-help p, .gtx-mini-help a { font-size: 14px; }
.gtx-step-card { background:#fff; border:1px solid var(--gtx-line); border-radius: 12px; padding: 28px 18px; height:100%; box-shadow: 0 10px 24px rgba(16,26,41,.04); }
.gtx-step-card span { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:999px; background: var(--gtx-green-dark); color:#fff; font-weight:800; font-size:13px; margin-bottom: 16px; }
.gtx-step-card i { display:block; color: var(--gtx-green-dark); font-size:28px; margin-bottom: 14px; }
.gtx-step-card h3 { margin: 0 0 10px; font-size: 19px; }
.gtx-step-card p { margin: 0; color:#5f6975; line-height:1.65; }
.gtx-page-shell .gtx-help-card ul { list-style:none; padding:0; margin:18px 0 0; }
.gtx-page-shell .gtx-help-card ul li { display:flex; align-items:flex-start; gap:10px; margin-bottom:12px; color:#495361; }
.gtx-page-shell .gtx-help-card ul li i { color: var(--gtx-green-dark); margin-top: 4px; }
.gtx-contact-card > div, .gtx-side-card > div { display:grid; grid-template-columns: 42px 1fr; gap: 12px; align-items:flex-start; padding: 16px 0; border-top: 1px solid #edf2f1; }
.gtx-contact-card > div:first-of-type, .gtx-side-card > div:first-of-type { border-top: 0; padding-top: 10px; }
.gtx-contact-card > div > i, .gtx-side-card > div > i { color: var(--gtx-green-dark); background:#f0f7f5; width:42px; height:42px; border-radius: 50%; display:grid; place-items:center; }
.gtx-contact-card strong, .gtx-side-card h3 { color: var(--gtx-navy); }
.gtx-contact-card p, .gtx-side-card p { margin:0; color:#5d6672; line-height:1.6; }
.gtx-contact-card h2, .gtx-form-card h2, .gtx-help-card h2, .gtx-side-card h2 { margin-bottom: 18px; }
.gtx-page-shell .form-control, .gtx-page-shell .form-select { border:1px solid #d9e4e1; border-radius: 6px; min-height: 48px; }
.gtx-page-shell textarea.form-control { min-height: 160px; }
.gtx-page-shell .gtx-small-check { display:flex; gap:10px; align-items:flex-start; font-size: 13px; color:#5d6672; }
.gtx-page-shell .gtx-small-check input { margin-top: 3px; }
@media (max-width: 1199.98px) {
  .gtx-hero-panel { max-width: 430px; }
  .gtx-icon-divider-grid > div:not(:last-child):after { display:none; }
}
@media (max-width: 991.98px) {
  .gtx-page-hero-banner { min-height: 320px; background-position: center center; }
  .gtx-hero-panel { max-width: 100%; padding: 48px 0; }
  .gtx-hero-panel h1 { font-size: 42px; }
  .gtx-policy-nav { position: static; }
  .gtx-cta-band { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .gtx-soft-card { padding: 28px; }
}
@media (max-width: 767.98px) {
  .gtx-page-hero-banner { min-height: 280px; }
  .gtx-hero-panel { padding: 36px 0; }
  .gtx-hero-panel h1 { font-size: 34px; }
  .gtx-hero-panel p { font-size: 15px; }
  .gtx-mockup-section { padding-bottom: 32px; }
  .gtx-soft-card { padding: 22px; border-radius: 12px; }
  .gtx-legal-list section { padding: 18px; gap: 14px; }
  .gtx-legal-list section h2 { font-size: 22px; }
  .gtx-contact-card > div, .gtx-side-card > div { grid-template-columns: 36px 1fr; }
  .gtx-contact-card > div > i, .gtx-side-card > div > i { width:36px; height:36px; }
}


/* Approved Contact Us page mockup */
.gtx-inner-hero--contact-us { min-height: 355px; background-position: center right; background-size: cover; }
.gtx-inner-hero--contact-us .gtx-inner-hero-content { max-width: 500px; padding: 62px 0 54px; }
.gtx-inner-hero--contact-us h1 { font-size: clamp(46px, 5vw, 70px); letter-spacing: -.035em; margin-bottom: 18px; }
.gtx-inner-hero--contact-us p { max-width: 475px; font-size: 16px; line-height: 1.65; color: #333f4c; }
.gtx-contact-approved { padding: 6px 0 0; }
.gtx-contact-top-row { margin-bottom: 34px; }
.gtx-contact-form-card,
.gtx-contact-info-card { background: #fff; border: 1px solid #e0e9e7; border-radius: 10px; box-shadow: 0 12px 32px rgba(16,26,41,.06); padding: 30px; }
.gtx-section-heading-inline { display:flex; align-items:center; gap: 14px; margin-bottom: 22px; }
.gtx-section-heading-inline h2 { margin:0; font-size: 28px; line-height: 1.2; }
.gtx-section-heading-inline:after { content:''; width: 34px; height: 2px; background: var(--gtx-green-dark); border-radius: 999px; }
.gtx-contact-form label { color: var(--gtx-navy); font-weight: 700; font-size: 12px; margin-bottom: 8px; }
.gtx-contact-form label span { color: #d54848; }
.gtx-contact-form .form-control,
.gtx-contact-form .form-select { min-height: 44px; border: 1px solid #dce7e4; border-radius: 5px; color: #1d2b38; font-size: 13px; box-shadow: none; }
.gtx-contact-form textarea.form-control { min-height: 128px; resize: vertical; }
.gtx-contact-form .form-control:focus,
.gtx-contact-form .form-select:focus { border-color: var(--gtx-green); box-shadow: 0 0 0 .18rem rgba(0,166,135,.12); }
.gtx-form-consent { display:flex; gap: 10px; align-items:flex-start; color: #34404d; font-size: 13px !important; line-height: 1.5; }
.gtx-form-consent input { margin-top: 4px; }
.gtx-form-consent a { color: var(--gtx-green-dark); font-weight: 800; }
.gtx-contact-submit { width: 100%; border-radius: 4px; min-height: 48px; text-transform: none; font-size: 14px; letter-spacing: 0; }
.gtx-contact-info-card { padding: 30px 34px; }
.gtx-contact-info-item { display:grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #edf3f1; }
.gtx-contact-info-item:last-child { border-bottom: 0; padding-bottom: 0; }
.gtx-contact-info-item > span { width: 52px; height: 52px; display:grid; place-items:center; border-radius: 50%; background:#edf7f4; color: var(--gtx-green-dark); font-size: 22px; }
.gtx-contact-info-item h3 { margin: 0 0 6px; color: var(--gtx-green-dark); font-size: 16px; }
.gtx-contact-info-item p { margin:0; color:#273542; font-size: 14px; line-height: 1.55; }
.gtx-contact-info-item small { color:#5e6874; font-size: 12px; }
.gtx-contact-support-row { margin-bottom: 34px; }
.gtx-contact-feature-card { background:#fff; border: 1px solid #e2ebe9; border-radius: 8px; box-shadow: 0 8px 22px rgba(16,26,41,.045); text-align:center; height: 100%; padding: 24px 20px 22px; }
.gtx-contact-feature-card i { display:inline-grid; place-items:center; width: 66px; height: 66px; border: 1px solid rgba(0,127,108,.18); border-radius: 50%; color: var(--gtx-green-dark); font-size: 30px; margin-bottom: 16px; background: #fff; }
.gtx-contact-feature-card h3 { margin: 0 0 10px; color: var(--gtx-navy); font-size: 17px; }
.gtx-contact-feature-card p { margin:0 auto; color:#5c6874; line-height: 1.55; font-size: 13px; max-width: 235px; }
.gtx-service-area-card { overflow:hidden; border: 1px solid #e2ebe9; border-radius: 10px; background:#fff; box-shadow: 0 10px 25px rgba(16,26,41,.05); margin-bottom: 34px; }
.gtx-service-map { min-height: 330px; height: 100%; background-size: cover; background-position: center; position: relative; }
.gtx-service-map:before { content:''; position:absolute; inset:0; background: linear-gradient(0deg, rgba(255,255,255,.08), rgba(255,255,255,.08)); pointer-events:none; }
.gtx-service-copy { padding: 42px 46px; height: 100%; }
.gtx-service-copy h2 { font-size: clamp(32px,3.5vw,44px); margin-bottom: 12px; }
.gtx-service-copy p { color:#4d5966; line-height: 1.65; }
.gtx-service-copy .gtx-check-list { margin-top: 14px; }
.gtx-service-note { margin-top: 18px; font-weight: 600; color:#273542 !important; }
.gtx-contact-cta { margin-bottom: 0; background: linear-gradient(120deg, #006246, #007f5f 58%, #00523f); border-radius: 10px; padding: 32px 42px; color:#fff; display:flex; align-items:center; justify-content:space-between; gap: 22px; box-shadow: 0 14px 34px rgba(0,80,65,.16); }
.gtx-contact-cta h2 { color:#fff; margin:0 0 6px; font-size: clamp(28px, 3vw, 40px); }
.gtx-contact-cta p { color:rgba(255,255,255,.92); margin:0; font-size: 16px; }
.gtx-contact-cta-actions { display:flex; gap: 14px; flex-wrap: wrap; }
.gtx-contact-cta .gtx-btn { text-transform:none; letter-spacing:0; font-size: 14px; min-width: 180px; }
@media (max-width: 991.98px) {
    .gtx-inner-hero--contact-us { min-height: 315px; background-position: center right; }
    .gtx-contact-form-card, .gtx-contact-info-card { padding: 24px; }
    .gtx-service-map { min-height: 260px; }
    .gtx-service-copy { padding: 30px 26px; }
    .gtx-contact-cta { flex-direction: column; align-items: flex-start; padding: 30px 26px; }
}
@media (max-width: 767.98px) {
    .gtx-inner-hero--contact-us { min-height: auto; background-position: 60% center; }
    .gtx-inner-hero--contact-us .gtx-inner-hero-content { padding: 42px 0; }
    .gtx-inner-hero--contact-us h1 { font-size: 38px; }
    .gtx-contact-form-card, .gtx-contact-info-card { padding: 20px; }
    .gtx-contact-info-item { grid-template-columns: 48px 1fr; gap: 12px; }
    .gtx-contact-info-item > span { width: 44px; height: 44px; font-size: 18px; }
    .gtx-section-heading-inline h2 { font-size: 24px; }
    .gtx-contact-cta-actions, .gtx-contact-cta .gtx-btn { width: 100%; }
}

/* Contact page approved mockup - stable template */
.sy-contact-page { background: #fff; }
.sy-contact-hero {
    min-height: 390px;
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gtx-line);
}
.sy-contact-hero__content { max-width: 500px; padding: 64px 0; }
.sy-contact-hero__content h1 {
    margin: 0 0 16px;
    font-family: var(--gtx-font-heading);
    font-size: clamp(42px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.03em;
    color: #0c2c2a;
}
.sy-contact-hero__content p {
    margin: 0 0 24px;
    max-width: 460px;
    color: #344150;
    font-size: 16px;
    line-height: 1.72;
}
.sy-contact-main { padding-top: 42px; padding-bottom: 0; }
.sy-contact-card {
    background: #fff;
    border: 1px solid #dfe9e7;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(16,26,41,.06);
    padding: 32px;
}
.sy-section-title-line { display:flex; align-items:center; gap: 16px; margin-bottom: 24px; }
.sy-section-title-line h2 { margin: 0; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-weight: 800; font-size: 27px; letter-spacing: -.02em; }
.sy-section-title-line:after { content:''; width: 42px; height: 2px; background: var(--gtx-green); border-radius:999px; }
.sy-contact-form label { display:block; margin:0 0 7px; color:#22303d; font-weight:700; font-size: 12px; }
.sy-contact-form label span { color:#c34242; }
.sy-contact-form .form-control,
.sy-contact-form .form-select {
    display:block;
    width:100%;
    min-height: 46px;
    border: 1px solid #dce6e4;
    border-radius: 6px;
    background:#fff;
    color:#142234;
    font-size: 13px;
    padding: 10px 12px;
    box-shadow:none;
}
.sy-contact-form .form-control:focus,
.sy-contact-form .form-select:focus { border-color: var(--gtx-green); box-shadow: 0 0 0 .2rem rgba(0,166,135,.12); }
.sy-contact-form textarea.form-control { min-height: 140px; resize: vertical; }
.sy-consent { display:flex !important; align-items:flex-start; gap:10px; margin-top: 2px !important; color:#455260 !important; font-weight:500 !important; font-size: 13px !important; }
.sy-consent input { margin-top: 3px; flex: 0 0 auto; }
.sy-consent a { color: var(--gtx-green-dark); font-weight: 800; }
.sy-submit-btn { width:100%; min-height:50px; }
.sy-touch-card { padding: 32px 36px; }
.sy-touch-item {
    display:grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items:flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #edf3f1;
}
.sy-touch-item:last-child { border-bottom:0; padding-bottom:0; }
.sy-touch-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background:#edf7f4;
    color: var(--gtx-green-dark);
    display:grid;
    place-items:center;
    font-size: 21px;
}
.sy-touch-item h3 { margin:0 0 6px; color: var(--gtx-green-dark); font-family: var(--gtx-font-heading); font-size: 16px; font-weight: 800; }
.sy-touch-item p { margin:0; color:#233342; font-size:14px; line-height:1.56; }
.sy-touch-item small { color:#65717f; font-size:12px; }
.sy-contact-features { margin-top: 34px; }
.sy-feature-card {
    height:100%;
    background:#fff;
    border:1px solid #e0e9e7;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(16,26,41,.04);
    padding: 28px 18px;
    text-align:center;
}
.sy-feature-card i { color: var(--gtx-green-dark); font-size: 36px; margin-bottom: 18px; }
.sy-feature-card h3 { margin: 0 0 10px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-size: 17px; font-weight: 800; }
.sy-feature-card p { margin:0 auto; color:#596574; font-size: 13px; line-height:1.6; max-width: 245px; }
.sy-service-area {
    margin-top: 34px;
    border:1px solid #e0e9e7;
    border-radius: 12px;
    overflow:hidden;
    box-shadow: 0 10px 26px rgba(16,26,41,.05);
    background:#fff;
}
.sy-map-panel { min-height: 310px; height:100%; background-size:cover; background-position:center; }
.sy-service-copy { padding: 38px 44px; }
.sy-service-copy h2 { margin: 12px 0 14px; font-family: var(--gtx-font-heading); color: var(--gtx-navy); font-size: clamp(30px,3vw,42px); line-height:1.1; font-weight: 800; }
.sy-service-copy p { color:#445160; font-size:15px; line-height:1.7; }
.sy-service-note { margin-top: 16px; color:#20313e !important; }
.sy-ready-cta {
    margin: 34px 0 0;
    background: linear-gradient(120deg, #006b56, #008f73 56%, #0a7d64);
    color:#fff;
    border-radius: 10px;
    padding: 34px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}
.sy-ready-cta h2 { margin:0 0 8px; color:#fff; font-family: var(--gtx-font-heading); font-size: clamp(28px,3vw,38px); font-weight: 800; }
.sy-ready-cta p { margin:0; color:rgba(255,255,255,.94); font-size:16px; line-height:1.55; }
.sy-ready-actions { display:flex; gap:14px; flex-wrap:wrap; }
@media (max-width: 991.98px) {
    .sy-contact-hero { min-height: 320px; background-position: center right; }
    .sy-contact-hero__content { padding: 48px 0; max-width: 100%; }
    .sy-contact-card { padding: 26px; }
    .sy-service-copy { padding: 30px; }
    .sy-ready-cta { flex-direction: column; align-items:flex-start; padding: 30px; }
}
@media (max-width: 767.98px) {
    .sy-contact-hero { min-height: auto; background-position: center; }
    .sy-contact-hero__content { padding: 40px 0; }
    .sy-contact-hero__content h1 { font-size: 38px; }
    .sy-contact-card { padding: 22px; }
    .sy-touch-card { padding: 22px; }
    .sy-section-title-line h2 { font-size: 24px; }
    .sy-touch-item { grid-template-columns: 44px 1fr; gap: 14px; }
    .sy-touch-icon { width: 42px; height: 42px; font-size: 17px; }
    .sy-map-panel { min-height: 230px; }
    .sy-ready-actions, .sy-ready-actions .gtx-btn { width: 100%; }
}


/* About Us spacing refinement */
.gtx-page-builder .gtx-mockup-section + .gtx-mockup-section,
.gtx-page-builder .gtx-soft-section + .gtx-mockup-section {
    margin-top: 52px;
}
.gtx-about-commitment {
    padding-top: 28px;
}
.gtx-about-commitment .gtx-stats-showcase {
    margin-top: 4px;
}
.gtx-about-facility-img {
    width: 100%;
    min-height: 285px;
    max-height: 365px;
    object-fit: cover;
    object-position: center center;
    border: 1px solid #e4eeeb;
    box-shadow: 0 14px 32px rgba(16,26,41,.08);
}
@media (max-width: 991.98px) {
    .gtx-page-builder .gtx-mockup-section + .gtx-mockup-section,
    .gtx-page-builder .gtx-soft-section + .gtx-mockup-section {
        margin-top: 34px;
    }
    .gtx-about-commitment {
        padding-top: 18px;
    }
}
@media (max-width: 767.98px) {
    .gtx-about-facility-img {
        min-height: 220px;
        max-height: 280px;
    }
}


/* Returns Policy help section refinement */
.gtx-returns-help-section { margin-top: 18px; }
.gtx-return-help-card { padding: 30px; }
.gtx-return-help-img { width: 100%; height: 250px; object-fit: cover; object-position: center; }
.gtx-return-help-info { margin-top: 24px; }
.gtx-return-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    height: 100%;
    padding: 0 16px;
    border-right: 1px solid var(--gtx-line);
}
.gtx-return-help-info > div:last-child .gtx-return-contact-item { border-right: 0; }
.gtx-return-contact-item i {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--gtx-green-dark);
    background: rgba(0, 166, 135, .09);
    font-size: 18px;
    margin-top: 2px;
}
.gtx-return-contact-item strong {
    display: block;
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 5px;
}
.gtx-return-contact-item p {
    margin: 0;
    color: var(--gtx-text);
    font-size: 13px;
    line-height: 1.45;
    word-break: break-word;
}
@media (max-width: 991.98px) {
    .gtx-return-help-img { height: 230px; }
    .gtx-return-contact-item { border-right: 0; padding: 12px 0; border-bottom: 1px solid var(--gtx-line); }
    .gtx-return-help-info > div:last-child .gtx-return-contact-item { border-bottom: 0; }
}
@media (max-width: 767.98px) {
    .gtx-return-help-card { padding: 22px; }
    .gtx-return-help-img { height: 210px; }
}

/* Shipping Information page dedicated layout fix */
.sy-shipping-page { background: #fff; }
.sy-shipping-hero {
    min-height: 420px;
    background-size: cover;
    background-position: right center;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gtx-line);
}
.sy-shipping-hero__content { max-width: 490px; padding: 72px 0; }
.sy-shipping-hero__content h1 {
    margin: 0 0 18px;
    color: #0d3430;
    font-family: var(--gtx-font-heading);
    font-weight: 800;
    font-size: clamp(42px, 4.5vw, 60px);
    line-height: 1.08;
    letter-spacing: -.035em;
}
.sy-shipping-hero__content p { margin: 0 0 25px; color: #44505c; font-size: 16px; line-height: 1.75; }
.sy-shipping-feature-wrap { margin-top: 34px; position: relative; z-index: 1; }
.sy-shipping-feature-strip { background: #fff; border: 1px solid var(--gtx-line); border-radius: 12px; box-shadow: 0 14px 34px rgba(16,26,41,.08); overflow: hidden; }
.sy-shipping-feature { min-height: 118px; display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: center; padding: 24px 26px; border-right: 1px solid #edf2f1; }
.sy-shipping-feature-strip > div:last-child .sy-shipping-feature { border-right: 0; }
.sy-shipping-feature span { width: 54px; height: 54px; border-radius: 50%; background: #f0f7f5; display: grid; place-items: center; color: var(--gtx-green-dark); font-size: 24px; }
.sy-shipping-feature h3 { margin: 0 0 5px; font-size: 16px; font-family: var(--gtx-font-heading); color: var(--gtx-navy); font-weight: 800; }
.sy-shipping-feature p { margin: 0; color: #5e6874; font-size: 13px; line-height: 1.45; }
.sy-shipping-main { padding: 42px 0 56px; }
.sy-shipping-info-list { display: grid; gap: 14px; }
.sy-shipping-info-card { background: #fff; border: 1px solid var(--gtx-line); border-radius: 12px; box-shadow: 0 8px 22px rgba(16,26,41,.04); padding: 26px; display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 26px; align-items: start; }
.sy-shipping-info-icon { width: 76px; height: 76px; border-radius: 12px; background: #f4f8f7; display: grid; place-items: center; color: var(--gtx-green-dark); font-size: 34px; }
.sy-shipping-info-content h2 { margin: 0 0 10px; font-size: 24px; line-height: 1.2; color: var(--gtx-navy); }
.sy-shipping-info-content p { margin: 0; color: #4a5562; line-height: 1.7; }
.sy-shipping-info-content ul,
.sy-shipping-info-content ol { margin: 0; padding-left: 20px; color: #4a5562; line-height: 1.75; }
.sy-shipping-info-content li + li { margin-top: 4px; }
.sy-shipping-region-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 18px; margin-top: 12px; }
.sy-shipping-region-grid span { display: inline-flex; align-items: center; gap: 8px; color: #394653; font-weight: 600; }
.sy-shipping-region-grid i { color: var(--gtx-green-dark); }
.sy-shipping-steps { counter-reset: shipsteps; list-style: none; padding-left: 0 !important; }
.sy-shipping-steps li { position: relative; padding-left: 30px; }
.sy-shipping-steps li:before { counter-increment: shipsteps; content: counter(shipsteps); position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--gtx-green-dark); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.sy-shipping-sidebar { position: sticky; top: 100px; display: grid; gap: 24px; }
.sy-shipping-methods-card,
.sy-shipping-help-card { background: #fff; border: 1px solid var(--gtx-line); border-radius: 14px; box-shadow: 0 10px 26px rgba(16,26,41,.05); padding: 30px; }
.sy-shipping-method { display: grid; grid-template-columns: 62px minmax(0,1fr); gap: 18px; align-items: center; padding: 22px 0; border-top: 1px solid #edf2f1; }
.sy-shipping-method:first-of-type { border-top: 0; padding-top: 8px; }
.sy-shipping-method span { width: 58px; height: 58px; border-radius: 50%; background: #f0f7f5; display: grid; place-items: center; color: var(--gtx-green-dark); font-size: 26px; }
.sy-shipping-method h3 { margin: 0 0 6px; font-size: 21px; color: var(--gtx-navy); }
.sy-shipping-method p { margin: 0; color: #5e6874; line-height: 1.55; }
.sy-shipping-help-card { text-align: center; background: linear-gradient(180deg, #f9fcfb, #fff); }
.sy-shipping-help-icon { width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--gtx-green-dark); font-size: 34px; box-shadow: 0 10px 25px rgba(16,26,41,.06); }
.sy-shipping-help-card h2 { font-size: 28px; margin-bottom: 12px; }
.sy-shipping-help-card p { color: #5e6874; line-height: 1.7; margin-bottom: 18px; }
.sy-shipping-help-card ul { list-style: none; padding: 0; margin: 20px 0 0; text-align: left; display: inline-block; }
.sy-shipping-help-card li { color: #4a5562; margin-bottom: 10px; display: flex; gap: 10px; align-items: center; }
.sy-shipping-help-card li i { color: var(--gtx-green-dark); }
.sy-shipping-cta { margin-top: 36px; background: linear-gradient(120deg, #006b56, #008f73 56%, #0a7d64); color: #fff; border-radius: 12px; padding: 30px 36px; display: grid; grid-template-columns: 74px minmax(0,1fr) auto; gap: 24px; align-items: center; box-shadow: 0 14px 30px rgba(0,80,65,.18); }
.sy-shipping-cta-icon { width: 64px; height: 64px; border-radius: 50%; background: #fff; color: var(--gtx-green-dark); display: grid; place-items: center; font-size: 28px; }
.sy-shipping-cta h2 { margin: 0 0 4px; color: #fff; font-size: clamp(27px, 2.4vw, 38px); }
.sy-shipping-cta p { margin: 0; color: rgba(255,255,255,.92); font-size: 16px; }
@media (max-width: 1199.98px) {
    .sy-shipping-feature { grid-template-columns: 1fr; text-align: center; justify-items: center; min-height: 150px; }
    .sy-shipping-feature span { margin-bottom: 2px; }
}
@media (max-width: 991.98px) {
    .sy-shipping-hero { min-height: 340px; background-position: center right; }
    .sy-shipping-hero__content { padding: 54px 0; max-width: 100%; }
    .sy-shipping-feature-wrap { margin-top: 24px; }
    .sy-shipping-feature { border-right: 0; border-bottom: 1px solid #edf2f1; min-height: auto; }
    .sy-shipping-feature-strip > div:last-child .sy-shipping-feature { border-bottom: 0; }
    .sy-shipping-sidebar { position: static; }
    .sy-shipping-cta { grid-template-columns: 1fr; text-align: left; }
}
@media (max-width: 767.98px) {
    .sy-shipping-hero { min-height: auto; }
    .sy-shipping-hero__content { padding: 42px 0; }
    .sy-shipping-hero__content h1 { font-size: 34px; }
    .sy-shipping-info-card { grid-template-columns: 58px minmax(0, 1fr); gap: 14px; padding: 20px; align-items: start; }
    .sy-shipping-info-icon { width: 54px; height: 54px; font-size: 24px; }
    .sy-shipping-info-content h2 { font-size: 21px; margin-top: 0; margin-bottom: 8px; line-height: 1.22; }
    .sy-shipping-region-grid { grid-template-columns: 1fr; }
    .sy-shipping-methods-card, .sy-shipping-help-card { padding: 24px; }
    .sy-shipping-method { grid-template-columns: 52px minmax(0,1fr); gap: 14px; }
    .sy-shipping-method span { width: 50px; height: 50px; font-size: 22px; }
    .sy-shipping-method h3 { font-size: 19px; }
    .sy-shipping-cta { padding: 26px; gap: 16px; }
}

/* Ensure shipping feature strip displays below banner, not over it */
.sy-shipping-page .sy-shipping-feature-wrap{margin-top:34px!important;}

/* Industries page mockup */
.sy-industries-page { background:#fff; }
.sy-industries-hero {
    min-height: 390px;
    background-size: cover;
    background-position: center right;
    display:flex;
    align-items:center;
    border-bottom:1px solid var(--gtx-line);
}
.sy-industries-hero__content { max-width: 520px; padding: 70px 0; }
.sy-industries-hero__content h1 {
    margin: 0 0 18px;
    color: #0a2d2a;
    font-family: var(--gtx-font-heading);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.03em;
}
.sy-industries-hero__content p { margin: 0 0 24px; max-width: 470px; color: #44505d; font-size: 16px; line-height: 1.7; }
.sy-industries-section { padding: 42px 0 0; }
.sy-section-heading { margin-bottom: 26px; }
.sy-section-heading h2 {
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-size: clamp(26px, 2.4vw, 36px);
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
}
.sy-section-heading h2:after { content:''; display:block; width:54px; height:3px; background: var(--gtx-green); border-radius:999px; margin: 14px auto 0; }
.sy-industry-card {
    height: 100%;
    background:#fff;
    border:1px solid var(--gtx-line);
    border-radius: 10px;
    overflow:hidden;
    box-shadow: 0 10px 24px rgba(16,26,41,.06);
    position:relative;
    transition: transform .2s ease, box-shadow .2s ease;
}
.sy-industry-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(16,26,41,.09); }
.sy-industry-card__image { height: 108px; background-size: cover; background-position: center; }
.sy-industry-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background:#fff;
    border:1px solid var(--gtx-line);
    color: var(--gtx-green-dark);
    display:grid;
    place-items:center;
    font-size: 24px;
    margin: -29px auto 12px;
    position:relative;
    z-index:1;
    box-shadow: 0 8px 18px rgba(16,26,41,.07);
}
.sy-industry-card__body { padding: 0 16px 22px; text-align:center; }
.sy-industry-card__body h3 { font-size: 18px; line-height: 1.2; margin: 0 0 8px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-weight: 800; }
.sy-industry-card__body p { margin: 0; color:#5e6975; font-size: 13px; line-height: 1.6; }
.sy-solution-list { display:grid; gap: 16px; }
.sy-industry-solution {
    display:grid;
    grid-template-columns: 1fr 1fr;
    min-height: 205px;
    background:#fff;
    border:1px solid var(--gtx-line);
    border-radius: 12px;
    overflow:hidden;
    box-shadow: 0 10px 24px rgba(16,26,41,.05);
}
.sy-industry-solution--reverse .sy-industry-solution__media { order: 2; }
.sy-industry-solution__media { background-size: cover; background-position: center; min-height: 205px; }
.sy-industry-solution__content { padding: 28px 34px; text-align:left; position:relative; }
.sy-solution-icon { display:inline-grid; place-items:center; width:40px; height:40px; border-radius:50%; background:#eff8f6; color: var(--gtx-green-dark); font-size: 18px; margin-bottom: 10px; }
.sy-industry-solution__content h3 { margin: 0 0 10px; color: var(--gtx-navy); font-family: var(--gtx-font-heading); font-size: 23px; line-height:1.2; font-weight:800; }
.sy-industry-solution__content p { color:#586371; line-height:1.65; margin:0 0 12px; }
.sy-industry-solution__content ul { list-style:none; padding:0; margin:0; display:grid; gap:6px; }
.sy-industry-solution__content li { position:relative; padding-left:24px; color:#2e3946; font-size: 14px; }
.sy-industry-solution__content li:before { content:'\f058'; font-family:'Font Awesome 5 Free'; font-weight:900; color: var(--gtx-green-dark); position:absolute; left:0; top:2px; font-size:13px; }
.sy-industries-choose-grid { background:#fff; border-top:1px solid #eef3f2; border-bottom:1px solid #eef3f2; }
.sy-industries-choose-grid > div { position:relative; }
.sy-industries-choose-grid > div:not(:last-child):after { content:''; position:absolute; top:20px; bottom:20px; right:0; width:1px; background:#e7efed; }
.sy-industries-mini-feature { padding: 22px 26px; text-align:left; display:grid; grid-template-columns: 54px 1fr; column-gap:14px; align-items:start; min-height: 142px; }
.sy-industries-mini-feature i { width:54px; height:54px; border-radius:50%; display:grid; place-items:center; background:#f3faf8; color: var(--gtx-green-dark); border:1px solid #e2efec; font-size:25px; grid-row: span 2; }
.sy-industries-mini-feature h3 { margin: 5px 0 7px; font-family: var(--gtx-font-heading); color: var(--gtx-navy); font-size: 17px; font-weight: 800; }
.sy-industries-mini-feature p { margin:0; color:#5e6975; font-size:13px; line-height:1.55; }
.sy-industry-support-section { padding-top: 32px; }
.sy-industry-support-row { position:relative; }
.sy-industry-support-card {
    height:100%;
    background:#fff;
    border:1px solid var(--gtx-line);
    border-radius: 10px;
    padding: 24px 20px 22px;
    box-shadow: 0 10px 24px rgba(16,26,41,.05);
    text-align:left;
    position:relative;
}
.sy-industry-support-card:after { content:''; position:absolute; right:-31px; top:50%; width:40px; height:1px; border-top:2px dashed rgba(0,127,108,.35); }
.sy-industry-support-row > div:last-child .sy-industry-support-card:after { display:none; }
.sy-industry-step-number { display:inline-grid; place-items:center; width:28px; height:28px; border-radius:50%; background: var(--gtx-green-dark); color:#fff; font-weight:800; font-size:13px; margin-bottom:16px; }
.sy-industry-support-card i { color: var(--gtx-green-dark); font-size:32px; display:block; margin-bottom:12px; }
.sy-industry-support-card h3 { font-size:18px; margin:0 0 8px; color: var(--gtx-navy); font-family:var(--gtx-font-heading); font-weight:800; }
.sy-industry-support-card p { margin:0; color:#5e6975; line-height:1.6; font-size:13px; }
.sy-industries-bottom-cta-wrap { padding-bottom: 48px; }
.sy-industries-cta { background: linear-gradient(120deg, #006b56, #008f73 56%, #0a7d64); color:#fff; border-radius:10px; padding: 34px 40px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.sy-industries-cta h2 { color:#fff; font-size: clamp(28px, 3vw, 40px); margin:0 0 8px; }
.sy-industries-cta p { margin:0; color: rgba(255,255,255,.94); font-size:17px; }
@media (max-width: 1199.98px) {
    .sy-industry-card__body h3 { font-size:16px; }
    .sy-industries-mini-feature { grid-template-columns: 1fr; text-align:center; }
    .sy-industries-mini-feature i { margin:0 auto 8px; grid-row:auto; }
}
@media (max-width: 991.98px) {
    .sy-industries-hero { min-height: 320px; background-position:center; }
    .sy-industries-hero__content { padding: 48px 0; max-width: 100%; }
    .sy-industry-solution, .sy-industry-solution--reverse { grid-template-columns:1fr; }
    .sy-industry-solution--reverse .sy-industry-solution__media { order:0; }
    .sy-industries-choose-grid > div:not(:last-child):after, .sy-industry-support-card:after { display:none; }
    .sy-industries-cta { flex-direction:column; align-items:flex-start; padding:30px 24px; }
}
@media (max-width: 767.98px) {
    .sy-industries-hero { min-height: 280px; }
    .sy-industries-hero__content { padding: 36px 0; }
    .sy-industries-hero__content h1 { font-size: 34px; }
    .sy-industries-hero__content p { font-size: 15px; }
    .sy-industries-section { padding-top: 32px; }
    .sy-industry-solution__content { padding: 24px 22px; }
    .sy-industry-solution__media { min-height: 180px; }
    .sy-industries-mini-feature { padding: 20px 16px; }
}


/* Industries support process alignment fix */
.sy-industry-support-section .sy-section-heading { margin-bottom: 28px; }
.sy-industry-support-row { align-items: stretch; }
.sy-industry-support-card {
    min-height: 154px;
    height: 100%;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    padding: 28px 22px 24px;
    text-align: left;
    overflow: visible;
}
.sy-industry-step-number {
    position: absolute;
    top: 14px;
    left: 18px;
    margin: 0;
    z-index: 2;
}
.sy-industry-support-icon {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #f3faf8;
    border: 1px solid #dcece8;
    color: var(--gtx-green-dark);
    display: grid;
    place-items: center;
    align-self: center;
}
.sy-industry-support-icon i {
    display: block;
    margin: 0;
    font-size: 27px;
    line-height: 1;
    color: var(--gtx-green-dark);
}
.sy-industry-support-content h3 {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.25;
    color: var(--gtx-navy);
    font-family: var(--gtx-font-heading);
    font-weight: 800;
}
.sy-industry-support-content p {
    margin: 0;
    color: #5e6975;
    font-size: 13px;
    line-height: 1.55;
}
.sy-industry-support-card > i,
.sy-industry-support-card > h3,
.sy-industry-support-card > p { display: none; }
@media (min-width: 992px) {
    .sy-industry-support-card:after {
        right: -26px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
    }
}
@media (max-width: 991.98px) {
    .sy-industry-support-card:after { display: none !important; }
}
@media (max-width: 575.98px) {
    .sy-industry-support-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        row-gap: 14px;
        padding: 34px 22px 24px;
    }
    .sy-industry-step-number {
        left: 50%;
        transform: translateX(-50%);
    }
    .sy-industry-support-content h3,
    .sy-industry-support-content p { text-align: center; }
}


/* Shipping mobile info-card alignment fix */
@media (max-width: 420px) {
    .sy-shipping-info-card { grid-template-columns: 50px minmax(0, 1fr) !important; gap: 12px !important; padding: 18px !important; }
    .sy-shipping-info-icon { width: 48px !important; height: 48px !important; font-size: 21px !important; }
    .sy-shipping-info-content h2 { font-size: 19px !important; }
}

/* Built-in form captcha and saved-entry states */
.gtx-alert-warning { background: #fff7e0; color: #7a5200; border: 1px solid #f1d98b; }
.gtx-captcha-field { margin: 18px 0; padding: 16px; border: 1px solid #dfe9e7; border-radius: 10px; background: #f8fbfa; }
.gtx-captcha-field label { display: block; margin: 0 0 8px; color: var(--gtx-navy); font-weight: 800; font-size: 13px; }
.gtx-captcha-field label span { color: #c34242; }
.gtx-captcha-row { display: flex; align-items: center; gap: 10px; }
.gtx-captcha-question { display: inline-flex; align-items: center; min-height: 42px; padding: 0 14px; border-radius: 6px; background: #fff; border: 1px solid #dfe9e7; color: var(--gtx-green-dark); font-family: var(--gtx-font-heading); font-weight: 800; white-space: nowrap; }
.gtx-captcha-field input[type="text"] { width: 140px !important; min-height: 42px; border: 1px solid #dfe9e7; border-radius: 6px; padding: 10px 12px; background: #fff; }
.gtx-captcha-field small { display: block; margin-top: 8px; color: #6b7480; font-size: 12px; }
.sy-contact-form .sy-consent span { color: #455260; }
@media (max-width: 575.98px) {
    .gtx-captcha-row { align-items: stretch; flex-direction: column; }
    .gtx-captcha-question { justify-content: center; }
    .gtx-captcha-field input[type="text"] { width: 100% !important; }
}



