/*
Theme Name: GTPharma
Theme URI: https://gtpharma.com.py/
Author: GTPharma
Description: Tema institucional e catalogo consultivo da GTPharma.
Version: 1.3.3
Requires at least: 6.8
Requires PHP: 8.2
Text Domain: gtpharma
*/

:root { --gt-blue:#1478f2; --gt-blue-deep:#0a5bc8; --gt-ink:#071a31; --gt-muted:#52647b; --gt-line:#d9e4f0; --gt-soft:#f4f8fd; --gt-white:#fff; }
html { scroll-behavior:smooth; }
body { margin:0;color:var(--gt-ink); }
button,input,select,textarea { font:inherit; }
.gt-main { min-height:56vh; }
.gt-button,.gt-secondary,.gt-small-button { min-height:48px;display:inline-flex;align-items:center;justify-content:center; }
.gt-button[disabled],.gt-secondary[disabled] { opacity:.58;cursor:wait; }
.gt-form-message { min-height:22px;margin:8px 0 0;font-weight:700;color:#40546e; }
.gt-form-message.gt-error { color:#b42318; }
.gt-form-message.gt-success { color:#087d4b; }
.gt-cart-empty .gt-order-telegram { display:grid;gap:2px;min-height:66px;padding:12px 22px;border-radius:10px;background:#229ed9;color:#fff;text-decoration:none;box-shadow:0 12px 25px rgba(34,158,217,.25);font-weight:800;transition:transform .18s ease,background .18s ease,box-shadow .18s ease; }
.gt-cart-empty .gt-order-telegram:hover,.gt-cart-empty .gt-order-telegram:focus-visible { background:#168bc5;color:#fff;transform:translateY(-1px);box-shadow:0 16px 28px rgba(34,158,217,.32); }
.gt-cart-empty .gt-order-telegram small { color:rgba(255,255,255,.88);font-size:12px;font-weight:700; }
.gt-cart-empty .gt-order-whatsapp { min-height:44px;background:#25d366;color:#073b1d;border:1px solid #20bd5b;box-shadow:none; }
.gt-cart-empty .gt-order-whatsapp:hover,.gt-cart-empty .gt-order-whatsapp:focus-visible { background:#20c760;color:#052f17; }
.gt-telegram-first-order { display:grid;gap:4px;padding:13px 14px;border:1px solid #a9d9ef;border-radius:8px;background:#eef9fe;color:#16445c;text-align:left; }
.gt-telegram-first-order strong { color:#0d3850;font-size:14px; }
.gt-telegram-first-order span { font-size:13px;line-height:1.45; }
.gt-catalog-grid { align-items:stretch; }
.gt-product { height:100%; }
.gt-product-body { display:flex;flex-direction:column; }
.gt-product-actions { margin-top:auto; }
.gt-product-actions>* { width:100%;min-width:0; }
.gt-product-media img { background:#fff; }
.gt-catalog-filter-form { display:grid;gap:13px; }
.gt-catalog-filter-form label { display:grid;gap:6px;font-size:13px;font-weight:800;color:#42556c; }
.gt-catalog-filter-form .gt-input,.gt-catalog-filter-form .gt-select { width:100%; }
.gt-filter-list { display:grid;gap:4px;margin-top:12px; }
.gt-filter-group { border-top:1px solid var(--gt-line);padding-top:16px;margin-top:16px; }
.gt-filter-group h3 { font-size:13px;text-transform:uppercase;margin:0 0 8px;color:#6a7b8e; }
.gt-pagination { display:flex;align-items:center;justify-content:center;gap:7px;margin-top:30px;flex-wrap:wrap; }
.gt-pagination .page-numbers { min-width:42px;min-height:42px;border:1px solid var(--gt-line);display:inline-grid;place-items:center;border-radius:6px;text-decoration:none;color:var(--gt-ink);font-weight:800; }
.gt-pagination .current { background:var(--gt-blue);color:#fff;border-color:var(--gt-blue); }
.gt-product-detail-actions { display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px; }
.gt-product-visual { display:grid;gap:12px; }
.gt-product-gallery { display:flex;gap:8px;overflow-x:auto;padding:2px 1px 5px;scrollbar-width:thin; }
.gt-product-gallery button { width:64px;height:64px;flex:0 0 auto;padding:3px;border:1px solid var(--gt-line);border-radius:7px;background:#fff;cursor:pointer; }
.gt-product-gallery button.is-active { border:2px solid var(--gt-blue); }
.gt-product-gallery img { width:100%;height:100%;object-fit:contain;display:block; }
.gtp-product-gallery { grid-column:1/-1;padding:16px;border:1px solid #d9e4f0;border-radius:7px;background:#f8fbff; }
.gtp-product-gallery h3 { margin:0 0 5px; }
#gtp-product-gallery-list { display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 0; }
#gtp-product-gallery-list li { width:96px;display:grid;gap:5px;margin:0; }
#gtp-product-gallery-list img { width:96px;height:96px;object-fit:contain;border:1px solid #d9e4f0;background:#fff; }
.gt-product-specs { display:grid;gap:0;margin:22px 0;border:1px solid var(--gt-line);border-radius:7px;overflow:hidden; }
.gt-product-specs div { display:grid;grid-template-columns:minmax(130px,.7fr) 1.3fr;gap:18px;padding:13px 16px;border-bottom:1px solid var(--gt-line); }
.gt-product-specs div:last-child { border-bottom:0; }
.gt-product-specs dt { font-weight:800;color:#617187; }
.gt-product-specs dd { margin:0;font-weight:700; }
.gt-product-spec-link { color:var(--gt-blue); text-decoration:none; border-bottom:1px solid currentColor; }
.gt-product-spec-link:hover,.gt-product-spec-link:focus-visible { color:var(--gt-navy); border-bottom-width:2px; }
.gt-catalog-active-filter { margin:0 0 18px;padding:10px 13px;border:1px solid var(--gt-line);border-radius:7px;color:#425776;background:#fff; }
.gt-catalog-active-filter a { margin-left:10px;color:var(--gt-blue);font-weight:800; }
.gt-breadcrumbs { font-size:13px;color:#68798d;margin-bottom:20px; }
.gt-breadcrumbs a { color:inherit; }
.gt-native-video { width:100%;aspect-ratio:16/9;background:#061426;object-fit:contain;border-radius:7px; }
.gt-video-card button { width:100%;border:0;padding:0;text-align:left;background:none;cursor:pointer;color:inherit; }
.gt-account-card>form,.gt-contact-box form { display:grid;gap:14px; }
.gt-password-field { position:relative;display:flex; }
.gt-password-field input { padding-right:74px; }
.gt-password-field button { position:absolute;right:7px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--gt-blue-deep);font-size:12px;font-weight:800;cursor:pointer; }
.gt-consent-row { display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px!important;font-size:13px; }
.gt-consent-row input { width:18px!important;height:18px;flex:0 0 auto;margin-top:1px; }
.gt-account-summary { overflow-wrap:anywhere; }
.gt-account-inline-actions { display:flex;gap:10px;flex-wrap:wrap; }
.gt-order-groups { display:grid;gap:24px;max-width:940px; }
.gt-order-section { border:1px solid var(--gt-line);border-radius:8px;background:#fff;overflow:hidden; }
.gt-order-section>header { display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--gt-line);background:#f8fbff; }
.gt-order-section h2 { margin:0;color:var(--gt-ink);font-size:20px; }
.gt-order-section p { margin:4px 0 0;color:var(--gt-muted);font-size:14px; }
.gt-order-section>header>span { min-width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#e8f1ff;color:#095cc9;font-size:13px;font-weight:800; }
.gt-order-section-progress>header>span { background:#fff3d6;color:#8a5900; }
.gt-order-section-history>header>span { background:#e7f6ee;color:#087d4b; }
.gt-order-list { display:grid;gap:12px;padding:16px; }
.gt-order-card { border:1px solid var(--gt-line);border-radius:7px;padding:16px;background:#fff; }
.gt-order-card-progress { border-left:4px solid #d99b16; }
.gt-order-card-history { border-left:4px solid #19a56d; }
.gt-order-card-head { display:flex;align-items:flex-start;justify-content:space-between;gap:10px; }
.gt-order-card-head strong { display:block;color:var(--gt-ink);font-size:16px; }
.gt-order-card-head small { display:block;margin-top:4px;color:var(--gt-muted);font-size:12px; }
.gt-order-status { flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#e8f1ff;color:#095cc9;font-size:12px;font-weight:800; }
.gt-order-status-progress { background:#fff3d6;color:#8a5900; }
.gt-order-status-history { background:#e7f6ee;color:#087d4b; }
.gt-order-card ul { display:grid;gap:6px;margin:14px 0 0;padding:0;list-style:none;color:var(--gt-ink);font-size:14px; }
.gt-order-card li { line-height:1.45; }
.gt-order-card li span { color:var(--gt-muted); }
.gt-order-updated { margin:14px 0 0!important;padding-top:12px;border-top:1px solid var(--gt-line);color:var(--gt-muted)!important;font-size:12px!important; }
.gt-order-none { padding:16px 20px 20px; }
@media(max-width:560px) { .gt-order-section>header { padding:15px 16px; }.gt-order-list { padding:12px; }.gt-order-card { padding:14px; }.gt-order-card-head { flex-direction:column; }.gt-order-status { align-self:flex-start; } }
.gt-contact-address { min-height:240px; }
.gt-contact-card-label { display:inline-flex;align-items:center;gap:9px;color:#1266d8;font-size:12px;font-weight:800;text-transform:uppercase; }
.gt-contact-card-label::before { width:22px;height:2px;border-radius:2px;background:#1677ff;content:""; }
.gt-contact-address>h2 { margin:10px 0 22px; }
.gt-contact-quick-links { display:grid;gap:10px; }
.gt-contact-quick-link { min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #bedbf8;border-radius:8px;color:#fff;background:#229ed9;text-decoration:none;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease; }
.gt-contact-quick-link span { font-weight:800; }
.gt-contact-quick-link small { padding:5px 8px;border-radius:5px;color:inherit;background:rgba(255,255,255,.15);font-size:11px;font-weight:800;text-transform:uppercase; }
.gt-contact-quick-link:hover,.gt-contact-quick-link:focus-visible { color:#fff;background:#168bc5;transform:translateY(-1px);box-shadow:0 10px 24px rgba(34,158,217,.18); }
.gt-contact-quick-link-promotions { color:#0a2a4a;background:#e9f5ff; }
.gt-contact-quick-link-promotions small { background:#cfe8ff; }
.gt-contact-quick-link-promotions:hover,.gt-contact-quick-link-promotions:focus-visible { color:#082442;background:#d9edff; }
.gt-contact-location { margin-top:26px;padding-top:24px;border-top:1px solid var(--gt-line); }
.gt-contact-location h3 { margin:9px 0 8px;color:var(--gt-ink);font-size:20px; }
.gt-contact-location p { margin:0;color:#536b85;line-height:1.55; }
.gt-contact-map-link { min-height:46px;display:inline-flex;align-items:center;justify-content:center;margin-top:16px;padding:10px 15px;border:1px solid #a9cff8;border-radius:7px;color:#075fc9;background:#f2f8ff;text-decoration:none;font-weight:800; }
.gt-contact-map-link:hover,.gt-contact-map-link:focus-visible { color:#fff;background:#1677ff; }
.gt-contact-hours { margin:20px 0 0; }
.gt-contact-channel-actions[hidden] { display:none; }
.gt-contact-channel-actions { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 0 14px; }
.gt-contact-channel-actions .gt-contact-channel { min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1.15;text-align:center; }
.gt-contact-channel-actions .gt-contact-channel small { color:inherit;font-size:11px;font-weight:700;letter-spacing:0;opacity:.88; }
.gt-contact-channel-actions .gt-contact-telegram { background:#229ed9;border-color:#229ed9;color:#fff; }
.gt-contact-channel-actions .gt-contact-telegram:hover,.gt-contact-channel-actions .gt-contact-telegram:focus-visible { background:#168bc5;border-color:#168bc5;color:#fff; }
.gt-contact-channel-actions .gt-contact-whatsapp { background:#25d366;border-color:#20bd5b;color:#073b1d; }
.gt-contact-channel-actions .gt-contact-whatsapp:hover,.gt-contact-channel-actions .gt-contact-whatsapp:focus-visible { background:#20c760;border-color:#1caf53;color:#052f17; }

.gt-single-post { min-height:58vh;padding:clamp(42px,7vw,86px) 0;background:#f6f9fd; }
.gt-single-post-article { max-width:820px;margin:0 auto; }
.gt-single-post-header { margin-bottom:24px; }
.gt-single-post-header span { display:inline-flex;align-items:center;gap:10px;color:#1266d8;font-size:13px;font-weight:800; }
.gt-single-post-header span::before { width:28px;height:2px;background:#1677ff;content:""; }
.gt-single-post-header h1 { max-width:760px;margin:12px 0 0;color:#071b36;font-size:clamp(34px,5vw,58px);line-height:1.04; }
.gt-single-post-content { color:#425b78;font-size:17px;line-height:1.7; }
.gt-promo-invite { padding:clamp(24px,4vw,42px);border:1px solid #c9ddf6;border-radius:10px;background:#fff;box-shadow:0 18px 50px rgba(17,74,139,.09); }
.gt-promo-invite h2 { margin:0 0 12px;color:#071b36;font-size:clamp(25px,4vw,36px); }
.gt-promo-invite p { margin:0 0 22px; }
.gt-promo-invite .wp-block-button__link { display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:8px;background:#229ed9;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 25px rgba(34,158,217,.22); }
.gt-promo-invite .wp-block-button__link:hover,.gt-promo-invite .wp-block-button__link:focus-visible { background:#168bc5;color:#fff; }
.gt-promo-note { margin:18px 0 0!important;color:#6b7f97;font-size:13px; }
@media(max-width:640px) { .gt-single-post { padding:32px 0 52px; }.gt-single-post-header { margin-bottom:18px; }.gt-promo-invite { padding:22px 18px; }.gt-promo-invite .wp-block-button,.gt-promo-invite .wp-block-button__link { width:100%; } }
.gt-maintenance { min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,#123961 0,#071426 55%,#040b14 100%);color:#fff;text-align:center; }
.gt-maintenance img { display:block;width:min(440px,82vw);height:auto;margin:0 auto 30px; }
.gt-maintenance h1 { font-size:clamp(30px,5vw,58px);margin:0 0 12px; }
.gt-maintenance p { color:#b9cae0;font-size:18px; }
.gt-pep-lead[hidden],.gt-pep-calculator[hidden] { display:none; }
.gt-pep-lead { max-width:680px;margin:0 auto; }
.gt-pep-lead form { display:grid;grid-template-columns:1fr 1fr;gap:12px; }
.gt-pep-lead .gt-wide { grid-column:1/-1; }
.gt-syringe-visual { position:relative;height:92px;margin:18px 0;display:flex;align-items:center; }
.gt-syringe-barrel { position:relative;width:calc(100% - 76px);height:42px;border:3px solid #6f8197;border-radius:7px 2px 2px 7px;background:#eef3f9;overflow:hidden; }
.gt-syringe-liquid { position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,#2b8cff,#73c8ff);transition:width .45s cubic-bezier(.2,.8,.2,1); }
.gt-syringe-ticks { position:absolute;inset:5px 8px;background:repeating-linear-gradient(90deg,transparent 0 calc(10% - 1px),#687b92 calc(10% - 1px) 10%);opacity:.62; }
.gt-syringe-needle { width:70px;height:3px;background:#8997a8;position:relative; }
.gt-syringe-needle::before { content:"";position:absolute;left:0;top:-7px;width:10px;height:17px;background:#6d7e92; }
.gt-syringe-plunger { position:absolute;left:-20px;width:20px;height:5px;background:#61738a; }
.gt-pep-result-live { min-height:160px; }
.gt-pep-result-live strong { font-size:34px; }
.gt-pep-form-row { display:grid;grid-template-columns:1fr 1fr;gap:12px; }
.gt-pep-form-row label { display:grid;gap:7px;font-weight:800; }
.gt-pep-presets { display:flex;flex-wrap:wrap;gap:7px;margin-top:8px; }
.gt-pep-presets button { border:1px solid #40536b;background:#18273a;color:#fff;border-radius:6px;min-height:38px;padding:0 13px;cursor:pointer; }
.gt-pep-presets button:hover { border-color:#54a7ff; }
.gt-search[hidden] { display:none; }
.gt-search form { max-width:840px;margin:0 auto; }
.gt-footer-logo { max-width:220px;filter:brightness(0) invert(1); }
.gt-footer-note { max-width:380px; }
.gt-footer-bottom { justify-content:space-between; }
.screen-reader-text { position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
@media(max-width:1100px){.gt-product-detail-actions{grid-template-columns:1fr}}
@media(max-width:760px){.gt-product-specs div{grid-template-columns:1fr;gap:4px}.gt-pep-lead form,.gt-pep-form-row{grid-template-columns:1fr}.gt-pep-lead .gt-wide{grid-column:auto}.gt-footer-bottom{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* WordPress catalog layout normalization. */
.gt-catalog-filter-toggle { display:none; }
.gt-mobile-filter-field { display:none!important; }
.gt-catalog-layout { grid-template-columns:240px minmax(0,1fr);gap:24px; }
.gt-catalog-sidebar { position:sticky;top:76px;align-self:start;max-height:none;overflow:visible; }
.gt-catalog-toolbar p { display:flex;align-items:baseline;gap:6px;margin:0; }
.gt-catalog-toolbar .gt-secondary { flex:0 0 auto; }
.gt-catalog-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch; }
.gt-product { min-width:0;height:100%; }
.gt-product-media { width:100%;min-height:0; }
.gt-product-media>a { display:block;width:100%;height:100%; }
.gt-product-body { min-width:0; }
.gt-product h3,.gt-product h3 a { overflow-wrap:anywhere; }

@media(min-width:1440px){
  .gt-catalog-grid { grid-template-columns:repeat(5,minmax(0,1fr)); }
}

@media(min-width:1101px){
  .gt-catalog-sidebar {
    padding:4px 18px 20px 0;
    border:0;
    border-right:1px solid var(--gt-line);
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
}

@media(min-width:1101px) and (max-width:1279px){
  .gt-catalog-layout { grid-template-columns:220px minmax(0,1fr);gap:18px; }
  .gt-catalog-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media(max-width:1100px){
  .gt-catalog-layout { display:block; }
  .gt-catalog-filter-toggle { width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:11px 14px;border:1px solid var(--gt-line);border-radius:7px;color:var(--gt-ink);background:#fff;font-weight:800;box-shadow:0 8px 24px rgba(6,23,44,.06); }
  .gt-filter-toggle-icon { position:relative;width:18px;height:18px;flex:0 0 18px; }
  .gt-filter-toggle-icon::before,.gt-filter-toggle-icon::after { content:"";position:absolute;left:2px;right:2px;top:8px;height:2px;border-radius:99px;background:currentColor;transition:transform .18s ease; }
  .gt-filter-toggle-icon::after { transform:rotate(90deg); }
  .gt-catalog-filter-toggle[aria-expanded="true"] .gt-filter-toggle-icon::after { transform:rotate(0); }
  .gt-catalog-sidebar { position:static;display:none!important;margin:0 0 16px;padding:14px;max-height:none;overflow:visible; }
  .gt-catalog-sidebar.gt-open { display:block!important; }
  .gt-catalog-sidebar h2,.gt-catalog-sidebar .gt-filter-group { display:none; }
  .gt-catalog-filter-form { grid-template-columns:minmax(0,1.4fr) minmax(150px,.8fr);align-items:end; }
  .gt-catalog-filter-form .gt-mobile-filter-field { display:grid!important; }
  .gt-catalog-filter-form .gt-button { width:100%;grid-column:1/-1; }
  .gt-catalog-grid { grid-template-columns:repeat(3,minmax(0,1fr));gap:14px; }
}

@media(max-width:700px){
  .gt-page-head-tight { padding-block:25px; }
  .gt-page-head-tight h1 { font-size:clamp(30px,9vw,40px); }
  .gt-catalog-section { padding:14px 12px 36px; }
  .gt-catalog-filter-form { grid-template-columns:1fr; }
  .gt-catalog-toolbar { display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px; }
  .gt-catalog-toolbar p { flex:1 1 auto;min-width:0;gap:5px;white-space:nowrap; }
  .gt-catalog-toolbar strong { font-size:19px; }
  .gt-catalog-toolbar span { font-size:13px; }
  .gt-catalog-toolbar .gt-secondary { width:auto;min-width:112px;min-height:40px;padding:8px 11px;font-size:12px; }
  .gt-catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }
  .gt-product-media { aspect-ratio:1/.92;min-height:0;padding:10px; }
  .gt-product-body { padding:10px; }
  .gt-product h3 { min-height:36px;font-size:13.5px;line-height:1.3; }
  .gt-product-dose { min-height:16px;font-size:11px!important; }
  .gt-product-actions { gap:7px;padding-top:9px; }
  .gt-product-actions .gt-small-button { min-height:38px;padding:7px 5px;font-size:11px;line-height:1.2; }
}

@media(max-width:420px){
  .gt-catalog-toolbar .gt-found-extra { display:none; }
}

@media(max-width:360px){
  .gt-catalog-grid { grid-template-columns:1fr; }
  .gt-product-media { aspect-ratio:4/3; }
  .gt-product h3 { min-height:0;font-size:15px; }
  .gt-product-actions .gt-small-button { font-size:12px; }
}

/* Dynamic catalog search and consistent product artwork. */
.gt-catalog-search-field { position:relative;z-index:12;display:grid;grid-template-columns:minmax(0,1fr);gap:6px;min-width:0;margin:0;padding:0;border:0;background:transparent;box-shadow:none; }
.gt-catalog-search-field .gt-input { min-width:0;max-width:100%; }
.gt-catalog-search-field .gt-search-hint { margin-top:4px;color:#6b7c91;font-size:11px;font-weight:650; }
.gt-product-suggestions { position:absolute;top:calc(100% + 7px);left:0;right:0;z-index:40;max-height:340px;overflow-y:auto;padding:6px;border:1px solid #cad8e8;border-radius:7px;background:#fff;box-shadow:0 18px 45px rgba(7,28,54,.18); }
.gt-product-suggestions[hidden] { display:none; }
.gt-product-suggestions a { display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:10px;min-height:54px;padding:6px!important;border-radius:5px;color:#0b1e38!important;text-decoration:none; }
.gt-product-suggestions a:hover,.gt-product-suggestions a.is-active { background:#edf5ff;color:#075fc8!important; }
.gt-product-suggestion-image { display:grid;place-items:center;width:46px;height:46px;overflow:hidden;border:1px solid #e1e9f2;border-radius:5px;background:#f7f9fc; }
.gt-product-suggestion-image img { width:100%;height:100%;object-fit:contain; }
.gt-product-suggestions strong,.gt-product-suggestions small { display:block;overflow-wrap:anywhere; }
.gt-product-suggestions strong { font-size:12px;line-height:1.25; }
.gt-product-suggestions small { margin-top:3px;color:#58708d;font-size:10px;font-weight:700; }
.gt-product-suggestion-empty { display:block;padding:12px;color:#65778d;font-size:12px;font-weight:700; }

.gt-product { isolation:isolate;overflow:hidden; }
.gt-product-media { position:relative!important;display:grid!important;place-items:center!important;flex:0 0 auto;aspect-ratio:1 / 1!important;min-height:0!important;overflow:hidden!important;padding:12px!important;contain:layout paint;background:#f5f8fc; }
.gt-product-media>a { display:grid!important;place-items:center!important;width:100%!important;height:100%!important;min-width:0;min-height:0;overflow:hidden; }
.gt-product-media img { position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;object-position:center!important;transform:none!important; }
.gt-product-body { position:relative;z-index:3;min-width:0;background:#fff; }

@media(max-width:700px){
  .gt-product-media { aspect-ratio:1 / 1!important;padding:9px!important; }
  .gt-product-suggestions { max-height:280px; }
}

/* Legal information center. */
.gt-legal-hero {
  padding:clamp(54px,7vw,88px) 20px clamp(50px,6vw,76px);
  color:#fff;
  text-align:left;
  background:#071a31;
  border-bottom:4px solid #238bff;
}
.gt-legal-hero .gt-wrap { max-width:1180px; }
.gt-legal-chip {
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(113,195,255,.42);
  border-radius:6px;
  color:#9fd8ff;
  background:rgba(20,120,242,.12);
  font-size:12px;
  font-weight:850;
  letter-spacing:0;
}
.gt-legal-hero h1 {
  max-width:850px;
  margin:18px 0 14px;
  color:#fff;
  font-size:clamp(38px,5vw,66px);
  line-height:1.04;
  letter-spacing:0;
}
.gt-legal-hero p {
  max-width:780px;
  margin:0;
  color:#c7d8eb;
  font-size:clamp(16px,1.7vw,20px);
  line-height:1.6;
}
.gt-legality-section { padding:32px 20px clamp(60px,8vw,96px); }
.gt-legality-section>.gt-wrap { max-width:1180px; }
.gt-legal-updated { margin:0 0 15px;color:#6d7e91;font-size:13px; }
.gt-legal-nav {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 28px;
  padding:9px;
  overflow-x:auto;
  border:1px solid #d6e3f1;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 24px rgba(7,26,49,.06);
  scrollbar-width:thin;
}
.gt-legal-nav a {
  flex:0 0 auto;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:7px 13px;
  border-radius:6px;
  color:#31465f;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.gt-legal-nav a:hover,.gt-legal-nav a:focus-visible { color:#075fc8;background:#edf6ff; }
.gt-legality-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:14px; }
.gt-legality-card {
  min-height:154px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:16px;
  align-items:start;
  padding:23px;
  border:1px solid #d8e4f0;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 26px rgba(7,26,49,.055);
}
.gt-legality-card>span {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:7px;
  color:#075fc8;
  background:#e8f3ff;
  font-size:17px;
  font-weight:900;
}
.gt-legality-card:nth-child(3n+2)>span { color:#087d62;background:#e5f8f2; }
.gt-legality-card:nth-child(3n)>span { color:#8a5c00;background:#fff5d9; }
.gt-legality-card h3 { margin:1px 0 8px;font-size:18px;line-height:1.25; }
.gt-legality-card p { margin:0;color:#52647b;font-size:14px;line-height:1.58; }
.gt-legal-content-section {
  scroll-margin-top:92px;
  padding:clamp(42px,6vw,66px) 0;
  border-bottom:1px solid #cedbe8;
}
.gt-legal-content-section h2 {
  max-width:850px;
  margin:9px 0 17px;
  font-size:clamp(27px,3.4vw,42px);
  line-height:1.12;
}
.gt-legal-content-section p { max-width:940px;margin:0 0 15px;color:#425872;line-height:1.76; }
.gt-legal-callout {
  max-width:940px;
  display:grid;
  grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);
  gap:16px;
  align-items:center;
  margin-top:24px;
  padding:18px 20px;
  border-left:4px solid #d7a21b;
  border-radius:0 7px 7px 0;
  color:#243951;
  background:#fff9e8;
}
.gt-legal-callout strong { color:#785100; }
.gt-legal-panel,.gt-legal-alert,.gt-legal-sources,.gt-legal-company {
  margin-top:28px;
  padding:clamp(24px,4vw,36px);
  border:1px solid #d7e3ef;
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 30px rgba(7,26,49,.055);
}
.gt-legal-panel h2,.gt-legal-alert h2,.gt-legal-sources h2,.gt-legal-company h2 { margin:7px 0 12px; }
.gt-legal-steps { margin:22px 0 0;padding:0;list-style:none;counter-reset:legal-steps; }
.gt-legal-steps li {
  counter-increment:legal-steps;
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:4px 15px;
  padding:17px 0;
  border-bottom:1px solid #e0e8f1;
  background:transparent;
}
.gt-legal-steps li:last-child { border-bottom:0;padding-bottom:0; }
.gt-legal-steps li::before {
  content:counter(legal-steps,decimal-leading-zero);
  grid-row:1/3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:6px;
  color:#fff;
  background:#1478f2;
  font-size:12px;
  font-weight:900;
}
.gt-legal-steps strong { color:#132a44; }
.gt-legal-steps span { color:#60738a;line-height:1.55; }
.gt-legal-alert {
  border-color:#22415f;
  border-left:5px solid #53b3ff;
  color:#fff;
  background:#0b2038;
}
.gt-legal-alert h2 { color:#fff; }
.gt-legal-alert p { margin:0;max-width:980px;color:#c6d6e8;line-height:1.72; }
.gt-legal-sources { display:grid;gap:0;scroll-margin-top:92px; }
.gt-legal-sources h2 { margin-bottom:14px; }
.gt-legal-sources a {
  position:relative;
  display:block;
  padding:13px 34px 13px 0;
  border-top:1px solid #e0e8f1;
  color:#075fc8;
  font-weight:780;
  line-height:1.45;
  text-decoration:none;
}
.gt-legal-sources a::after { content:"↗";position:absolute;right:3px;top:13px;color:#70839a; }
.gt-legal-sources a:hover,.gt-legal-sources a:focus-visible { color:#0a4389;text-decoration:underline;text-underline-offset:4px; }
.gt-legal-company .gt-product-specs { margin-bottom:0;box-shadow:none; }
.gt-legal-document-links {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid #d7e3ef;
}
.gt-legal-document-links a {
  min-height:42px;
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border:1px solid #bed4eb;
  border-radius:6px;
  color:#075fc8;
  background:#fff;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.gt-legal-document-links a:hover,.gt-legal-document-links a:focus-visible { border-color:#1478f2;background:#edf6ff; }
.gt-legal-document { max-width:920px;padding-block:12px; }
.gt-legal-document>section { padding:28px 0;border-top:1px solid #d8e3ee; }
.gt-legal-document>section:first-of-type { border-top:0; }
.gt-legal-document h2 { margin:0 0 11px;font-size:clamp(22px,2.6vw,31px);line-height:1.2; }
.gt-legal-document p { margin:0;color:#425872;line-height:1.78; }

@media(max-width:760px){
  .gt-legal-hero { padding:44px 18px 42px; }
  .gt-legal-hero h1 { margin-top:15px;font-size:clamp(34px,10vw,46px); }
  .gt-legality-section { padding:20px 14px 54px; }
  .gt-legal-nav { margin-inline:-2px;padding:7px; }
  .gt-legality-grid { grid-template-columns:1fr;gap:10px; }
  .gt-legality-card { min-height:0;grid-template-columns:40px minmax(0,1fr);gap:13px;padding:18px; }
  .gt-legality-card>span { width:36px;height:36px;font-size:14px; }
  .gt-legal-content-section { padding:40px 2px; }
  .gt-legal-content-section h2 { font-size:28px; }
  .gt-legal-callout { grid-template-columns:1fr;gap:6px;padding:16px; }
  .gt-legal-panel,.gt-legal-alert,.gt-legal-sources,.gt-legal-company { margin-top:18px;padding:20px 18px; }
  .gt-legal-steps li { grid-template-columns:35px minmax(0,1fr);gap:4px 11px; }
  .gt-legal-steps li::before { width:31px;height:31px; }
  .gt-legal-document-links { display:grid;grid-template-columns:1fr; }
  .gt-legal-document-links a { width:100%; }
  .gt-legal-document { padding-inline:18px; }
}

/* Refined visual system: restrained geometry and accessible contrast. */
:root {
  --gt-blue:#126fe8;
  --gt-blue-deep:#0758bb;
  --gt-cyan:#38bdf8;
  --gt-ink:#071a31;
  --gt-muted:#52677f;
  --gt-line:#d5e1ee;
  --gt-soft:#f2f7fc;
  --gt-night:#061528;
  --gt-night-panel:#0b213b;
}

.gt-hero {
  min-height:clamp(520px,68vh,680px);
  border-bottom:1px solid #cfdeed;
  background:#f5f9fe;
}
.gt-hero::before {
  inset:clamp(62px,9vw,108px) auto clamp(62px,9vw,108px) max(22px,calc((100vw - var(--gt-max))/2 + 22px));
  width:2px;
  border:0;
  background:linear-gradient(180deg,transparent 0,#1d7cf0 16%,#1d7cf0 84%,transparent 100%);
}
.gt-hero::after {
  display:none;
}
.gt-hero-content {
  min-height:inherit;
  display:flex;
  align-items:center;
  padding:clamp(78px,10vw,126px) clamp(34px,5vw,64px);
}
.gt-hero-content::after {
  display:none;
}
.gt-hero-text {
  max-width:min(610px,50vw);
}
.gt-hero .gt-kicker::before {
  width:18px;
}
.gt-hero h1 {
  max-width:620px;
  font-size:clamp(64px,8.2vw,104px);
  line-height:.92;
}
.gt-hero p {
  max-width:560px;
  color:#4d627a;
  line-height:1.58;
}
.gt-hero-actions {
  margin-top:clamp(26px,4vw,42px);
}
.gt-hero-brand {
  top:50%;
  right:max(8px,calc((100vw - var(--gt-max))/2));
  width:min(42vw,610px);
  transform:translateY(-50%);
}
.gt-hero-brand::before {
  display:none;
}
.gt-hero-brand img {
  opacity:.115;
  filter:saturate(1.05) contrast(1.08);
}
.gt-hero-brand-rule {
  display:none;
}

.gt-section.gt-dark {
  color:#f7fbff;
  background:var(--gt-night);
}
.gt-dark .gt-kicker {
  color:#70c8ff;
}
.gt-dark .gt-section-head h2,
.gt-dark .gt-video-copy h2,
.gt-dark .gt-video-copy h3,
.gt-dark .gt-video-card h3 {
  color:#fff;
}
.gt-dark .gt-secondary {
  color:#eef7ff;
  border-color:rgba(157,205,255,.45);
  background:rgba(255,255,255,.04);
}
.gt-dark .gt-secondary:hover,
.gt-dark .gt-secondary:focus-visible {
  border-color:#6ec5ff;
  background:rgba(69,160,255,.14);
}
.gt-video-featured {
  gap:18px;
}
.gt-video-frame,
.gt-video-detail-player {
  border:1px solid rgba(157,205,255,.2);
  border-radius:8px;
  background:#020912;
  box-shadow:0 22px 50px rgba(0,5,14,.28);
}
.gt-video-copy {
  position:relative;
  overflow:hidden;
  border:1px solid rgba(157,205,255,.2);
  border-radius:8px;
  color:#f7fbff;
  background:var(--gt-night-panel);
}
.gt-video-copy::before {
  content:"";
  position:absolute;
  top:24px;
  bottom:24px;
  left:0;
  width:3px;
  background:#2f9cff;
}
.gt-video-copy p,
.gt-dark .gt-video-card p {
  color:#c5d6e8;
  line-height:1.62;
}
.gt-dark .gt-video-card {
  border-color:rgba(157,205,255,.18);
  border-radius:8px;
  background:#0a1d34;
}
.gt-dark .gt-video-card:hover {
  border-color:rgba(91,177,255,.55);
  transform:translateY(-2px);
}

.gt-video-detail {
  padding:clamp(48px,7vw,86px) clamp(16px,4vw,44px) clamp(62px,8vw,104px);
  color:#f7fbff;
  background:var(--gt-night);
}
.gt-video-detail-inner {
  max-width:1180px;
}
.gt-video-detail-head {
  position:relative;
  max-width:900px;
  margin:0 0 clamp(24px,4vw,38px);
  padding-left:24px;
}
.gt-video-detail-head::before {
  content:"";
  position:absolute;
  top:3px;
  bottom:3px;
  left:0;
  width:3px;
  border-radius:2px;
  background:#2f9cff;
}
.gt-video-detail-head .gt-kicker {
  color:#70c8ff;
}
.gt-video-detail-head .gt-kicker::before {
  display:none;
}
.gt-video-detail-head h1 {
  margin:0;
  color:#fff;
  font-size:clamp(34px,5.2vw,64px);
  line-height:1.06;
}
.gt-video-detail-player {
  overflow:hidden;
}
.gt-video-detail-player .gt-native-video {
  display:block;
  border-radius:7px;
}
.gt-video-detail-copy {
  max-width:900px;
  margin:24px 0 0;
  padding:20px 22px;
  border-left:3px solid #2f9cff;
  color:#d0deed;
  background:#0b213b;
}
.gt-video-detail-copy p {
  margin:0;
  color:#d0deed;
  font-size:clamp(15px,1.5vw,18px);
  line-height:1.7;
}
.gt-video-detail-copy a {
  color:#8bd2ff;
}
.gt-video-related {
  margin-top:42px;
  padding-top:30px;
  border-top:1px solid rgba(157,205,255,.18);
}
.gt-video-related h2 {
  margin:0 0 18px;
  color:#fff;
  font-size:26px;
}
.gt-video-related .gt-video-card a {
  display:block;
  color:inherit;
  text-decoration:none;
}

/* Video library */
.gt-video-library {
  min-height:calc(100vh - 110px);
  padding:clamp(28px,5vw,62px) clamp(16px,4vw,44px) clamp(56px,7vw,88px);
  color:#f7fbff;
  background:var(--gt-night);
}
.gt-video-library-layout {
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:34px;
  align-items:start;
}
.gt-video-library-brands {
  position:sticky;
  top:104px;
  padding-right:24px;
  border-right:1px solid rgba(157,205,255,.18);
}
.gt-video-library-brands h1 {
  margin:6px 0 20px;
  color:#fff;
  font-size:28px;
}
.gt-video-brand-nav {
  display:grid;
  gap:6px;
}
.gt-video-brand-nav-item {
  display:flex;
  gap:11px;
  align-items:center;
  min-height:48px;
  padding:8px 10px;
  border:1px solid transparent;
  border-radius:6px;
  color:#cad9e9;
  font-weight:700;
  text-decoration:none;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.gt-video-brand-nav-item:hover,
.gt-video-brand-nav-item:focus-visible,
.gt-video-brand-nav-item.is-active {
  border-color:rgba(102,192,255,.36);
  color:#fff;
  background:rgba(53,148,255,.18);
}
.gt-video-brand-nav-item img {
  width:30px;
  height:30px;
  padding:3px;
  border-radius:5px;
  background:#f7fbff;
  object-fit:contain;
}
.gt-video-library-content { min-width:0; }
.gt-video-library-head {
  display:flex;
  gap:16px;
  align-items:center;
  margin-bottom:24px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(157,205,255,.18);
}
.gt-video-library-brand-logo {
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:72px;
  height:72px;
  overflow:hidden;
  border:1px solid rgba(157,205,255,.22);
  border-radius:8px;
  background:#f7fbff;
}
.gt-video-library-brand-logo img {
  width:100%;
  height:100%;
  padding:8px;
  object-fit:contain;
}
.gt-video-library-head h2 {
  margin:0;
  color:#fff;
  font-size:clamp(28px,4vw,42px);
  line-height:1.05;
}
.gt-video-library-head p {
  margin:8px 0 0;
  color:#c5d6e8;
  line-height:1.5;
}
.gt-video-list {
  display:grid;
  gap:14px;
}
.gt-video-list-item {
  overflow:hidden;
  border:1px solid rgba(157,205,255,.18);
  border-radius:8px;
  background:#0a1d34;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.gt-video-list-item:hover,
.gt-video-list-item:focus-within {
  border-color:rgba(102,192,255,.62);
  background:#0d2744;
  transform:translateY(-1px);
}
.gt-video-list-item a {
  display:grid;
  grid-template-columns:minmax(190px,270px) minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-height:152px;
  color:inherit;
  text-decoration:none;
}
.gt-video-list-thumb {
  display:block;
  align-self:stretch;
  overflow:hidden;
  background:#061221;
}
.gt-video-list-thumb img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.gt-video-list-copy { padding:16px 22px 16px 0; }
.gt-video-list-copy h3 {
  margin:0;
  color:#fff;
  font-size:20px;
  line-height:1.28;
}
.gt-video-list-copy p {
  display:-webkit-box;
  margin:8px 0 0;
  overflow:hidden;
  color:#c5d6e8;
  line-height:1.5;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.gt-video-list-copy small {
  display:block;
  margin-top:10px;
  color:#82c9ff;
  font-size:13px;
  font-weight:700;
}

/* Video catalogue by brand */
.gt-video-brand-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.gt-video-brand-card {
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(157,205,255,.2);
  border-radius:8px;
  background:#0a1d34;
  box-shadow:0 18px 38px rgba(0,5,14,.18);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.gt-video-brand-card:hover,
.gt-video-brand-card:focus-within {
  border-color:rgba(102,192,255,.7);
  background:#0d2744;
  transform:translateY(-2px);
}
.gt-video-brand-link {
  display:grid;
  grid-template-columns:76px minmax(0,1fr) 24px;
  gap:16px;
  align-items:center;
  min-height:142px;
  padding:22px;
  color:inherit;
  text-decoration:none;
}
.gt-video-brand-logo {
  display:grid;
  place-items:center;
  overflow:hidden;
  width:76px;
  height:76px;
  border:1px solid rgba(157,205,255,.23);
  border-radius:8px;
  background:#f7fbff;
}
.gt-video-brand-logo img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
}
.gt-video-brand-copy h2,
.gt-brand-playlist h2 {
  margin:0;
  color:#fff;
  font-size:20px;
  line-height:1.18;
}
.gt-video-brand-copy p {
  display:-webkit-box;
  margin:7px 0 0;
  overflow:hidden;
  color:#c5d6e8;
  font-size:14px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.gt-video-brand-copy span {
  display:block;
  margin-top:10px;
  color:#7bcaff;
  font-size:13px;
  font-weight:700;
}
.gt-video-brand-arrow {
  color:#7bcaff;
  font-size:26px;
  line-height:1;
}
.gt-video-brand-page {
  color:#f7fbff;
  background:var(--gt-night);
}
.gt-video-brand-header {
  padding:clamp(28px,5vw,58px) clamp(16px,4vw,44px);
  border-bottom:1px solid rgba(157,205,255,.16);
  background:#091b30;
}
.gt-video-back {
  display:inline-flex;
  margin-bottom:24px;
  color:#9edbff;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}
.gt-video-back:hover,
.gt-video-back:focus-visible { color:#fff; }
.gt-video-brand-heading {
  display:flex;
  gap:20px;
  align-items:center;
  max-width:920px;
}
.gt-video-brand-heading .gt-video-brand-logo {
  flex:0 0 auto;
  width:104px;
  height:104px;
}
.gt-video-brand-heading h1 {
  margin:5px 0 0;
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
}
.gt-video-brand-heading p {
  margin:11px 0 0;
  color:#c5d6e8;
  font-size:17px;
  line-height:1.55;
}
.gt-brand-player-layout {
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr);
  gap:20px;
  align-items:start;
}
.gt-brand-player-main { min-width:0; }
.gt-brand-now-playing {
  padding:18px 2px 0;
}
.gt-brand-now-playing h2 {
  margin:9px 0 0;
  color:#fff;
  font-size:clamp(23px,3vw,32px);
  line-height:1.16;
}
.gt-brand-now-playing p {
  margin:8px 0 0;
  color:#c5d6e8;
  line-height:1.5;
}
.gt-brand-playlist {
  overflow:hidden;
  border:1px solid rgba(157,205,255,.2);
  border-radius:8px;
  background:#0a1d34;
}
.gt-brand-playlist > h2 {
  padding:18px 18px 14px;
  border-bottom:1px solid rgba(157,205,255,.16);
  font-size:18px;
}
.gt-brand-playlist-list {
  max-height:541px;
  overflow:auto;
  scrollbar-color:#2f9cff #08182a;
}
.gt-brand-playlist-item {
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:12px;
  width:100%;
  padding:12px;
  border:0;
  border-bottom:1px solid rgba(157,205,255,.12);
  color:#f7fbff;
  background:transparent;
  cursor:pointer;
  text-align:left;
  transition:background .18s ease;
}
.gt-brand-playlist-item:hover,
.gt-brand-playlist-item:focus-visible,
.gt-brand-playlist-item.is-active { background:rgba(53,148,255,.16); }
.gt-brand-playlist-thumb {
  display:block;
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:5px;
  background:#061221;
}
.gt-brand-playlist-thumb img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.gt-brand-playlist-copy {
  align-self:center;
  min-width:0;
}
.gt-brand-playlist-copy strong {
  display:-webkit-box;
  overflow:hidden;
  color:#fff;
  font-size:14px;
  line-height:1.35;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.gt-brand-playlist-copy small {
  display:block;
  margin-top:6px;
  color:#8fb2d0;
  font-size:12px;
}

@media(max-width:900px) {
  .gt-hero {
    min-height:560px;
    align-items:center;
  }
  .gt-hero::before {
    inset:58px auto 58px 18px;
  }
  .gt-hero-content {
    padding:72px 34px 104px;
  }
  .gt-hero-content::after {
    display:none;
  }
  .gt-hero-text {
    max-width:650px;
  }
  .gt-hero-brand {
    top:auto;
    right:-9%;
    bottom:-22%;
    width:min(76vw,560px);
    transform:none;
  }
  .gt-hero-brand::before {
    display:none;
  }
  .gt-hero-brand img {
    opacity:.08;
  }
}

@media(max-width:900px) {
  .gt-video-brand-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .gt-brand-player-layout { grid-template-columns:1fr; }
  .gt-brand-playlist-list { max-height:none; }
  .gt-video-library-layout { grid-template-columns:1fr; gap:24px; }
  .gt-video-library-brands { position:static; padding:0 0 18px; border-right:0; border-bottom:1px solid rgba(157,205,255,.18); }
  .gt-video-library-brands h1 { margin-bottom:14px; }
  .gt-video-brand-nav { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media(max-width:620px) {
  .gt-video-brand-grid { grid-template-columns:1fr; gap:12px; }
  .gt-video-brand-link { grid-template-columns:62px minmax(0,1fr) 20px; min-height:112px; padding:16px; gap:13px; }
  .gt-video-brand-logo { width:62px; height:62px; }
  .gt-video-brand-heading { align-items:flex-start; gap:14px; }
  .gt-video-brand-heading .gt-video-brand-logo { width:76px; height:76px; }
  .gt-video-brand-heading h1 { font-size:36px; }
  .gt-video-brand-heading p { font-size:15px; }
  .gt-brand-playlist-item { grid-template-columns:102px minmax(0,1fr); }
  .gt-video-library { padding-top:24px; }
  .gt-video-brand-nav { grid-template-columns:1fr; }
  .gt-video-list-item a { grid-template-columns:128px minmax(0,1fr); gap:13px; min-height:104px; }
  .gt-video-list-copy { padding:12px 14px 12px 0; }
  .gt-video-list-copy h3 { font-size:16px; }
  .gt-video-list-copy p { display:none; }
  .gt-video-list-copy small { margin-top:6px; }
}

@media(max-width:600px) {
  .gt-hero {
    min-height:auto;
  }
  .gt-hero::before {
    inset:38px auto 38px 12px;
  }
  .gt-hero-content {
    min-height:520px;
    padding:64px 22px 94px 30px;
  }
  .gt-hero h1 {
    font-size:clamp(46px,15vw,62px);
  }
  .gt-hero p {
    max-width:38ch;
    font-size:16px;
  }
  .gt-hero-brand {
    right:-22%;
    bottom:-12%;
    width:min(92vw,480px);
  }
  .gt-hero-actions {
    display:grid;
    grid-template-columns:1fr;
  }
  .gt-video-detail {
    padding:38px 14px 62px;
  }
  .gt-video-detail-head {
    padding-left:17px;
  }
  .gt-video-detail-head h1 {
    font-size:clamp(30px,9vw,42px);
  }
  .gt-video-detail-copy {
    margin-top:16px;
    padding:17px 16px;
  }
  .gt-video-featured {
    grid-template-columns:1fr;
  }
  .gt-video-copy {
    padding:20px;
  }
}

/* Final visual consistency and contrast pass. */
.skip-link {
  color:#fff;
  background:#0758bb;
}
.gt-filter-group h3,
.gt-legal-updated {
  color:#52677f;
}

.gt-white .gt-brand-card {
  min-height:96px;
  padding:22px 23px;
  border:1px solid #ccdaea;
  border-left:3px solid #2689f5;
  border-radius:8px;
  color:#425a73;
  background:#f8fbff;
  box-shadow:0 12px 30px rgba(7,26,49,.07);
  display:flex;
  align-items:center;
  text-decoration:none;
}
.gt-white .gt-brand-card strong {
  color:#071a31;
  font-size:19px;
  line-height:1.25;
}
.gt-white .gt-brand-card p {
  margin:0;
  color:#425a73;
  line-height:1.62;
}
.gt-white .gt-brand-card:hover {
  border-color:#8fc3fb;
  border-left-color:#1478f2;
  background:#fff;
  box-shadow:0 16px 34px rgba(7,26,49,.1);
  transform:translateY(-2px);
}
.gt-contact-grid-single {
  grid-template-columns:minmax(0, 860px);
  justify-content:center;
}

.gt-catalog-grid {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
}
.gt-catalog-grid > .gt-product {
  flex:0 0 calc((100% - 48px) / 4);
  height:auto;
  border-radius:8px;
}
.gt-catalog-grid > .gt-empty {
  flex:1 1 100%;
}
.gt-product h3 {
  display:block;
  min-height:0;
  overflow:visible;
  font-size:14.5px;
  line-height:1.35;
  -webkit-box-orient:initial;
  -webkit-line-clamp:unset;
}
.gt-product h3 a {
  display:block;
  overflow:visible;
}
.gt-product-dose {
  color:#315e91;
}
.gt-product-brand,.gt-product-active,.gt-product-presentation { margin:0; }
.gt-product-brand { color:#246bd2;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase; }
.gt-product-active { margin-top:7px;color:#425b78;font-size:12px;font-weight:700;line-height:1.35; }
.gt-product-presentation { margin-top:6px;color:#315e91;font-size:12px;font-weight:800; }
.gt-product-media { display:grid;place-items:center;background:#f5f8fc; }
.gt-product-media img { object-position:center; }

.gt-video-featured + .gt-grid-3 {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
}
.gt-video-featured + .gt-grid-3 > .gt-video-card {
  flex:0 0 calc((100% - 36px) / 3);
  height:auto;
  border-radius:8px;
}
.gt-video-featured + .gt-grid-3 > .gt-video-card > button {
  display:flex;
  height:100%;
  flex-direction:column;
}
.gt-video-featured + .gt-grid-3 .gt-video-body {
  flex:1 1 auto;
}

.gt-account-login {
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.gt-account-card,
.gt-contact-box,
.gt-contact-address,
.gt-order-card {
  border-radius:8px;
}
.gt-footer-logo {
  width:min(190px,100%);
}

@media(min-width:1440px) {
  .gt-catalog-grid > .gt-product {
    flex-basis:calc((100% - 64px) / 5);
  }
}

@media(min-width:1101px) and (max-width:1279px) {
  .gt-catalog-grid > .gt-product {
    flex-basis:calc((100% - 32px) / 3);
  }
}

@media(max-width:1100px) {
  .gt-catalog-grid > .gt-product {
    flex-basis:calc((100% - 28px) / 3);
  }
}

@media(max-width:900px) {
  .gt-video-featured + .gt-grid-3 > .gt-video-card {
    flex-basis:calc((100% - 18px) / 2);
  }
  .gt-account-login {
    display:block;
  }
}

@media(max-width:700px) {
  .gt-catalog-grid > .gt-product {
    flex-basis:calc((100% - 10px) / 2);
  }
  .gt-product h3 {
    font-size:13.5px;
  }
}

@media(max-width:600px) {
  .gt-video-featured + .gt-grid-3 > .gt-video-card {
    flex-basis:100%;
  }
  .gt-white .gt-brand-card {
    min-height:0;
  }
}

@media(max-width:360px) {
  .gt-catalog-grid > .gt-product {
    flex-basis:100%;
  }
  .gt-product h3 {
    font-size:15px;
  }
}

/* Navigation and footer refinement. */
html {
  scroll-padding-top:86px;
}
.gt-header {
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
}
.gt-header.gt-scrolled {
  border-bottom-color:rgba(20,120,242,.2);
  background:rgba(255,255,255,.98);
  box-shadow:0 10px 28px rgba(7,26,49,.1);
}
.gt-account-link.gt-active {
  border-color:#9bc9fa;
  color:#0758bb;
  background:#eaf4ff;
}
.gt-nav a,
.gt-nav-tool,
.gt-footer-column a,
.gt-footer-link-button,
.gt-footer-quick-actions button,
.gt-back-to-top {
  transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease;
}

.gt-footer {
  position:relative;
  padding:52px clamp(18px,4vw,44px) 24px;
  border-top:3px solid #238bff;
  color:#c9d8e8;
  background:#071a31;
}
.gt-footer-grid {
  grid-template-columns:minmax(270px,1.35fr) repeat(3,minmax(145px,.8fr));
  gap:clamp(28px,4vw,54px);
  align-items:start;
}
.gt-footer-brand {
  min-width:0;
  padding-right:clamp(0px,2vw,24px);
}
.gt-footer .gt-footer-brand-link {
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin:0;
  color:#fff;
  text-decoration:none;
}
.gt-footer-mark {
  width:68px;
  height:68px;
  flex:0 0 68px;
  object-fit:contain;
  filter:drop-shadow(0 8px 16px rgba(12,113,255,.18));
}
.gt-footer .gt-footer-brand-copy {
  display:block;
  margin:0;
}
.gt-footer-brand-copy strong,
.gt-footer-brand-copy small {
  display:block;
}
.gt-footer-brand-copy strong {
  color:#fff;
  font-size:clamp(22px,2vw,28px);
  line-height:1.05;
}
.gt-footer-brand-copy small {
  margin-top:7px;
  color:#9fb5cb;
  font-size:13px;
  font-weight:700;
}
.gt-footer-brand-link:hover .gt-footer-mark {
  transform:translateY(-2px);
}
.gt-footer-quick-actions {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}
.gt-footer-quick-actions button {
  min-height:40px;
  padding:8px 13px;
  border:1px solid rgba(139,197,255,.38);
  border-radius:7px;
  color:#e9f5ff;
  background:#0c2948;
  font-weight:800;
  cursor:pointer;
}
.gt-footer-quick-actions button:hover,
.gt-footer-quick-actions button:focus-visible {
  border-color:#74bdff;
  color:#fff;
  background:#12385f;
}
.gt-footer-column {
  display:grid;
  align-content:start;
  gap:2px;
}
.gt-footer .gt-footer-column h2 {
  margin:0 0 13px;
  color:#fff;
  font-size:15px;
  line-height:1.25;
}
.gt-footer .gt-footer-column a,
.gt-footer-link-button {
  position:relative;
  width:fit-content;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  margin:0;
  padding:5px 0 5px 14px;
  border:0;
  color:#c7d7e7;
  background:transparent;
  font:inherit;
  text-align:left;
  text-decoration:none;
  cursor:pointer;
}
.gt-footer .gt-footer-column a::before,
.gt-footer-link-button::before {
  content:"";
  position:absolute;
  left:0;
  width:6px;
  height:2px;
  border-radius:2px;
  background:#3d9cff;
  transition:width .18s ease;
}
.gt-footer .gt-footer-column a:hover,
.gt-footer .gt-footer-column a:focus-visible,
.gt-footer-link-button:hover,
.gt-footer-link-button:focus-visible {
  color:#fff;
  transform:translateX(3px);
}
.gt-footer .gt-footer-column a:hover::before,
.gt-footer .gt-footer-column a:focus-visible::before,
.gt-footer-link-button:hover::before,
.gt-footer-link-button:focus-visible::before {
  width:9px;
}
.gt-footer-bottom {
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:38px;
  padding-top:20px;
  color:#91a8bf;
}
.gt-footer-bottom > span {
  margin:0;
}
.gt-footer .gt-back-to-top {
  min-height:36px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 0 auto;
  padding:6px 10px;
  border:1px solid rgba(139,197,255,.26);
  border-radius:7px;
  color:#cfe6fa;
  text-decoration:none;
}
.gt-footer .gt-back-to-top span {
  display:inline-block;
  margin:0;
  color:#6fc2ff;
  font-size:16px;
}
.gt-footer .gt-back-to-top:hover,
.gt-footer .gt-back-to-top:focus-visible {
  border-color:#74bdff;
  color:#fff;
  background:#0c2948;
  transform:translateY(-2px);
}

body.gt-search-open {
  overflow:hidden;
}
.gt-search {
  border-bottom:1px solid #cbdced;
  box-shadow:0 18px 44px rgba(7,26,49,.16);
}

@media(max-width:1120px) {
  .gt-nav {
    display:grid;
    isolation:isolate;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    background-color:#fff;
    background-image:none;
    backdrop-filter:none;
    transform:translateY(-8px) scale(.985);
    transform-origin:top center;
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  body.gt-menu-open .gt-nav {
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:none;
    background-color:#fff;
  }
  .gt-nav a,
  .gt-nav-tool {
    border-radius:8px;
    color:#263e58;
    background:#f5f8fc;
  }
  .gt-nav a.gt-active,
  .gt-nav-tool[aria-expanded="true"] {
    border-color:#a9d0fa;
    color:#0758bb;
    background:#e7f2ff;
  }
  .gt-menu-button span {
    transition:opacity .18s ease,transform .18s ease;
  }
  .gt-menu-button {
    position:relative;
  }
  body.gt-menu-open .gt-header {
    background:#fff;
    backdrop-filter:none;
  }
  body.gt-menu-open .gt-menu-button span {
    position:absolute;
    top:50%;
    left:50%;
    margin:-1px 0 0 -8.5px;
  }
  body.gt-menu-open .gt-menu-button span:nth-child(1) {
    transform:rotate(45deg);
  }
  body.gt-menu-open .gt-menu-button span:nth-child(2) {
    opacity:0;
  }
  body.gt-menu-open .gt-menu-button span:nth-child(3) {
    transform:rotate(-45deg);
  }
  body.gt-menu-open::before {
    background:rgba(7,26,49,.42);
    backdrop-filter:blur(4px);
  }
}

@media(max-width:900px) {
  .gt-footer-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .gt-footer-brand {
    grid-column:1/-1;
    padding-right:0;
  }
}

@media(max-width:600px) {
  .gt-footer {
    padding:40px 18px 20px;
  }
  .gt-footer-grid {
    grid-template-columns:1fr;
    gap:0;
  }
  .gt-footer-brand {
    grid-column:auto;
    padding-bottom:24px;
  }
  .gt-footer-column {
    padding:20px 0;
    border-top:1px solid rgba(139,197,255,.15);
  }
  .gt-footer-bottom {
    align-items:flex-start;
    gap:10px;
    margin-top:8px;
  }
  .gt-footer .gt-back-to-top {
    margin-left:auto;
  }
}

@media(max-width:380px) {
  .gt-footer-bottom {
    display:grid;
    grid-template-columns:1fr;
  }
  .gt-footer .gt-back-to-top {
    width:fit-content;
    margin-left:0;
  }
}

/* Compact mobile shell: readable actions, steady spacing and no clipped controls. */
.gt-header-quote {
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  margin-left:0;
  padding-left:12px;
  border-left:1px solid rgba(13,32,56,.12);
  color:#102b49;
}
.gt-header-quote strong { font-size:12px; font-weight:850; white-space:nowrap; }
.gt-header-quote small { display:block; color:#5c7188; font-size:10px; font-weight:700; white-space:nowrap; }
.gt-ticker-quote { color:inherit; font:inherit; font-weight:850; }

@media(min-width:901px) and (max-width:1120px), (min-width:1741px) {
  .gt-ticker-quote { display:none; }
}

@media(max-width:1240px) and (min-width:1121px) {
  .gt-header { gap:16px; }
  .gt-header-quote small { display:none; }
  .gt-nav a,.gt-nav-tool { padding-inline:9px; }
}

@media(max-width:900px) {
  html { scroll-padding-top:72px; }
  .gt-header { gap:8px; min-height:58px; padding:7px 12px; }
  .gt-header-quote { display:none; }
  .gt-header-actions { gap:6px; }
  .gt-cart-button,.gt-icon-button,.gt-menu-button { min-height:40px; height:40px; }
  .gt-cart-button { width:40px; min-width:40px; padding:0; }
  .gt-cart-label { display:none; }
  .gt-account-link { min-height:40px; display:inline-flex; align-items:center; padding:7px 10px; font-size:12px; }
  .gt-whatsapp { min-height:40px; width:40px; min-width:40px; padding:0; justify-content:center; }
  .gt-whatsapp span:last-child { display:none; }
}

@media(max-width:620px) {
  .gt-top-strip-track span { padding-inline:18px; }
  .gt-header { grid-template-columns:auto minmax(0,1fr) auto; gap:7px; padding-inline:10px; }
  .gt-logo-image { width:122px; min-width:104px; }
  .gt-header-actions { gap:5px; }
  .gt-icon-button { display:none; }
  .gt-account-link { max-width:78px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-inline:8px; }
  .gt-menu-button { width:40px; min-width:40px; }
  .gt-nav { inset:70px 10px auto; max-height:calc(100dvh - 82px); border-radius:12px; }
  .gt-nav a,.gt-nav-tool { min-height:44px; font-size:14px; }
  .gt-section,.gt-catalog-section { padding-inline:14px; }
  .gt-page-head-tight { padding:22px 14px 16px; }
  .gt-page-head-tight h1 { line-height:1.08; }
  .gt-product h3 { overflow-wrap:anywhere; }
  .gt-product-actions .gt-small-button { white-space:normal; }
}

@media(max-width:390px) {
  .gt-logo-image { width:108px; min-width:94px; }
  .gt-account-link { display:none; }
  .gt-header { grid-template-columns:auto 1fr auto; }
  .gt-header-actions { justify-content:flex-end; }
  .gt-catalog-grid { grid-template-columns:1fr; }
  .gt-product-media { aspect-ratio:4 / 3; }
}

/* Stable catalog shell: keep filters, cards and header in their own tracks. */
.gt-header {
  grid-template-columns:auto minmax(0,1fr) auto auto;
}
.gt-catalog-layout {
  width:100%;
  min-width:0;
}
.gt-catalog-sidebar,
.gt-catalog-main,
.gt-catalog-filter-form,
.gt-catalog-grid {
  min-width:0;
}
.gt-catalog-filter-form {
  width:100%;
}
.gt-catalog-grid {
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
  justify-content:stretch;
}
.gt-catalog-grid > .gt-product {
  width:auto;
  min-width:0;
  height:100%;
  flex:none;
}
.gt-product-body {
  min-width:0;
}
.gt-product h3,
.gt-product h3 a {
  display:-webkit-box;
  min-height:42px;
  overflow:hidden;
  overflow-wrap:anywhere;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.gt-product-brand {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.gt-product-dose {
  display:block;
  min-height:18px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.gt-product-actions {
  margin-top:auto;
}
.gt-product-actions .gt-small-button {
  min-width:0;
  white-space:normal;
}

@media(min-width:1440px) {
  .gt-catalog-grid { grid-template-columns:repeat(5,minmax(0,1fr)); }
}

@media(max-width:1740px) and (min-width:1121px) {
  .gt-header-quote { display:none; }
  .gt-header { grid-template-columns:auto minmax(0,1fr) auto; }
}

@media(min-width:1101px) and (max-width:1279px) {
  .gt-catalog-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media(max-width:1100px) {
  .gt-header { grid-template-columns:auto minmax(0,1fr) auto; }
  .gt-catalog-layout { display:block; }
  .gt-catalog-grid { grid-template-columns:repeat(3,minmax(0,1fr));gap:14px; }
}

/* Product ordering policy and wholesale minimum. */
.gt-order-policy-modal[hidden] { display:none; }
.gt-order-policy-modal {
  position:fixed;
  inset:0;
  z-index:2200;
  display:grid;
  place-items:center;
  padding:20px;
}
.gt-order-policy-backdrop {
  position:absolute;
  inset:0;
  background:rgba(3,15,31,.68);
  opacity:0;
  backdrop-filter:blur(5px);
  transition:opacity .22s ease;
}
.gt-order-policy-panel {
  position:relative;
  width:min(520px,100%);
  padding:30px;
  border:1px solid #bed8f8;
  border-radius:8px;
  background:#fff;
  box-shadow:0 28px 80px rgba(2,20,43,.3);
  color:#071a31;
  opacity:0;
  transform:translateY(16px) scale(.98);
  transition:opacity .22s ease,transform .22s ease;
}
.gt-order-policy-modal.gt-open .gt-order-policy-backdrop { opacity:1; }
.gt-order-policy-modal.gt-open .gt-order-policy-panel { opacity:1;transform:none; }
.gt-order-policy-panel h2 { margin:8px 42px 22px 0;font-size:clamp(24px,4vw,34px); }
.gt-order-policy-close {
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid #cbd9e8;
  border-radius:50%;
  background:#f4f8fd;
  color:#071a31;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.gt-order-policy-row {
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:16px 0;
  border-top:1px solid #dce7f2;
}
.gt-order-policy-row > span { font-size:25px;line-height:1.2; }
.gt-order-policy-row strong { display:block;font-size:17px; }
.gt-order-policy-row p { margin:5px 0 0;color:#4f6580; }
.gt-order-policy-row p b { color:#0b62d6; }
.gt-order-policy-note { margin:16px 0 0;color:#52647b;font-size:14px;line-height:1.5; }
.gt-order-policy-panel > .gt-button { width:100%;margin-top:14px; }
body.gt-order-policy-open { overflow:hidden; }

.gt-cart-minimum {
  display:grid;
  gap:3px;
  padding:12px 14px;
  border:1px solid #cbd9e8;
  border-radius:8px;
  background:#f5f9fe;
  color:#173554;
}
.gt-cart-minimum strong,.gt-cart-minimum span,.gt-cart-minimum small { display:block; }
.gt-cart-minimum small { color:#5c7188; }
.gt-cart-minimum.is-pending { border-color:#efc0a9;background:#fff7f2; }
.gt-cart-minimum.is-pending strong { color:#a44219; }
.gt-cart-minimum.is-valid,.gt-cart-minimum.is-peptide { border-color:#9cdcc5;background:#f0fbf7; }
.gt-cart-minimum.is-valid strong,.gt-cart-minimum.is-peptide strong { color:#087554; }

/* Retail and wholesale pricing. */
.gt-product-prices { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 12px; }
.gt-product-prices p { margin:0;padding:8px 9px;border:1px solid #dbe6f2;border-radius:8px;background:#f8fbff;display:grid;gap:2px; }
.gt-product-prices span,.gt-product-detail-prices span { color:#63758d;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.02em; }
.gt-product-prices strong { color:#075ed0;font-size:14px;line-height:1.2; }
.gt-product-prices small { color:#728299;font-size:11px;line-height:1.2; }
.gt-product-detail-prices { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0; }
.gt-product-detail-prices > div { padding:14px 15px;border:1px solid #d4e3f4;border-radius:10px;background:#f8fbff;display:grid;gap:5px; }
.gt-product-detail-prices > div:nth-child(2) { border-color:#a8c7ff;background:#f2f7ff; }
.gt-product-detail-prices strong { color:#075ed0;font-size:22px;line-height:1.1; }
.gt-product-detail-prices small { color:#60748d;font-size:12px;line-height:1.35; }
.gt-cart-item-prices { display:grid;gap:3px;margin:6px 0;color:#4f6682;font-size:13px; }
.gt-cart-item-prices span:last-child { color:#0a65d6;font-weight:700; }
.gt-checkout-modes { display:grid;gap:10px;margin:12px 0 4px; }
.gt-checkout-mode { border:1px solid #d8e5f3;border-radius:10px;padding:11px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff; }
.gt-checkout-mode.is-wholesale { border-color:#a9c9ff;background:#f4f8ff; }
.gt-checkout-mode > div { display:grid;gap:2px;min-width:0; }
.gt-checkout-mode strong { color:#10233e;font-size:15px; }
.gt-checkout-mode span { color:#0a65d6;font-weight:800;font-size:14px; }
.gt-checkout-mode small { color:#61748c;font-size:12px; }
.gt-checkout-mode .gt-button { flex:0 0 auto;min-width:148px;padding:10px 13px; }
.gt-checkout-mode .gt-button[disabled] { cursor:not-allowed;opacity:.48; }
.gt-cart-wholesale-notice { margin:10px 0 0;padding:9px 11px;border-left:3px solid #176de8;background:#f3f8ff;color:#274d79;font-size:13px;font-weight:700;line-height:1.35; }

@media(max-width:620px) {
  .gt-order-policy-modal { padding:12px;align-items:end; }
  .gt-order-policy-panel { padding:24px 20px 20px; }
  .gt-order-policy-panel h2 { font-size:26px; }
  .gt-product-prices,.gt-product-detail-prices { grid-template-columns:1fr; }
  .gt-checkout-mode { align-items:stretch;flex-direction:column; }
  .gt-checkout-mode .gt-button { width:100%; }
}

@media(prefers-reduced-motion:reduce) {
  .gt-order-policy-backdrop,.gt-order-policy-panel { transition:none; }
}

@media(max-width:700px) {
  .gt-catalog-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }
  .gt-product h3,.gt-product h3 a { min-height:36px;font-size:13.5px; }
}

@media(max-width:390px) {
  .gt-catalog-grid { grid-template-columns:1fr; }
  .gt-product h3,.gt-product h3 a { min-height:0;font-size:15px; }
}

/* Keep the public header balanced on compact desktop screens. */
@media (min-width:1121px) and (max-width:1400px) {
  .gt-header { gap:9px; padding-inline:20px; }
  .gt-logo-image { width:150px; min-width:135px; }
  .gt-nav { gap:0; }
  .gt-nav a,
  .gt-nav-tool { padding-inline:8px; font-size:12.5px; }
  .gt-header-actions { gap:6px; }
  .gt-cart-button { width:42px; min-width:42px; padding-inline:0; justify-content:center; }
  .gt-cart-label { display:none; }
  .gt-account-link { padding-inline:9px; font-size:12px; }
  .gt-whatsapp { padding-inline:12px; font-size:13px; }
  .gt-nav .gt-legal-link { display:none; }
}

/* Report and document library. */
.gt-reports,.gt-single-report { padding:56px 0 84px;background:#f4f8fc;min-height:60vh; }
.gt-reports-head { margin-bottom:22px; }
.gt-reports-head > span,.gt-single-post-header > span { color:#1265db;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em; }
.gt-reports-head h1 { margin:8px 0 0;color:#0c213c;font-size:clamp(36px,5vw,58px);line-height:1; }
.gt-report-categories { display:flex;gap:8px;flex-wrap:wrap;margin:0 0 28px; }
.gt-report-categories a { padding:9px 13px;border:1px solid #d1deec;border-radius:999px;background:#fff;color:#294564;font-weight:700;font-size:14px; }
.gt-report-categories a:hover,.gt-report-categories .is-active { background:#126cf5;border-color:#126cf5;color:#fff; }
.gt-report-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px; }
.gt-report-card { overflow:hidden;border:1px solid #dbe6f0;border-radius:10px;background:#fff;box-shadow:0 14px 30px rgba(17,51,89,.08); }
.gt-report-card a { display:block;height:100%;color:inherit; }
.gt-report-image { display:grid;place-items:center;aspect-ratio:16/9;background:#eaf2fb;color:#1a66c7;font-size:18px;font-weight:800;overflow:hidden; }
.gt-report-image img { width:100%;height:100%;object-fit:cover; }
.gt-report-copy { padding:18px; }
.gt-report-copy small { color:#607790;font-weight:700; }
.gt-report-copy h2 { margin:7px 0;font-size:21px;line-height:1.18;color:#102744; }
.gt-report-copy p { margin:0;color:#58708c;line-height:1.5; }
.gt-report-featured-image { max-width:760px;margin:0 0 26px; }
.gt-report-featured-image img { display:block;width:100%;height:auto;border-radius:10px; }
.gt-report-document { display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:28px;padding:18px;border:1px solid #d9e6f4;border-radius:10px;background:#f8fbff; }
.gt-report-document p { margin:0;color:#42607d; }
@media(max-width:760px) { .gt-reports,.gt-single-report { padding:34px 0 56px; }.gt-report-grid { grid-template-columns:1fr; }.gt-report-document { align-items:stretch;flex-direction:column; }.gt-report-document .gt-button { width:100%;text-align:center; } }
