:root {
  --ui-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --accent-red: #e21e1e !important;
  --accent-red-strong: #c01a1a !important;
  --accent-maroon: #e21e1e !important;
  --accent-maroon-strong: #821212 !important;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --border-soft: #e2e8f0;
}

body,
button,
input,
select,
textarea {
  font-family: var(--ui-font);
}

/* ============================================
   GLASSMORPHISM NAVIGATION
   ============================================ */
#mainNav.navbar {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 0 16px 16px;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: background-color .25s ease, box-shadow .25s ease,
              border-color .25s ease, backdrop-filter .25s ease;
}

#mainNav.navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15),
              inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

#mainNav .navbar-nav > li > a {
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.7);
  color: #0f172a;
  font-weight: 600;
  transition: .2s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus {
  background: rgba(226, 30, 30, 0.12);
  color: var(--accent-red);
  transform: translateY(-1px);
}

#mainNav .navbar-nav > li.active > a,
#mainNav .navbar-nav > li.active > a:hover,
#mainNav .navbar-nav > li.active > a:focus,
#mainNav .navbar-nav > li.dashboard > a,
#mainNav .navbar-nav > li.signup > a {
  background: var(--accent-red);
  color: #fff;
  box-shadow: 0 4px 15px rgba(226, 30, 30, 0.3);
}

#mainNav .s-t {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#mainNav .s-t:hover,
#mainNav .s-t:focus-visible,
#mainNav .s-t[aria-expanded="true"] {
  background: rgba(226, 30, 30, 0.1);
  box-shadow: inset 0 0 0 1px rgba(226, 30, 30, 0.14);
}

#mainNav .s-t:hover .nv,
#mainNav .s-t:focus-visible .nv,
#mainNav .s-t[aria-expanded="true"] .nv {
  background-color: var(--accent-red);
}

/* Mobile dropdown glass effect */
@media (max-width: 767px) {
  #mainNav .menu-fi.apse {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0 0 16px 16px;
    padding: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }
}

/* Landing + public sections */
.home .inlin,
.home .title_light h2,
.home .why-us-block h2,
.home .why-us-block span {
  color: var(--text-main);
}

.home .title_light > span,
.home .section_token .title_light > span {
  color: var(--accent-red) !important;
}

.home .ybtn-accent-color,
.home .btn.btn-default,
.captcha-page .btn,
.interstitial-page .btn {
  background: var(--accent-red);
  border-color: var(--accent-red);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(226, 30, 30, 0.2);
}

.home .btn.btn-default:hover,
.home .ybtn-accent-color:hover {
  background: var(--accent-red-strong);
  border-color: var(--accent-red-strong);
}

.home .work_box,
.home .benefit_box,
.home .pr_box,
#home-sab-builder,
#public-action-steps,
.short .panel,
.link .panel {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

/* Member dashboard visual refresh */
.member-dashboard,
.member-dashboard .content {
  background: #f7f9fc;
}

.member-dashboard .topmenu,
.member-dashboard .toptol {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.member-dashboard .sidetop {
  background: #fff;
  border-right: 1px solid var(--border-soft);
}

.member-dashboard .menuside > li > a,
.member-dashboard .treeview-menu > li > a {
  border-radius: 10px;
}

.member-dashboard .menuside > li > a:hover,
.member-dashboard .menuside > li.active > a {
  background: #fee2e2;
  color: #7f1d1d;
}

.member-dashboard .box,
.member-dashboard .card,
.member-dashboard .cardi,
.member-dashboard .box-short .box {
  background-color: #ffffff !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

.member-dashboard .section_title,
.member-dashboard .card-title.text-uppercase {
  color: #666666 !important;
  font-size: 14px;
}

.member-dashboard .h2.font-weight-bold,
.member-dashboard span.h2 {
  color: #1a1a1a !important;
  font-weight: 700 !important;
}

.member-dashboard .today-report-bar,
.member-dashboard .today-bottom {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 4px 0 !important;
}

.member-dashboard .today-report-bar li,
.member-dashboard .today-bottom li {
  color: var(--accent-maroon) !important;
  font-weight: 700;
  font-size: 16px;
}

.member-dashboard .icon-shape.bg-gradient-purple,
.member-dashboard .icon-shape.bg-gradient-info,
.member-dashboard .icon-shape.bg-gradient-green,
.member-dashboard .icon-shape.bg-gradient-orange {
  background: #f0f0f0 !important;
  color: #333333 !important;
}

.member-dashboard .icon-shape i,
.member-dashboard .icon i {
  color: #333333 !important;
}

.member-dashboard .btn.btn-success,
.member-dashboard .btn.btn-primary,
.member-dashboard .shorten-button {
  background: var(--accent-red);
  border-color: var(--accent-red);
  color: #fff;
  border-radius: 10px;
}

.member-dashboard .btn.btn-success:hover,
.member-dashboard .btn.btn-primary:hover,
.member-dashboard .shorten-button:hover {
  background: var(--accent-red-strong);
  border-color: var(--accent-red-strong);
}

.member-dashboard .dropdown-menu {
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

/* Unlock flow */
.captcha-page .box,
.banner-page .content,
.interstitial-page #frame,
#go-link,
#public-action-steps {
  border-radius: 14px;
}

#public-action-steps .panel-heading {
  background: #fff5f5;
  color: #991b1b;
  border-bottom: 1px solid #fecaca;
}

@media (max-width: 767px) {
  #mainNav .navbar-nav > li > a {
    margin: 4px 0;
    display: inline-flex;
  }
}

.member-dashboard .withdraw-cta .btn {
  min-width: 220px;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 10px 28px rgba(226, 30, 30, 0.22);
}

/* =============================================
   YouTube Studio-style Sidebar
   ============================================= */
:root {
  --yt-sidebar-bg: #ffffff;
  --yt-sidebar-text: #1f1f1f;
  --yt-sidebar-icon: #5f6368;
  --yt-sidebar-hover: #f1f3f4;
  --yt-sidebar-active: #e8f0fe;
  --yt-avatar-bg: #00897b;
  --yt-avatar-text: #ffffff;
}

/* Override member.css sidebar background */
.member-dashboard .sidetop.yt-sidebar,
.member-dashboard .sidebar.yt-sidebar-inner {
  background: var(--yt-sidebar-bg) !important;
  border-right: 1px solid #e0e0e0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

/* Mobile toggle button */
.yt-mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: var(--yt-sidebar-icon);
  text-decoration: none;
}

.yt-mobile-toggle .material-icons-outlined {
  font-size: 24px;
}

/* ---- Profile / Avatar section ---- */
.yt-sidebar-profile {
  padding: 20px 12px 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 8px;
}

.yt-sidebar-profile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.yt-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--yt-avatar-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.yt-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.yt-avatar-initial {
  font-size: 24px;
  font-weight: 500;
  color: var(--yt-avatar-text);
  line-height: 1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.yt-user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.yt-channel-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--yt-sidebar-text);
  line-height: 1.3;
}

.yt-username {
  font-size: 12px;
  color: #80868b;
  line-height: 1.3;
}

/* ---- Navigation ---- */
.yt-nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 4px 0;
}

.yt-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yt-menu-item {
  margin: 1px 8px;
}

