/* =============================================================
   custom.css — Manual CSS overrides
   Loaded after style.tpl and core stylesheets in header.tpl
   Upload this file to: css/custom.css on the server
   ============================================================= */


/* -------------------------------------------------------------
   Fonts
   ------------------------------------------------------------- */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../assets/fonts/manrope.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/Oswald.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Monument';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url('../assets/fonts/monumentextended-regular-webfont.woff2') format('woff2');
}


/* -------------------------------------------------------------
   Root Variables
   Mirror the categories from style.tpl (CMS admin-controlled).
   Set these to match your site's color scheme so all custom
   rules below stay consistent with the theme.
   ------------------------------------------------------------- */

:root {

  /* Brand */
  --brand:                          hsl(220, 86%, 63%);
  --brand-hover:                    hsl(220, 86%, 43%);
  --brand-light:                    hsl(220, 86%, 73%);

  /* Body */
  --color-body-bg:                  hsl(0, 0%, 100%);
  --color-body-text:                hsl(0, 0%, 5%);

  /* Header & Footer */
  --color-header-bg:                hsl(0, 0%, 0%);
  --color-footer-bg:                hsl(0, 0%, 5%);

  /* Navigation */
  --color-nav-link:                 hsl(0, 0%, 82%);
  --color-nav-link-hover:           var(--brand);
  --color-nav-link-active:          var(--brand);
  --color-nav-separator:            hsl(0, 0%, 20%);
  --color-nav-icon:                 hsl(0, 0%, 65%);
  --color-nav-pulldown-bg:          hsl(0, 0%, 10%);

  /* Mobile Menu */
  --color-mobile-menu-bg:           hsl(0, 0%, 8%);
  --color-mobile-menu-text:         hsl(0, 0%, 82%);
  --color-mobile-menu-text-hover:   var(--brand);
  --color-mobile-menu-icon:         hsl(0, 0%, 65%);
  --color-mobile-menu-lines:        hsl(0, 0%, 82%);

  /* Content Blocks */
  --color-block-dark:               hsl(0, 0%, 0%);
  --color-block-medium:             hsl(0, 0%, 5%);
  --color-block-light:              hsl(0, 0%, 95%);

  /* Text */
  --color-text-light:               hsl(0, 0%, 100%);
  --color-text-medium:              hsl(0, 0%, 58%);
  --color-text-dark:                hsl(0, 0%, 5%);

  /* Links */
  --color-link-light:               var(--brand);
  --color-link-light-hover:         var(--brand-hover);
  --color-link-medium:              hsl(0, 0%, 65%);
  --color-link-medium-hover:        var(--brand);

  /* Buttons — Bright (primary CTA) */
  --color-btn-bright-bg:            var(--brand);
  --color-btn-bright-text:          #ffffff;
  --color-btn-bright-bg-hover:      var(--brand-hover);
  --color-btn-bright-text-hover:    #ffffff;

  /* Buttons — Medium */
  --color-btn-med-bg:               var(--brand);
  --color-btn-med-text:             #ffffff;
  --color-btn-med-bg-hover:         var(--brand-hover);
  --color-btn-med-text-hover:       #ffffff;

  /* Buttons — Border/Outline */
  --color-btn-border-bg:            transparent;
  --color-btn-border-text:          var(--brand);
  --color-btn-border-color:         var(--brand);
  --color-btn-border-bg-hover:      var(--brand);
  --color-btn-border-text-hover:    #ffffff;
  --color-btn-border-color-hover:   var(--brand);

  /* Forms */
  --color-input-bg:                 hsl(0, 0%, 100%);
  --color-input-text:               hsl(0, 0%, 5%);
  --color-input-border:             hsl(0, 0%, 80%);
  --color-dropdown-bg:              hsl(0, 0%, 100%);
  --color-dropdown-text:            hsl(0, 0%, 5%);

  /* Modals */
  --color-modal-bg:                 hsl(0, 0%, 100%);
  --color-modal-text:               hsl(0, 0%, 5%);
  --color-modal-titlebar-bg:        var(--brand);
  --color-modal-titlebar-text:      #ffffff;

  /* Border Radius */
  --radius:                         0.25rem;
  --radius-thumb:                   0.25rem;

  /* Header Promo Banner */
  --color-promo-bg:                 hsl(220, 20%, 10%);
  --color-promo-text:               hsl(0, 0%, 90%);
  --color-promo-btn-bg:             var(--brand);
  --color-promo-btn-text:           #ffffff;

  /* Footer Promo / Subfooter */
  --color-sfooter-bg:               hsl(0, 0%, 5%);
  --color-sfooter-text:             hsl(0, 0%, 75%);
  --color-sfooter-btn-bg:           var(--brand);
  --color-sfooter-btn-text:         #ffffff;

  /* Warnings */
  --color-warning:                  hsl(220, 86%, 63%);
  --color-warning-text:             hsl(220, 86%, 43%);

  /* Typography */
  --font-body:                      'Manrope', sans-serif;
  --font-heading:                   'Oswald', Arial, Helvetica, sans-serif;
  --font-special:                   'Monument', Arial, Helvetica, sans-serif;

  /* Type Scale (responsive) */
  --text-xs:                        clamp(0.65rem,  0.75vw, 0.75rem);
  --text-sm:                        clamp(0.75rem,  1vw,    0.875rem);
  --text-base:                      clamp(0.875rem, 1.5vw,  1rem);
  --text-lg:                        clamp(1rem,     2vw,    1.25rem);
  --text-xl:                        clamp(1.125rem, 2.5vw,  1.5rem);
  --text-2xl:                       clamp(1.25rem,  3vw,    1.875rem);
  --text-3xl:                       clamp(1.5rem,   4vw,    2.25rem);

  /* Surface Layers */
  --color-dark-1:                   hsl(0, 0%, 20%);
  --color-dark-2:                   hsl(0, 0%, 15%);
  --color-dark-3:                   hsl(0, 0%, 10%);
  --color-light-1:                  hsl(0, 0%, 80%);
  --color-light-2:                  hsl(0, 0%, 85%);
  --color-light-3:                  hsl(0, 0%, 90%);
  --color-light-4:                  hsl(0, 0%, 95%);

  /* Borders & Dividers */
  --color-border:                   #2a2a2a;
  --color-divider:                  #444444;

  /* Spacing Scale */
  --space-xs:                       0.5rem;
  --space-sm:                       0.75rem;
  --space-md:                       1rem;
  --space-lg:                       1.5rem;
  --space-xl:                       2rem;

  /* Spacing / Layout */
  --max-width:                      1366px;

  /* Transitions */
  --transition-fast:                0.15s ease-in-out;
  --transition-normal:              0.3s ease-in-out;

}


