/**
 * LinkTwin Public Pages CSS
 * Combined and optimized CSS for all public/landing pages
 * Generated via PurgeCSS - contains only styles actually used
 * 
 * Includes styles from:
 * - the25-fila-enhancements.css (purged)
 * - new-bento-design.css (purged)
 * - the25-custom-style.css (purged)
 */

.lead  {
  font-weight: inherit;
}

#imgamzlogo {
  max-width:24px;
  margin-right:6px;
}

 #shortenform {
    /* width: 80%;  */
    margin: auto;
}

.supportedapp {
    display: block;
    float: left;
    margin: 0.4em;
    zoom: 0.45;
    opacity: 0.8;
}

.supportedapp:hover {
  opacity: 1;
}



/* Custom styles for small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
    /* Your styles here */
    .shortener-box-div  {
        padding:0;
    }
  }
  
  /* Custom styles for medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    /* Your styles here */
  }


.isus .foran {
  display: none;
}

.foran {
  display: initial;
}

/* Hello bar */


/* Adjusted styles */
.table tbody tr:not(:first-child) td:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  width: 200px; /* Adjust this value to set the width of the first column */
}

/* Optional: Add a border to the right side of the first column */
.table tbody tr:not(:first-child) td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}

/* home page registration box styles */
.regbox ul {
  list-style-type: none;
  padding: .5em 0 1.5em 0;
  margin-bottom: 0;
}

.regbox ul li {
  position: relative;
  padding-left: 1.5em;
}

.regbox ul li i {
  position: absolute;
  left: 0;
}

.regbox i.fas.fa-lock {
  color: lightgray;
}

@media (min-width: 768px) {
  .regbox ul {
    padding: 0 0 0 1em;
  }

  .regbox h3 {
    padding-left:.5em !important;
  }
}

@media (max-width: 767.98px) {
  #hero h1 {
    font-size: 2.2em;
    margin-bottom: 1rem !important;
  }
  #hero .underh1 {
    font-size: 1rem !important;
    margin-bottom: 1em !important;
  }
  #hero h2 {
    font-size: 1.145em !important;
  }
}

.bg-primary-soft {
  background-color: rgba(0, 123, 255, 0.1);
}

.gradient-primary {
  background: linear-gradient(135deg, #0d6efd 0%, #0099ff 100%);
}

/* Info icon styling for tooltips */
.fa-info-circle[data-bs-toggle="tooltip"] {
  cursor: help;
  font-size: 0.875rem;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.fa-info-circle[data-bs-toggle="tooltip"]:hover {
  opacity: 1;
}

/* Ensure input and button have same height in link generator */
.shortener-box-div .input-group-lg .form-control,
.shortener-box-div .input-group-lg .btn {
  height: 48px;
  line-height: 1.5;
}

.shortener-box-div .input-group {
  display: flex;
  align-items: stretch;
}

/* Prevent button from moving on hover */
.shortener-box-div .btn-primary:hover {
  transform: none !important;
}

.feature-card {
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card.highlight {
  border-left: 4px solid #0d6efd;
}

.feature-list2 {
  list-style: none;
  padding-left: 1em;
}

.feature-list2 li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.feature-list2 li i {
  position: absolute;
  left: 0;
  top: 4px;
}

.clip-text {
  background: linear-gradient(to right, #0d6efd, #0099ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-header[data-bs-toggle="collapse"] {
  cursor: pointer;
}

.card-header[data-bs-toggle="collapse"]::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  transition: transform 0.2s ease;
margin-bottom: -1em;
  margin-top: -1.5em;
}

.card-header[data-bs-toggle="collapse"][aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.zoom-12 {
zoom: 1.2;
}

.zoom-07 {
zoom: 0.7;
}

.stat-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animation for hero section */

@keyframes float {
  0% {
      transform: translatey(0px);
  }
  50% {
      transform: translatey(-20px);
  }
  100% {
      transform: translatey(0px);
  }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .comparison-table .row {
      margin-bottom: 10px;
  }
  
  .stat-box {
      width: 40px;
      height: 40px;
  }
  
  .d-flex.justify-content-center.align-items-center.mb-4.py-2 {
      flex-wrap: wrap;
  }
  
  .badge.me-3 {
      margin-bottom: 5px;
  }
}

/* Additional hover effects */
.btn-primary {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.hover-card {
  transition: all 0.3s ease;
}

.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Testimonial styles */
.testimonial-avatar img {
  border: 3px solid #f8f9fa;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.mt-2p {
  margin-top: 2px;
}

#wwith h5 {
  font-size: 1em;
}

#main-menu .btn-outline-primary {
  border-bottom: 1px solid #0088ff;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:hover:focus {
  border-radius: 0;
}

.dropdown-menu li {
  margin-right: 0 !important;
}

/* Fix line breaks in alert messages */

/* Ensure icon stays inline */

/* Fix burger menu positioning on home page for mobile */
header .navbar.navbar-expand-lg {
  display: flex !important;
  /* flex-wrap: wrap !important; */
  align-items: center !important;
  justify-content: space-between !important;
}

/* Prevent logo from taking full width on mobile - override Bootstrap col-md-3 */
header .navbar.navbar-expand-lg > a.col-md-3:first-child,
header .navbar.navbar-expand-lg > a:first-child {
  flex: 0 1 auto !important;
  max-width: none !important;
  width: auto !important;
  padding-right: 15px !important;
}

/* Keep burger menu on the same line - override any margin/positioning */
header .navbar.navbar-expand-lg > button.navbar-toggler {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  position: relative !important;
}

/* Ensure collapsed menu wraps to next line */
header .navbar.navbar-expand-lg > .navbar-collapse {
  flex-basis: 100% !important;
  order: 3 !important;
}
/* === Fila Enhancements (purged) === */
/**
 * Fila Theme Enhancements for the25
 * Custom styles for improved link items and form inputs
 */

/* CSS Variables */
:root {
    --fila-primary: #3B82F6;
    --fila-primary-hover: #2563EB;
    --fila-primary-light: #60A5FA;
    --fila-success: #10B981;
    --fila-warning: #F59E0B;
    --fila-danger: #EF4444;
    --fila-info: #06B6D4;
    --fila-gray-50: #F9FAFB;
    --fila-gray-100: #F3F4F6;
    --fila-gray-200: #E5E7EB;
    --fila-gray-300: #D1D5DB;
    --fila-gray-400: #9CA3AF;
    --fila-gray-500: #6B7280;
    --fila-gray-600: #4B5563;
    --fila-gray-700: #374151;
    --fila-gray-800: #1F2937;
    --fila-gray-900: #111827;
}

/* ========================================
   KPI Cards (Stats Pages)
   ======================================== */

/* Desktop KPI Grid */

/* KPI Sublabel (for total clicks display) */

/* KPI Growth Badge */

/* Mobile KPI Grid (inside header) */

/* KPI Sublabel Mobile (for total clicks display) */

/* Dark mode for KPI cards */

/* Mobile: Show mobile KPI grid, hide desktop KPI grid */
@media (max-width: 767.98px) {

    /* Smaller KPI cards on very small screens */

    /* Mobile date range - show on mobile */

    /* Hide desktop-only elements on mobile */

    /* Show mobile-only elements */
}

/* ========================================
   Mobile Stats Box (separate container for date picker + KPIs)
   ======================================== */

@media (max-width: 767.98px) {

    /* KPI grid inside mobile stats box - no border-top needed */
}

/* ========================================
   Mobile Date Range Picker
   ======================================== */

/* Standalone version (in separate box) */

/* Dark mode for mobile date inputs */

/* ========================================
   Stats Tab Navigation (fila-tabs)
   ======================================== */

/* Stats page tab content with connected border */

/* Dark mode support for fila-tabs */

/* ========================================
   Empty States
   ======================================== */

/* Standard empty icon (circular with icon inside) */

/* Legacy empty state icon naming (for backward compatibility) */

/* Dark mode support for empty states */

/* ========================================
   Visitor Map Styling (Individual Link Stats Page Only)
   ======================================== */
/* Remove padding from map card body */

/* Map zoom buttons - desktop: left top, stacked vertically */

/* Mobile: larger buttons at bottom */
@media (max-width: 767.98px) {
    /* Remove top-right border radius and top margin on mobile (tabs scroll horizontally) */
}

/* ========================================
   Upgrade Button Responsive Text
   ======================================== */

/* Show mobile text and hide desktop text on small screens */

/* ========================================
   Large Analytics Cards Styles
   ======================================== */

/* Larger icons for analytics cards */

/* Better spacing for data lists */

/* ========================================
   Fila Link Item Styles
   ======================================== */

/* Fix z-index issue: when dropdown is open, elevate the parent item above siblings */

/* Horizontal Row Structure - Desktop */

/* Custom scrollbar for badges row (WebKit/Blink) */

/* Hide empty row 3 to prevent unnecessary margin */

/* Action dropdown - positioned absolute on desktop too */

/* Fix dropdown menu z-index to appear above other elements */
/* Removed position: absolute to allow Bootstrap/Popper to handle positioning */

@keyframes copySuccess {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1.05); }
}

/* Badge Styles */

/* Stats and Actions */

/* ========================================
   Alert Styles
   ======================================== */

/* Alert close button - simple X with no borders */

/* Dark mode alert styles */

/* Mobile: Add icon before alert headings */

/* ========================================
   Form Input Enhancements
   ======================================== */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="week"],
input[type="month"],
textarea,
select,
.form-control,
.form-select {
  border: 1px solid #D1D5DB !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="month"]:hover,
textarea:hover,
select:hover,
.form-control:hover,
.form-select:hover {
  border-color: #9CA3AF !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
  border-color: #0d6efd !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Dark Mode Support */

/* ========================================
   Disabled State Cursor
   ======================================== */
#single input:disabled,
#single textarea:disabled,
#single button:disabled,
#single select:disabled,
#single .form-control:disabled,
#single .form-select:disabled {
  cursor: not-allowed !important;
}

/* ========================================
   Material Symbols Adjustments
   ======================================== */

/* ========================================
   URL Input - No Border Styling
   ======================================== */
#url {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

#url:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

#url:hover {
  border: 0 !important;
}

/* Homepage URL input - restore normal borders */
#url-homepage {
  border: 1px solid #ced4da !important;
}

#url-homepage:focus {
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Desktop: Unified focus border for entire input-group */
@media (min-width: 768px) {
  .shortener-box-div .input-group:has(#url-homepage:focus) {
    border-radius: 0.5rem;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    transition: box-shadow 0.15s ease-in-out;
  }

  /* Remove individual input focus shadow on desktop */
  .shortener-box-div #url-homepage:focus {
    box-shadow: none !important;
  }

  /* Disable button lift animation on desktop */
  .shortener-box-div .input-group .btn:hover,
  .shortener-box-div .input-group .fila-btn:hover {
    transform: none !important;
  }
}

/* Restore rounded corners on mobile when buttons are hidden */
@media (max-width: 767.98px) {
  #url-homepage {
    border-radius: 0.5rem !important;
  }

  /* Disable button lift animation on mobile */
  .shortener-box-div .fila-btn:hover,
  .shortener-box-div .btn:hover {
    transform: none !important;
  }

  /* Advanced options container - remove top/bottom padding */
  .advanced-options-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Reduce top margins from fields inside advanced options */
  .advanced-options-container .mt-3 {
    margin-top: 0.5rem !important;
  }

  /* Increase mobile Create app link button size */
  .shortener-box-div .fila-btn-lg {
    margin-bottom: 24px !important;
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
    font-size: 1.25rem !important;
  }
}

/* Dark mode support for URL input */

/* ========================================
   Filter Dropdown Fix
   ======================================== */
/* Fix dropdown visibility issues */

/* Dark mode support */

/* Mobile filter dropdown - compact like action dropdown */

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 767.98px) {

  /* Row 1: Checkbox, Favicon and Title */

  /* Row 2: Short URL and Copy Button - keep on same row */

  /* Ensure the icon inside copy button is visible */

  /* Row 3: Badges/Options - keep on same row with horizontal scroll */

  /* Thin scrollbar for badges row on mobile (WebKit/Blink) */

  /* Hide empty row 3 on mobile too */

  /* Row 4: Time and Click Stats - keep on same row */

  /* Ensure time element stays inline */

  /* Ensure icons in stats are properly sized */

  /* Actions dropdown positioned absolute */

  /* Dark mode overrides for mobile copy button */
}

/* ========================================
   Fila Collections Page Styles
   ======================================== */

/* Page header */
.fila-page-header {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--gray-200);
    padding: 24px;
    margin-bottom: 24px;
}

.fila-page-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fila-page-subtitle {
    font-size: 16px;
    color: var(--gray-600);
    margin: 0;
}

/* Main content card */

.fila-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fila-btn-primary {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
    border: none !important;
}

.fila-btn-primary:hover {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%) !important;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35);
    transform: translateY(-1px);
    color: white !important;
}

.fila-btn-outline {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
}

.fila-btn-outline:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #1f2937;
}

/* Collections list styling - matching links list pattern */

/* Collection item styling - matching links pattern */

/* Fix dropdown positioning and z-index issue */

/* Star button styling */

/* Color badge styling */

/* Stat item styling - matching links pattern */

/* Modal Styles */

/* Info icon button (inline with labels) */

/* Pagination */

/* Responsive */
@media (max-width: 767.98px) {
    /* Hide Cancel buttons in modals on mobile/tablet */
}

/* Search input styles - Missing from external CSS */

/* ============================================================
   FIX: Search Form Collapse Animation
   ============================================================ */

/* Base search form - no padding/border to allow Bootstrap collapse to work properly */

/* Wrapper inside collapsible holds padding/border */

/* Ensure standard Bootstrap animation works */

/* ============================================================
   FIX: QR Page Search Input Group (Seamless Style)
   ============================================================ */

/* 1. The Container gets the main border and rounded corners */

/* Highlight entire container when input or select is focused */

/* 2. The Input Field: Remove individual borders and radius */

/* 2b. Input Wrapper for Clear Button */

/* 3. The Select Dropdown: Remove borders, add a left divider */

/* 4. The Button: Overlap the parent border so it looks clean */

/* Dark mode support for search inputs */

/* ========================================
   Billing Page Styles
   ======================================== */

/* Page header - common styles moved to fila-page-header */

/* Billing responsive design */
@media (max-width: 767.98px) {

    /* Current Plan buttons - stack vertically on mobile */
}

/* Billing dark mode support */

