.tp-shop-price-right .price {
    padding: .3rem 0 !important;
}
@media only screen and (max-width: 414px) {
    .tp-shop-price-right .price {
        padding: .5rem 0 !important;
    }
}
.slick-dots li button:before { background:none; }

@media only screen and (max-width: 768px) {
    .site-footer-widgets { 
        text-align: center;
        width: 100%;
        overflow: hidden;
    }
}
.woocommerce div.product form.cart .variations select {
    padding: 0.2rem !important;
}


/* Supaya form sejajar dengan text di atasnya */
.site-footer .footer-widget.widget_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.site-footer .footer-widget.widget_block form,
.site-footer .footer-widget.widget_block div {
    margin-top: 0 !important;
}

@media (max-width: 900px) {
    .site-footer .footer-widget.widget_block {
        align-items: stretch;
    }
}
/* Icon Search */
.site-navigation .quicknav-search svg {
    fill: #fff !important;   /* Ganti #FFD700 sesuai warna yang diinginkan */
}
/* Hover icon Search */
.site-navigation .quicknav-search:hover svg,
.site-navigation .quicknav-search:focus svg {
    fill: #00bfff !important;  /* Biru langit, ganti sesuai selera */
    transition: fill 0.2s;
}

/* Icon Cart */
.site-navigation .quicknav-minicart svg {
    fill: #fff !important;   /* Ganti #FFD700 sesuai warna yang diinginkan */
}
/* Hover Cart */
.site-navigation .quicknav-minicart:hover svg,
.site-navigation .quicknav-minicart:focus svg {
    fill: #00bfff !important;
    transition: fill 0.2s;
}
/* Icon Account */
.site-navigation .quicknav-account svg {
    fill: #FFF !important;   /* Contoh kuning, ganti sesuai selera */
}
/* icon Account */
.site-navigation .quicknav-account:hover svg,
.site-navigation .quicknav-account:focus svg {
    fill: #00bfff !important;
    transition: fill 0.2s;
}
/* Tulisan Dashboard */
.site-navigation .quicknav-account .ss-nav-text {
    color: #FFF !important;  /* Sesuaikan warna */
}
/* Dashboard hover */
.site-navigation .quicknav-account:hover .ss-nav-text,
.site-navigation .quicknav-account:focus .ss-nav-text {
    color: #00bfff !important;
    transition: color 0.2s;
}
/* Warna saat hover (misal kuning, bisa ganti sesuai selera) */
.site-navigation .ss-nav-link:hover,
.site-navigation .ss-nav-item:hover > .ss-nav-link {
    color: #00bfff!important;
}
/* Hapus background & border pada harga produk */
.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price span,
.woocommerce ul.products li.product .price bdi,
.woocommerce ul.products li.product .price del {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #444 !important; /* Ubah warna jadi hitam pekat */
    padding: 0 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
}

/* Biar harga rata sejajar (inline) dengan nama produk */
.woocommerce ul.products li.product .price {
    display: inline;
    vertical-align: middle;
    margin: 0 !important;
    padding: 10 !important;
    position: relative;
    top: 0;
}

/* Jika harga masih turun, coba naikkan sedikit */
.woocommerce ul.products li.product .price {
    top: 6px; /* adjust + atau - sesuai tampilan */
}

/* Harga normal (coret/strike) di katalog produk */
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del span,
.woocommerce ul.products li.product .price del bdi {
    color: #888 !important;  /* abu-abu, tidak terlalu pekat */
    text-decoration: line-through !important;
    opacity: 0.8;
}

/* Harga sale (warna biru langit) di katalog produk */
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins span,
.woocommerce ul.products li.product .price ins bdi {
    color: #24aaf5 !important;  /* biru langit */
    font-weight: bold !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Blog */

/* Sembunyikan title di halaman Shop WooCommerce */
.woocommerce-products-header__title.page-title {
  display: none !important;
}

/* Sembunyikan title di halaman Free */
body.page-id-1382 .entry-title {
  display: none !important;
}


/* H1 Style */
.single-post-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  line-height: 1.18;
  letter-spacing: -.01em;
  color: #232323;
}