/* -------------------------------------------------------------
   Global / Layout
   ------------------------------------------------------------- */

body {
  font-family: var(--font-body);
  color: var(--color-body-text);
  font-size: var(--text-base);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

a.hilite {
  opacity: 1;
  border-bottom: 1px solid var(--brand);
  font-weight: 600;
}

.pagesBlock a, .cookiesL p a, .pagesDetails a, .header_welcome a,
.banner-text, .filterbyTags i, .filterbyTags svg, .cptreg i,
.faqArea a, .vitalStats a, .messages_popup a {
  color: var(--brand) !important;
}

.link_bright:hover, .link_bright a:hover {
  color: var(--brand-hover) !important;
}

.link_light, .link_light a, .bn-black > ul > li > a > span {
  color: var(--color-text-light);
  text-decoration: none;
}

.bg-ultra-dark {
  background-color: var(--color-light-4);
}

.lightBg, .bg_light, .ui-menu-item div {
  background-color: var(--color-light-4);
}

.bodyArea {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}

.buttons_med {
  background-color: var(--brand) !important;
  color: #ffffff !important;
}

.buttons_med:hover {
  background-color: var(--brand-hover) !important;
  color: #ffffff !important;
}


/* -------------------------------------------------------------
   Header
   ------------------------------------------------------------- */

header {
  height: auto;
  background: var(--color-header-bg) !important;
}

.mheader {
  padding: var(--space-xs) 0;
}

.logo img {
  max-width: 160px !important;
}

header .border_btn {
  border: 2px solid var(--brand) !important;
  font-weight: 600;
}

header .border_btn:hover {
  border: 2px solid var(--brand) !important;
}


/* -------------------------------------------------------------
   Navigation
   ------------------------------------------------------------- */

nav ul li {
  font-size: var(--text-base);
}

.nav_link_global:hover, .nav_btn_global.active,
.dropbtn:hover, .subOption a i:hover, .subOption a svg:hover {
  color: var(--brand);
}

.pagination .border_btn,
.browseAlphabet .border_btn {
  border-color: var(--brand) !important;
}

.pagination .border_btn:hover,
.pagination a.active,
.browseAlphabet .border_btn:hover,
.browseAlphabet a.letter_current {
  border-color: var(--brand) !important;
  background-color: var(--brand) !important;
  color: #ffffff !important;
}


/* -------------------------------------------------------------
   Buttons
   ------------------------------------------------------------- */

.buttons_light, .buttons_light a, .pagesDetails p .buttons_light,
.newmessage i {
  background-color: var(--brand);
}

.border_btn, .modal_row, ul .border_btn a {
  color: var(--brand);
  border: 2px solid var(--brand) !important;
  background-color: transparent !important;
  font-weight: 600;
}

.border_btn:hover, .modal_row:hover, .allFilter li label.active,
.allFiltersearch li label.active, .pagination a.active,
ul .border_btn a:hover, .taggedU ul li a:hover, .taggedU ul li:hover a {
  background-color: var(--brand) !important;
  border: 2px solid var(--brand) !important;
}

.buttons_light, .border_btn {
  font-family: inherit !important;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.3em 0.5em;
  border-radius: 4px;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary,
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--brand);
  border-color: var(--brand);
  font-weight: 600;
}