/* ========================================
   Mobile Subscription Cards
   ======================================== */

/* Row 1: Plan name + Badge | Price */

/* Row 2: Started | Expiry */

/* Row 3: Next Payment (conditional) */

/* Dark mode support for mobile subscription cards */

/* ========================================
   Mobile Payment History Cards
   ======================================== */

/* Row 1: Date + Provider | Amount */

/* Row 2: Action Buttons */

/* Dark mode support for payment cards */

/* ========================================
   Mobile Add-on Subscriptions
   ======================================== */

/* Header layout */

/* Mobile cards */

/* Row 1: Type + Status | Quantity */

/* Row 2: Next Billing | Expiry */

/* Row 3: Action Button */

/* Dark mode support */

/* ========================================
   Link Edit Page Styles
   ======================================== */
.fila-page-header {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid var(--fila-gray-200);
}

.fila-page-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--fila-gray-900);
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fila-page-title .material-symbols-outlined {
    font-size: 32px;
    color: var(--fila-primary);
}

.fila-page-subtitle {
    font-size: 15px;
    color: var(--fila-gray-600);
    margin: 0;
    line-height: 1.6;
}

/* Fila Card Styles */

/* Fila Section Card */

/* Fila Form Elements */

/* Fila Input Group */

/* ========================================
   Fila Button Styles - SOURCE OF TRUTH
   ========================================
   DO NOT duplicate these button styles in individual page files!
   All button styling should be defined here for consistency.
   If you need page-specific button behavior, use scoped selectors
   like .your-page-class .fila-btn instead of redefining .fila-btn
   ======================================== */
.fila-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    line-height: 1.5;
}


.fila-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    /* Removed pointer-events: none to allow cursor change on hover */
}

/* Loading state for buttons */

/* Hide the original button content when loading */

/* Show spinner and "Updating Link" text */

@keyframes fila-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fila-btn .material-symbols-outlined {
    font-size: 18px;
}

.fila-btn-primary {
    background: var(--fila-primary);
    color: white !important;
}