/* Meta Style */
.single-post-meta {
  color: #666;
  font-size: 1rem;
  margin-bottom: 1.4rem;
}

/* Featured image */
.single-featured-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.7rem;
}
.single-featured-img .featured-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 36px rgba(32,52,72,0.08);
  display: block;
}

/* Konten */
.single-post-content {
  font-size: 1.12rem;
  line-height: 1.7;
  margin-bottom: 2.4rem;
  color: #232323;
}

/* Floating share minimalist */
.floating-share-min {
  margin: 2.2rem 0 2rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.floating-share-min .share-main-btn {
  background: #fff;
  border: 1.5px solid #E2E2E2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: .8rem;
  transition: box-shadow 0.2s;
}
.floating-share-min .share-main-btn:hover { box-shadow: 0 2px 10px rgba(30,30,30,0.11);}
.floating-share-min .share-links {
  display: flex;
  gap: .5rem;
}
.floating-share-min .share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  background: #f4f4f4;
  transition: background 0.15s;
}

.share-link svg {
  fill: #444;  /* Neutral gray */
  color: #444;
  transition: fill 0.2s;
}
.share-link:hover svg {
  fill: #111;
  color: #111;
}

/* === Related Posts Modern Grid Style (Desktop & Mobile) === */
.related-posts-modern {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.related-posts-modern h3 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: left;
}
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: center;
}
.related-post-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(52,52,52,0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  transition: box-shadow .15s;
  min-width: 0;
  width: 100%;
  max-width: 340px;
}
.related-post-card:hover {
  box-shadow: 0 8px 32px rgba(40,60,90,0.13);
  transform: translateY(-4px) scale(1.025);
}
.related-thumb-modern {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f2f3f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-thumb-modern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.related-info-modern {
  padding: 1.2rem 1.3rem 1.5rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
}
.related-date-modern {
  font-size: 0.96rem;
  color: #888;
  margin-bottom: 0.3rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.related-title-modern {
  font-size: 1.15rem;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
  line-height: 1.32;
  text-align: left;
  transition: color .1s;
}
.related-post-card:hover .related-title-modern {
  color: #0967e4;
}

/* Responsive */
@media (max-width: 950px) {
  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .related-posts-modern h3 {
    font-size: 1.25rem;
    margin-bottom: 2.1rem;
  }
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 2.1rem;
  }
  .related-post-card {
    max-width: 100%;
    border-radius: 13px;
  }
  .related-info-modern {
    padding: 1.0rem 1.05rem 1.2rem 1.05rem;
  }
}

/* Featured Image Single Blog */
.single-featured-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.single-featured-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(52, 52, 52, 0.08);
}

/* Responsive H1 di mobile */
@media (max-width: 600px) {
  .single-post-title {
    font-size: 1.7rem !important;
    line-height: 1.2 !important;
    margin-top: 0.6rem !important;
    margin-bottom: 0.7rem !important;
  }
}