.yt-menu-item > a,
.yt-menu-item > a.yt-expandable {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-radius: 10px;
  color: var(--yt-sidebar-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: background 0.15s ease;
  white-space: nowrap;
  overflow: hidden;
}

.yt-menu-item > a:hover,
.yt-menu-item > a.yt-expandable:hover {
  background: var(--yt-sidebar-hover);
  color: var(--yt-sidebar-text);
  text-decoration: none;
}

.yt-menu-item.active > a,
.yt-menu-item > a.active {
  background: var(--yt-sidebar-active);
  color: #1a73e8;
  font-weight: 500;
}

.yt-menu-item.active > a .yt-icon,
.yt-menu-item > a.active .yt-icon {
  color: #1a73e8;
}

/* Icons */
.yt-icon {
  font-size: 24px !important;
  color: var(--yt-sidebar-icon);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

/* Arrow for expandable items */
.yt-arrow {
  font-size: 18px !important;
  color: var(--yt-sidebar-icon);
  margin-left: auto;
  transition: transform 0.2s ease;
}

.yt-menu-item.yt-open > a.yt-expandable .yt-arrow {
  transform: rotate(180deg);
}

/* Labels */
.yt-label {
  font-size: 14px;
  color: var(--yt-sidebar-text);
  line-height: 1.3;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- Submenu ---- */
.yt-submenu {
  list-style: none;
  margin: 2px 0 4px 0;
  padding: 0 0 0 56px;
  display: none;
}

.yt-menu-item.yt-open > .yt-submenu {
  display: block;
}

.yt-submenu li a {
  display: block;
  padding: 7px 16px;
  font-size: 13px;
  color: #3c4043;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.yt-submenu li a:hover {
  background: var(--yt-sidebar-hover);
  color: var(--yt-sidebar-text);
  text-decoration: none;
}

/* ---- Divider ---- */
.yt-divider {
  height: 1px;
  background: #e0e0e0;
  margin: 8px 16px;
}

/* ---- Bottom menu ---- */
.yt-menu-bottom {
  margin-top: 0;
}

/* ---- Wallet item ---- */
.yt-wallet .yt-label small {
  font-size: 12px;
  color: #80868b;
}

/* ---- Plan info block ---- */
.yt-plan-info {
  margin: 8px;
  padding: 10px 12px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e8eaed;
}

.yt-plan-info a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--yt-sidebar-text);
}

.yt-plan-info .yt-label {
  font-size: 13px;
}

.yt-plan-info .yt-label small {
  font-size: 11px;
  color: #80868b;
}

/* ---- Suppress old sidebar styles on yt-sidebar elements ---- */
.member-dashboard .yt-sidebar-inner .menuside,
.member-dashboard .yt-sidebar-inner .treeview-menu {
  display: none !important;
}

/* ---- Mobile responsiveness ---- */
@media (max-width: 767px) {
  .yt-mobile-toggle {
    display: flex;
  }

  .yt-sidebar-profile {
    padding: 12px 8px 10px;
  }

  .yt-menu-item > a,
  .yt-menu-item > a.yt-expandable {
    padding: 10px 12px;
  }
}

/* Active detection: highlight item matching current URL via JS */
.yt-menu-item[data-active="true"] > a {
  background: var(--yt-sidebar-active);
  color: #1a73e8;
  font-weight: 500;
}

.yt-menu-item[data-active="true"] > a .yt-icon {
  color: #1a73e8;
}

/* =============================================
   YouTube Studio-style Profile Dropdown
   ============================================= */

/* ---- Trigger button: small avatar circle in navbar ---- */
.yt-profile-trigger {
  display: flex !important;
  align-items: center;
  padding: 6px 8px !important;
  text-decoration: none;
}

.yt-trigger-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--yt-avatar-bg, #00897b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.yt-trigger-avatar:hover {
  opacity: 0.85;
}

.yt-trigger-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* ---- Dropdown container ---- */
.yt-profile-dropdown {
  min-width: 280px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #e8eaed !important;
  padding: 12px 0 !important;
  background: #fff !important;
  right: 0 !important;
  left: auto !important;
  margin-top: 6px !important;
}

/* ---- Header: avatar + name + email ---- */
.yt-pd-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 14px;
}

.yt-pd-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--yt-avatar-bg, #00897b);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.yt-pd-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.yt-pd-initial {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.yt-pd-user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.yt-pd-username {
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yt-pd-email {
  font-size: 12px;
  color: #80868b;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- Divider ---- */
.yt-pd-divider {
  height: 1px;
  background: #e5e5e5;
  margin: 8px 0;
}

/* ---- Menu items ---- */
.yt-pd-item {
  display: flex !important;
  align-items: center;
  gap: 16px;
  padding: 10px 16px !important;
  font-size: 14px;
  color: #3c4043 !important;
  text-decoration: none !important;
  transition: background 0.15s ease;
  white-space: nowrap;
}

.yt-pd-item:hover,
.yt-pd-item:focus {
  background: #f2f2f2 !important;
  color: #1f1f1f !important;
  text-decoration: none !important;
}

.yt-pd-icon {
  font-size: 20px !important;
  color: #5f6368;
  flex-shrink: 0;
}

.yt-pd-label {
  flex: 1;
  font-size: 14px;
  color: inherit;
}

.yt-pd-label strong {
  font-weight: 600;
  color: #1f1f1f;
}

/* ---- Logout item accent ---- */
.yt-pd-logout .yt-pd-icon {
  color: #c62828;
}

.yt-pd-logout:hover {
  background: #fdecea !important;
}

.yt-pd-logout:hover .yt-pd-label,
.yt-pd-logout:hover .yt-pd-icon {
  color: #c62828 !important;
}

/* ---- Override Bootstrap default dropdown-menu overrides ---- */
.yt-profile-dropdown > li > a.yt-pd-item {
  padding: 10px 16px !important;
  clear: none;
  line-height: 1.4;
}

/* ---- Mobile tweaks ---- */
@media (max-width: 767px) {
  .yt-profile-dropdown {
    min-width: 240px !important;
    right: -8px !important;
  }

  .yt-pd-header {
    padding: 10px 12px 12px;
  }

  .yt-pd-avatar {
    width: 44px;
    height: 44px;
  }

  .yt-pd-initial {
    font-size: 18px;
  }
}

/* ============================================
   Sidebar Profile Banner / Cover Image
   ============================================ */

/* Override yt-sidebar-profile padding when banner is present */
.sidebar-profile-section.yt-sidebar-profile {
  padding: 0 0 12px 0 !important;
  overflow: hidden;
}

/* Banner strip (background-image or background-color set inline) */
.sidebar-banner {
  height: 80px;
  width: 100%;
}

/* Link wrapping avatar + user info */
.sidebar-profile-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 6px;
}

