:root {
    /* Brand Colors */
    --color-primary-dark: #3B144D;
    /* Deep Navy/Purple Backgrounds */
    --color-brand-purple: #4b2163;
    /* Original Shade */
    --color-accent-gold: #ffc857;
    /* Original Gold Accent */
    --color-lavender-light: #d1c4e9;
    /* Light QR Box Modifier */

    /* Neutral Colors */
    --color-white: #ffffff;
    --color-text-dark: #333333;
    --color-text-muted: rgba(255, 255, 255, 0.8);

    /* Typography */
    --font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --weight-light: 300;
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-bold: 700;
    --weight-black: 900;

    /* Layout & Shapes */
    --container-width: 1080px;
    --radius-lg: 30px;
    --radius-md: 20px;
    --section-padding: 80px 20px;

    /* About Hoox Theme Variables (Mapping to OG) */
    --hoox-purple: var(--color-brand-purple);
    --hoox-purple-light: #5d2667;
    --hoox-yellow: var(--color-accent-gold);
    --hoox-text: #1a1a1a;
    --hoox-text-muted: #4b5563;
    --hoox-bg-gray: #f9fafb;
    --container-max: 1152px;
    --section-padding-large: 6rem 1.5rem;

    /* Animations */
    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
    --anim-duration: 0.8s;
}

/* ==========================================================================
   Keyframes & Animation Utilities
   ========================================================================== */
* {
    font-family: var(--font-main)
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-fade-up {
    animation: fadeInUp var(--anim-duration) var(--ease-out-expo) forwards;
}

.animate-fade-in {
    animation: fadeIn var(--anim-duration) ease-in forwards;
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

/* ==========================================================================
   Base Reset & Global Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

body {
    font-family: var(--font-main);
    background-color: var(--color-white);
    color: var(--color-text-dark);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

[aria-label="mobile-menu-toggle"] {
    margin-left: auto;
    color: var(--color-white)
}

img {
    max-width: 100%;
    display: block;
}

video.background-video {
    display: none;
}

.content-container {
    /* max-width: var(--container-width); */
    /* margin: 0 auto; */
    /* padding: 0 20px; */
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.sc-9abf931d-1.beBhHF,
.sc-29c89219-7.cCOhsH,
.sc-29c89219-9.ewWPgb,
.sc-29c89219-2.sARIX,
.sc-9abf931d-1.ewWPgb div {
    background: #21212140 !important;
    backdrop-filter: blur(6px);
    color: white;
}
.dxmNDf {
    background: none !important;
}
.sc-9abf931d-1.beBhHF img,
.sc-29c89219-2.sARIX img{
    width: 100%;
    height: 100%
}
.sc-29c89219-5.dZqXv {
    background: none;
    border: none;
    color: white;
    font-size: 30px;
}
.sc-9abf931d-1.beBhHF button {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
}
#primeagile__11104{
    background: #6D2D0C !important;
} 
nav.nav-bar,
.light-nav-bar {
    padding: 1rem 20px !important;
    border: none !important;
    box-shadow: none;
    background: none;
    width: 100% !important;
    max-width: var(--container-max) !important;
    margin: 0 auto !important;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    /* Center the main content */
}

.light-nav-bar {
    background-color: #ffffff !important;
}
#primeagile__10953 nav.nav-bar a.nav-btn{
    color: white !important;
}

#primeagile__10953 nav.nav-bar,
.light-nav-bar {
    padding: 1rem 20px !important;
}

#primeagile__10953 nav.nav-bar {
    background: none !important;
    max-width: var(--container-max) !important;
    margin: 0 auto !important;
}

nav.nav-bar>div,
.light-nav-bar>div {
    width: 100% !important;
}

nav.nav-bar>div>div {
    width: 100% !important;
}

.nav-bar>span,
.light-nav-bar>span {
    width: max-content !important;
    position: absolute !important;
    left: 20px !important;
    z-index: 10;
    display: flex;
    align-items: center;
}

#primeagile__10953 .nav-bar>span {
    left: 20px;
}

.nav-bar>span img,
.light-nav-bar>span img {
    height: auto !important;
    width: 15rem;
}

#primeagile__10966 {
    position: absolute !important;
    right: 20px !important;
}