/* License Update */
.gs-license-page {
    --gs-bg: #ffffff;
    --gs-soft: #f7f4ef;
    --gs-soft-2: #f2eee7;
    --gs-text: #171717;
    --gs-muted: #66615a;
    --gs-border: #ded7cb;
    --gs-dark: #161616;
    --gs-radius: 18px;
    --gs-radius-sm: 12px;
    --gs-max: 1080px;
    font-family: inherit;
    color: var(--gs-text);
    line-height: 1.7;
  }

  .gs-license-page * {
    box-sizing: border-box;
  }

  .gs-license-wrap {
    max-width: var(--gs-max);
    margin: 0 auto;
    padding: 36px 24px;
  }

  .gs-license-hero {
    background: var(--gs-soft);
    border: 1px solid var(--gs-border);
    border-radius: var(--gs-radius);
    padding: 48px;
    margin-bottom: 40px;
  }

  .gs-license-eyebrow {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gs-muted);
    margin-bottom: 14px;
    font-weight: 600;
  }

  .gs-license-hero h1 {
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin: 0 0 22px;
  }

  .gs-license-lead {
    max-width: 760px;
    font-size: 18px;
    color: var(--gs-muted);
    margin: 0 0 28px;
  }

  .gs-license-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
  }

  .gs-license-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .2s ease;
  }

  .gs-license-btn-primary {
    background: var(--gs-dark);
    color: #fff !important;
  }

  .gs-license-btn-secondary {
    background: #fff;
    color: var(--gs-dark) !important;
    border: 1px solid var(--gs-border);
  }

  .gs-license-btn:hover {
    transform: translateY(-1px);
    opacity: .9;
  }

  .gs-license-section {
    margin-bottom: 54px;
  }

  .gs-license-section h2 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin: 0 0 16px;
  }

  .gs-license-section-intro {
    max-width: 780px;
    color: var(--gs-muted);
    font-size: 16px;
    margin: 0 0 26px;
  }

  .gs-license-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .gs-license-card {
    display: block;
    background: #fff;
    border: 1px solid var(--gs-border);
    border-radius: var(--gs-radius-sm);
    padding: 22px;
    text-decoration: none !important;
    color: var(--gs-text) !important;
    transition: .2s ease;
    min-height: 190px;
  }

  .gs-license-card:hover {
    background: var(--gs-soft);
    transform: translateY(-2px);
  }

  .gs-license-card small {
    display: block;
    color: var(--gs-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .gs-license-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    letter-spacing: -0.02em;
  }

  .gs-license-card p {
    margin: 0;
    color: var(--gs-muted);
    font-size: 14px;
    line-height: 1.6;
  }

  .gs-license-details {
    display: grid;
    gap: 14px;
  }

  .gs-license-item {
    border: 1px solid var(--gs-border);
    border-radius: var(--gs-radius-sm);
    background: #fff;
    overflow: hidden;
  }

  .gs-license-item summary {
    cursor: pointer;
    padding: 22px 24px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.02em;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .gs-license-item summary::-webkit-details-marker {
    display: none;
  }

  .gs-license-item summary:after {
    content: "+";
    font-weight: 400;
    color: var(--gs-muted);
  }

  .gs-license-item[open] summary:after {
    content: "–";
  }

  .gs-license-body {
    padding: 0 24px 26px;
    color: var(--gs-muted);
  }

  .gs-license-body h4 {
    color: var(--gs-text);
    margin: 22px 0 8px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .gs-license-body ul {
    margin: 8px 0 0 20px;
    padding: 0;
  }

  .gs-license-body li {
    margin: 5px 0;
  }

  .gs-license-note {
    background: var(--gs-soft);
    border: 1px solid var(--gs-border);
    border-radius: var(--gs-radius-sm);
    padding: 22px;
    color: var(--gs-muted);
  }

  .gs-license-note strong {
    color: var(--gs-text);
  }

  .gs-license-cta {
    background: var(--gs-dark);
    color: #fff;
    border-radius: var(--gs-radius);
    padding: 40px;
    margin-top: 24px;
  }

  .gs-license-cta h2 {
    color: #fff;
    margin-bottom: 14px;
  }

  .gs-license-cta p {
    color: rgba(255,255,255,.76);
    max-width: 760px;
  }

  .gs-license-cta .gs-license-btn-secondary {
    background: #fff;
    color: var(--gs-dark) !important;
    border-color: #fff;
  }

  .gs-license-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  @media (max-width: 820px) {
    .gs-license-wrap {
      padding: 42px 18px;
    }

    .gs-license-hero,
    .gs-license-cta {
      padding: 30px 22px;
    }

    .gs-license-grid,
    .gs-license-two-col {
      grid-template-columns: 1fr;
    }

    .gs-license-card {
      min-height: auto;
    }

    .gs-license-item summary {
      font-size: 18px;
      padding: 18px 20px;
    }

    .gs-license-body {
      padding: 0 20px 22px;
    }
  }
/* Delete title license */
.page-id-3312 .entry-title,
.page-id-3312 .page-title {
  display: none !important;
}

/* Free Page Intro Update */
.page-id-1382 .gs-free-note {
  max-width: 980px;
  margin: 48px auto 44px;
  padding: 46px 52px;
  background: #f7f4ef;
  border: 1px solid #ded7cb;
  border-radius: 18px;
  color: #171717;
  line-height: 1.7;
  text-align: left;
}

.page-id-1382 .gs-free-note h2 {
  font-size: clamp(38px, 5vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em;
  margin: 0 0 22px !important;
  font-weight: 500;
}

.page-id-1382 .gs-free-note p {
  color: #66615a;
  font-size: 18px !important;
  line-height: 1.75 !important;
  margin: 0 0 18px !important;
  max-width: 820px;
}

.page-id-1382 .gs-free-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #161616;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
}

.page-id-1382 .gs-free-btn:hover {
  opacity: .9;
}

/* Product grid spacing under free intro */
.page-id-1382 .woocommerce,
.page-id-1382 .products {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .page-id-1382 .gs-free-note {
    margin: 32px 18px 34px;
    padding: 30px 24px;
  }

  .page-id-1382 .gs-free-note h2 {
    font-size: 34px !important;
  }

  .page-id-1382 .gs-free-note p {
    font-size: 16px !important;
  }
}

/* GHUROBA HOMEPAGE REFRESH v1 */
.gs-home-v1 {
--gs-black: #161616;
--gs-ink: #171717;
--gs-muted: #625f59;
--gs-soft: #f7f4ef;
--gs-soft-2: #efe9de;
--gs-white: #ffffff;
--gs-border: #ded7cb;
--gs-blue: #0798c9;
--gs-blue-dark: #0479a3;
--gs-radius: 22px;
--gs-radius-sm: 16px;
--gs-max: 1180px;

width: 100vw;
margin-left: calc(50% - 50vw);
color: var(--gs-ink);
font-family: inherit;
line-height: 1.6;
background: #ffffff;
}

.gs-home-v1 * {
box-sizing: border-box;
}

.gs-home-container {
max-width: var(--gs-max);
margin: 0 auto;
padding-left: 24px;
padding-right: 24px;
}

/* HERO */
.gs-home-hero {
background:
radial-gradient(circle at 86% 18%, rgba(7, 152, 201, 0.18), transparent 28%),
linear-gradient(135deg, #f8f5ef 0%, #ffffff 68%);
border-bottom: 1px solid #e7e0d5;
}

.gs-hero-grid {
display: grid;
grid-template-columns: 1.05fr 0.95fr;
gap: 54px;
align-items: center;
padding-top: 92px;
padding-bottom: 92px;
}

.gs-home-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 12px;
letter-spacing: .13em;
text-transform: uppercase;
color: var(--gs-muted);
font-weight: 700;
margin-bottom: 18px;
}

.gs-home-eyebrow:before {
content: "";
width: 28px;
height: 2px;
background: var(--gs-blue);
display: inline-block;
}

.gs-home-hero h1 {
font-size: clamp(46px, 6.5vw, 86px);
line-height: .98;
letter-spacing: -0.055em;
margin: 0 0 26px;
color: var(--gs-black);
max-width: 790px;
}

.gs-home-lead {
max-width: 660px;
color: var(--gs-muted);
font-size: clamp(18px, 2vw, 22px);
line-height: 1.65;
margin: 0 0 34px;
}

.gs-home-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
align-items: center;
}

.gs-home-btn {
min-height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 13px 22px;
border-radius: 999px;
text-decoration: none !important;
font-size: 14px;
font-weight: 700;
transition: .2s ease;
}

.gs-home-btn:hover {
transform: translateY(-1px);
opacity: .92;
}

.gs-home-btn-primary {
background: var(--gs-black);
color: #fff !important;
}

.gs-home-btn-secondary {
background: #fff;
color: var(--gs-black) !important;
border: 1px solid var(--gs-border);
}

.gs-home-proof {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 34px;
}

.gs-home-pill {
display: inline-flex;
padding: 8px 13px;
border-radius: 999px;
background: #fff;
border: 1px solid var(--gs-border);
color: var(--gs-muted);
font-size: 13px;
font-weight: 600;
}

/* HERO VISUAL PANEL */
.gs-home-panel {
background: var(--gs-black);
color: #fff;
border-radius: var(--gs-radius);
padding: 34px;
position: relative;
overflow: hidden;
min-height: 440px;
box-shadow: 0 22px 60px rgba(22, 22, 22, .18);
}

.gs-home-panel:before {
content: "";
position: absolute;
width: 280px;
height: 280px;
border-radius: 50%;
background: rgba(7, 152, 201, .32);
right: -90px;
top: -80px;
}

.gs-home-panel:after {
content: "G";
position: absolute;
right: 24px;
bottom: -58px;
font-size: 280px;
line-height: 1;
font-weight: 800;
color: rgba(255, 255, 255, .06);
letter-spacing: -0.08em;
}

.gs-home-panel-inner {
position: relative;
z-index: 2;
}

.gs-panel-label {
color: rgba(255,255,255,.58);
font-size: 12px;
letter-spacing: .13em;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 22px;
}

.gs-panel-main {
font-size: clamp(36px, 4.8vw, 66px);
line-height: 1;
letter-spacing: -0.055em;
margin: 0 0 26px;
}

.gs-panel-sub {
color: rgba(255,255,255,.68);
font-size: 16px;
line-height: 1.7;
max-width: 390px;
margin: 0 0 34px;
}

.gs-panel-list {
display: grid;
gap: 10px;
}

.gs-panel-item {
display: flex;
justify-content: space-between;
gap: 18px;
padding: 13px 15px;
border: 1px solid rgba(255,255,255,.14);
border-radius: 14px;
background: rgba(255,255,255,.055);
color: rgba(255,255,255,.86);
font-size: 14px;
}

.gs-panel-item span:last-child {
color: rgba(255,255,255,.45);
}

/* BRAND WORLDS */
.gs-home-brandworlds {
background: #fff;
padding: 84px 0 74px;
}

.gs-home-section-head {
display: flex;
justify-content: space-between;
gap: 28px;
align-items: end;
margin-bottom: 30px;
}

.gs-home-section-kicker {
color: var(--gs-blue-dark);
font-size: 12px;
font-weight: 800;
letter-spacing: .13em;
text-transform: uppercase;
margin-bottom: 10px;
}

.gs-home-section-head h2 {
font-size: clamp(34px, 4.5vw, 58px);
line-height: 1.04;
letter-spacing: -0.045em;
margin: 0;
color: var(--gs-black);
}

.gs-home-section-head p {
max-width: 455px;
color: var(--gs-muted);
font-size: 16px;
margin: 0;
}

.gs-world-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}

.gs-world-card {
display: flex;
flex-direction: column;
min-height: 350px;
padding: 28px;
border: 1px solid var(--gs-border);
border-radius: var(--gs-radius-sm);
background: var(--gs-soft);
text-decoration: none !important;
color: var(--gs-ink) !important;
transition: .2s ease;
}

.gs-world-card:hover {
transform: translateY(-3px);
background: #fff;
box-shadow: 0 18px 46px rgba(22, 22, 22, .08);
}

.gs-world-number {
color: var(--gs-muted);
font-size: 12px;
letter-spacing: .12em;
text-transform: uppercase;
font-weight: 800;
margin-bottom: 34px;
}

.gs-world-card h3 {
font-size: 28px;
line-height: 1.05;
letter-spacing: -0.035em;
margin: 0 0 10px;
}

.gs-world-desc {
color: var(--gs-blue-dark);
font-size: 13px;
text-transform: uppercase;
letter-spacing: .08em;
font-weight: 800;
margin-bottom: 18px;
}

.gs-world-card p {
color: var(--gs-muted);
margin: 0;
font-size: 15px;
line-height: 1.72;
}

.gs-world-card .gs-world-link {
margin-top: auto;
padding-top: 28px;
font-size: 14px;
font-weight: 800;
color: var(--gs-black);
}

/* LICENSING STRIP */
.gs-home-license-strip {
background: var(--gs-black);
color: #fff;
padding: 58px 0;
}

.gs-license-strip-grid {
display: grid;
grid-template-columns: 1.1fr .9fr;
gap: 42px;
align-items: center;
}

.gs-home-license-strip h2 {
color: #fff;
font-size: clamp(32px, 4vw, 54px);
line-height: 1.05;
letter-spacing: -0.045em;
margin: 0 0 16px;
}

.gs-home-license-strip p {
color: rgba(255,255,255,.68);
font-size: 17px;
line-height: 1.72;
margin: 0;
max-width: 720px;
}

.gs-license-strip-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
justify-content: flex-end;
}