.btn-primary {
  background-color: var(--brand);
  color: var(--color-text-light);
  border: none;
}

.btn-primary:hover {
  color: var(--color-text-light);
  background: var(--brand-hover);
  border: none;
}

.btn-primary.focus, .btn-primary:focus {
  color: var(--color-text-light);
  background-color: var(--brand-hover);
  border-color: var(--brand-hover);
  box-shadow: none !important;
}

.btn-join {
  background-color: var(--brand);
  color: var(--color-text-light);
  background: linear-gradient(100deg, var(--brand) 100%, var(--brand-hover) 42%);
  text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
  margin: .5em;
}

.btn-join:hover {
  color: var(--color-text-light);
  background: linear-gradient(100deg, var(--brand-hover) 42%, var(--brand) 100%);
  border: none;
}


/* -------------------------------------------------------------
   Index / Homepage
   ------------------------------------------------------------- */

/* Identity / Hero Section */
.identity {
  text-align: center;
  padding: var(--space-xl) var(--space-md);
}

.identity__container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.identity__label {
  font-family: var(--font-body);
  font-size: var(--text-lg) !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-text-dark) !important;
  margin: 0 0 var(--space-xs);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out 1s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.identity__sublabel {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  color: var(--color-text-dark);
  margin: 0 0 var(--space-lg);
}

.identity__title {
  font-family: var(--font-heading);
  font-size: clamp(3.4rem, 2rem + 3vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--brand) !important;
  margin: -0.5rem 0 0.5rem 0;
  text-wrap: balance;
}

.identity__benefits-list {
  list-style: none;
  padding: 0;
  margin: .5rem 0 1.5rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.identity__benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-text-dark);
}