.fila-btn-primary:hover {
    background: var(--fila-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: white !important;
}

.fila-btn-outline {
    background: white;
    color: var(--fila-gray-700);
    border: 1px solid var(--fila-gray-300);
}

.fila-btn-outline:hover {
    background: var(--fila-gray-50);
    border-color: var(--fila-gray-400);
}

.fila-btn-lg {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.fila-btn-lg .material-symbols-outlined {
    font-size: 24px;
}

/* Upgrade to PRO button - outline style */

/* ========================================
   Dropdown Menu Styles - SOURCE OF TRUTH
   ========================================
   DO NOT duplicate these dropdown styles in individual page files!
   All dropdown styling should be defined here for consistency.
   ======================================== */
.dropdown-menu {
    min-width: 180px;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--fila-gray-200, #e5e7eb);
    padding: 0.5rem;
    background-color: white !important; /* Ensures dropdown is not transparent */
}

/* Mobile: Keep dropdowns on screen */
@media (max-width: 767.98px) {
    .dropdown-menu {
        max-width: 90vw;
    }

    /* Stats page info features line spacing */

    /* Hide feature labels (Collections:, Pixels:, etc.) on mobile */
}

.dropdown-item {
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    transition: background 0.15s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown-item:hover {
    background: var(--fila-gray-100, #f3f4f6);
}

.dropdown-item:active,
.dropdown-item:focus {
    background: var(--fila-gray-100, #f3f4f6);
    color: var(--fila-gray-700, #374151) !important;
}

.dropdown-item .material-symbols-outlined {
    font-size: 18px;
}

.dropdown-item i {
    width: 16px;
    height: 16px;
}

/* Fila Switch Styles */

/* ========================================
   Switch Component Styles
   ======================================== */

/* ========================================
   Payment Failure Notification Styles
   ======================================== */

/* Mobile: Stack payment failure buttons vertically */

/* Support link styling */

/* ========================================
   User Menu Dropdown Fix
   ======================================== */
/* Prevent horizontal scrolling when dropdown opens near edge of viewport */

/* Let Bootstrap handle positioning, just set width and margin */

/* Ensure dropdown stays within viewport on smaller screens */

/* Mobile Dark Mode Toggle Switch */

/* Dark mode styles for the toggle */

/* Let Bootstrap handle positioning, just control the max-width */
.navbar .dropdown-menu,
header .dropdown-menu {
    max-width: calc(100vw - 20px) !important;
}

/* Removed overflow-x: hidden to allow Popper.js to correctly detect viewport boundaries */
/* This allows dropdowns to flip left/right intelligently based on available space */


/* =====================================================
   Link Edit Page - Enhanced UX Design
   ===================================================== */

/* Two-column layout */

/* Section styling */

/* When section content is collapsed/hidden */

/* Option group styling (matching shortener.php) */

/* Form improvements */

/* Targeting subsections - Clean Settings List Style */

/* Targeting toggle switch in header */

/* Targeting rules - Accordion content */

/* Add button inside rules - always at bottom */

/* Rules maintain natural order */

/* Device targeting - device selector fixed, URL takes remaining width */

/* Language targeting - language selector fixed, URL takes remaining width */

/* Expiration rules - special layout for form fields */

/* A/B Testing - percentage input fixed width */

/* A/B Testing - Main URL row (greyed out, read-only) */

/* A/B Testing - Variant rows */

/* A/B Testing - Error state when total exceeds 100% */

/* A/B testing - URL takes most space, percentage fixed */

/* Ensure targeting rule rows use flexbox */

/* Device targeting - ensure URL field takes remaining width */

/* Language targeting - ensure URL field takes remaining width */

/* A/B Testing - percentage first (narrow), URL second (full width) */

/* Parameter separator (equals sign) */

/* Small form labels for parameters */

/* Parameters section specific styling */

/* ========================================
   Targeting Section Select2 Styles
   ======================================== */

/* Select2 container in targeting rules */

/* Select2 selection box - match fila-form-select styling */

/* Select2 dropdown - positioned correctly */

/* Ensure Select2 dropdowns appear above page content but below modals */

/* Disabled state dropdown styling */

/* Select2 search box */

/* Select2 results */

/* Hide the icon when Select2 is active */

/* Adjust input group styling for Select2 */

/* Icon buttons */

/* Copy button success state */

/* Outlined buttons */

/* Button with PRO badge in corner */

/* Preview cards */

/* QR Code section */

/* QR Download Buttons - Desktop/Mobile */

/* Social Media Preview */

/* Stats grid */

/* Character counter */

/* Switch toggle visibility */

/* Social Preview Layout */

/* Mobile: Stack fields above preview */

/* Color palette improvements */

/* Mobile: Color palette always 2 rows (9 per row for 18 colors), adaptive sizing */

/* Modal improvements */
.modal-dialog-centered {
    min-height: calc(100% - 1rem);
    display: flex;
    align-items: center;
    max-width: 600px;
}

.modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */

/* ========================================
   Select2 Width Fixes
======================================== */

/* Ensure Select2 works properly in grid columns */

/* Prevent Select2 dropdown from breaking layout */

/* ========================================
   Select2 Multi-Select Field Fixes
   ======================================== */

/* Collections and Tracking Pixels Select2 Container - Match other form fields */

/* Remove focus outline from Select2 container - add our custom box-shadow instead */

/* Styling for selected items (badges/tags) */

/* Remove button styling */

/* Search field - remove visible box around it */

/* Remove the arrow wrapper - we don't need it for multi-select */

/* Ensure proper spacing in the selection area */

/* Clear/Remove all button positioning */

/* Dark mode support */

/* Highlighted "Create New" options should have white text */

/* Hide redundant Delete links added by custom.min.js */

/* Ensure delete buttons work properly */

/* .select2-container .select2-selection--single .select2-selection__rendered {
     padding-left: 40px; } 
*/


/* ================================
   Select2 Styling for the25 Theme - Shortener Dropdowns
   ================================ */

/* Select2 Container - matches fila-form-control */

/* Focus state */

/* Selected items (tags) */

/* Search input */

/* Dropdown */

/* Clear button */

/* Fix for badge colors - don't show black squares, only show colored ones */

/* Hide badge if it's black (default color) */

/* Dark mode support */

/* Remove default Select2 outline */

/* ========================================
   Pricing Page Current Subscription Styles
   ======================================== */

/* Ensure the column maintains highlighting across all rows */

/* Dark mode support for pricing page */

/* ========================================
   Pricing Page Button Animations
   ======================================== */
.btn-primary {
    transition: all 0.3s ease !important;
}

.btn-primary:hover:not(.disabled),
a.btn-primary:hover:not(.disabled) {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(13, 110, 253, 0.3) !important;
}

/* ========================================
   Sidebar Toggle - Responsive Visibility
   ======================================== */

/* Mobile logo visibility */

/* Show mobile logo only on mobile/tablet */

/* Sidebar toggle is now handled in dashboard.php CSS */

/* ========================================
   CRITICAL MOBILE FIXES
   ======================================== */

/* Fix sidebar menu text visibility on mobile */
@media (max-width: 767.98px) {
    /* Ensure sidebar text is always visible in offcanvas (override collapsed styles) */

    /* Ensure sidebar sections are visible in offcanvas */
}

/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVENESS
   Using Bootstrap Breakpoints
   ======================================== */

/* ========================================
   Mobile: Small devices (phones, <576px)
   ======================================== */
@media (max-width: 767.98px) {
    /* ====== DASHBOARD - REORDER SECTIONS ====== */
    /* Note: display:flex removed - was breaking stats page KPI layout */
    /* Note: :not(.custom-alert) added - was breaking notification alignment */

    /* Stats row (contains LINKS, CLICKS, Recent Clicks chart) - appears second */

    /* Create App Link row - appears first */

    /* Recent Activity row - appears last */

    /* ====== PAGE HEADER ====== */
    .fila-page-header {
        padding: 16px !important;
        margin-bottom: 20px !important;
    }

    .fila-page-title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
        gap: 8px !important;
    }

    /* Stats pages - no bottom margin on title (buttons inline), no wrap */

    .fila-page-subtitle {
        font-size: 14px !important;
    }

    /* ====== CONTAINER HEADERS ====== */

    /* Links header should keep actions on same line as title */

    /* ====== LINK SHORTENER CARD ====== */

    /* ====== SHORTENER CARD HEADER ====== */

    /* ====== SHORTENER INPUT GROUP (Create Link Section) ====== */

    /* Hide the input icon (link symbol) on mobile to save space */

    /* Actions go to new row on mobile */

    /* ====== BULK ACTIONS + SEARCH - ALL IN ONE ROW ====== */

    /* Make the form grow to push search-controls to the right */

    /* Only apply inline-flex when bulk actions are visible (shown via JS) */

    /* ====== SEARCH CONTROLS - COMPACT ====== */

    /* Ensure parent containers don't clip dropdown on mobile */

    /* ====== SEARCH FORM ====== */
    /* Padding moved to .fila-search-wrapper to fix Bootstrap collapse animation */

    /* ====== DROPDOWN POSITIONING - Let Bootstrap/Popper handle it ====== */
    /* Removed hardcoded positioning to allow Popper.js to intelligently position dropdowns */

    /* ====== LINK ITEMS - COMPACT MOBILE LAYOUT ====== */

    /* Checkbox positioned absolute top-left */

    /* Smaller favicon on same row as content */

    /* Main content area next to favicon */

    /* Title on same row as favicon */

    /* URL section */

    /* Badges if present */

    /* Stats - ALL IN ONE ROW */

    /* Each stat item inline */

    /* Position the ACTION CONTAINER in the top-right corner */

    /* Style the BUTTON itself, but DO NOT use absolute positioning on it */

    /* ====== COLLECTION ITEMS ====== */

    /* ====== BUTTONS ====== */
    .fila-btn:not(.fila-btn-icon):not(.fila-input-actions .fila-btn):not(.modal-footer .fila-btn-secondary):not(.fila-modal-footer .fila-btn-secondary) {
        padding: 12px 20px !important;
        font-size: 15px !important;
        min-height: 32px !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    /* Buttons inside input actions should flex to fill */

    .fila-btn-primary {
        margin-bottom: 8px !important;
    }

    /* Icon-only buttons stay small */

    /* ====== BOOTSTRAP GRID OVERRIDES ====== */
    .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .row > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    /* Most columns go full width on mobile */
    .col-md-9,
    .col-md-3,
    .col-lg-8,
    .col-lg-4,
    .col-md-8,
    .col-md-4,
    .col-md-6,
    .col-lg-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* EXCEPT stats cards which should be side by side (50% each) */

    /* ====== SIDEBAR WIDGETS ====== */
    .col-md-3 .card {
        margin-bottom: 16px !important;
    }

    /* ====== STATS CARDS - Already handled by Bootstrap col-sm-6 ====== */
    /* Stats cards use col-sm-6 which creates 2 columns on mobile automatically */
    /* Specific override is in the Bootstrap Grid Overrides section below */

    /* ====== COLLECTIONS GRID ====== */

    /* Page Header */

    /* Cards */
    .card {
        margin-bottom: 16px !important;
        border-radius: 12px !important;
    }

    .card-body {
        padding: 16px !important;
    }

    .card-header {
        padding: 12px 16px !important;
        font-size: 15px !important;
    }

    /* Buttons */
    .btn {
        padding: 10px 16px !important;
        font-size: 14px !important;
        margin-bottom: 8px;
    }

    /* Link Items */

    /* These conflicting styles have been removed - see earlier in file for correct mobile styles */

    /* .fila-link-meta styles moved earlier in the file - see line 3566 */

    /* Collections Grid */

    /* Remove margin from fila-collection-item */

    /* Form Groups */
    .form-group {
        margin-bottom: 16px !important;
    }

    .form-label {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .form-control,
    .form-select {
        font-size: 15px !important;
        padding: 12px !important;
    }

    /* Input Groups */
    .input-group {
        flex-wrap: wrap;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 8px;
    }

    /* Tables */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table {
        font-size: 13px !important;
    }

    .table th,
    .table td {
        padding: 10px 8px !important;
        white-space: nowrap;
    }

    /* Modals */
    .modal-dialog {
        margin: 8px !important;
        max-width: calc(100% - 16px) !important;
    }

    .modal-content {
        border-radius: 12px !important;
    }

    /* Dropdowns */
    /* Force dropdowns to open to the LEFT (right-aligned) on mobile */
    .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        max-width: calc(100vw - 32px);
        font-size: 14px !important;
    }

    .dropdown-item {
        padding: 12px 16px !important;
    }

    /* Alerts */

    /* Email Verification Alert - compact single-line layout on mobile */

    /* Hide the description text on mobile, show only the title */

    /* Hide the CSS pseudo-element icon since we already have the inline icon */

    /* Usage notice mobile - hide description and reset text */

    /* Hide upgrade button on mobile when usage <= 50% */

    /* Hide the standalone icon on mobile - we use the inline one instead */

    /* Show the inline mobile info icon */

    /* Hide the CSS pseudo-element icon for usage alerts since we show the inline icon */

    /* Pagination */
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Create Link Section */

    /* Link List Header Actions */

    /* Sidebar Widgets */
    
    [class*="sidebar-"] .card {
        margin-bottom: 16px;
    }

    /* Dashboard Grid */

    /* Charts */

    /* QR Code Preview */

    /* Settings Pages */

    /* Tab Navigation */

    /* Badge Adjustments */
    .badge {
        font-size: 11px !important;
        padding: 8px 8px !important;
    }

    /* Icon Buttons */

    /* Search Input */
}

/* Tablet range (576px-768px) consolidated into mobile (<768px) and desktop (>=768px) */

/* ========================================
   Large Tablet / Small Desktop (768px to 991px)
   ======================================== */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Three-column grid for collections */

    /* Stats cards in rows of 2 */

    /* Content padding */

    /* Card spacing */
    .card {
        margin-bottom: 20px !important;
    }
}

/* ========================================
   Global Mobile Optimizations (all mobile devices)
   ======================================== */
@media (max-width: 767.98px) {
    /* Touch-friendly tap targets */
    a, button, .btn, .nav-link, .dropdown-item {
        min-height: 22px;
        display: inline-flex;
        align-items: center;
    }

    /* Larger text for readability */
    body {
        font-size: 15px !important;
        line-height: 1.6;
    }

    /* Hide desktop-only elements */

    /* Full-width containers */
    .container,
    .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Header improvements - STICKY ON MOBILE */

    /* Dark mode support for sticky header */

    /* Mobile Logo in Header */

    /* Hide mobile logo when offcanvas sidebar is open */

    /* Footer - Compact with middle dots */

    /* Add middle dot separator between links */

    /* Sidebar adjustments on mobile - adapt to content */

    /* Offcanvas sidebar shadow when shown */

    /* Content margins on mobile */

    /* Improve scrolling - allow vertical, prevent horizontal */
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
        min-height: 100vh;
    }

    /* Better select2 on mobile */

    /* Improve form spacing */
    .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .row > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    /* ====== STATS PAGE SPECIFIC ====== */
    /* URL display - keep arrow with destination */

    /* Stats page header positioning */
    .fila-page-header {
        position: relative !important;
    }

    .fila-page-header .row {
        position: relative !important;
    }

    /* Stats page 3-dot menu - positioned top-right */

    /* Tabs - horizontal scroll only (hide scrollbar) */

    /* Stats tab container - stack vertically on mobile */

    /* Date picker below tabs on mobile */

    /* Stats tabs container - stack date picker and tabs vertically */
    .d-flex.align-items-center.mb-4.flex-wrap:has(.fila-tabs) {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .d-flex.align-items-center.mb-4.flex-wrap:has(.fila-tabs) > div.ms-auto {
        order: 1 !important;
        margin-left: 0 !important;
        margin-bottom: 1rem !important;
        width: 100% !important;
    }

    .d-flex.align-items-center.mb-4.flex-wrap:has(.fila-tabs) > div.ms-auto .form-control {
        width: 100% !important;
    }

    /* Stats cards - ensure 50/50 */
}

/* ========================================
   Landscape Mobile Phones
   ======================================== */

/* ========================================
   Mobile Sidebar Scroll Lock
   Prevents background page scrolling when
   the mobile sidebar (offcanvas) is open
   ======================================== */
@media (max-width: 767.98px) {
    /* Lock body scroll when offcanvas sidebar is shown */
    /* Using overflow:hidden only - position:fixed breaks touch scroll in sidebar */
    
    body:has(.offcanvas.show) {
        overflow: hidden !important;
    }

    /* Ensure sidebar is scrollable with touch support */

    /* Ensure the nav inside sidebar can scroll and fills available space */

    /* Prevent sidebar brand from shrinking */

    /* Prevent scroll bleed through the backdrop */
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    
    .btn,
    .pagination {
        display: none !important;
    }
}

/* ========================================
   Link Edit Page - Sticky Sidebar
   ======================================== */

/* Hide bottom update button on mobile */

/* Desktop only - sticky sidebar for edit page */
@media (min-width: 768px) {
    /* Override the max-width: 1200px media query that sets position: static */

    /* Show and style the centered Update Link button below sticky cards */
}

/* ========================================
   Success Modal Enhancements
   ======================================== */

/* QR Code Section */

/* Input Group */

/* Quick Actions */

/* Share Section */

/* Modal Footer */

/* Responsive Design */

/* ========================================
   Upgrade Modal Styles
   ======================================== */

/* Enhanced info box for upgrade modal */

/* Upgrade modal responsive */

/* ========================================
   Delete Confirmation Modal Styles
   ======================================== */

/* Delete modal responsive */

/* Dark mode support for delete modal */

/* ================================
   Link Creation Loading Indicator
   ================================ */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Green spinner animation */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Ensure the shortener card has relative positioning for absolute loading indicator */

/* Responsive adjustments */

/* ========================================
   Browser Extension Guide Styles
   ======================================== */

/* Extension guide container */

/* Guide section */

/* Guide header with number */

/* Guide content */

/* Method sections */

/* Pro tips section - uses standard Bootstrap alerts */

/* Responsive adjustments */

/* ========================================
   Mobile App Page - Notification Card
   ======================================== */

@keyframes bellRing {
    0%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
}

/* Dark mode support for mobile app notification card */

/* Responsive adjustments for mobile app notification card */

/* ========================================
   Import Page Step Numbers
   ======================================== */

/* ========================================
   Card Styles (matching pixels page)
   ======================================== */

/* ========================================
   User Dashboard Stats - Mobile Styles
   ======================================== */

/* Mobile-specific styles for Recent Click Activity visitor items */
@media (max-width: 767.98px) {
    /* Stack visitor items vertically on mobile */

    /* Make each visitor item display with icon on top of text */

    /* Ensure images and icons are properly sized and centered */

    /* Ensure links maintain proper styling */

    /* Alternative layout: Horizontal scroll for visitor items */

    /* Hide scrollbar for cleaner look */
}

/* ========================================
   CRITICAL DROPDOWN POSITIONING FIX
   ======================================== */

/* This rule allows dropdown menus within link and collection items
   to overflow their parent containers, fixing positioning issues on mobile. */

/* Hide mobile-only elements on desktop */

/* Recent Activity Pagination - Match Links Pagination */

/* Hide the "Showing X-Y of Z entries" text */

/* Search Results Heading Styling */

.my-4:has(> h4.fw-bold) {
    margin: 0 0 6px 0 !important;
    padding: 12px 24px;
    background: var(--fila-gray-50);
    border-top: 1px solid var(--fila-gray-200);
    border-radius: 0 0 6px 6px;
}


.my-4 h4.fw-bold {
    color: var(--fila-gray-700);
    font-size: 15px !important;
}

@media (max-width: 767.98px) {
    
    .my-4:has(> h4.fw-bold) {
        text-align: center;
        padding: 12px 16px;
    }
}

/* =====================================================
   MOBILE OPTIMIZED CENTER MODAL (#successModal)
   ===================================================== */
@media (max-width: 767.98px) {

    /* 1. Center Positioning & Spacing */

    /* 2. HIDE Desktop Sections on Mobile */

    /* Hide the large desktop QR code section */

    /* Hide the Quick Actions section */

    /* Link Section takes full width */

    /* Mobile: Reflow Input Group to Stack Vertically */

    /* Copy Button: Full Width & Match Desktop Style */

    /* Copy Button Success Animation */

    @keyframes copySuccessPulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1.02);
        }
    }

    /* 3. Mobile-Only QR Download Section */

    /* 4. Visual Cleanup */

    /* Smaller icon on mobile */

    /* Smaller title font on mobile */

    /* Make the Copy button look actionable */

    /* Ensure "Short Link" label is visible */

    /* Destination URL styling (↳ bmw.com ✎ Edit) */

    /* Hide the main Copy button on mobile (we have one in mobile-action-buttons) */

    /* Vertical layout: URL on top, Edit button below */

    /* Mobile action buttons container (Copy + Edit side by side) */

    /* Copy button style */

    /* Edit button style */

    /* View Stats button style (outlined gray) */
}

/* =====================================================
   MOBILE STAT ITEMS ALIGNMENT
   ===================================================== */
@media (max-width: 767.98px) {
    /* Keep stats aligned left next to date */

    /* Keep click stat inline with date */

    /* Truncate link title to 2 lines - use wrapper h4 for truncation, not the <a> itself */

    /* Keep the link inside title as inline so clickable area = text only */

    /* Fix URL input padding to prevent text going under clear & paste icons */

    /* Pagination - Simple centered layout */
    .pagination {
        justify-content: center;
    }
}

/* ============================================
   SELECT2 MODALS - FIX FOR MOBILE & Z-INDEX
   ============================================ */

/* Fix Select2 (Dropdowns) - below Bootstrap Modals (1050) */

/* Color Badge in Dropdown */

/* Fix Select2 Chips Spacing */

/* The "x" button on the chip */

/* The input cursor - keep it aligned */

/* Mobile Specific Fixes for Modals */
@media (max-width: 767.98px) {
    .modal-dialog {
        margin: 0.5rem;
    }
}

/* ============================================
   CUSTOM MULTI-SELECT UI (No Select2)
   ============================================ */

/* Custom Multi-Select UI */

/* ============================================
   MERGED CHIP-DROPDOWN COMPONENT
   A fusion of chip container and dropdown trigger
   ============================================ */

/* Chips inside the merged component */

/* Dark mode support */

/* Scrollable Dropdown */

/* Mobile Bottom Sheet Styles */
@media (max-width: 767.98px) {

    /* Handle bar at top - when not using JS handle */

    /* Hide pseudo-element when JS handle is added */

    /* JS Handle bar element */

    /* Make dropdown items larger for touch */

    /* Dropdown headers */

    /* ========================================
       Fila Bottom Sheet (Mobile)
       Reusable component for mobile select dropdowns
       ======================================== */

    /* Bottom sheet list items */

    /* Mobile select trigger button */

    /* Hide native select on mobile when using bottom sheet */
}

/* Shortener Form Dropdown - Same as custom */

/* Create New Collection Button in Dropdown */

/* ========================================
   Modern Notifications (Solid Color Toast)
   ======================================== */

/* The Flex Layout */

/* Icon Styling - simple white icon */

/* Content Text - white on colored background */

/* Close Button - white */

/* Type Variations - Solid Colors */

/* Progress Bar */

/* Mobile Specific Optimization */
@media (max-width: 767.98px) {

    /* Center close button vertically on mobile */
}

/* Dark Mode - same solid colors work well */

/* ========================================
   Badge "+X More" Counter Styling
   ======================================== */

/* Fix Tooltip Z-Index */
.tooltip {
    z-index: 1000000 !important; /* Ensure it sits on top of everything */
}

/* Make badges interactable */

/* Style for the "+X" counter badge */

/* Mobile Specific Tweak: Ensure tooltips work on tap */
@media (max-width: 767.98px) {

    /* Mobile: Hide badges 2 and 3 (show only first badge) */

    /* Hide their parent <a> tags too to prevent whitespace gaps */
    a:has(.fila-badge-1),
    a:has(.fila-badge-2) {
        display: none !important;
    }

    /* Mobile: Show mobile "+X" badge, hide desktop one */

    /* Remove bottom margin from shortener on mobile */

    /* Remove top padding from shortener card on mobile */

    /* ADVANCED OPTIONS - MOBILE FORM STYLING */

    /* Option groups spacing */

    /* Labels */

    /* Info icons on mobile - only target tooltip icons */

    /* Show info icon on mobile, hide desktop notice */

    /* Advanced Options heading - match shortener heading size */

    /* Options grid - remove gaps on mobile */

    /* Advanced options - reduce top margin on mobile */

    /* Show mobile submit button at bottom */

    /* MOBILE BOTTOM SHEET (App-Like Drawer) */

    /* When dropdown is open */

    /* Scrollable content inside sheet */

    /* Handle bar to look like a drawer */

    /* Make items larger for touch */

}

/* Desktop: Show all badges, hide mobile "+X" */
@media (min-width: 768px) {

    /* Desktop: Normal dropdown positioning (override any mobile styles) */

    /* Hide handle bar on desktop */

    /* Show info notice on desktop, hide icon */

    /* Hide the inline usage info icon on desktop - use the standalone one */

    /* Advanced Options heading - consistent size on desktop too */

    /* Hide mobile submit button on desktop */
}


/* ========================================
   Info Modal Styles (UTM Parameters, Deep Links, etc.)
   ======================================== */

/* ========================================
   UTM Parameters Preview
   ======================================== */

/* Parameter name input with datalist */

/* =====================================================
   QR CODE CREATE PAGE - Modern Redesign
   ===================================================== */

/* Desktop: Tabs */

/* Desktop: Icon Grid */

/* Fixed Preview Panel on Desktop */
@media (min-width: 768px) {

    /* Compact QR preview image */

    /* Compact section padding */
}

/* QR Form Sections */

@keyframes qrFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* QR Page Mobile Responsive */
@media (max-width: 767.98px) {

    /* Smaller tabs on mobile */

    /* Smaller icon cards on mobile - 4 columns */

    /* Consistent spacing for form groups on mobile */

    /* Round input field corners on mobile */

    /* 12px margin between sections on mobile */
}

/* Dark mode support */

/* QR Color Picker - Modern Design */

/* Hide Spectrum color picker if it gets auto-initialized */

/* QR Logo Selection Grid */

/* Fila Segmented Control (for logo size, etc.) */

/* Dark mode support */

/* Dark mode for color picker */

/* Optional color picker label styling */

/* Optional color picker (Eye Frame/Eye Color) */

/* QR Download Group */

/* Dark mode */

/* ========================================
   QR Color Mode Toggle (Single/Gradient)
   ======================================== */

/* Dark mode */

/* ========================================
   QR Style Options (Matrix, Eye Frame, Eye Style)
   ======================================== */

[data-toggle="buttons"] .btn {
    transition: all 0.15s ease;
    border-color: var(--fila-gray-300, #d1d5db) !important;
}


[data-toggle="buttons"] .btn:hover {
    border-color: var(--fila-primary, #3b82f6) !important;
    background: var(--fila-gray-50, #f9fafb) !important;
}

/* Selected state - when radio is checked */

[data-toggle="buttons"] .btn:has(input:checked) {
    border-color: var(--fila-primary, #3b82f6) !important;
    background: rgba(59, 130, 246, 0.1) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* Dark mode */

/* ========================================
   Fila Date Range Picker Button Styles
   Used in statistics pages for date filtering
   ======================================== */

/* Dark mode for date range picker */

/* Responsive date range picker */
@media (max-width: 767.98px) {

    /* When used in flex container with tabs */
}

/* ========================================
   Analytics Cards - Shared Styles
   (Used by both user/stats.php and stats/index.php)
   ======================================== */

/* Analytics container */

/* Analytics row - two cards side by side */

/* Analytics card base */

/* Card header */

/* Card body */

/* Chart body - fixed height for charts */

/* Map body */

/* Map container */

/* Map zoom buttons */

/* Visitor Map Card - no padding, no top corners for seamless header-to-map */

/* Data lists */

/* Hover effect for list items */

/* Stat item row with progress bar */

/* City toggle button for countries */

/* Country item needs column layout for accordion */

/* City accordion */

/* City row */

/* Loading and empty states for city accordion */

/* Empty states */

/* Loading spinner */

/* Loading overlay - shows spinner on top of content without replacing it */

/* Smaller spinner variant for compact containers */

/* Dark mode support for loading overlay */

@keyframes fila-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Chart wrapper */

/* Thin, light scrollbars for card bodies */

/* Responsive - Analytics cards */

/* Dark mode - Analytics cards */

/* Dark mode form checkboxes and switches */

/* ========================================
   Floating Feedback Widget
   ======================================== */

/* Feedback Tab Button - Right Side */

/* Only apply hover effects on devices with mouse (prevents mobile touch glitches) */

/* Minimized state - shows just 3px peek */

/* On peek state, show the full tab */

/* On hover when minimized - only for devices with mouse */

/* Force hidden state - prevents hover from showing tab after clicking hide */

/* Hide the close button when minimized (until peeked/hovered) */

/* Feedback Panel */

/* Create invisible 48x48px touch target around close button */

/* Only apply hover effects on devices with mouse */

/* Success State */

/* Hide Feedback Button - Small X */

/* Only apply hover effects on devices with mouse */

/* Overlay */

/* Mobile Responsive */
@media (max-width: 767.98px) {

    /* Larger invisible touch target for minimized tab on mobile */

    /* Larger close button on mobile for easier tapping */
}

/* Dark Mode */

/* Dark Mode - .dark-mode class */

/* =====================================================
   FOOTER STYLES - Main Landing Page Footer
   ===================================================== */

#footer-main {
    background-color: var(--fila-gray-50, #f8fafc);
    border-top: 1px solid var(--fila-gray-200, #e2e8f0);
}

/* Footer Headings */
.footer-heading {
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--fila-gray-800, #1e293b);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--bs-primary, #f87171);
    display: inline-block;
}

/* Footer Links List */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.625rem;
}

.footer-links li a {
    color: var(--fila-gray-600, #475569);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: var(--bs-primary, #f87171);
    padding-left: 4px;
}

/* Footer Partner Badge */

/* Footer Social Links */
.footer-social-links {
    display: flex;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--fila-gray-200, #e2e8f0);
    color: var(--fila-gray-600, #475569);
    font-size: 1rem;
    transition: all 0.2s ease;
}

.footer-social-icon:hover {
    background: var(--bs-primary, #f87171);
    border-color: var(--bs-primary, #f87171);
    color: #fff;
    transform: translateY(-2px);
}

/* Footer Company Info */
.footer-company-info {
    font-size: 0.9375rem;
    line-height: 1.6;
}

.footer-company-info p {
    margin: 0;
}

/* Footer Bottom Bar */
.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--fila-gray-200, #e2e8f0);
}

.footer-bottom-links {
    gap: 0;
}

.footer-bottom-links .nav-link {
    color: var(--fila-gray-600, #475569);
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    transition: color 0.2s ease;
}

.footer-bottom-links .nav-link:hover {
    color: var(--bs-primary, #f87171);
}

/* Coming Soon Badge */
.footer-links .badge.bg-warning {
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 0.25rem;
}

/* Dark Mode Footer Styles */

/* Responsive Footer Styles */
@media (max-width: 767.98px) {
    .footer-heading {
        margin-bottom: 0.75rem;
    }

    .footer-links li {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    #footer-main {
        text-align: center;
    }

    .footer-heading {
        display: inline-block;
        border-bottom: 2px solid var(--bs-primary, #f87171);
        padding-bottom: 0.5rem;
    }

    .footer-social-links {
        justify-content: center;
    }

    .footer-company-info {
        text-align: left;
    }

    .footer-company-info p strong,
    .footer-company-info p {
        text-align: left;
    }

    .footer-bottom {
        margin-top: 2rem;
        padding-top: 1rem;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .footer-bottom-links .nav-link {
        padding: 0.5rem;
    }
}

/* ========================================
   Danger Icon Button (Reset Stats)
   ======================================== */

/* ========================================
   Icon Wall - Landing Page App Icons Grid
   ======================================== */

/* Responsive adjustments for icon wall */

/* ========================================
   Checkout Page - Stripe Input Matching
   ======================================== */

/* ========================================
   Checkout Page Mobile Optimizations
   ======================================== */
@media (max-width: 767.98px) {
    /* 1. Mobile Header - Compact single row */

    /* Hide headline section on mobile - replaced by compact header */
    
    .text-center.mb-4:has(.checkout-headline) {
        display: none !important;
    }

    /* Fallback for browsers without :has() support */

    /* Reduce top section padding */
    .bg-light.py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .text-center.mb-4 {
        margin-bottom: 0.75rem !important;
    }

    /* 2. Tighten Price Card */

    /* Combine USD and Tax incl. on same line */

    /* Blue card wrapper - tighter */
    .card.border-0.mb-3[style*="linear-gradient"] {
        margin-bottom: 0.75rem !important;
    }

    .card.border-0.mb-3[style*="linear-gradient"] .card-body {
        padding: 0.75rem !important;
    }

    /* 3. Consolidate Value Props - Tighter spacing */

    /* 4. Streamline Payment Section */
    .card.border-0.shadow-sm.mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .card.border-0.shadow-sm.mb-2 .card-body {
        padding: 0.75rem !important;
    }

    /* PayPal option button - smaller */

    /* 5. Form Field Tweaks (scoped to checkout) */
    /* Stripe form labels - smaller */

    /* Reduce gaps between form rows in checkout */

    /* Payment method header */

    /* Submit button area */

    /* Stripe Elements container - tighter */

    /* "Enter card details" header row */

    /* 6. Hide input icons on mobile to give more space for text */

    /* Hide bottom-right Stripe badge on mobile (shown inline with Card Number label instead) */

    /* Card Number label row on mobile - label has its own margin */

    /* Remove left padding since icons are hidden */

    /* Accepted cards icons - smaller on mobile */

    /* Secure payment image - reduce top margin */
}

/* ========================================
   Desktop Layout - Prevent Horizontal Scroll
   Fix for stats page and other pages with sidebar
   ======================================== */
@media (min-width: 768px) {
    /* Constrain main content width when sidebar is visible */

    /* When sidebar is collapsed */
}

/* ========================================
   COMPREHENSIVE DARK MODE STYLES
   Using .dark-mode class (set by JavaScript)
   ======================================== */

/* Dark Mode CSS Custom Properties Override */

/* Base Body and Wrapper */

/* Sidebar */

/* Mobile Sidebar (Offcanvas) */

/* Header */

/* Search Input */

/* Content Area */

/* Footer */

/* Cards */

/* Dropdowns */

/* Modals */

/* Tables */

/* Buttons - Default */

/* Buttons - Outline */

/* Buttons - Light */

/* Fila Buttons */

/* Link Items */

/* Badges */

/* Borders */

/* Backgrounds */

/* Text Colors */

/* Form Labels */

/* Input Groups */

/* Placeholders */

/* Select2 */

/* Pagination */

/* List Groups */

/* Alerts */

/* Nav Tabs */

/* Progress Bars */

/* Tooltips */

/* Code and Pre */

/* Horizontal Rules */

/* Close Buttons */

/* Charts and Maps */

/* Date Range Picker */

/* Filter Dropdowns */

/* URL Input */

/* Stats Cards */

/* Empty States */

/* Upgrade Button */

/* Accordion */

/* Offcanvas */

/* Popover */

/* Breadcrumb */

/* Toasts / Notifications */

/* Spinners and Loading States */

/* Collection Cards */

/* Billing/Subscription Cards */

/* Note/Text Editor */

/* Scrollbar Styling */

/* Checkbox and Radio Custom Styling */

/* Switch Toggle */

/* Range Input */

/* File Input */

/* Color Picker */

/* Icon Picker */

/* Font Selector */

/* Autocomplete */

/* Bootstrap Tags Input */

/* Data Tables */

/* Specific Dashboard Elements */

/* Action Bars */

/* Quick Actions Panel */

/* Settings Forms */

/* Profile Card */

/* QR Code Container */

/* Help Text and Hints */

/* Dividers and Separators */

/* Skeleton Loading */

/* No Results State */

/* Shadow Adjustments for Dark Mode */

/* Ensure Link Colors */

/* Ensure Primary Color Links Don't Change */

/* Mobile-specific Dark Mode Fixes */

/* ========================================
   Tools Pages - Browser Extension & Mobile App
   ======================================== */

/* Hero Section */

/* Hero Visual - Browser Mockup */

/* Hero Visual - Phone Mockup */

/* App Store Buttons */

/* Features Section */

/* How To Section */

/* Tips Section */

/* Meantime Section (Mobile App) */

/* Notify Section */

/* Dark Mode for Tools Pages */

/* Phone Mockup V2 - More Realistic Design */

/* Responsive for Tools Pages */

/* Pixels Page - Selected Count */

/* ========================================
   Admin Statistics Tab Icons
   ======================================== */

/* Ensure icons are visible on active/hover states */

/* Quick stat cards in admin statistics */

/* ========================================
   Inline Title Editing
   ======================================== */

/* Title wrapper for positioning edit button */

/* Edit button (pencil icon) - hidden by default, shows on hover */

/* Show edit button on link item hover (desktop only) */

/* Inline edit container */

/* Save and Cancel buttons */

/* Spinner for loading state */

/* Dark mode styles */

/* Tooltip icon for Display Title field */

/* Mobile adjustments */

/* ========================================
   Scrollable Activity Container & Load More
   Used for Recent Clicks in Dashboard, Stats, and Collections
   ======================================== */

/* Scrollable container for activity items */

/* Taller scrollable container for dashboard (fills available space) */

/* Custom scrollbar styling */

/* Load More Footer (outside scrollable - legacy) */

/* Load More Inline (inside scrollable - appears at bottom of list) */

/* Load More Button */

/* Dark mode support */

/* Scrollable container for stats pages (Recent Clicks) */

/* Mobile adjustments for scrollable areas */
@media (max-width: 767.98px) {

    /* Keep dashboard activity taller on mobile too */
}

/* === Bento Design (purged) === */
/* ============================================
   NEW BENTO DESIGN SYSTEM
   Award-Winning Premium Landing Page Styles
   ============================================

   This CSS file contains the complete design system
   for the new premium landing pages (index-3 style).

   Prefix Convention:
   - lp2-*  : Base design system classes
   - lp3-*  : Index-3 specific enhancements

   Sections:
   1. CSS Variables (Design Tokens)
   2. Typography
   3. Buttons
   4. Hero Section
   5. Problem/Comparison Section
   6. Use Cases Section
   7. Features Bento Grid
   8. Testimonials/Social Proof
   9. FAQ Section
   10. Final CTA Section
   11. Utility Components
   12. Responsive Breakpoints

   ============================================ */

/* ============================================
   1. CSS VARIABLES (DESIGN TOKENS)
   ============================================ */
:root {
    /* Primary Colors */
    --lp2-primary: #0066FF;
    --lp2-primary-dark: #0052CC;
    --lp2-accent: #FFB800;
    --lp2-success: #00C853;
    --lp2-danger: #FF3B5C;

    /* Dark Theme Colors */
    --lp2-dark: #0A0F1C;
    --lp2-darker: #060912;
    --lp2-gray-900: #1A1F2E;
    --lp2-gray-800: #252B3B;
    --lp2-gray-600: #6B7280;
    --lp2-gray-400: #9CA3AF;
    --lp2-gray-300: #D1D5DB;
    --lp2-gray-200: #E5E7EB;
    --lp2-gray-100: #F3F4F6;
    --lp2-white: #F5F5F5;

    /* Gradients */
    --lp2-gradient-hero: linear-gradient(135deg, #0A0F1C 0%, #1A1F2E 50%, #0A0F1C 100%);
    --lp2-gradient-glow: linear-gradient(135deg, #0066FF 0%, #00C2FF 100%);

    /* Typography */
    --lp2-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Border Radius */
    --lp2-radius: 16px;
    --lp2-radius-lg: 24px;
    --lp2-radius-full: 9999px;

    /* Shadows */
    --lp2-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --lp2-shadow-lg: 0 25px 50px -12px rgba(0,0,0,0.25);

    /* Transitions */
    --lp2-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   2. TYPOGRAPHY
   ============================================ */
.lp2-display {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--lp2-white);
    margin: 0 0 1.5rem;
}

.lp2-line {
    display: block;
}

.lp2-highlight {
    background: var(--lp2-gradient-glow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp2-section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--lp2-dark);
    margin: 0 0 1rem;
}

.lp2-title-left {
    text-align: left;
}

.lp2-section-sub {
    font-size: 1.125rem;
    color: var(--lp2-gray-600);
    max-width: 600px;
    margin: 0 auto;
}

.lp2-overline {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--lp2-primary);
    background: rgba(0, 102, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: var(--lp2-radius-full);
    margin-bottom: 1rem;
}

.lp2-section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.lp2-intro-light .lp2-section-title {
    color: var(--lp2-white);
}

.lp2-intro-light .lp2-overline {
    background: rgba(255, 255, 255, 0.1);
    color: var(--lp2-accent);
}

.lp2-text-danger {
    color: var(--lp2-danger);
}

/* ============================================
   3. BUTTONS
   ============================================ */

/* Premium Glow Button */
.lp2-btn-glow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: var(--lp2-gradient-glow);
    border: none;
    border-radius: var(--lp2-radius-full);
    font-size: 1rem;
    font-weight: 600;
    color: var(--lp2-white);
    cursor: pointer;
    transition: var(--lp2-transition);
    overflow: hidden;
}

.lp2-btn-glow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
    opacity: 0;
    transition: var(--lp2-transition);
}

.lp2-btn-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -10px rgba(0, 102, 255, 0.5);
}

.lp2-btn-glow:hover::before {
    opacity: 1;
}

.lp2-btn-large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
}

.lp2-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: var(--lp2-transition);
}

.lp2-btn-glow:hover .lp2-btn-icon {
    transform: translateX(4px);
}

/* Link Arrow Style */
.lp2-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--lp2-primary);
    font-weight: 600;
    text-decoration: none;
    transition: var(--lp2-transition);
}

.lp2-link-arrow:hover {
    gap: 0.75rem;
}

/* ============================================
   4. HERO SECTION
   ============================================ */
.lp2-hero {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    padding: 80px 0 80px;
    background: var(--lp2-dark);
    overflow: hidden;
}

.lp2-hero-gradient {
    position: absolute;
    inset: 0;
    background: var(--lp2-gradient-hero);
}

.lp2-hero-mesh {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(at 20% 30%, rgba(0, 102, 255, 0.15) 0%, transparent 50%),
        radial-gradient(at 80% 70%, rgba(0, 194, 255, 0.1) 0%, transparent 50%);
}

.lp2-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
    animation: lp2-pulse 8s ease-in-out infinite;
}

.lp2-glow-1 {
    width: 600px;
    height: 600px;
    background: var(--lp2-primary);
    top: -200px;
    right: -100px;
    animation-delay: 0s;
}

.lp2-glow-2 {
    width: 400px;
    height: 400px;
    background: #00C2FF;
    bottom: -100px;
    left: -50px;
    animation-delay: -3s;
}

.lp2-glow-3 {
    width: 300px;
    height: 300px;
    background: var(--lp2-accent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    animation-delay: -5s;
}

@keyframes lp2-pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
}

/* Hero Particles - floating dots animation */
.lp2-hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.lp2-hero-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--lp2-white);
    border-radius: 50%;
    opacity: 0.3;
    animation: lp2-float 10s ease-in-out infinite;
}

.lp2-hero-particles span:nth-child(1) { left: 5%; top: 15%; animation-delay: 0s; }
.lp2-hero-particles span:nth-child(2) { left: 15%; top: 70%; animation-delay: -2s; }
.lp2-hero-particles span:nth-child(3) { left: 35%; top: 25%; animation-delay: -4s; }
.lp2-hero-particles span:nth-child(4) { left: 55%; top: 80%; animation-delay: -6s; }
.lp2-hero-particles span:nth-child(5) { left: 75%; top: 35%; animation-delay: -8s; }
.lp2-hero-particles span:nth-child(6) { left: 85%; top: 65%; animation-delay: -1s; }
.lp2-hero-particles span:nth-child(7) { left: 95%; top: 20%; animation-delay: -3s; }

.lp2-floating-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: var(--lp2-radius-full);
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: var(--lp2-gray-400);
}

.lp2-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--lp2-success);
    border-radius: 50%;
    animation: lp2-blink 2s ease-in-out infinite;
}

@keyframes lp2-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.lp2-hero-content {
    text-align: center;
    margin-bottom: 3rem;
}

.lp2-hero-lead {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--lp2-gray-400);
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.lp2-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.lp2-hero-meta {
    display: flex;
    gap: 1.5rem;
}

.lp2-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--lp2-gray-400);
}

.lp2-meta-item i {
    color: var(--lp2-success);
}

/* Hero Trust Badge (index-3 specific) */
.lp3-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    /* margin-top: 1rem; */
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--lp2-radius-full);
}

