/*
  Gia Nghia Land public UI.
  One system for all frames: landing, list, detail, account, form, plans.
*/

:root {
  --gnl-blue: #0066cc;
  --gnl-blue-focus: #0071e3;
  --gnl-blue-dark: #2997ff;
  --gnl-ink: #1d1d1f;
  --gnl-muted: #6e6e73;
  --gnl-soft: #f5f5f7;
  --gnl-canvas: #ffffff;
  --gnl-pearl: #fafafc;
  --gnl-line: #e5e5ea;
  --gnl-black: #000000;
  --gnl-dark: #252527;
  --gnl-dark-2: #2a2a2c;
  --gnl-radius: 18px;
  --gnl-radius-sm: 8px;
  --gnl-pill: 9999px;
  --gnl-max: 1440px;
  --gnl-text-max: 980px;
  --gnl-shadow-image: rgba(0, 0, 0, .22) 3px 5px 30px 0;
}

html,
body {
  margin: 0;
  background: var(--gnl-soft);
  color: var(--gnl-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0;
}

body {
  overflow-x: hidden;
}

#top-bar,
.header-top,
.footer-secondary,
.absolute-footer,
.footer-widgets,
#comments,
#respond,
.blog-share,
.post-sidebar,
.entry-category,
.entry-divider,
.entry-meta,
.is-divider,
#top-link,
.back-to-top {
  display: none !important;
}

#main,
#content,
.page-wrapper,
.page-inner,
.entry-content,
.blog-wrapper,
.row-main,
.large-12.col {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#header ul,
#header ol,
#header li,
#main-menu ul,
#main-menu ol,
#main-menu li,
.header-wrapper ul,
.header-wrapper ol,
.header-wrapper li,
.mobile-sidebar ul,
.mobile-sidebar ol,
.mobile-sidebar li {
  list-style: none !important;
}

#header ul,
#header ol,
#main-menu ul,
#main-menu ol,
.header-wrapper ul,
.header-wrapper ol,
.mobile-sidebar ul,
.mobile-sidebar ol {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#header li::marker,
#main-menu li::marker,
.header-wrapper li::marker,
.mobile-sidebar li::marker {
  content: "" !important;
  font-size: 0 !important;
}

#header .menu > ul > li > a:empty,
#main-menu .menu > ul > li > a:empty,
#header .element-error,
#main-menu .element-error {
  display: none !important;
}

a {
  color: var(--gnl-blue);
  text-decoration: none;
}

button,
a,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
}

/* Shared Frame System */
.gnl-home-pro,
.gnl-page-shell,
.gnl-detail-shell,
.gnl-member-shell {
  width: 100%;
  margin: 0;
  color: var(--gnl-ink);
  background: var(--gnl-soft);
}

.gnl-home-pro__hero,
.gnl-home-pro__section,
.gnl-home-pro__trust,
.gnl-listing-shell,
.gnl-detail-frame,
.gnl-member-shell {
  min-height: calc(100vh - 44px);
  padding: 80px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  align-content: start;
  gap: 32px;
}

.gnl-home-pro__hero,
.gnl-home-pro__section:nth-of-type(even),
.gnl-listing-shell,
.gnl-detail-frame,
.gnl-member-shell {
  background: var(--gnl-soft);
}

.gnl-home-pro__section:nth-of-type(odd) {
  background: var(--gnl-canvas);
}

.gnl-home-pro__trust {
  min-height: min(760px, calc(100vh - 44px));
  align-content: center;
  justify-items: center;
  text-align: center;
  background: var(--gnl-dark);
  color: #fff;
}

/* Navigation */
.gnl-home-pro__nav {
  position: sticky;
  top: 0;
  z-index: 90;
  height: 44px;
  padding: 0 max(20px, calc((100vw - 1024px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--gnl-black);
  color: #fff;
}

.gnl-home-pro__brand,
.gnl-home-pro__nav nav,
.gnl-home-pro__nav nav a,
.gnl-btn,
.gnl-chip,
.gnl-chip-soft,
.gnl-chip-ghost,
.gnl-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gnl-home-pro__brand {
  gap: 8px;
  color: #fff;
}

.gnl-home-pro__brand span,
.gnl-home-pro__brand strong,
.gnl-home-pro__nav nav a {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.gnl-home-pro__brand span {
  color: #fff;
  font-weight: 600;
}

.gnl-home-pro__nav nav {
  gap: 24px;
}

.gnl-home-pro__nav nav a {
  min-height: 44px;
}

/* Type */
.gnl-kicker,
.gnl-plan-kicker,
.gnl-home-pro__eyebrow,
.gnl-home-pro__section-head span,
.gnl-home-pro__trust span {
  margin: 0 0 8px;
  color: var(--gnl-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0;
}

.gnl-home-pro__trust span {
  color: rgba(255,255,255,.64);
}

.gnl-home-pro h1,
.gnl-listing-head h1 {
  max-width: var(--gnl-text-max);
  margin: 0 auto 10px;
  color: var(--gnl-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: 0;
  text-align: center;
}

.gnl-home-pro__hero-copy p:not(.gnl-home-pro__eyebrow),
.gnl-listing-lead,
.gnl-lead,
.gnl-member-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--gnl-ink);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}

.gnl-home-pro__section-head h2,
.gnl-home-pro__trust h2,
.gnl-member-hero h2,
.gnl-detail-block h3,
.gnl-detail-cta h3,
.gnl-detail-info h3,
.gnl-search-card-header h2,
.gnl-filter-head h2,
.gnl-sort-copy h3,
.gnl-pagination-box h3,
.gnl-empty-box-strong h3,
.gnl-member-card h3,
.gnl-plan-card h3 {
  max-width: var(--gnl-text-max);
  margin: 0;
  color: var(--gnl-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.gnl-home-pro__trust h2 {
  color: #fff;
  text-align: center;
}

.gnl-member-card p,
.gnl-detail-copy,
.gnl-detail-location,
.gnl-card-location,
.gnl-card-desc,
.gnl-sort-copy p,
.gnl-search-card-header p,
.gnl-filter-head p,
.gnl-pagination-box p,
.gnl-member-note-line,
.gnl-plan-feature-list,
.gnl-home-pro__feature-body em,
.gnl-home-pro__mini em,
.gnl-home-pro__need p {
  margin: 0;
  color: var(--gnl-muted);
  font-style: normal;
}

/* Buttons */
.gnl-home-pro__actions,
.gnl-action-row,
.gnl-chip-row,
.gnl-filter-actions,
.gnl-filter-buttons,
.gnl-filter-helper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gnl-home-pro__actions {
  margin-top: 22px;
}

.gnl-btn,
.gnl-chip,
.gnl-chip-soft,
.gnl-chip-ghost,
.gnl-card-link {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--gnl-blue);
  border-radius: var(--gnl-pill);
  background: transparent;
  color: var(--gnl-blue) !important;
  box-shadow: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transition: transform .12s ease;
}

.gnl-btn:active,
.gnl-chip:active,
.gnl-chip-soft:active,
.gnl-chip-ghost:active,
.gnl-card-link:active {
  transform: scale(.95);
}

.gnl-btn:focus-visible,
.gnl-chip:focus-visible,
.gnl-chip-soft:focus-visible,
.gnl-chip-ghost:focus-visible,
.gnl-card-link:focus-visible,
.gnl-filter-select:focus-visible,
.gnl-member-form input:focus-visible,
.gnl-member-form select:focus-visible,
.gnl-member-form textarea:focus-visible {
  outline: 2px solid var(--gnl-blue-focus);
  outline-offset: 2px;
}

.gnl-btn--primary,
.gnl-btn--dark,
.gnl-chip {
  background: var(--gnl-blue);
  color: #fff !important;
}

.gnl-btn--dark {
  width: 100%;
  cursor: pointer;
}

/* Head Blocks */
.gnl-home-pro__hero,
.gnl-home-pro__hero-copy,
.gnl-home-pro__section-head,
.gnl-search-card-header,
.gnl-filter-head,
.gnl-listing-head,
.gnl-member-hero {
  justify-items: center;
  text-align: center;
}

.gnl-home-pro__hero-copy {
  max-width: var(--gnl-text-max);
  margin: 0 auto;
}

.gnl-home-pro__hero {
  min-height: calc(100vh - 44px);
  align-content: center;
  gap: 28px;
}

.gnl-home-pro__hero .gnl-home-pro__eyebrow {
  color: #173b68;
}

.gnl-home-pro__hero-copy p:not(.gnl-home-pro__eyebrow) {
  max-width: 820px;
}

.gnl-home-pro__hero-visual {
  position: relative;
  width: min(1180px, 100%);
  min-height: 460px;
  margin: 8px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 18px;
  background-color: var(--gnl-dark);
  background-position: center;
  background-size: cover;
  box-shadow: var(--gnl-shadow-image);
  color: #fff;
  text-decoration: none;
}

.gnl-home-pro__hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .24);
}

.gnl-home-pro__hero-visual-body {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 48px));
  margin: 24px;
  padding: 22px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(0,0,0,.48);
  backdrop-filter: saturate(180%) blur(18px);
}

.gnl-home-pro__hero-visual-body span,
.gnl-home-pro__hero-visual-body em {
  color: rgba(255,255,255,.78);
  font-style: normal;
  font-size: 14px;
}

.gnl-home-pro__hero-visual-body strong {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.14;
}

.gnl-home-pro__section-head,
.gnl-search-card-header,
.gnl-filter-head,
.gnl-listing-head {
  display: grid;
  gap: 14px;
}

.gnl-home-pro__section-head a {
  color: var(--gnl-blue);
}

/* Forms and Filters */
.gnl-home-pro__search,
.gnl-filter-card,
.gnl-search-card,
.gnl-member-form,
.gnl-member-note,
.gnl-member-notice {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--gnl-line);
  border-radius: var(--gnl-radius);
  background: rgba(255,255,255,.92);
  box-shadow: none;
}