.identity__benefit-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: var(--color-text-dark);
  flex-shrink: 0;
}

.identity .cta-button {
  display: inline-block;
  margin-top: var(--space-lg);
  padding: var(--space-sm) var(--space-xl);
  background-color: var(--brand);
  background: linear-gradient(150deg, var(--brand) 0%, var(--brand-hover) 100%);
  color: var(--color-btn-bright-text) !important;
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: var(--radius);
  transition: all var(--transition-normal);
  cursor: pointer;
  text-wrap: balance;
}

.identity .cta-button:hover {
  background-color: var(--brand-hover);
  background: linear-gradient(150deg, var(--brand-hover) 0%, var(--brand) 100%);
  color: var(--color-btn-bright-text-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 78, 204, 0.3);
}

.latest_updates_custom {
  padding-top: 0px;
  padding-bottom: 0px;
}

.latest_dvds_custom, .most_popular_updates_custom, .whatshot,
.most_popular_models_custom, .upcoming_updates_custom {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-sm);
}

.title {
  margin-bottom: var(--space-xs);
  margin-top: var(--space-xs);
}

.title h2 {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--color-text-dark);
}


/* -------------------------------------------------------------
   Models
   ------------------------------------------------------------- */

/* Uniform thumbnail size */
.modelBlock .modelPic a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.modelBlock .modelPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card panel */
.modelBlock h4, .iModels h4 {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: 600;
}

.modelBlock h4 {
  background-color: var(--color-light-2);
  margin-top: -5px;
  padding: var(--space-xs) var(--space-xs) 0;
  line-height: 1.6;
  color: var(--color-text-dark) !important;
}

.modelBlock > span {
  display: block;
  background-color: var(--color-light-2);
  padding: 0 var(--space-xs) var(--space-xs);
  border-radius: 0 0 0.5em 0.5em;
  line-height: 1.6;
  margin-top: -6px;
}

.modelBlock h4 a,
.modelBlock h4.link_bright a,
.iModels .modelBlock h4.link_bright a {
  color: var(--color-text-dark) !important;
}

.modelBlock h4 a:hover,
.modelBlock h4.link_bright a:hover,
.iModels .modelBlock h4.link_bright a:hover {
  color: var(--brand) !important;
}

.modelPic img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.2 / 1;
  object-fit: fill;
  border-radius: var(--radius-thumb);
}

.whiteDropD select, .web_form select {
  color: var(--brand) !important;
  cursor: text;
}

.grayDropD select {
  border: 2px solid var(--brand) !important;
  color: var(--brand) !important;
}


/* -------------------------------------------------------------
   Content / Updates
   ------------------------------------------------------------- */

.latestUpdateB h4 {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
}

.latestUpdateBinfo {
  background-color: var(--color-light-2);
  border-radius: 0 0 0.5em 0.5em;
  padding: var(--space-xs) !important;
  line-height: 1.6 !important;
  margin-top: -5px;
}

.latestUpdateBinfo h4 a {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-text-dark) !important;
}

.latestUpdateBinfo h4 a:hover {
  color: var(--brand) !important;
}

.latestUpdateBinfo .link_bright.infolink {
  color: var(--color-text-medium) !important;
}

.latestUpdateBinfo .link_bright.infolink:hover {
  color: var(--brand) !important;
}


/* -------------------------------------------------------------
   Model Bio
   ------------------------------------------------------------- */

.modelBioDetails h1 {
  font-size: var(--text-xl);
  font-weight: 600;
  text-transform: none;
}

.vitalStats,
.vitalStats p,
.vitalStats li,
.vitalStats a,
.vitalStats span {
  color: var(--color-text-dark) !important;
}

.vitalStats li {
  font-size: var(--text-base);
}


/* -------------------------------------------------------------
   Gallery
   ------------------------------------------------------------- */

/* Cover hero image */
.gallery_cover_hero {
  width: 100%;
  line-height: 0;
}