/* Avatar circle overlapping the banner */
.sidebar-avatar {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.sidebar-avatar .yt-avatar {
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* User info below avatar */
.sidebar-user-info {
  text-align: center;
}

/* ── Profile Photo Hover Effect ── */
.profile-photo-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.profile-photo-wrapper img {
  display: block;
  border-radius: 50%;
  transition: filter 0.3s ease;
}

.profile-photo-wrapper:hover img {
  filter: brightness(0.7);
}

.profile-photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 50%;
}

.profile-photo-wrapper:hover .profile-photo-overlay {
  opacity: 1;
}

.profile-photo-overlay i {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 4px;
}

.profile-photo-overlay span {
  color: #fff;
  font-size: 0.65em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

/* Sidebar avatar – larger overlay text */
.yt-sidebar-profile .profile-photo-wrapper .profile-photo-overlay i {
  font-size: 1.5em;
}

.yt-sidebar-profile .profile-photo-wrapper .profile-photo-overlay span {
  font-size: 0.75em;
}

/* Navbar dropdown avatar – smaller overlay text */
.yt-pd-avatar .profile-photo-wrapper .profile-photo-overlay i {
  font-size: 1em;
}

.yt-pd-avatar .profile-photo-wrapper .profile-photo-overlay span {
  font-size: 0.55em;
}

/* ===========================================
   REKONISE TYPOGRAPHY SYSTEM
   =========================================== */

/* Base Reset - Force Inter on everything */
html, body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Force Inter on all elements */
*, *::before, *::after {
  font-family: inherit;
}

/* ===== HEADLINES ===== */
h1, .h1, h1.main-title, .hero-title, .landing-title, .section-title h1 {
  font-family: 'Inter', sans-serif !important;
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

h2, .h2 {
  font-family: 'Inter', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

h3, .h3 {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

/* ===== BODY TEXT ===== */
p, .description, .subtitle, .lead, .text-muted {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

/* ===== NAVIGATION ===== */
nav, .navbar, .navbar a, .navbar .nav-link, .nav-item a, header nav, header a {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
}

/* ===== BUTTONS ===== */
.btn, button, input[type="submit"], input[type="button"], a.btn {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* ===== STATS SECTION ===== */
.stats .number, .stat-number, .counter, .count, .stat-value,
.statistics h3, .statistics .value {
  font-family: 'Inter', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.stats .label, .stat-label, .stat-title, .statistics p, .statistics .title {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

/* ===== BADGES & LABELS ===== */
.badge, .label, .tag, .chip {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* ===== FORMS ===== */
input, textarea, select, .form-control {
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
}

input::placeholder, textarea::placeholder {
  font-family: 'Inter', sans-serif !important;
}

/* ===== FOOTER ===== */
footer, footer a, footer p, footer li, .footer {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

/* ===== LINKS ===== */
a {
  font-family: 'Inter', sans-serif !important;
}

/* ===== LISTS ===== */
ul, ol, li {
  font-family: 'Inter', sans-serif !important;
}

/* ===== TABLES ===== */
table, th, td {
  font-family: 'Inter', sans-serif !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 992px) {
  h1, .h1, .hero-title, .landing-title {
    font-size: 2.75rem !important;
  }

  h2, .h2 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 768px) {
  h1, .h1, .hero-title, .landing-title {
    font-size: 2.25rem !important;
  }

  h2, .h2 {
    font-size: 1.5rem !important;
  }

  p, .description {
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  h1, .h1, .hero-title, .landing-title {
    font-size: 1.875rem !important;
  }

  h2, .h2 {
    font-size: 1.25rem !important;
  }
}

/* ===== END REKONISE TYPOGRAPHY ===== */

/* ===== HERO SECTION LAYOUT ===== */

.hero-section {
  background-color: #FFFFFF;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 100px 20px 80px;
  position: relative;
  overflow: hidden;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 600px;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual img {
  max-width: 100%;
  height: auto;
}

.hero-social-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.hero-social-particle {
  position: absolute;
  left: calc(var(--x, 50) * 1%);
  bottom: -12%;
  width: calc(var(--size, 20) * 1px);
  height: calc(var(--size, 20) * 1px);
  color: #9CA3AF;
  opacity: var(--opacity, 0.3);
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  animation: heroSocialFloat var(--duration, 20s) linear infinite;
  animation-delay: var(--delay, 0s);
}

.hero-social-particle svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.hero-social-particle img {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes heroSocialFloat {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  12% {
    opacity: var(--opacity, 0.3);
  }
  50% {
    transform: translate3d(calc(var(--drift, 0) * 0.5px), -55vh, 0);
    opacity: var(--opacity, 0.3);
  }
  100% {
    transform: translate3d(calc(var(--drift, 0) * 1px), -120vh, 0);
    opacity: 0;
  }
}

@media (max-width: 968px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    order: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-visual {
    order: 2;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 80px 16px 60px;
  }

  .hero-social-particle {
    animation-duration: calc(var(--duration, 20s) * 1.2);
  }
}

/* ===== HERO SECTION TYPOGRAPHY & BUTTONS ===== */

.hero-headline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
  line-height: 1.1 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  margin-bottom: 20px;
}

.hero-headline .text-accent,
.hero-headline .highlight {
  color: #e21e1e !important;
}

.hero-description {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  line-height: 1.6 !important;
  color: #6B7280 !important;
  max-width: 600px;
  margin-bottom: 28px;
}

/* Hero button container */
.hero-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}

/* Primary CTA — red pill */
.btn-primary-cta {
  background-color: #e21e1e !important;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.btn-primary-cta:hover,
.btn-primary-cta:focus {
  background-color: #c01a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(226, 30, 30, 0.3) !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/* Secondary CTA — outlined pill */
.btn-secondary-cta {
  background-color: transparent !important;
  color: #1a1a2e !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  border: 2px solid #E5E7EB !important;
  cursor: pointer;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.btn-secondary-cta:hover,
.btn-secondary-cta:focus {
  border-color: #e21e1e !important;
  color: #e21e1e !important;
  background-color: rgba(226, 30, 30, 0.05) !important;
  text-decoration: none !important;
}

/* Mobile responsive hero */
@media (max-width: 640px) {
  .hero-buttons {
    justify-content: center;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== END HERO SECTION ===== */

/* ===== V2LINKTHEME HERO OVERRIDES ===== */
/* Override V2LinkTheme blue --primary-color with red for front page */
#hero {
  --primary-color: #e21e1e !important;
  --heading-color: #1a1a1a;
  --heading_2-color: #e21e1e !important;
  --shadow-btn: rgba(226, 30, 30, 0.35);
}

/* Hero layout: keep the two-column flex from V2LinkTheme, just fix vertical centering */
#hero .hero.hero-rekonise {
  align-items: center;
}

/* Headline: override V2LinkTheme h2 with Inter 800 */
#hero .hero.hero-rekonise .left h1.hero-headline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  color: #1a1a1a !important;
  text-transform: none !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}

#hero .hero.hero-rekonise .left h1.hero-headline .highlight {
  color: #e21e1e !important;
}

/* Subheadline */
#hero .hero.hero-rekonise .left p.hero-description {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(1rem, 2vw, 1.2rem) !important;
  line-height: 1.7 !important;
  color: #6B7280 !important;
  text-align: left !important;
}

/* Override V2LinkTheme's .btn > a button styles with pill shape */
#hero .hero.hero-rekonise .hero-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

#hero .hero.hero-rekonise .hero-buttons .btn-primary-cta {
  padding: 16px 32px !important;
  border-radius: 9999px !important;
  background-color: #e21e1e !important;
  border-color: #e21e1e !important;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

#hero .hero.hero-rekonise .hero-buttons .btn-primary-cta:hover {
  background-color: #c01a1a !important;
  border-color: #c01a1a !important;
  box-shadow: 0 4px 12px rgba(226, 30, 30, 0.3) !important;
  transform: translateY(-2px);
  color: #FFFFFF !important;
}

#hero .hero.hero-rekonise .hero-buttons .btn-secondary-cta {
  padding: 14px 32px !important;
  border-radius: 9999px !important;
  background-color: transparent !important;
  border: 1.5px solid #D1D5DB !important;
  color: #374151 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

#hero .hero.hero-rekonise .hero-buttons .btn-secondary-cta:hover {
  border-color: #e21e1e !important;
  color: #e21e1e !important;
  background-color: rgba(226, 30, 30, 0.05) !important;
}

@media only screen and (max-width: 700px) {
  #hero .hero.hero-rekonise .left p.hero-description {
    text-align: center !important;
  }

  #hero .hero.hero-rekonise .hero-buttons {
    justify-content: center;
  }
}
/* Promo Badge Container */
.promo-badge-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}

.promo-badge-container .best-badge {
  background: #22c55e;
  color: white;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.promo-badge-container .promo-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #374151;
  font-size: 15px;
}

.promo-badge-container .checkmark-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 33px;
  color: #9ca3af;
  font-size: 12px;
  flex-shrink: 0;
}

/* Telegram Promo Row */
.telegram-promo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0;
}

.telegram-icon-fa {
  font-size: 28px;
  color: #0088cc;
  flex-shrink: 0;
}

.telegram-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.underline-text {
  color: #e21e1e !important;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
}

.star-rating {
  color: #fbbf24;
  font-size: 14px;
  letter-spacing: 1px;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-red {
  background: #e21e1e !important;
  color: white !important;
  padding: 12px 24px;
  border-radius: 33px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.btn-red:hover {
  background: #c01a1a !important;
  color: white !important;
}

.btn-outline {
  background: white;
  color: #e21e1e !important;
  padding: 12px 24px;
  border-radius: 33px;
  font-weight: 600;
  border: 2px solid #e21e1e !important;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.btn-outline:hover {
  background: #fef2f2;
  color: #e21e1e !important;
}

@media only screen and (max-width: 700px) {
  .promo-badge-container {
    justify-content: center;
  }
  .telegram-promo {
    justify-content: center;
  }
  .cta-buttons {
    justify-content: center;
  }
}

/* ===== END V2LINKTHEME HERO OVERRIDES ===== */


/* ===== HOMEPAGE FULL-WIDTH SOCIAL BAND + FOOTER ===== */
.homepage-full-width-section {
  width: 100%;
}

.homepage-full-width-inner {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.social-trust-band {
  padding: 50px 0;
  width: 100%;
  background: transparent;
  overflow: hidden;
}

.social-trust-band__inner {
  margin-bottom: 10px;
}

.social-trust-band__heading {
  text-align: center;
  margin: 0 0 40px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: #1e3a5f;
  line-height: 1.4;
}

.social-trust-band__carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 clamp(20px, 3vw, 36px);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.social-trust-band__track {
  display: flex;
  gap: 40px;
  width: max-content;
  align-items: center;
  padding: 20px 0;
  animation: socialMarquee 35s linear infinite;
}

.homepage-footer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.homepage-footer__inner {
  max-width: 1400px;
}

.homepage-footer__copyright {
  width: 100%;
  background-color: #0f121c;
  padding: 0 0 28px;
}

.homepage-footer__copyright .col-xs-12 {
  float: none;
}

@media (max-width: 768px) {
  .social-trust-band {
    padding: 40px 0;
  }

  .social-trust-band__carousel {
    padding: 0 18px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  }

  .social-trust-band__track {
    gap: 32px;
  }
}
/* ===== END HOMEPAGE FULL-WIDTH SOCIAL BAND + FOOTER ===== */


/* ===== GUEST SHORTENER HOMEPAGE SECTION ===== */
.guest-shortener-section {
  margin-top: 48px;
  margin-bottom: 72px;
}

.guest-shortener-section .guest-shortener-shell {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border: 1px solid #DADCE0;
  border-radius: 8px;
  background: #FFFFFF;
}

.guest-shortener-section .guest-shortener-shell::after {
  display: none;
}

.guest-shortener-section .guest-shortener-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.guest-shortener-section .guest-shortener-header h2,
.guest-shortener-section .guest-shortener-builder h3,
.guest-shortener-section .guest-shortener-success h3,
.guest-shortener-section .guest-preview-card-inner h3 {
  margin: 10px 0 0;
  color: #202124;
  font-family: var(--font-Nunito);
  font-size: clamp(1.75rem, 2.6vw, 2.3rem);
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: -0.02em;
}

.guest-shortener-section .guest-shortener-builder h3,
.guest-shortener-section .guest-shortener-success h3,
.guest-shortener-section .guest-preview-card-inner h3 {
  font-size: 1.45rem;
}

/* "Guest actions" label gets red accent per spec */
.guest-shortener-section .guest-shortener-actions-block h3 {
  color: #e21e1e !important;
  font-size: 16px;
  font-weight: 600;
}

.guest-shortener-section .guest-shortener-header p,
.guest-shortener-section .guest-shortener-block-heading p,
.guest-shortener-section .guest-shortener-help,
.guest-shortener-section .guest-shortener-footnote,
.guest-shortener-section .guest-shortener-premium-copy span,
.guest-shortener-section .guest-shortener-empty-state,
.guest-shortener-section .guest-preview-subtitle,
.guest-shortener-section .guest-shortener-success p,
.guest-shortener-section .guest-shortener-action-row__summary,
.guest-shortener-section .guest-preview-progress-row span {
  margin: 0;
  color: #5F6368;
  font-size: 0.98rem;
  line-height: 1.65;
}

.guest-shortener-section .guest-shortener-kicker,
.guest-shortener-section .guest-shortener-action-row__eyebrow,
.guest-shortener-section .guest-preview-badge,
.guest-shortener-section .guest-shortener-success-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 33px;
  background: #F1F3F4;
  color: #5F6368;
  font-family: var(--font-Nunito);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
}

.guest-shortener-section .guest-preview-badge,
.guest-shortener-section .guest-shortener-success-badge {
  background: #FEE2E2;
  color: #e21e1e !important;
}

.guest-shortener-section .guest-shortener-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.guest-shortener-section .guest-shortener-card {
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 8px;
  padding: 24px;
}

.guest-shortener-section .guest-shortener-form,
.guest-shortener-section .guest-shortener-action-row__grid,
.guest-shortener-section .guest-shortener-field-grid,
.guest-shortener-section .guest-shortener-footer,
.guest-shortener-section .guest-shortener-premium-strip,
.guest-shortener-section .guest-shortener-success-actions,
.guest-shortener-section .guest-shortener-builder {
  display: grid;
  gap: 18px;
}

.guest-shortener-section .guest-shortener-field-grid,
.guest-shortener-section .guest-shortener-action-row__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guest-shortener-section .guest-shortener-field {
  display: grid;
  gap: 8px;
}

.guest-shortener-section .guest-shortener-field label {
  display: block;
  margin: 0;
  color: #202124;
  font-family: var(--font-Nunito);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
}

.guest-shortener-section .guest-shortener-help {
  font-size: 0.88rem;
}

.guest-shortener-section .guest-shortener-input,
.guest-shortener-section .guest-shortener-action-row select,
.guest-shortener-section .guest-shortener-success-row input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #DADCE0;
  border-radius: 33px;
  background: #FFFFFF;
  padding: 12px 16px;
  color: #202124;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 0.2s ease;
}

.guest-shortener-section .guest-shortener-input::placeholder,
.guest-shortener-section .guest-shortener-success-row input::placeholder {
  color: #94a3b8;
}

.guest-shortener-section .guest-shortener-input:hover,
.guest-shortener-section .guest-shortener-action-row select:hover,
.guest-shortener-section .guest-shortener-success-row input:hover {
  border-color: #BDBDBD;
}

.guest-shortener-section .guest-shortener-input:focus,
.guest-shortener-section .guest-shortener-action-row select:focus,
.guest-shortener-section .guest-shortener-add-btn:focus,
.guest-shortener-section .guest-shortener-submit-btn:focus,
.guest-shortener-section .guest-shortener-copy-btn:focus,
.guest-shortener-section .guest-shortener-open-btn:focus,
.guest-shortener-section .guest-shortener-manage-btn:focus,
.guest-shortener-section .guest-shortener-remove-btn:focus {
  outline: none;
  border-color: #1A73E8;
}

.guest-shortener-section .guest-shortener-input:invalid:not(:placeholder-shown) {
  border-color: rgba(226, 30, 30, 0.45);
}

.guest-shortener-section .guest-shortener-actions-block {
  padding: 16px;
  background: #FAFAFA;
  border: 1px solid #E8EAED;
  border-radius: 8px;
}

.guest-shortener-section .guest-shortener-block-heading,
.guest-shortener-section .guest-shortener-action-row__header,
.guest-shortener-section .guest-shortener-success-row,
.guest-shortener-section .guest-preview-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.guest-shortener-section .guest-shortener-actions-toolbar,
.guest-shortener-section .guest-shortener-action-row,
.guest-shortener-section .guest-preview-action-card,
.guest-shortener-section .guest-action-modal__section {
  display: grid;
  gap: 12px;
}

.guest-shortener-section .guest-shortener-actions-helper {
  font-weight: 700;
}

.guest-shortener-section .guest-shortener-limit-note {
  min-height: 20px;
  color: #0f766e;
  font-size: 0.9rem;
  font-weight: 700;
}

.guest-shortener-section .guest-shortener-action-row__meta,
.guest-shortener-section .guest-shortener-action-row__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.guest-shortener-section .guest-shortener-action-row__icon,
.guest-shortener-section .guest-action-modal__option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  font-size: 18px;
}

.guest-shortener-section .guest-shortener-chip-badge,
.guest-shortener-section .guest-action-modal__option-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 33px;
  background: #F1F3F4;
  color: #5F6368;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.guest-shortener-section .guest-action-form-grid {
  align-items: start;
}

.guest-shortener-section .guest-action-form-grid > .guest-shortener-field {
  align-self: start;
}

.guest-shortener-section .guest-action-form-grid__help {
  grid-column: 1 / -1;
  margin: 0;
}

.guest-shortener-section .guest-shortener-field--compact .guest-shortener-input {
  min-height: 50px;
}

.guest-shortener-section .guest-preview-action-card__meta {
  display: block;
  padding: 0 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}

.guest-shortener-section .guest-preview-unlock-btn {
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.guest-shortener-section .guest-preview-unlock-btn i {
  font-size: 14px;
}

.guest-shortener-section .guest-preview-unlock-btn.is-placeholder {
  background: #E8EAED;
  color: #9AA0A6;
}

.guest-shortener-section .guest-preview-unlock-btn.is-configured {
  background: #e21e1e !important;
  color: #fff;
}

.guest-shortener-section .guest-preview-unlock-btn.is-locked {
  cursor: not-allowed;
}

.guest-shortener-section .guest-preview-unlock-btn.is-locked::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.guest-action-modal-open {
  overflow: hidden;
}

.guest-shortener-section .guest-action-modal[hidden] {
  display: none !important;
}

.guest-shortener-section .guest-action-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.guest-shortener-section .guest-action-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.guest-shortener-section .guest-action-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}

.guest-shortener-section .guest-action-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #DADCE0;
  background: #FFFFFF;
}

.guest-shortener-section .guest-action-modal__header,
.guest-shortener-section .guest-action-modal__section-head,
.guest-shortener-section .guest-action-modal__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.guest-shortener-section .guest-action-modal__header {
  margin-bottom: 22px;
}

.guest-shortener-section .guest-action-modal__header h3 {
  margin-bottom: 8px;
}

.guest-shortener-section .guest-action-modal__section-head {
  align-items: flex-start;
}

.guest-shortener-section .guest-action-modal__section-head strong {
  color: #202124;
  font-family: var(--font-Nunito);
  font-size: 1rem;
}

.guest-shortener-section .guest-action-modal__section-head span,
.guest-shortener-section .guest-action-modal__option-copy small {
  color: #5F6368;
  font-size: 0.92rem;
  line-height: 1.5;
}

.guest-shortener-section .guest-action-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.guest-shortener-section .guest-action-modal__option {
  width: 100%;
  padding: 16px;
  border: 1px solid #E8EAED;
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.guest-shortener-section .guest-action-modal__option-copy {
  flex: 1;
  display: grid;
  gap: 4px;
}

.guest-shortener-section .guest-action-modal__option-copy strong {
  color: #202124;
  font-family: var(--font-Nunito);
  font-size: 1rem;
}

.guest-shortener-section .guest-action-modal__option:hover:not(:disabled),
.guest-shortener-section .guest-action-modal__option:focus-visible:not(:disabled) {
  border-color: #BDBDBD;
}

.guest-shortener-section .guest-action-modal__option.is-disabled,
.guest-shortener-section .guest-action-modal__option--locked {
  opacity: 1;
  cursor: not-allowed;
  background: #F8F9FA;
}

.guest-shortener-section .guest-action-modal__option.is-disabled .guest-action-modal__option-badge,
.guest-shortener-section .guest-action-modal__option--locked .guest-action-modal__option-badge {
  background: rgba(148, 163, 184, 0.16);
  color: #475569;
}

.guest-shortener-section .guest-action-modal__lock,
.guest-shortener-section .guest-action-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 33px;
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #5F6368;
}

.guest-shortener-section .guest-action-modal__close {
  cursor: pointer;
}

.guest-shortener-section .guest-action-modal__toolbar {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.guest-shortener-section .guest-action-modal__search-wrap {
  position: relative;
}

.guest-shortener-section .guest-action-modal__search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
}

.guest-shortener-section .guest-action-modal__search-input {
  width: 100%;
  min-height: 46px;
  border-radius: 33px;
  border: 1px solid #DADCE0;
  background: #fff;
  padding: 12px 18px 12px 42px;
  color: #202124;
}

.guest-shortener-section .guest-action-modal__search-input:focus {
  outline: none;
  border-color: #1A73E8;
}

.guest-shortener-section .guest-action-modal__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guest-shortener-section .guest-action-chip {
  border: 1px solid #DADCE0;
  background: #F1F3F4;
  color: #202124;
  border-radius: 33px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
}

.guest-shortener-section .guest-action-chip.is-active {
  background: #e21e1e !important;
  border-color: #e21e1e !important;
  color: #fff;
}

.guest-shortener-section .guest-action-modal__status {
  margin-bottom: 14px;
  color: #5F6368;
  font-size: 13px;
}

.guest-shortener-section .guest-action-modal__groups {
  display: grid;
  gap: 12px;
}

.guest-shortener-section .guest-action-modal__group {
  border: 1px solid #E8EAED;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
}

.guest-shortener-section .guest-action-modal__group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: transparent;
  border: 0;
  text-align: left;
}

.guest-shortener-section .guest-action-modal__group-meta {
  display: grid;
  gap: 4px;
}

.guest-shortener-section .guest-action-modal__group-meta strong {
  font-size: 15px;
  color: #202124;
}

.guest-shortener-section .guest-action-modal__group-meta span {
  font-size: 12px;
  color: #5F6368;
}

.guest-shortener-section .guest-action-modal__group-arrow {
  color: #5F6368;
  transition: transform 0.2s ease;
}

.guest-shortener-section .guest-action-modal__group-arrow.is-expanded {
  transform: rotate(180deg);
}

.guest-shortener-section .guest-action-modal__group-body {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}

.guest-shortener-section .guest-action-modal__option {
  width: 100%;
  justify-content: space-between;
}

.guest-shortener-section .guest-action-modal__option-side {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.guest-shortener-section .guest-action-modal__option.is-selected {
  border-color: #e21e1e !important;
}

.guest-shortener-section .guest-action-modal__empty {
  border: 1px dashed #DADCE0;
  border-radius: 8px;
  padding: 32px 20px;
  text-align: center;
  color: #5F6368;
  background: #FAFAFA;
}

.guest-shortener-section .guest-action-modal__empty i {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}

.faqrewrite{
  background: linear-gradient(90deg, #e21e1e 0, #e21e1e 2%, var(--white-color) 2%) !important;
  color:black;
}

.guest-shortener-section .guest-shortener-add-btn,
.guest-shortener-section .guest-shortener-remove-btn,
.guest-shortener-section .guest-shortener-copy-btn,
.guest-shortener-section .guest-shortener-open-btn,
.guest-shortener-section .guest-shortener-manage-btn,
.guest-shortener-section .guest-shortener-submit-btn,
.guest-shortener-section .guest-preview-unlock-btn,
.guest-shortener-section .guest-preview-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

.guest-shortener-section .guest-shortener-add-btn,
.guest-shortener-section .guest-shortener-open-btn,
.guest-shortener-section .guest-shortener-copy-btn {
  padding: 8px 16px;
  border-radius: 33px;
  background: #e21e1e !important;
  color: #ffffff;
  font-family: var(--font-Nunito);
  font-size: 14px;
  font-weight: 500;
}

.guest-shortener-section .guest-shortener-remove-btn {
  padding: 8px 16px;
  border-radius: 33px;
  background: rgba(226, 30, 30, 0.08);
  color: #c01a1a !important;
  font-family: var(--font-Nunito);
  font-size: 14px;
  font-weight: 500;
}

.guest-shortener-section .guest-shortener-submit-btn {
  position: relative;
  width: 100%;
  padding: 14px 24px;
  border-radius: 33px;
  background: #e21e1e !important;
  color: #fff;
  font-family: var(--font-Nunito);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.guest-shortener-section .guest-shortener-submit-btn[disabled],
.guest-shortener-section .guest-preview-unlock-btn[disabled],
.guest-shortener-section .guest-action-chip[disabled] {
  pointer-events: none;
}

.guest-shortener-section .guest-shortener-submit-btn.is-loading,
.guest-shortener-section .guest-shortener-submit-btn:disabled {
  filter: saturate(0.92);
}

.guest-shortener-section .guest-shortener-submit-loading {
  display: none;
}

.guest-shortener-section .guest-shortener-submit-btn.is-loading .guest-shortener-submit-label {
  display: none;
}

.guest-shortener-section .guest-shortener-submit-btn.is-loading .guest-shortener-submit-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.guest-shortener-section .guest-shortener-feedback {
  min-height: 24px;
  font-size: 14px;
  font-weight: 700;
}

.guest-shortener-section .guest-shortener-feedback.is-error {
  color: #c01a1a !important;
}

.guest-shortener-section .guest-shortener-feedback.is-success {
  color: #047857;
}

.guest-shortener-section .guest-shortener-feedback.is-warning {
  color: #b45309;
}

.guest-shortener-section .guest-shortener-action-row {
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid #E8EAED;
  border-radius: 8px;
  background: #fff;
}

.guest-shortener-section .guest-shortener-action-row:last-child {
  margin-bottom: 0;
}

.guest-shortener-section .guest-preview-phone {
  padding: 20px;
  border: 1px solid #DADCE0;
  border-radius: 8px;
  background: #FFFFFF;
}

.guest-shortener-section .guest-preview-card-inner {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: none;
  border-radius: 0;
  background: #FFFFFF;
}

.guest-shortener-section .guest-preview-actions {
  display: grid;
  gap: 12px;
  margin: 6px 0 2px;
}

.guest-shortener-section .guest-preview-action,
.guest-shortener-section .guest-preview-unlock-btn {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 33px;
  font-family: var(--font-Nunito);
  font-size: 14px;
  font-weight: 500;
}

.guest-shortener-section .guest-preview-action {
}

.guest-shortener-section .guest-preview-placeholder {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 130px;
  padding: 20px;
  border: 1px dashed #DADCE0;
  border-radius: 8px;
  background: #FAFAFA;
  color: #5F6368;
  text-align: center;
}

.guest-shortener-section .guest-preview-progress-bar {
  flex: 1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.guest-shortener-section .guest-preview-progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #e21e1e !important;
}

.guest-shortener-section .guest-preview-unlock-btn {
  background: #e2e8f0;
  color: #94a3b8;
}

.guest-shortener-section .guest-shortener-success {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.guest-shortener-section .guest-shortener-success-row {
  align-items: stretch;
}

.guest-shortener-section .guest-shortener-success-row input {
  flex: 1;
}

.guest-shortener-section .guest-shortener-manage-btn {
  padding: 8px 16px;
  border-radius: 33px;
  background: #202124;
  color: #fff;
  font-family: var(--font-Nunito);
  font-size: 14px;
  font-weight: 500;
}

.guest-shortener-section .guest-shortener-open-btn:hover,
.guest-shortener-section .guest-shortener-copy-btn:hover,
.guest-shortener-section .guest-shortener-add-btn:hover,
.guest-shortener-section .guest-shortener-submit-btn:hover,
.guest-shortener-section .guest-preview-action:hover {
  background: #C5221F;
  text-decoration: none;
}

.guest-shortener-section .guest-shortener-manage-btn:hover {
  background: #3C3C3C;
  text-decoration: none;
}

.guest-shortener-section .guest-shortener-footnote a {
  color: #e21e1e !important;
  font-weight: 500;
}

@media (max-width: 991px) {
  .guest-shortener-section .guest-shortener-shell {
    padding: 24px;
  }

  .guest-shortener-section .guest-shortener-header,
  .guest-shortener-section .guest-shortener-grid,
  .guest-shortener-section .guest-shortener-field-grid,
  .guest-shortener-section .guest-shortener-action-row__grid,
  .guest-shortener-section .guest-action-form-grid,
  .guest-shortener-section .guest-shortener-success-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .guest-shortener-section .guest-shortener-header,
  .guest-shortener-section .guest-shortener-block-heading,
  .guest-shortener-section .guest-shortener-action-row__header,
  .guest-shortener-section .guest-shortener-success-row,
  .guest-shortener-section .guest-preview-progress-row {
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  #mainNav.navbar {
    padding: 8px 0;
  }

  #mainNav .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #mainNav .menu-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  #mainNav .navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 64px);
  }

  #mainNav .menu-fi {
    width: min(280px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    min-height: calc(100vh - 24px);
    margin-top: 0;
    padding: 84px 14px 20px;
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.96);
  }

  #mainNav .menu-fi.apse {
    transform: translateX(0);
  }

  #mainNav .navbar-nav {
    display: grid;
    gap: 10px;
    margin: 0;
  }

  #mainNav .navbar-nav > li > a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus {
    background: rgba(226, 30, 30, 0.16);
    color: #fff;
  }

  .guest-shortener-section {
    margin-top: 32px;
    margin-bottom: 44px;
  }

  .guest-shortener-section .guest-shortener-shell {
    padding: 18px;
    border-radius: 22px;
  }

  .guest-shortener-section .guest-shortener-header {
    gap: 14px;
    margin-bottom: 18px;
  }

  .guest-shortener-section .guest-shortener-header h2 {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .guest-shortener-section .guest-shortener-header p {
    max-width: 32ch;
  }

  .guest-shortener-section .guest-shortener-grid {
    gap: 18px;
  }

  .guest-shortener-section .guest-shortener-card {
    padding: 18px;
    border-radius: 22px;
  }

  .guest-shortener-section .guest-shortener-builder,
  .guest-shortener-section .guest-shortener-form,
  .guest-shortener-section .guest-shortener-footer,
  .guest-shortener-section .guest-shortener-success-actions {
    gap: 14px;
  }

  .guest-shortener-section .guest-shortener-field-grid {
    gap: 12px;
  }

  .guest-shortener-section .guest-shortener-field {
    gap: 6px;
  }

  .guest-shortener-section .guest-shortener-help,
  .guest-shortener-section .guest-shortener-action-row__summary,
  .guest-shortener-section .guest-shortener-actions-helper,
  .guest-shortener-section .guest-shortener-footnote {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .guest-shortener-section .guest-shortener-input,
  .guest-shortener-section .guest-shortener-action-row select,
  .guest-shortener-section .guest-shortener-success-row input,
  .guest-shortener-section .guest-preview-action,
  .guest-shortener-section .guest-preview-unlock-btn {
    min-height: 50px;
  }

  .guest-shortener-section .guest-shortener-actions-block,
  .guest-shortener-section .guest-preview-card-inner,
  .guest-shortener-section .guest-preview-phone,
  .guest-shortener-section .guest-shortener-action-row,
  .guest-shortener-section .guest-action-modal__dialog,
  .guest-shortener-section .guest-action-modal__option {
    border-radius: 18px;
  }

  .guest-shortener-section .guest-shortener-actions-block {
    padding: 18px;
  }

  .guest-shortener-section .guest-shortener-block-heading {
    gap: 12px;
  }

  .guest-shortener-section .guest-shortener-actions-toolbar,
  .guest-shortener-section .guest-shortener-action-row,
  .guest-shortener-section .guest-preview-actions {
    gap: 10px;
  }

  .guest-shortener-section .guest-shortener-action-row {
    margin-bottom: 10px;
    padding: 14px;
  }

  .guest-shortener-section .guest-shortener-action-row__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .guest-shortener-section .guest-shortener-add-btn,
  .guest-shortener-section .guest-shortener-open-btn,
  .guest-shortener-section .guest-shortener-copy-btn,
  .guest-shortener-section .guest-shortener-manage-btn,
  .guest-shortener-section .guest-shortener-submit-btn,
  .guest-shortener-section .guest-action-modal__option,
  .guest-shortener-section .guest-action-modal__close {
    width: 100%;
  }

  .guest-shortener-section .guest-shortener-add-btn,
  .guest-shortener-section .guest-shortener-open-btn,
  .guest-shortener-section .guest-shortener-copy-btn,
  .guest-shortener-section .guest-shortener-manage-btn {
    min-height: 46px;
    padding: 11px 14px;
  }

  .guest-shortener-section .guest-shortener-submit-btn {
    min-height: 52px;
    padding: 14px 18px;
  }

  .guest-shortener-section .guest-preview-phone {
    padding: 14px;
  }

  .guest-shortener-section .guest-preview-card-inner {
    gap: 12px;
    padding: 18px;
  }

  .guest-shortener-section .guest-preview-placeholder {
    min-height: 112px;
    padding: 16px;
  }

  .guest-shortener-section .guest-shortener-success {
    margin-top: 16px;
    padding-top: 16px;
  }

  .guest-shortener-section .guest-action-modal {
    padding: 16px;
  }

  .guest-shortener-section .guest-action-modal__grid {
    grid-template-columns: 1fr;
  }

  .guest-shortener-section .guest-action-modal__header,
  .guest-shortener-section .guest-action-modal__section-head,
  .guest-shortener-section .guest-action-modal__option,
  .guest-shortener-section .guest-shortener-action-row__header,
  .guest-shortener-section .guest-shortener-action-row__meta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .guest-shortener-section {
    margin-top: 28px;
    margin-bottom: 38px;
  }

  .guest-shortener-section .guest-shortener-shell {
    padding: 16px;
  }

  .guest-shortener-section .guest-shortener-header {
    margin-bottom: 16px;
  }

  .guest-shortener-section .guest-shortener-card {
    padding: 16px;
  }

  .guest-shortener-section .guest-shortener-builder,
  .guest-shortener-section .guest-shortener-form,
  .guest-shortener-section .guest-shortener-footer {
    gap: 12px;
  }

  .guest-shortener-section .guest-shortener-block-heading > div,
  .guest-shortener-section .guest-shortener-action-row__meta,
  .guest-shortener-section .guest-shortener-action-row__title-wrap {
    min-width: 0;
  }

  .guest-shortener-section .guest-shortener-kicker,
  .guest-shortener-section .guest-preview-badge,
  .guest-shortener-section .guest-shortener-success-badge,
  .guest-shortener-section .guest-shortener-action-row__eyebrow {
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .guest-shortener-section .guest-shortener-block-heading h3,
  .guest-shortener-section .guest-preview-card-inner h3,
  .guest-shortener-section .guest-shortener-success h3 {
    font-size: 1.25rem;
  }

  .guest-shortener-section .guest-shortener-actions-block {
    padding: 16px;
  }

  .guest-shortener-section .guest-shortener-action-row {
    padding: 13px;
  }

  .guest-shortener-section .guest-shortener-action-row__grid,
  .guest-shortener-section .guest-shortener-success-row,
  .guest-shortener-section .guest-preview-progress-row {
    gap: 10px;
  }

  .guest-shortener-section .guest-shortener-success-row,
  .guest-shortener-section .guest-preview-progress-row {
    flex-direction: column;
    align-items: stretch;
  }

  .guest-shortener-section .guest-shortener-feedback {
    min-height: 20px;
  }

  .guest-shortener-section .guest-preview-phone {
    padding: 12px;
  }

  .guest-shortener-section .guest-preview-card-inner {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  #mainNav .menu-fi {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .guest-shortener-section .guest-shortener-shell,
  .guest-shortener-section .guest-shortener-card,
  .guest-shortener-section .guest-shortener-actions-block,
  .guest-shortener-section .guest-preview-card-inner,
  .guest-shortener-section .guest-preview-phone,
  .guest-shortener-section .guest-shortener-action-row {
    border-radius: 16px;
  }

  .guest-shortener-section .guest-shortener-header h2 {
    font-size: 1.45rem;
  }
}
/* ===== END GUEST SHORTENER HOMEPAGE SECTION ===== */


/* ===== V2LINKTHEME MOBILE POLISH ===== */
@media (max-width: 768px) {
  #hero {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  #hero .hero.hero-rekonise {
    height: auto;
    min-height: 0;
    margin-top: 88px;
    margin-bottom: 24px;
    align-items: center;
    gap: 24px;
  }

  #hero .hero.hero-rekonise .right {
    justify-content: center;
    overflow: visible;
  }

  #hero .hero.hero-rekonise .right > img {
    width: min(100%, 420px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  #hero .hero.hero-rekonise {
    margin-top: 82px;
    gap: 18px;
  }

  #hero .hero.hero-rekonise .right > img {
    width: min(100%, 360px);
  }
}

@media (max-width: 480px) {
  #hero {
    padding-inline: 0;
  }

  #hero .hero.hero-rekonise {
    margin-top: 78px;
    margin-bottom: 20px;
  }

  #hero .hero.hero-rekonise .left {
    text-align: center;
  }

  #hero .hero.hero-rekonise .left .new {
    margin-inline: auto;
  }

  #hero .hero.hero-rekonise .right > img {
    width: min(100%, 320px);
  }
}