.light-nav-bar:not(#primeagile__10953 *) #primeagile__10964,
.light-nav-bar:not(#primeagile__10953 *) #primeagile__10965,
.light-nav-bar:not(#primeagile__10953 *) #primeagile__10966 {
    background-color: #f3f0e9 !important;
    /* Creamy background */
    color: #000000 !important;
    /* Dark text */
    border: none !important;
    box-shadow: none !important;
}

.light-nav-bar:not(#primeagile__10953 *) #primeagile__10964:hover,
.light-nav-bar:not(#primeagile__10953 *) #primeagile__10965:hover,
.light-nav-bar:not(#primeagile__10953 *) #primeagile__10966:hover {
    background-color: #e8e4db !important;
}

#primeagile__10953 #primeagile__10964,
#primeagile__10953 #primeagile__10965,
#primeagile__10953 #primeagile__10966 {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.sc-dhKdcy.eJXWSO {
    color: white;
    margin-left: auto;
}

.light-nav-bar .sc-dhKdcy.eJXWSO {
    color: #000000 !important;
}

/* Container Layout - To space the left group from the right button */
div:has(> #primeagile__10964) {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    padding: 0px;
    width: auto !important;
    margin: 0 auto !important;
    box-sizing: border-box;
      flex-direction: row-reverse;
}

/* Base Glassmorphism Pill Style for all links */
#primeagile__10964,
#primeagile__10965,
#primeagile__10966 {
    padding: 10px 24px;
    font-weight: 600;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Navigation link hover effect */
nav.nav-bar>div>div a:hover,
.light-nav-bar>div>div a:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

#primeagile__10964:hover,
#primeagile__10965:hover,
#primeagile__10966:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

#primeagile__10964 {
    margin-right: -1px !important;
    /* Proximity */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-right: none !important;
}

#primeagile__10965 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

nav.nav-bar>div>div a:hover {
    background: rgb(255 255 255 / 47%);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

#primeagile__10953 {
    height: 100vh;
   
    /*background: url("https://images.primeagile.com/hooksapp_com/image/11454/home-banner3.webp"); */
    background: url("https://images.primeagile.com/hooksapp_com/image/11501/hooxapp-bg.webp");
    
    background-size: cover;
    background-position: 52% !important;
    background-repeat: no-repeat;
}

#primeagile__10963 {
    width: 80vw;
    display: grid;
    height: 100%;
    max-width: 1080px;
    margin: 9rem auto;
    color: var(--color-white) !important;
    animation: fadeInUp 1s var(--ease-out-expo) forwards;
}

.hero-headline {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s var(--ease-out-expo) 0.2s backwards;
}

.hero-promo .hero-headline {
    color: var(--color-white);
}

.hero-overlay .headline-item {
    font-size: 4.2rem;
}

.headline-item {
    display: block;
    font-weight: 500;
    font-size: 2.4rem;
    animation: fadeInUp 1s var(--ease-out-expo) 0.3s backwards;
}

.headline-bold {
    font-weight: var(--weight-black);
}

.hero-description {
    font-size: 1.25rem;
    max-width: 600px;
    opacity: 0.7;
    animation: fadeIn 1.2s ease-out 0.5s backwards;
}

.text-purple {
    color: var(--color-brand-purple);
    font-weight: 600;
    font-size: 2.3rem;
}

#primeagile__11002 img {
    transform: translateX(-8rem) scale(1.1);
}

/* Combined Hero Image Section */
#primeagile__11025 {
    background-image: url("https://images.primeagile.com/hooksapp_com/image/11013/screenshot_8.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    display: grid;
    place-content: center;
    text-align: center;
}

#primeagile__11026 .hero-text {
    color: var(--color-white);
    font-size: 2.5rem;
    font-weight: var(--weight-bold);
}

.hooksapp-features {
    max-width: var(--container-max);
    margin: 0 auto;
}

/* ==========================================================================
   App Download & QR Section
   ========================================================================== */

section.app-download {
    color: var(--color-text-dark) !important;
}

.rounded-4.text-center {
    padding: 1rem;
    margin: 1rem;
    background: #ebebeb;
    text-align: center;
    font-weight: bold;
    border-radius: 1rem;
}

#primeagile__10954 {
    padding-top: 5rem;
}

.qr-promo-box {
    display: flex;
    align-items: center;
    background-color: var(--color-brand-purple);
    padding: 1rem;
    border-radius: var(--radius-md);
    max-width: 450px;
    margin: 2rem 0;
    gap: 1.5rem;
    transition: transform 0.3s var(--ease-out-expo), box-shadow 0.3s ease;
}