.gallery_cover_hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* 2-column info panel — 2/3 left, 1/3 right */
.gallery_info_panel {
  display: flex;
  gap: var(--space-lg);
  align-items: flex-start;
  padding: var(--space-md);
  background-color: var(--color-light-2);
  border-radius: 0 0 0.5em 0.5em;
}

.gallery_info_left {
  flex: 2;
  min-width: 0;
}

.gallery_join_col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: var(--space-xs);
}

/* Stack on mobile */
@media only screen and (max-width: 767px) {
  .gallery_info_panel {
    flex-direction: column;
  }

  .gallery_join_col {
    width: 100%;
  }

  .gallery_join_btn {
    width: 100% !important;
  }
}

/* Scene title inside panel */
.gallery_info_left h4.text_light {
  font-family: var(--font-body);
  font-size: var(--text-2xl) !important;
  font-weight: 700;
  margin-bottom: var(--space-xs);
  color: var(--color-text-dark) !important;
}

/* JOIN NOW button */
.gallery_join_btn {
  display: block;
  padding: var(--space-sm) var(--space-lg) !important;
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
}

.vidImgContent {
  padding-bottom: var(--space-md);
}

.vidImgContent p {
  font-size: var(--text-base);
  line-height: 1.5;
}

.vidImgContent p a:hover {
  color: var(--text) !important;
  text-decoration: underline;
}

.videoInfo li {
  font-size: var(--text-xs);
}

.infolink {
  font-size: var(--text-base);
  font-weight: 600;
}

.notrailerimg {
  max-width: fit-content;
}

/* Description clamp */
.desc-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
}

/* Read More / Read Less link */
.desc-toggle {
  display: inline-block;
  margin-top: var(--space-xs);
  font-style: italic;
  font-size: var(--text-sm);
  color: var(--brand) !important;
}

.desc-toggle:hover {
  color: var(--brand-hover) !important;
}


/* -------------------------------------------------------------
   Blog Tags
   ------------------------------------------------------------- */

.blogTags .border_btn {
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #ffffff !important;
}

.blogTags .border_btn:hover {
  background-color: var(--brand-hover) !important;
  border-color: var(--brand-hover) !important;
  color: #ffffff !important;
}

.blogTags .border_btn i {
  display: none;
}


/* -------------------------------------------------------------
   Register
   ------------------------------------------------------------- */

.ui-widget input[type="submit"]:hover, .ui-widget input[type="button"]:hover,
.ui-widget button:hover, .ui-widget input[type="button"]:hover.btn-green {
  background-color: var(--color-light-4);
  color: var(--brand) !important;
}

.storeSignup {
  padding-top: var(--space-sm) !important;
}

.storeHeader {
  background: var(--color-body-text) !important;
}

.unliAccess {
  color: var(--color-text-light) !important;
  font-size: var(--text-base) !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.cAccount h3 {
  text-transform: none;
  color: var(--color-text-light);
  font-size: var(--text-lg);
}

.register_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  text-align: center;
}

.storeAccount {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  align-items: center;
}

.vod_reg .createAccount {
  border: 1px solid var(--brand);
  background-color: var(--color-body-text);
  padding: 1em;
  border-radius: .5em;
}

.signup input, .wantJoin button {
  font-size: var(--text-base);
  padding: .5em 1em;
}

.register_cta {
  background-color: var(--color-block-dark);
  color: var(--color-text-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-lg);
  text-align: center;
  gap: 1rem;
}