.lp3-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--lp2-gray-400);
}

.lp3-trust-item i {
    color: var(--lp2-success);
}

.lp3-trust-item img {
    height: 18px;
    border-radius: 4px;
}

.lp3-trust-divider {
    color: rgba(255, 255, 255, 0.2);
}

/* ============================================
   HERO URL INPUT FORM (index-3 specific)
   ============================================ */
.lp3-url-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.lp3-url-form {
    width: 100%;
}

.lp3-url-input-group {
    display: flex;
    align-items: stretch;
    background: var(--lp2-white);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--lp2-radius-full);
    overflow: hidden;
    transition: var(--lp2-transition);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.lp3-url-input-group:hover {
    border-color: rgba(0, 200, 255, 0.4);
    box-shadow: 0 4px 28px rgba(0, 200, 255, 0.15);
}

.lp3-url-input-group:focus-within {
    border-color: rgba(0, 200, 255, 0.8);
    box-shadow: 0 0 0 4px rgba(0, 200, 255, 0.25), 0 4px 32px rgba(0, 200, 255, 0.2);
}

.lp3-url-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 1.25rem;
    color: #374151 !important;
    font-size: 1rem;
    background: transparent;
}

.lp3-url-input,
#hero-url-input {
    flex: 1;
    min-width: 0;
    padding: 1rem 1rem;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 1rem;
    font-family: var(--lp2-font);
    color: #1f2937;
}