.qr-promo-box:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.qr-promo-box.qr-light {
    background-color: var(--color-lavender-light);
    margin: 0 auto;
}

.qr-promo-box.qr-light .qr-text {
    color: var(--color-primary-dark);
}

.qr-code {
    width: 120px;
    height: 120px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    animation: float 4s ease-in-out infinite;
}

.qr-text {
    color: var(--color-white);
    font-weight: var(--weight-bold);
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* ==========================================================================
   Intro & Headings
   ========================================================================== */

.main-heading,
#primeagile__11172 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: var(--weight-bold);
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

#primeagile__11172 {
    text-align: center;
}

.intro-paragraph {
    font-size: 1.1rem;
    line-height: 1.4;
    max-width: 800px;
    margin-bottom: 3rem;
}

.sub-heading {
    font-size: 1.8rem;
    font-weight: var(--weight-bold);
}

.event-callout {
    text-align: center;
    padding: 3rem 0px;
}

.callout-text {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: var(--weight-bold);
    line-height: 1.2;
    color: var(--color-text-dark);
}

/* ==========================================================================
   Discover Events Form
   ========================================================================== */

form#primeagile__11012 {
    background:
        url("https://images.primeagile.com/hooksapp_com/image/11701/image.webp") center/cover no-repeat;
    padding: 60px 20px;
    font-family: sans-serif;
    color: var(--color-white) !important;
    text-align: left;
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    min-height: 30rem;
}

form#primeagile__11012 ul {
    color: black;
    border: none;
    border-radius:1rem; 
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    &::-webkit-scrollbar {display: none;}
}
form#primeagile__11012 ul li {
    padding: 1rem;
    border-bottom: 1px solid #d2d2d2;
}
form#primeagile__11012 ul li:hover {
    background: #eeeeee;
}

div#primeagile__11012 {
    max-width: 900px;
    margin: 0 auto;
    display: grid !important;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

#primeagile__11028 {
    grid-column: 1 / -1;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--color-white) !important;
}

#primeagile__11012>div:nth-of-type(1) {
    grid-column: 1/2;
}

#primeagile__11012>div:nth-of-type(2) {
    grid-column: 2/2;
}

input[name="CITIES-INPUT"],
input[name="MODES-INPUT"] {
    width: 100%;
    padding: 18px 15px;
    border: none;
    border-radius: 2rem;
    background-color: #ffffff;
    font-size: 16px;
    color: #888;
    box-sizing: border-box;
}

#primeagile__11031 {
    grid-column: 1 / 3;
    background: #ffffff;
    border-radius: 50px;
    padding: 20px 40px;
    margin-top: 10px;
    color: #888;
    font-size: 16px;
}