.gs-license-strip-actions .gs-home-btn-secondary {
border-color: rgba(255,255,255,.2);
}

/* NEXT SECTION INTRO */
.gs-home-browse-intro {
background: #fff;
padding: 58px 0 22px;
text-align: center;
}

.gs-home-browse-intro h2 {
font-size: clamp(30px, 4vw, 48px);
line-height: 1.08;
letter-spacing: -0.04em;
margin: 0 0 12px;
}

.gs-home-browse-intro p {
color: var(--gs-muted);
max-width: 680px;
margin: 0 auto;
font-size: 16px;
line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 920px) {
.gs-hero-grid,
.gs-license-strip-grid {
grid-template-columns: 1fr;
}

.gs-home-panel {
min-height: auto;
}

.gs-world-grid {
grid-template-columns: 1fr;
}

.gs-home-section-head {
display: block;
}

.gs-home-section-head p {
margin-top: 14px;
}

.gs-license-strip-actions {
justify-content: flex-start;
}
}

@media (max-width: 640px) {
.gs-home-container {
padding-left: 18px;
padding-right: 18px;
}

.gs-hero-grid {
padding-top: 58px;
padding-bottom: 58px;
gap: 34px;
}

.gs-home-hero h1 {
font-size: 46px;
}

.gs-home-lead {
font-size: 17px;
}

.gs-home-panel,
.gs-world-card {
padding: 24px;
}

.gs-panel-main {
font-size: 38px;
}

.gs-home-brandworlds {
padding: 58px 0;
}

.gs-home-license-strip {
padding: 46px 0;
}

.gs-home-actions,
.gs-license-strip-actions {
display: grid;
}

.gs-home-btn {
width: 100%;
}
}
/* Homepage polish v1 */
.page-id-24 .gs-home-v1 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow-x: hidden;
}

