/* Glam Grans — layout + theme */

:root {
  --gg-black: #080808;
  --gg-surface: #141014;
  --gg-card: #1a1518;
  --gg-gold: #c9a052;
  --gg-gold-light: #e0c888;
  --gg-gold-deep: #8b6914;
  --gg-rose: #d86888;
  --gg-rose-light: #f0b0c0;
  --gg-rose-pale: #f8d4e0;
  --gg-rose-deep: #b84868;
  --gg-text: #f5ece8;
  --gg-gradient-logo-glam: linear-gradient(160deg, #8b6914 0%, #c9a052 32%, #e0c888 52%, #a67c28 100%);
  --gg-gradient-logo-grans: linear-gradient(160deg, #c05070 0%, #d86888 28%, #f0b0c0 50%, #d86080 72%, #b84868 100%);
  --gg-gradient-gold: var(--gg-gradient-logo-glam);
  --gg-gradient-rose: var(--gg-gradient-logo-grans);
  --gg-gradient-header: linear-gradient(180deg, #1a1215 0%, #080808 100%);
  --gg-gradient-card: linear-gradient(160deg, #1f1a1c 0%, #141014 100%);
  --gg-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --gg-font-body: "Lato", Arial, Helvetica, sans-serif;
  --gg-profile-divider: rgba(201, 160, 82, 0.55);
  --gg-border-rose: rgba(216, 104, 136, 0.4);
  --gg-border-gold: rgba(224, 200, 136, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: var(--gg-black);
  color: var(--gg-text);
  font-family: var(--gg-font-body);
  overflow-x: hidden;
}

a,
a:link,
a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

.cf::before,
.cf::after {
  content: " ";
  display: table;
}

.cf::after {
  clear: both;
}

.block.content {
  max-width: 1024px;
  margin: 0 auto;
}

.header {
  max-width: 1024px;
  margin: 0 auto;
}

/* Video */
.videoWrapper {
  position: relative;
  padding-bottom: 55.11%;
  height: 0;
}

.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video_profiles {
  position: relative;
  width: 100%;
  float: left;
}

/* Logo & headings */
.main-h1 {
  float: left;
  width: 100%;
  background: var(--gg-gradient-header);
  font-family: var(--gg-font-display);
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  height: auto;
  min-height: 64px;
  line-height: 1.15;
  overflow: hidden;
}

.main-h1 .logo-glam,
.main-h1 .logo-grans {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  paint-order: stroke fill;
}

.main-h1 .logo-glam {
  background-image: linear-gradient(160deg, #9a7618 0%, #d4ad5c 30%, #f0dea8 52%, #b88a30 100%);
  -webkit-text-stroke: 0.4px rgba(210, 180, 100, 0.55);
  text-shadow: 0 0 5px rgba(220, 190, 110, 0.26);
  letter-spacing: 0.06em;
}

.main-h1 .logo-grans {
  background-image: var(--gg-gradient-logo-grans);
  -webkit-text-stroke: 0.5px rgba(255, 250, 252, 0.75);
  text-shadow: 0 0 6px rgba(220, 110, 140, 0.22);
  letter-spacing: 0.01em;
  font-kerning: normal;
}

.main-h2 {
  float: left;
  width: 100%;
  font-family: var(--gg-font-body);
  font-size: 22px;
  line-height: 1.35;
  color: var(--gg-rose-light);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 10px 10px 10px;
}

/* Nav */
#nav {
  clear: both;
  margin: 16px auto 10px;
  padding: 0 15px;
  text-align: center;
  width: 35%;
  min-width: 300px;
  max-width: 380px;
  box-sizing: border-box;
}

#nav::after {
  content: "";
  display: block;
  clear: both;
}

.nav_el {
  float: left;
  width: 50%;
  padding: 0 3px;
  box-sizing: border-box;
}

.nav_el:only-child {
  float: none;
  width: 50%;
  margin: 0 auto;
}

#nav-ivr,
#nav-sms,
#nav-chat {
  display: block;
  font-family: var(--gg-font-body);
  font-size: 15px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  padding: 6px 8px;
  box-sizing: border-box;
}

#nav-ivr,
#nav-sms {
  background: var(--gg-gradient-gold);
  color: #1a1008;
  border: 1px solid var(--gg-border-gold);
}

#nav-chat {
  background: var(--gg-gradient-rose);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 250, 252, 0.35);
}