/* ==========================================================================
   Features Section
   ========================================================================== */

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.feature-card {
    background: linear-gradient(145deg, var(--color-brand-purple), #3d1b50);
    color: var(--color-white);
    padding: 2.5rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.feature-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.feature-card .card-title {
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
    font-size: 1.6rem;
}

.feature-card .card-body {
    opacity: 0.85;
    line-height: 1.7;
    font-weight: var(--weight-light);
}

.card-title {
    font-size: 1.5rem;
    font-weight: var(--weight-bold);
    margin-bottom: 1rem;
    color: var(--color-white);
}

.card-body {
    font-size: 1rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* ==========================================================================
   Summary Banners
   ========================================================================== */

#primeagile__10956 {
    background-image: url("https://images.primeagile.com/hooksapp_com/image/11012/gemini_generated_image_nlr8krnlr8krnlr8_SRC-LG_W2400XH1579.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#primeagile__11007,
#primeagile__11013 {
    padding-top: 5rem;
    max-width: var(--container-width);
    margin: 0 auto;
}

#primeagile__11013 {
    height: 42rem;
    overflow: hidden;

}

/* Specific background for combined section */
#primeagile__10959 {
    background: url("https://images.primeagile.com/hooksapp_com/image/11014/5b.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#primeagile__11006 {
    padding-top: 5rem;
    display: block;
    height: auto;
}

#primeagile__11014 {
    padding-top: 8rem;
    display: flex;
    align-content: center;
    height: 100%;
}

.social-summary-banner {
    display: flex;
    place-self: center;
}

.summary-text {
    font-size: 3rem;
    font-weight: var(--weight-light);
    color: var(--color-white);
    margin-bottom: 1rem;
}

.summary-highlight {
    font-weight: var(--weight-bold);
    text-transform: lowercase;
    color: var(--color-white);
    font-size: 1.5rem;
}

/* ==========================================================================
   Marketplace & Services
   ========================================================================== */

.marketplace-services {
    background: url("your-bokeh-image.jpg") center/cover no-repeat;
    min-height: 450px;
    display: flex;
    font-family: var(--font-main);
}

.hero-overlay {
    width: 100%;
    padding: var(--section-padding);
    display: flex;
    align-items: center;
}

.content-wrapper {
    max-width: var(--container-width);
    margin: 0 auto;
    width: 100%;
}

.section-title {
    color: var(--color-white);
    font-size: 4.5rem;
    font-weight: var(--weight-bold);
    line-height: 0.85;
    margin-bottom: 25px;
    letter-spacing: -2px;
    text-transform: none;
}

.section-description {
    color: var(--color-text-muted);
    font-size: 1.25rem;
    font-weight: var(--weight-regular);
    line-height: 1.4;
    max-width: 650px;
}

/* ==========================================================================
   Call to Action Buttons
   ========================================================================== */

.find-date-btn {
    width: max-content;
    border: none;
    place-self: center;
    margin: 2rem 0;
}

.cta-button,
.find-date-btn {
    display: inline-block;
    background-color: var(--color-accent-gold);
    color: var(--color-primary-dark);
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: var(--weight-bold);
    font-size: 1.2rem;
    margin-bottom: 3rem;
    transition: all 0.3s var(--ease-out-expo);
    box-shadow: 0 4px 15px rgba(255, 200, 87, 0.3);
}

.cta-button:hover,
.find-date-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 200, 87, 0.5);
    filter: brightness(1.1);
}

/* ==========================================================================
   HooxApp Difference Section
   ========================================================================== */

.difference-section {
    padding: 100px 20px;
    color: var(--color-white);
}

.difference-section .content-container {
    max-width: var(--container-width);
    margin: 0 auto;
}

.difference-headline {
    font-size: clamp(3rem, 6vw, 4.8rem);
    font-weight: var(--weight-bold);
    line-height: 0.95;
    margin-bottom: 1.5rem;
    letter-spacing: -2px;
}

.difference-intro {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    line-height: 1.5;
    max-width: 850px;
    margin-bottom: 4rem;
    opacity: 0.95;
}

.difference-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 800px;
}

.difference-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.difference-icon {
    width: 22px;
    height: 22px;
    background-color: var(--color-accent-gold);
    border-radius: 6px;
    margin-top: 6px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(255, 200, 87, 0.3);
}

.difference-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.difference-text p {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.4;
    opacity: 0.85;
    font-weight: 300;
}

/* ==========================================================================
   Footer CTA Section
   ========================================================================== */

.app-footer-cta {
    background-color: var(--color-primary-dark);
    color: var(--color-white);
    text-align: center;
    padding: 100px 20px;
}

.app-footer-cta .cta-headline {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: var(--weight-bold);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    color: var(--color-white);
}

.app-footer-cta .cta-subheading {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto 3rem auto;
    opacity: 0.9;
    font-weight: var(--weight-light);
}

.button-wrapper {
    margin-bottom: 4rem;
}

.app-footer-cta .cta-button {
    padding: 1.2rem 3.5rem;
    border-radius: 60px;
    font-size: 1.25rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.app-footer-cta .cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   HooxApp Site Footer - 2026 Refresh
   ========================================================================== */

#primeagile__10961 {
    background: #3B144D;
    /* Deep Purple from reference */
    padding: 2rem;
    color: white;
}

.cta-content {
    display: flex;
    justify-content: space-between;
}

.cta-content h3 {
    color: white;
}

/* Container limits for consistency */
.content-container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}

/* 1. Pre-Footer CTA Section (Top) */
.cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 4rem;
}

.cta-inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.heart-icon-wrapper {
    background: rgba(255, 255, 255, 0.05);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-text h3 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
}

.cta-text p {
    opacity: 0.8;
    margin: 0.25rem 0 0 0;
}

.app-buttons {
    display: flex;
    gap: 1rem;
}

.app-button {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white !important;
    transition: all 0.3s var(--ease-out-expo);
}