.page-id-24 .gs-home-hero {
  overflow: hidden;
}

.page-id-24 .gs-hero-grid {
  padding-top: 72px;
  padding-bottom: 72px;
  gap: 42px;
}

.page-id-24 .gs-home-hero h1 {
  font-size: clamp(44px, 5.2vw, 72px);
  max-width: 720px;
}

.page-id-24 .gs-home-lead {
  max-width: 620px;
  font-size: clamp(17px, 1.7vw, 20px);
}

.page-id-24 .gs-home-panel {
  min-height: auto;
  padding: 32px 30px;
}

.page-id-24 .gs-panel-main {
  font-size: clamp(34px, 4vw, 56px);
}

.page-id-24 .gs-panel-sub {
  font-size: 15.5px;
}

.page-id-24 .gs-panel-item {
  padding: 12px 15px;
}

.page-id-24 .gs-home-brandworlds {
  padding-top: 72px;
  padding-bottom: 64px;
}

.page-id-24 .gs-home-section-head {
  align-items: flex-start;
  margin-bottom: 28px;
}

.page-id-24 .gs-world-card {
  min-height: 315px;
  padding: 26px;
}

.page-id-24 .gs-world-number {
  margin-bottom: 26px;
}

.page-id-24 .gs-home-license-strip {
  padding-top: 56px;
  padding-bottom: 56px;
}