.lp3-url-input::placeholder {
    color: #6b7280;
    opacity: 1;
}

.lp3-url-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    margin: 0.35rem;
    background: var(--lp2-gradient-glow);
    border: none;
    border-radius: var(--lp2-radius-full);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--lp2-white);
    cursor: pointer;
    transition: var(--lp2-transition);
    white-space: nowrap;
}

.lp3-url-submit:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px -5px rgba(0, 102, 255, 0.4);
}

.lp3-url-submit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 0.75rem;
}

/* URL Input Wrapper - for positioning paste button */
.lp3-url-input-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
}

.lp3-url-input-wrapper .lp3-url-input {
    padding-right: 48px;
}

/* Paste Button */
.lp3-btn-paste {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: none;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    z-index: 2;
}

.lp3-btn-paste:hover {
    background: rgba(0, 102, 255, 0.1);
    color: var(--lp2-primary);
}

.lp3-btn-paste:active {
    transform: translateY(-50%) scale(0.95);
}

.lp3-btn-paste .material-symbols-outlined {
    font-size: 24px;
}

/* Mobile responsive for URL form */
@media (max-width: 767.98px) {
    .lp3-url-input-group {
        flex-direction: column;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        gap: 1rem;
        overflow: visible;
    }

    .lp3-url-input-group:hover,
    .lp3-url-input-group:focus-within {
        border-color: transparent !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .lp3-url-icon {
        display: inline-flex;
        position: absolute;
        left: 1rem;
        top: calc(1.25rem + 0.75rem);
        transform: translateY(-50%);
        padding: 0;
        z-index: 1;
    }

    .lp3-url-input-group {
        position: relative;
    }

    .lp3-url-input-wrapper {
        width: 100%;
        position: relative;
    }

    .lp3-url-input,
    #hero-url-input {
        padding: 1rem 3rem 1rem 2.75rem;
        text-align: left;
        font-size: 1rem;
        background: var(--lp2-white) !important;
        border: 2px solid rgba(0, 0, 0, 0.1) !important;
        border-radius: 50px !important;
        color: #1f2937;
        width: 100%;
    }

    .lp3-btn-paste {
        right: 24px;
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .lp3-btn-paste .material-symbols-outlined {
        font-size: 18px;
    }

    .lp3-url-input:focus,
    #hero-url-input:focus {
        border-color: rgba(0, 200, 255, 0.8) !important;
        background: var(--lp2-white) !important;
        outline: none !important;
        box-shadow: 0 0 0 4px rgba(0, 200, 255, 0.25) !important;
    }

    .lp3-url-submit {
        margin: 0;
        padding: 1.25rem 2rem;
        justify-content: center;
        width: 100%;
        font-size: 1rem;
        border-radius: 50px;
    }

    .lp3-url-submit-text {
        flex: 1;
        text-align: center;
    }

    .lp2-hero-meta {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.25rem 0.75rem;
    }
}

/* Advanced Options Toggle */
.lp3-advanced-toggle-wrapper {
    text-align: center;
    margin-top: 0.75rem;
}

.lp3-advanced-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--lp2-gray-400);
    text-decoration: none;
    transition: var(--lp2-transition);
    cursor: pointer;
}

.lp3-advanced-toggle:hover {
    color: var(--lp2-white);
}

.lp3-advanced-toggle i {
    font-size: 0.75rem;
}

.lp3-toggle-hide {
    display: none;
}

.lp3-advanced-toggle[aria-expanded="true"] .lp3-toggle-show {
    display: none;
}

.lp3-advanced-toggle[aria-expanded="true"] .lp3-toggle-hide {
    display: inline;
}

/* Advanced Options Panel */
.lp3-advanced-panel {
    margin-top: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--lp2-radius);
}

.lp3-advanced-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lp3-advanced-field label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.lp3-advanced-field label small {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--lp2-gray-400);
    letter-spacing: 0.05em;
}

.lp3-advanced-field label i {
    font-size: 0.7rem;
    color: var(--lp2-gray-600);
    cursor: help;
}

.lp3-advanced-select,
.lp3-advanced-input {
    width: 100%;
    padding: 0.625rem 0.875rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--lp2-white);
    transition: var(--lp2-transition);
}

.lp3-advanced-select:focus,
.lp3-advanced-input:focus {
    outline: none;
    border-color: var(--lp2-primary);
    background: rgba(255, 255, 255, 0.1);
}

.lp3-advanced-select option {
    background: var(--lp2-dark);
    color: var(--lp2-white);
}

.lp3-advanced-input::placeholder {
    color: var(--lp2-gray-600);
}

/* Premium Features Grid */
.lp3-premium-features {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
}

.lp3-premium-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--lp2-gray-400);
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.lp3-premium-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

.lp3-premium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-size: 0.75rem;
    color: var(--lp2-gray-400);
    text-decoration: none;
    transition: var(--lp2-transition);
    cursor: pointer;
    white-space: nowrap;
}

.lp3-premium-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--lp2-primary);
    color: var(--lp2-white);
}

.lp3-premium-btn i {
    font-size: 0.7rem;
}

/* Mobile Advanced Options */
@media (max-width: 767.98px) {
    .lp3-advanced-row {
        grid-template-columns: 1fr;
    }

    .lp3-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp3-advanced-panel {
        padding: 1rem;
    }
}

/* App Carousel Animation (index-3 specific) */
.lp3-app-carousel {
    margin-top: 3rem;
    text-align: center;
}

.lp3-app-carousel-label {
    font-size: 0.875rem;
    color: var(--lp2-gray-400);
    /* margin-bottom: 1.5rem; */
}

.lp3-app-track-wrapper {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.lp3-app-track {
    display: flex;
    gap: 1.5rem;
    animation: lp3-scroll 30s linear infinite;
    width: max-content;
}

.lp3-app-icon {
    width: 56px;
    height: 56px;
    background: var(--lp2-white);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.lp3-app-icon:hover {
    transform: scale(1.1);
}

.lp3-app-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
}

@keyframes lp3-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 0.75rem));
    }
}

/* Interactive Scrollable Carousel */
.lp3-carousel-interactive {
    margin-top: 2rem;
}

.lp3-carousel-interactive .lp3-app-carousel-label {
    text-align: center;
    margin-bottom: 0.75rem;
}

.lp3-scrollable {
    cursor: grab;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.lp3-scrollable::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.lp3-scrollable:active {
    cursor: grabbing;
}

/* Pause animation on hover for interactive carousels */
.lp3-carousel-interactive .lp3-app-track-wrapper:hover .lp3-app-track,
.lp3-carousel-interactive .lp3-app-track.paused {
    animation-play-state: paused;
}

/* Make clickable icons look clickable */
.lp3-app-icon {
    text-decoration: none;
    color: inherit;
}

a.lp3-app-icon {
    cursor: pointer;
}

a.lp3-app-icon:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Static Pixel Platforms Grid */
.lp-pixel-platforms {
    margin-top: 3rem;
    text-align: center;
}

.lp-pixel-platforms-label {
    font-size: 0.875rem;
    color: var(--lp2-gray-400);
    margin-bottom: 1.25rem;
}

.lp-pixel-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.25rem;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem;
}

.lp-pixel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.lp-pixel-icon {
    width: 48px;
    height: 48px;
    background: var(--lp2-white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-pixel-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.lp-pixel-item:hover .lp-pixel-icon {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.lp-pixel-item span {
    font-size: 0.65rem;
    color: var(--lp2-gray-300);
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .lp-pixel-grid {
        gap: 0.75rem 0.75rem;
    }

    .lp-pixel-icon {
        width: 40px;
        height: 40px;
    }

    .lp-pixel-icon img {
        width: 24px;
        height: 24px;
    }

    .lp-pixel-item span {
        font-size: 0.55rem;
    }
}

/* App Ecosystem Orbit (alternative hero visual) */

@keyframes lp2-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes lp2-counter-rotate {
    from { transform: rotate(var(--position)) translateX(140px) rotate(calc(-1 * var(--position))); }
    to { transform: rotate(calc(var(--position) + 360deg)) translateX(140px) rotate(calc(-1 * var(--position) - 360deg)); }
}

@keyframes lp2-counter-rotate-reverse {
    from { transform: rotate(var(--position)) translateX(180px) rotate(calc(-1 * var(--position))); }
    to { transform: rotate(calc(var(--position) - 360deg)) translateX(180px) rotate(calc(-1 * var(--position) + 360deg)); }
}

/* ============================================
   5. PROBLEM/COMPARISON SECTION
   ============================================ */
.lp2-problem {
    padding: 120px 0;
    background: #F0F4F8;
}

.lp2-problem-visual {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
}

.lp2-problem-card {
    background: var(--lp2-white);
    border-radius: var(--lp2-radius-lg);
    padding: 2rem;
    box-shadow: var(--lp2-shadow-lg);
    position: relative;
    overflow: hidden;
}

.lp2-card-bad {
    border: 2px solid rgba(255, 59, 92, 0.2);
}

.lp2-card-good {
    border: 2px solid rgba(0, 200, 83, 0.2);
}

.lp2-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.lp2-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.lp2-card-bad .lp2-card-icon {
    background: rgba(255, 59, 92, 0.1);
    color: var(--lp2-danger);
}

.lp2-card-good .lp2-card-icon {
    background: rgba(0, 200, 83, 0.1);
    color: var(--lp2-success);
}

.lp2-card-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp2-dark);
}

.lp2-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.lp2-card-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--lp2-gray-200);
    font-size: 0.95rem;
    color: var(--lp2-gray-600);
}