.app-button:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.app-button svg {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.button-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.top-text {
    font-size: 0.65rem;
    font-weight: 400;
    opacity: 0.7;
    letter-spacing: 0.03em;
}

.main-text {
    font-size: 1.05rem;
    font-weight: 700;
    white-space: nowrap;
}

/* 2. Main Footer Grid (Middle) */
#primeagile__11019 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

/* Logo and Tagline Column */
#primeagile__11020 {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#primeagile__11020 .tagline {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.6;
    max-width: 300px;
    display: block;
}

#primeagile__11022 {
    max-width: 180px;
    /* Scaled down logo */
    height: auto;
    margin-bottom: 1.5rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icon {
    background: rgba(255, 255, 255, 0.06);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    opacity: 0.8;
}

.social-icon svg {
    width: 1.5rem;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    opacity: 1;
}

/* Links Grid - 3 Columns */
.site-footer {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.footer-links-grid {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 45rem;
}

/* Reordering columns to match visual: Company, Product, Legal */
.footer-links-grid ul:nth-child(1) {
    order: 1;
}

/* Company */
.footer-links-grid ul:nth-child(2) {
    order: 3;
}

/* Legal moved to end */
.footer-links-grid ul:nth-child(3) {
    order: 2;
}

/* Product moved to middle */

.footer-column {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column-heading {
    color: #F8B42C !important;
    /* Gold/Yellow heading */
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}


.footer-column a {
    color: rgb(255 255 255 / 63%) !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-column li {
    margin-bottom: 0.3rem;
}

.footer-column a:hover {
    color: #F8B42C !important;
    padding-left: 2px;
}

/* 3. Subscription Bar (Bottom) */
#primeagile__11103 {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.subscribe-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.subscribe-text-box {
    display: flex;
    flex-direction: column;
}

.subscribe-text {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.subscribe-subtext {
    font-size: 0.85rem;
    opacity: 0.6;
}

.subscribe-form {
    display: flex;
    gap: 0;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribe-form input {
    background: transparent;
    border: none;
    padding: 0.8rem 1.5rem;
    color: white;
    min-width: 320px;
    font-size: 0.9rem;
}

.subscribe-form input:focus {
    outline: none;
}

.subscribe-form button {
    background: #F8B42C;
    border: none;
    padding: 0.8rem 2.5rem;
    border-radius: 10px;
    font-weight: 800;
    cursor: pointer;
    color: #240b36;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.subscribe-form button:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-overlay {
    padding: 0px;
    }
    #primeagile__10953 {
    background-position:51% !important;
}
    #primeagile__11003 {
        text-align: center;
    }
    .qr-promo-box {
    flex-direction: row !important;
        text-align: left !important;
}
    #primeagile__11007{
        height: 55rem
    }
#primeagile__11010 {
    width: 70%;
    margin: 0 auto
}
    #primeagile__11025 .hero-text {
        padding: 3rem;
        font-size: 2rem;
        font-weight: 400;
    }
    .event-callout {
        padding: 3rem 2rem;
    }
.hooksapp-features {
    text-align: center;
}
    #primeagile__11008{
        text-align: center;
    }
    #primeagile__11008 .summary-text {
        font-size: 2rem;
    }
h3.sub-heading{
    font-size: 1.5rem;
    }
    .features-grid {
        gap: 1rem
    }
    .feature-card {
        padding: 3rem 1rem;
    }
    .cta-row,
    #primeagile__11103 {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    #primeagile__11013 {
        height: max-content;
        text-align: center;
        padding: 0px;
    }
    #primeagile__11014 {
        padding: 0px 2rem;
        height: 24rem
    }
    #primeagile__11017 {
        height: 25rem;
        margin: 0 auto;
    }

    .subscribe-form {
        flex-direction: column;
        width: 100%;
        background: none;
        border: none;
        padding: 0;
        gap: 1rem;
    }

    .subscribe-form input,
    .subscribe-form button {
        width: 100% !important;
        min-width: unset !important;
        border-radius: 12px !important;
    }

    .subscribe-form input {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* ==========================================================================
   Responsive Media Queries
   ========================================================================== */

/* Mobile Form Adjustments */
@media (max-width: 600px) {
    [data-primeagile-object="DISCOVER-EVENTS-FORM"] {
        grid-template-columns: 1fr;
    }

    #primeagile__11031 {
        border-radius: 20px;
        padding: 15px 20px;
    }

    .qr-promo-box.qr-light {
        flex-direction: column;
        padding: 1rem;
        text-align: left !important;
    }

    #primeagile__11023 {
        display: none;
    }

    #primeagile__11001 {
        padding: 1rem;
    }

    #primeagile__11020 {
        padding: 0;
        margin-bottom: 3rem;
        text-align: center;
        align-items: center;
        flex: 1 1 100%;
        gap: 1rem
    }

    #primeagile__11020 .tagline {
        max-width: 100%;
        margin: 0 auto;
    }

    #primeagile__11022.footer-logo{
        width: 12rem !important;
        padding: 0px !important;
        width: 100%;
    }

    .site-footer,
    .footer-column,
    #primeagile__10961 .content-container {
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }

    .hero-overlay .headline-item {
        font-size: 3rem;
    }

    .footer-links-grid {
        flex-direction: column;
        gap: 2rem;
        text-align: left;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /* Padding for home page section on mobile */
    #primeagile__10955 .content-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .cta-content {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
        align-items: center;
    }

    .app-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Tablet & Mobile Layout Scaling */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.8rem;
    }

    .section-description {
        font-size: 1.1rem;
    }

    .qr-promo-box {
        flex-direction: column;
        text-align: center;
    }
    .cta-inner {
    display: grid;
        gap: 2rem;
        place-items: center;
}
    .app-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* ==========================================================================
   About Hoox Page Styles
   ========================================================================== */