.register_cta-button {
  color: var(--color-text-light);
  font-size: 2rem;
  line-height: 1;
  background: linear-gradient(to bottom, #3ba32a 1%, #348726 100%);
  margin: auto;
  max-width: 30ch;
}

@media only screen and (max-width: 1590px) {
  .storePic {
    width: inherit;
  }
}


/* -------------------------------------------------------------
   Age Gate / Splash
   ------------------------------------------------------------- */

.splashbg {
  background-color: var(--color-block-dark) !important;
}

.welcomeT {
  color: var(--color-text-light) !important;
}

.cookiesL p {
  color: var(--color-text-light);
}

.warningContent {
  color: var(--color-body-text) !important;
}

.disagreeSite {
  color: var(--color-text-light);
}


/* -------------------------------------------------------------
   Footer
   ------------------------------------------------------------- */

/* Hide native footer content (logo, footer links, social, RTA)
   Replaced by custom footer in custom_subfooter_bottom.tpl */
footer > .bg_dark {
  display: none;
}

footer {
  background-color: var(--color-footer-bg);
  font-size: var(--text-xs);
  line-height: 1.4em;
  color: #8a8a8a;
}

/* Unset nav styles inherited from header */
footer nav ul li {
  padding: 0;
}

.footer-nav__item::before {
  content: none;
}

.site-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
  padding: var(--space-xl) var(--space-md);
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  text-align: center;
  width: 100%;
}

.footer-section__logo {
  width: 275px;
  height: auto;
  max-width: 100%;
}

.footer-section__text {
  margin: 0;
  line-height: 1.6;
  color: var(--color-light-1);
}

.footer-section__text em {
  font-style: italic;
  color: var(--color-light-1);
}

.footer-link {
  color: var(--brand);
  text-decoration: none;
  transition: color var(--transition-fast);
  border-bottom: 1px solid transparent;
}

.footer-link:hover {
  color: var(--brand-hover);
}

.footer-link:focus-visible {
  outline: 2px solid var(--brand-hover);
  outline-offset: 2px;
  border-radius: 2px;
}

.footer-nav {
  width: 100%;
  padding: var(--space-xs) 0;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__item {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-nav__item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 1.25rem;
  background-color: var(--color-divider);
  margin: 0 var(--space-xs);
}

.footer-nav__link {
  color: var(--brand);
  font-size: var(--text-sm);
  text-decoration: none;
  padding: var(--space-sm);
  transition: color var(--transition-fast);
  white-space: nowrap;
}

.footer-nav__link:hover {
  color: var(--brand-hover);
  text-decoration: underline;
}

.footer-nav__link:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-radius: 2px;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--space-md) var(--space-sm);
  background-color: var(--color-dark-3);
  font-size: var(--text-xs);
  color: var(--color-light-1);
  text-align: center;
  border-top: 1px solid var(--color-border);
}

.getAccess a {
  background-color: var(--brand);
  background: linear-gradient(150deg, var(--brand) 0%, var(--brand-hover) 100%);
  color: var(--color-btn-bright-text) !important;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: var(--radius);
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.getAccess a:hover {
  background-color: var(--brand-hover);
  background: linear-gradient(150deg, var(--brand-hover) 0%, var(--brand) 100%);
  color: var(--color-btn-bright-text-hover) !important;
  transform: translateY(-2px);
}


/* -------------------------------------------------------------
   Mobile / Responsive
   ------------------------------------------------------------- */

@media (max-width: 768px) {
  .identity {
    padding: var(--space-md);
  }

  .identity__title {
    margin: 0 0 var(--space-md);
  }

  .identity__benefits-list {
    gap: var(--space-xs);
  }

  .identity .cta-button {
    padding: var(--space-sm) var(--space-md);
    font-size: var(--text-sm);
  }

  .site-footer__container {
    padding: var(--space-lg) var(--space-md);
    gap: var(--space-md);
  }

  .footer-section {
    gap: var(--space-sm);
  }

  .footer-section__logo {
    width: 150px;
  }

  .footer-nav__list {
    flex-direction: column;
    gap: var(--space-xs);
  }

  .footer-nav__item:not(:last-child)::after {
    display: none;
  }

  .footer-nav__link {
    padding: var(--space-xs) var(--space-sm);
  }
}

@media (max-width: 480px) {
  .footer-section__text {
    font-size: var(--text-xs);
  }

  .footer-section__logo {
    width: 120px;
  }
}