.gnl-home-pro__search {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
  border-color: rgba(0, 0, 0, .08);
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(18px);
}

.gnl-home-pro__search > div {
  grid-column: 1 / -1;
  display: grid;
  gap: 2px;
}

.gnl-home-pro__search strong,
.gnl-filter-head h2,
.gnl-search-card-header h2 {
  font-size: 21px;
  line-height: 1.19;
}

.gnl-home-pro__search span,
.gnl-filter-field strong,
.gnl-member-form label span {
  color: var(--gnl-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.gnl-filter-grid,
.gnl-member-grid.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gnl-filter-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gnl-filter-field,
.gnl-member-form label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.gnl-filter-select,
.gnl-member-form input,
.gnl-member-form select,
.gnl-member-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: var(--gnl-pill) !important;
  background: var(--gnl-canvas) !important;
  box-shadow: none !important;
  color: var(--gnl-ink);
  font-size: 17px;
  font-weight: 400;
}

.gnl-member-form textarea {
  min-height: 128px;
  padding: 14px 16px;
  border-radius: var(--gnl-radius) !important;
}

.gnl-member-checkbox {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px;
}

.gnl-member-checkbox input {
  width: 18px;
  min-height: 18px;
}

.gnl-filter-actions,
.gnl-filter-buttons,
.gnl-filter-helper {
  margin-top: 14px;
}

.gnl-mobile-filter-summary {
  display: none;
}

/* Cards */
.gnl-home-pro__featured,
.gnl-home-pro__need-grid,
.gnl-results-grid,
.gnl-member-stats,
.gnl-member-review-grid,
.gnl-trust-grid,
.gnl-member-plan-grid,
.gnl-home-pro__guide-grid {
  width: min(var(--gnl-max), 100%);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.gnl-home-pro__featured {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .72fr);
}

.gnl-home-pro__need-grid,
.gnl-results-grid,
.gnl-member-review-grid,
.gnl-trust-grid,
.gnl-home-pro__guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gnl-member-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gnl-member-plan-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gnl-home-pro__feature-main,
.gnl-home-pro__mini,
.gnl-home-pro__need,
.gnl-home-pro__link-grid a,
.gnl-home-pro__guide-grid a,
.gnl-card,
.gnl-member-card,
.gnl-detail-block,
.gnl-detail-info,
.gnl-detail-cta,
.gnl-gallery-card,
.gnl-pagination-box,
.gnl-sort-row,
.gnl-empty-box-strong,
.gnl-plan-card {
  overflow: hidden;
  border: 1px solid var(--gnl-line);
  border-radius: var(--gnl-radius);
  background: var(--gnl-canvas);
  color: var(--gnl-ink);
  box-shadow: none;
}

.gnl-home-pro__feature-main,
.gnl-home-pro__mini,
.gnl-home-pro__need,
.gnl-home-pro__link-grid a,
.gnl-home-pro__guide-grid a,
.gnl-card,
.gnl-sort-row,
.gnl-filter-card,
.gnl-search-card,
.gnl-plan-card,
.gnl-member-card,
.gnl-detail-info,
.gnl-detail-cta,
.gnl-detail-block {
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease;
}

.gnl-home-pro__feature-main:active,
.gnl-home-pro__mini:active,
.gnl-home-pro__need:active,
.gnl-home-pro__link-grid a:active,
.gnl-home-pro__guide-grid a:active,
.gnl-card:active,
.gnl-plan-card:active {
  transform: scale(.99);
}

.gnl-home-pro__feature-main {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr);
}