/* Typography Overrides for About Page */
#platform h1,
#ecosystem h2,
#vision h2,
#team h2 h2#primeagile__11172 {
    line-height: 1.1;
    letter-spacing: -0.025em;
    font-family: var(--font-main);
}

/* 1. Header Hero (#platform) */
#platform.hero-gradient,
header.hero {
    background: linear-gradient(#682702e8, #2e1a47d6),
        url('https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?q=80&w=2000&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: var(--color-white) !important;
    padding: 6rem 1.5rem;
    min-height: 60vh;
    align-items: center;
}

#platform h1 {
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--color-white) !important;
}

#platform p.text-xl,
.hero-lead {
    font-size: clamp(1.25rem, 4vw, 1.875rem);
    font-weight: 600;
    max-width: 48rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.hero-content {
    max-width: var(--container-max);
    margin: 0 auto !important;
}

#platform p.text-lg,
.hero-sub {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: #ffffff;
    max-width: 42rem;
    opacity: 0.95;
    line-height: 1.6;
}

/* 2. Common Section Utilities for About Page */
#ecosystem,
#vision,
#team {
    padding: 6rem 1.5rem;
}

.section-container {
    max-width: var(--container-max);
    margin: 0 auto;
}

/* 3. Hoox Utility Classes (Still used in HTML) */
.bg-hoox-purple {
    background-color: var(--color-brand-purple) !important;
}

.text-hoox-purple {
    color: var(--color-brand-purple) !important;
}

.img-card {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: #f3f4f6;
    transition: transform 0.4s ease;
}

.img-card:hover {
    transform: scale(1.01);
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-line {
    width: 40px;
    height: 4px;
    background-color: var(--color-accent-gold);
    margin-bottom: 1.5rem;
}

/* 4. Ecosystem Section (#ecosystem) */
#ecosystem h2,
#mission h2 {
    font-size: clamp(2.2rem, 5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 2rem;
}

#ecosystem p {
    color: #374151;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

/* 5. Vision Section (#vision) */
#vision {
    background-color: #f9fafb;
}

#vision h2 {
    font-size: clamp(2.2rem, 5vw, 2.5rem);
    font-weight: 800;
}

.vision-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.quote-card {
    padding: 2.5rem;
    background-color: var(--color-white);
    border-radius: 1.5rem;
    border-left: 8px solid var(--color-brand-purple);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-style: italic;
    color: #4b5563;
    font-size: 1.125rem;
}

/* 6. Team Section (#team) */
#team {
    background-color: var(--color-primary-dark);
    color: var(--color-white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

#team h2 {
    font-size: clamp(2.2rem, 5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--color-white);
}

#team p {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    max-width: 56rem;
    margin: 0 auto 3rem auto;
    opacity: 0.95;
    line-height: 1.6;
}

.abstract-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 18rem;
    height: 18rem;
    background-color: var(--color-accent-gold);
    border-radius: 9999px;
    opacity: 0.15;
    transform: translate(40%, -40%);
}

.team-decor-lines {
    display: flex;
    justify-content: center;
    gap: 1rem;
}