.guest-shortener-actions-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.guest-shortener-actions-helper,
.guest-shortener-limit-note {
  margin: 0;
}

.guest-shortener-add-btn {
  flex-shrink: 0;
  min-height: 46px;
}

@media (max-width: 768px) {
  .guest-shortener-actions-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .guest-shortener-add-btn {
    width: auto;
    align-self: flex-start;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 12px;
  }
}

@media (max-width: 576px) {
  .guest-shortener-actions-block {
    padding: 18px;
  }

  .guest-shortener-block-heading {
    align-items: flex-start;
    gap: 12px;
  }

  .guest-shortener-add-btn {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.2;
  }

  .guest-shortener-action-row {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .guest-shortener-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .guest-shortener-card {
    padding: 18px;
    border-radius: 22px;
  }

  .guest-shortener-block-heading {
    flex-wrap: wrap;
  }

  .guest-shortener-add-btn {
    align-self: stretch;
    justify-content: center;
    width: 100%;
  }
}

body {
  --cookie-banner-max-width: 800px;
}

@keyframes cookieSlideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

#cookie-pop {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  z-index: 99999;
  width: calc(100% - 48px);
  max-width: var(--cookie-banner-max-width);
  padding: 0;
  background: transparent;
  animation: cookieSlideUp 0.4s ease-out forwards;
}

