/* ============================================================
   VEXYRA RESPONSIVE STYLES
   ------------------------------------------------------------
   Tablet and mobile adaptations.

   Base styling:
   /css/style.css

   This file ONLY contains responsive overrides.
   ============================================================ */

/* ============================================================
   01. TABLET
   ============================================================ */

@media (max-width: 1100px) {
  /* ========================================================
       HEADER
       ======================================================== */

  .main-navigation {
    gap: 20px;

    margin-left: 30px;
  }

  .header-container {
    width: calc(100% - 36px);
  }

  /* ========================================================
       HERO
       ======================================================== */

  .hero-content h1 {
    font-size: 62px;
  }

  /* ========================================================
       FOOTER
       ======================================================== */

  .footer-container {
    gap: 40px;
  }
}

/* ============================================================
   VEXYRA HEADER LOGO - MOBILE
   ============================================================ */

.brand-logo-image {
  width: 100px;
  max-height: 36px;
  height: auto;
  object-fit: contain;
}

/* ============================================================
   02. MOBILE
   ============================================================ */

@media (max-width: 768px) {
  /* ========================================================
       HEADER
       ======================================================== */

  .site-header {
    height: 68px;
  }

  .header-container {
    width: calc(100% - 32px);
  }

  .main-navigation,
  .header-actions {
    display: none;
  }

  /* ========================================================
       MOBILE MENU BUTTON
       ======================================================== */

  .mobile-menu-toggle {
    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    width: 42px;

    height: 42px;

    padding: 0;

    background: transparent;

    border: 1px solid var(--color-border);

    border-radius: var(--radius-small);
  }

  .mobile-menu-toggle span {
    display: block;

    width: 17px;

    height: 2px;

    margin: 0 auto;

    background: var(--color-text);

    border-radius: var(--radius-pill);
  }

  /* ========================================================
       MOBILE NAVIGATION
       ======================================================== */

  .mobile-navigation {
    position: absolute;

    top: 68px;

    right: 0;

    left: 0;

    display: flex;

    flex-direction: column;

    gap: 4px;

    padding: 12px 16px 20px;

    background: var(--color-white);

    border-bottom: 1px solid var(--color-border);

    box-shadow: var(--shadow-medium);

    opacity: 0;

    visibility: hidden;

    transform: translateY(-8px);

    transition:
      opacity var(--transition-normal),
      visibility var(--transition-normal),
      transform var(--transition-normal);
  }

  .mobile-navigation.is-open {
    opacity: 1;

    visibility: visible;

    transform: translateY(0);
  }

  .mobile-nav-link {
    padding: 12px 10px;

    border-radius: var(--radius-small);

    color: var(--color-text);

    font-size: 14px;

    font-weight: 600;
  }

  .mobile-nav-link:hover {
    background: var(--color-background);
  }

  .mobile-nav-divider {
    height: 1px;

    margin: 8px 0;

    background: var(--color-border);
  }

  .mobile-join-btn {
    width: 100%;

    margin-top: 4px;
  }

  /* ========================================================
       HERO
       ======================================================== */

  .hero-section {
    min-height: auto;

    padding: 90px 0 80px;
  }

  .hero-container {
    width: calc(100% - 32px);
  }

  .hero-content h1 {
    font-size: clamp(42px, 12vw, 58px);

    letter-spacing: -2.5px;
  }

  .hero-description {
    margin-top: 22px;

    font-size: 16px;
  }

  /* ========================================================
MOBILE SEARCH
======================================================== */

  .hero-search {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-height: auto;
    margin-top: 30px;
    padding: 10px;
  }

  .search-field {
    min-height: 50px;
    padding: 0 12px;
  }

  .search-location {
    min-height: 48px;
    padding: 0 12px;
    border-top: 1px solid var(--color-border);
    border-left: none;
  }

  .search-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-width: 0;

    height: 50px;
    min-height: 50px;
    max-height: 50px;

    margin: 0;
    padding: 0 20px;

    line-height: 1;
    font-size: 15px;
  }

  .requirement-cta {
    flex-direction: column;
    gap: 3px;
  }

  /* ========================================================
       FOOTER
       ======================================================== */

  .footer-container {
    grid-template-columns: 1fr 1fr;

    gap: 40px 30px;

    width: calc(100% - 32px);

    padding: 60px 0;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom-container {
    flex-direction: column;

    justify-content: center;

    gap: 10px;

    width: calc(100% - 32px);

    padding: 20px 0;

    text-align: center;
  }
}

/* ============================================================
   03. SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {
  /* ========================================================
       BRAND
       ======================================================== */

  .brand-name {
    font-size: 22px;
  }

  /* ========================================================
       HERO
       ======================================================== */

  .hero-section {
    padding: 70px 0 60px;
  }

  .hero-content h1 {
    font-size: 42px;

    letter-spacing: -2px;
  }

  .hero-description {
    font-size: 15px;
  }

  /* ========================================================
       FOOTER
       ======================================================== */

  .footer-container {
    grid-template-columns: 1fr;

    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
  }
}

/* ============================================================
   04. PLATFORM PATHWAYS — MOBILE
   ============================================================ */

@media (max-width: 768px) {
  /* ========================================================
       SECTION
       ======================================================== */

  .platform-pathways {
    padding: 80px 0;
  }

  /* ========================================================
       SECTION HEADER
       ======================================================== */

  .section-header {
    margin-bottom: 38px;
  }

  .section-header h2 {
    font-size: 34px;

    letter-spacing: -1.3px;
  }

  .section-header p {
    font-size: 15px;
  }

  /* ========================================================
       PATHWAYS GRID
       ======================================================== */

  .pathways-grid {
    grid-template-columns: 1fr;

    gap: 16px;
  }

  /* ========================================================
       PATHWAY CARD
       ======================================================== */

  .pathway-card {
    min-height: auto;

    padding: 26px;
  }

  .pathway-icon {
    margin-bottom: 20px;
  }
}

/* ============================================================
   06. POPULAR CATEGORIES — TABLET
   ============================================================ */

@media (max-width: 900px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   07. POPULAR CATEGORIES — MOBILE
   ============================================================ */

@media (max-width: 768px) {
  /* ========================================================
       SECTION
       ======================================================== */

  .popular-categories {
    padding: 80px 0;
  }

  /* ========================================================
       HEADER
       ======================================================== */

  .categories-header {
    margin-bottom: 35px;
  }

  .categories-header h2 {
    font-size: 34px;
  }

  /* ========================================================
       CATEGORY GRID
       ======================================================== */

  .categories-grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  /* ========================================================
       CATEGORY CARD
       ======================================================== */

  .category-card {
    min-height: 145px;

    padding: 22px;
  }

  .category-icon {
    width: 48px;

    height: 48px;

    margin-right: 15px;

    font-size: 20px;
  }

  .category-content h3 {
    font-size: 16px;
  }

  .category-content p {
    font-size: 13px;
  }
}

/* ============================================================
   08. POPULAR CATEGORIES — SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {
  .popular-categories {
    padding: 65px 0;
  }

  .categories-header h2 {
    font-size: 30px;
  }

  .category-card {
    padding: 20px;
  }
}

/* ============================================================
   09. HOW VEXYRA WORKS — TABLET
   ============================================================ */

@media (max-width: 900px) {
  /* ========================================================
       PROCESS STEPS
       ======================================================== */

  .works-steps {
    grid-template-columns: 1fr;

    gap: 0;
  }

  /* ========================================================
       CONNECTOR
       ======================================================== */

  .work-step-connector {
    width: 1px;

    height: 45px;

    margin: 0 auto;
  }

  .work-step-connector span {
    width: 1px;

    height: 100%;
  }

  /* ========================================================
       PLATFORM MESSAGE
       ======================================================== */

  .works-platform-message {
    max-width: 700px;
  }
}

/* ============================================================
   10. HOW VEXYRA WORKS — MOBILE
   ============================================================ */

@media (max-width: 768px) {
  /* ========================================================
       SECTION
       ======================================================== */

  .how-vexyra-works {
    padding: 80px 0;
  }

  /* ========================================================
       HEADER
       ======================================================== */

  .works-header {
    margin-bottom: 50px;
  }

  .works-header h2 {
    font-size: 34px;
  }

  /* ========================================================
       STEP
       ======================================================== */

  .work-step-icon {
    width: 64px;

    height: 64px;

    margin-bottom: 20px;
  }

  .work-step-content h3 {
    font-size: 17px;
  }

  .work-step-content p {
    font-size: 13px;
  }

  /* ========================================================
       PLATFORM MESSAGE
       ======================================================== */

  .works-platform-message {
    grid-template-columns: 1fr;

    gap: 20px;

    margin-top: 60px;

    padding: 24px;
  }

  /* ========================================================
       DIVIDER
       ======================================================== */

  .works-audience-divider {
    width: 100%;

    height: 1px;
  }

  /* ========================================================
       AUDIENCE
       ======================================================== */

  .works-audience {
    align-items: flex-start;
  }
}

/* ============================================================
   11. HOW VEXYRA WORKS — SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {
  .how-vexyra-works {
    padding: 65px 0;
  }

  .works-header h2 {
    font-size: 30px;
  }

  .works-platform-message {
    padding: 20px;
  }
}

/* ============================================================
   12. POST A REQUIREMENT CTA — TABLET
   ============================================================ */

@media (max-width: 900px) {
  .requirement-cta-card {
    grid-template-columns: 1fr;

    gap: 50px;

    padding: 55px;
  }

  .requirement-cta-content {
    text-align: center;
  }

  .requirement-cta-content h2,
  .requirement-cta-content > p {
    margin-left: auto;

    margin-right: auto;
  }

  .requirement-cta-button {
    justify-content: center;
  }

  .requirement-benefits {
    justify-content: center;
  }
}

/* ============================================================
   13. POST A REQUIREMENT CTA — MOBILE
   ============================================================ */

@media (max-width: 768px) {
  .requirement-cta {
    padding: 80px 0;
  }

  .requirement-cta-card {
    gap: 40px;

    padding: 45px 28px;

    border-radius: 22px;
  }

  .requirement-cta-content h2 {
    font-size: 34px;

    letter-spacing: -1.2px;
  }

  .requirement-cta-content > p {
    font-size: 14px;
  }

  .requirement-benefits {
    flex-direction: column;

    align-items: center;

    gap: 11px;
  }

  .requirement-preview {
    max-width: 350px;

    transform: none;
  }

  .requirement-preview:hover {
    transform: translateY(-3px);
  }
}

/* ============================================================
   14. POST A REQUIREMENT CTA — SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {
  .requirement-cta {
    padding: 65px 0;
  }

  .requirement-cta-card {
    padding: 38px 20px;
  }

  .requirement-cta-content h2 {
    font-size: 30px;
  }

  .requirement-preview-body {
    padding: 22px 18px;
  }
}

/* ============================================================
   15. POST A REQUIREMENT PAGE — RESPONSIVE
   ------------------------------------------------------------
   Mobile and tablet styling for the VexYra requirement
   submission page.
   ============================================================ */

/* ============================================================
   15A. TABLET
   ============================================================ */

@media (max-width: 1000px) {
  /* --------------------------------------------------------
       Main requirement layout
       -------------------------------------------------------- */

  .requirement-form-layout {
    grid-template-columns: minmax(0, 1fr);

    max-width: 760px;
  }

  /* --------------------------------------------------------
       Information card
       -------------------------------------------------------- */

  .requirement-info-card {
    position: static;
  }
}

/* ============================================================
   15B. TABLET / SMALL LAPTOP
   ============================================================ */

@media (max-width: 800px) {
  /* --------------------------------------------------------
       Page spacing
       -------------------------------------------------------- */

  .post-requirement-page {
    padding: 70px 0 90px;
  }

  /* --------------------------------------------------------
       Page introduction
       -------------------------------------------------------- */

  .post-requirement-intro {
    margin-bottom: 40px;
  }

  .post-requirement-intro h1 {
    font-size: 42px;

    letter-spacing: -1.5px;
  }

  /* --------------------------------------------------------
       Form card
       -------------------------------------------------------- */

  .requirement-form-card {
    padding: 30px;
  }

  /* --------------------------------------------------------
       Progress indicator
       -------------------------------------------------------- */

  .requirement-progress {
    margin-bottom: 35px;
  }

  .requirement-progress-step strong {
    display: none;
  }

  .requirement-progress-line {
    margin: 0 10px;
  }

  /* --------------------------------------------------------
       Form row
       -------------------------------------------------------- */

  .form-row {
    grid-template-columns: 1fr;

    gap: 0;
  }

  /* --------------------------------------------------------
       Information card
       -------------------------------------------------------- */

  .requirement-info-card {
    padding: 25px;
  }
}

/* ============================================================
   15C. MOBILE
   ============================================================ */

@media (max-width: 600px) {
  /* --------------------------------------------------------
       Main page
       -------------------------------------------------------- */

  .post-requirement-page {
    padding: 55px 0 70px;
  }

  /* --------------------------------------------------------
       Page introduction
       -------------------------------------------------------- */

  .post-requirement-intro {
    margin-bottom: 32px;
  }

  .post-requirement-intro .section-label {
    margin-bottom: 12px;
  }

  .post-requirement-intro h1 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;
  }

  .post-requirement-intro p {
    margin-top: 15px;

    font-size: 14px;

    line-height: 1.65;
  }

  /* --------------------------------------------------------
       Requirement layout
       -------------------------------------------------------- */

  .requirement-form-layout {
    width: 100%;
  }

  /* --------------------------------------------------------
       Form card
       -------------------------------------------------------- */

  .requirement-form-card {
    padding: 23px 18px;

    border-radius: 18px;
  }

  /* --------------------------------------------------------
       Progress indicator
       -------------------------------------------------------- */

  .requirement-progress {
    margin-bottom: 30px;
  }

  .requirement-progress-step {
    gap: 0;
  }

  .requirement-progress-step span {
    width: 28px;

    height: 28px;

    font-size: 10px;
  }

  .requirement-progress-line {
    margin: 0 7px;
  }

  /* --------------------------------------------------------
       Step heading
       -------------------------------------------------------- */

  .form-step-heading {
    margin-bottom: 26px;
  }

  .form-step-heading h2 {
    font-size: 22px;
  }

  .form-step-heading p {
    margin-top: 8px;

    font-size: 13px;
  }

  /* --------------------------------------------------------
       Form fields
       -------------------------------------------------------- */

  .form-group {
    margin-bottom: 20px;
  }

  .form-group label {
    font-size: 12px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 12px 13px;

    font-size: 13px;

    border-radius: 9px;
  }

  .form-group textarea {
    min-height: 135px;
  }

  /* --------------------------------------------------------
       Form actions
       -------------------------------------------------------- */

  .form-actions {
    flex-direction: column;

    align-items: stretch;

    gap: 10px;

    margin-top: 28px;
  }

  .form-actions-between {
    flex-direction: column-reverse;
  }

  .form-actions .btn {
    width: 100%;
  }

  /* --------------------------------------------------------
       Review section
       -------------------------------------------------------- */

  .review-item {
    grid-template-columns: 1fr;

    gap: 5px;

    padding: 14px;
  }

  .review-item span {
    font-size: 11px;
  }

  .review-item strong {
    font-size: 13px;
  }

  /* --------------------------------------------------------
       Posting note
       -------------------------------------------------------- */

  .requirement-posting-note {
    gap: 9px;

    padding: 14px;
  }

  .requirement-posting-note p {
    font-size: 11px;
  }

  /* --------------------------------------------------------
       Information sidebar
       -------------------------------------------------------- */

  .requirement-info-card {
    padding: 22px;

    border-radius: 18px;
  }

  .requirement-info-header {
    padding-bottom: 18px;
  }

  .requirement-info-steps {
    padding: 20px 0;
  }

  .requirement-info-step {
    margin-bottom: 17px;
  }
}

/* ============================================================
   15D. SMALL MOBILE
   ============================================================ */

@media (max-width: 400px) {
  /* --------------------------------------------------------
       Page heading
       -------------------------------------------------------- */

  .post-requirement-intro h1 {
    font-size: 30px;
  }

  /* --------------------------------------------------------
       Form card
       -------------------------------------------------------- */

  .requirement-form-card {
    padding: 20px 15px;
  }

  /* --------------------------------------------------------
       Progress
       -------------------------------------------------------- */

  .requirement-progress-line {
    margin: 0 5px;
  }

  /* --------------------------------------------------------
       Form heading
       -------------------------------------------------------- */

  .form-step-heading h2 {
    font-size: 20px;
  }

  /* --------------------------------------------------------
       Information card
       -------------------------------------------------------- */

  .requirement-info-card {
    padding: 19px;
  }
}

/* ============================================================
   16. AUTHENTICATION / LOGIN PAGE — RESPONSIVE
   ------------------------------------------------------------
   Responsive styling for the VexYra login page.

   Desktop styles remain in style.css.
   This section handles:
   - Tablets
   - Small laptops
   - Mobile devices
   - Small mobile devices
   ============================================================ */

/* ============================================================
   16A. TABLET / SMALL LAPTOP
   ============================================================ */

@media (max-width: 1000px) {
  /* --------------------------------------------------------
       Authentication layout
       -------------------------------------------------------- */

  .auth-layout {
    grid-template-columns:
      minmax(0, 450px)
      minmax(0, 1fr);

    gap: 24px;

    max-width: 920px;
  }

  /* --------------------------------------------------------
       Login card
       -------------------------------------------------------- */

  .auth-card {
    padding: 35px;
  }

  /* --------------------------------------------------------
       Showcase
       -------------------------------------------------------- */

  .auth-showcase {
    padding: 38px;
  }

  .auth-showcase-content h2 {
    font-size: 34px;
  }
}

/* ============================================================
   16B. TABLET
   ============================================================ */

@media (max-width: 800px) {
  /* --------------------------------------------------------
       Authentication page
       -------------------------------------------------------- */

  .auth-page {
    padding: 60px 0 80px;
  }

  /* --------------------------------------------------------
       Change two-column layout into one column
       -------------------------------------------------------- */

  .auth-layout {
    grid-template-columns: 1fr;

    max-width: 560px;

    gap: 25px;
  }

  /* --------------------------------------------------------
       Login card
       -------------------------------------------------------- */

  .auth-card {
    padding: 35px;
  }

  /* --------------------------------------------------------
       Showcase
       -------------------------------------------------------- */

  .auth-showcase {
    min-height: auto;

    padding: 38px;
  }

  .auth-showcase-content h2 {
    max-width: 600px;

    font-size: 34px;
  }

  .auth-showcase-content > p {
    max-width: 600px;
  }

  .auth-showcase-features {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin-top: 35px;
  }

  .auth-showcase-feature {
    flex-direction: column;

    gap: 10px;
  }

  .auth-showcase-feature p {
    max-width: none;
  }

  .auth-showcase-message {
    margin-top: 35px;
  }
}

/* ============================================================
   16C. MOBILE
   ============================================================ */

@media (max-width: 600px) {
  /* --------------------------------------------------------
       Authentication page
       -------------------------------------------------------- */

  .auth-page {
    min-height: auto;

    padding: 45px 0 65px;
  }

  /* --------------------------------------------------------
       Authentication layout
       -------------------------------------------------------- */

  .auth-layout {
    width: 100%;

    max-width: none;

    gap: 20px;
  }

  /* --------------------------------------------------------
       Login card
       -------------------------------------------------------- */

  .auth-card {
    padding: 28px 20px;

    border-radius: 18px;
  }

  /* --------------------------------------------------------
       Authentication header
       -------------------------------------------------------- */

  .auth-header {
    margin-bottom: 27px;
  }

  .auth-header h1 {
    font-size: 30px;

    letter-spacing: -0.8px;
  }

  .auth-header p {
    margin-top: 10px;

    font-size: 13px;
  }

  /* --------------------------------------------------------
       Form label row
       -------------------------------------------------------- */

  .form-label-row {
    gap: 8px;
  }

  .auth-forgot-link {
    font-size: 10px;
  }

  /* --------------------------------------------------------
       Login button
       -------------------------------------------------------- */

  .auth-submit-btn {
    min-height: 47px;
  }

  /* --------------------------------------------------------
       Social login
       -------------------------------------------------------- */

  .social-login-btn {
    min-height: 45px;

    font-size: 12px;
  }

  /* --------------------------------------------------------
       Signup section
       -------------------------------------------------------- */

  .auth-signup {
    margin-top: 24px;

    padding-top: 20px;

    text-align: center;
  }

  /* --------------------------------------------------------
       Showcase
       -------------------------------------------------------- */

  .auth-showcase {
    min-height: auto;

    padding: 30px 23px;

    border-radius: 18px;
  }

  /* --------------------------------------------------------
       Showcase heading
       -------------------------------------------------------- */

  .auth-showcase-label {
    font-size: 9px;

    letter-spacing: 1.2px;
  }

  .auth-showcase-content h2 {
    margin-top: 15px;

    font-size: 29px;

    line-height: 1.16;

    letter-spacing: -0.8px;
  }

  .auth-showcase-content > p {
    margin-top: 16px;

    font-size: 13px;

    line-height: 1.65;
  }

  /* --------------------------------------------------------
       Showcase features
       -------------------------------------------------------- */

  .auth-showcase-features {
    display: flex;

    flex-direction: column;

    gap: 18px;

    margin-top: 30px;
  }

  .auth-showcase-feature {
    flex-direction: row;

    gap: 12px;
  }

  .auth-showcase-feature strong {
    font-size: 12px;
  }

  .auth-showcase-feature p {
    margin-top: 4px;

    font-size: 10px;

    line-height: 1.5;
  }

  /* --------------------------------------------------------
       Showcase message
       -------------------------------------------------------- */

  .auth-showcase-message {
    margin-top: 30px;

    padding-top: 18px;
  }
}