.lp2-card-list li:last-child {
    border-bottom: none;
}

/* List icons using card-icon style */
.lp2-card-list .lp2-card-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
}

.lp2-card-bad .lp2-card-list .lp2-card-icon {
    background: rgba(255, 59, 92, 0.1);
    color: var(--lp2-danger);
}

.lp2-card-good .lp2-card-list .lp2-card-icon {
    background: rgba(0, 200, 83, 0.1);
    color: var(--lp2-success);
}

.lp2-card-stat {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 59, 92, 0.05);
    border-radius: var(--lp2-radius);
}

.lp2-stat-good {
    background: rgba(0, 200, 83, 0.05);
}

.lp2-stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--lp2-danger);
    line-height: 1;
}

.lp2-stat-good .lp2-stat-number {
    color: var(--lp2-success);
}

.lp2-stat-label {
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
}

.lp2-problem-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.lp2-divider-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(to bottom, transparent, var(--lp2-gray-300), transparent);
}

.lp2-divider-text {
    font-weight: 700;
    color: var(--lp2-gray-400);
    font-size: 0.875rem;
}

/* ============================================
   6. USE CASES SECTION
   ============================================ */
.lp2-usecases {
    padding: 120px 0;
    background: #FFFFFF;
}

.lp2-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.lp2-usecase-card {
    background: var(--lp2-gray-100);
    border-radius: var(--lp2-radius-lg);
    overflow: hidden;
    transition: var(--lp2-transition);
    display: flex;
    flex-direction: column;
}

.lp2-usecase-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--lp2-shadow-lg);
}

.lp2-usecase-visual {
    padding: 2rem;
    text-align: center;
    position: relative;
}

.lp2-usecase-card[data-accent="blue"] .lp2-usecase-visual {
    background: linear-gradient(135deg, #0066FF15 0%, #00C2FF10 100%);
}

.lp2-usecase-card[data-accent="red"] .lp2-usecase-visual {
    background: linear-gradient(135deg, #FF3B5C15 0%, #FF8C0010 100%);
}

.lp2-usecase-card[data-accent="green"] .lp2-usecase-visual {
    background: linear-gradient(135deg, #00C85315 0%, #00E5A010 100%);
}

.lp2-usecase-card[data-accent="purple"] .lp2-usecase-visual {
    background: linear-gradient(135deg, #8B5CF615 0%, #A855F710 100%);
}

.lp2-usecase-card[data-accent="orange"] .lp2-usecase-visual {
    background: linear-gradient(135deg, #F9731615 0%, #FFB80010 100%);
}

.lp2-usecase-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--lp2-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--lp2-white);
    margin-bottom: 1.5rem;
}

.lp2-usecase-card[data-accent="blue"] .lp2-usecase-icon {
    background: var(--lp2-gradient-glow);
}

.lp2-usecase-card[data-accent="red"] .lp2-usecase-icon {
    background: linear-gradient(135deg, #FF3B5C 0%, #FF8C00 100%);
}

.lp2-usecase-card[data-accent="green"] .lp2-usecase-icon {
    background: linear-gradient(135deg, #00C853 0%, #00E5A0 100%);
}

.lp2-usecase-card[data-accent="purple"] .lp2-usecase-icon {
    background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%);
}

.lp2-usecase-card[data-accent="orange"] .lp2-usecase-icon {
    background: linear-gradient(135deg, #F97316 0%, #FFB800 100%);
}

.lp2-usecase-logos {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.lp2-usecase-logos img {
    height: 28px;
    opacity: 1;
    transition: var(--lp2-transition);
}

.lp2-usecase-card:hover .lp2-usecase-logos img {
    opacity: 1;
}

.lp2-usecase-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lp2-usecase-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp2-dark);
    margin: 0 0 0.75rem;
}

.lp2-usecase-content p {
    font-size: 0.95rem;
    color: var(--lp2-gray-600);
    line-height: 1.6;
    margin: 0 0 1rem;
}

/* Feature list in use cases (index-3 specific) */
.lp3-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.lp3-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
    margin-bottom: 0.5rem;
}

.lp3-feature-list li i {
    color: var(--lp2-success);
    font-size: 0.75rem;
}

.lp2-usecase-metric {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.lp2-metric-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--lp2-success);
}

.lp2-metric-label {
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
}

/* Use Cases V2 - Clean Card Design */
.lp2-usecase-card-v2 {
    background: #ffffff;
    border-radius: var(--lp2-radius-lg);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    font-family: var(--lp2-font);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.lp2-usecase-card-v2:hover {
    box-shadow: var(--lp2-shadow-lg);
}

.lp2-usecase-header-v2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.lp2-usecase-icon-v2 {
    width: 48px;
    height: 48px;
    border-radius: var(--lp2-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.lp2-usecase-header-v2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp2-dark);
    margin: 0;
    font-family: var(--lp2-font);
}

.lp2-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex-grow: 1;
}

.lp2-benefits-list li {
    display: block;
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
    margin-bottom: 0.625rem;
    line-height: 1.6;
    padding-left: 1.25rem;
    position: relative;
    font-family: var(--lp2-font);
}

.lp2-benefits-list li:last-child {
    margin-bottom: 0;
}

.lp2-benefits-list li i {
    color: var(--lp2-success);
    font-size: 0.7rem;
    position: absolute;
    left: 0;
    top: 0.3rem;
}

.lp2-benefits-list li strong {
    color: var(--lp2-dark);
    font-weight: 600;
}

.lp2-usecase-logos-v2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    margin-top: auto;
}

.lp2-usecase-logos-v2 img {
    height: 24px;
    object-fit: contain;
    /* opacity: 0.6; */
    transition: var(--lp2-transition);
}

.lp2-usecase-card-v2:hover .lp2-usecase-logos-v2 img {
    opacity: 1;
}

/* ============================================
   7. FEATURES BENTO GRID
   ============================================ */
.lp2-features {
    padding: 120px 0;
    background: var(--lp2-dark);
}

.lp2-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.lp2-bento-item {
    background: var(--lp2-gray-900);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--lp2-radius-lg);
    padding: 2rem;
    transition: var(--lp2-transition);
}

.lp2-bento-item:hover {
    border-color: rgba(0, 102, 255, 0.3);
    transform: translateY(-4px);
}

/* Desktop: Show "Learn more" on hover for linked bento items */
a.lp2-bento-item {
    position: relative;
}

a.lp2-bento-item::after {
    content: 'Learn more →';
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 0.8rem;
    color: var(--lp2-primary);
    font-weight: 600;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

a.lp2-bento-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.lp2-bento-large {
    grid-column: span 2;
    grid-row: span 2;
}

.lp2-bento-wide {
    grid-column: span 2;
}

.lp2-bento-icon {
    width: 48px;
    height: 48px;
    background: var(--lp2-gradient-glow);
    border-radius: var(--lp2-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--lp2-white);
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.lp2-bento-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lp2-white);
    margin: 0 0 0.75rem;
}

.lp2-bento-item p {
    font-size: 0.95rem;
    color: var(--lp2-gray-400);
    line-height: 1.6;
    margin: 0;
}

.lp2-bento-large h3 {
    font-size: 1.5rem;
}

/* Compact bento items with inline icon and title */
.lp2-bento-compact .lp2-bento-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lp2-bento-compact .lp2-bento-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    font-size: 1rem;
}

.lp2-bento-compact h3 {
    margin: 0;
}

.lp2-bento-large.lp2-bento-compact .lp2-bento-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
}

.lp2-bento-large.lp2-bento-compact h3 {
    font-size: 1.5rem;
}

/* Bento Visual Elements */
.lp2-bento-visual {
    margin-top: 2rem;
}

.lp2-code-block {
    background: var(--lp2-darker);
    border-radius: var(--lp2-radius);
    padding: 1.5rem;
    font-family: 'SF Mono', Monaco, monospace;
    font-size: 0.875rem;
}

.lp2-code-line {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--lp2-gray-400);
}

.lp2-code-muted {
    color: var(--lp2-gray-600);
}

.lp2-code-highlight {
    color: var(--lp2-accent);
}

.lp2-code-result {
    color: var(--lp2-success);
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lp2-code-result i {
    margin-right: 0.5rem;
}

/* Featured Bento Card */
.lp2-bento-featured {
    border: 2px solid var(--lp2-primary);
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.15) 0%, var(--lp2-card-bg) 40%);
    box-shadow: 0 0 30px rgba(0, 102, 255, 0.2);
}

.lp2-bento-featured:hover {
    box-shadow: 0 0 40px rgba(0, 102, 255, 0.3);
}

.lp2-bento-badge {
    background: var(--lp2-primary);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: auto;
}

/* Visual Row Layout */
.lp2-bento-visual-row {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

/* App Honeycomb */
.lp2-app-honeycomb {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
    align-items: center;
}

.lp2-honeycomb-row {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.lp2-honeycomb-offset {
    margin-left: 20px;
}

.lp2-app-honeycomb img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 5px;
    transition: transform 0.2s ease;
}

.lp2-app-honeycomb img:hover {
    transform: scale(1.15);
}

/* Bonus Feature Row (index-3 specific) */
.lp3-bonus-feature {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 194, 255, 0.05) 100%);
    border: 1px solid rgba(0, 102, 255, 0.2);
    border-radius: var(--lp2-radius-lg);
    padding: 2rem;
    /* margin-top: 2rem; */
}

.lp3-bonus-icon {
    width: 64px;
    height: 64px;
    background: var(--lp2-gradient-glow);
    border-radius: var(--lp2-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--lp2-white);
    flex-shrink: 0;
}

.lp3-bonus-content {
    flex: 1;
}

.lp3-bonus-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp2-white);
    margin: 0 0 0.5rem;
}

.lp3-bonus-content p {
    font-size: 0.95rem;
    color: var(--lp2-gray-400);
    margin: 0;
}

.lp3-bonus-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--lp2-radius-full);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lp2-white);
    text-decoration: none;
    transition: var(--lp2-transition);
    white-space: nowrap;
}

.lp3-bonus-cta:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--lp2-white);
}

/* Bonus Row 50/50 Layout (index-3 specific) */
.lp3-bonus-row {
    display: flex;
    gap: 1.5rem;
    margin-top: 4rem;
}

.lp3-bonus-half {
    flex: 1;
    min-width: 0;
}

.lp3-bonus-coming-soon {
    opacity: 0.85;
}

.lp3-coming-soon-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--lp2-accent);
    color: var(--lp2-dark);
    padding: 0.25rem 0.5rem;
    border-radius: var(--lp2-radius-full);
    margin-left: 0.5rem;
    vertical-align: middle;
}

.lp3-cta-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp3-cta-disabled:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Pricing Note (index-3 specific) */

/* Features CTA (index-3 specific) */
.lp3-features-cta {
    text-align: center;
    margin-top: 3rem;
}

/* Light variant for features section */
.lp2-features-light {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.lp2-features-light .lp2-section-title {
    color: var(--lp2-dark);
}

.lp2-features-light .lp2-section-sub {
    color: var(--lp2-gray-600);
}

.lp2-features-light .lp2-overline {
    background: rgba(0, 102, 255, 0.1);
    color: var(--lp2-primary);
}

.lp2-features-light .lp2-bento-item {
    background: var(--lp2-white);
    border: 1px solid var(--lp2-gray-200);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.lp2-features-light .lp2-bento-item:hover {
    border-color: var(--lp2-primary);
    box-shadow: 0 8px 32px rgba(0, 102, 255, 0.12);
}

.lp2-features-light .lp2-bento-item h3 {
    color: var(--lp2-dark);
}

.lp2-features-light .lp2-bento-item p {
    color: var(--lp2-gray-600);
}

.lp2-features-light .lp2-code-block {
    background: var(--lp2-gray-100);
}

.lp2-features-light .lp2-code-line {
    color: var(--lp2-gray-700);
}

.lp2-features-light .lp2-code-muted {
    color: var(--lp2-gray-500);
}

.lp2-features-light .lp2-code-result {
    border-top-color: var(--lp2-gray-200);
}

/* ============================================
   8. TESTIMONIALS/SOCIAL PROOF SECTION
   ============================================ */
.lp2-proof {
    padding: 120px 0;
    background: #FFFBF8;
}

.lp2-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.lp2-testimonial {
    background: var(--lp2-white);
    border-radius: var(--lp2-radius-lg);
    padding: 2rem;
    box-shadow: var(--lp2-shadow);
    transition: var(--lp2-transition);
}

.lp2-testimonial:hover {
    box-shadow: var(--lp2-shadow-lg);
    transform: translateY(-4px);
}

.lp2-testimonial-content p {
    font-size: 1rem;
    color: var(--lp2-dark);
    line-height: 1.7;
    margin: 0 0 1.5rem;
    font-style: italic;
}

.lp2-testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.lp2-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: hsl(var(--hue), 70%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--lp2-white);
    font-size: 0.875rem;
}

.lp2-author-info {
    flex: 1;
}

.lp2-author-info strong {
    display: block;
    font-size: 0.95rem;
    color: var(--lp2-dark);
}

.lp2-author-info span {
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
}

.lp2-author-stats {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--lp2-gray-200);
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.lp2-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 200, 83, 0.1);
    padding: 0.5rem 1rem;
    border-radius: var(--lp2-radius-full);
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
}

.lp2-stat-pill span {
    font-weight: 700;
    color: var(--lp2-success);
}

/* Proof CTA (index-3 specific) */
.lp3-proof-cta {
    text-align: center;
    margin-bottom: 3rem;
}

.lp3-proof-cta p {
    font-size: 1.25rem;
    color: var(--lp2-gray-600);
    margin: 0;
}

.lp3-proof-cta strong {
    color: var(--lp2-primary);
}

/* Trust Bar */
.lp2-trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.lp2-trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
}

.lp2-trust-item img {
    height: 24px;
}

.lp2-trust-item i {
    font-size: 1.25rem;
    color: var(--lp2-primary);
}