#cookie-pop .container-fluid {
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#cookie-pop .container-fluid::before {
  content: "🍪";
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  font-size: 20px;
}

#cookie-pop .col-xs-9,
#cookie-pop .col-xs-3 {
  float: none;
  width: auto;
  padding: 0;
}

#cookie-pop .col-xs-9 {
  flex: 1 1 auto;
  min-width: 0;
}

#cookie-pop .col-xs-3 {
  flex: 0 0 auto;
}

.cookie-message {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
}

.cookie-message a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-message a:hover {
  color: #000000;
}

.cookie-confirm {
  padding: 0;
  margin: 0;
  text-align: right;
}

#got-cookie {
  min-width: 100px;
  min-height: 44px;
  padding: 12px 28px;
  border: none;
  border-radius: 999px;
  background: #e21e1e !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

#got-cookie:hover,
#got-cookie:focus {
  background: #be123c;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.4);
}

#got-cookie:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  #cookie-pop {
    bottom: 16px;
    width: calc(100% - 32px);
  }

  #cookie-pop .container-fluid {
    padding: 16px 20px;
    gap: 14px;
  }
}

@media (max-width: 576px) {
  #cookie-pop .container-fluid {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  #cookie-pop .container-fluid::before {
    display: none;
  }

  .cookie-confirm {
    text-align: center;
    width: 100%;
  }

  #got-cookie {
    width: 100%;
    padding: 14px 24px;
  }
}