.page-id-24 .gs-license-strip-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
}

.page-id-24 .gs-home-license-strip .gs-home-btn {
  min-width: 190px;
}

.page-id-24 .gs-home-license-strip .gs-home-btn-secondary {
  background: #ffffff;
  color: #161616 !important;
  border: 1px solid #ffffff;
}

.page-id-24 .gs-home-license-strip .gs-home-btn-primary {
  background: #0798c9;
  color: #ffffff !important;
  border: 1px solid #0798c9;
}

.page-id-24 .gs-home-browse-intro {
  padding-top: 54px;
  padding-bottom: 34px;
}

.page-id-24 .gs-home-browse-intro h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 920px) {
  .page-id-24 .gs-hero-grid {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .page-id-24 .gs-license-strip-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .page-id-24 .gs-home-hero h1 {
    font-size: 42px;
  }

  .page-id-24 .gs-home-panel {
    padding: 24px;
  }

  .page-id-24 .gs-home-license-strip .gs-home-btn {
    min-width: 100%;
  }
}
/* Homepage polish v2 - final balance */
.gs-home-v1 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  overflow-x: hidden !important;
}

/* Balance Featured Brand Worlds heading */
.gs-home-v1 .gs-home-section-head {
  display: block !important;
  max-width: 980px;
  margin-bottom: 34px !important;
}