.lp2-trust-divider {
    width: 1px;
    height: 24px;
    background: var(--lp2-gray-300);
}

/* ============================================
   9. FAQ SECTION
   ============================================ */
.lp2-faq {
    padding: 120px 0;
    background: #F7F8FA;
}

.lp2-faq-intro {
    position: sticky;
    top: 120px;
}

.lp2-faq-intro p {
    color: var(--lp2-gray-600);
    margin-bottom: 1.5rem;
}

.lp2-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp2-faq-item {
    background: var(--lp2-gray-100);
    border-radius: var(--lp2-radius);
    overflow: hidden;
}

.lp2-faq-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--lp2-dark);
    cursor: pointer;
    text-align: left;
    transition: var(--lp2-transition);
}

.lp2-faq-trigger:hover {
    color: var(--lp2-primary);
}

.lp2-faq-trigger i {
    transition: var(--lp2-transition);
}

.lp2-faq-trigger[aria-expanded="true"] i {
    transform: rotate(45deg);
}

.lp2-faq-content {
    padding: 0 1.5rem 1.5rem;
}

.lp2-faq-content p {
    margin: 0;
    color: var(--lp2-gray-600);
    line-height: 1.7;
}

/* ============================================
   10. FINAL CTA SECTION
   ============================================ */
.lp2-cta-final {
    position: relative;
    padding: 120px 0;
    background: var(--lp2-dark);
    overflow: hidden;
}

.lp2-cta-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(0, 102, 255, 0.2) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 100%, rgba(255, 184, 0, 0.1) 0%, transparent 60%);
}

.lp2-cta-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--lp2-white);
    border-radius: 50%;
    opacity: 0.3;
    animation: lp2-float 10s ease-in-out infinite;
}

.lp2-cta-particles span:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.lp2-cta-particles span:nth-child(2) { left: 30%; top: 60%; animation-delay: -2s; }
.lp2-cta-particles span:nth-child(3) { left: 50%; top: 30%; animation-delay: -4s; }
.lp2-cta-particles span:nth-child(4) { left: 70%; top: 70%; animation-delay: -6s; }
.lp2-cta-particles span:nth-child(5) { left: 90%; top: 40%; animation-delay: -8s; }

@keyframes lp2-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.lp2-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.lp2-cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--lp2-white);
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.lp2-cta-sub {
    font-size: 1.125rem;
    color: var(--lp2-gray-400);
    margin: 0 0 2rem;
}

.lp2-cta-note {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: var(--lp2-gray-600);
}

/* CTA Tagline (index-3 specific) */
.lp3-cta-tagline {
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--lp2-accent);
}

/* ============================================
   11. UTILITY COMPONENTS
   ============================================ */

/* Generic Section Padding */
.lp2-section {
    padding: 60px 0;
}

.lp2-section-light {
    background: var(--lp2-white);
}

.lp2-section-gray {
    background: var(--lp2-gray-100);
}

/* ============================================
   12. RESPONSIVE BREAKPOINTS
   ============================================ */

/* ============================================
   TABLET BREAKPOINT (768px - 991px)
   ============================================ */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Bento grid: 3 columns instead of 4 */
    .lp2-bento {
        grid-template-columns: repeat(3, 1fr);
    }

    .lp2-bento-large {
        grid-column: span 3;
    }

    /* Browser extension: stack button below text */
    .lp3-bonus-feature {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .lp3-bonus-content {
        text-align: center;
    }

    .lp3-bonus-cta {
        margin-top: 1rem;
    }

    /* One smart link section: hide logos, show learn more on tablets */
    .lp2-usecase-logos-v2 {
        display: none;
    }

    .lp2-usecase-cta {
        display: block !important;
        margin-top: 1rem;
    }

    /* Bento: Show "Learn more" on tablets (no hover needed) */
    a.lp2-bento-item::after {
        opacity: 1 !important;
        transform: translateX(0) !important;
        position: static !important;
        display: block !important;
        margin-top: 1rem;
    }

    /* How Deep Links Work: vertical layout with downward arrows */
    .lp2-steps-grid {
        flex-direction: column;
        gap: 0;
    }

    .lp2-step {
        min-width: auto;
        max-width: 400px;
        margin: 0 auto;
        padding: 32px 24px 24px;
    }

    .lp2-step h3 {
        font-size: 1.1rem;
    }

    .lp2-step p {
        font-size: 0.9rem;
    }

    .lp2-step-arrow {
        transform: rotate(90deg);
        margin: 1rem 0;
    }
}

@media (max-width: 767.98px) {
    .lp2-bento {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp2-bento-large {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 767.98px) {
    .lp2-usecase-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .lp2-usecase-grid-v2 {
        max-width: 100%;
    }

    .lp2-usecase-card-v2 {
        padding: 1.5rem;
    }

    .lp2-problem-visual {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .lp2-problem-divider {
        flex-direction: row;
        padding: 1rem 0;
    }

    .lp2-divider-line {
        width: auto;
        height: 2px;
        flex: 1;
    }

    .lp2-testimonials {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto 3rem;
    }

    .lp2-faq-intro {
        position: static;
        text-align: center;
        margin-bottom: 3rem;
    }

    .lp2-faq-intro .lp2-section-title {
        text-align: center;
    }

    .lp3-bonus-feature {
        flex-direction: column;
        text-align: center;
    }

    .lp3-bonus-content {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    html, body {
        overflow-x: hidden;
    }

    .lp2-hero {
        min-height: auto;
        padding: 60px 0 40px;
    }

    .lp2-bento {
        grid-template-columns: 1fr;
        max-width: 100%;
        overflow: hidden;
        gap: 1rem;
    }

    .lp2-bento-item {
        max-width: 100%;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .lp2-bento-large,
    .lp2-bento-wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* Fix bento compact items on mobile - keep header inline (icon left, text right) */
    .lp2-bento-item {
        display: block !important;
        flex-direction: column !important;
    }

    .lp2-bento-compact .lp2-bento-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .lp2-bento-compact .lp2-bento-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    /* Mobile: Hide default hover text for linked bento items */
    a.lp2-bento-item::after {
        display: none;
    }

    /* Mobile: Expanded state for linked bento items (tap once to expand, tap again to navigate) */
    a.lp2-bento-item.lp2-bento-expanded {
        border-color: var(--lp2-primary);
        box-shadow: 0 0 20px rgba(0, 102, 255, 0.3), 0 8px 32px rgba(0, 0, 0, 0.3);
        transform: scale(1.02);
    }

    a.lp2-bento-item.lp2-bento-expanded::after {
        display: block;
        content: 'Tap to visit →';
        position: static;
        bottom: 12px;
        right: 16px;
        font-size: 0.85rem;
        color: var(--lp2-primary);
        font-weight: 500;
        opacity: 1;
        margin-top: 1em;
    }

    .lp2-bento-visual {
        margin-top: 1.5rem;
        max-width: 100%;
        overflow: hidden;
    }

    .lp2-bento-visual-row {
        flex-direction: column;
        gap: 1rem;
    }

    .lp2-app-honeycomb {
        display: none;
    }

    .lp2-bento-badge {
        font-size: 0.55rem;
        padding: 0.2rem 0.5rem;
    }

    .lp2-usecase-visual {
        max-width: 100%;
        overflow: hidden;
    }

    .lp2-usecase-card {
        max-width: 100%;
        overflow: hidden;
        display: block !important;
        flex-direction: column !important;
    }

    .lp2-usecase-visual {
        width: 100%;
        order: 1;
    }

    .lp2-usecase-content {
        width: 100%;
        order: 2;
    }

    .lp2-usecase-logos {
        flex-wrap: wrap;
    }

    .lp2-trust-bar {
        flex-direction: column;
        gap: 1rem;
    }

    .lp2-trust-divider {
        display: none;
    }

    .lp2-hero-meta {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.25rem 0.75rem;
    }

    .lp2-problem, .lp2-usecases, .lp2-features, .lp2-proof, .lp2-faq, .lp2-cta-final {
        padding: 80px 0;
        overflow-x: hidden;
    }

    .lp2-btn-large {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .lp3-trust-badge {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }

    .lp3-trust-divider {
        display: none;
    }

    .lp3-app-icon {
        width: 48px;
        height: 48px;
    }

    .lp3-app-icon img {
        width: 28px;
        height: 28px;
    }

    .lp3-app-track {
        gap: 1rem;
    }

    .lp3-bonus-row {
        flex-direction: column;
        gap: 0.75rem;
    }

    .lp3-bonus-feature {
        flex-direction: row;
        text-align: left;
        padding: 1rem;
        gap: 0.75rem;
    }

    .lp3-bonus-feature .lp3-bonus-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1rem;
    }

    .lp3-bonus-content {
        text-align: left;
    }

    .lp3-bonus-content h4 {
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }

    .lp3-bonus-content p {
        font-size: 0.8rem;
        display: none;
    }

    .lp3-bonus-cta {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
        white-space: nowrap;
    }

    /* Mobile: Use Case Cards - Expandable Benefits */
    .lp2-usecase-header-v2 {
        cursor: pointer;
        position: relative;
    }

    .lp2-usecase-card-v2:not(.expanded) .lp2-usecase-header-v2 {
        margin-bottom: 0;
    }

    .lp2-usecase-chevron {
        margin-left: auto;
        font-size: 0.9rem;
        color: rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
    }

    .lp2-usecase-card-v2.expanded .lp2-usecase-chevron {
        transform: rotate(180deg);
    }

    .lp2-usecase-card-v2 .lp2-benefits-list {
        display: none;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .lp2-usecase-card-v2.expanded .lp2-benefits-list {
        display: block;
    }

    .lp2-usecase-card-v2 .lp2-usecase-logos-v2 {
        display: none;
        justify-content: center;
    }

    .lp2-usecase-card-v2.expanded .lp2-usecase-logos-v2 {
        display: flex;
    }

    .lp2-usecase-cta {
        display: block;
        text-align: center;
        margin-top: 1rem;
        padding: 0.75rem 1rem;
        background: var(--lp2-primary);
        color: white;
        border-radius: var(--lp2-radius);
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .lp2-usecase-card-v2:not(.expanded) .lp2-usecase-cta {
        display: none;
    }
}

/* Desktop: Hide mobile-only elements */
@media (min-width: 768px) {
    .lp2-usecase-chevron {
        display: none;
    }

    .lp2-usecase-cta {
        display: none;
    }

    .lp2-usecase-logos-v2 {
        justify-content: center;
    }

    .lp2-usecase-header-v2 {
        cursor: default;
    }
}

/* ============================================
   PRICING PAGE STYLES
   ============================================ */

/* Pricing Section */

/* Pricing Toggle */

/* Pricing Grid */

/* Pricing Card */

/* Pricing Price */

/* Pricing Features List */

/* Feature Info Tooltips */

/* Custom tooltip for pricing features */

/* Position adjustments for edge cases */

/* Button Styles for Pricing */
.lp2-btn-glow.w-100 {
    justify-content: center;
    margin-bottom: 0;
}

/* All Plans Include Card */

/* Free Plan Card */

/* Notice Card */

/* Pricing Page Responsive */

/* ============================================
   13. DARK BACKGROUND TEXT CONTRAST FIX
   ============================================ */
/*
 * All gray text on dark backgrounds should be WHITE for readability.
 * Dark sections: .lp2-hero, .lp2-features, .lp2-cta-final, .lp2-section-dark
 *
 * PRESERVED accent colors (yellow):
 * - .lp2-highlight (gradient text)
 * - .lp2-code-highlight (yellow code)
 * - .lp3-cta-tagline (yellow tagline)
 * - .lp2-intro-light .lp2-overline (yellow overline)
 */

/* ---- HERO SECTION ---- */
.lp2-hero p,
.lp2-hero span:not(.lp2-highlight):not(.lp2-btn-text):not(.lp2-overline),
.lp2-hero li,
.lp2-hero label {
    color: var(--lp2-white);
}

/* Override hero white text for paste button icon */
.lp2-hero .lp3-btn-paste .material-symbols-outlined {
    color: #9ca3af !important;
}

.lp2-hero-lead {
    color: var(--lp2-white);
}

.lp2-meta-item,
.lp2-floating-badge,
.lp3-trust-item,
.lp3-app-carousel-label {
    color: var(--lp2-white);
}

.lp3-app-carousel-label a {
    color: var(--lp2-white);
    text-decoration: underline;
}

.lp3-app-carousel-label a:hover {
    color: var(--lp2-white);
    text-decoration: underline;
    opacity: 0.85;
}

/* ---- FEATURES/BENTO SECTION ---- */
.lp2-features p,
.lp2-features span:not(.lp2-code-highlight):not(.lp2-btn-text):not(.lp2-overline),
.lp2-features li,
.lp2-features label {
    color: var(--lp2-white);
}

.lp2-features .lp2-section-sub {
    color: var(--lp2-white);
}

.lp2-bento-item p {
    color: var(--lp2-white);
}

.lp2-code-line {
    color: var(--lp2-white);
}

.lp2-code-muted {
    color: var(--lp2-gray-300);
}

.lp3-bonus-content p {
    color: var(--lp2-white);
}

/* ---- FINAL CTA SECTION ---- */
.lp2-cta-final p:not(.lp3-cta-tagline),
.lp2-cta-final span:not(.lp2-btn-text),
.lp2-cta-final li,
.lp2-cta-final label {
    color: var(--lp2-white);
}

.lp2-cta-sub {
    color: var(--lp2-white);
}

.lp2-cta-note {
    color: var(--lp2-white);
}

/* ---- GENERIC DARK SECTION ---- */

/* Ecosystem label (if used) */

/* Ensure intro text in dark sections has good contrast */
.lp2-intro-light .lp2-section-sub {
    color: var(--lp2-white);
}

/* ============================================
   14. MOBILE COLLAPSIBLE BENTO ITEMS
   ============================================ */
/* On mobile, bento items collapse to show only header with expand arrow */

@media (max-width: 767.98px) {
    /* Make bento items collapsible */
    .lp2-bento-item {
        position: relative;
        cursor: pointer;
    }

    /* Add expand arrow to compact header */
    .lp2-bento-compact .lp2-bento-header {
        position: relative;
        padding-right: 2.5rem;
    }

    .lp2-bento-compact .lp2-bento-header::after {
        content: '\f078'; /* Font Awesome chevron-down */
        font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome';
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.875rem;
        color: var(--lp2-gray-400);
        transition: transform 0.3s ease;
    }

    /* Add expand arrow to non-compact h3 (items without .lp2-bento-compact) */
    .lp2-bento-item:not(.lp2-bento-compact) > h3 {
        position: relative;
        padding-right: 2rem;
    }

    .lp2-bento-item:not(.lp2-bento-compact) > h3::after {
        content: '\f078'; /* Font Awesome chevron-down */
        font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome';
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.75rem;
        color: var(--lp2-gray-400);
        transition: transform 0.3s ease;
    }

    /* Rotate arrow when expanded */
    .lp2-bento-item.lp2-bento-expanded .lp2-bento-header::after,
    .lp2-bento-item.lp2-bento-expanded:not(.lp2-bento-compact) > h3::after {
        transform: translateY(-50%) rotate(180deg);
    }

    /* Hide content by default on mobile */
    .lp2-bento-item > p,
    .lp2-bento-item .lp2-bento-visual {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    }

    /* Show content when expanded */
    .lp2-bento-item.lp2-bento-expanded > p {
        max-height: 200px;
        opacity: 1;
        margin-top: 0;
    }

    .lp2-bento-item.lp2-bento-expanded .lp2-bento-visual {
        max-height: 500px;
        opacity: 1;
        margin-top: 1.5rem;
    }

    /* Reduce padding on collapsed items */
    .lp2-bento-item {
        padding: 1.25rem;
    }

    .lp2-bento-item.lp2-bento-expanded {
        padding: 1.5rem;
    }

    /* Adjust compact header margin when collapsed */
    .lp2-bento-compact .lp2-bento-header {
        margin-bottom: 0;
    }

    .lp2-bento-item.lp2-bento-expanded .lp2-bento-header {
        margin-bottom: 1rem;
    }

    /* Adjust non-compact h3 margin when collapsed */
    .lp2-bento-item:not(.lp2-bento-compact) > h3 {
        margin-bottom: 0;
    }

    .lp2-bento-item.lp2-bento-expanded:not(.lp2-bento-compact) > h3 {
        margin-bottom: 0.75rem;
    }
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */
.lp2-howitworks {
    padding: 100px 0;
    background: linear-gradient(180deg, #E8F4FD 0%, #F0F7FF 50%, #F8FBFF 100%);
    position: relative;
}

.lp2-howitworks::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.2), transparent);
}

/* 3 Steps Grid */
.lp2-steps-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.lp2-step {
    background: white;
    border-radius: var(--lp2-radius-lg);
    padding: 48px 32px 32px;
    text-align: center;
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 340px;
    box-shadow: 0 8px 32px rgba(0, 102, 255, 0.08);
    transition: var(--lp2-transition);
    border: 1px solid rgba(0, 102, 255, 0.08);
}

.lp2-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 102, 255, 0.15);
    border-color: rgba(0, 102, 255, 0.15);
}

.lp2-step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    background: var(--lp2-gradient-glow);
    color: white;
    font-weight: 800;
    font-size: 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
    border: 3px solid white;
}

.lp2-step h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--lp2-dark);
    margin-bottom: 12px;
    margin-top: 8px;
}

.lp2-step p {
    color: var(--lp2-gray-600);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.lp2-step-note {
    display: block;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--lp2-gray-200);
    font-size: 0.8rem;
    color: var(--lp2-gray-400);
    line-height: 1.5;
}

.lp2-step-note a {
    color: var(--lp2-primary);
    text-decoration: none;
}

.lp2-step-note a:hover {
    text-decoration: underline;
}

.lp2-step-arrow {
    color: var(--lp2-primary);
    font-size: 1.5rem;
    opacity: 0.4;
    align-self: center;
}

/* Section Divider */
.lp2-section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.15), transparent);
    margin: 48px 0;
}