/* 7. Grid & Responsive Layouts */
.grid-2 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.email-link {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-accent-gold);
    text-decoration: none;
    border-bottom: 3px solid var(--color-accent-gold);
    transition: all 0.3s ease;
}

.email-link:hover {
    opacity: 0.8;
    color: var(--color-accent-gold);
    padding-bottom: 5px;
}


/* Tablet & Desktop Layout Adjustment */
@media (min-width: 768px) {


    .grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        align-items: center;
    }

    #ecosystem .img-card {
        height: 450px;
    }

    #vision .img-card {
        height: 550px;
    }
}

/* 8. Extra Utility Support for the About HTML Snippet */
.text-white {
    color: white !important;
}

#primeagile__11103 a {
    color: #FFFFFF;
    text-decoration: none;
}

#primeagile__11103 a:hover {
    text-decoration: underline;
}

#primeagile__11103 .blue-text {
    color: #008BCE;
}

/* ==========================================================================
   Trust Hero Section (Impact Headline)
   ========================================================================== */

.trust-hero-section {
    padding: 100px 20px 60px;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.trust-headline {
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1.1;
    color: #333333;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.trust-subheadline {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.5;
    color: #4b5563;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
}

/* ==========================================================================
   Real Connections Section
   ========================================================================== */

#primeagile__11156,
#primeagile__11169 {
    padding: 5rem;
}

.connections-section {
    position: relative;
    background-image: url("https://images.primeagile.com/hooksapp_com/image/11351/image-1.webp");
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: var(--color-white);
    overflow: hidden;
}

.connections-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(59, 20, 77, 0.75) 40%, transparent 80%);
    z-index: 1;
}

.connections-section>div {
    display: grid;
    align-content: center;
}

.connections-section .content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.connections-section .connections-content {
    max-width: 650px;
    text-align: left;
}

.connections-headline {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 2rem;
    letter-spacing: -1.5px;
    text-wrap: balance;
    color: var(--color-white) !important;
}

.connections-description {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.5;
    margin-bottom: 3.5rem;
    opacity: 0.95;
    font-weight: 300;
    color: var(--color-white) !important;
}

.connections-description .highlight {
    color: #c084fc;
    /* Lavender/Light Purple highlight as seen in image */
    font-weight: 600;
}

.gold-pill, .gold-pill button, #primeagile__11031 {
    background-color: var(--color-accent-gold) !important;
    color: var(--color-primary-dark) !important;
    padding: 1.2rem 3rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(255, 200, 87, 0.3) !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    text-decoration: none !important;
    border: none;
}

.gold-pill:hover, #primeagile__11031:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 200, 87, 0.5) !important;
    filter: brightness(1.1);
}

/* ==========================================================================
   Section #primeagile__11159 Background Styling
   ========================================================================== */

#primeagile__11158 {
    position: relative;
    background-image: url("https://images.primeagile.com/hooksapp_com/image/11354/image-2c_SRC-LG_W2400XH1381.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    color: var(--color-white);
    overflow: hidden;
}

#primeagile__11159::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(59, 20, 77, 0.4) 100%);
    z-index: 1;
}

#primeagile__11159>* {
    position: relative;
    z-index: 2;
}

#primeagile__11159 h2,
#primeagile__11159 h3 {
    color: #ffffff !important;
}

#primeagile__11159 {
    max-width: var(--container-max);
    margin: 0 auto;
}

#primeagile__11161 {
    padding: 10rem 0;
}

#primeagile__11159 img {
    margin: 2rem 0;
}

/* ==========================================================================
   How It Works (Reputation Economy)
   ========================================================================== */

.how-it-works-section {
    max-width: var(--container-max);
    margin: 0 auto;
    padding-top: 2rem;
}

.reputation-step-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -0.5px;
    color: var(--color-white)
}

.reputation-step-content p {
    font-size: 1.05rem;
    line-height: 1.5;
    opacity: 0.95;
    font-weight: 300;
}

/* Ensure the shared features-grid works well here */
.how-it-works-section .features-grid {
    margin-top: 4rem;
}

/* ==========================================================================
   Join the Wave CTA Section
   ========================================================================== */

.join-wave-section {
    position: relative;
    background-image: url("https://images.primeagile.com/hooksapp_com/image/11355/image-3.webp");
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-white);
    padding: 100px 20px;
    overflow: hidden;
}