#nav-ivr:hover,
#nav-sms:hover,
#nav-chat:hover {
  opacity: 0.92;
}

/* Profiles */
.profiles,
.profiles_sms {
  clear: both;
  margin: 0 auto;
}

.profiles ul,
.profiles_sms ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.profiles > ul:first-of-type,
.profiles_sms > ul:first-of-type {
  margin-top: 10px;
}

.profiles_sms ol,
.profiles ol {
  list-style: none;
  margin: 14px 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
}

.profiles_sms ol > li,
.profiles ol > li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.profiles ul li,
.profiles_sms ul li {
  float: left;
  position: relative;
  width: 32.5%;
  margin: 5px 12.5px 4px 0;
  padding: 5px;
  background-color: var(--gg-card);
  background-image: var(--gg-gradient-card);
  border: 2px solid var(--gg-border-rose);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.profiles ul li.last,
.profiles_sms ul li.last {
  float: right;
  margin: 5px 0 0;
}

.sms-profiles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  width: 100%;
}

.sms-profiles > a {
  float: left;
  clear: right;
  width: 100%;
}

.profile-call-buttons {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0;
}

.profile-call-buttons > a {
  display: block;
  width: 100%;
}

.profiles_image {
  flex: 0 0 auto;
  width: 161px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}

.profiles_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.profiles_info {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  padding-left: 5px;
  text-align: left;
  overflow: hidden; /* contain floated name/caption */
}

.name,
.name-sms {
  float: left;
  width: 100%;
  padding: 0 0 6px;
  font-family: var(--gg-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--gg-gold-light);
  border-bottom: 1px solid var(--gg-profile-divider);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.caption,
.caption_sms {
  float: left;
  width: 100%;
  margin-bottom: 3px;
  padding: 6px 0;
  font-family: var(--gg-font-body);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gg-rose-light);
  border-bottom: 1px solid var(--gg-profile-divider);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.caption_sms {
  padding: 3px 0;
}

.profiles p,
.profiles_sms p {
  margin: 0;
  padding: 0 0 6px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  font-family: var(--gg-font-body);
}

.terms {
  float: left;
  width: 100%;
  padding-top: 3px;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/* CTAs */
.clicktocall-tab,
.mobiles-call,
.sms-cta {
  float: left;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.clicktocall-tab {
  margin: 5px 0;
  padding: 3px 0 2px 4px;
  font-size: 16px;
  text-align: left;
  background: var(--gg-gradient-gold);
  color: #1a1008;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--gg-border-gold);
}

.clicktocall-tab span {
  font-size: 13px;
  font-style: normal;
  color: #3d2e0a;
  text-shadow: 0 1px 2px rgba(255, 230, 140, 0.9), 0 0 8px rgba(255, 210, 80, 0.5);
}

.mobiles-call {
  padding: 3px 0 2px 4px;
  font-size: 16px;
  text-align: left;
  background: var(--gg-gradient-rose);
  color: #fff;
  text-shadow: 0 2px 4px rgba(120, 30, 55, 0.75), 0 1px 3px rgba(90, 20, 45, 0.55);
  border: 1px solid rgba(255, 250, 252, 0.3);
}

.mobiles-call span {
  font-size: 13px;
  font-style: normal;
  color: var(--gg-rose-pale);
  text-shadow: 0 2px 4px rgba(120, 30, 55, 0.75), 0 1px 3px rgba(90, 20, 45, 0.55);
}

.sms-cta {
  clear: right;
  margin: 0 0 3px;
  padding: 2px 2px 3px;
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  background: var(--gg-gradient-rose);
  color: #fff;
  text-shadow: 0 2px 4px rgba(120, 30, 55, 0.75), 0 1px 3px rgba(90, 20, 45, 0.55);
  border: 1px solid rgba(255, 250, 252, 0.3);
}

.sms-cta span {
  font-style: normal;
  color: var(--gg-rose-pale);
  text-shadow: 0 2px 4px rgba(120, 30, 55, 0.75), 0 1px 3px rgba(90, 20, 45, 0.55);
}

.c2t {
  display: none;
}

.button-term,
.sms-profiles > .terms {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 3px 0 0;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-family: var(--gg-font-body);
  padding-top: 0;
}

/* Banners */
.banner-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.banner-wrapper img {
  display: block;
  width: 500px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.banners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex: 1 1 500px;
  max-width: 500px;
  align-items: center;
  min-width: 0;
  padding: 10px 5px;
}

.column1 {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  max-width: 500px;
  align-items: center;
  min-width: 0;
  padding: 0;
  margin: 0 auto;
}

.banner-wrapper .column1 .terms {
  width: 500px;
  max-width: 100%;
  margin: 3px auto 0;
  float: none;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--gg-font-body);
}

.picb img {
  border: 2px solid var(--gg-border-gold);
  border-radius: 6px;
}

/* Links */
#links-container {
  float: none;
  width: 100%;
  max-width: 520px;
  margin: 20px auto 18px;
  padding: 0 12px;
}

#links-header {
  float: left;
  width: 100%;
  background: linear-gradient(180deg, #1a1215 0%, #0f0c0e 100%);
  font-family: var(--gg-font-body);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--gg-gold-light);
  text-align: center;
  padding: 12px 16px;
  margin-top: 0;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--gg-border-rose);
  border-radius: 5px 5px 0 0;
}