/* ============================================================
   16D. SMALL MOBILE
   ============================================================ */

@media (max-width: 400px) {
  /* --------------------------------------------------------
       Authentication page
       -------------------------------------------------------- */

  .auth-page {
    padding: 35px 0 55px;
  }

  /* --------------------------------------------------------
       Login card
       -------------------------------------------------------- */

  .auth-card {
    padding: 24px 16px;

    border-radius: 16px;
  }

  /* --------------------------------------------------------
       Header
       -------------------------------------------------------- */

  .auth-header h1 {
    font-size: 27px;
  }

  .auth-header p {
    font-size: 12px;
  }

  /* --------------------------------------------------------
       Form
       -------------------------------------------------------- */

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 13px;
  }

  /* --------------------------------------------------------
       Forgot password
       -------------------------------------------------------- */

  .form-label-row {
    align-items: flex-start;

    flex-direction: column;

    gap: 0;
  }

  .auth-forgot-link {
    margin-top: 2px;
  }

  /* --------------------------------------------------------
       Showcase
       -------------------------------------------------------- */

  .auth-showcase {
    padding: 26px 19px;
  }

  .auth-showcase-content h2 {
    font-size: 26px;
  }

  .auth-showcase-content > p {
    font-size: 12px;
  }

  .auth-showcase-feature p {
    font-size: 10px;
  }
}

/* ============================================================
   17. SIGNUP PAGE — RESPONSIVE STYLES
   ------------------------------------------------------------
   Responsive styling specifically for:

   /pages/signup.html

   This section builds on the shared authentication styles
   already present in style.css and responsive.css.

   It controls:
   - Signup account type cards
   - Signup form layout
   - Password row
   - Terms checkbox
   - Signup showcase
   - Mobile spacing
   ============================================================ */

/* ============================================================
   17A. TABLET / SMALL LAPTOP
   ============================================================ */

@media (max-width: 1000px) {
  /* --------------------------------------------------------
     Signup layout
     -------------------------------------------------------- */

  .signup-layout {
    grid-template-columns:
      minmax(0, 450px)
      minmax(0, 1fr);

    gap: 24px;

    max-width: 920px;
  }

  /* --------------------------------------------------------
     Signup card
     -------------------------------------------------------- */

  .signup-card {
    padding: 35px;
  }

  /* --------------------------------------------------------
     Signup showcase
     -------------------------------------------------------- */

  .signup-showcase {
    padding: 38px;
  }

  /* --------------------------------------------------------
     Account type options
     -------------------------------------------------------- */

  .account-type-options {
    gap: 10px;
  }

  /* --------------------------------------------------------
     Account type option
     -------------------------------------------------------- */

  .account-type-option {
    padding: 13px;
  }

  /* --------------------------------------------------------
     Password row
     -------------------------------------------------------- */

  .signup-card .form-row {
    grid-template-columns: 1fr;

    gap: 0;
  }
}

/* ============================================================
   17B. TABLET
   ============================================================ */

@media (max-width: 800px) {
  /* --------------------------------------------------------
     Signup page
     -------------------------------------------------------- */

  .signup-page {
    padding: 60px 0 80px;
  }

  /* --------------------------------------------------------
     Signup layout
     -------------------------------------------------------- */

  .signup-layout {
    grid-template-columns: 1fr;

    max-width: 560px;

    gap: 25px;
  }

  /* --------------------------------------------------------
     Signup card
     -------------------------------------------------------- */

  .signup-card {
    padding: 35px;
  }

  /* --------------------------------------------------------
     Signup showcase
     -------------------------------------------------------- */

  .signup-showcase {
    min-height: auto;

    padding: 38px;
  }

  /* --------------------------------------------------------
     Showcase features
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-features {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin-top: 35px;
  }

  /* --------------------------------------------------------
     Showcase feature
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-feature {
    flex-direction: column;

    gap: 10px;
  }

  /* --------------------------------------------------------
     Account type options
     -------------------------------------------------------- */

  .account-type-options {
    display: grid;

    grid-template-columns: 1fr;

    gap: 10px;
  }

  /* --------------------------------------------------------
     Password fields
     -------------------------------------------------------- */

  .signup-card .form-row {
    grid-template-columns: 1fr;

    gap: 0;
  }
}

/* ============================================================
   17C. MOBILE
   ============================================================ */

@media (max-width: 600px) {
  /* --------------------------------------------------------
     Signup page
     -------------------------------------------------------- */

  .signup-page {
    min-height: auto;

    padding: 45px 0 65px;
  }

  /* --------------------------------------------------------
     Signup layout
     -------------------------------------------------------- */

  .signup-layout {
    width: 100%;

    max-width: none;

    gap: 20px;
  }

  /* --------------------------------------------------------
     Signup card
     -------------------------------------------------------- */

  .signup-card {
    padding: 28px 20px;

    border-radius: 18px;
  }

  /* --------------------------------------------------------
     Signup header
     -------------------------------------------------------- */

  .signup-card .auth-header {
    margin-bottom: 27px;
  }

  /* --------------------------------------------------------
     Signup heading
     -------------------------------------------------------- */

  .signup-card .auth-header h1 {
    font-size: 30px;

    line-height: 1.15;

    letter-spacing: -0.8px;
  }

  /* --------------------------------------------------------
     Signup description
     -------------------------------------------------------- */

  .signup-card .auth-header p {
    margin-top: 10px;

    font-size: 13px;

    line-height: 1.65;
  }

  /* ========================================================
     ACCOUNT TYPE SECTION
     ======================================================== */

  .signup-account-type {
    margin-bottom: 25px;
  }

  /* --------------------------------------------------------
     Account type label
     -------------------------------------------------------- */

  .signup-account-type > label {
    font-size: 12px;
  }

  /* --------------------------------------------------------
     Account type description
     -------------------------------------------------------- */

  .form-field-description {
    margin-top: 5px;

    font-size: 11px;

    line-height: 1.5;
  }

  /* --------------------------------------------------------
     Account type options
     -------------------------------------------------------- */

  .account-type-options {
    display: flex;

    flex-direction: column;

    gap: 9px;

    margin-top: 12px;
  }

  /* --------------------------------------------------------
     Individual account type option
     -------------------------------------------------------- */

  .account-type-option {
    display: block;

    padding: 13px;

    border-radius: 10px;
  }

  /* --------------------------------------------------------
     Account type content
     -------------------------------------------------------- */

  .account-type-content {
    display: flex;

    align-items: center;

    gap: 11px;
  }

  /* --------------------------------------------------------
     Account type icon
     -------------------------------------------------------- */

  .account-type-icon {
    flex: 0 0 auto;

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 15px;
  }

  /* --------------------------------------------------------
     Account type text
     -------------------------------------------------------- */

  .account-type-text {
    min-width: 0;
  }

  .account-type-text strong {
    display: block;

    font-size: 12px;

    line-height: 1.4;
  }

  .account-type-text small {
    display: block;

    margin-top: 3px;

    font-size: 10px;

    line-height: 1.45;
  }

  /* ========================================================
     FORM
     ======================================================== */

  .signup-card .form-group {
    margin-bottom: 19px;
  }

  /* --------------------------------------------------------
     Form labels
     -------------------------------------------------------- */

  .signup-card .form-group > label {
    font-size: 12px;
  }

  /* --------------------------------------------------------
     Inputs
     -------------------------------------------------------- */

  .signup-card .form-group input {
    min-height: 45px;

    padding: 11px 13px;

    font-size: 13px;

    border-radius: 9px;
  }

  /* --------------------------------------------------------
     Password row
     -------------------------------------------------------- */

  .signup-card .form-row {
    display: grid;

    grid-template-columns: 1fr;

    gap: 0;
  }

  /* ========================================================
     OPTIONAL LABEL
     ======================================================== */

  .optional-label {
    font-size: 9px;
  }

  /* ========================================================
     TERMS
     ======================================================== */

  .signup-terms {
    margin-top: 3px;

    margin-bottom: 20px;
  }

  .signup-terms .checkbox-label {
    align-items: flex-start;

    gap: 8px;

    font-size: 10px;

    line-height: 1.55;
  }

  .signup-terms input[type="checkbox"] {
    flex: 0 0 auto;

    margin-top: 2px;
  }

  .signup-terms .terms-link {
    font-size: inherit;
  }

  /* ========================================================
     CREATE ACCOUNT BUTTON
     ======================================================== */

  .signup-submit-btn {
    width: 100%;

    min-height: 47px;
  }

  /* ========================================================
     DIVIDER
     ======================================================== */

  .signup-card .auth-divider {
    margin: 24px 0;
  }

  /* ========================================================
     GOOGLE BUTTON
     ======================================================== */

  .signup-card .social-login-btn {
    width: 100%;

    min-height: 45px;

    font-size: 12px;
  }

  /* ========================================================
     LOGIN LINK
     ======================================================== */

  .signup-card .auth-signup {
    margin-top: 24px;

    padding-top: 20px;

    text-align: center;

    font-size: 11px;
  }

  /* ========================================================
     SIGNUP SHOWCASE
     ======================================================== */

  .signup-showcase {
    min-height: auto;

    padding: 30px 23px;

    border-radius: 18px;
  }

  /* --------------------------------------------------------
     Showcase label
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-label {
    font-size: 9px;

    letter-spacing: 1.2px;
  }

  /* --------------------------------------------------------
     Showcase heading
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-content h2 {
    margin-top: 15px;

    font-size: 29px;

    line-height: 1.16;

    letter-spacing: -0.8px;
  }

  /* --------------------------------------------------------
     Showcase paragraph
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-content > p {
    margin-top: 16px;

    font-size: 13px;

    line-height: 1.65;
  }

  /* --------------------------------------------------------
     Showcase features
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-features {
    display: flex;

    flex-direction: column;

    gap: 18px;

    margin-top: 30px;
  }

  /* --------------------------------------------------------
     Showcase feature
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-feature {
    flex-direction: row;

    gap: 12px;
  }

  /* --------------------------------------------------------
     Feature number
     -------------------------------------------------------- */

  .signup-showcase .auth-feature-icon {
    flex: 0 0 auto;
  }

  /* --------------------------------------------------------
     Feature heading
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-feature strong {
    font-size: 12px;
  }

  /* --------------------------------------------------------
     Feature paragraph
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-feature p {
    margin-top: 4px;

    font-size: 10px;

    line-height: 1.5;
  }

  /* --------------------------------------------------------
     Showcase message
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-message {
    margin-top: 30px;

    padding-top: 18px;
  }
}

/* ============================================================
   17D. SMALL MOBILE
   ============================================================ */

@media (max-width: 400px) {
  /* --------------------------------------------------------
     Signup page
     -------------------------------------------------------- */

  .signup-page {
    padding: 35px 0 55px;
  }

  /* --------------------------------------------------------
     Signup card
     -------------------------------------------------------- */

  .signup-card {
    padding: 24px 16px;

    border-radius: 16px;
  }

  /* --------------------------------------------------------
     Signup heading
     -------------------------------------------------------- */

  .signup-card .auth-header h1 {
    font-size: 27px;
  }

  /* --------------------------------------------------------
     Signup description
     -------------------------------------------------------- */

  .signup-card .auth-header p {
    font-size: 12px;
  }

  /* --------------------------------------------------------
     Account type option
     -------------------------------------------------------- */

  .account-type-option {
    padding: 11px;
  }

  /* --------------------------------------------------------
     Account icon
     -------------------------------------------------------- */

  .account-type-icon {
    width: 35px;

    height: 35px;

    font-size: 14px;
  }

  /* --------------------------------------------------------
     Account type heading
     -------------------------------------------------------- */

  .account-type-text strong {
    font-size: 11px;
  }

  /* --------------------------------------------------------
     Account type description
     -------------------------------------------------------- */

  .account-type-text small {
    font-size: 9px;
  }

  /* --------------------------------------------------------
     Inputs
     -------------------------------------------------------- */

  .signup-card .form-group input {
    font-size: 12px;
  }

  /* --------------------------------------------------------
     Terms
     -------------------------------------------------------- */

  .signup-terms .checkbox-label {
    font-size: 9px;
  }

  /* --------------------------------------------------------
     Showcase
     -------------------------------------------------------- */

  .signup-showcase {
    padding: 26px 19px;
  }

  /* --------------------------------------------------------
     Showcase heading
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-content h2 {
    font-size: 26px;
  }

  /* --------------------------------------------------------
     Showcase paragraph
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-content > p {
    font-size: 12px;
  }

  /* --------------------------------------------------------
     Showcase feature paragraph
     -------------------------------------------------------- */

  .signup-showcase .auth-showcase-feature p {
    font-size: 10px;
  }
}

/* ============================================================
   VEXYRA EXPLORE
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .explore-page {
    padding: 56px 0 72px;
  }

  .explore-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .explore-page {
    padding: 44px 0 60px;
  }

  .explore-hero {
    margin-bottom: 36px;
  }

  .explore-search-section {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 48px;
  }

  .explore-results-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .explore-results-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .explore-listing-image {
    height: 210px;
  }
}

@media (max-width: 480px) {
  .explore-page {
    padding: 36px 0 48px;
  }

  .explore-listing-content {
    padding: 18px;
  }

  .explore-listing-image {
    height: 180px;
  }

  .explore-search-input,
  .explore-filter-select {
    min-height: 50px;
  }
}

/* ============================================================
   VEXYRA LISTING PROFILE
   TABLET / MOBILE RESPONSIVE STYLES
   ============================================================ */

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 900px) {
  .listing-page {
    padding: 45px 0 70px;
  }

  .listing-profile {
    grid-template-columns: 1fr;

    gap: 35px;

    padding: 18px;

    border-radius: 22px;
  }

  .listing-profile-image {
    min-height: 360px;

    border-radius: 17px;
  }

  .listing-profile-image img {
    min-height: 360px;
  }

  .listing-profile-content {
    padding: 10px 10px 25px;
  }

  .listing-profile-content h1 {
    font-size: clamp(2.3rem, 11vw, 3.8rem);
  }
}

/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 600px) {
  .listing-page {
    padding: 25px 0 55px;
  }

  .listing-profile {
    padding: 12px;

    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
  }

  .listing-profile-image {
    min-height: 280px;

    border-radius: 14px;
  }

  .listing-profile-image img {
    min-height: 280px;
  }

  .listing-profile-content {
    padding: 10px 8px 20px;
  }

  .listing-profile-content .explore-listing-meta {
    margin-bottom: 16px;
  }

  .listing-profile-content h1 {
    font-size: 2.45rem;

    letter-spacing: -0.045em;
  }

  .listing-profile-content .explore-listing-description {
    font-size: 1rem;

    line-height: 1.65;
  }

  .listing-profile-contact {
    grid-template-columns: 1fr;

    margin-top: 28px;
  }
}

/* Call to action button in dashboard for listing */
@media (max-width: 600px) {
  .listing-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .listing-action-button {
    flex: 1 1 calc(50% - 5px);
    min-height: 44px;
    padding: 0 14px;

    font-size: 13px;
  }
}

/* ============================================================
   BUSINESS MEDIA
   Responsive: Logo + Gallery
   ============================================================ */

/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 1024px) {
  .business-gallery-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .business-logo-preview {
    width: 165px;
    height: 165px;
  }

  .business-media-section {
    padding: 22px;
  }
}

/* ------------------------------------------------------------
   SMALL TABLET
   ------------------------------------------------------------ */

@media (max-width: 768px) {
  .business-media-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .business-media-actions {
    width: 100%;
  }

  .business-media-actions button {
    flex: 1;
  }

  .business-gallery-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .business-logo-preview {
    width: 155px;
    height: 155px;
  }

  .business-gallery-upload {
    width: 100%;
  }

  .business-gallery-upload input[type="file"] {
    width: 100%;
    max-width: none;
  }
}