.gnl-home-pro__media,
.gnl-home-pro__mini-media,
.gnl-card-media,
.gnl-gallery-main {
  display: block;
  background-color: var(--gnl-soft);
  background-position: center;
  background-size: cover;
}

.gnl-home-pro__media,
.gnl-gallery-main {
  box-shadow: var(--gnl-shadow-image);
}

.gnl-card-media,
.gnl-home-pro__mini-media {
  box-shadow: none;
}

.gnl-home-pro__feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 48px;
}

.gnl-home-pro__feature-body span,
.gnl-card-chip,
.gnl-badge-soft,
.gnl-card-purpose,
.gnl-summary-pill,
.gnl-meta-item,
.gnl-signal-chip,
.gnl-member-review-pill,
.gnl-member-currency-pill {
  width: fit-content;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid var(--gnl-line);
  border-radius: var(--gnl-pill);
  background: var(--gnl-pearl);
  color: var(--gnl-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0;
}

a.gnl-badge-soft,
a.gnl-summary-pill,
a.gnl-chip,
a.gnl-chip-soft,
a.gnl-chip-ghost {
  text-decoration: none;
  cursor: pointer;
}

.gnl-card-chip--need,
.gnl-card-quality,
.gnl-badge-gach {
  background: rgba(210, 210, 215, .64);
  border-color: transparent;
}

.gnl-home-pro__feature-body strong {
  color: var(--gnl-ink);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.gnl-home-pro__feature-body b,
.gnl-card-price,
.gnl-price-strong,
.gnl-plan-price {
  color: var(--gnl-ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.14;
}

.gnl-home-pro__feature-side,
.gnl-home-pro__link-grid,
.gnl-home-pro__guide-grid {
  display: grid;
  gap: 24px;
}

.gnl-home-pro__mini {
  min-height: 160px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
}

.gnl-home-pro__mini span:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px;
}

.gnl-home-pro__mini strong,
.gnl-home-pro__need strong,
.gnl-home-pro__link-grid a,
.gnl-home-pro__guide-grid strong,
.gnl-card-title {
  margin: 0;
  color: var(--gnl-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.24;
}

.gnl-home-pro__need {
  min-height: 260px;
  padding: 24px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.gnl-home-pro__need > span,
.gnl-home-pro__need em,
.gnl-home-pro__link-grid span,
.gnl-home-pro__guide-grid span {
  color: var(--gnl-blue);
  font-style: normal;
}

.gnl-home-pro__need strong {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.14;
}

.gnl-home-pro__split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gnl-home-pro__split > div {
  display: grid;
  gap: 24px;
}

.gnl-home-pro__link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gnl-home-pro__link-grid a,
.gnl-home-pro__guide-grid a {
  min-height: 120px;
  padding: 24px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.gnl-home-pro__trust ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gnl-home-pro__trust li {
  color: rgba(255,255,255,.78);
  font-size: 21px;
}

/* Listing */
.gnl-listing-summary,
.gnl-hero-chips,
.gnl-detail-topline,
.gnl-meta,
.gnl-detail-meta,
.gnl-detail-signal-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.gnl-filter-card,
.gnl-search-card,
.gnl-sort-row,
.gnl-pagination-box,
.gnl-empty-box-strong {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 28px;
  border-color: rgba(0,0,0,.08);
}

.gnl-filter-card {
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(18px);
}

.gnl-sort-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.gnl-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-color: rgba(0,0,0,.08);
  text-decoration: none;
  cursor: pointer;
}

.gnl-card-media {
  position: relative;
  min-height: 300px;
}

.gnl-card-topline {
  position: absolute;
  inset: 14px 14px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.gnl-card-price {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 9px 13px;
  border-radius: var(--gnl-pill);
  background: rgba(250, 250, 252, .92);
  backdrop-filter: saturate(180%) blur(12px);
  font-size: 17px;
}

.gnl-card-quality {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 13px;
  border-radius: var(--gnl-pill);
  backdrop-filter: saturate(180%) blur(12px);
  font-size: 14px;
}

.gnl-card-body {
  flex: 1;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gnl-card-title {
  font-size: 22px;
  line-height: 1.19;
}

.gnl-card-purpose {
  color: var(--gnl-blue);
}

.gnl-card-link {
  width: fit-content;
  margin-top: auto;
}

.gnl-results-grid--home .gnl-card:first-child {
  grid-column: span 2;
}

.gnl-results-grid--home .gnl-card:first-child .gnl-card-media {
  min-height: 420px;
}

/* Detail */
.gnl-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: 24px;
}

.gnl-gallery-card,
.gnl-detail-info,
.gnl-detail-cta,
.gnl-detail-block,
.gnl-member-card {
  padding: 24px;
}

.gnl-gallery-main {
  min-height: 560px;
  border-radius: var(--gnl-radius-sm);
}

.gnl-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.gnl-gallery-thumb {
  min-height: 88px;
  border-radius: var(--gnl-radius-sm);
  background: var(--gnl-soft);
}

.gnl-detail-hero-note {
  margin-top: 12px;
  color: var(--gnl-muted);
  text-align: center;
}

.gnl-detail-side-stack {
  display: grid;
  gap: 24px;
}

.gnl-price-strong {
  margin-bottom: 16px;
}

.gnl-detail-copy {
  margin-top: 14px;
}

.gnl-detail-list {
  display: grid;
}

.gnl-detail-list-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--gnl-line);
}

.gnl-detail-list-item:last-child {
  border-bottom: 0;
}

.gnl-detail-layout-tail {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

/* Account, Plans, Payment */
.gnl-member-shell {
  gap: 24px;
}

.gnl-member-hero {
  display: grid;
  gap: 18px;
}

.gnl-member-stats {
  gap: 16px;
}

.gnl-member-stat,
.gnl-member-review-pill {
  min-height: 112px;
  width: auto;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  border-radius: var(--gnl-radius);
  padding: 24px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.gnl-member-stat strong,
.gnl-member-review-pill strong,
.gnl-member-focus-card h3,
.gnl-member-wallet-card h3 {
  color: var(--gnl-ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.14;
}

.gnl-member-task-list {
  display: grid;
  gap: 12px;
}

.gnl-member-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gnl-line);
}

.gnl-member-task-item:last-child {
  border-bottom: 0;
}

.gnl-member-task-item h3 {
  margin: 0 0 4px;
  font-size: 21px;
}

.gnl-member-table-wrap {
  overflow-x: auto;
}

.gnl-member-table {
  width: 100%;
  border-collapse: collapse;
}

.gnl-member-table th,
.gnl-member-table td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--gnl-line);
  text-align: left;
  vertical-align: top;
}

.gnl-member-review-cell {
  display: grid;
  gap: 4px;
}

.gnl-member-review-cell span {
  color: var(--gnl-muted);
  font-size: 14px;
}

.gnl-member-hero-stack,
.gnl-plan-head,
.gnl-member-currency-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gnl-plan-card {
  padding: 24px;
  display: grid;
  gap: 16px;
}

.gnl-plan-card h3 {
  font-size: 28px;
}

.gnl-plan-head {
  align-items: flex-start;
}

.gnl-plan-feature-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.gnl-member-currency-card,
.gnl-member-history-empty {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gnl-gach-word,
.gnl-gach-label {
  color: var(--gnl-blue);
}

/* Notices */
.gnl-member-notice.success {
  color: #05603a;
  border-color: rgba(5, 96, 58, .22);
}

.gnl-member-notice.warn {
  color: #92400e;
  border-color: rgba(146, 64, 14, .22);
}

.gnl-home-empty,
.gnl-empty-box-strong {
  text-align: center;
}

/* Legacy shortcode frames and fallback cards */
.gnl-home-section,
.gnl-plugin-surface {
  width: 100%;
  min-height: min(760px, calc(100vh - 44px));
  padding: 80px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  align-content: start;
  gap: 32px;
  background: var(--gnl-soft);
}

.gnl-home-section:nth-of-type(even) {
  background: var(--gnl-canvas);
}

.gnl-home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--gnl-max), 100%);
  margin: 0 auto;
}