#links-wrapper {
  float: left;
  width: 100%;
  background: var(--gg-surface);
  color: var(--gg-text);
  font-family: var(--gg-font-body);
  font-size: 15px;
  line-height: 1.45;
  padding: 6px 0 8px;
  border-radius: 0 0 5px 5px;
}

#links-wrapper a {
  color: var(--gg-text);
}

#links-wrapper a:hover div {
  color: var(--gg-gold-light);
}

#links-wrapper a:hover .links-j18,
#links-wrapper a:hover .links-50plus {
  color: #1a1008;
}

.links-col1,
.links-col2,
.links-last1,
.links-last2 {
  float: left;
  width: 50%;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(216, 104, 136, 0.22);
}

.links-col1,
.links-last1 {
  border-right: 1px solid rgba(216, 104, 136, 0.22);
}

.links-50plus,
.links-j18 {
  float: left;
  width: 100%;
  padding: 10px 16px;
  text-align: center;
  background: linear-gradient(160deg, #b84868 0%, #d86888 50%, #c05070 100%);
  border-bottom: 1px solid var(--gg-border-gold);
}

.links-50plus {
  border-radius: 0 0 5px 5px;
}

#tan {
  float: left;
  width: 100%;
  margin: 16px 0 8px;
  text-align: center;
}

#tan img {
  width: 100%;
  height: auto;
  max-width: 280px;
}

/* Footer */
.footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 8px 10px 42px;
  font-family: var(--gg-font-body);
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.sticky-term {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 0 4px;
  text-align: center;
  background-color: rgba(8, 8, 8, 0.95);
  border-top: 1px solid var(--gg-profile-divider);
  z-index: 1;
}