.join-wave-overlay {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(59, 20, 77, 0.85) 100%) !important;
    opacity: 0.95;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.join-wave-section .content-container {
    position: relative;
    z-index: 2;
}

.join-wave-section h2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5rem;
    font-size: clamp(2.2rem, 5vw, 4rem) !important;
    text-wrap: balance;
    font-weight: var(--weight-bold);
    color: var(--color-white) !important;
}

.join-wave-section .gold-pill {
    transform: scale(1.1);
    display: inline-block !important;
}

.join-wave-section .gold-pill:hover {
    transform: scale(1.15) translateY(-2px) !important;
}

/* ==========================================================================
   Locals Section (Built for 702)
   ========================================================================== */

.locals-section {
    position: relative;
    background-color: #d1c4e9;
    background-image: url("https://images.primeagile.com/hooksapp_com/image/11356/image-4a.png");
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.locals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 4rem;
    align-items: center;
    max-width: var(--container-max);
    margin: 0 auto;
    width: 100%;
}

.testimonials-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.testimonial-bubble {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 40px 40px 40px 4px;
    /* Stylized speech bubble look */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    transition: all 0.6s var(--ease-out-expo);
    border: 1px solid transparent;
    cursor: default;
    color: var(--color-primary-dark);
}

/* Interactive Glassmorphism */
.testimonial-bubble:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.15);
}

.testimonial-bubble p {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.bubble-author {
    font-weight: 700;
    opacity: 0.85;
}

.locals-content {
    padding-left: 2rem;
    justify-self: flex-end;
}

.quote-mark {
    font-size: 8rem;
    font-family: var(--font-main);
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--color-primary-dark);
    font-weight: 900;
}

.locals-headline {
    font-size: 2.5rem;
    font-weight: var(--weight-bold);
    color: var(--color-primary-dark);
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.locals-subheadline {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 300;
    color: var(--color-primary-dark);
    line-height: 1.1;
}

/* Overall slow movement animation */
.locals-section .testimonial-bubble {
    animation: fadeInUp 1.2s var(--ease-out-expo) backwards;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .locals-content {
        text-align: center;
        padding-left: 0;
        place-self: center;
    }

    .testimonial-bubble {
        margin: 0 auto !important;
    }
}

@media (max-width: 768px) {
    .quote-mark {
        display: none;
    }

    .locals-headline {
        margin-top: 2rem;
    }
    #primeagile__11021 {
        padding: 0px;
    }
    .locals-section {
    background-position: 58%;
}
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
#primeagile__11171 {
    background: var(--hoox-bg-gray);
    padding: 100px 20px;
}

.faq-grid {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-item {
    background-color: #d1c4e9;
    /* Brand Lavender */
    padding: 3rem 4rem;
    border-radius: 40px;
    transition: transform 0.3s var(--ease-out-expo);
}

.faq-item:hover {
    transform: translateX(10px);
}

.faq-question {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 0.75rem;
    letter-spacing: -0.5px;
}

.faq-answer {
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--color-primary-dark);
    opacity: 0.9;
    font-weight: 300;
    max-width: 900px;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .faq-item {
        padding: 2rem;
        border-radius: 30px;
    }

    .faq-question {
        font-size: 1.3rem;
    
    }
    
#primeagile__11156,
#primeagile__11169 {
    padding: 0rem;
}
        #primeagile__11165, #primeagile__11161, .connections-overlay{
            padding: 1rem
        }
   .light-nav-bar svg{
       color: #000000;
   }
}
/* ==========================================================================
   Jackpot Section (CTA)
   ========================================================================== */

#jackpot-section {
    background-color: var(--color-primary-dark);
    color: var(--color-white);
    padding: 100px 20px;
    text-align: center;
}

#jackpot-section .main-heading {
    color: var(--color-white) !important;
    margin-bottom: 2.5rem;
}

.jackpot-description {
    font-size: clamp(1.1rem, 3vw, 1.45rem);
    max-width: 50rem;
    margin: 0 auto 3.5rem auto;
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 300;
}

#jackpot-section .gold-pill {
    padding: 1.25rem 3.5rem !important;
    font-size: 1.1rem !important;
}

.ixUYNd, .sARIX {
    border-bottom: 1px dotted  rgba(141 104 24)!important;
}

.find-date-btn button{    font-size: 1.25rem; border:none; background:#ffc857; font-weight:bold; cursor:pointer;}
#primeagile__11226, .gold-pill button{cursor:pointer;}