/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 600px) {
  .business-media-section {
    padding: 16px;
    border-radius: 12px;
  }

  .business-media-header {
    gap: 14px;
    margin-bottom: 20px;
  }

  .business-media-header h2,
  .business-media-header h3 {
    font-size: 18px;
  }

  .business-media-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .business-media-actions button {
    width: 100%;
    min-width: 0;
  }

  /* ----------------------------------------------------------
     LOGO
     ---------------------------------------------------------- */

  .business-logo-section {
    margin-bottom: 24px;
  }

  .business-logo-preview {
    width: 145px;
    height: 145px;
    border-radius: 12px;
  }

  .business-logo-controls {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .business-logo-controls input[type="file"] {
    width: 100%;
    max-width: none;
  }

  .business-logo-remove {
    width: 100%;
  }

  /* ----------------------------------------------------------
     GALLERY
     ---------------------------------------------------------- */

  .business-gallery-section {
    margin-top: 24px;
  }

  .business-gallery-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .business-gallery-item {
    border-radius: 10px;
  }

  .business-gallery-remove {
    opacity: 1;
    transform: none;
    right: 6px;
    bottom: 6px;
    padding: 5px 8px;
    font-size: 11px;
  }

  .business-gallery-upload {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .business-gallery-upload input[type="file"] {
    width: 100%;
    max-width: none;
  }

  /* ----------------------------------------------------------
     MESSAGE
     ---------------------------------------------------------- */

  #businessGallerySaveMessage {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* ============================================================
   VEXYRA HEADER — RESPONSIVE LOGOUT BUTTON
   ============================================================ */

@media (max-width: 768px) {
  .header-logout-button {
    padding: 9px 14px;
    font-size: 13px;
    border-radius: 7px;
  }

  .mobile-logout-button {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    text-align: left;
  }
}

/* ============================================================
   SMALL MOBILE DEVICES
   ============================================================ */

@media (max-width: 480px) {
  .header-logout-button {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 6px;
  }

  .mobile-logout-button {
    padding: 11px 14px;
    font-size: 14px;
  }
}

/* ============================================================
   VEXYRA SERVICES PAGE
   RESPONSIVE STYLES
   ------------------------------------------------------------
   Add this to:
   css/responsive.css
   ============================================================ */

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1024px) {
  /* ----------------------------------------------------------
     SERVICES HERO
     ---------------------------------------------------------- */

  .services-hero {
    padding: 90px 0 75px;
  }

  .services-hero h1 {
    max-width: 760px;
    font-size: clamp(2.4rem, 6vw, 4rem);
  }

  .services-search {
    max-width: 680px;
  }

  /* ----------------------------------------------------------
     CATEGORY GRID
     ---------------------------------------------------------- */

  .services-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* ----------------------------------------------------------
     SERVICES GRID
     ---------------------------------------------------------- */

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* ----------------------------------------------------------
     SECTIONS
     ---------------------------------------------------------- */

  .services-categories,
  .services-directory {
    padding: 80px 0 90px;
  }

  .services-cta {
    padding: 85px 0;
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {
  /* ----------------------------------------------------------
     SERVICES HERO
     ---------------------------------------------------------- */

  .services-hero {
    padding: 70px 0 65px;
  }

  .services-hero h1 {
    max-width: 600px;
    font-size: clamp(2.15rem, 9vw, 3.2rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
  }

  .services-hero p {
    max-width: 520px;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     SEARCH
     ---------------------------------------------------------- */

  .services-search {
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    margin-top: 32px;
    padding: 7px;
    border-radius: 16px;
  }

  .services-search input {
    width: 100%;
    height: 52px;
    padding: 0 15px;
  }

  .services-search .btn {
    width: 100%;
    min-height: 52px;
  }

  /* ----------------------------------------------------------
     SECTIONS
     ---------------------------------------------------------- */

  .services-categories,
  .services-directory {
    padding: 65px 0 70px;
  }

  .services-cta {
    padding: 70px 0;
  }

  /* ----------------------------------------------------------
     SECTION HEADERS
     ---------------------------------------------------------- */

  .services-page .section-header {
    margin-bottom: 28px;
  }

  .services-page .section-header h2 {
    font-size: 1.9rem;
  }

  .services-page .section-header p {
    font-size: 0.94rem;
  }

  /* ----------------------------------------------------------
     CATEGORY GRID
     ---------------------------------------------------------- */

  .services-category-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* ----------------------------------------------------------
     CATEGORY CARD
     ---------------------------------------------------------- */

  .service-category-card {
    min-height: 160px;
    padding: 23px;
    border-radius: 17px;
  }

  .service-category-card > span {
    width: 46px;
    height: 46px;
    margin-bottom: 17px;
    border-radius: 13px;
  }

  .service-category-card strong {
    font-size: 1rem;
  }

  .service-category-card small {
    font-size: 0.84rem;
  }

  /* ----------------------------------------------------------
     SERVICES GRID
     ---------------------------------------------------------- */

  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* ----------------------------------------------------------
     SERVICE CARD
     ---------------------------------------------------------- */

  .service-card {
    min-height: 220px;
    padding: 23px;
    border-radius: 17px;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }

  /* ----------------------------------------------------------
     EMPTY STATE
     ---------------------------------------------------------- */

  .services-empty {
    padding: 55px 20px;
  }

  /* ----------------------------------------------------------
     CTA
     ---------------------------------------------------------- */

  .services-cta h2 {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }

  .services-cta p {
    font-size: 0.94rem;
  }

  .services-cta .btn {
    width: 100%;
    max-width: 280px;
  }
}

/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {
  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .services-hero {
    padding: 55px 0 55px;
  }

  .services-hero .section-label {
    margin-bottom: 16px;
  }

  .services-hero h1 {
    font-size: 2.15rem;
  }

  .services-hero p {
    font-size: 0.92rem;
  }

  /* ----------------------------------------------------------
     SEARCH
     ---------------------------------------------------------- */

  .services-search {
    margin-top: 27px;
  }

  /* ----------------------------------------------------------
     SECTION SPACING
     ---------------------------------------------------------- */

  .services-categories,
  .services-directory {
    padding: 55px 0 60px;
  }

  .services-cta {
    padding: 60px 0;
  }

  /* ----------------------------------------------------------
     SECTION HEADER
     ---------------------------------------------------------- */

  .services-page .section-header h2 {
    font-size: 1.7rem;
  }

  /* ----------------------------------------------------------
     CATEGORY CARD
     ---------------------------------------------------------- */

  .service-category-card {
    min-height: 145px;
    padding: 20px;
  }

  /* ----------------------------------------------------------
     SERVICE CARD
     ---------------------------------------------------------- */

  .service-card {
    min-height: 205px;
    padding: 20px;
  }

  /* ----------------------------------------------------------
     CTA
     ---------------------------------------------------------- */

  .services-cta h2 {
    font-size: 2rem;
  }

  .services-cta p {
    font-size: 0.9rem;
  }
}

/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 360px) {
  .services-hero h1 {
    font-size: 1.95rem;
  }

  .services-search input {
    font-size: 0.9rem;
  }

  .service-category-card,
  .service-card {
    padding: 18px;
  }

  .services-page .section-header h2 {
    font-size: 1.55rem;
  }

  .services-cta h2 {
    font-size: 1.8rem;
  }
}

/* ============================================================
   VEXYRA SERVICE DETAILS
   RESPONSIVE STYLES
   ============================================================ */

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1024px) {
  .service-details-hero {
    padding: 90px 0 75px;
  }

  .service-details-hero h1 {
    font-size: clamp(40px, 7vw, 62px);
  }

  .service-details-content {
    padding: 70px 0;
  }

  .service-details-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
  }

  .service-details-card {
    padding: 28px;
    border-radius: 20px;
  }

  .service-details-sidebar {
    top: 90px;
  }

  .service-details-cta {
    padding: 85px 0;
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {
  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .service-details-hero {
    padding: 70px 0 60px;
  }

  .service-details-hero::after {
    width: 280px;
    height: 280px;
    right: -150px;
    top: -130px;
  }

  .service-details-back-link {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .service-details-category {
    margin-bottom: 15px;
  }

  .service-details-category span {
    min-height: 28px;
    padding: 6px 11px;
    font-size: 10px;
  }

  .service-details-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  .service-details-hero > .container > p {
    font-size: 16px;
    line-height: 1.65;
  }

  /* ----------------------------------------------------------
     CONTENT
     ---------------------------------------------------------- */

  .service-details-content {
    padding: 55px 0;
  }

  .service-details-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .service-details-main {
    width: 100%;
    gap: 20px;
  }

  .service-details-sidebar {
    position: static;
    width: 100%;
  }

  /* ----------------------------------------------------------
     CARDS
     ---------------------------------------------------------- */

  .service-details-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .service-details-card h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .service-details-card > p {
    font-size: 15px;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     PROVIDER
     ---------------------------------------------------------- */

  .service-provider-profile {
    gap: 14px;
  }

  .service-provider-avatar {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    font-size: 20px;
  }

  .service-provider-info h3 {
    font-size: 16px;
  }

  .service-provider-info p {
    font-size: 13px;
  }

  /* ----------------------------------------------------------
     DETAIL ROWS
     ---------------------------------------------------------- */

  .service-detail-info-row {
    gap: 15px;
    padding: 15px 0;
  }

  .service-detail-info-row span {
    font-size: 13px;
  }

  .service-detail-info-row strong {
    max-width: 55%;
    font-size: 13px;
  }

  /* ----------------------------------------------------------
     ACTIONS
     ---------------------------------------------------------- */

  .service-details-actions {
    margin-top: 24px;
  }

  .service-details-actions .btn {
    min-height: 48px;
  }

  /* ----------------------------------------------------------
     EMPTY STATE
     ---------------------------------------------------------- */

  .service-details-empty {
    padding: 70px 0;
  }

  .service-details-empty-card {
    padding: 45px 22px;
    border-radius: 22px;
  }

  .service-details-empty-card h2 {
    font-size: 27px;
  }

  .service-details-empty-card p {
    font-size: 15px;
  }

  /* ----------------------------------------------------------
     CTA
     ---------------------------------------------------------- */

  .service-details-cta {
    padding: 75px 0;
  }

  .service-details-cta h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .service-details-cta p {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {
  .service-details-hero {
    padding: 55px 0 50px;
  }

  .service-details-back-link {
    margin-bottom: 25px;
  }

  .service-details-hero h1 {
    font-size: 36px;
    letter-spacing: -0.04em;
  }

  .service-details-hero > .container > p {
    font-size: 15px;
  }

  .service-details-content {
    padding: 45px 0;
  }

  .service-details-card {
    padding: 21px 17px;
    border-radius: 16px;
  }

  .service-details-card h2 {
    font-size: 23px;
  }

  .service-detail-info-row {
    flex-direction: column;
    gap: 5px;
  }

  .service-detail-info-row strong {
    max-width: 100%;
    text-align: left;
  }

  .service-provider-avatar {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .service-details-empty-card {
    padding: 38px 18px;
  }

  .service-details-empty-card h2 {
    font-size: 25px;
  }

  .service-details-cta {
    padding: 65px 0;
  }

  .service-details-cta h2 {
    font-size: 32px;
  }

  .service-details-cta p {
    font-size: 14px;
  }
}

/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 360px) {
  .service-details-hero h1 {
    font-size: 32px;
  }

  .service-details-card {
    padding: 18px 15px;
  }

  .service-details-card h2 {
    font-size: 21px;
  }

  .service-provider-profile {
    align-items: flex-start;
  }

  .service-provider-avatar {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .service-details-cta h2 {
    font-size: 29px;
  }
}

/* ============================================================
   VEXYRA CONTACT PROVIDER - RESPONSIVE
   ============================================================ */

@media (max-width: 600px) {
  .vexyra-contact-overlay {
    align-items: flex-end;
    padding: 12px;
  }

  .vexyra-contact-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 28px 20px 22px;
    border-radius: 22px;
  }

  .vexyra-contact-dialog h2 {
    margin-right: 40px;
    font-size: 1.45rem;
  }

  .vexyra-contact-service {
    margin-bottom: 22px;
  }

  .vexyra-contact-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .vexyra-contact-meta strong {
    text-align: left;
  }

  .vexyra-contact-message {
    min-height: 120px;
  }

  .vexyra-contact-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .vexyra-contact-actions .btn {
    width: 100%;
  }
}

/* ============================================================
   VEXYRA — BUSINESSES PAGE
   ------------------------------------------------------------
   Premium business discovery experience
   Desktop / base styles
   Responsive adjustments belong in responsive.css
   ============================================================ */

/* ============================================================
   01. BUSINESSES HERO
   ============================================================ */

.businesses-hero {
  position: relative;
  overflow: hidden;

  padding: 92px 0 118px;

  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(108, 92, 231, 0.13),
      transparent 34%
    ),
    radial-gradient(
      circle at 12% 80%,
      rgba(108, 92, 231, 0.07),
      transparent 32%
    ),
    var(--color-background);
}

/* Decorative glow */

.businesses-hero::before {
  position: absolute;

  top: -180px;
  right: -140px;

  width: 430px;
  height: 430px;

  border: 1px solid rgba(108, 92, 231, 0.12);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}

.businesses-hero::after {
  position: absolute;

  right: 90px;
  bottom: -260px;

  width: 500px;
  height: 500px;

  border: 1px solid rgba(108, 92, 231, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}

.businesses-hero-content {
  position: relative;

  z-index: 1;

  max-width: 760px;

  margin: 0 auto;

  text-align: center;
}

/* ============================================================
   HERO LABEL
   ============================================================ */

.businesses-hero-content .section-label {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 22px;

  padding: 7px 13px;

  border: 1px solid rgba(108, 92, 231, 0.16);

  border-radius: 999px;

  background: rgba(108, 92, 231, 0.06);

  color: var(--color-primary);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 0.12em;
}

.businesses-hero-content .section-label::before {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--color-primary);

  content: "";
}

/* ============================================================
   HERO TITLE
   ============================================================ */

.businesses-hero h1 {
  max-width: 760px;

  margin: 0 auto;

  color: var(--color-text);

  font-size: clamp(42px, 5vw, 68px);

  font-weight: 700;

  line-height: 1.04;

  letter-spacing: -0.045em;
}

.businesses-hero h1 span {
  display: block;

  color: var(--color-primary);
}

.businesses-hero-content > p {
  max-width: 650px;

  margin: 25px auto 0;

  color: var(--color-text-secondary);

  font-size: 17px;

  line-height: 1.75;
}

/* ============================================================
   02. SEARCH SECTION
   ============================================================ */

.businesses-search-section {
  position: relative;

  z-index: 5;

  margin-top: -62px;

  padding-bottom: 74px;
}

.businesses-search-card {
  display: grid;

  grid-template-columns:
    minmax(280px, 1.7fr)
    minmax(180px, 0.8fr)
    minmax(170px, 0.7fr)
    auto;

  align-items: center;

  gap: 10px;

  padding: 12px;

  border: 1px solid rgba(255, 255, 255, 0.75);

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 24px 70px rgba(30, 25, 70, 0.12),
    0 5px 20px rgba(30, 25, 70, 0.05);

  backdrop-filter: blur(20px);

  -webkit-backdrop-filter: blur(20px);
}

/* ============================================================
   SEARCH FIELD
   ============================================================ */

.businesses-search-field {
  display: flex;

  align-items: center;

  gap: 12px;

  min-height: 54px;

  padding: 0 17px;

  border: 1px solid transparent;

  border-radius: 13px;

  background: var(--color-background-secondary);

  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.businesses-search-field:focus-within {
  border-color: rgba(108, 92, 231, 0.35);

  background: var(--color-background);

  box-shadow: 0 0 0 4px rgba(108, 92, 231, 0.07);
}

.businesses-search-icon {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 22px;

  color: var(--color-primary);

  font-size: 23px;

  line-height: 1;
}

.businesses-search-field input {
  width: 100%;

  border: 0;

  outline: 0;

  background: transparent;

  color: var(--color-text);

  font: inherit;

  font-size: 14px;
}

.businesses-search-field input::placeholder {
  color: var(--color-text-muted);
}

/* ============================================================
   FILTERS
   ============================================================ */

.businesses-filter-field {
  position: relative;

  min-width: 0;
}

.businesses-filter-field::after {
  position: absolute;

  top: 50%;
  right: 16px;

  width: 7px;
  height: 7px;

  border-right: 1.5px solid var(--color-text-secondary);
  border-bottom: 1.5px solid var(--color-text-secondary);

  transform: translateY(-65%) rotate(45deg);

  content: "";

  pointer-events: none;
}

.businesses-filter-field select {
  width: 100%;

  min-height: 54px;

  padding: 0 42px 0 16px;

  border: 1px solid transparent;

  border-radius: 13px;

  outline: 0;

  appearance: none;

  background: var(--color-background-secondary);

  color: var(--color-text);

  font: inherit;

  font-size: 13px;

  cursor: pointer;

  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.businesses-filter-field select:hover {
  background: rgba(108, 92, 231, 0.045);
}

.businesses-filter-field select:focus {
  border-color: rgba(108, 92, 231, 0.35);

  background: var(--color-background);

  box-shadow: 0 0 0 4px rgba(108, 92, 231, 0.07);
}

/* ============================================================
   SEARCH BUTTON
   ============================================================ */

.businesses-search-button {
  min-height: 54px;

  padding: 0 27px;

  border-radius: 13px;

  white-space: nowrap;

  box-shadow: 0 8px 20px rgba(108, 92, 231, 0.2);

  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.businesses-search-button:hover {
  transform: translateY(-2px);

  box-shadow: 0 12px 28px rgba(108, 92, 231, 0.28);
}

.businesses-search-button:active {
  transform: translateY(0);
}

/* ============================================================
   03. LISTING SECTION
   ============================================================ */

.businesses-listing-section {
  padding: 10px 0 105px;

  background: linear-gradient(
    180deg,
    var(--color-background),
    var(--color-background-secondary)
  );
}

/* ============================================================
   LISTING HEADER
   ============================================================ */

.businesses-listing-header {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;

  margin-bottom: 34px;
}

.businesses-listing-header .section-label {
  display: block;

  margin-bottom: 10px;

  color: var(--color-primary);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 0.12em;
}

.businesses-listing-header h2 {
  margin: 0;

  color: var(--color-text);

  font-size: 32px;

  font-weight: 700;

  letter-spacing: -0.03em;
}

.businesses-listing-header p {
  max-width: 620px;

  margin: 10px 0 0;

  color: var(--color-text-secondary);

  font-size: 14px;

  line-height: 1.6;
}

/* ============================================================
   RESULT COUNT
   ============================================================ */

.business-result-count {
  flex-shrink: 0;

  padding: 9px 14px;

  border: 1px solid rgba(108, 92, 231, 0.12);

  border-radius: 999px;

  background: rgba(108, 92, 231, 0.055);

  color: var(--color-primary);

  font-size: 12px;

  font-weight: 700;

  white-space: nowrap;
}

/* ============================================================
   04. BUSINESS GRID
   ============================================================ */

.business-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 20px;
}

/* ============================================================
   05. BUSINESS CARD
   ============================================================ */

.business-card {
  position: relative;

  display: flex;

  min-height: 285px;

  flex-direction: column;

  overflow: hidden;

  padding: 25px;

  border: 1px solid var(--color-border);

  border-radius: 20px;

  background: var(--color-background);

  box-shadow: 0 6px 25px rgba(20, 20, 40, 0.035);

  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.business-card::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 2px;

  background: linear-gradient(
    90deg,
    transparent,
    var(--color-primary),
    transparent
  );

  opacity: 0;

  transform: scaleX(0.6);

  transition:
    opacity 220ms ease,
    transform 220ms ease;

  content: "";
}

.business-card:hover {
  border-color: rgba(108, 92, 231, 0.18);

  box-shadow: 0 18px 45px rgba(30, 25, 70, 0.09);

  transform: translateY(-5px);
}

.business-card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}

/* ============================================================
   CARD TOP
   ============================================================ */

.business-card-top {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 21px;
}

/* ============================================================
   BUSINESS LOGO
   ============================================================ */

.business-card-logo {
  display: flex;

  flex-shrink: 0;

  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  overflow: hidden;

  border: 1px solid rgba(108, 92, 231, 0.12);

  border-radius: 16px;

  background: linear-gradient(
    145deg,
    rgba(108, 92, 231, 0.12),
    rgba(108, 92, 231, 0.04)
  );

  color: var(--color-primary);

  font-size: 21px;

  font-weight: 700;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.business-card-logo img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* ============================================================
   CARD HEADING
   ============================================================ */

.business-card-heading {
  min-width: 0;

  flex: 1;
}

.business-card-category-row {
  display: flex;

  align-items: center;

  gap: 7px;

  margin-bottom: 5px;
}

.business-card-category {
  display: inline-block;

  max-width: 100%;

  overflow: hidden;

  color: var(--color-primary);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.08em;

  line-height: 1.3;

  text-overflow: ellipsis;

  text-transform: uppercase;

  white-space: nowrap;
}

/* ============================================================
   VERIFIED BADGE
   ============================================================ */

.business-card-verified {
  display: inline-flex;

  flex-shrink: 0;

  align-items: center;
  justify-content: center;

  width: 17px;
  height: 17px;

  border-radius: 50%;

  background: var(--color-primary);

  color: #ffffff;

  font-size: 10px;

  font-weight: 800;
}

.business-card-heading h3 {
  overflow: hidden;

  margin: 0;

  color: var(--color-text);

  font-size: 18px;

  font-weight: 700;

  line-height: 1.25;

  letter-spacing: -0.02em;

  text-overflow: ellipsis;

  white-space: nowrap;
}

/* ============================================================
   CARD BODY
   ============================================================ */

.business-card-body {
  flex: 1;
}

.business-card-description {
  display: -webkit-box;

  margin: 0 0 19px;

  overflow: hidden;

  color: var(--color-text-secondary);

  font-size: 13px;

  line-height: 1.7;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.business-card-location {
  display: flex;

  align-items: center;

  gap: 7px;

  color: var(--color-text-secondary);

  font-size: 12px;

  font-weight: 500;
}

.business-card-location span:first-child {
  font-size: 13px;
}

/* ============================================================
   CARD FOOTER
   ============================================================ */

.business-card-footer {
  display: flex;

  align-items: center;

  margin-top: 22px;
  padding-top: 18px;

  border-top: 1px solid var(--color-border);
}

.business-view-button {
  width: 100%;

  min-height: 43px;

  border-radius: 11px;

  font-size: 12px;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.business-view-button span {
  display: inline-block;

  margin-left: 5px;

  transition: transform 180ms ease;
}

.business-view-button:hover {
  transform: translateY(-1px);
}

.business-view-button:hover span {
  transform: translateX(4px);
}

/* ============================================================
   06. LOADING / EMPTY STATES
   ============================================================ */

.business-state-card {
  display: flex;

  min-height: 260px;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  padding: 40px;

  border: 1px dashed rgba(108, 92, 231, 0.18);

  border-radius: 20px;

  background: rgba(108, 92, 231, 0.025);

  text-align: center;
}

.business-state-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  margin-bottom: 17px;

  border-radius: 16px;

  background: rgba(108, 92, 231, 0.08);

  color: var(--color-primary);

  font-size: 25px;
}

.business-state-card h3 {
  margin: 0;

  color: var(--color-text);

  font-size: 18px;
}

.business-state-card p {
  max-width: 430px;

  margin: 9px 0 0;

  color: var(--color-text-secondary);

  font-size: 13px;

  line-height: 1.6;
}

/* ============================================================
   LOADING ANIMATION
   ============================================================ */

#businessLoading .business-state-icon {
  animation: businessLoadingPulse 1.3s ease-in-out infinite;
}

@keyframes businessLoadingPulse {
  0%,
  100% {
    opacity: 0.45;

    transform: scale(0.92);
  }

  50% {
    opacity: 1;

    transform: scale(1.08);
  }
}

/* ============================================================
   07. BUSINESS OWNER CTA
   ============================================================ */

.businesses-owner-cta {
  padding: 0 0 105px;

  background: var(--color-background-secondary);
}

.businesses-owner-cta-card {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 45px;

  overflow: hidden;

  padding: 55px 60px;

  border: 1px solid rgba(108, 92, 231, 0.15);

  border-radius: 26px;

  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(108, 92, 231, 0.18),
      transparent 30%
    ),
    linear-gradient(135deg, rgba(108, 92, 231, 0.08), rgba(108, 92, 231, 0.025));

  box-shadow: 0 20px 55px rgba(30, 25, 70, 0.06);
}

.businesses-owner-cta-card::before {
  position: absolute;

  top: -120px;
  right: -90px;

  width: 280px;
  height: 280px;

  border: 1px solid rgba(108, 92, 231, 0.13);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}

.businesses-owner-cta-content {
  position: relative;

  z-index: 1;

  max-width: 670px;
}

.businesses-owner-cta-content .section-label {
  display: block;

  margin-bottom: 12px;

  color: var(--color-primary);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.12em;
}

.businesses-owner-cta-content h2 {
  margin: 0;

  color: var(--color-text);

  font-size: 34px;

  font-weight: 700;

  line-height: 1.15;

  letter-spacing: -0.035em;
}

.businesses-owner-cta-content h2 span {
  color: var(--color-primary);
}

.businesses-owner-cta-content p {
  max-width: 590px;

  margin: 14px 0 0;

  color: var(--color-text-secondary);

  font-size: 14px;

  line-height: 1.7;
}

.businesses-owner-cta-card > .btn {
  position: relative;

  z-index: 1;

  flex-shrink: 0;

  min-height: 48px;

  padding: 0 23px;

  border-radius: 12px;

  box-shadow: 0 10px 25px rgba(108, 92, 231, 0.18);
}

.businesses-owner-cta-card > .btn span {
  display: inline-block;

  margin-left: 6px;

  transition: transform 180ms ease;
}

.businesses-owner-cta-card > .btn:hover span {
  transform: translateX(4px);
}

/* ============================================================
   08. FOCUS ACCESSIBILITY
   ============================================================ */

.businesses-search-field input:focus-visible,
.businesses-filter-field select:focus-visible,
.businesses-search-button:focus-visible,
.business-view-button:focus-visible,
.businesses-owner-cta-card .btn:focus-visible {
  outline: 3px solid rgba(108, 92, 231, 0.22);

  outline-offset: 3px;
}

/* ============================================================
   09. REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .business-card,
  .business-card::before,
  .business-view-button,
  .business-view-button span,
  .businesses-search-button,
  .businesses-owner-cta-card > .btn span {
    transition: none;
  }

  #businessLoading .business-state-icon {
    animation: none;
  }
}

/* ============================================================
   VEXYRA BUSINESSES PAGE
   RESPONSIVE / TABLET / MOBILE
   ------------------------------------------------------------
   This file loads AFTER style.css
   ============================================================ */

/* ============================================================
   01. LARGE TABLETS / SMALL DESKTOP
   ============================================================ */

@media (max-width: 1100px) {
  .businesses-hero {
    padding: 90px 0 70px;
  }

  .businesses-hero-content {
    max-width: 760px;
  }

  .businesses-hero-content h1 {
    font-size: clamp(42px, 6vw, 64px);
  }

  .businesses-search-card {
    grid-template-columns: minmax(220px, 1.5fr) minmax(170px, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .businesses-search-field {
    grid-column: span 2;
  }

  .businesses-search-button {
    min-height: 54px;
  }

  .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .businesses-owner-cta-card {
    gap: 35px;
  }
}

/* ============================================================
   02. TABLET
   ============================================================ */

@media (max-width: 800px) {
  /* ----------------------------------------------------------
     GLOBAL CONTAINER
     ---------------------------------------------------------- */

  .businesses-hero .container,
  .businesses-search-section .container,
  .businesses-listing-section .container,
  .businesses-owner-cta .container {
    width: min(100% - 36px, 720px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .businesses-hero {
    padding: 75px 0 55px;
    text-align: center;
  }

  .businesses-hero-content {
    margin: 0 auto;
  }

  .businesses-hero-content .section-label {
    justify-content: center;
  }

  .businesses-hero-content h1 {
    font-size: clamp(40px, 8vw, 56px);
    line-height: 1.08;
  }

  .businesses-hero-content p {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  /* ----------------------------------------------------------
     SEARCH AREA
     ---------------------------------------------------------- */

  .businesses-search-section {
    margin-top: 0;
    padding: 0 0 65px;
  }

  .businesses-search-card {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 14px;
  }

  .businesses-search-field {
    grid-column: 1 / -1;
  }

  .businesses-filter-field {
    min-width: 0;
  }

  .businesses-search-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  /* ----------------------------------------------------------
     LISTING HEADER
     ---------------------------------------------------------- */

  .businesses-listing-section {
    padding: 70px 0;
  }

  .businesses-listing-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .business-result-count {
    align-self: flex-start;
  }

  /* ----------------------------------------------------------
     BUSINESS GRID
     ---------------------------------------------------------- */

  .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  /* ----------------------------------------------------------
     BUSINESS CARD
     ---------------------------------------------------------- */

  .business-card {
    padding: 22px;
  }

  .business-card-top {
    gap: 14px;
  }

  .business-card-logo {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .business-card-heading h3 {
    font-size: 18px;
  }

  .business-card-description {
    min-height: auto;
  }

  /* ----------------------------------------------------------
     OWNER CTA
     ---------------------------------------------------------- */

  .businesses-owner-cta {
    padding: 70px 0;
  }

  .businesses-owner-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 38px;
  }

  .businesses-owner-cta-card .btn {
    width: auto;
  }
}

/* ============================================================
   03. MOBILE
   ============================================================ */

@media (max-width: 600px) {
  /* ----------------------------------------------------------
     GLOBAL CONTAINER
     ---------------------------------------------------------- */

  .businesses-hero .container,
  .businesses-search-section .container,
  .businesses-listing-section .container,
  .businesses-owner-cta .container {
    width: min(100% - 28px, 520px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .businesses-hero {
    padding: 58px 0 42px;
  }

  .businesses-hero-content .section-label {
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .businesses-hero-content h1 {
    margin-top: 16px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }

  .businesses-hero-content p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     SEARCH
     ---------------------------------------------------------- */

  .businesses-search-section {
    padding-bottom: 48px;
  }

  .businesses-search-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 20px;
  }

  .businesses-search-field {
    grid-column: auto;
    min-height: 54px;
  }

  .businesses-filter-field {
    width: 100%;
    min-height: 54px;
  }

  .businesses-filter-field select {
    width: 100%;
    min-height: 54px;
  }

  .businesses-search-button {
    grid-column: auto;
    min-height: 54px;
    width: 100%;
  }

  /* ----------------------------------------------------------
     LISTINGS
     ---------------------------------------------------------- */

  .businesses-listing-section {
    padding: 52px 0;
  }

  .businesses-listing-header {
    gap: 18px;
    margin-bottom: 30px;
  }

  .businesses-listing-header h2 {
    margin-top: 8px;
    font-size: 30px;
    line-height: 1.15;
  }

  .businesses-listing-header p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
  }

  .business-result-count {
    width: 100%;
    justify-content: center;
  }

  /* ----------------------------------------------------------
     BUSINESS GRID
     ---------------------------------------------------------- */

  .business-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* ----------------------------------------------------------
     BUSINESS CARD
     ---------------------------------------------------------- */

  .business-card {
    padding: 20px;
    border-radius: 20px;
  }

  .business-card-top {
    align-items: center;
    gap: 13px;
  }

  .business-card-logo {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 15px;
  }

  .business-card-heading {
    min-width: 0;
  }

  .business-card-category {
    font-size: 10px;
  }

  .business-card-heading h3 {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.25;
    word-break: break-word;
  }

  .business-card-body {
    margin-top: 20px;
  }

  .business-card-description {
    font-size: 13px;
    line-height: 1.65;
  }

  .business-card-location {
    margin-top: 15px;
    font-size: 12px;
  }

  .business-card-footer {
    margin-top: 20px;
    padding-top: 17px;
  }

  .business-view-button {
    width: 100%;
    min-height: 46px;
  }

  /* ----------------------------------------------------------
     LOADING / EMPTY STATE
     ---------------------------------------------------------- */

  .business-state-card {
    padding: 40px 22px;
    border-radius: 20px;
  }

  .business-state-card h3 {
    font-size: 20px;
  }

  .business-state-card p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* ----------------------------------------------------------
     OWNER CTA
     ---------------------------------------------------------- */

  .businesses-owner-cta {
    padding: 52px 0;
  }

  .businesses-owner-cta-card {
    gap: 28px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .businesses-owner-cta-content .section-label {
    font-size: 10px;
  }

  .businesses-owner-cta-content h2 {
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.15;
  }

  .businesses-owner-cta-content p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .businesses-owner-cta-card .btn {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }
}

/* ============================================================
   04. SMALL MOBILE
   ============================================================ */

@media (max-width: 400px) {
  .businesses-hero .container,
  .businesses-search-section .container,
  .businesses-listing-section .container,
  .businesses-owner-cta .container {
    width: calc(100% - 22px);
  }

  .businesses-hero {
    padding-top: 48px;
  }

  .businesses-hero-content h1 {
    font-size: 32px;
  }

  .businesses-hero-content p {
    font-size: 13px;
  }

  .businesses-search-card {
    padding: 10px;
    border-radius: 18px;
  }

  .businesses-search-field,
  .businesses-filter-field,
  .businesses-filter-field select,
  .businesses-search-button {
    min-height: 50px;
  }

  .business-card {
    padding: 18px;
  }

  .business-card-logo {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .business-card-heading h3 {
    font-size: 16px;
  }

  .businesses-owner-cta-card {
    padding: 25px 20px;
  }

  .businesses-owner-cta-content h2 {
    font-size: 27px;
  }
}

/* ============================================================
   05. ACCESSIBILITY / REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .business-card,
  .business-view-button,
  .businesses-search-button,
  .businesses-search-card {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================================
   VEXYRA PROFESSIONALS PAGE
   RESPONSIVE STYLES
   ------------------------------------------------------------
   Applies to:
   - Tablet
   - Mobile
   - Small mobile devices

   IMPORTANT:
   Load this file AFTER style.css
   ============================================================ */

/* ============================================================
   TABLET
   1024px AND BELOW
   ============================================================ */

@media (max-width: 1024px) {
  /* ----------------------------------------------------------
     CONTAINER
     ---------------------------------------------------------- */

  .professionals-hero .container,
  .professionals-search-section .container,
  .professionals-listing-section .container,
  .professionals-owner-cta .container {
    width: min(100% - 40px, 920px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .professionals-hero {
    padding: 100px 0 80px;
  }

  .professionals-hero-content {
    max-width: 760px;
  }

  .professionals-hero-content h1 {
    font-size: clamp(48px, 6vw, 72px);
  }

  .professionals-hero-content p {
    max-width: 680px;
    font-size: 17px;
  }

  /* ----------------------------------------------------------
     SEARCH
     ---------------------------------------------------------- */

  .professionals-search-section {
    padding: 0 0 70px;
  }

  .professionals-search-card {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 18px;
  }

  .professionals-search-field {
    grid-column: 1 / -1;
  }

  .professionals-search-button {
    width: 100%;
  }

  /* ----------------------------------------------------------
     LISTING HEADER
     ---------------------------------------------------------- */

  .professionals-listing-header {
    gap: 25px;
  }

  .professionals-listing-header h2 {
    font-size: 34px;
  }

  /* ----------------------------------------------------------
     PROFESSIONAL GRID
     ---------------------------------------------------------- */

  .professional-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  /* ----------------------------------------------------------
     PROFESSIONAL CARDS
     ---------------------------------------------------------- */

  .professional-card {
    min-width: 0;
  }

  .professional-card-heading h3 {
    font-size: 20px;
  }

  .professional-card-description {
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     CTA
     ---------------------------------------------------------- */

  .professionals-owner-cta {
    padding: 70px 0;
  }

  .professionals-owner-cta-card {
    padding: 42px;
    gap: 30px;
  }

  .professionals-owner-cta-content h2 {
    font-size: 36px;
  }
}

/* ============================================================
   MOBILE
   768px AND BELOW
   ============================================================ */

@media (max-width: 768px) {
  /* ----------------------------------------------------------
     GLOBAL CONTAINER
     ---------------------------------------------------------- */

  .professionals-hero .container,
  .professionals-search-section .container,
  .professionals-listing-section .container,
  .professionals-owner-cta .container {
    width: min(100% - 28px, 640px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .professionals-hero {
    padding: 78px 0 65px;
  }

  .professionals-hero-content {
    text-align: center;
    margin: 0 auto;
  }

  .professionals-hero-content .section-label {
    display: inline-flex;
  }

  .professionals-hero-content h1 {
    font-size: clamp(40px, 10vw, 58px);
    line-height: 1.05;
    letter-spacing: -1.8px;
    margin-top: 18px;
  }

  .professionals-hero-content p {
    margin: 20px auto 0;
    max-width: 580px;
    font-size: 16px;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     SEARCH SECTION
     ---------------------------------------------------------- */

  .professionals-search-section {
    padding: 0 0 55px;
  }

  .professionals-search-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  .professionals-search-field {
    grid-column: auto;
  }

  .professionals-search-field input,
  .professionals-filter-field select,
  .professionals-search-button {
    min-height: 54px;
  }

  .professionals-search-button {
    margin-top: 2px;
  }

  /* ----------------------------------------------------------
     LISTING SECTION
     ---------------------------------------------------------- */

  .professionals-listing-section {
    padding: 65px 0;
  }

  .professionals-listing-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .professionals-listing-header h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .professionals-listing-header p {
    font-size: 15px;
    line-height: 1.65;
  }

  .professional-result-count {
    align-self: flex-start;
  }

  /* ----------------------------------------------------------
     PROFESSIONAL GRID
     ---------------------------------------------------------- */

  .professional-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  /* ----------------------------------------------------------
     PROFESSIONAL CARD
     ---------------------------------------------------------- */

  .professional-card {
    border-radius: 20px;
  }

  .professional-card-top {
    gap: 14px;
  }

  .professional-card-logo {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }

  .professional-card-heading h3 {
    font-size: 19px;
  }

  .professional-card-category {
    font-size: 11px;
  }

  .professional-card-body {
    padding-top: 20px;
  }

  .professional-card-description {
    font-size: 14px;
    line-height: 1.65;
  }

  .professional-card-footer {
    margin-top: 22px;
  }

  .professional-view-button {
    width: 100%;
    justify-content: center;
  }

  /* ----------------------------------------------------------
     EMPTY / LOADING STATE
     ---------------------------------------------------------- */

  .professional-state-card {
    padding: 45px 22px;
    border-radius: 20px;
  }

  .professional-state-card h3 {
    font-size: 21px;
  }

  .professional-state-card p {
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     CTA
     ---------------------------------------------------------- */

  .professionals-owner-cta {
    padding: 60px 0;
  }

  .professionals-owner-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 25px;
    gap: 28px;
    border-radius: 24px;
  }

  .professionals-owner-cta-content h2 {
    font-size: 31px;
    line-height: 1.15;
  }

  .professionals-owner-cta-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .professionals-owner-cta-card > .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   SMALL MOBILE
   480px AND BELOW
   ============================================================ */

@media (max-width: 480px) {
  /* ----------------------------------------------------------
     CONTAINER
     ---------------------------------------------------------- */

  .professionals-hero .container,
  .professionals-search-section .container,
  .professionals-listing-section .container,
  .professionals-owner-cta .container {
    width: calc(100% - 24px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .professionals-hero {
    padding: 62px 0 55px;
  }

  .professionals-hero-content h1 {
    font-size: 39px;
    letter-spacing: -1.4px;
  }

  .professionals-hero-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* ----------------------------------------------------------
     SEARCH
     ---------------------------------------------------------- */

  .professionals-search-card {
    padding: 13px;
    border-radius: 18px;
  }

  .professionals-search-field input,
  .professionals-filter-field select,
  .professionals-search-button {
    min-height: 52px;
  }

  .professionals-search-field input {
    font-size: 14px;
  }

  .professionals-filter-field select {
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     LISTING
     ---------------------------------------------------------- */

  .professionals-listing-section {
    padding: 52px 0;
  }

  .professionals-listing-header h2 {
    font-size: 28px;
  }

  .professionals-listing-header p {
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     PROFESSIONAL CARD
     ---------------------------------------------------------- */

  .professional-card {
    padding: 20px;
    border-radius: 18px;
  }

  .professional-card-logo {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .professional-card-heading h3 {
    font-size: 18px;
  }

  .professional-card-description {
    font-size: 13.5px;
  }

  .professional-card-location {
    font-size: 13px;
  }

  .professional-view-button {
    min-height: 48px;
  }

  /* ----------------------------------------------------------
     CTA
     ---------------------------------------------------------- */

  .professionals-owner-cta {
    padding: 50px 0;
  }

  .professionals-owner-cta-card {
    padding: 27px 21px;
    border-radius: 20px;
  }

  .professionals-owner-cta-content h2 {
    font-size: 27px;
  }

  .professionals-owner-cta-content p {
    font-size: 14px;
  }
}

/* ============================================================
   EXTRA SMALL DEVICES
   360px AND BELOW
   ============================================================ */

@media (max-width: 360px) {
  .professionals-hero-content h1 {
    font-size: 35px;
  }

  .professionals-hero-content p {
    font-size: 14px;
  }

  .professionals-search-card {
    padding: 10px;
  }

  .professional-card {
    padding: 17px;
  }

  .professional-card-top {
    gap: 11px;
  }

  .professional-card-logo {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .professional-card-heading h3 {
    font-size: 17px;
  }

  .professionals-owner-cta-content h2 {
    font-size: 25px;
  }
}

/* ============================================================
   ACCESSIBILITY
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .professional-card,
  .professionals-search-card,
  .professionals-owner-cta-card,
  .professional-view-button {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================================
   VEXYRA ABOUT PAGE — RESPONSIVE STYLES
   ------------------------------------------------------------
   Loaded AFTER style.css
   Covers:
   - Tablet
   - Mobile
   - Small mobile
   - Touch-friendly interactions
   ============================================================ */

/* ============================================================
   LARGE TABLETS / SMALL DESKTOP
   ============================================================ */

@media (max-width: 1100px) {
  .about-hero {
    padding: 130px 0 100px;
  }

  .about-hero-content {
    max-width: 850px;
  }

  .about-hero h1 {
    font-size: clamp(3.5rem, 7vw, 5.8rem);
  }

  .about-intro-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
  }

  .about-platform-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .about-problem-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .about-flow-steps {
    gap: 20px;
  }

  .about-flow-connector {
    width: 70px;
  }

  .about-two-sides-card {
    padding: 55px 45px;
  }

  .about-principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 900px) {
  /* ----------------------------------------------------------
     GLOBAL
     ---------------------------------------------------------- */

  .about-hero,
  .about-intro,
  .about-problem,
  .about-platform,
  .about-flow,
  .about-two-sides,
  .about-india,
  .about-principles,
  .about-vision,
  .about-final-cta {
    overflow: hidden;
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .about-hero {
    padding: 110px 0 85px;
  }

  .about-hero-content {
    max-width: 760px;
  }

  .about-hero h1 {
    font-size: clamp(3rem, 8vw, 5rem);
    line-height: 0.98;
  }

  .about-hero-description {
    font-size: 1.15rem;
    max-width: 650px;
  }

  .about-hero-supporting {
    font-size: 1rem;
    max-width: 650px;
  }

  /* ----------------------------------------------------------
     INTRO
     ---------------------------------------------------------- */

  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-intro-heading {
    max-width: 650px;
  }

  .about-intro-heading h2 {
    font-size: clamp(2.7rem, 7vw, 4.5rem);
  }

  .about-intro-content {
    max-width: 720px;
  }

  /* ----------------------------------------------------------
     SECTION HEADINGS
     ---------------------------------------------------------- */

  .about-section-heading {
    max-width: 720px;
  }

  .about-section-heading h2,
  .about-platform-heading h2 {
    font-size: clamp(2.7rem, 7vw, 4.3rem);
  }

  /* ----------------------------------------------------------
     PROBLEM
     ---------------------------------------------------------- */

  .about-problem-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .about-problem-card {
    padding: 32px;
  }

  /* ----------------------------------------------------------
     PLATFORM
     ---------------------------------------------------------- */

  .about-platform-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .about-platform-card {
    padding: 32px;
  }

  /* ----------------------------------------------------------
     FLOW
     ---------------------------------------------------------- */

  .about-flow-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-flow-step {
    text-align: left;
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 22px;
    align-items: start;
    padding: 28px 0;
  }

  .about-flow-number {
    grid-row: span 3;
  }

  .about-flow-icon {
    margin-bottom: 8px;
  }

  .about-flow-step h3,
  .about-flow-step p {
    grid-column: 2;
  }

  .about-flow-connector {
    display: none;
  }

  /* ----------------------------------------------------------
     TWO SIDES
     ---------------------------------------------------------- */

  .about-two-sides-card {
    grid-template-columns: 1fr;
    padding: 48px 40px;
    gap: 35px;
  }

  .about-side {
    text-align: center;
    align-items: center;
  }

  .about-side-divider {
    width: 100%;
    height: 1px;
  }

  .about-side-divider span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ----------------------------------------------------------
     INDIA
     ---------------------------------------------------------- */

  .about-india-content {
    max-width: 750px;
  }

  .about-india-content h2 {
    font-size: clamp(2.8rem, 7vw, 4.5rem);
  }

  /* ----------------------------------------------------------
     PRINCIPLES
     ---------------------------------------------------------- */

  .about-principles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  /* ----------------------------------------------------------
     VISION
     ---------------------------------------------------------- */

  .about-vision-card {
    padding: 70px 50px;
  }

  .about-vision-card h2 {
    font-size: clamp(2.8rem, 7vw, 4.5rem);
  }

  /* ----------------------------------------------------------
     FINAL CTA
     ---------------------------------------------------------- */

  .about-final-cta-content {
    max-width: 760px;
  }

  .about-final-cta-content h2 {
    font-size: clamp(2.8rem, 7vw, 4.5rem);
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 640px) {
  /* ----------------------------------------------------------
     CONTAINER
     ---------------------------------------------------------- */

  .about-hero .container,
  .about-intro .container,
  .about-problem .container,
  .about-platform .container,
  .about-flow .container,
  .about-two-sides .container,
  .about-india .container,
  .about-principles .container,
  .about-vision .container,
  .about-final-cta .container {
    width: min(100% - 32px, 100%);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .about-hero {
    min-height: auto;
    padding: 90px 0 70px;
  }

  .about-hero-content {
    max-width: 100%;
  }

  .about-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .about-hero-description {
    margin-top: 25px;
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .about-hero-supporting {
    margin-top: 15px;
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .about-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 30px;
  }

  .about-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* ----------------------------------------------------------
     SECTION LABEL
     ---------------------------------------------------------- */

  .about-hero .section-label,
  .about-section-heading .section-label,
  .about-platform-heading .section-label,
  .about-india-content .section-label,
  .about-vision-card .section-label,
  .about-final-cta-content .section-label {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  /* ----------------------------------------------------------
     INTRO
     ---------------------------------------------------------- */

  .about-intro {
    padding: 75px 0;
  }

  .about-intro-grid {
    gap: 35px;
  }

  .about-intro-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
    line-height: 1;
  }

  .about-large-text {
    font-size: 1.25rem;
  }

  .about-intro-content p {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .about-highlight {
    padding-left: 18px;
  }

  /* ----------------------------------------------------------
     PROBLEM
     ---------------------------------------------------------- */

  .about-problem {
    padding: 75px 0;
  }

  .about-section-heading h2,
  .about-platform-heading h2 {
    font-size: clamp(2.45rem, 11vw, 3.6rem);
    line-height: 1.02;
  }

  .about-section-heading > p,
  .about-platform-heading > p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .about-problem-grid {
    margin-top: 38px;
    gap: 14px;
  }

  .about-problem-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .about-problem-number {
    font-size: 0.68rem;
  }

  .about-problem-icon {
    font-size: 1.8rem;
    margin: 25px 0 16px;
  }

  .about-problem-card h3 {
    font-size: 1.25rem;
  }

  .about-problem-card p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     PLATFORM
     ---------------------------------------------------------- */

  .about-platform {
    padding: 75px 0;
  }

  .about-platform-grid {
    margin-top: 38px;
    gap: 14px;
  }

  .about-platform-card {
    padding: 27px 24px;
    border-radius: 22px;
  }

  .about-platform-card-top {
    margin-bottom: 28px;
  }

  .about-platform-icon {
    font-size: 1.8rem;
  }

  .about-platform-index {
    font-size: 0.68rem;
  }

  .about-platform-card h3 {
    font-size: 1.4rem;
  }

  .about-platform-card p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .about-platform-link {
    font-size: 0.88rem;
  }

  /* ----------------------------------------------------------
     FLOW
     ---------------------------------------------------------- */

  .about-flow {
    padding: 75px 0;
  }

  .about-flow-steps {
    margin-top: 35px;
  }

  .about-flow-step {
    grid-template-columns: 55px 1fr;
    column-gap: 17px;
    padding: 24px 0;
  }

  .about-flow-number {
    font-size: 0.72rem;
    width: 46px;
    height: 46px;
  }

  .about-flow-icon {
    font-size: 1.55rem;
  }

  .about-flow-step h3 {
    font-size: 1.2rem;
  }

  .about-flow-step p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     TWO SIDES
     ---------------------------------------------------------- */

  .about-two-sides {
    padding: 75px 0;
  }

  .about-two-sides-card {
    padding: 42px 24px;
    border-radius: 26px;
    gap: 32px;
  }

  .about-side-icon {
    font-size: 2rem;
  }

  .about-side h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 1.03;
  }

  .about-side p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .about-side .btn {
    width: 100%;
    justify-content: center;
  }

  /* ----------------------------------------------------------
     INDIA
     ---------------------------------------------------------- */

  .about-india {
    padding: 85px 0;
  }

  .about-india-content h2 {
    font-size: clamp(2.45rem, 11vw, 3.6rem);
    line-height: 1;
  }

  .about-india-content p {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .about-india-statement {
    margin-top: 35px;
    padding: 24px 20px;
  }

  .about-india-statement span,
  .about-india-statement strong {
    display: block;
  }

  .about-india-statement strong {
    margin-top: 5px;
  }

  /* ----------------------------------------------------------
     PRINCIPLES
     ---------------------------------------------------------- */

  .about-principles {
    padding: 75px 0;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 35px;
  }

  .about-principle {
    padding: 26px 23px;
    border-radius: 20px;
  }

  .about-principle-icon {
    font-size: 1.6rem;
  }

  .about-principle h3 {
    font-size: 1.2rem;
  }

  .about-principle p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     VISION
     ---------------------------------------------------------- */

  .about-vision {
    padding: 75px 0;
  }

  .about-vision-card {
    padding: 55px 25px;
    border-radius: 28px;
  }

  .about-vision-card h2 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
    line-height: 1;
  }

  .about-vision-card p {
    font-size: 0.94rem;
    line-height: 1.8;
  }

  .about-vision-highlight {
    font-size: 1rem !important;
  }

  /* ----------------------------------------------------------
     FINAL CTA
     ---------------------------------------------------------- */

  .about-final-cta {
    padding: 85px 0 90px;
  }

  .about-final-cta-content h2 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
    line-height: 1;
  }

  .about-final-cta-content p {
    font-size: 0.96rem;
    line-height: 1.8;
  }

  .about-final-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 30px;
  }

  .about-final-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .about-text-link {
    justify-content: center;
    padding: 12px;
  }
}

/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 420px) {
  .about-hero {
    padding-top: 75px;
  }

  .about-hero h1 {
    font-size: 2.65rem;
  }

  .about-intro-heading h2,
  .about-section-heading h2,
  .about-platform-heading h2,
  .about-india-content h2,
  .about-final-cta-content h2 {
    font-size: 2.45rem;
  }

  .about-vision-card h2 {
    font-size: 2.35rem;
  }

  .about-problem-card,
  .about-platform-card {
    padding: 24px 20px;
  }

  .about-two-sides-card {
    padding: 36px 20px;
  }

  .about-side h2 {
    font-size: 2.2rem;
  }
}

/* ============================================================
   TOUCH DEVICES
   ------------------------------------------------------------
   Prevent hover-only interactions from feeling broken on
   phones and tablets.
   ============================================================ */

@media (hover: none) and (pointer: coarse) {
  .about-platform-card:hover,
  .about-problem-card:hover,
  .about-principle:hover {
    transform: none;
  }

  .about-platform-link,
  .about-text-link,
  .about-hero-actions .btn,
  .about-final-actions .btn,
  .about-side .btn {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .about-hero *,
  .about-platform-card,
  .about-problem-card,
  .about-principle,
  .about-flow-step,
  .about-side,
  .about-vision-card,
  .about-final-cta * {
    animation: none !important;
    transition: none !important;
  }
}

/* ============================================================
   LANDSCAPE PHONES
   ============================================================ */

@media (max-height: 520px) and (orientation: landscape) {
  .about-hero {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .about-hero h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
  }

  .about-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .about-hero-actions .btn {
    width: auto;
  }
}

/* ============================================================
   VEXYRA CONTACT PAGE
   RESPONSIVE STYLES
   ------------------------------------------------------------
   Load AFTER style.css
   ============================================================ */

/* ============================================================
   LARGE TABLETS / SMALL DESKTOP
   ============================================================ */

@media (max-width: 1100px) {
  .contact-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-option-card {
    min-height: 330px;
  }

  .contact-form-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 45px;
  }

  .contact-direct-card {
    gap: 45px;
    padding: 52px;
  }
}

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 850px) {
  .contact-hero {
    padding: 115px 0 85px;
  }

  .contact-hero-content h1 {
    font-size: clamp(3rem, 9vw, 5rem);
  }

  .contact-options,
  .contact-faq {
    padding: 90px 0;
  }

  .contact-form-section,
  .contact-direct,
  .contact-final-cta {
    padding: 95px 0;
  }

  .contact-form-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .contact-form-intro {
    position: static;
    max-width: 700px;
  }

  .contact-form-card {
    padding: 35px;
  }

  .contact-direct-card {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px;
  }

  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-final-card {
    padding: 70px 45px;
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {
  .contact-hero {
    padding: 95px 0 70px;
  }

  .contact-hero-content h1 {
    margin-top: 18px;
    font-size: clamp(2.65rem, 13vw, 4rem);
    letter-spacing: -0.06em;
  }

  .contact-hero-content > p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .contact-hero-line {
    margin-top: 30px;
  }

  /* ==========================================================
     SECTION HEADINGS
     ========================================================== */

  .contact-section-heading {
    margin-bottom: 38px;
  }

  .contact-section-heading h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .contact-section-heading p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  /* ==========================================================
     CONTACT OPTIONS
     ========================================================== */

  .contact-options {
    padding: 75px 0;
  }

  .contact-options-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-option-card {
    min-height: 320px;
    padding: 25px;
    border-radius: 22px;
  }

  .contact-option-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
  }

  .contact-option-link {
    left: 25px;
    bottom: 24px;
  }

  /* ==========================================================
     FORM
     ========================================================== */

  .contact-form-section {
    padding: 75px 0;
  }

  .contact-form-layout {
    gap: 35px;
  }

  .contact-form-intro h2 {
    font-size: clamp(2.35rem, 10vw, 3.4rem);
  }

  .contact-form-note {
    padding: 18px;
  }

  .contact-form-card {
    padding: 23px;
    border-radius: 23px;
  }

  .contact-form-group {
    margin-bottom: 18px;
  }

  .contact-form-group input,
  .contact-form-group select {
    height: 52px;
  }

  .contact-form-group textarea {
    min-height: 145px;
  }

  .contact-submit-button {
    min-height: 55px;
  }

  /* ==========================================================
     DIRECT CONTACT
     ========================================================== */

  .contact-direct {
    padding: 75px 0;
  }

  .contact-direct-card {
    gap: 32px;
    padding: 35px 25px;
    border-radius: 27px;
  }

  .contact-direct-content h2 {
    font-size: clamp(2.35rem, 10vw, 3.4rem);
  }

  .contact-direct-content p {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .contact-direct-item {
    align-items: flex-start;
    padding: 17px;
  }

  .contact-direct-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .contact-direct-item a,
  .contact-direct-item strong {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  /* ==========================================================
     FAQ
     ========================================================== */

  .contact-faq {
    padding: 75px 0;
  }

  .contact-faq-item summary {
    padding: 19px;
    font-size: 0.9rem;
  }

  .contact-faq-item p {
    padding: 0 19px 20px;
    font-size: 0.88rem;
  }

  /* ==========================================================
     FINAL CTA
     ========================================================== */

  .contact-final-cta {
    padding: 75px 0 90px;
  }

  .contact-final-card {
    padding: 60px 23px;
    border-radius: 27px;
  }

  .contact-final-card h2 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .contact-final-card > p {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .contact-final-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .contact-final-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .contact-final-actions .about-text-link {
    justify-content: center;
    margin: 8px 0 0;
  }
}

/* ============================================================
   VERY SMALL PHONES
   ============================================================ */

@media (max-width: 380px) {
  .contact-hero {
    padding-top: 80px;
  }

  .contact-hero-content h1 {
    font-size: 2.55rem;
  }

  .contact-option-card {
    min-height: 305px;
  }

  .contact-form-card {
    padding: 18px;
  }

  .contact-direct-card {
    padding: 30px 19px;
  }

  .contact-final-card {
    padding: 50px 18px;
  }
}

/* ============================================================
   TOUCH DEVICES
   ============================================================ */

@media (hover: none) {
  .contact-option-card:hover {
    transform: none;
  }

  .contact-option-card:hover::before {
    transform: none;
  }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .contact-option-card,
  .contact-option-card::before,
  .contact-option-link span,
  .contact-submit-button span,
  .contact-faq-item,
  .contact-faq-item summary span {
    transition: none;
  }
}

/* =========================================================
    VEXYRA HELP CENTER
    RESPONSIVE STYLES
    Load AFTER style.css
    ========================================================= */

@media (max-width: 1100px) {
  /* =======================================================
     HERO
     ======================================================= */

  .help-hero {
    padding: 100px 0 75px;
  }

  .help-hero h1 {
    font-size: clamp(46px, 7vw, 70px);
  }

  /* =======================================================
     CATEGORY GRID
     ======================================================= */

  .help-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* =======================================================
     TOPIC
     ======================================================= */

  .help-topic-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .help-topic-intro {
    position: static;
    max-width: 700px;
  }

  /* =======================================================
     REQUIREMENTS
     ======================================================= */

  .help-requirements-card {
    grid-template-columns: 1fr 0.7fr;
    padding: 55px;
    gap: 35px;
  }

  .help-floating-card {
    right: 0;
  }

  .help-floating-card-offset {
    right: 70px;
  }

  /* =======================================================
     SAFETY
     ======================================================= */

  .help-safety-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .help-safety-intro {
    position: static;
    max-width: 700px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {
  /* =======================================================
     HERO
     ======================================================= */

  .help-hero {
    padding: 85px 0 65px;
  }

  .help-hero-content {
    max-width: 680px;
  }

  .help-hero h1 {
    font-size: clamp(42px, 8vw, 62px);
  }

  .help-hero-content > p {
    font-size: 16px;
  }

  /* =======================================================
     SEARCH
     ======================================================= */

  .help-search-wrapper {
    margin-top: 38px;
  }

  .help-search-box {
    padding: 8px;
  }

  .help-search-icon {
    width: 44px;
    height: 44px;
  }

  .help-search-box input {
    height: 50px;
  }

  .help-search-button {
    height: 50px;
  }

  /* =======================================================
     SECTIONS
     ======================================================= */

  .help-quick-access,
  .help-popular,
  .help-topic-section,
  .help-detail-section,
  .help-requirements,
  .help-safety {
    padding: 85px 0;
  }

  .help-final-cta {
    padding: 85px 0 100px;
  }

  /* =======================================================
     HEADINGS
     ======================================================= */

  .help-section-heading h2,
  .help-detail-header h2,
  .help-topic-intro h2,
  .help-safety-intro h2 {
    font-size: clamp(34px, 6vw, 46px);
  }

  /* =======================================================
     FAQ
     ======================================================= */

  .help-faq-grid {
    grid-template-columns: 1fr;
  }

  /* =======================================================
     DETAIL CARDS
     ======================================================= */

  .help-detail-grid,
  .help-step-grid {
    grid-template-columns: 1fr;
  }

  .help-detail-card,
  .help-step-card {
    min-height: auto;
  }

  /* =======================================================
     REQUIREMENTS
     ======================================================= */

  .help-requirements-card {
    grid-template-columns: 1fr;
    padding: 50px;
  }

  .help-requirements-visual {
    min-height: 280px;
    margin-top: 10px;
  }

  .help-floating-card {
    left: 15%;
    right: auto;
  }

  .help-floating-card-offset {
    left: 32%;
    right: auto;
  }

  /* =======================================================
     FINAL CTA
     ======================================================= */

  .help-final-card {
    padding: 75px 30px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  /* =======================================================
     HERO
     ======================================================= */

  .help-hero {
    padding: 70px 0 55px;
  }

  .help-hero::before {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
  }

  .help-hero::after {
    width: 280px;
    height: 280px;
    left: -150px;
    bottom: -170px;
  }

  .help-hero-content .section-label {
    margin-bottom: 18px;
    padding: 7px 13px;
    font-size: 10px;
  }

  .help-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1;
  }

  .help-hero-content > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  /* =======================================================
     SEARCH
     ======================================================= */

  .help-search-wrapper {
    margin-top: 30px;
  }

  .help-search-box {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
  }

  .help-search-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
    font-size: 24px;
  }

  .help-search-box input {
    width: 100%;
    height: 45px;
    font-size: 14px;
  }

  .help-search-button {
    grid-column: 1 / -1;
    width: 100%;
    height: 48px;
    border-radius: 13px;
  }

  .help-search-hint {
    font-size: 12px;
    line-height: 1.6;
  }

  /* =======================================================
     SECTION SPACING
     ======================================================= */

  .help-quick-access,
  .help-popular,
  .help-topic-section,
  .help-detail-section,
  .help-requirements,
  .help-safety {
    padding: 65px 0;
  }

  .help-final-cta {
    padding: 65px 0 75px;
  }

  /* =======================================================
     HEADINGS
     ======================================================= */

  .help-section-heading {
    margin-bottom: 35px;
  }

  .help-section-heading h2,
  .help-detail-header h2,
  .help-topic-intro h2,
  .help-safety-intro h2 {
    margin-top: 12px;
    font-size: 34px;
    line-height: 1.05;
  }

  .help-section-heading p,
  .help-detail-header p,
  .help-topic-intro p,
  .help-safety-intro p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* =======================================================
     CATEGORY CARDS
     ======================================================= */

  .help-category-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .help-category-card {
    min-height: 250px;
    padding: 24px;
    border-radius: 20px;
  }

  .help-category-card h3 {
    margin-top: 25px;
    font-size: 20px;
  }

  .help-category-card p {
    font-size: 13px;
  }

  /* =======================================================
     FAQ
     ======================================================= */

  .help-faq-grid {
    gap: 10px;
  }

  .help-faq-item {
    border-radius: 15px;
  }

  .help-faq-item summary {
    padding: 18px;
    font-size: 14px;
  }

  .help-faq-item summary span {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }

  .help-faq-item p {
    padding: 0 18px 19px;
    font-size: 13px;
    line-height: 1.7;
  }

  /* =======================================================
     TOPIC
     ======================================================= */

  .help-topic-layout {
    gap: 30px;
  }

  .help-topic-list {
    gap: 10px;
  }

  .help-topic-item {
    grid-template-columns: 43px 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 17px;
  }

  .help-topic-item > span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 11px;
  }

  .help-topic-item h3 {
    font-size: 16px;
  }

  .help-topic-item p {
    font-size: 13px;
  }

  /* =======================================================
     DETAIL CARDS
     ======================================================= */

  .help-detail-grid,
  .help-step-grid {
    gap: 12px;
  }

  .help-detail-card,
  .help-step-card {
    padding: 25px;
    border-radius: 19px;
  }

  .help-detail-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    font-size: 20px;
  }

  .help-detail-card h3,
  .help-step-card h3 {
    font-size: 17px;
  }

  .help-detail-card p,
  .help-step-card p {
    font-size: 13px;
  }

  .help-step-card > span {
    margin-bottom: 22px;
  }

  /* =======================================================
     REQUIREMENTS
     ======================================================= */

  .help-requirements {
    padding-left: 0;
    padding-right: 0;
  }

  .help-requirements-card {
    padding: 42px 24px;
    border-radius: 25px;
    gap: 20px;
  }

  .help-requirements-content h2 {
    font-size: 38px;
    line-height: 1;
  }

  .help-requirements-content p {
    font-size: 14px;
  }

  .help-requirements-visual {
    min-height: 245px;
  }

  .help-floating-card {
    width: 220px;
    left: 4%;
    padding: 19px;
    border-radius: 18px;
  }

  .help-floating-card-offset {
    left: 25%;
    top: 130px;
  }

  .help-floating-card span {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .help-floating-card strong {
    font-size: 14px;
  }

  .help-floating-card small {
    font-size: 11px;
  }

  /* =======================================================
     SAFETY
     ======================================================= */

  .help-safety-layout {
    gap: 30px;
  }

  .help-safety-list {
    gap: 10px;
  }

  .help-safety-item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 17px;
  }

  .help-safety-item > span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 11px;
  }

  .help-safety-item h3 {
    font-size: 16px;
  }

  .help-safety-item p {
    font-size: 13px;
  }

  /* =======================================================
     FINAL CTA
     ======================================================= */

  .help-final-card {
    padding: 60px 22px;
    border-radius: 25px;
  }

  .help-final-card h2 {
    font-size: 38px;
    line-height: 1;
  }

  .help-final-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .help-final-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .help-final-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 400px) {
  .help-hero {
    padding-top: 60px;
  }

  .help-hero h1 {
    font-size: 35px;
  }

  .help-hero-content > p {
    font-size: 14px;
  }

  .help-category-card {
    padding: 21px;
  }

  .help-category-icon {
    width: 50px;
    height: 50px;
  }

  .help-category-card h3 {
    font-size: 18px;
  }

  .help-section-heading h2,
  .help-detail-header h2,
  .help-topic-intro h2,
  .help-safety-intro h2 {
    font-size: 30px;
  }

  .help-requirements-card {
    padding: 35px 20px;
  }

  .help-requirements-content h2 {
    font-size: 34px;
  }

  .help-floating-card {
    width: 195px;
    left: 0;
  }

  .help-floating-card-offset {
    left: 18%;
  }

  .help-final-card h2 {
    font-size: 33px;
  }
}

/* =========================================================
   LANDSCAPE MOBILE
   ========================================================= */

@media (max-height: 550px) and (orientation: landscape) {
  .help-hero {
    padding: 55px 0;
  }

  .help-hero h1 {
    font-size: 42px;
  }

  .help-search-wrapper {
    margin-top: 25px;
  }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .help-category-card,
  .help-category-card::before,
  .help-topic-item,
  .help-detail-card,
  .help-step-card,
  .help-search-box,
  .help-search-button,
  .help-faq-item summary span {
    transition: none !important;
  }
}

/* =========================================================
   VEXYRA — PRIVACY POLICY
   RESPONSIVE STYLES
   ========================================================= */

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .privacy-hero {
    padding: 120px 0 90px;
  }

  .privacy-intro {
    padding: 90px 0;
  }

  .privacy-intro-grid,
  .privacy-section-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .privacy-section-intro {
    position: static;
  }

  .privacy-navigation-card {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px;
  }

  .privacy-section {
    padding: 90px 0;
  }

  .privacy-security-card {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 50px;
  }

  .privacy-contact-card {
    padding: 50px;
  }

  .privacy-final {
    padding: 80px 0 100px;
  }
}

/* =========================================================
   TABLET / LARGE MOBILE
   ========================================================= */

@media (max-width: 768px) {
  .privacy-hero {
    padding: 100px 0 75px;
  }

  .privacy-hero h1 {
    font-size: clamp(2.7rem, 11vw, 4.2rem);
  }

  .privacy-hero-content > p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .privacy-meta {
    margin-top: 25px;
  }

  /* INTRO */

  .privacy-intro {
    padding: 75px 0;
  }

  .privacy-intro-heading h2,
  .privacy-section-intro h2 {
    font-size: clamp(2.25rem, 9vw, 3.4rem);
  }

  .privacy-intro-content p {
    font-size: 1rem;
  }

  /* NAVIGATION */

  .privacy-navigation {
    padding: 20px 0 75px;
  }

  .privacy-navigation-card {
    padding: 32px 25px;
    border-radius: 22px;
  }

  .privacy-nav-links {
    grid-template-columns: 1fr;
  }

  .privacy-nav-links a {
    padding: 16px;
  }

  /* GENERAL SECTIONS */

  .privacy-section {
    padding: 75px 0;
  }

  .privacy-content {
    grid-template-columns: 1fr;
  }

  .privacy-content-card {
    padding: 27px;
  }

  /* NUMBERED LIST */

  .privacy-numbered-item {
    grid-template-columns: 52px 1fr;
    gap: 17px;
    padding: 25px 0;
  }

  .privacy-numbered-item > span {
    width: 45px;
    height: 45px;
  }

  /* PUBLIC INFORMATION */

  .privacy-public {
    padding: 60px 0;
  }

  .privacy-public-card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 38px 28px;
    border-radius: 24px;
  }

  .privacy-public-icon {
    width: 62px;
    height: 62px;
  }

  /* TEXT PANEL */

  .privacy-text-panel {
    padding: 30px 25px;
  }

  /* SECURITY */

  .privacy-security {
    padding: 70px 0;
  }

  .privacy-security-card {
    padding: 38px 28px;
    border-radius: 24px;
  }

  .privacy-security-points {
    grid-template-columns: 1fr;
  }

  /* RIGHTS */

  .privacy-rights-grid {
    grid-template-columns: 1fr;
  }

  .privacy-rights-grid article {
    padding: 25px;
  }

  /* NOTE */

  .privacy-note {
    padding: 60px 0;
  }

  .privacy-note-card {
    padding: 30px 25px;
  }

  /* CONTACT */

  .privacy-contact {
    padding: 75px 0;
  }

  .privacy-contact-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 28px;
    border-radius: 24px;
  }

  .privacy-contact-actions {
    align-items: flex-start;
    width: 100%;
  }

  /* FINAL */

  .privacy-final {
    padding: 65px 0 80px;
  }

  .privacy-final-card {
    padding: 65px 25px;
    border-radius: 26px;
  }

  .privacy-final-card h2 {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

  .privacy-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .privacy-final-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .privacy-hero {
    padding: 85px 0 65px;
  }

  .privacy-hero h1 {
    font-size: 2.7rem;
    letter-spacing: -0.045em;
  }

  .privacy-hero-content > p {
    font-size: 0.95rem;
  }

  .privacy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px;
    font-size: 0.82rem;
  }

  /* INTRO */

  .privacy-intro {
    padding: 60px 0;
  }

  .privacy-intro-heading h2,
  .privacy-section-intro h2 {
    font-size: 2.35rem;
  }

  .privacy-highlight {
    padding: 20px;
  }

  /* NAV */

  .privacy-navigation {
    padding-bottom: 60px;
  }

  .privacy-navigation-card {
    padding: 28px 20px;
  }

  .privacy-navigation-card h2 {
    font-size: 1.7rem;
  }

  .privacy-nav-links a {
    font-size: 0.9rem;
  }

  /* SECTIONS */

  .privacy-section {
    padding: 60px 0;
  }

  .privacy-section-layout {
    gap: 35px;
  }

  .privacy-content-card {
    padding: 24px;
    border-radius: 18px;
  }

  .privacy-content-card h3 {
    font-size: 1.08rem;
  }

  .privacy-content-card p,
  .privacy-numbered-item p,
  .privacy-text-panel p,
  .privacy-note-card p {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  /* NUMBERED ITEMS */

  .privacy-numbered-item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .privacy-numbered-item > span {
    width: 40px;
    height: 40px;
    font-size: 0.7rem;
  }

  .privacy-numbered-item h3 {
    font-size: 1.05rem;
  }

  /* PUBLIC */

  .privacy-public {
    padding: 50px 0;
  }

  .privacy-public-card {
    padding: 30px 22px;
  }

  .privacy-public-card h2 {
    font-size: 2rem;
  }

  /* TEXT */

  .privacy-text-panel {
    padding: 25px 20px;
    border-radius: 18px;
  }

  /* SECURITY */

  .privacy-security {
    padding: 55px 0;
  }

  .privacy-security-card {
    padding: 30px 22px;
  }

  .privacy-security-content h2 {
    font-size: 2.3rem;
  }

  .privacy-security-points div {
    padding: 15px;
    font-size: 0.9rem;
  }

  /* RIGHTS */

  .privacy-rights-grid article {
    padding: 22px;
    border-radius: 18px;
  }

  /* NOTE */

  .privacy-note {
    padding: 50px 0;
  }

  .privacy-note-card {
    flex-direction: column;
    gap: 18px;
    padding: 25px 20px;
    border-radius: 18px;
  }

  .privacy-note-card h2 {
    font-size: 1.5rem;
  }

  /* CONTACT */

  .privacy-contact {
    padding: 60px 0;
  }

  .privacy-contact-card {
    padding: 30px 22px;
  }

  .privacy-contact-content h2 {
    font-size: 2.25rem;
  }

  .privacy-contact-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* FINAL CTA */

  .privacy-final {
    padding: 50px 0 65px;
  }

  .privacy-final-card {
    padding: 55px 20px;
  }

  .privacy-final-card h2 {
    font-size: 2.45rem;
  }

  .privacy-final-card p {
    font-size: 0.94rem;
  }
}

/* =========================================================
   TOUCH DEVICES
   ========================================================= */

@media (hover: none) and (pointer: coarse) {
  .privacy-content-card:hover,
  .privacy-rights-grid article:hover,
  .privacy-nav-links a:hover {
    transform: none;
  }

  .privacy-nav-links a,
  .privacy-content-card,
  .privacy-rights-grid article {
    transition: none;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .privacy-content-card,
  .privacy-rights-grid article,
  .privacy-nav-links a {
    transition: none !important;
  }
}

/* =========================================================
   VEXYRA — TERMS PAGE
   RESPONSIVE CSS
   Load AFTER style.css
   ========================================================= */

/* =========================================================
   LARGE TABLETS / SMALL LAPTOPS
   <= 1100px
   ========================================================= */

@media (max-width: 1100px) {
  .terms-hero {
    padding: 125px 0 90px;
  }

  .terms-intro-grid,
  .terms-section-layout {
    grid-template-columns: minmax(250px, 0.75fr) minmax(380px, 1.25fr);
    gap: 55px;
  }

  .terms-navigation-card {
    grid-template-columns: 0.65fr 1.35fr;
    gap: 45px;
    padding: 45px;
  }

  .terms-security-card {
    gap: 45px;
    padding: 50px;
  }

  .terms-contact-card {
    padding: 50px;
  }

  .terms-final-card {
    padding: 75px 40px;
  }
}

/* =========================================================
   TABLETS
   <= 900px
   ========================================================= */

@media (max-width: 900px) {
  .terms-hero {
    padding: 110px 0 80px;
  }

  .terms-hero h1 {
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .terms-intro {
    padding: 85px 0;
  }

  .terms-intro-grid,
  .terms-section-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .terms-section-intro {
    position: static;
  }

  .terms-section-intro h2 {
    max-width: 700px;
  }

  .terms-section-intro > p {
    max-width: 650px;
  }

  .terms-navigation {
    padding-bottom: 85px;
  }

  .terms-navigation-card {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px;
  }

  .terms-nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-section {
    padding: 90px 0;
  }

  .terms-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-security {
    padding: 85px 0;
  }

  .terms-security-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .terms-note {
    padding: 75px 0;
  }

  .terms-contact {
    padding: 85px 0;
  }

  .terms-contact-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .terms-contact-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .terms-final {
    padding: 85px 0 105px;
  }
}

/* =========================================================
   MOBILE
   <= 700px
   ========================================================= */

@media (max-width: 700px) {
  .terms-hero {
    padding: 95px 0 70px;
  }

  .terms-hero h1 {
    margin-top: 18px;
    font-size: clamp(2.7rem, 14vw, 4.2rem);
    line-height: 0.96;
  }

  .terms-hero-content > p {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .terms-meta {
    margin-top: 25px;
    padding: 10px 15px;
  }

  .terms-meta span,
  .terms-meta strong {
    font-size: 0.78rem;
  }

  /* INTRO */

  .terms-intro {
    padding: 70px 0;
  }

  .terms-intro-grid {
    gap: 35px;
  }

  .terms-intro-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .terms-intro-content .terms-large-text {
    font-size: 1.2rem;
  }

  .terms-intro-content p {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .terms-highlight {
    padding: 18px 20px;
  }

  /* NAVIGATION */

  .terms-navigation {
    padding: 20px 0 70px;
  }

  .terms-navigation-card {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .terms-navigation-card h2 {
    font-size: 2.2rem;
  }

  .terms-nav-links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .terms-nav-links a {
    min-height: 56px;
    padding: 13px 15px;
    font-size: 0.84rem;
  }

  /* GENERAL SECTIONS */

  .terms-section {
    padding: 72px 0;
  }

  .terms-section-layout {
    gap: 35px;
  }

  .terms-section-intro h2 {
    margin: 16px 0;
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .terms-section-intro > p {
    font-size: 0.93rem;
    line-height: 1.75;
  }

  /* CONTENT CARDS */

  .terms-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .terms-content-card {
    min-height: auto;
    padding: 25px;
    border-radius: 18px;
  }

  .terms-content-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
  }

  .terms-content-card h3 {
    font-size: 1.05rem;
  }

  .terms-content-card p {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  /* TEXT PANELS */

  .terms-text-panel {
    padding: 25px 22px;
    border-radius: 18px;
  }

  .terms-text-panel p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  /* NUMBERED ITEMS */

  .terms-numbered-item {
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 24px 0;
  }

  .terms-numbered-item > span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 0.7rem;
  }

  .terms-numbered-item h3 {
    font-size: 1rem;
  }

  .terms-numbered-item p {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  /* RIGHTS */

  .terms-rights-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .terms-rights-grid article {
    padding: 24px;
    border-radius: 18px;
  }

  /* ACCEPTABLE USE */

  .terms-security {
    padding: 70px 0;
  }

  .terms-security-card {
    padding: 35px 24px;
    border-radius: 24px;
  }

  .terms-security-content h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .terms-security-content p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .terms-security-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .terms-security-points div {
    min-height: 65px;
    padding: 13px 15px;
  }

  .terms-security-points strong {
    font-size: 0.8rem;
  }

  /* NOTE */

  .terms-note {
    padding: 65px 0;
  }

  .terms-note-card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .terms-note-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 1.45rem;
  }

  .terms-note-card h2 {
    font-size: 2rem;
  }

  .terms-note-card p {
    font-size: 0.91rem;
    line-height: 1.75;
  }

  /* CONTACT */

  .terms-contact {
    padding: 70px 0;
  }

  .terms-contact-card {
    gap: 30px;
    padding: 32px 24px;
    border-radius: 24px;
  }

  .terms-contact-content h2 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .terms-contact-content p {
    font-size: 0.91rem;
    line-height: 1.75;
  }

  .terms-contact-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .terms-contact-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* FINAL CTA */

  .terms-final {
    padding: 70px 0 85px;
  }

  .terms-final-card {
    padding: 65px 22px;
    border-radius: 26px;
  }

  .terms-final-card h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .terms-final-card > p {
    font-size: 0.91rem;
    line-height: 1.75;
  }

  .terms-final-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .terms-final-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   SMALL PHONES
   <= 480px
   ========================================================= */

@media (max-width: 480px) {
  .terms-hero {
    padding: 82px 0 60px;
  }

  .terms-hero h1 {
    font-size: 2.65rem;
  }

  .terms-hero-content > p {
    font-size: 0.9rem;
  }

  .terms-meta {
    gap: 8px;
  }

  .terms-intro-heading h2,
  .terms-section-intro h2 {
    font-size: 2.35rem;
  }

  .terms-navigation-card {
    padding: 24px 18px;
  }

  .terms-navigation-card h2 {
    font-size: 2rem;
  }

  .terms-content-card {
    padding: 22px;
  }

  .terms-numbered-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .terms-numbered-item > span {
    width: 38px;
    height: 38px;
  }

  .terms-security-card {
    padding: 30px 20px;
  }

  .terms-security-content h2 {
    font-size: 2.35rem;
  }

  .terms-note-card {
    padding: 26px 20px;
  }

  .terms-contact-card {
    padding: 28px 20px;
  }

  .terms-final-card {
    padding: 55px 18px;
  }

  .terms-final-card h2 {
    font-size: 2.55rem;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .terms-nav-links a,
  .terms-content-card,
  .terms-rights-grid article,
  .terms-final-actions .btn,
  .terms-contact-actions .btn,
  .terms-inline-link span {
    transition: none;
  }

  .terms-nav-links a:hover,
  .terms-content-card:hover,
  .terms-rights-grid article:hover,
  .terms-final-actions .btn:hover,
  .terms-contact-actions .btn:hover {
    transform: none;
  }
}

/* ============================================================
   VEXYRA — HOW IT WORKS
   RESPONSIVE STYLES
   ============================================================ */

/* ============================================================
   LARGE TABLETS / SMALL LAPTOPS
   <= 1100px
   ============================================================ */

@media (max-width: 1100px) {
  /* ----------------------------------------------------------
     GLOBAL CONTAINERS
     ---------------------------------------------------------- */

  .container {
    width: min(92%, 1100px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .how-hero {
    padding: 110px 0 90px;
  }

  .how-hero .container {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .how-hero-content {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }

  .how-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .how-hero-actions {
    justify-content: center;
  }

  .how-hero-visual {
    min-height: 480px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

  /* ----------------------------------------------------------
     INTRO
     ---------------------------------------------------------- */

  .how-intro {
    padding: 90px 0;
  }

  .how-intro-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .how-intro-heading {
    max-width: 700px;
  }

  /* ----------------------------------------------------------
     THREE STEPS
     ---------------------------------------------------------- */

  .how-steps {
    padding: 90px 0;
  }

  .how-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-step-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
  }

  /* ----------------------------------------------------------
     DISCOVERY SPLIT
     ---------------------------------------------------------- */

  .how-split-card {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .how-split-content {
    max-width: 720px;
  }

  .how-split-visual {
    min-height: 400px;
  }

  /* ----------------------------------------------------------
     PROVIDER SECTIONS
     ---------------------------------------------------------- */

  .how-provider-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .how-provider-content {
    max-width: 720px;
  }

  .how-provider-visual {
    min-height: 400px;
    order: -1;
  }

  .how-professional .how-provider-visual {
    order: 2;
  }

  /* ----------------------------------------------------------
     REQUIREMENT
     ---------------------------------------------------------- */

  .how-requirement-card {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .how-requirement-content {
    max-width: 720px;
  }

  .how-requirement-visual {
    min-height: 350px;
  }

  /* ----------------------------------------------------------
     TRUST
     ---------------------------------------------------------- */

  .how-trust {
    padding: 90px 0;
  }

  .how-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-trust-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  /* ----------------------------------------------------------
     FINAL CTA
     ---------------------------------------------------------- */

  .how-final {
    padding: 90px 0;
  }
}

/* ============================================================
   TABLETS
   <= 768px
   ============================================================ */

@media (max-width: 768px) {
  /* ----------------------------------------------------------
     GLOBAL
     ---------------------------------------------------------- */

  .container {
    width: min(92%, 680px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .how-hero {
    padding: 80px 0 70px;
  }

  .how-hero-content {
    text-align: left;
  }

  .how-hero-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .how-hero-content h1 {
    font-size: clamp(3rem, 10vw, 5rem);
    line-height: 0.95;
  }

  .how-hero-content p {
    font-size: 1rem;
    margin-left: 0;
  }

  .how-hero-visual {
    min-height: 420px;
    transform: scale(0.92);
  }

  /* ----------------------------------------------------------
     FLOATING HERO CARDS
     ---------------------------------------------------------- */

  .how-floating-one {
    left: 2%;
  }

  .how-floating-two {
    right: 2%;
  }

  .how-floating-three {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
  }

  /* ----------------------------------------------------------
     INTRO
     ---------------------------------------------------------- */

  .how-intro {
    padding: 75px 0;
  }

  .how-intro-grid {
    gap: 35px;
  }

  .how-intro-heading h2,
  .how-section-heading h2 {
    font-size: clamp(2.4rem, 8vw, 4rem);
  }

  .how-large-text {
    font-size: 1.35rem;
  }

  /* ----------------------------------------------------------
     SECTION HEADINGS
     ---------------------------------------------------------- */

  .how-section-heading {
    margin-bottom: 45px;
  }

  .how-section-heading p {
    max-width: 580px;
  }

  /* ----------------------------------------------------------
     STEPS
     ---------------------------------------------------------- */

  .how-steps {
    padding: 75px 0;
  }

  .how-step-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .how-step-card,
  .how-step-card:last-child {
    max-width: none;
    grid-column: auto;
  }

  .how-step-card {
    padding: 30px;
  }

  /* ----------------------------------------------------------
     DISCOVERY
     ---------------------------------------------------------- */

  .how-discover {
    padding: 70px 0;
  }

  .how-split-card {
    padding: 35px;
  }

  .how-split-content h2,
  .how-provider-content h2,
  .how-requirement-content h2 {
    font-size: clamp(2.3rem, 8vw, 4rem);
  }

  .how-feature-list {
    gap: 22px;
  }

  .how-feature-list > div {
    grid-template-columns: 42px 1fr;
  }

  .how-feature-list p {
    grid-column: 2;
  }

  /* ----------------------------------------------------------
     SEARCH MOCKUP
     ---------------------------------------------------------- */

  .how-split-visual {
    min-height: 330px;
  }

  .how-search-mockup {
    width: 100%;
    max-width: 500px;
  }

  /* ----------------------------------------------------------
     PROVIDERS
     ---------------------------------------------------------- */

  .how-provider {
    padding: 75px 0;
  }

  .how-provider-grid {
    gap: 45px;
  }

  .how-provider-visual {
    min-height: 340px;
  }

  .how-provider-points {
    gap: 14px;
  }

  .how-provider-points div {
    padding: 12px 0;
  }

  /* ----------------------------------------------------------
     REQUIREMENT
     ---------------------------------------------------------- */

  .how-requirement {
    padding: 70px 0;
  }

  .how-requirement-card {
    padding: 35px;
  }

  .how-requirement-visual {
    min-height: 320px;
  }

  /* ----------------------------------------------------------
     TRUST
     ---------------------------------------------------------- */

  .how-trust {
    padding: 75px 0;
  }

  .how-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .how-trust-card:last-child {
    max-width: none;
    grid-column: auto;
  }

  .how-trust-card {
    padding: 30px;
  }

  /* ----------------------------------------------------------
     FINAL CTA
     ---------------------------------------------------------- */

  .how-final {
    padding: 70px 0;
  }

  .how-final-card {
    padding: 55px 35px;
  }

  .how-final-card h2 {
    font-size: clamp(2.5rem, 9vw, 4.5rem);
  }

  .how-final-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ============================================================
   MOBILE
   <= 600px
   ============================================================ */

@media (max-width: 600px) {
  /* ----------------------------------------------------------
     GLOBAL
     ---------------------------------------------------------- */

  .container {
    width: min(92%, 540px);
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .how-hero {
    padding: 65px 0 55px;
  }

  .how-hero-content h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .how-hero-content p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .how-hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .how-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* ----------------------------------------------------------
     HERO VISUAL
     ---------------------------------------------------------- */

  .how-hero-visual {
    min-height: 330px;
    transform: scale(0.78);
    transform-origin: center;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .how-hero-center {
    width: 105px;
    height: 105px;
  }

  .how-floating-card {
    padding: 12px 14px;
    min-width: 130px;
  }

  .how-floating-card strong {
    font-size: 0.8rem;
  }

  .how-floating-card small {
    font-size: 0.65rem;
  }

  .how-floating-one {
    left: -3%;
    top: 10%;
  }

  .how-floating-two {
    right: -3%;
    top: 25%;
  }

  .how-floating-three {
    bottom: 2%;
  }

  /* ----------------------------------------------------------
     INTRO
     ---------------------------------------------------------- */

  .how-intro {
    padding: 60px 0;
  }

  .how-intro-grid {
    gap: 28px;
  }

  .how-intro-heading h2,
  .how-section-heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .how-large-text {
    font-size: 1.2rem;
  }

  .how-intro-content p {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  /* ----------------------------------------------------------
     STEPS
     ---------------------------------------------------------- */

  .how-steps {
    padding: 60px 0;
  }

  .how-step-card {
    padding: 25px;
  }

  .how-step-top {
    margin-bottom: 25px;
  }

  .how-step-number {
    font-size: 0.75rem;
  }

  .how-step-icon {
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
  }

  .how-step-card h3 {
    font-size: 1.6rem;
  }

  .how-step-card p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .how-step-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* ----------------------------------------------------------
     DISCOVERY
     ---------------------------------------------------------- */

  .how-discover {
    padding: 55px 0;
  }

  .how-split-card {
    padding: 28px 22px;
    gap: 35px;
  }

  .how-split-content h2,
  .how-provider-content h2,
  .how-requirement-content h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .how-feature-list {
    gap: 18px;
  }

  .how-feature-list > div {
    grid-template-columns: 36px 1fr;
  }

  .how-feature-list > div > span {
    font-size: 0.7rem;
  }

  .how-feature-list strong {
    font-size: 0.9rem;
  }

  .how-feature-list p {
    font-size: 0.8rem;
  }

  .how-split-content .btn {
    width: 100%;
    justify-content: center;
  }

  /* ----------------------------------------------------------
     SEARCH MOCKUP
     ---------------------------------------------------------- */

  .how-split-visual {
    min-height: 280px;
  }

  .how-search-mockup {
    padding: 18px;
  }

  .how-search-top {
    padding: 13px;
    font-size: 0.75rem;
  }

  .how-result-card {
    padding: 13px;
    gap: 10px;
  }

  .how-result-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .how-result-card strong {
    font-size: 0.75rem;
  }

  .how-result-card small {
    font-size: 0.65rem;
  }

  /* ----------------------------------------------------------
     PROVIDERS
     ---------------------------------------------------------- */

  .how-provider {
    padding: 60px 0;
  }

  .how-provider-visual {
    min-height: 280px;
  }

  .how-provider-content p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .how-provider-points div strong {
    font-size: 0.85rem;
  }

  .how-provider-content .btn {
    width: 100%;
    justify-content: center;
  }

  .how-profile-preview {
    width: 90%;
    max-width: 360px;
  }

  .how-professional-card {
    width: 90%;
    max-width: 350px;
  }

  /* ----------------------------------------------------------
     REQUIREMENT
     ---------------------------------------------------------- */

  .how-requirement {
    padding: 55px 0;
  }

  .how-requirement-card {
    padding: 28px 22px;
    gap: 35px;
  }

  .how-requirement-content p {
    font-size: 0.92rem;
  }

  .how-requirement-content .btn {
    width: 100%;
    justify-content: center;
  }

  .how-requirement-visual {
    min-height: 270px;
  }

  .how-requirement-box {
    width: 100%;
  }

  .how-provider-pill {
    font-size: 0.75rem;
    padding: 10px 14px;
  }

  /* ----------------------------------------------------------
     TRUST
     ---------------------------------------------------------- */

  .how-trust {
    padding: 60px 0;
  }

  .how-trust-card {
    padding: 25px;
  }

  .how-trust-card h3 {
    font-size: 1.35rem;
  }

  .how-trust-card p {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  /* ----------------------------------------------------------
     FINAL CTA
     ---------------------------------------------------------- */

  .how-final {
    padding: 55px 0;
  }

  .how-final-card {
    padding: 45px 22px;
  }

  .how-final-card h2 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
    line-height: 1;
  }

  .how-final-card p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .how-final-actions {
    flex-direction: column;
    width: 100%;
  }

  .how-final-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   SMALL MOBILE
   <= 400px
   ============================================================ */

@media (max-width: 400px) {
  .container {
    width: 94%;
  }

  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .how-hero {
    padding-top: 55px;
  }

  .how-hero-content h1 {
    font-size: 2.65rem;
  }

  .how-hero-visual {
    transform: scale(0.67);
    min-height: 290px;
    margin-top: -30px;
    margin-bottom: -45px;
  }

  /* ----------------------------------------------------------
     HEADINGS
     ---------------------------------------------------------- */

  .how-intro-heading h2,
  .how-section-heading h2,
  .how-split-content h2,
  .how-provider-content h2,
  .how-requirement-content h2 {
    font-size: 2.15rem;
  }

  /* ----------------------------------------------------------
     CARDS
     ---------------------------------------------------------- */

  .how-step-card,
  .how-trust-card {
    padding: 22px;
  }

  .how-split-card,
  .how-requirement-card,
  .how-final-card {
    padding: 24px 18px;
  }

  /* ----------------------------------------------------------
     FLOATING CARDS
     ---------------------------------------------------------- */

  .how-floating-card {
    min-width: 120px;
    padding: 10px 12px;
  }

  /* ----------------------------------------------------------
     BUTTONS
     ---------------------------------------------------------- */

  .how-hero-actions .btn,
  .how-provider-content .btn,
  .how-requirement-content .btn,
  .how-final-actions .btn {
    min-height: 48px;
    font-size: 0.85rem;
  }
}

/* ============================================================
   TOUCH DEVICES
   ============================================================ */

@media (hover: none) and (pointer: coarse) {
  .how-step-card:hover,
  .how-trust-card:hover,
  .how-floating-card:hover,
  .how-result-card:hover {
    transform: none;
  }

  .how-step-link,
  .how-final-actions .btn,
  .how-provider-content .btn,
  .how-requirement-content .btn {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .how-hero *,
  .how-step-card *,
  .how-trust-card *,
  .how-floating-card *,
  .how-final-card *,
  .how-requirement-card * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   LANDSCAPE MOBILE
   ============================================================ */

@media (max-width: 768px) and (orientation: landscape) {
  .how-hero {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .how-hero-visual {
    min-height: 350px;
  }

  .how-hero-content h1 {
    font-size: 3.2rem;
  }
}

/* ============================================================
   VEXYRA — PROVIDER RESOURCES
   RESPONSIVE STYLES
   File: css/responsive.css
   ============================================================ */

/* ============================================================
   LARGE TABLETS / SMALL LAPTOPS
   ============================================================ */

@media (max-width: 1100px) {
  .resources-hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .resources-hero-content {
    max-width: 760px;
  }

  .resources-hero-visual {
    min-height: 480px;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }

  .resources-section-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .resources-section-intro {
    max-width: 720px;
  }

  .resources-provider-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .resources-provider-content {
    max-width: 760px;
  }

  .resources-provider-visual {
    order: -1;
  }

  .resources-professional .resources-provider-content {
    order: 1;
  }

  .resources-professional .resources-provider-visual {
    order: 2;
  }

  .resources-trust-card {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 900px) {
  .resources-hero {
    padding: 100px 0 80px;
  }

  .resources-hero-content h1 {
    font-size: clamp(3rem, 7vw, 5rem);
  }

  .resources-hero-content p {
    max-width: 650px;
  }

  .resources-intro,
  .resources-section,
  .resources-provider,
  .resources-trust,
  .resources-quick {
    padding: 90px 0;
  }

  .resources-navigation {
    padding: 60px 0;
  }

  .resources-navigation-card {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .resources-nav-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-check-grid {
    grid-template-columns: 1fr;
  }

  .resources-provider-visual {
    min-height: 420px;
  }

  .resources-business-preview,
  .resources-professional-preview {
    width: min(100%, 500px);
  }

  .resources-trust-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-final {
    padding: 80px 0;
  }
}

/* ============================================================
   TABLET / LARGE MOBILE
   ============================================================ */

@media (max-width: 700px) {
  .resources-hero {
    padding: 80px 0 65px;
  }

  .resources-hero-grid {
    gap: 40px;
  }

  .resources-hero-content h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
    line-height: 1.02;
  }

  .resources-hero-content p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .resources-hero-actions,
  .resources-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .resources-hero-actions .btn,
  .resources-final-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .resources-hero-visual {
    min-height: 400px;
  }

  .resources-resource-core {
    width: 120px;
    height: 120px;
  }

  .resources-resource-core span {
    font-size: 3rem;
  }

  .resources-floating-card {
    max-width: 190px;
    padding: 14px 16px;
  }

  .resources-floating-card strong {
    font-size: 0.85rem;
  }

  .resources-floating-card small {
    font-size: 0.7rem;
  }

  .resources-floating-one {
    left: 0;
    top: 35px;
  }

  .resources-floating-two {
    right: 0;
    top: 120px;
  }

  .resources-floating-three {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
  }

  .resources-intro,
  .resources-section,
  .resources-provider,
  .resources-trust,
  .resources-quick {
    padding: 75px 0;
  }

  .resources-intro-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .resources-intro-heading h2,
  .resources-section-intro h2,
  .resources-provider-content h2,
  .resources-trust-content h2,
  .resources-section-heading h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .resources-large-text {
    font-size: 1.25rem;
  }

  .resources-navigation {
    padding: 45px 0;
  }

  .resources-navigation-card {
    padding: 30px 24px;
  }

  .resources-navigation-card h2 {
    font-size: 2rem;
  }

  .resources-nav-links {
    grid-template-columns: 1fr;
  }

  .resources-nav-links a {
    padding: 15px 0;
  }

  .resources-content-grid,
  .resources-tips-grid {
    grid-template-columns: 1fr;
  }

  .resources-content-card,
  .resources-tips-grid article {
    padding: 26px;
  }

  .resources-numbered-list {
    gap: 14px;
  }

  .resources-numbered-item {
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 22px 20px;
  }

  .resources-numbered-item > span {
    width: 42px;
    height: 42px;
    font-size: 0.75rem;
  }

  .resources-numbered-item h3 {
    font-size: 1rem;
  }

  .resources-numbered-item p {
    font-size: 0.9rem;
  }

  .resources-provider-grid {
    gap: 40px;
  }

  .resources-provider-visual {
    min-height: 340px;
  }

  .resources-business-preview,
  .resources-professional-preview {
    padding: 25px;
  }

  .resources-business-top {
    gap: 12px;
  }

  .resources-business-top > span:first-child {
    font-size: 1.5rem;
  }

  .resources-business-top strong {
    font-size: 0.95rem;
  }

  .resources-business-top small {
    font-size: 0.7rem;
  }

  .resources-status {
    padding: 6px 9px;
    font-size: 0.65rem;
  }

  .resources-professional-avatar {
    width: 68px;
    height: 68px;
    font-size: 1.7rem;
  }

  .resources-skill-tags {
    flex-wrap: wrap;
  }

  .resources-check-list {
    gap: 13px;
  }

  .resources-check-list div {
    padding: 13px 0;
  }

  .resources-trust-card {
    padding: 35px 25px;
  }

  .resources-trust-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .resources-trust-points div {
    padding: 18px;
  }

  .resources-check-grid article {
    padding: 25px;
  }

  .resources-final {
    padding: 65px 0;
  }

  .resources-final-card {
    padding: 50px 25px;
  }

  .resources-final-card h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .resources-final-card p {
    font-size: 0.95rem;
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 520px) {
  .resources-hero {
    padding-top: 65px;
  }

  .resources-hero-content h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .resources-hero-actions {
    gap: 12px;
  }

  .resources-hero-visual {
    min-height: 350px;
  }

  .resources-orbit-one {
    width: 250px;
    height: 250px;
  }

  .resources-orbit-two {
    width: 175px;
    height: 175px;
  }

  .resources-resource-core {
    width: 95px;
    height: 95px;
  }

  .resources-resource-core span {
    font-size: 2.3rem;
  }

  .resources-resource-core small {
    font-size: 0.55rem;
  }

  .resources-floating-card {
    max-width: 155px;
    padding: 11px 13px;
  }

  .resources-floating-card span {
    font-size: 1rem;
  }

  .resources-floating-card strong {
    font-size: 0.75rem;
  }

  .resources-floating-card small {
    font-size: 0.62rem;
  }

  .resources-floating-one {
    top: 15px;
    left: 0;
  }

  .resources-floating-two {
    top: 95px;
    right: 0;
  }

  .resources-floating-three {
    bottom: 5px;
  }

  .resources-intro,
  .resources-section,
  .resources-provider,
  .resources-trust,
  .resources-quick {
    padding: 60px 0;
  }

  .resources-navigation {
    padding: 35px 0;
  }

  .resources-navigation-card {
    padding: 25px 20px;
    border-radius: 20px;
  }

  .resources-navigation-card h2 {
    font-size: 1.8rem;
  }

  .resources-nav-links a {
    font-size: 0.88rem;
  }

  .resources-content-card,
  .resources-tips-grid article,
  .resources-check-grid article {
    padding: 22px;
  }

  .resources-content-card h3,
  .resources-tips-grid h3 {
    font-size: 1rem;
  }

  .resources-content-card p,
  .resources-tips-grid p,
  .resources-check-grid p {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .resources-numbered-item {
    grid-template-columns: 40px 1fr;
    gap: 13px;
    padding: 18px 15px;
  }

  .resources-numbered-item > span {
    width: 36px;
    height: 36px;
    font-size: 0.68rem;
  }

  .resources-numbered-item h3 {
    font-size: 0.9rem;
  }

  .resources-numbered-item p {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .resources-provider-visual {
    min-height: 280px;
  }

  .resources-business-preview,
  .resources-professional-preview {
    padding: 20px;
    border-radius: 20px;
  }

  .resources-business-top {
    flex-wrap: wrap;
  }

  .resources-business-top .resources-status {
    margin-left: auto;
  }

  .resources-preview-tags {
    flex-wrap: wrap;
  }

  .resources-preview-tags span,
  .resources-skill-tags span {
    font-size: 0.68rem;
    padding: 6px 9px;
  }

  .resources-profile-score {
    margin-top: 25px;
  }

  .resources-check-list div {
    gap: 12px;
  }

  .resources-check-list div span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    font-size: 0.7rem;
  }

  .resources-check-list strong {
    font-size: 0.82rem;
  }

  .resources-trust-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .resources-trust-points div {
    padding: 15px;
  }

  .resources-trust-points strong {
    font-size: 0.88rem;
  }

  .resources-trust-points small {
    font-size: 0.72rem;
  }

  .resources-final {
    padding: 50px 0;
  }

  .resources-final-card {
    padding: 42px 20px;
    border-radius: 24px;
  }

  .resources-final-card h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .resources-final-card p {
    font-size: 0.88rem;
    line-height: 1.65;
  }
}

/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 380px) {
  .resources-hero-content h1 {
    font-size: 2.15rem;
  }

  .resources-hero-visual {
    min-height: 315px;
  }

  .resources-floating-card {
    max-width: 135px;
    padding: 9px 10px;
  }

  .resources-floating-card small {
    display: none;
  }

  .resources-floating-one {
    left: -5px;
  }

  .resources-floating-two {
    right: -5px;
  }

  .resources-intro-heading h2,
  .resources-section-intro h2,
  .resources-provider-content h2,
  .resources-trust-content h2,
  .resources-section-heading h2 {
    font-size: 1.85rem;
  }

  .resources-final-card h2 {
    font-size: 1.8rem;
  }
}

/* ============================================================
   ACCESSIBILITY / MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .resources-hero *,
  .resources-provider *,
  .resources-final *,
  .resources-navigation *,
  .resources-content-card *,
  .resources-tips-grid article *,
  .resources-check-grid article * {
    animation: none !important;
    transition: none !important;
  }
}

/* ============================================================
   LANDSCAPE MOBILE
   ============================================================ */

@media (max-height: 600px) and (orientation: landscape) {
  .resources-hero {
    padding: 55px 0;
  }

  .resources-hero-grid {
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
  }

  .resources-hero-visual {
    min-height: 300px;
  }
}

/* ============================================================
   OFFER YOUR SERVICES
   RESPONSIVE DESIGN
   ============================================================ */

/* ============================================================
   LARGE TABLETS / SMALL LAPTOPS
   1200px
   ============================================================ */

@media (max-width: 1200px) {
  .offer-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    gap: 50px;
  }

  .offer-hero-content h1 {
    font-size: clamp(48px, 5vw, 68px);
  }

  .offer-service-visual {
    transform: scale(0.94);
    transform-origin: center;
  }

  .offer-choice-grid {
    gap: 20px;
  }

  .offer-choice-card {
    padding: 32px 28px;
  }

  .offer-categories-header {
    grid-template-columns: 1fr 0.8fr;
    gap: 50px;
  }

  .offer-builder-grid {
    gap: 60px;
  }

  .offer-showcase-card {
    gap: 50px;
  }

  .offer-searcher-grid {
    gap: 55px;
  }
}

/* ============================================================
   TABLET
   992px
   ============================================================ */

@media (max-width: 992px) {
  /* GLOBAL SECTION SPACING */

  .offer-hero,
  .offer-choice,
  .offer-categories,
  .offer-builder,
  .offer-benefits,
  .offer-showcase,
  .offer-for-searchers,
  .offer-requirement,
  .offer-check,
  .offer-final {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  /* HERO */

  .offer-hero-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .offer-hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .offer-hero-content h1 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(46px, 7vw, 68px);
  }

  .offer-hero-content > p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .offer-hero-actions {
    justify-content: center;
  }

  .offer-hero-note {
    justify-content: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  /* HERO VISUAL */

  .offer-service-visual {
    width: min(100%, 620px);
    margin: 0 auto;
    min-height: 500px;
  }

  .offer-service-window {
    width: min(100%, 500px);
    margin: 0 auto;
  }

  .offer-mini-one {
    left: 0;
  }

  .offer-mini-two {
    right: 0;
  }

  /* SECTION HEADINGS */

  .offer-section-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  /* CHOICE CARDS */

  .offer-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .offer-choice-card:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }

  /* CATEGORIES */

  .offer-categories-header {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .offer-categories-header > p {
    max-width: 700px;
  }

  .offer-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* BUILDER */

  .offer-builder-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .offer-builder-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .offer-builder-visual {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  /* BENEFITS */

  .offer-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* SHOWCASE */

  .offer-showcase-card {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .offer-showcase-content {
    max-width: 720px;
  }

  .offer-showcase-preview {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  /* SEARCHERS */

  .offer-searcher-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .offer-searcher-visual {
    order: 2;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  .offer-searcher-content {
    order: 1;
    max-width: 720px;
  }

  /* REQUIREMENT */

  .offer-requirement-card {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .offer-requirement-content {
    max-width: 700px;
  }

  .offer-requirement-visual {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
  }

  /* CHECKLIST */

  .offer-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* FINAL */

  .offer-final-card {
    padding: 75px 50px;
  }
}

/* ============================================================
   TABLET PORTRAIT
   768px
   ============================================================ */

@media (max-width: 768px) {
  .offer-hero,
  .offer-choice,
  .offer-categories,
  .offer-builder,
  .offer-benefits,
  .offer-showcase,
  .offer-for-searchers,
  .offer-requirement,
  .offer-check,
  .offer-final {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* HERO */

  .offer-hero-grid {
    gap: 55px;
  }

  .offer-hero-content h1 {
    font-size: clamp(40px, 8vw, 56px);
    line-height: 1.02;
  }

  .offer-hero-content > p {
    font-size: 17px;
    line-height: 1.75;
  }

  .offer-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .offer-hero-actions .btn {
    min-width: 190px;
  }

  /* SERVICE VISUAL */

  .offer-service-visual {
    min-height: 460px;
  }

  .offer-service-window {
    width: min(100%, 470px);
  }

  .offer-mini-card {
    padding: 12px 15px;
    font-size: 13px;
  }

  .offer-mini-one {
    left: 5px;
  }

  .offer-mini-two {
    right: 5px;
  }

  /* CHOICE */

  .offer-choice-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .offer-choice-card,
  .offer-choice-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  /* CATEGORY */

  .offer-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .offer-category-card {
    min-height: 150px;
    padding: 22px;
  }

  /* BUILDER */

  .offer-builder-points > div {
    gap: 18px;
  }

  .offer-builder-points > div > span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }

  .offer-form-card {
    padding: 28px;
  }

  .offer-form-row {
    grid-template-columns: 1fr;
  }

  /* BENEFITS */

  .offer-benefit-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  /* SHOWCASE */

  .offer-showcase-card {
    padding: 40px 30px;
  }

  .offer-listing-card {
    padding: 25px;
  }

  /* SEARCHER */

  .offer-searcher-window {
    padding: 22px;
  }

  /* REQUIREMENT */

  .offer-requirement-card {
    padding: 45px 32px;
  }

  /* CHECK */

  .offer-check-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  /* FINAL */

  .offer-final-card {
    padding: 65px 35px;
  }

  .offer-final-card h2 {
    font-size: clamp(36px, 7vw, 52px);
  }
}

/* ============================================================
   MOBILE
   600px
   ============================================================ */

@media (max-width: 600px) {
  /* PREVENT HORIZONTAL OVERFLOW */

  .offer-hero,
  .offer-choice,
  .offer-categories,
  .offer-builder,
  .offer-benefits,
  .offer-showcase,
  .offer-for-searchers,
  .offer-requirement,
  .offer-check,
  .offer-final {
    overflow: hidden;
  }

  /* SECTION SPACING */

  .offer-hero,
  .offer-choice,
  .offer-categories,
  .offer-builder,
  .offer-benefits,
  .offer-showcase,
  .offer-for-searchers,
  .offer-requirement,
  .offer-check,
  .offer-final {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  /* HERO */

  .offer-hero-content {
    text-align: left;
  }

  .offer-hero-content h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.02;
    letter-spacing: -1.5px;
  }

  .offer-hero-content > p {
    font-size: 16px;
    line-height: 1.7;
  }

  .offer-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .offer-hero-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .offer-hero-note {
    justify-content: flex-start;
    text-align: left;
    margin-top: 25px;
  }

  /* HERO SERVICE VISUAL */

  .offer-service-visual {
    min-height: auto;
    padding: 10px 0 35px;
  }

  .offer-service-window {
    width: 100%;
    max-width: none;
  }

  .offer-window-top {
    padding: 12px 14px;
  }

  .offer-service-image {
    height: 125px;
  }

  .offer-service-body {
    padding: 22px 20px;
  }

  .offer-service-body h3 {
    font-size: 21px;
    line-height: 1.25;
  }

  .offer-service-body p {
    font-size: 14px;
    line-height: 1.65;
  }

  .offer-service-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .offer-service-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .offer-mini-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 12px auto 0;
    width: fit-content;
  }

  .offer-mini-two {
    margin-top: 10px;
  }

  /* SECTION HEADING */

  .offer-section-heading {
    text-align: left;
  }

  .offer-section-heading h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .offer-section-heading p {
    font-size: 15px;
    line-height: 1.7;
  }

  /* CHOICE CARDS */

  .offer-choice-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .offer-choice-card h3 {
    font-size: 28px;
    line-height: 1.12;
  }

  .offer-choice-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .offer-choice-card ul {
    gap: 10px;
  }

  .offer-choice-card a {
    width: 100%;
    justify-content: space-between;
  }

  /* CATEGORIES */

  .offer-categories-header h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .offer-category-grid {
    grid-template-columns: 1fr;
  }

  .offer-category-card {
    min-height: auto;
    padding: 22px;
  }

  /* BUILDER */

  .offer-builder-content h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .offer-builder-points {
    gap: 22px;
  }

  .offer-builder-points > div {
    align-items: flex-start;
    gap: 14px;
  }

  .offer-builder-points > div > span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .offer-builder-points strong {
    font-size: 15px;
  }

  .offer-builder-points p {
    font-size: 14px;
    line-height: 1.6;
  }

  .offer-form-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .offer-form-header {
    margin-bottom: 22px;
  }

  .offer-form-field {
    margin-bottom: 15px;
  }

  .offer-form-field > div {
    min-height: 48px;
    padding: 13px 14px;
  }

  .offer-form-textarea {
    min-height: 95px !important;
  }

  .offer-form-button {
    width: 100%;
  }

  /* BENEFITS */

  .offer-benefit-grid {
    gap: 12px;
  }

  .offer-benefit-grid article {
    padding: 22px 20px;
  }

  .offer-benefit-grid article > span {
    font-size: 12px;
  }

  .offer-benefit-grid strong {
    font-size: 16px;
  }

  .offer-benefit-grid p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* SHOWCASE */

  .offer-showcase-card {
    padding: 32px 20px;
    border-radius: 24px;
    gap: 35px;
  }

  .offer-showcase-content h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .offer-showcase-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .offer-showcase-points {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .offer-listing-card {
    padding: 20px;
    border-radius: 18px;
  }

  .offer-listing-top {
    gap: 10px;
  }

  .offer-listing-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .offer-listing-top strong {
    font-size: 14px;
  }

  .offer-listing-top small {
    font-size: 12px;
  }

  .offer-listing-card h3 {
    font-size: 21px;
    line-height: 1.25;
  }

  .offer-listing-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .offer-listing-tags {
    flex-wrap: wrap;
  }

  .offer-listing-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* SEARCHERS */

  .offer-searcher-grid {
    gap: 38px;
  }

  .offer-searcher-window {
    padding: 16px;
    border-radius: 20px;
  }

  .offer-searcher-search {
    min-height: 50px;
    padding: 12px;
    font-size: 13px;
  }

  .offer-provider-result {
    padding: 14px 8px;
    gap: 10px;
  }

  .offer-provider-result > span:first-child {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .offer-provider-result strong {
    font-size: 14px;
  }

  .offer-provider-result small {
    font-size: 11px;
  }

  .offer-searcher-content h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .offer-searcher-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .offer-searcher-content .btn {
    width: 100%;
    justify-content: center;
  }

  /* REQUIREMENT */

  .offer-requirement-card {
    padding: 32px 22px;
    border-radius: 24px;
    gap: 35px;
  }

  .offer-requirement-content h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .offer-requirement-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .offer-requirement-content .btn {
    width: 100%;
    justify-content: center;
  }

  .offer-requirement-note {
    padding: 20px;
  }

  .offer-requirement-arrow {
    margin: 10px auto;
  }

  /* CHECK */

  .offer-check-heading h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .offer-check-grid article {
    padding: 18px;
    gap: 13px;
  }

  .offer-check-grid article span {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }

  .offer-check-grid strong {
    font-size: 14px;
    line-height: 1.5;
  }

  /* FINAL CTA */

  .offer-final-card {
    padding: 55px 22px;
    border-radius: 26px;
  }

  .offer-final-card h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.05;
  }

  .offer-final-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .offer-final-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .offer-final-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   SMALL PHONES
   420px
   ============================================================ */

@media (max-width: 420px) {
  .offer-hero,
  .offer-choice,
  .offer-categories,
  .offer-builder,
  .offer-benefits,
  .offer-showcase,
  .offer-for-searchers,
  .offer-requirement,
  .offer-check,
  .offer-final {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .offer-hero-content h1 {
    font-size: 37px;
  }

  .offer-hero-content > p {
    font-size: 15px;
  }

  .offer-service-body {
    padding: 19px 17px;
  }

  .offer-service-image {
    height: 105px;
  }

  .offer-choice-card {
    padding: 24px 20px;
  }

  .offer-choice-card h3 {
    font-size: 25px;
  }

  .offer-category-card {
    padding: 20px;
  }

  .offer-form-card {
    padding: 19px 15px;
  }

  .offer-showcase-card {
    padding: 27px 17px;
  }

  .offer-listing-card {
    padding: 17px;
  }

  .offer-requirement-card {
    padding: 28px 18px;
  }

  .offer-final-card {
    padding: 45px 18px;
  }
}

/* ============================================================
   VERY SMALL PHONES
   360px
   ============================================================ */

@media (max-width: 360px) {
  .offer-hero-content h1 {
    font-size: 34px;
  }

  .offer-section-heading h2,
  .offer-categories-header h2,
  .offer-builder-content h2,
  .offer-showcase-content h2,
  .offer-searcher-content h2,
  .offer-requirement-content h2,
  .offer-check-heading h2 {
    font-size: 31px;
  }

  .offer-choice-card h3 {
    font-size: 23px;
  }

  .offer-service-body h3 {
    font-size: 19px;
  }
}

/* ============================================================
   VEXYRA RESPONSIVE CSS
   ------------------------------------------------------------
   Search results / cards
   Tablet + Mobile
   Load AFTER style.css
   ============================================================ */

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {
  .search-page {
    padding: 55px 0 80px;
  }

  .search-container {
    width: min(94%, 1000px);
  }

  .search-hero {
    padding: 44px 42px;
    border-radius: 25px;
  }

  .search-hero h1 {
    font-size: 46px;
  }

  .search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .search-result-card {
    min-height: 350px;
  }
}

/* ============================================================
   SMALL TABLET
   ============================================================ */

@media (max-width: 760px) {
  .search-page {
    padding: 40px 0 65px;
  }

  .search-container {
    width: min(92%, 680px);
  }

  /* ----------------------------------------------------------
     SEARCH HERO
     ---------------------------------------------------------- */

  .search-hero {
    margin-bottom: 32px;
    padding: 36px 30px;
    border-radius: 22px;
  }

  .search-hero h1 {
    font-size: 38px;
  }

  .search-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* ----------------------------------------------------------
     RESULTS HEADER
     ---------------------------------------------------------- */

  .search-results-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 22px;
  }

  .search-results-header h2 {
    font-size: 27px;
  }

  .search-result-count {
    min-height: 34px;
    font-size: 12px;
  }

  /* ----------------------------------------------------------
     TWO COLUMN CARDS
     ---------------------------------------------------------- */

  .search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }

  .search-result-card {
    min-height: 360px;
    border-radius: 20px;
  }

  .search-result-card-header {
    gap: 10px;
    padding: 21px 20px 0;
  }

  .search-result-card-body {
    padding: 19px 20px 21px;
  }

  .search-result-avatar {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .search-result-badges {
    gap: 5px;
  }

  .search-result-type,
  .search-result-verified {
    font-size: 9px;
  }

  .search-result-card h3 {
    font-size: 19px;
  }

  .search-result-description {
    font-size: 13px;
  }

  .search-result-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .search-result-profile-link {
    width: 100%;
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 560px) {
  .search-page {
    padding: 28px 0 50px;
  }

  .search-container {
    width: calc(100% - 28px);
  }

  /* ----------------------------------------------------------
     SEARCH HERO
     ---------------------------------------------------------- */

  .search-hero {
    margin-bottom: 27px;
    padding: 30px 23px;
    border-radius: 20px;
  }

  .search-hero::before {
    width: 190px;
    height: 190px;
    right: -100px;
    top: -110px;
  }

  .search-hero::after {
    width: 130px;
    height: 130px;
    left: -70px;
    bottom: -85px;
  }

  .search-hero .section-label {
    margin-bottom: 12px;
    padding: 6px 10px;
    font-size: 9px;
  }

  .search-hero h1 {
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .search-hero p {
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     RESULTS HEADER
     ---------------------------------------------------------- */

  .search-results-header {
    margin-bottom: 18px;
  }

  .search-results-header .section-label {
    font-size: 9px;
  }

  .search-results-header h2 {
    font-size: 24px;
  }

  .search-result-count {
    min-height: 32px;
    padding: 7px 12px;
  }

  /* ----------------------------------------------------------
     SINGLE COLUMN
     ---------------------------------------------------------- */

  .search-results-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* ----------------------------------------------------------
     CARD
     ---------------------------------------------------------- */

  .search-result-card {
    min-height: 0;
    border-radius: 19px;
  }

  .search-result-card:hover {
    transform: translateY(-4px);
  }

  .search-result-card-header {
    padding: 20px 20px 0;
  }

  .search-result-card-body {
    padding: 17px 20px 20px;
  }

  .search-result-avatar {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .search-result-card h3 {
    font-size: 20px;
  }

  .search-result-category {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .search-result-description {
    font-size: 13px;
    line-height: 1.6;
  }

  .search-result-meta {
    padding-top: 18px;
  }

  .search-result-card-footer {
    margin-top: 18px;
    padding-top: 16px;
  }

  .search-result-profile-link {
    min-height: 44px;
  }
}

/* ============================================================
   VERY SMALL PHONES
   ============================================================ */

@media (max-width: 380px) {
  .search-container {
    width: calc(100% - 22px);
  }

  .search-hero {
    padding: 26px 19px;
  }

  .search-hero h1 {
    font-size: 29px;
  }

  .search-results-header h2 {
    font-size: 22px;
  }

  .search-result-card-header {
    padding-left: 17px;
    padding-right: 17px;
  }

  .search-result-card-body {
    padding-left: 17px;
    padding-right: 17px;
  }

  .search-result-avatar {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .search-result-card,
  .search-result-profile-link,
  .search-result-profile-link::after {
    transition: none;
  }

  .search-loading-spinner {
    animation: none;
  }
}

/* =========================================================
   VEXYRA DASHBOARD - RESPONSIVE.CSS
   ========================================================= */

/* =========================================================
   GLOBAL DASHBOARD RESPONSIVE SAFETY
   ========================================================= */

.dashboard-page {
  width: 100%;
  overflow-x: hidden;
}

.dashboard,
.dashboard-layout,
.dashboard-main,
.dashboard-content {
  width: 100%;
  min-width: 0;
}

/* =========================================================
   DESKTOP DASHBOARD
   ========================================================= */

.dashboard-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  width: 100%;
  min-height: calc(100vh - 80px);
}

.dashboard-sidebar {
  position: sticky;
  top: 0;
  align-self: flex-start;
  width: 270px;
  height: calc(100vh - 80px);
  z-index: 20;
}

.dashboard-sidebar-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.dashboard-main {
  min-width: 0;
  width: 100%;
}

/* =========================================================
   DASHBOARD MOBILE MENU
   Hidden on desktop
   ========================================================= */

.dashboard-mobile-menu {
  display: none;
}

/* =========================================================
   DASHBOARD GRIDS
   ========================================================= */

.dashboard-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.dashboard-information-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dashboard-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1200px) {
  .dashboard-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .dashboard-sidebar {
    width: 240px;
  }

  .dashboard-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  /* -------------------------------------------------------
     Dashboard layout becomes full width
     ------------------------------------------------------- */

  .dashboard-layout {
    display: block;
    min-height: 0;
  }

  .dashboard-main {
    width: 100%;
  }

  /* -------------------------------------------------------
     Dashboard sidebar becomes off-canvas drawer
     ------------------------------------------------------- */

  .dashboard-sidebar {
    position: fixed;
    top: 0;
    left: 0;

    width: min(310px, 85vw);
    height: 100vh;

    z-index: 1001;

    transform: translateX(-100%);
    transition: transform 0.3s ease;

    box-shadow: 10px 0 35px rgba(0, 0, 0, 0.15);
  }

  .dashboard-sidebar.dashboard-sidebar-open {
    transform: translateX(0);
  }

  .dashboard-sidebar-inner {
    height: 100vh;
    overflow-y: auto;
  }

  /* -------------------------------------------------------
     Sidebar overlay
     ------------------------------------------------------- */

  .dashboard-sidebar-overlay {
    position: fixed;
    inset: 0;

    z-index: 1000;

    background: rgba(15, 23, 42, 0.55);

    opacity: 0;
    visibility: hidden;

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  .dashboard-sidebar-overlay.dashboard-sidebar-overlay-visible {
    opacity: 1;
    visibility: visible;
  }

  /* -------------------------------------------------------
     Dashboard hamburger
     
     IMPORTANT:
     This is NOT the main VexYra navigation.
     It only controls the dashboard sidebar.
     ------------------------------------------------------- */

  .dashboard-mobile-menu {
    position: absolute;

    top: 22px;
    left: 20px;

    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;

    background: #ffffff;

    cursor: pointer;

    z-index: 10;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);

    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease;
  }

  .dashboard-mobile-menu:hover {
    transform: translateY(-1px);
  }

  .dashboard-mobile-menu span {
    display: block;

    width: 20px;
    height: 2px;

    margin: 2.5px 0;

    background: #0f172a;

    border-radius: 2px;

    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  /* Hamburger transforms into X */

  .dashboard-mobile-menu[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .dashboard-mobile-menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .dashboard-mobile-menu[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* -------------------------------------------------------
     Dashboard header spacing
     ------------------------------------------------------- */

  .dashboard-header-content {
    padding-left: 78px;
  }

  /* -------------------------------------------------------
     Dashboard cards
     ------------------------------------------------------- */

  .dashboard-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-information-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
  /* -------------------------------------------------------
     Dashboard
     ------------------------------------------------------- */

  .dashboard-layout {
    display: block;
  }

  .dashboard-content {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
  }

  /* -------------------------------------------------------
     Dashboard header
     ------------------------------------------------------- */

  .dashboard-header {
    padding: 20px 16px;
  }

  .dashboard-header-content {
    padding-left: 56px;
  }

  .dashboard-mobile-menu {
    top: 20px;
    left: 16px;

    width: 40px;
    height: 40px;
  }

  /* -------------------------------------------------------
     Dashboard title
     ------------------------------------------------------- */

  .dashboard-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .dashboard-subtitle {
    font-size: 14px;
    line-height: 1.6;
  }

  .dashboard-eyebrow {
    font-size: 12px;
  }

  /* -------------------------------------------------------
     Header account status
     ------------------------------------------------------- */

  .dashboard-header-status {
    width: 100%;
    margin-top: 18px;
  }

  /* -------------------------------------------------------
     Cards
     ------------------------------------------------------- */

  .dashboard-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dashboard-information-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* -------------------------------------------------------
     Forms
     ------------------------------------------------------- */

  .dashboard-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dashboard-form-group {
    width: 100%;
  }

  .dashboard-form-group input,
  .dashboard-form-group select,
  .dashboard-form-group textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* -------------------------------------------------------
     Panel cards
     ------------------------------------------------------- */

  .dashboard-panel-card {
    padding: 18px;
  }

  /* -------------------------------------------------------
     Section headers
     ------------------------------------------------------- */

  .dashboard-section-header {
    margin-bottom: 20px;
  }

  .dashboard-section-header h2 {
    font-size: 23px;
    line-height: 1.3;
  }

  .dashboard-section-header p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* -------------------------------------------------------
     Form buttons
     ------------------------------------------------------- */

  .dashboard-form-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .dashboard-primary-button,
  .dashboard-secondary-button,
  .dashboard-danger-button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* -------------------------------------------------------
     Settings
     ------------------------------------------------------- */

  .dashboard-setting-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .dashboard-setting-row button {
    width: 100%;
  }

  /* -------------------------------------------------------
     Media
     ------------------------------------------------------- */

  .dashboard-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .dashboard-logo-preview {
    max-width: 100%;
  }

  /* -------------------------------------------------------
     Resume
     ------------------------------------------------------- */

  .dashboard-resume-preview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .dashboard-resume-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .dashboard-resume-actions a,
  .dashboard-resume-actions button {
    width: 100%;
  }

  /* -------------------------------------------------------
     Activity
     ------------------------------------------------------- */

  .dashboard-activity-list {
    width: 100%;
    overflow-x: auto;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {
  .dashboard-header {
    padding: 18px 14px;
  }

  .dashboard-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .dashboard-header-content {
    padding-left: 54px;
  }

  .dashboard-mobile-menu {
    top: 18px;
    left: 14px;

    width: 40px;
    height: 40px;
  }

  .dashboard-title {
    font-size: 25px;
  }

  .dashboard-section-header h2 {
    font-size: 21px;
  }

  .dashboard-panel-card {
    padding: 15px;
  }

  .dashboard-sidebar {
    width: 88vw;
  }

  .dashboard-photo-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   VERY SMALL SCREENS
   ========================================================= */

@media (max-width: 360px) {
  .dashboard-header-content {
    padding-left: 50px;
  }

  .dashboard-title {
    font-size: 23px;
  }

  .dashboard-subtitle {
    font-size: 13px;
  }

  .dashboard-panel-card {
    padding: 13px;
  }

  .dashboard-mobile-menu {
    width: 38px;
    height: 38px;
  }
}

/* =========================================================
   PREVENT BODY SCROLL WHEN DASHBOARD SIDEBAR IS OPEN
   ========================================================= */

body.dashboard-sidebar-is-open {
  overflow: hidden;
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dashboard-sidebar,
  .dashboard-sidebar-overlay,
  .dashboard-mobile-menu,
  .dashboard-mobile-menu span {
    transition: none;
  }
}

/* =========================================================
   HIDDEN ATTRIBUTE
   ========================================================= */

[hidden] {
  display: none !important;
}