.sticky-term a {
  color: var(--gg-gold-light);
  font-family: var(--gg-font-body);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

/* Home page — profile call buttons */
.home-page .profiles ul li .sms-profiles .profile-call-buttons .clicktocall-tab {
  margin-top: 0;
}

.home-page .profiles ul li .sms-profiles .profile-call-buttons .clicktocall-tab,
.home-page .profiles ul li .sms-profiles .profile-call-buttons .mobiles-call {
  float: none;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding: 3px 0 2px 4px;
}

.home-page .profiles ul li .sms-profiles .profile-call-buttons .mobiles-call {
  margin-top: 10px;
}

.home-page .profiles ul li .sms-profiles .profile-call-buttons .clicktocall-tab span,
.home-page .profiles ul li .sms-profiles .profile-call-buttons .mobiles-call span {
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
}

.home-page .profiles ul li .sms-profiles .profile-call-buttons .buy-credits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--gg-font-display);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 11px 10px 6px;
}

.home-page .profiles ul li .sms-profiles .profile-call-buttons .buy-credits .cc-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: #3d2e0a;
  filter:
    drop-shadow(0 0 1px rgba(224, 200, 136, 0.95))
    drop-shadow(0 0 2px rgba(201, 160, 82, 0.85))
    drop-shadow(0 1px 1px rgba(255, 230, 140, 0.45));
  transform: translateY(-4px);
}

.home-page .profiles ul li .sms-profiles .profile-call-buttons .buy-credits span {
  font-family: var(--gg-font-display);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  color: #1a1008;
  text-shadow: 0 1px 2px rgba(255, 230, 140, 0.85);
  transform: translateY(-4px);
}

.chat-page .profiles ul li .sms-profiles .profile-call-buttons .button-term-phone {
  color: var(--gg-gold-light);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.home-page .profiles ul li > .terms {
  display: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .block.content {
    max-width: 768px;
  }

  .profiles ul li,
  .profiles_sms ul li,
  .profiles ul li.last,
  .profiles_sms ul li.last {
    float: left;
    width: calc(50% - 6px);
    margin: 3px;
  }

  .profiles_image {
    width: 120px;
  }

  .profiles_info {
    flex: 1 1 0;
    width: auto;
  }
}

@media (max-width: 699px) {
  .profiles ul li,
  .profiles_sms ul li,
  .profiles ul li.last,
  .profiles_sms ul li.last {
    width: 100%;
    margin: 7px 0;
    float: left;
  }

  .profiles_image {
    width: 161px;
  }
}

@media (max-width: 640px) {
  .main-h1 {
    font-size: clamp(35px, 10.5vw, 54px);
    line-height: 1.2;
    min-height: 0;
  }

  .main-h2 {
    font-size: clamp(15px, 3.2vw, 15px);
  }

  .block.content {
    max-width: 100%;
    width: 100%;
    padding: 0 8px;
    overflow-x: hidden;
  }

  .profiles,
  .profiles_sms {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .profiles ul,
  .profiles_sms ul {
    float: none;
  }

  .links-col1,
  .links-col2,
  .links-last1,
  .links-last2 {
    width: 100%;
    border-right: none;
    padding: 6px 0 6px 15px;
  }

  .links-last1 {
    border-bottom: 1px solid rgba(216, 104, 136, 0.22);
  }

  .links-50plus,
  .links-j18 {
    padding: 5px 0 5px 15px;
    text-align: left;
  }

  #links-header {
    padding: 1px 0 3px 15px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .sms-cta,
  .clicktocall-tab,
  .mobiles-call,
  .profiles_image img {
    pointer-events: auto;
  }

  .c2t {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .profiles_image {
    flex: 0 0 44%;
    width: 44%;
  }

  .profiles_image img {
    width: 100%;
    height: auto;
  }

  .profiles_info {
    flex: 1 1 0;
    width: 55%;
  }

  .profiles p,
  .profiles_sms p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* 375 and down — side-by-side, image vertically centered */
@media (max-width: 375px) {
  .sms-profiles {
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .column {
    flex-basis: 100%;
    max-width: 100%;
    padding: 5px 0;
  }

  .column1 {
    max-width: 100%;
  }
}