.gnl-home-section-head h3,
.gnl-plugin-contract-box h3,
.gnl-plugin-card__title,
.gnl-blog-card h4,
.gnl-area-card h4,
.gnl-need-lane h4 {
  margin: 0;
  color: var(--gnl-ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.14;
}

.gnl-home-section-head p,
.gnl-plugin-contract-box p,
.gnl-plugin-card__desc,
.gnl-plugin-card__location,
.gnl-blog-card-date,
.gnl-area-card p,
.gnl-need-lane p {
  margin: 8px 0 0;
  color: var(--gnl-muted);
}

.gnl-need-lane-grid,
.gnl-blog-grid,
.gnl-area-grid,
.gnl-plugin-card-grid {
  width: min(var(--gnl-max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gnl-need-lane,
.gnl-trust-card,
.gnl-blog-card,
.gnl-area-card,
.gnl-plugin-card,
.gnl-plugin-contract-box {
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--gnl-line);
  border-radius: var(--gnl-radius);
  background: var(--gnl-canvas);
  color: var(--gnl-ink);
  box-shadow: none;
}

.gnl-need-lane {
  min-height: 320px;
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.gnl-need-lane-head,
.gnl-need-preview-body,
.gnl-blog-card,
.gnl-area-card,
.gnl-plugin-card {
  display: grid;
  gap: 10px;
}

.gnl-need-lane-preview {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.gnl-need-preview-media {
  min-height: 92px;
  border-radius: var(--gnl-radius-sm);
  background-color: var(--gnl-soft);
  background-position: center;
  background-size: cover;
}

.gnl-need-lane-cta,
.gnl-plugin-card__link,
.gnl-blog-card .gnl-card-link,
.gnl-area-kicker {
  color: var(--gnl-blue);
  font-style: normal;
}

.gnl-trust-grid {
  width: min(var(--gnl-max), 100%);
}

.gnl-trust-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gnl-ink);
  font-size: 21px;
}

.gnl-blog-card-meta,
.gnl-plugin-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.gnl-plugin-card__price {
  color: var(--gnl-ink);
  font-size: 24px;
  line-height: 1.2;
}

.gnl-plugin-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gnl-plugin-card__meta li {
  padding: 7px 12px;
  border: 1px solid var(--gnl-line);
  border-radius: var(--gnl-pill);
  color: var(--gnl-muted);
  font-size: 14px;
}

.gnl-plugin-contract-box pre {
  max-height: 360px;
  overflow: auto;
  padding: 16px;
  border-radius: var(--gnl-radius-sm);
  background: var(--gnl-soft);
  color: var(--gnl-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Source desk direction */
.gnl-home-pro__hero--desk {
  min-height: calc(100vh - 44px);
  padding-top: 48px;
  padding-bottom: 44px;
  align-content: center;
  background: #0b0c0f;
  color: #fff;
}

.gnl-home-pro__hero-layout {
  width: min(var(--gnl-max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 28px;
}

.gnl-home-pro__hero--desk .gnl-home-pro__hero-copy {
  max-width: none;
  margin: 0;
  justify-items: start;
  text-align: left;
}

.gnl-home-pro__hero--desk .gnl-home-pro__eyebrow {
  color: rgba(255,255,255,.62);
}

.gnl-home-pro__hero--desk h1 {
  margin: 0;
  max-width: 640px;
  color: #fff;
  font-size: clamp(64px, 8vw, 112px);
  line-height: .96;
  text-align: left;
}

.gnl-home-pro__hero--desk .gnl-home-pro__hero-copy p:not(.gnl-home-pro__eyebrow) {
  margin: 8px 0 0;
  max-width: 560px;
  color: rgba(255,255,255,.78);
  font-size: 28px;
  text-align: left;
}

.gnl-home-pro__hero--desk .gnl-home-pro__actions {
  justify-content: flex-start;
}

.gnl-home-pro__hero--desk .gnl-btn--soft {
  border-color: rgba(255,255,255,.36);
  color: #fff !important;
}

.gnl-home-pro__hero-stats {
  width: min(520px, 100%);
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.gnl-home-pro__hero-stats a {
  min-height: 96px;
  padding: 18px 18px 18px 0;
  display: grid;
  align-content: center;
  gap: 4px;
  color: #fff;
}

.gnl-home-pro__hero-stats strong {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.gnl-home-pro__hero-stats span {
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

.gnl-home-pro__hero--desk .gnl-home-pro__hero-visual {
  width: 100%;
  min-height: min(66vh, 700px);
  margin: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  box-shadow: rgba(0, 0, 0, .5) 0 34px 110px;
}

.gnl-home-pro__hero--desk .gnl-home-pro__hero-visual::before {
  background: rgba(0,0,0,.18);
}

.gnl-home-pro__hero--desk .gnl-home-pro__hero-visual-body {
  width: min(560px, calc(100% - 56px));
  margin: 28px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(10,10,12,.62);
}

.gnl-home-pro__hero--desk .gnl-home-pro__search {
  width: min(1180px, 100%);
  margin-top: -18px;
  grid-template-columns: minmax(180px, .8fr) repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.94);
  box-shadow: rgba(0,0,0,.28) 0 24px 70px;
}

.gnl-home-pro__hero--desk .gnl-home-pro__search > div {
  grid-column: auto;
}

.gnl-home-pro__hero--desk .gnl-btn--dark {
  width: auto;
  min-width: 92px;
}

.gnl-home-pro__need-grid {
  counter-reset: source-step;
}

.gnl-home-pro__need {
  min-height: 360px;
  align-content: space-between;
  justify-items: start;
  padding: 30px;
  text-align: left;
  border-color: rgba(0,0,0,.08);
}

.gnl-home-pro__need > span {
  color: var(--gnl-blue);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.gnl-home-pro__need strong {
  max-width: 360px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.08;
}

.gnl-home-pro__need p {
  max-width: 360px;
  font-size: 17px;
}

.gnl-home-pro__need em {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gnl-blue);
  border-radius: var(--gnl-pill);
}

.gnl-home-pro__section:nth-of-type(2) {
  background: #f5f5f7;
}

.gnl-home-pro__feature-main {
  border-radius: 28px;
}

.gnl-home-pro__mini,
.gnl-card {
  border-radius: 22px;
}

.gnl-results-grid {
  gap: 28px;
}

.gnl-home-pro__section--tight {
  min-height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.gnl-home-pro__quickbar {
  position: sticky;
  top: 44px;
  z-index: 80;
  width: 100%;
  padding: 12px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  background: rgba(245,245,247,.88);
  backdrop-filter: saturate(180%) blur(20px);
}

.gnl-home-pro__quickbar a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--gnl-pill);
  background: #fff;
  color: var(--gnl-ink);
  font-size: 15px;
  text-align: center;
}

.gnl-home-pro__premium-panel {
  padding: 28px max(20px, calc((100vw - var(--gnl-max)) / 2)) 64px;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: 28px;
  background: var(--gnl-soft);
}

.gnl-home-pro__premium-copy,
.gnl-home-pro__premium-list {
  min-height: 420px;
  border-radius: 34px;
}

.gnl-home-pro__premium-copy {
  padding: 34px;
  display: grid;
  align-content: space-between;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
}

.gnl-home-pro__premium-copy > span {
  width: fit-content;
  padding: 7px 12px;
  border-radius: var(--gnl-pill);
  background: var(--gnl-blue);
  color: #fff;
  font-size: 14px;
}

.gnl-home-pro__premium-copy h2 {
  max-width: 520px;
  margin: 0;
  color: var(--gnl-ink);
  font-size: 52px;
  font-weight: 600;
  line-height: 1.02;
}

.gnl-home-pro__premium-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gnl-home-pro__premium-routes a {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: var(--gnl-pill);
  color: var(--gnl-ink);
}

.gnl-home-pro__premium-list {
  padding: 14px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: #101114;
}

.gnl-home-pro__premium-list a {
  position: relative;
  min-height: 188px;
  padding: 20px;
  display: grid;
  align-content: end;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
}

.gnl-home-pro__premium-list a:first-child {
  grid-row: span 2;
}

.gnl-home-pro__premium-list span {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #272729;
  background-position: center;
  background-size: cover;
  transition: transform .3s ease;
}

.gnl-home-pro__premium-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0,0,0,.34);
}

.gnl-home-pro__premium-list strong,
.gnl-home-pro__premium-list em {
  position: relative;
  z-index: 2;
}

.gnl-home-pro__premium-list strong {
  max-width: 520px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.12;
}

.gnl-home-pro__premium-list em {
  margin-top: 8px;
  color: rgba(255,255,255,.76);
  font-style: normal;
  font-size: 14px;
}

.gnl-home-pro__premium-list a:active span {
  transform: scale(1.03);
}

.gnl-home-pro__services {
  padding: 80px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  gap: 28px;
  background: #0b0c0f;
  color: #fff;
}

.gnl-home-pro__services-head {
  width: min(var(--gnl-max), 100%);
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.gnl-home-pro__services-head span {
  color: rgba(255,255,255,.62);
  font-size: 14px;
  font-weight: 600;
}

.gnl-home-pro__services-head h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 600;
  line-height: .98;
}

.gnl-home-pro__services-grid {
  width: min(var(--gnl-max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gnl-home-pro__services-grid a {
  min-height: 300px;
  padding: 28px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: #17181c;
  color: #fff;
  text-decoration: none;
}

.gnl-home-pro__services-grid a:nth-child(1),
.gnl-home-pro__services-grid a:nth-child(6) {
  background: #fff;
  color: var(--gnl-ink);
}

.gnl-home-pro__services-grid a:nth-child(2),
.gnl-home-pro__services-grid a:nth-child(5) {
  min-height: 360px;
}

.gnl-home-pro__services-grid a:nth-child(3) {
  grid-column: span 2;
}

.gnl-home-pro__services-grid a:nth-child(4) {
  background: #252527;
  color: #fff;
}

.gnl-home-pro__services-grid span {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  font-weight: 600;
}

.gnl-home-pro__services-grid a:nth-child(1) span,
.gnl-home-pro__services-grid a:nth-child(6) span {
  color: var(--gnl-blue);
}

.gnl-home-pro__services-grid strong {
  max-width: 360px;
  color: inherit;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 600;
  line-height: 1;
}

.gnl-home-pro__services-grid em {
  display: none;
}

.gnl-home-pro__need p,
.gnl-card-desc {
  display: none;
}

.gnl-home-pro__journey-card p {
  display: none;
}

.gnl-home-pro__experience {
  width: min(var(--gnl-max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
}

.gnl-home-pro__experience-copy {
  min-height: 420px;
  padding: 34px;
  display: grid;
  align-content: end;
  border-radius: 28px;
  background: #0b0c0f;
  color: #fff;
}

.gnl-home-pro__experience-copy span,
.gnl-home-pro__seller span {
  color: rgba(255,255,255,.64);
  font-size: 14px;
  font-weight: 600;
}

.gnl-home-pro__experience-copy h2,
.gnl-home-pro__seller h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.04;
}

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

.gnl-home-pro__journey-card {
  min-height: 360px;
  padding: 28px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 28px;
  background: #fff;
}

.gnl-home-pro__journey-card span {
  width: fit-content;
  padding: 7px 12px;
  border-radius: var(--gnl-pill);
  background: var(--gnl-blue);
  color: #fff;
  font-size: 14px;
}

.gnl-home-pro__journey-card strong {
  color: var(--gnl-ink);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.04;
}

.gnl-home-pro__seller {
  min-height: 520px;
  padding: 72px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  background: #0b0c0f;
  color: #fff;
}

.gnl-home-pro__seller-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.gnl-home-pro__seller .gnl-btn--soft {
  border-color: rgba(255,255,255,.36);
  color: #fff !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .gnl-member-plan-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1068px) {
  .gnl-home-pro__hero-layout,
  .gnl-home-pro__hero--desk .gnl-home-pro__search,
  .gnl-home-pro__premium-panel,
  .gnl-home-pro__experience,
  .gnl-home-pro__seller {
    grid-template-columns: 1fr;
  }

  .gnl-home-pro__hero--desk .gnl-home-pro__hero-copy,
  .gnl-home-pro__hero--desk h1,
  .gnl-home-pro__hero--desk .gnl-home-pro__hero-copy p:not(.gnl-home-pro__eyebrow) {
    justify-items: center;
    text-align: center;
  }

  .gnl-home-pro__hero--desk .gnl-home-pro__actions {
    justify-content: center;
  }

  .gnl-home-pro__hero-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .gnl-home-pro__hero--desk .gnl-home-pro__search > div {
    grid-column: 1 / -1;
  }

  .gnl-home-pro h1,
  .gnl-listing-head h1 {
    font-size: 40px;
  }

  .gnl-home-pro__hero,
  .gnl-home-pro__section,
  .gnl-home-pro__trust,
  .gnl-listing-shell,
  .gnl-detail-frame,
  .gnl-member-shell {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .gnl-home-pro__featured,
  .gnl-home-pro__feature-main,
  .gnl-home-pro__split,
  .gnl-detail-grid,
  .gnl-sort-row {
    grid-template-columns: 1fr;
  }

  .gnl-results-grid--home .gnl-card:first-child {
    grid-column: auto;
  }

  .gnl-home-pro__search,
  .gnl-filter-grid,
  .gnl-results-grid,
  .gnl-member-stats,
  .gnl-member-grid.two,
  .gnl-member-review-grid,
  .gnl-home-pro__guide-grid,
  .gnl-member-plan-grid-five,
  .gnl-home-pro__quickbar,
  .gnl-home-pro__journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gnl-need-lane-grid,
  .gnl-blog-grid,
  .gnl-area-grid,
  .gnl-plugin-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 833px) {
  .gnl-home-pro__nav nav a:not(:last-child) {
    display: none;
  }

  .gnl-home-pro__brand strong {
    display: none;
  }
}

@media (max-width: 640px) {
  .gnl-home-pro__hero--desk {
    padding-top: 44px;
  }

  .gnl-home-pro__hero--desk h1 {
    font-size: 42px;
    line-height: 1;
  }

  .gnl-home-pro__hero-stats {
    grid-template-columns: 1fr;
  }

  .gnl-home-pro__hero-stats a {
    min-height: 72px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .gnl-home-pro__hero-stats a:last-child {
    border-bottom: 0;
  }

  .gnl-home-pro__nav {
    padding: 0 16px;
  }

  .gnl-home-pro__hero,
  .gnl-home-pro__section,
  .gnl-home-pro__trust,
  .gnl-listing-shell,
  .gnl-detail-frame,
  .gnl-member-shell {
    min-height: auto;
    padding: 48px 16px;
  }

  .gnl-home-pro h1,
  .gnl-listing-head h1 {
    font-size: 34px;
  }

  .gnl-home-pro__hero-copy p:not(.gnl-home-pro__eyebrow),
  .gnl-listing-lead,
  .gnl-lead,
  .gnl-member-hero p {
    font-size: 21px;
  }

  .gnl-home-pro__section-head h2,
  .gnl-home-pro__trust h2,
  .gnl-member-hero h2,
  .gnl-detail-block h3,
  .gnl-detail-cta h3,
  .gnl-detail-info h3 {
    font-size: 28px;
  }

  .gnl-home-pro__search,
  .gnl-home-pro__quickbar,
  .gnl-home-pro__premium-list,
  .gnl-home-pro__journey,
  .gnl-home-pro__services-grid,
  .gnl-home-pro__need-grid,
  .gnl-home-pro__link-grid,
  .gnl-home-pro__guide-grid,
  .gnl-filter-grid,
  .gnl-results-grid,
  .gnl-member-stats,
  .gnl-member-grid.two,
  .gnl-member-review-grid,
  .gnl-trust-grid,
  .gnl-member-plan-grid-five {
    grid-template-columns: 1fr;
  }

  .gnl-home-pro__quickbar {
    position: static;
    padding: 12px 16px;
  }

  .gnl-home-pro__premium-panel {
    padding: 20px 16px 40px;
  }

  .gnl-home-pro__premium-copy,
  .gnl-home-pro__premium-list {
    min-height: auto;
    border-radius: 24px;
  }

  .gnl-home-pro__premium-copy h2 {
    margin: 28px 0;
    font-size: 34px;
  }

  .gnl-home-pro__premium-list a:first-child {
    grid-row: auto;
  }

  .gnl-home-pro__section--tight {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gnl-home-pro__experience-copy,
  .gnl-home-pro__journey-card {
    min-height: 260px;
    border-radius: 22px;
  }

  .gnl-home-pro__experience-copy h2,
  .gnl-home-pro__seller h2 {
    font-size: 34px;
  }

  .gnl-home-pro__seller {
    min-height: auto;
    padding: 48px 16px;
  }

  .gnl-home-pro__seller-actions {
    justify-content: flex-start;
  }

  .gnl-home-pro__services {
    padding: 40px 16px;
  }

  .gnl-home-pro__services-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .gnl-home-pro__services-head h2 {
    font-size: 34px;
  }

  .gnl-home-pro__services-grid a {
    min-height: 210px;
    border-radius: 22px;
  }

  .gnl-home-pro__services-grid a:nth-child(2),
  .gnl-home-pro__services-grid a:nth-child(5) {
    min-height: 210px;
  }

  .gnl-home-pro__services-grid a:nth-child(3) {
    grid-column: auto;
  }

  .gnl-home-section,
  .gnl-plugin-surface {
    min-height: auto;
    padding: 48px 16px;
  }

  .gnl-home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .gnl-need-lane-grid,
  .gnl-blog-grid,
  .gnl-area-grid,
  .gnl-plugin-card-grid {
    grid-template-columns: 1fr;
  }

  .gnl-home-pro__mini {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .gnl-home-pro__hero-visual {
    min-height: 360px;
    border-radius: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .gnl-home-pro__hero--desk .gnl-home-pro__hero-visual {
    min-height: 420px;
    border-radius: 0;
  }

  .gnl-home-pro__need {
    min-height: 300px;
  }

  .gnl-home-pro__need strong {
    font-size: 28px;
  }

  .gnl-home-pro__hero-visual-body {
    width: calc(100% - 32px);
    margin: 16px;
    padding: 18px;
  }

  .gnl-home-pro__hero-visual-body strong {
    font-size: 22px;
  }

  .gnl-home-pro__feature-body,
  .gnl-card-body,
  .gnl-gallery-card,
  .gnl-detail-info,
  .gnl-detail-cta,
  .gnl-detail-block,
  .gnl-member-card,
  .gnl-member-form {
    padding: 20px;
  }

  .gnl-gallery-main {
    min-height: 320px;
  }

  .gnl-card-media {
    min-height: 220px;
  }

  .gnl-results-grid--home .gnl-card:first-child .gnl-card-media {
    min-height: 260px;
  }

  .gnl-card-price,
  .gnl-card-quality {
    position: static;
    margin: 8px;
    width: fit-content;
  }

  .gnl-card-topline {
    position: static;
    padding: 8px;
  }

  .gnl-member-task-item,
  .gnl-member-hero-stack,
  .gnl-plan-head,
  .gnl-member-currency-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 419px) {
  .gnl-home-pro h1,
  .gnl-listing-head h1 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .gnl-home-pro__hero--desk h1 {
    font-size: 42px;
  }
}

@media (max-width: 419px) {
  .gnl-home-pro__hero--desk h1 {
    font-size: 36px;
  }
}

/* Brand rebuild */
.header-social-icons {
  display: none !important;
}

.gnl-brand-home {
  --gnl-brand-green: #0f3f2d;
  --gnl-brand-bronze: #b88a5b;
  --gnl-brand-cream: #f6f0e6;
  width: 100%;
  overflow: hidden;
  background: #0b0c0f;
  color: #fff;
}

.gnl-brand-home .gnl-home-pro__nav {
  background: rgba(9, 12, 10, .86);
  backdrop-filter: saturate(180%) blur(20px);
}

.gnl-brand-home__hero {
  position: relative;
  min-height: calc(100vh - 44px);
  padding: 64px max(20px, calc((100vw - var(--gnl-max)) / 2)) 32px;
  display: grid;
  grid-template-columns: minmax(320px, .42fr) minmax(0, .58fr);
  align-items: end;
  gap: 28px;
  background-position: center;
  background-size: cover;
}

.gnl-brand-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 7, .18);
}

.gnl-brand-home__hero-panel,
.gnl-brand-home__search {
  position: relative;
  z-index: 1;
}

.gnl-brand-home__hero-panel {
  width: min(520px, 100%);
  padding: 26px;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  background: rgba(255,255,255,.9);
  color: var(--gnl-brand-green);
  backdrop-filter: saturate(180%) blur(18px);
}

.gnl-brand-home__hero-panel img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0,0,0,.2) 0 18px 50px;
}

.gnl-brand-home__hero-panel h1 {
  max-width: 460px;
  margin: 0;
  color: var(--gnl-brand-green);
  font-size: clamp(56px, 6vw, 92px);
  font-weight: 600;
  line-height: .92;
}

.gnl-brand-home__hero-panel p {
  margin: 0;
  color: rgba(15,63,45,.72);
  font-size: 23px;
}

.gnl-brand-home__hero-actions,
.gnl-brand-home__seller-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gnl-brand-home__search {
  width: min(760px, 100%);
  justify-self: end;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: rgba(0,0,0,.24) 0 24px 70px;
}

.gnl-brand-home__search > div {
  display: grid;
  gap: 2px;
}

.gnl-brand-home__search strong {
  color: var(--gnl-ink);
  font-size: 18px;
}

.gnl-brand-home__search span {
  color: var(--gnl-muted);
  font-size: 12px;
}

.gnl-brand-home__search .gnl-btn--dark {
  width: auto;
  min-width: 86px;
  background: var(--gnl-brand-green);
  border-color: var(--gnl-brand-green);
}

.gnl-brand-home__quickbar {
  padding: 12px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  background: var(--gnl-brand-cream);
}

.gnl-brand-home__quickbar a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15,63,45,.14);
  border-radius: var(--gnl-pill);
  background: #fff;
  color: var(--gnl-brand-green);
  font-size: 15px;
}

.gnl-brand-home__showcase {
  padding: 56px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: 24px;
  background: var(--gnl-brand-cream);
}

.gnl-brand-home__brand-card,
.gnl-brand-home__source-card {
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
}

.gnl-brand-home__brand-card {
  background-position: center;
  background-size: cover;
  box-shadow: rgba(48,31,16,.22) 0 24px 70px;
}

.gnl-brand-home__source-card {
  padding: 28px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 22px;
  align-items: stretch;
  background: #fff;
  color: var(--gnl-ink);
}

.gnl-brand-home__source-card > div:first-child {
  display: grid;
  align-content: end;
}

.gnl-brand-home__source-card span,
.gnl-brand-home__services-head span,
.gnl-brand-home__index > div > span,
.gnl-brand-home__seller span {
  color: var(--gnl-brand-bronze);
  font-size: 14px;
  font-weight: 600;
}

.gnl-brand-home__source-card h2,
.gnl-brand-home__services-head h2,
.gnl-brand-home__seller h2 {
  margin: 8px 0 0;
  color: inherit;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: .98;
}

.gnl-brand-home__source-list {
  display: grid;
  gap: 12px;
}

.gnl-brand-home__source-list a {
  min-height: 150px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--gnl-ink);
}

.gnl-brand-home__source-list span {
  min-height: 150px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
}

.gnl-brand-home__source-list strong {
  color: var(--gnl-ink);
  font-size: 20px;
  line-height: 1.12;
}

.gnl-brand-home__source-list em {
  display: block;
  margin-top: 8px;
  color: var(--gnl-muted);
  font-style: normal;
  font-size: 14px;
}

.gnl-brand-home__services,
.gnl-brand-home__listings,
.gnl-brand-home__index {
  padding: 64px max(20px, calc((100vw - var(--gnl-max)) / 2));
}

.gnl-brand-home__services {
  display: grid;
  gap: 28px;
  background: #0b0c0f;
}

.gnl-brand-home__services-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.gnl-brand-home__services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  gap: 12px;
}

.gnl-brand-home__services-grid a {
  min-height: 300px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: #17181c;
  color: #fff;
}

.gnl-brand-home__services-grid a:nth-child(2n) {
  background: #fff;
  color: var(--gnl-brand-green);
}

.gnl-brand-home__services-grid span {
  color: var(--gnl-brand-bronze);
  font-size: 14px;
  font-weight: 600;
}

.gnl-brand-home__services-grid strong {
  color: inherit;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.04;
}

.gnl-brand-home__listings {
  background: #fff;
  color: var(--gnl-ink);
}

.gnl-brand-home__index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  background: var(--gnl-brand-cream);
  color: var(--gnl-ink);
}

.gnl-brand-home__index > div {
  display: grid;
  gap: 18px;
}

.gnl-brand-home__seller {
  min-height: 620px;
  padding: 80px max(20px, calc((100vw - var(--gnl-max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  background-position: center;
  background-size: cover;
  color: var(--gnl-brand-green);
}

.gnl-brand-home__seller > div:first-child {
  width: min(760px, 100%);
  padding: 28px;
  border-radius: 34px;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(16px);
}

.gnl-brand-home__seller .gnl-btn--soft {
  border-color: var(--gnl-brand-green);
  color: var(--gnl-brand-green) !important;
  background: rgba(255,255,255,.72);
}

@media (max-width: 1200px) {
  .gnl-brand-home__services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1068px) {
  .gnl-brand-home__hero,
  .gnl-brand-home__showcase,
  .gnl-brand-home__source-card,
  .gnl-brand-home__index,
  .gnl-brand-home__seller {
    grid-template-columns: 1fr;
  }

  .gnl-brand-home__search {
    justify-self: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gnl-brand-home__search > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .gnl-brand-home__hero,
  .gnl-brand-home__showcase,
  .gnl-brand-home__services,
  .gnl-brand-home__listings,
  .gnl-brand-home__index,
  .gnl-brand-home__seller {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gnl-brand-home__hero {
    min-height: auto;
    padding-top: 48px;
  }

  .gnl-brand-home__hero-panel,
  .gnl-brand-home__brand-card,
  .gnl-brand-home__source-card,
  .gnl-brand-home__seller > div:first-child {
    border-radius: 24px;
  }

  .gnl-brand-home__hero-panel h1 {
    font-size: 44px;
  }

  .gnl-brand-home__search,
  .gnl-brand-home__quickbar,
  .gnl-brand-home__services-grid {
    grid-template-columns: 1fr;
  }

  .gnl-brand-home__source-list a {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .gnl-brand-home__source-list span {
    min-height: 112px;
  }

  .gnl-brand-home__brand-card {
    min-height: 320px;
  }

  .gnl-brand-home__services-grid a {
    min-height: 180px;
  }
}