/* ========================================
   TESTIMONIALS CAROUSEL - WHITE + RED DESIGN
   Accent color: #e21e1e
   ======================================== */

.testimonials-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    overflow: hidden;
}

.testimonials-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    text-transform: none;
}

.testimonials-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 48px;
    text-transform: none;
    font-weight: 400;
}

.testimonials-carousel-wrapper {
    display: flex;
    width: max-content;
    animation: scroll-testimonials 40s linear infinite;
}

.testimonials-carousel-wrapper:hover {
    animation-play-state: paused;
}

.testimonials-carousel {
    display: flex;
    gap: 24px;
    padding: 0 12px;
}

@keyframes scroll-testimonials {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.testimonial-card {
    flex-shrink: 0;
    width: 380px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    padding: 24px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(226, 30, 30, 0.12);
    border-color: #e21e1e !important;
    color: inherit;
    text-decoration: none;
}

/* Red accent bar at top of card */
.testimonial-accent {
    position: absolute;
    top: 0;
    left: 24px;
    width: 40px;
    height: 4px;
    background-color: #e21e1e !important;
    border-radius: 0 0 4px 4px;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 16px;
    flex-grow: 1;
    text-transform: none;
    font-weight: 400;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #F0F0F0;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #F5F5F5;
    flex-shrink: 0;
}

.testimonial-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a1a;
    text-transform: none;
}

.testimonial-handle {
    font-size: 0.85rem;
    color: #888888;
    text-transform: none;
}

.testimonial-stats {
    font-size: 0.8rem;
    color: #e21e1e !important;
    font-weight: 500;
    margin-top: 2px;
    text-transform: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    .testimonials-title {
        font-size: 1.75rem;
    }
    .testimonial-card {
        width: 300px;
        padding: 20px;
    }
    .testimonial-text {
        font-size: 0.9rem;
    }
    .testimonials-carousel {
        gap: 16px;
    }
}

/* Pause animation for reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .testimonials-carousel-wrapper {
        animation: none;
        overflow-x: auto;
        width: 100%;
    }
}