/* Flow Diagram Section */

/* Logo in detection node */

/* Flow Arrows */

@keyframes pulse-arrow {
    0%, 100% { opacity: 0.6; transform: translateX(0); }
    50% { opacity: 1; transform: translateX(3px); }
}

/* Flow Branch */

/* Flow Results */

/* How It Works CTA */
.lp2-howitworks-cta {
    text-align: center;
    margin-top: 56px;
}

.lp2-cta-headline {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lp2-dark);
    margin-bottom: 24px;
}

.lp2-cta-subtext {
    margin-top: 16px;
    font-size: 0.9rem;
    color: var(--lp2-gray-400);
    font-weight: 500;
}

/* Responsive */
@media (max-width: 767.98px) {
    .lp2-steps-grid {
        flex-direction: column;
        /* gap: 40px; */
    }

    .lp2-step {
        max-width: 100%;
        width: 100%;
    }

    .lp2-step-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 767.98px) {
    .lp2-howitworks {
        padding: 60px 0;
    }

    .lp2-steps-grid {
        margin-bottom: 48px;
    }
}

/* ============================================
   MOBILE COMPACT: How It Works & Problem Sections
   Fits each section in one screen on mobile
   ============================================ */
@media (max-width: 767.98px) {
    /* HOW IT WORKS - All 3 steps in one compact card */
    .lp2-howitworks {
        padding: 40px 0;
    }

    .lp2-howitworks .lp2-section-intro {
        margin-bottom: 24px;
    }

    .lp2-howitworks .lp2-section-title {
        font-size: 1.5rem;
    }

    .lp2-howitworks .lp2-section-sub {
        font-size: 1.125rem;
        margin-bottom: 0;
    }

    .lp2-steps-grid {
        background: white;
        border-radius: var(--lp2-radius-lg);
        padding: 20px 16px;
        box-shadow: 0 4px 20px rgba(0, 102, 255, 0.08);
        gap: 0;
        margin-bottom: 24px;
    }

    .lp2-step {
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 14px 8px;
        border-bottom: 1px solid var(--lp2-gray-200);
        border-radius: 0;
        display: grid;
        grid-template-columns: 32px 1fr;
        grid-template-rows: auto auto;
        gap: 4px 12px;
        text-align: left;
    }

    .lp2-step:last-of-type {
        border-bottom: none;
        padding-bottom: 8px;
    }

    .lp2-step:first-of-type {
        padding-top: 8px;
    }

    .lp2-step:hover {
        transform: none;
        box-shadow: none;
    }

    .lp2-step-number {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 0.95rem;
        border: 2px solid white;
        box-shadow: 0 3px 10px rgba(0, 102, 255, 0.25);
        grid-row: 1 / 3;
        grid-column: 1;
        align-self: start;
        margin-top: 2px;
    }

    .lp2-step h3 {
        font-size: 0.95rem;
        margin: 0;
        line-height: 1.3;
        grid-column: 2;
        font-weight: 600;
    }

    .lp2-step p {
        font-size: 0.8rem;
        line-height: 1.4;
        margin: 0;
        color: var(--lp2-gray-500);
        grid-column: 2;
    }

    .lp2-step-note {
        display: none;
    }

    .lp2-step-arrow {
        display: none;
    }

    /* Section divider on mobile */
    .lp2-section-divider {
        margin: 32px 0;
    }

    /* Mobile-friendly flow section */

    .lp2-howitworks-cta {
        margin-top: 16px;
    }

    .lp2-howitworks-cta .lp2-btn-glow {
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    .lp2-cta-subtext {
        font-size: 0.8rem;
        margin-top: 8px;
    }

    .lp2-cta-headline {
        margin-top: 44px;
        font-size: 1.5rem;
    }

    /* PROBLEM SECTION - Both cards combined in one */
    

    .lp2-problem-visual {
        background: white;
        border-radius: var(--lp2-radius-lg);
        padding: 12px 14px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        gap: 0;
    }

    .lp2-problem-card {
        background: transparent;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 8px 0;
    }

    .lp2-card-bad {
        border-bottom: 1px solid var(--lp2-gray-200);
        padding-bottom: 10px;
    }

    .lp2-card-good {
        padding-top: 10px;
    }

    .lp2-card-header {
        margin-bottom: 6px;
        gap: 0.4rem;
    }

    .lp2-card-icon {
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }

    .lp2-card-label {
        font-size: 1.2rem;
        padding-left: 0.4rem;
    }

    .lp2-card-list {
        margin-bottom: 8px;
    }

    .lp2-card-list li {
        padding: 6px;
        font-size: 1rem;
        gap: 1rem;
        line-height: 1.35;
        border-bottom: none;
        align-items: baseline;
    }

    .lp2-card-list .lp2-card-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 0.55rem;
    }

    .lp2-card-stat {
        padding: 8px;
        border-radius: 6px;
    }

    .lp2-stat-number {
        font-size: 1.5rem;
    }

    .lp2-stat-label {
        font-size: 0.7rem;
    }

    .lp2-problem-divider {
        display: none;
    }
}

/* Hero Section Mobile Adjustments */
@media (max-width: 767.98px) {
    .lp3-carousel-interactive {
        margin: 0;
    }

    .lp3-app-carousel {
        margin: 1rem 0 0 0;
    }

    .lp2-hero-content {
        margin-bottom: 0;
    }

    .lp3-app-carousel-label {
        margin-top: 2rem;
    }
}

/* ============================================
   CLICK JOURNEY SECTION
   Visual flow diagram showing link journey
   ============================================ */

.click-journey-wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 3rem 2rem;
    margin-top: 3rem;
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}

.click-journey-section {
    text-align: center;
}

.click-journey-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0.75rem 0 0.5rem 0;
}

.click-journey-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 2.5rem 0;
}

.click-journey-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.journey-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.journey-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.journey-source {
    min-width: 180px;
    max-width: 200px;
}

.journey-tap-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f0f5ff 0%, #e0e7ff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.15);
}

.journey-tap-icon i {
    font-size: 1.75rem;
    color: #6366f1;
}

.journey-detection {
    min-width: 200px;
    max-width: 220px;
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%);
    border-color: #c7d2fe;
}

.journey-icons-row {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.journey-icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #64748b;
}

.journey-icon-circle i.fa-instagram { color: #e4405f; }
.journey-icon-circle i.fa-facebook-f { color: #1877f2; }
.journey-icon-circle i.fa-tiktok { color: #000; }
.journey-icon-circle i.fa-envelope { color: #64748b; }

.journey-card-text {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.4;
}

.journey-logo-box {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 10px rgba(79, 125, 243, 0.15);
}

.journey-logo-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.journey-arrow {
    flex-shrink: 0;
}

.journey-arrow-single {
    width: 100px;
    height: 160px;
}

.journey-arrow-single svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.journey-branch-container {
    width: 100px;
    height: 160px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.journey-branch-arrows {
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: scaleY(-1); /* Flip for desktop - green on top, amber on bottom */
}

.journey-results {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.journey-result {
    min-width: 220px;
    max-width: 260px;
}

.journey-app-installed {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: #a7f3d0;
}

.journey-no-app {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: #fde68a;
}

.journey-result-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

.journey-badge-green {
    background: #10b981;
    color: #fff;
}

.journey-badge-amber {
    background: #f59e0b;
    color: #fff;
}

.journey-app-icons .journey-icon-circle {
    background: #fff;
    border-color: #d1fae5;
}

.journey-icon-youtube i { color: #ff0000; }
.journey-icon-amazon i { color: #ff9900; }
.journey-icon-spotify i { color: #1db954; }
.journey-icon-tiktok i { color: #000; }

.journey-no-app-text {
    font-size: 0.85rem;
    color: #92400e;
    margin: 0;
    line-height: 1.5;
}

.journey-browser-icons .journey-icon-circle {
    background: #fff;
    border-color: #fde68a;
}

.journey-browser-icons .journey-icon-circle img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* App Installed Text */
.journey-app-text {
    font-size: 0.85rem;
    color: #065f46;
    margin: 0.5rem 0 0 0;
    font-weight: 500;
}

/* Warning Card (Without LinkTwin) */
.journey-warning-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    margin-top: 2rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.journey-warning-inline {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.journey-warning-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #64748b;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.4rem 0.75rem;
    border-radius: 50px;
    flex-shrink: 0;
}

.journey-warning-badge i {
    font-size: 0.7rem;
}

.journey-warning-text-inline {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
}

/* Click Journey - Tablet & Mobile Responsive */
@media (max-width: 991.98px) {
    .click-journey-diagram {
        flex-direction: column;
        gap: 0;
    }

    .journey-card {
        width: 100%;
        max-width: 280px;
    }

    .journey-source, .journey-detection {
        min-width: auto;
        max-width: 180px;
    }

    .journey-result {
        min-width: auto;
        max-width: 160px;
        padding: 1rem 0.75rem;
    }

    .journey-arrow-single {
        width: 80px;
        height: 60px;
        transform: rotate(90deg);
    }

    .journey-branch-container {
        width: 80px;
        height: 60px;
        transform: rotate(90deg);
    }

    .journey-branch-arrows {
        transform: none; /* Remove desktop flip on mobile */
    }

    .journey-results {
        flex-direction: row;
        gap: 0.75rem;
        width: 100%;
        max-width: 340px;
    }

    .journey-result-badge {
        font-size: 0.55rem;
        padding: 0.3rem 0.5rem;
    }

    .journey-app-text, .journey-no-app-text {
        font-size: 0.75rem;
    }

    .journey-app-icons .journey-icon-circle,
    .journey-browser-icons .journey-icon-circle {
        width: 28px;
        height: 28px;
    }

    .journey-app-icons .journey-icon-circle i {
        font-size: 0.85rem;
    }

    .journey-browser-icons .journey-icon-circle img {
        width: 16px;
        height: 16px;
    }

    .click-journey-title {
        font-size: 1.5rem;
    }
}

/* Click Journey - Tablet & Mobile Sizes */
@media (max-width: 991.98px) {
    .click-journey-wrapper {
        padding: 2rem 1rem;
        border-radius: 16px;
    }

    .journey-icons-row {
        gap: 0.35rem;
    }

    .journey-icon-circle {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .journey-result .journey-icon-circle {
        width: 26px;
        height: 26px;
    }

    .journey-logo-box {
        width: 56px;
        height: 56px;
    }

    .journey-logo-box img {
        width: 32px;
        height: 32px;
    }

    .journey-tap-icon {
        width: 56px;
        height: 56px;
    }

    .journey-tap-icon i {
        font-size: 1.5rem;
    }

    .journey-warning-card {
        border-radius: 16px;
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .journey-result {
        max-width: 145px;
        padding: 0.75rem 0.5rem;
    }

    .journey-results {
        max-width: fit-content;
        gap: 0.5rem;
    }
}