.gs-home-v1 .gs-home-section-head h2 {
  max-width: 860px;
}

.gs-home-v1 .gs-home-section-head p {
  max-width: 680px !important;
  margin-top: 18px !important;
  font-size: 17px;
  line-height: 1.7;
}

/* Make cards spacing calmer */
.gs-home-v1 .gs-world-grid {
  gap: 20px !important;
}

.gs-home-v1 .gs-world-card {
  min-height: 320px !important;
}

/* License strip button fix */
.gs-home-v1 .gs-home-license-strip .gs-license-strip-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.gs-home-v1 .gs-home-license-strip .gs-home-btn {
  min-width: 190px;
  text-align: center;
}

.gs-home-v1 .gs-home-license-strip .gs-home-btn-secondary {
  background: #ffffff !important;
  color: #161616 !important;
  border: 1px solid #ffffff !important;
}

.gs-home-v1 .gs-home-license-strip .gs-home-btn-primary {
  background: #0798c9 !important;
  color: #ffffff !important;
  border: 1px solid #0798c9 !important;
}

/* License strip layout refinement */
.gs-home-v1 .gs-license-strip-grid {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 42px !important;
}

.gs-home-v1 .gs-home-license-strip h2 {
  max-width: 720px;
}

.gs-home-v1 .gs-home-license-strip p {
  max-width: 760px;
}

/* Remove horizontal overflow */
html,
body {
  overflow-x: hidden;
}

@media (max-width: 920px) {
  .gs-home-v1 .gs-license-strip-grid {
    grid-template-columns: 1fr !important;
  }

  .gs-home-v1 .gs-home-license-strip .gs-license-strip-actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  .gs-home-v1 .gs-home-section-head p {
    font-size: 16px;
  }

  .gs-home-v1 .gs-home-license-strip .gs-home-btn {
    width: 100%;
    min-width: 100%;
  }
}
/* Homepage polish v3 - centered brand worlds + stacked license buttons */

/* Center Featured Brand Worlds intro */
.gs-home-v1 .gs-home-section-head {
  display: block !important;
  max-width: 940px !important;
  margin: 0 auto 38px !important;
  text-align: center !important;
}

.gs-home-v1 .gs-home-section-kicker {
  text-align: center !important;
}

.gs-home-v1 .gs-home-section-head h2 {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gs-home-v1 .gs-home-section-head p {
  max-width: 700px !important;
  margin: 18px auto 0 !important;
  text-align: center !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

/* Stack license buttons vertically on desktop */
.gs-home-v1 .gs-home-license-strip .gs-license-strip-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 14px !important;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

.gs-home-v1 .gs-home-license-strip .gs-home-btn {
  width: 100% !important;
  min-width: 100% !important;
  text-align: center !important;
}

/* Slightly balance license strip columns */
.gs-home-v1 .gs-license-strip-grid {
  grid-template-columns: minmax(0, 1fr) 320px !important;
  align-items: center !important;
}

/* Keep mobile clean */
@media (max-width: 920px) {
  .gs-home-v1 .gs-license-strip-grid {
    grid-template-columns: 1fr !important;
  }

  .gs-home-v1 .gs-home-license-strip .gs-license-strip-actions {
    max-width: 100%;
    margin-left: 0;
  }
}
