/**
 * Event-Ticketing V6 Landing Page CSS
 * Design System: Blog (Gilroy + Gradient Accents)
 * Migrated from: contact-us-v4/main.css (Electric Midnight)
 *
 * Color Mapping:
 * - #030305 -> #0B0A15 (bg-surface-primary)
 * - #6366F1 (indigo) -> #c4b5ff (violet-300)
 * - #EC4899 (pink) -> #ffbfb5 (peach-300)
 * - #FF7A59 (orange) -> #b5bfff (blue-200)
 * - #FFFFFF -> #ebebee (fg-primary-rest)
 * - #94A3B8 -> #9f9cb0 (fg-tertiary-rest)
 */

/* ==========================================================================
   FONT FACES - Gilroy Font Family (from blog-standalone.css)
   ========================================================================== */

@font-face {
    font-family: "Gilroy";
    src: url("/resources/fonts/home_v2_5/Gilroy-Light.eot");
    src: url("/resources/fonts/home_v2_5/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
         url("/resources/fonts/home_v2_5/Gilroy-Light.woff2") format("woff2"),
         url("/resources/fonts/home_v2_5/Gilroy-Light.woff") format("woff"),
         url("/resources/fonts/home_v2_5/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url("/resources/fonts/home_v2_5/Gilroy-Regular.eot");
    src: url("/resources/fonts/home_v2_5/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
         url("/resources/fonts/home_v2_5/Gilroy-Regular.woff2") format("woff2"),
         url("/resources/fonts/home_v2_5/Gilroy-Regular.woff") format("woff"),
         url("/resources/fonts/home_v2_5/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url("/resources/fonts/home_v2_5/Gilroy-Medium.eot");
    src: url("/resources/fonts/home_v2_5/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
         url("/resources/fonts/home_v2_5/Gilroy-Medium.woff2") format("woff2"),
         url("/resources/fonts/home_v2_5/Gilroy-Medium.woff") format("woff"),
         url("/resources/fonts/home_v2_5/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url("/resources/fonts/home_v2_5/Gilroy-Bold.eot");
    src: url("/resources/fonts/home_v2_5/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
         url("/resources/fonts/home_v2_5/Gilroy-Bold.woff2") format("woff2"),
         url("/resources/fonts/home_v2_5/Gilroy-Bold.woff") format("woff"),
         url("/resources/fonts/home_v2_5/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url("/resources/fonts/home_v2_5/Gilroy-ExtraBold.eot");
    src: url("/resources/fonts/home_v2_5/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
         url("/resources/fonts/home_v2_5/Gilroy-ExtraBold.woff2") format("woff2"),
         url("/resources/fonts/home_v2_5/Gilroy-ExtraBold.woff") format("woff"),
         url("/resources/fonts/home_v2_5/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Heavy";
    src: url("/resources/fonts/home_v2_5/Gilroy-Heavy.eot");
    src: url("/resources/fonts/home_v2_5/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"),
         url("/resources/fonts/home_v2_5/Gilroy-Heavy.woff2") format("woff2"),
         url("/resources/fonts/home_v2_5/Gilroy-Heavy.woff") format("woff"),
         url("/resources/fonts/home_v2_5/Gilroy-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   DESIGN TOKENS - Blog Design System
   ========================================================================== */

:root {
    /* Core Palette - Blog Design System */
    --bg-core: #0B0A15;
    --bg-secondary: rgba(11, 10, 21, 0.8);
    --bg-card: rgba(11, 10, 21, 0.4);
    --bg-card-hover: rgba(11, 10, 21, 0.6);

    /* Figma Color Tokens */
    --fg-primary-rest: #ebebee;
    --fg-tertiary-rest: #9f9cb0;
    --colors-base-white: #ebebee;
    --colors-peach-300: #ffbfb5;
    --colors-violet-300: #c4b5ff;
    --colors-blue-200: #b5bfff;
    --bg-surface-primary: #0B0A15;
    --bg-surface-secondary-80: rgba(11, 10, 21, 0.8);
    --bg-surface-secondary-40: rgba(11, 10, 21, 0.4);
    --colors-base-black-60: rgba(11, 10, 21, 0.6);
    --colors-base-black-80: rgba(11, 10, 21, 0.8);
    --colors-base-white-20: rgba(235, 235, 238, 0.2);
    --colors-base-white-15: rgba(235, 235, 238, 0.15);
    --colors-base-white-10: rgba(235, 235, 238, 0.1);
    --colors-base-white-05: rgba(235, 235, 238, 0.05);
    --colors-violet-300-12: rgba(196, 181, 255, 0.12);

    /* Brand Accents - Mapped from old to new */
    --accent-primary: #c4b5ff;    /* Was #6366F1 (indigo) -> violet-300 */
    --accent-secondary: #ffbfb5;  /* Was #EC4899 (pink) -> peach-300 */
    --accent-tertiary: #b5bfff;   /* Was #FF7A59 (orange) -> blue-200 */
    --accent-glow: rgba(196, 181, 255, 0.4);

    /* Success/Positive */
    --success: #10B981;

    /* Text */
    --text-main: #ebebee;
    --text-muted: #9f9cb0;

    /* Borders */
    --border-light: rgba(235, 235, 238, 0.1);
    --border-hover: rgba(235, 235, 238, 0.2);

    /* Effects */
    --glass-blur: 20px;
    --ease-elastic: cubic-bezier(0.34, 1.56, 0.64, 1);
    --transition-base: 0.3s ease;

    /* Primary Gradient - Blog Style */
    --gradient-primary: linear-gradient(138.91deg, #ffbfb5 22.107%, #c4b5ff 55.634%, #b5bfff 84.734%);
    --gradient-button-outline: linear-gradient(138.91deg, var(--colors-peach-300) 22.107%, var(--colors-violet-300) 55.634%, var(--colors-blue-200) 84.734%);

    /* Typography Scale */
    --h1: 4rem;
    --h2: 3.4rem;
    --h3: 2.8rem;
    --h5: 2.2rem;
    --h6: 2rem;
    --fs-lg: 1.8rem;
    --fs: 1.6rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.2rem;

    /* Spacing */
    --spacing-4: 4px;
    --spacing-8: 8px;
    --spacing-12: 12px;
    --spacing-16: 16px;
    --spacing-24: 24px;
    --spacing-32: 32px;
    --spacing-40: 40px;

    /* Rounding */
    --roundings-round: 999px;
    --roundings-xs: 4px;
    --roundings-12: 12px;
    --roundings-l: 16px;
    --roundings-xl: 24px;

    /* Button */
    --btn-height: 52px;
    --btn-radius: var(--roundings-round);

    /* Illustration Color System - Dashboard UI Gradients */
    --color-illustration-salmon-start: #FBA395;
    --color-illustration-salmon-end: #3F2C29;

    --color-illustration-violet-start: #BBBFF4;
    --color-illustration-violet-end: #33354B;

    --color-illustration-yellow-start: #FCD2A8;
    --color-illustration-yellow-end: #4C3D2D;

    --color-illustration-red-start: #E67387;
    --color-illustration-red-end: #552A31;

    --color-illustration-green-start: #A8F3B6;
    --color-illustration-green-end: #3B5740;

    --color-illustration-purple-start: #CD91FB;
    --color-illustration-purple-end: #372446;

    --color-illustration-pink-start: #FB97BB;
    --color-illustration-pink-end: #593441;

    --color-illustration-brown-start: #C6926C;
    --color-illustration-brown-end: #32251B;
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

html {
    background-color: var(--bg-core);
    font-family: 'Gilroy-Regular', sans-serif;
    margin-top: 0 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-y: scroll;
    background-color: var(--bg-core);
    background-image: url(/resources/css/pages/contact-us-v4/img/lp-background.svg);
    background-repeat: repeat-y;
    background-size: 4800px 9600px;
    background-position: top center;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    color: var(--text-main);
}

.symbols-bg-wrapper {
    position: relative;
}

.symbols-bg {
    background-image: url(/resources/css/pages/contact-us-v4/img/symbols.svg);
    background-repeat: repeat-y;
    background-size: 1700px 7210px;
    background-position: top center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 400px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

p, a, li, div {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-main);
}

p {
    margin-bottom: 1.5em;
}

p.small {
    font-size: 14px;
}

a {
    color: var(--accent-tertiary);
    transition: color var(--transition-base);
}

a:hover {
    color: var(--accent-primary);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gilroy-Bold', 'Gilroy-Medium', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: 'Gilroy-ExtraBold', 'Gilroy-Bold', sans-serif;
    font-weight: 700;
}

h1, .h1 {
    font-size: 36px;
    margin: 0 0 35px 0;
    line-height: 1.2;
    color: var(--text-main);
}

h2, .h2 {
    font-size: 34px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 22px;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

h4, .h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0.75em;
}

h5, .h5 {
    font-size: 16px;
    margin: 0 0 0 0;
    line-height: 1.3;
}

h6, .h6 {
    font-size: 14px;
    margin: 0 0 0 0;
    line-height: 1.3;
}

li {
    margin-bottom: 1.2em;
}

li:last-child {
    margin-bottom: 0;
}

ol, ul {
    margin-top: 0;
    margin-left: calc(2em + 1vw);
    margin-bottom: 2.4em;
    text-align: left;
}

#breadcrumbs li, #breadcrumbs li a {
    font-size: 14px;
    color: rgba(235, 235, 238, 0.7);
}

#breadcrumbs li:after {
    content: "/";
    margin: 0 5px;
    color: rgba(235, 235, 238, 0.4);
}

#breadcrumbs li:last-child:after {
    display: none;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.wrapper {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.inner-wrapper {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

header {
    width: 100%;
    height: 86px;
}

header .inner-wrapper {
    height: 86px;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

header .logo {
    display: block;
    width: 280px;
    height: auto;
    z-index: 502;
}

header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header nav ul li a {
    color: var(--text-main);
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    transition: color var(--transition-base);
}

header nav ul li a:hover {
    color: var(--accent-secondary);
    cursor: pointer;
}

/* Mobile Menu */
.mobile-menu-icon {
    float: none;
    width: 30px;
    max-width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: none;
    z-index: 501;
}

.mobile-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--text-main);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    -khtml-border-radius: 1.5px;
}

.mobile-menu-icon span:nth-child(1) {
    top: 0px;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}

.mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3) {
    top: 11px;
}

.mobile-menu-icon span:nth-child(4) {
    top: 21px;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}

.mobile-menu-icon.open span:nth-child(1) {
    top: 11px;
    opacity: 0;
}

.mobile-menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-icon.open span:nth-child(4) {
    top: 11px;
    opacity: 0;
}

body.showMobileMenu nav {
    opacity: 1;
    display: block;
    z-index: 500;
    float: none;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 260px;
    height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

body.showMobileMenu header nav ul.flex li {
    margin-bottom: 6px;
}

body.showMobileMenu header nav ul.flex li:last-child {
    margin-bottom: 0;
}

body.showMobileMenu {
    overflow: hidden;
    min-height: 100%;
    height: auto;
}

/* ==========================================================================
   SECTION UTILITIES
   ========================================================================== */

section .inner-wrapper {
    padding: 20px 40px 20px 40px;
}

.content-margin-bottom {
    margin-bottom: 0;
}

.content-margin-top {
    margin-top: 50px;
}

.section-margin-bottom {
    margin-bottom: 80px;
}

.section-margin-top {
    margin-top: 80px;
}

.title-top {
    text-align: center;
    position: relative;
    z-index: 10;
}

.title-top p:last-child {
    margin: 0;
}

.title-top p.section-subtitle.centered {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* ==========================================================================
   INTRO BLOCK
   ========================================================================== */

#intro-block .intro-card {
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.7) 0%, rgba(11, 10, 21, 0.9) 100%);
    border: 1px solid var(--border-light);
    border-radius: var(--roundings-xl);
    padding: 36px 44px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

#intro-block .intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0.9;
}

#intro-block .intro-card::after {
    content: '';
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 20% 10%, rgba(255, 191, 181, 0.12) 0%, transparent 45%),
                radial-gradient(circle at 80% 0%, rgba(196, 181, 255, 0.14) 0%, transparent 45%),
                radial-gradient(circle at 90% 80%, rgba(181, 191, 255, 0.12) 0%, transparent 45%);
    pointer-events: none;
    opacity: 0.8;
}

#intro-block .intro-card .title-top {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#intro-block .intro-card h2 {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

#intro-block .intro-card .section-subtitle {
    max-width: 640px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

#intro-block .intro-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

#intro-block .intro-benefits li {
    margin: 0;
    padding-left: 0 !important;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: start;
    column-gap: 16px;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
    min-height: 92px;
    color: var(--text-main);
    background: rgba(18, 17, 30, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22px 22px 22px 40px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

#intro-block .intro-benefits li i {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 191, 181, 0.25), rgba(196, 181, 255, 0.25));
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.12);
    align-self: start;
    justify-self: center;
    margin-left: 6px;
}

#intro-block .intro-benefits li:hover {
    transform: translateY(-2px);
    border-color: rgba(196, 181, 255, 0.3);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25),
                0 0 30px rgba(196, 181, 255, 0.06);
}

@media only screen and (max-width: 768px) {
    #intro-block .intro-card {
        padding: 28px 24px;
    }

    #intro-block .intro-card h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1024px) {
    #intro-block .intro-benefits {
        gap: 12px;
    }
}

@media only screen and (max-width: 768px) {
    #intro-block .intro-card {
        padding: 28px 22px;
    }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

/* Hero Section - High Impact Design */
#hero {
    position: relative;
    overflow: visible;
}

/* Large animated gradient orb - left */
#hero::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -250px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle,
        rgba(255, 191, 181, 0.2) 0%,
        rgba(196, 181, 255, 0.15) 30%,
        transparent 60%);
    filter: blur(80px);
    pointer-events: none;
    z-index: -1;
    animation: hero-orb-left 8s ease-in-out infinite;
}

@keyframes hero-orb-left {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(30px, 20px) scale(1.1);
        opacity: 0.8;
    }
}

/* Large animated gradient orb - right */
#hero::after {
    content: '';
    position: absolute;
    top: 100px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,
        rgba(196, 181, 255, 0.18) 0%,
        rgba(181, 191, 255, 0.12) 40%,
        transparent 60%);
    filter: blur(60px);
    pointer-events: none;
    z-index: -1;
    animation: hero-orb-right 6s ease-in-out infinite;
}

@keyframes hero-orb-right {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
    50% {
        transform: translate(-20px, 30px);
        opacity: 1;
    }
}

#hero h1 {
    font-size: 40px;
    color: var(--text-main);
}

/* Hero main title - dramatic gradient with glow */
#hero h2 {
    background: linear-gradient(135deg,
        #fff 0%,
        var(--colors-peach-300) 35%,
        var(--colors-violet-300) 65%,
        var(--colors-blue-200) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 300% auto;
    animation: hero-title-shimmer 6s ease-in-out infinite;
    filter: drop-shadow(0 0 30px rgba(255, 191, 181, 0.3));
}


@keyframes hero-title-shimmer {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* Highlight stat - make key metric stand out */
#hero h2 .highlight-stat {
    font-size: 1.15em;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    background: linear-gradient(135deg,
        var(--colors-peach-300) 0%,
        #fff 50%,
        var(--colors-peach-300) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(255, 191, 181, 0.5));
    position: relative;
}

/* Hero subtitle with accent color */
#hero h3 {
    font-family: 'Gilroy-Medium', sans-serif;
    font-weight: 400;
    color: var(--text-muted);
}

#hero .h3 {
    font-family: 'Gilroy-Medium', sans-serif;
    font-weight: 400;
}

#hero .h3 strong {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    color: var(--colors-peach-300);
}

/* Hero Quote - Enhanced with glow */
.hero-quote {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
    padding: 18px 28px 18px 32px;
    background: linear-gradient(135deg, rgba(255, 191, 181, 0.1) 0%, rgba(196, 181, 255, 0.08) 100%);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 191, 181, 0.2);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2),
                0 0 40px rgba(255, 191, 181, 0.08);
}

.hero-quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-primary);
    border-radius: 16px 0 0 16px;
    box-shadow: 0 0 15px rgba(255, 191, 181, 0.5);
}

.hero-quote img {
    height: 20px;
    width: auto;
    opacity: 0.95;
    filter: drop-shadow(0 0 8px rgba(255, 191, 181, 0.3));
}

.hero-quote p {
    margin: 0;
    font-size: 18px;
    color: rgba(235, 235, 238, 0.95);
    font-style: italic;
}

/* Hero Grid Layout */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 0;
}

.hero-content {
    max-width: 560px;
}

/* Hero Platform Screenshots */
.hero-platform {
    position: relative;
    margin-top: 0;
}

.platform-preview {
    position: relative;
    perspective: 1000px;
}

.main-preview {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: rotateY(-5deg);
    transition: transform 0.3s ease;
}

.floating-preview {
    position: absolute;
    width: 60%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.floating-preview.analytics {
    bottom: -20%;
    right: -15%;
    transform: rotate(8deg);
}

.floating-preview.marketing {
    top: -15%;
    left: -15%;
    transform: rotate(-8deg);
}

/* Hero Screenshot Hover Effects */
.platform-preview:hover .main-preview {
    transform: rotateY(0);
}

.platform-preview:hover .floating-preview.analytics {
    transform: rotate(4deg) translateY(-10px);
}

.platform-preview:hover .floating-preview.marketing {
    transform: rotate(-4deg) translateY(-10px);
}

/* Hero Benefits List - High Impact */
#hero .hero-benefits {
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.8) 0%, rgba(11, 10, 21, 0.6) 100%);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 191, 181, 0.15);
    padding: 28px 32px;
    border-radius: 20px;
    margin: 25px 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
                0 0 60px rgba(255, 191, 181, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Glowing gradient accent on benefits card */
#hero .hero-benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-primary);
    box-shadow: 0 0 20px rgba(255, 191, 181, 0.5),
                0 0 40px rgba(196, 181, 255, 0.3);
}

#hero .hero-benefits li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 18px;
    display: block;
    transition: transform 0.2s ease;
}

#hero .hero-benefits li:hover {
    transform: translateX(6px);
}

#hero .hero-benefits li:last-child {
    margin-bottom: 0;
}

#hero .hero-benefits li i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: linear-gradient(135deg, rgba(255, 191, 181, 0.25), rgba(196, 181, 255, 0.2));
    border-radius: 10px;
    color: var(--colors-peach-300);
    transition: all 0.25s ease;
    box-shadow: 0 0 15px rgba(255, 191, 181, 0.2);
}

#hero .hero-benefits li:hover i {
    background: linear-gradient(135deg, rgba(255, 191, 181, 0.4), rgba(196, 181, 255, 0.35));
    transform: scale(1.15);
    box-shadow: 0 0 25px rgba(255, 191, 181, 0.4);
}

#hero .hero-benefits li span {
    display: block;
}

#hero .hero-benefits li span strong {
    display: block;
    margin-bottom: 3px;
    color: var(--colors-peach-300);
    font-size: 15px;
    text-shadow: 0 0 20px rgba(255, 191, 181, 0.3);
}

#hero .hero-benefits li span {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-muted);
}

/* Hero CTA buttons */
/* Hero CTA Container */
#main-ctas-container {
    margin-top: 30px;
}

#main-ctas-container .button-row,
#hero .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 0;
}

#hero .button {
    padding: 18px 35px;
    font-size: 18px;
    min-width: 200px;
    text-align: center;
    margin-right: 0;
}

.no-setup-fees {
    margin-top: 16px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* SEO title styling - visible h1 for SEO */
#hero .seo-title {
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ==========================================================================
   GRADIENT TEXT - Blog Style
   ========================================================================== */

.gradient-orange-text,
.gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-pink-text {
    background: linear-gradient(180deg, var(--colors-peach-300), var(--colors-violet-300));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-grey-text {
    background: linear-gradient(180deg, #9f9cb0, var(--text-main));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   COLUMNS & LAYOUT
   ========================================================================== */

.col2 {
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
    gap: 40px;
}

.col2 > div {
    flex: 1 1 400px;
    min-width: 300px;
    max-width: 100%;
}

.replaces-logos {
    margin: 0 0 40px 0;
    max-width: 500px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.replaces-logos > img {
    margin-right: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ==========================================================================
   BUTTONS - Blog Pill Style
   ========================================================================== */

.button {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gradient-primary);
    padding: 16px 28px;
    margin: 0;
    border-radius: var(--roundings-round);
    color: var(--bg-core);
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 191, 181, 0.35),
                0 0 40px rgba(196, 181, 255, 0.2);
    position: relative;
}

.button:hover {
    box-shadow: 0 8px 30px rgba(255, 191, 181, 0.5),
                0 0 60px rgba(196, 181, 255, 0.3);
    color: var(--bg-core);
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.button.gradient-orange {
    color: var(--bg-core);
    background: var(--gradient-primary);
    box-shadow: 0 4px 20px rgba(255, 191, 181, 0.4),
                0 0 40px rgba(255, 191, 181, 0.2);
}

.button.gradient-orange:hover {
    box-shadow: 0 8px 30px rgba(255, 191, 181, 0.5),
                0 0 60px rgba(255, 191, 181, 0.3);
    transform: translateY(-2px);
}

.button.gradient-purple {
    background: var(--gradient-primary);
    color: var(--bg-core);
    box-shadow: 0 4px 20px rgba(196, 181, 255, 0.4),
                0 0 40px rgba(196, 181, 255, 0.2);
}

.button.gradient-purple:hover {
    box-shadow: 0 8px 30px rgba(196, 181, 255, 0.5),
                0 0 60px rgba(196, 181, 255, 0.3);
    transform: translateY(-2px);
}

.button.button-outline {
    background: transparent;
    border: 2px solid transparent;
    background-image: linear-gradient(var(--bg-core), var(--bg-core)), var(--gradient-primary);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: var(--text-main);
    box-shadow: 0 0 20px rgba(196, 181, 255, 0.15);
}

.button.button-outline:hover {
    background-image: linear-gradient(rgba(30, 28, 45, 0.9), rgba(30, 28, 45, 0.9)), var(--gradient-primary);
    box-shadow: 0 4px 20px rgba(196, 181, 255, 0.3),
                0 0 40px rgba(255, 191, 181, 0.2);
    filter: brightness(1.1);
    transform: translateY(-2px);
}

/* Ripple effect for buttons */
.ripple-btn {
    position: relative;
    overflow: hidden;
}

.ripple-btn .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 20;
}

.button-row.centered {
    justify-content: center;
}

.button-row .button {
    margin-right: 0;
}

.button.pink-btn {
    background: var(--gradient-primary);
    border-radius: var(--roundings-round);
}

.button.blue-gradient-btn {
    background: var(--gradient-primary);
}

.button.pink-gradient-btn {
    background: var(--gradient-primary);
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */

.testimonials {
    position: relative;
    min-height: 700px;
}

.testimonials .quote-panel {
    background: rgba(11, 10, 21, 0.5);
    background: linear-gradient(25deg, rgba(11, 10, 21, 0.5) 0%, rgba(30, 30, 40, 0.5) 100%);
    border-radius: 25px;
    padding: 12%;
    position: relative;
}

.testimonials .quote-panel::before {
    content: "";
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(196, 181, 255, 0.3), rgba(255, 191, 181, 0.2)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 25px;
}

.testimonials .quote-panel.panel1 {
    max-width: 450px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 20;
}

.testimonials .quote-panel.panel2 {
    min-width: 200px;
    max-width: 380px;
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: 19;
}

.testimonials .quote-panel .h2 {
    font-family: 'Gilroy-Heavy', 'Gilroy-Bold', sans-serif;
    font-weight: 500;
    font-size: 48px;
    margin: 0;
}

.testimonials .close-quotes {
    position: absolute;
    right: 30px;
    bottom: 40px;
    z-index: 21;
}

/* ==========================================================================
   CARDS - Glassmorphism
   ========================================================================== */

.pink-border-box {
    width: 100%;
    padding: 30px;
    padding-top: 34px;
    border-radius: var(--roundings-l);
    position: relative;
    text-align: center;
    background: var(--bg-card);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    transition: all var(--transition-base);
    border: 1px solid var(--border-light);
}

.pink-border-box:hover {
    background: var(--bg-card-hover);
    transform: translateY(-2px);
    border-color: var(--border-hover);
}

.pink-border-box::before {
    content: "";
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background: var(--gradient-primary) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: var(--roundings-l);
    opacity: 0.3;
    transition: opacity var(--transition-base);
}

.pink-border-box:hover::before {
    opacity: 0.6;
}

.pink-border-box .h3 {
    margin: 0;
}

/* ==========================================================================
   TRUST BADGES SECTION
   ========================================================================== */

#trust-badges {
    position: relative;
    padding: 0 20px;
    z-index: 10;
}

.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
    padding: 18px 40px;
    margin: 0 auto;
    max-width: 1000px;
    background: linear-gradient(135deg, rgba(11, 10, 21, 0.7) 0%, rgba(20, 18, 35, 0.5) 100%);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-light);
    border-radius: var(--roundings-xl);
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 14px;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: var(--roundings-12);
    transition: all 0.25s ease;
}

.trust-badge:hover {
    color: var(--text-main);
    background: rgba(235, 235, 238, 0.05);
}

/* Font Awesome icon styling - using color instead of gradient clip for SVG compatibility */
.trust-badge i,
.trust-badge svg {
    font-size: 1.25em;
    color: var(--accent-secondary);
    transition: transform 0.25s ease;
}

.trust-badge:hover i,
.trust-badge:hover svg {
    transform: scale(1.1);
}

/* For browsers that support gradient on text (fallback for font-based icons) */
@supports (-webkit-background-clip: text) {
    .trust-badge i.fa,
    .trust-badge i.fas,
    .trust-badge i.far,
    .trust-badge i.fab {
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}

/* Responsive trust badges */
@media (max-width: 768px) {
    .trust-badges {
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px 24px;
    }
    .trust-badge {
        font-size: 0.85em;
    }
}

@media (max-width: 480px) {
    .trust-badges {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 16px 20px;
    }
}

/* ==========================================================================
   LOGOS SECTION
   ========================================================================== */

#logos {
    position: relative;
    padding: 0 0;
}

#logos .inner-wrapper {
    padding-top: 0;
}

#logos .pink-border-box {
    background: linear-gradient(135deg, rgba(196, 181, 255, 0.08), rgba(255, 191, 181, 0.05));
    border: 1px solid var(--border-light);
    border-radius: var(--roundings-xl);
    padding: 32px 40px;
    text-align: center;
    backdrop-filter: blur(12px);
}

#logos .pink-border-box .h3 {
    margin: 0;
    font-size: 24px;
    color: var(--text-main);
}

#logos .inner-wrapper .grid-logos {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-auto-rows: minmax(70px, auto);
    gap: 20px;
    align-items: center;
    justify-items: center;
    padding: 40px 30px;
    margin-top: 30px;
    background: rgba(11, 10, 21, 0.3);
    border-radius: var(--roundings-xl);
    border: 1px solid var(--border-light);
    overflow: hidden;
}

#logos .inner-wrapper .grid-logos img.stagger-reveal {
    transform: none;
}

#logos .inner-wrapper .grid-logos img.stagger-reveal.revealed {
    transform: none;
}

#logos .inner-wrapper .grid-logos img {
    opacity: 0.85;
    max-height: 55px;
    width: auto;
    filter: brightness(0.95) grayscale(0.1);
    transition: all 0.3s ease;
}

#logos .inner-wrapper .grid-logos img:hover {
    opacity: 1;
    transform: scale(1.08);
    filter: brightness(1.15) grayscale(0);
}

/* ==========================================================================
   REVIEWS SECTION - Premium Testimonial Design
   ========================================================================== */

/* ==========================================================================
   REVIEWS SECTION - Ultra Premium Testimonial Design
   ========================================================================== */

#reviews {
    position: relative;
    padding: 0 0;
    overflow: hidden;
}

/* Animated gradient mesh background */
#reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 40%, rgba(255, 191, 181, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 60% 80% at 80% 60%, rgba(196, 181, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 50% 50% at 50% 100%, rgba(181, 191, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    animation: reviews-bg-morph 10s ease-in-out infinite;
}

@keyframes reviews-bg-morph {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Floating orbs */
#reviews::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(196, 181, 255, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: orb-drift 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes orb-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(-30px, 20px) scale(1.1); }
    50% { transform: translate(-10px, 40px) scale(0.95); }
    75% { transform: translate(20px, 10px) scale(1.05); }
}

#reviews .inner-wrapper {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

/* Main testimonial card */
.review-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 70px;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    overflow: visible;
    background: linear-gradient(165deg, rgba(25, 22, 45, 0.9) 0%, rgba(11, 10, 21, 0.95) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid transparent;
    animation: card-float 6s ease-in-out infinite;
}

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

/* Animated gradient border */
.review-box::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 42px;
    background: linear-gradient(135deg,
        rgba(255, 191, 181, 0.6) 0%,
        rgba(196, 181, 255, 0.4) 25%,
        rgba(181, 191, 255, 0.3) 50%,
        rgba(196, 181, 255, 0.4) 75%,
        rgba(255, 191, 181, 0.6) 100%);
    background-size: 300% 300%;
    animation: border-flow 4s ease-in-out infinite;
    z-index: 1;
    filter: blur(1px);
}

@keyframes border-flow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Inner card background */
.review-box::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 38px;
    background: linear-gradient(165deg, rgba(25, 22, 45, 0.98) 0%, rgba(11, 10, 21, 0.99) 100%);
    z-index: 0;
}

/* Outer glow pulse */
html:not(.light-mode) .review-box {
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.5),
        0 0 120px rgba(255, 191, 181, 0.1),
        0 0 200px rgba(196, 181, 255, 0.08);
    animation: card-float 6s ease-in-out infinite, card-glow-pulse 4s ease-in-out infinite;
}

@keyframes card-glow-pulse {
    0%, 100% {
        box-shadow:
            0 25px 80px rgba(0, 0, 0, 0.5),
            0 0 120px rgba(255, 191, 181, 0.1),
            0 0 200px rgba(196, 181, 255, 0.08);
    }
    50% {
        box-shadow:
            0 30px 100px rgba(0, 0, 0, 0.6),
            0 0 150px rgba(255, 191, 181, 0.15),
            0 0 250px rgba(196, 181, 255, 0.12);
    }
}

/* Giant quote mark */
.review-box .testimonial-quote-mark {
    position: absolute;
    top: -20px;
    left: 40px;
    font-family: 'Gilroy-Bold', Georgia, serif;
    font-size: 280px;
    line-height: 1;
    background: linear-gradient(180deg,
        rgba(255, 191, 181, 0.12) 0%,
        rgba(196, 181, 255, 0.08) 50%,
        transparent 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
    z-index: 0;
    user-select: none;
    animation: quote-breathe 4s ease-in-out infinite;
}

@keyframes quote-breathe {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1) translateY(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.02) translateY(-5px);
    }
}

/* Content wrapper */
.review-box > * {
    position: relative;
    z-index: 2;
}

/* Sparkle particles */
.review-box .testimonial-sparkles {
    position: absolute;
    inset: -50px;
    pointer-events: none;
    z-index: 3;
    overflow: visible;
}

.review-box .testimonial-sparkle {
    position: absolute;
    border-radius: 50%;
}

.review-box .testimonial-sparkle:nth-child(1) {
    top: 5%;
    right: 8%;
    width: 6px;
    height: 6px;
    background: #fff;
    box-shadow: 0 0 20px #c4b5ff, 0 0 40px #c4b5ff, 0 0 60px rgba(196, 181, 255, 0.8);
    animation: sparkle-twinkle 2s ease-in-out infinite;
}

.review-box .testimonial-sparkle:nth-child(2) {
    top: 40%;
    right: 2%;
    width: 4px;
    height: 4px;
    background: #fff;
    box-shadow: 0 0 15px #ffbfb5, 0 0 30px #ffbfb5;
    animation: sparkle-twinkle 2.5s ease-in-out infinite 0.5s;
}

.review-box .testimonial-sparkle:nth-child(3) {
    bottom: 20%;
    left: 3%;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0 0 18px #b5bfff, 0 0 36px #b5bfff;
    animation: sparkle-twinkle 3s ease-in-out infinite 1s;
}

.review-box .testimonial-sparkle:nth-child(4) {
    top: 15%;
    left: 15%;
    width: 3px;
    height: 3px;
    background: #fff;
    box-shadow: 0 0 12px #ffbfb5, 0 0 24px #ffbfb5;
    animation: sparkle-twinkle 2.2s ease-in-out infinite 0.3s;
}

.review-box .testimonial-sparkle:nth-child(5) {
    bottom: 10%;
    right: 15%;
    width: 4px;
    height: 4px;
    background: #fff;
    box-shadow: 0 0 15px #c4b5ff, 0 0 30px #c4b5ff;
    animation: sparkle-twinkle 2.8s ease-in-out infinite 0.7s;
}

@keyframes sparkle-twinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

/* Star rating */
.review-box .star-rating {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.review-box .star-rating i {
    color: #fbbf24;
    font-size: 20px;
    text-shadow: 0 0 20px rgba(251, 191, 36, 0.6);
    animation: star-pulse 1.5s ease-in-out infinite;
}

.review-box .star-rating i:nth-child(1) { animation-delay: 0s; }
.review-box .star-rating i:nth-child(2) { animation-delay: 0.1s; }
.review-box .star-rating i:nth-child(3) { animation-delay: 0.2s; }
.review-box .star-rating i:nth-child(4) { animation-delay: 0.3s; }
.review-box .star-rating i:nth-child(5) { animation-delay: 0.4s; }

@keyframes star-pulse {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 20px rgba(251, 191, 36, 0.6);
    }
    50% {
        transform: scale(1.15);
        text-shadow: 0 0 30px rgba(251, 191, 36, 0.9), 0 0 50px rgba(251, 191, 36, 0.5);
    }
}

/* Quote text styling */
.review-box [itemprop="reviewBody"] {
    flex: 1;
}

.review-box [itemprop="reviewBody"] p {
    color: rgba(235, 235, 238, 0.9);
    line-height: 1.75;
    margin-bottom: 16px;
    font-size: 17px;
}

/* Author header */
.review-box [itemprop="reviewBody"] p:first-child {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(196, 181, 255, 0.15);
}

/* Lead quote highlight */
.review-box [itemprop="reviewBody"] p:nth-child(2) {
    position: relative;
    font-size: 19px;
    font-style: italic;
    padding: 20px 24px;
    margin: 0 0 20px 0;
    background: linear-gradient(90deg,
        rgba(255, 191, 181, 0.1) 0%,
        rgba(196, 181, 255, 0.06) 50%,
        transparent 100%);
    border-radius: 0 16px 16px 0;
    border-left: 4px solid;
    border-image: linear-gradient(180deg, #ffbfb5, #c4b5ff, #b5bfff) 1;
}

.review-box [itemprop="reviewBody"] p:nth-child(2)::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #ffbfb5, #c4b5ff, #b5bfff);
    animation: quote-bar-glow 2s ease-in-out infinite;
}

@keyframes quote-bar-glow {
    0%, 100% { box-shadow: 0 0 15px rgba(255, 191, 181, 0.6), 0 0 30px rgba(196, 181, 255, 0.3); }
    50% { box-shadow: 0 0 25px rgba(196, 181, 255, 0.8), 0 0 50px rgba(255, 191, 181, 0.4); }
}

.review-box p:last-child {
    margin-bottom: 0;
}

/* Author name - animated shimmer */
.review-box strong[itemprop="author"] {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 22px;
    background: linear-gradient(90deg,
        #ffbfb5 0%,
        #fff 25%,
        #c4b5ff 50%,
        #fff 75%,
        #ffbfb5 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: name-shine 3s linear infinite;
}

@keyframes name-shine {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

/* Role styling */
.review-box [itemprop="jobTitle"] {
    color: var(--colors-peach-300);
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 16px;
}

/* Avatar container - rotating gradient ring */
.round-bordered {
    flex-shrink: 0;
    position: relative;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffbfb5, #c4b5ff, #b5bfff, #c4b5ff, #ffbfb5);
    background-size: 300% 300%;
    animation: avatar-ring-rotate 4s linear infinite;
}

@keyframes avatar-ring-rotate {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* Avatar outer glow */
.round-bordered::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: linear-gradient(135deg,
        rgba(255, 191, 181, 0.4),
        rgba(196, 181, 255, 0.4),
        rgba(181, 191, 255, 0.4));
    background-size: 300% 300%;
    filter: blur(20px);
    animation: avatar-glow 4s linear infinite;
    z-index: -1;
}

@keyframes avatar-glow {
    0% { background-position: 0% 50%; opacity: 0.6; }
    50% { background-position: 150% 50%; opacity: 1; }
    100% { background-position: 300% 50%; opacity: 0.6; }
}

/* Avatar float animation */
.round-bordered {
    animation: avatar-ring-rotate 4s linear infinite, avatar-float 3s ease-in-out infinite;
}

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

.round-bordered img {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid rgba(11, 10, 21, 1);
    object-fit: cover;
}

/* round-bordered text alignment */
.round-bordered + div {
    text-align: left;
}

/* ==========================================================================
   CUSTOMER SUPPORT SECTION
   ========================================================================== */

#customer-support {
    padding: 0 0;
    position: relative;
}

#customer-support .title-top {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

#customer-support .title-top p {
    font-size: 18px;
    color: rgba(235, 235, 238, 0.9);
    margin-top: 15px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.support-card {
    background: rgba(11, 10, 21, 0.4);
    border: 1px solid rgba(235, 235, 238, 0.1);
    border-radius: var(--roundings-l);
    padding: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.support-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.support-card:hover {
    transform: translateY(-4px);
    border-color: rgba(235, 235, 238, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3),
                0 0 40px rgba(196, 181, 255, 0.06);
}

.support-card:hover::before {
    opacity: 1;
}

.support-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 191, 181, 0.15), rgba(196, 181, 255, 0.15));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.support-icon i {
    font-size: 24px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.support-card h3 {
    font-size: 20px;
    margin: 0 0 15px;
    color: var(--text-main);
}

.support-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(235, 235, 238, 0.9);
    margin: 0;
}

.trustpilot-section {
    margin-top: 60px;
    padding: 30px;
    background: rgba(11, 10, 21, 0.4);
    border: 1px solid rgba(235, 235, 238, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

/* ==========================================================================
   IMAGES & SCREENSHOTS
   ========================================================================== */

.border-img {
    border-radius: var(--roundings-l);
    background-color: transparent;
    border: 1px solid var(--text-main);
    width: 100%;
    min-height: 240px;
    margin: 0 0 50px 0;
}

.img-wrap {
    width: 100%;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    border-radius: var(--roundings-l);
    background: linear-gradient(135deg, rgba(196, 181, 255, 0.04) 0%, rgba(255, 191, 181, 0.02) 100%);
    border: 1px solid rgba(235, 235, 238, 0.05);
    overflow: hidden;
}

/* Subtle glow behind images */
.img-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(ellipse, rgba(196, 181, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.img-wrap img {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 320px;
    border-radius: var(--roundings-12);
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.3));
    transition: transform 0.4s ease;
}

.feature-container:hover .img-wrap img {
    transform: scale(1.02) translateY(-4px);
}

/* SVG in img-wrap */
.img-wrap svg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
    transition: transform 0.4s ease;
}

.feature-container:hover .img-wrap svg {
    transform: scale(1.02) translateY(-4px);
}

.img-wrap + ul, .img-wrap + h3 {
    margin-top: 28px;
}

.img-wrap + h3, .feature-container h3 {
    color: var(--text-main);
}

.screenshot-border {
    display: inline-block;
    width: fit-content;
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.9) 0%, rgba(11, 10, 21, 0.95) 100%);
    padding: 16px;
    border-radius: var(--roundings-l);
    border: 1px solid var(--border-light);
    z-index: 2;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5),
                0 0 40px rgba(196, 181, 255, 0.05);
    max-width: 60%;
    aspect-ratio: 16 / 9;
    transition: all 0.3s ease;
}

.screenshot-border:hover {
    border-color: var(--border-hover);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6),
                0 0 60px rgba(196, 181, 255, 0.08);
}

.screenshot-border img {
    width: 100%;
    height: auto;
    border-radius: var(--roundings-12);
}

#screenshots .inner-wrapper {
    max-width: 1400px;
    padding-top: 0;
    margin-bottom: 0;
}

/* ==========================================================================
   TEXT BLOCKS & LAYERS
   ========================================================================== */

.text-block {
    width: 47%;
    max-width: 720px;
    padding: 40px;
    z-index: 2;
}

.text-block.narrow {
    width: 37%;
    max-width: 440px;
    padding: 40px;
}

.layer {
    position: relative;
    align-items: center;
}

#l2 {
    flex-direction: row-reverse;
}

#l3 {
    top: -90px;
}

#l4 {
    top: -220px;
    flex-direction: row-reverse;
}

#l5 {
    top: -330px;
}

.rectangle {
    z-index: 1;
    position: absolute;
    left: 55%;
    bottom: -100px;
    width: 200px;
    height: 200px;
    background: linear-gradient(120.31deg, rgba(235, 235, 238, 0) 12.99%, rgba(235, 235, 238, 0.1) 71%);
    backdrop-filter: blur(10px);
    border-radius: var(--roundings-l);
}

.rectangle::before {
    content: "";
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #7f8086, var(--bg-core)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: var(--roundings-l);
}

/* ==========================================================================
   PRICING SECTION
   ========================================================================== */

#pricing .inner-wrapper {
    padding-top: 0;
}

.pricing-panel {
    background: var(--bg-card);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border-radius: var(--roundings-l);
    border: 1px solid var(--border-light);
    padding: calc(40px + 3%);
    position: relative;
    z-index: 10;
    transition: all var(--transition-base);
}

.pricing-panel:hover {
    border-color: var(--border-hover);
    background: var(--bg-card-hover);
}

.pricing-panel::before {
    content: "";
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #7f8086, var(--bg-core)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: var(--roundings-l);
}

.pricing-panel > div:nth-child(1) {
    width: 52%;
}

.pricing-panel > div:nth-child(2) {
    width: 40%;
}

.pricing-panel h4 {
    margin-top: 40px;
}

/* ==========================================================================
   GLOW EFFECTS
   ========================================================================== */

.glow1 {
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(196, 181, 255, 0.3) 0%, transparent 70%);
    z-index: 1;
    top: 240px;
    left: -300px;
    filter: blur(60px);
}

.glow2 {
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 191, 181, 0.3) 0%, transparent 70%);
    z-index: 1;
    top: -200px;
    right: -300px;
    filter: blur(60px);
}

/* ==========================================================================
   SLIDER/BAR
   ========================================================================== */

.bar {
    background-color: rgba(235, 235, 238, 0.2);
    border: none;
    height: 26px;
    border-radius: 13px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0 13px;
    position: relative;
}

.ui-widget.ui-widget-content {
    border: none;
    height: 26px;
    background: transparent;
    position: relative;
    z-index: 5;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 3px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: var(--text-main);
    border-radius: 20px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
}

.ui-slider-range {
    background: var(--gradient-primary);
    margin-left: -13px;
    margin-right: -13px;
}

/* ==========================================================================
   NUMBERS/OUTPUT
   ========================================================================== */

.numbers1 {
    padding-left: 6px;
    padding-right: 0;
}

.numbers2 {
    padding-left: 6px;
    padding-right: 0;
}

.numbers1 > p {
    width: 26px;
    margin: 0;
}

.numbers2 > p {
    width: 48px;
    margin: 0;
}

.outputs > .flex {
    align-items: center;
    margin-bottom: 30px;
}

.outputs > .flex:last-child {
    margin-bottom: 0;
}

.outputs > .flex > h5 {
    width: 45%;
}

.outputs > .flex > .output-box {
    width: 50%;
}

.output-box {
    background: rgba(235, 235, 238, 0.1);
    border: 1px solid var(--border-hover);
    border-radius: 9px;
    padding: 21px 27px 18px 27px;
    text-align: center;
}

.output-box::before {
    content: "";
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background: var(--gradient-primary) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 9px;
}

.output-box p {
    color: var(--text-main);
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    margin: 0;
}

/* ==========================================================================
   FEATURED IN SECTION
   ========================================================================== */

/* ==========================================================================
   FEATURED IN SECTION - Premium Press Coverage Design
   ========================================================================== */

#featured-in {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: linear-gradient(180deg,
        rgba(11, 10, 21, 0.95) 0%,
        rgba(20, 18, 35, 0.9) 50%,
        rgba(11, 10, 21, 0.95) 100%);
}

/* Ambient glow effects */
#featured-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: var(--gradient-primary);
    box-shadow: 0 0 60px 20px rgba(255, 191, 181, 0.15),
                0 0 100px 40px rgba(196, 181, 255, 0.1);
}

#featured-in::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: var(--gradient-primary);
    box-shadow: 0 0 60px 20px rgba(196, 181, 255, 0.15),
                0 0 100px 40px rgba(255, 191, 181, 0.1);
}

#featured-in .inner-wrapper > .flex > div {
    text-align: center;
}

/* Publisher logo styling */
#featured-in .inner-wrapper > .flex > div > img {
    margin-bottom: 24px;
    filter: brightness(1.2) drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
}

#featured-in .inner-wrapper > .flex > div:hover > img {
    filter: brightness(1.4) drop-shadow(0 0 30px rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
}

/* Blog feature card - Premium glassmorphism */
.blog-feature-block {
    position: relative;
    background: linear-gradient(165deg, rgba(30, 28, 45, 0.95) 0%, rgba(20, 18, 35, 0.98) 100%);
    border-radius: var(--roundings-xl);
    overflow: hidden;
    border: 1px solid rgba(235, 235, 238, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4),
                0 0 80px rgba(196, 181, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Gradient accent on top */
.blog-feature-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    z-index: 2;
}

/* Hover glow ring */
.blog-feature-block::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: var(--roundings-xl);
    background: var(--gradient-primary);
    z-index: -1;
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.4s ease;
}

.blog-feature-block:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(196, 181, 255, 0.25);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5),
                0 0 100px rgba(196, 181, 255, 0.12);
}

.blog-feature-block:hover::after {
    opacity: 0.4;
}

/* Content area */
.blog-feature-block .top {
    padding: 36px 32px;
    min-height: 160px;
    position: relative;
    z-index: 1;
}

/* Large decorative quote mark */
/* Decorative quotation mark */
.blog-feature-block .top::before {
    content: '"';
    position: absolute;
    top: -15px;
    right: 20px;
    font-family: 'Gilroy-Bold', Georgia, serif;
    font-size: 140px;
    line-height: 1;
    background: linear-gradient(135deg,
        rgba(255, 191, 181, 0.2) 0%,
        rgba(196, 181, 255, 0.15) 50%,
        rgba(181, 191, 255, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    pointer-events: none;
    z-index: 0;
    text-shadow: 0 0 60px rgba(255, 191, 181, 0.3);
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.blog-feature-block:hover .top::before {
    opacity: 1;
    transform: scale(1.05);
}

.blog-feature-block .top p,
.blog-feature-block .top .h3 {
    position: relative;
    z-index: 1;
    color: var(--text-main);
}

.blog-feature-block .top .h3 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

.blog-feature-block:hover .top .h3 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-feature-block .top p.small {
    color: var(--text-muted);
    font-size: 14px;
}

.blog-feature-block .top p.small strong {
    color: var(--colors-peach-300);
}

/* Feature image */
.blog-feature-block > a > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: transform 0.4s ease;
}

.blog-feature-block:hover > a > img {
    transform: scale(1.05);
}

/* Press badge */
.blog-feature-block a {
    display: block;
    text-decoration: none;
    position: relative;
}

.as-featured-by {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
    padding: 0 40px;
}

.as-featured-by .h4 {
    color: var(--bg-core);
    margin-right: 40px;
    margin-top: 12px;
}

html:not(.light-mode) .as-featured-by img {
    filter: brightness(1);
}

#featured-in .title-top {
    text-align: center;
    margin-bottom: 60px;
}

#featured-in .title-top p.h4 {
    font-size: 14px;
    font-family: 'Gilroy-Medium', sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 16px;
}

#featured-in .title-top p.h4 strong {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Gilroy-Bold', sans-serif;
}

/* Large heading for featured section */
#featured-in .section-headline {
    font-size: 42px;
    font-family: 'Gilroy-Bold', sans-serif;
    color: var(--text-main);
    margin-bottom: 20px;
}

.publisher-logo {
    height: 45px;
    width: auto;
    margin-bottom: 24px;
    filter: brightness(1.1);
}

.blog-feature-block .metadata {
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 10px;
}

#featured-in .inner-wrapper > .flex {
    gap: 40px;
    margin-bottom: 0;
    align-items: stretch;
}

#featured-in .inner-wrapper > .flex > div {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

#featured-in .inner-wrapper > .flex > div .blog-feature-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#featured-in .inner-wrapper > .flex > div .blog-feature-block > a {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#featured-in .inner-wrapper > .flex > div .blog-feature-block .top {
    flex: 1;
}

#featured-in .inner-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */

#ctas .inner-wrapper {
    padding-top: 0;
}

#ctas .inner-wrapper .col2 > div {
    text-align: center;
    width: 44%;
}

#ctas .inner-wrapper .col2 > div > img,
#ctas .inner-wrapper .col2 > div > .h2 {
    margin-bottom: 30px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer .inner-wrapper {
    padding: 40px;
}

footer .inner-wrapper .flex {
    align-items: center;
}

footer .inner-wrapper p {
    margin: 0;
}

/* ==========================================================================
   FORM INPUTS
   ========================================================================== */

.custom-input {
    font-family: 'Gilroy-Regular', sans-serif;
    background-color: transparent;
    border: 1px solid var(--accent-secondary);
    border-radius: var(--roundings-round);
    color: var(--text-main);
    margin-top: 10px;
    min-height: 40px;
    padding-left: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.custom-input[name='email'], .custom-input[name='company'] {
    width: -webkit-fill-available;
}

.custom-input[name='firstname'], .custom-input[name='lastname'],
.custom-input[name='password'], .custom-input[name='confirm_password'] {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 var(--roundings-round) var(--roundings-round) 0;
}

.custom-input[name='lastname'],
.custom-input[name='confirm_password'],
.custom-input[name='city'] {
    float: right;
    border-radius: 0 var(--roundings-round) var(--roundings-round) 0;
}

.custom-input[name='firstname'],
.custom-input[name='password'] {
    border-radius: var(--roundings-round) 0 0 var(--roundings-round);
}

.custom-input[name='state'] {
    border-radius: 0;
}

.custom-input:focus {
    background-color: transparent;
    border: 1px solid var(--accent-secondary);
    color: var(--text-main);
    box-shadow: 0 0 15px rgba(255, 191, 181, 0.3);
    line-height: 22px;
    outline: none;
}

.custom-input::placeholder {
    color: var(--text-muted);
    font-style: normal;
}

.custom-input[name='country'], .custom-input[name='city'],
.custom-input[name='state'] {
    display: block;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.before-inputs-text {
    margin-top: 24px;
}

.country, .city, .state {
    width: 33.333%;
    float: left;
}

.custom-input[name='country'] > option, .custom-input[name='state'] > option {
    color: #000;
}

.custom-input[name='country'], .custom-input[name='state'] {
    -webkit-appearance: none;
    width: 100%;
    padding-right: 25px;
    box-sizing: border-box;
    overflow: hidden!important;
    text-overflow: ellipsis;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "\25BC";
    font-size: 0.7rem;
    top: 11px;
    right: 20px;
    position: absolute;
}

.firstname, .lastname, .password, .confirm_password {
    float: left;
    width: 50%;
}

label.error {
    color: #ff4d4d;
    display: block;
}

.sign-up-btn, .book-now-btn {
    width: 60%;
    height: 90px;
    border: 3px solid var(--accent-secondary);
    border-radius: var(--roundings-round);
    margin-top: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 42px;
    background: var(--gradient-primary);
    color: var(--bg-core);
}

.sign-up-btn:active, .book-now-btn:active, .sign-up-btn:focus, .book-now-btn:focus {
    outline: none;
    color: var(--bg-core);
    text-decoration: none;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */

.faq-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    margin-bottom: 30px;
}

.faq-title {
    margin-top: 75px;
    text-align: center;
}

.faq-entity {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    border-radius: var(--roundings-l);
    padding: 30px;
    position: relative;
    z-index: 10;
    background: var(--bg-card);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.faq-entity:hover {
    border-color: var(--border-hover);
    background: var(--bg-card-hover);
}

.faq-entity:before {
    content: none;
}

h3.faq-question, p.faq-question {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(235, 235, 238, 0.3);
}

.faq-answer, .faq-answer * {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 150%;
    margin-bottom: 0px;
}

ul.no-bullet {
    list-style-type: none;
}

/* ==========================================================================
   CONTENT BLOCKS
   ========================================================================== */

.content-block {
    margin-bottom: 40px;
    padding: 30px;
    background: rgba(11, 10, 21, 0.7);
    border-radius: var(--roundings-l);
    position: relative;
}

.content-block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--roundings-l);
    border: 1px solid transparent;
    background: linear-gradient(90deg, #7f8086, var(--bg-core)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.intro-text {
    background-color: rgba(11, 10, 21, 0.6);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.intro-text p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

.intro-highlight {
    font-weight: bold;
    color: var(--accent-secondary);
}

.feature-block, .benefit-block {
    margin-top: 30px;
}

.section-title {
    font-size: 28px;
    color: var(--accent-secondary);
    margin-bottom: 20px;
}

.section-title i {
    margin-right: 10px;
}

.feature-list, .benefit-list, .payment-list, .elevate-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.feature-list li, .benefit-list li, .payment-list li, .elevate-list li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
}

.feature-list li i, .benefit-list li i, .payment-list li i, .elevate-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: var(--accent-secondary);
    background: rgba(255, 191, 181, 0.12);
    border-radius: 8px;
    transition: all 0.25s ease;
}

.feature-list li:hover i, .benefit-list li:hover i, .payment-list li:hover i, .elevate-list li:hover i {
    background: rgba(255, 191, 181, 0.2);
    transform: scale(1.1);
}

/* Section-specific icon colors for better contrast */
#features .feature-list li i,
#benefits .feature-list li i,
#seamless-system .feature-list li i {
    color: var(--accent-secondary);
}

/* Dark mode icon enhancement */
html:not(.light-mode) .feature-list li i,
html:not(.light-mode) .benefit-list li i,
html:not(.light-mode) .payment-list li i,
html:not(.light-mode) .elevate-list li i {
    color: var(--accent-secondary);
    filter: brightness(1.1);
}

.subsection-title i {
    color: var(--accent-secondary);
    margin-right: 10px;
}

/* Icon box styling */
.icon-box {
    width: 56px;
    height: 56px;
    background: var(--gradient-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(255, 191, 181, 0.25),
                0 0 30px rgba(196, 181, 255, 0.15);
    transition: all 0.3s ease;
}

.icon-box i {
    color: var(--bg-core);
    font-size: 1.35em;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

/* Rotating shine effect */
.icon-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, rgba(255,255,255,0.35), transparent 30%);
    animation: icon-rotate 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Glow ring on hover */
.icon-box::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    background: var(--gradient-primary);
    z-index: -1;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-container:hover .icon-box {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(255, 191, 181, 0.35),
                0 0 50px rgba(196, 181, 255, 0.2);
}

.feature-container:hover .icon-box::before {
    opacity: 1;
}

.feature-container:hover .icon-box::after {
    opacity: 0.5;
}

.feature-container:hover .icon-box i {
    transform: scale(1.1);
}

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

/* ==========================================================================
   ARTICLE CONTENT
   ========================================================================== */

#article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    color: var(--text-main);
    line-height: 1.6;
}

#article-content h2 {
    font-size: 28px;
    color: var(--accent-secondary);
    margin-top: 40px;
    margin-bottom: 20px;
}

#article-content h3 {
    font-size: 24px;
    color: var(--accent-secondary);
    margin-top: 30px;
    margin-bottom: 15px;
}

#article-content p {
    margin-bottom: 20px;
}

#article-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

#article-content li {
    margin-bottom: 10px;
}

#article-content li p {
    margin-bottom: 0;
}

#article-content .key-takeaways {
    background: rgba(255, 191, 181, 0.1);
    border-left: 4px solid var(--accent-primary);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0 5px 5px 0;
}

#article-content .key-takeaways h2 {
    margin-top: 0;
}

/* ==========================================================================
   STICKY CTAs
   ========================================================================== */

.sticky-ctas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(11, 10, 21, 0.95);
    z-index: 1000;
    padding: 10px 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    backdrop-filter: blur(10px);
}

.sticky-ctas.visible {
    transform: translateY(0);
}

.sticky-ctas .inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.sticky-ctas .sticky-logo img {
    height: 30px;
    width: auto;
}

.sticky-ctas .sticky-buttons {
    display: flex;
    align-items: center;
}

.sticky-ctas .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    line-height: 1;
    margin: 0 10px;
}

/* ==========================================================================
   MOUSE SPOTLIGHT EFFECT
   ========================================================================== */

.mouse-spotlight {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(196, 181, 255, 0.08),
        rgba(255, 191, 181, 0.04),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mouse-spotlight.active {
    opacity: 1;
}

/* ==========================================================================
   DECORATIVE BLUR CIRCLES - Blog Style
   ========================================================================== */

.blur-circle-2,
.blur-circle-3 {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}

.blur-circle-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--colors-violet-300), var(--colors-peach-300));
    top: 10%;
    right: -100px;
}

.blur-circle-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--colors-blue-200), var(--colors-violet-300));
    bottom: 20%;
    left: -100px;
}

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */

@media only screen and (max-width: 1280px) {
    .col2 > div {
        flex: 1 1 380px;
    }
}

@media only screen and (max-width: 768px) {
    .col2 {
        gap: 30px;
    }

    .col2 > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Hero Platform Responsive - 1024px */
@media only screen and (max-width: 1024px) {
    #hero .hero-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0;
        padding: 0;
    }

    #hero .hero-content {
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
        transform: none !important; /* Reset any JS transforms */
    }

    #hero .hero-platform {
        max-width: 600px;
        width: 100%;
        margin: 100px auto 0 auto;
        transform: none !important; /* Reset any JS transforms */
    }

    .hero-benefits {
        justify-content: center;
    }

    .hero-benefits li {
        justify-content: center;
    }

    .button-row {
        justify-content: center;
    }
}

/* Hero Platform Responsive - 768px */
@media only screen and (max-width: 768px) {
    #hero .inner-wrapper {
        margin-top: 0;
        padding-top: 0;
    }

    #hero .seo-title {
        margin-top: 16px;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
        white-space: normal;
        hyphens: none;
    }

    .hero-platform {
        max-width: 600px;
        margin: 72px auto 0 auto;
    }

    #hero .hero-benefits {
        padding: 20px;
    }

    #hero .hero-benefits li {
        padding-left: 30px;
        margin-bottom: 12px;
    }

    #hero .hero-benefits li i {
        font-size: 16px;
        top: 3px;
    }
}

/* Hero Mobile - 480px */
@media only screen and (max-width: 480px) {
    #hero h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    #hero h3 {
        font-size: 1.1rem;
    }

    .hero-quote {
        padding: 16px;
    }

    .hero-quote p {
        font-size: 0.95rem;
    }

    #hero .hero-benefits {
        padding: 16px;
    }

    #hero .hero-benefits li {
        padding-left: 28px;
        font-size: 0.9rem;
    }

    .button-row {
        flex-direction: column;
        gap: 12px;
    }

    .button-row .button {
        width: 100%;
        text-align: center;
    }

    .hero-platform {
        margin-top: 40px;
    }

    .floating-preview {
        display: none;
    }
}

/* Small height screens - hide floating previews */
@media screen and (max-height: 800px) {
    .hero-grid {
        padding: 0;
        gap: 30px;
    }

    .hero-benefits li {
        margin-bottom: 10px;
    }

    .floating-preview {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    header {
        height: auto;
    }
    header .inner-wrapper {
        height: auto;
        flex-wrap: wrap;
        padding-top: 14px;
        justify-content: center;
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-menu-icon {
        display: block;
    }

    .mobile-menu-icon span {
        background: var(--text-main);
    }
    header nav {
        background-color: var(--bg-core);
        width: 100%;
        position: absolute;
        padding-top: 80px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
        display: none;
    }
    header nav ul.flex {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }
    .col2 > div,
    #featured-in .inner-wrapper > .flex > div,
    .text-block,
    .text-block.narrow,
    #ctas .inner-wrapper .col2 > div {
        margin-left: auto;
        margin-right: auto;
    }
    #featured-in .inner-wrapper > .flex > div,
    .text-block,
    .text-block.narrow,
    #ctas .inner-wrapper .col2 > div,
    .screenshot-border {
        width: 100%;
    }
    .col2 {
        flex-wrap: wrap;
        gap: 30px;
    }
    .col2 > div {
        flex: 1 1 100%;
        max-width: 700px;
    }
    .col2 > div:last-child {
        margin-top: 0;
    }
    .testimonials .quote-panel {
        padding: 40px;
    }
    #featured-in .inner-wrapper > .flex > div {
        max-width: 600px;
    }
    .layer {
        flex-wrap: wrap;
    }
    .text-block, .text-block.narrow {
        max-width: 700px;
        padding: 40px;
        text-align: center;
    }
    #l2, #l5 {
        flex-direction: initial;
    }
    #l1,#l2,#l3,#l4,#l5 {
        top: initial;
    }
    .screenshot-border {
        max-width: 100%;
    }
    .screenshot-border img {
        width: 100%;
        height: auto;
        display: block;
    }
    #screenshots .inner-wrapper {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #features .inner-wrapper {
        padding-top: 0;
    }
    .rectangle {
        display: none;
    }
    .pricing-panel {
        flex-wrap: wrap;
    }
    .pricing-panel > div:nth-child(1),
    .pricing-panel > div:nth-child(2) {
        width: 100%;
    }
    .pricing-panel > div:nth-child(1) {
        margin-bottom: 50px;
    }
    .as-featured-by {
        flex-wrap: wrap;
        justify-content: center;
    }
    .as-featured-by .h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .as-featured-by img {
        margin: 20px;
    }
    #ctas .inner-wrapper .col2 {
        flex-wrap: wrap;
    }
    #ctas .inner-wrapper .col2 > div {
        max-width: 600px;
    }
    #ctas .inner-wrapper .col2 > div:last-child {
        margin-top: 80px;
    }
    .faq-entity {
        flex: initial;
        width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 780px) {
    section .inner-wrapper {
        padding: 28px 20px;
    }
    .section-margin-top {
        margin-top: 32px;
    }
    .section-margin-bottom {
        margin-bottom: 32px;
    }
    .content-margin-top {
        margin-top: 20px;
    }
    .content-margin-bottom {
        margin-bottom: 20px;
    }
    .testimonials {
        text-align: center;
    }
    .testimonials .quote-panel.panel1,
    .testimonials .quote-panel.panel2 {
        position: relative;
        top: initial;
        bottom: initial;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .testimonials .quote-panel.panel2 {
        margin-top: -10px;
    }
    .testimonials .open-quotes,
    .testimonials .close-quotes,
    .testimonials img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: initial;
        bottom: initial;
        left: 0;
        right: 0;
    }
    .testimonials .open-quotes {
        margin-bottom: 20px;
    }
    .testimonials .close-quotes {
        margin-top: 20px;
    }
    .review-box {
        flex-direction: column;
        text-align: center;
        padding: 50px 30px;
        gap: 30px;
        border-radius: 30px;
    }
    .review-box::before {
        inset: -2px;
        border-radius: 32px;
    }
    .review-box::after {
        inset: 2px;
        border-radius: 28px;
    }
    .round-bordered + div {
        text-align: center;
    }
    .round-bordered {
        margin-bottom: 0;
    }
    .round-bordered img {
        width: 120px;
        height: 120px;
    }
    .review-box .testimonial-quote-mark {
        font-size: 180px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .review-box [itemprop="reviewBody"] p:first-child {
        border-bottom: none;
        padding-bottom: 10px;
    }
    .review-box [itemprop="reviewBody"] p {
        font-size: 15px;
        line-height: 1.6;
    }
    .review-box [itemprop="reviewBody"] p:nth-child(2) {
        padding: 16px 20px;
        margin: 0 0 16px 0;
        border-radius: 12px;
        border-left: none;
        border-top: 3px solid;
        border-image: linear-gradient(90deg, #ffbfb5, #c4b5ff, #b5bfff) 1;
        font-size: 16px;
    }
    .review-box [itemprop="reviewBody"] p:nth-child(2)::before {
        display: none;
    }
    /* Hide some sparkles on mobile */
    .review-box .testimonial-sparkle:nth-child(4),
    .review-box .testimonial-sparkle:nth-child(5) {
        display: none;
    }
    .review-box .star-rating {
        justify-content: center;
    }
    .review-box strong[itemprop="author"] {
        font-size: 18px;
    }
    .review-box [itemprop="jobTitle"] {
        font-size: 14px;
    }
    .feature-container h3 {
        font-size: 18px;
    }
    .feature-container p {
        font-size: 13px;
    }
    .img-wrap {
        max-width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 20px;
    }
    .img-wrap img {
        max-width: 60%;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    #featured-in {
        padding: 30px 0;
    }
    #featured-in .title-top {
        margin-bottom: 40px;
    }
    .as-featured-by {
        flex-direction: column;
        gap: 30px;
    }
    .as-featured-by .h4 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blog-feature-block .top {
        min-height: auto;
        padding: 28px 24px;
    }
    .blog-feature-block .top::before {
        font-size: 100px;
        top: -10px;
        right: 15px;
    }
    .blog-feature-block > a > img {
        height: 180px;
    }
    .sticky-ctas .inner-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .sticky-ctas .sticky-logo {
        margin-bottom: 10px;
    }
    .sticky-ctas .sticky-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .sticky-ctas .button {
        margin: 5px 0;
        width: 80%;
        text-align: center;
    }
}

@media only screen and (max-width: 700px) {
    #logos .inner-wrapper .grid-logos {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 70px;
    }
    footer .inner-wrapper .flex {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    footer .inner-wrapper p {
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    /* Customer Support responsive */
    .support-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .support-card {
        padding: 25px;
        text-align: center;
    }
    .support-icon {
        margin: 0 auto 15px;
    }
    .support-card h3 {
        font-size: 18px;
    }
    .support-card p {
        font-size: 15px;
    }
    .trustpilot-section {
        margin-top: 40px;
        padding: 20px;
    }
    /* Logo grid responsive */
    #logos .inner-wrapper .grid-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }
}

@media only screen and (max-width: 680px) {
    .blog-feature-block .top {
        height: auto;
        padding: 24px 20px;
    }
    .blog-feature-block .top::before {
        font-size: 70px;
        top: -5px;
        right: 10px;
    }
    .blog-feature-block .top .h3 {
        font-size: 18px;
    }
    #featured-in .inner-wrapper .col2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pricing-panel {
        padding: 30px;
    }
    .pricing-panel h4 {
        text-align: center;
    }
    .numbers p {
        font-size: 12px;
    }
    .text-block, .text-block.narrow {
        padding: 30px;
    }
    .glow1 {
        top: 440px;
        left: -300px;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #logos .inner-wrapper .grid-logos {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 65px;
    }
    h1, .h1 {
        font-size: 38px;
        margin: 0 0 25px 0;
    }
    h2, .h2 {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .feature-container h3 {
        font-size: 18px;
    }
    .feature-container p {
        font-size: 13px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 20px;
        margin: 0 0 0 0;
    }
    h6, .h6 {
        font-size: 18px;
        margin: 0 0 0 0;
    }
    ol, ul {
        margin-left: 20px;
    }
    header .inner-wrapper nav {
        margin-top: 30px;
    }
    header nav ul.flex {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    body.showMobileMenu nav {
        padding-bottom: 200px;
    }
    body.showMobileMenu header nav ul.flex li {
        margin-bottom: 12px;
    }
    header nav ul.flex li {
        width: 100%;
        text-align: center;
    }
    header nav ul li a {
        padding: 5px 20px;
    }
    .section-margin-top {
        margin-top: 32px;
    }
    .section-margin-bottom {
        margin-bottom: 32px;
    }
    .content-margin-top {
        margin-top: 20px;
    }
    /* Hero mobile adjustments */
    #hero .hero-benefits {
        padding: 15px;
        margin: 20px 0;
    }
    #hero .hero-benefits li {
        padding-left: 28px;
        margin-bottom: 12px;
    }
    #hero .hero-benefits li i {
        font-size: 16px;
        top: 3px;
        width: 16px;
    }
    #hero .hero-benefits li span strong {
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 1.3;
    }
    #hero .hero-benefits li span {
        font-size: 14px;
        line-height: 1.4;
    }
    #main-ctas-container {
        margin-top: 20px;
    }
    #main-ctas-container .button-row,
    #hero .button-row {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    #hero .button {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
        min-width: unset;
    }
    .hero-quote {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .hero-quote p {
        font-size: 16px;
    }
    .content-margin-bottom {
        margin-bottom: 30px;
    }
    section .inner-wrapper {
        padding: 0 15px 30px 15px;
    }
    #hero h1 {
        font-size: 32px;
    }
    .button-row {
        flex-direction: column;
        align-items: stretch;
    }
    .button-row .button {
        width: 100%;
        text-align: center;
    }
    .img-wrap {
        height: auto;
        padding: 0;
        margin-bottom: 30px;
    }
    .img-wrap + ul, .img-wrap + h3,
    .col2 > div > h3 {
        margin-top: 20px;
        font-size: 20px;
    }
    .img-wrap + h3,
    .col2 > div > h3 {
        text-align: center;
    }
    .review-box::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 4px;
        border-radius: 4px 4px 0 0;
        background: linear-gradient(90deg,
            var(--colors-peach-300) 0%,
            var(--colors-violet-300) 50%,
            var(--colors-blue-200) 100%);
        z-index: 3;
        filter: none;
    }
    .col2 > div:last-child {
        margin-top: 20px;
    }
    .outputs > .flex {
        flex-wrap: wrap;
    }
    .outputs > .flex > h5 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .outputs > .flex > .output-box {
        width: 100%;
    }
    #seamless-system .inner-wrapper {
        padding-top: 0;
    }
    /* Customer support small screens */
    #customer-support .title-top {
        margin-bottom: 40px;
    }
    #customer-support .title-top p {
        font-size: 16px;
    }
    .support-card {
        padding: 20px;
    }
    .support-icon {
        width: 44px;
        height: 44px;
    }
    .support-icon i {
        font-size: 20px;
    }
    /* Feature list icons small screens */
    .feature-list li, .benefit-list li, .payment-list li, .elevate-list li {
        padding-left: 30px;
        margin-bottom: 12px;
    }
    .feature-list li i, .benefit-list li i, .payment-list li i, .elevate-list li i {
        width: 20px;
        font-size: 14px;
    }
    #logos .inner-wrapper .flex img {
        margin: 17px 12px;
    }
    .glow1,.glow2 {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .navbar-brand img {
        width: calc(100% - 70px);
        margin-left: 10px;
    }
    header .inner-wrapper {
        padding-top: 18px;
    }
    header .inner-wrapper .navbar-brand {
        display: flex;
        align-items: center;
        height: 30px;
    }
}

@media only screen and (max-width: 350px) {
    #logos .inner-wrapper .grid-logos {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 60px;
    }
    .mobile-menu-icon {
        top: 20px;
        right: 20px;
    }
    header .logo {
        width: 150px;
    }
}

@media only screen and (max-width: 360px) {
    .img-wrap {
        margin-bottom: 15px;
    }
    .img-wrap + ul, .img-wrap + h3,
    .col2 > div > h3 {
        margin-top: 15px;
    }
    .col2 > div:last-child {
        margin-top: 15px;
    }
    section .inner-wrapper {
        padding: 20px 10px;
    }
}

/* ==========================================================================
   ACCESSIBILITY UTILITIES
   ========================================================================== */

/* Screen reader only utility class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Enhanced Focus Styles */
*:focus-visible {
    outline: 2px solid var(--accent-tertiary);
    outline-offset: 3px;
}

button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
    outline: 3px solid var(--accent-tertiary);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(181, 191, 255, 0.25);
}

:focus:not(:focus-visible) {
    outline: none;
}

/* ==========================================================================
   SECTION ENHANCEMENTS
   ========================================================================== */

/* Gradient Section Dividers */
.section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-primary), var(--accent-secondary), var(--accent-tertiary), transparent);
    margin: 60px 0;
    opacity: 0.5;
}

/* Section Headers with Underline */
.title-top h2 {
    position: relative;
    display: inline-block;
}

.title-top h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

/* Section Background Accents */
#how-it-works,
#features,
#seamless-system {
    position: relative;
}

#how-it-works::before,
#features::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 60%;
    transform: translateY(-50%);
    background: radial-gradient(ellipse at center, rgba(196, 181, 255, 0.05), transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* CTA Section Enhancement */
#cta-section {
    position: relative;
    overflow: hidden;
}

#cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle at 30% 40%, rgba(196, 181, 255, 0.15), transparent 40%),
        radial-gradient(circle at 70% 60%, rgba(255, 191, 181, 0.12), transparent 40%);
    z-index: 0;
}

#cta-section > * {
    position: relative;
    z-index: 1;
}

/* Logos Section Enhancement */
/* #logos .pink-border-box styles moved to main section above */

.grid-logos::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle at center, rgba(196, 181, 255, 0.08), transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* ==========================================================================
   GLOWING CARD BORDERS
   ========================================================================== */

.feature-container::before,
.step-box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(196, 181, 255, 0.3), rgba(255, 191, 181, 0.2), rgba(181, 191, 255, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Premium Card Spotlight Effect */
.feature-container {
    --spotlight-x: 50%;
    --spotlight-y: 50%;
}

.feature-container::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        circle at var(--spotlight-x) var(--spotlight-y),
        rgba(255, 255, 255, 0.06) 0%,
        transparent 50%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.feature-container:hover::after {
    opacity: 1;
}

/* ==========================================================================
   ICON BOX ENHANCEMENTS
   ========================================================================== */

.icon-box {
    position: relative;
    overflow: hidden;
}

.icon-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: icon-rotate 8s linear infinite;
    opacity: 0;
}

.feature-container:hover .icon-box::before {
    opacity: 1;
}

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

/* ==========================================================================
   BUTTON GLOW ENHANCEMENTS
   ========================================================================== */

.button.gradient-purple::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: var(--gradient-primary);
    z-index: -1;
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.button.gradient-purple:hover::after {
    opacity: 0.6;
}

/* Animated Gradient Text on Hover */
.gradient-orange-text {
    background-size: 200% auto;
    transition: background-position 0.5s ease;
}

.gradient-orange-text:hover {
    background-position: right center;
}

/* ==========================================================================
   SVG ILLUSTRATION STYLES
   ========================================================================== */

.svg-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    border-radius: 20px;
    overflow: visible;
    position: relative;
}

.svg-illustration svg {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 16px;
    transition: transform 0.5s var(--ease-elastic), filter 0.5s ease;
}

.svg-illustration:hover svg {
    transform: translateY(-8px) scale(1.02);
    filter: drop-shadow(0 25px 50px rgba(196, 181, 255, 0.25));
}

.svg-illustration::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(ellipse at center, rgba(196, 181, 255, 0.15), transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    border-radius: 30px;
}

.svg-illustration:hover::before {
    opacity: 1;
}

/* ==========================================================================
   SVG ANIMATION KEYFRAMES
   ========================================================================== */

@keyframes svgPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes svgFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes svgGlow {
    0%, 100% { filter: drop-shadow(0 0 8px rgba(196, 181, 255, 0.4)); }
    50% { filter: drop-shadow(0 0 20px rgba(196, 181, 255, 0.7)); }
}

@keyframes progressFill {
    from { transform: scaleX(0); transform-origin: left; }
    to { transform: scaleX(1); transform-origin: left; }
}

@keyframes svgLineDraw {
    from { stroke-dashoffset: 1000; }
    to { stroke-dashoffset: 0; }
}

@keyframes svgShimmer {
    0% { transform: translateX(-100%) skewX(-15deg); }
    100% { transform: translateX(200%) skewX(-15deg); }
}

@keyframes svgSparkle {
    0%, 100% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1); opacity: 1; }
}

@keyframes svgCounterRoll {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes svgDataPop {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes svgCardSlideIn {
    from { transform: translateX(-30px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes svgBarGrow {
    from { transform: scaleY(0); transform-origin: bottom; }
    to { transform: scaleY(1); transform-origin: bottom; }
}

@keyframes svgCircleProgress {
    from { stroke-dashoffset: 251.2; }
    to { stroke-dashoffset: 0; }
}

@keyframes svgGlowRing {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.8); opacity: 0; }
}

@keyframes svgConnectionFlow {
    0% { stroke-dashoffset: 20; }
    100% { stroke-dashoffset: 0; }
}

@keyframes svgParticleFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    25% { transform: translate(10px, -15px) scale(1.2); opacity: 1; }
    50% { transform: translate(5px, -25px) scale(0.8); opacity: 0.8; }
    75% { transform: translate(-5px, -20px) scale(1.1); opacity: 0.9; }
}

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

@keyframes svgTypeReveal {
    from { clip-path: inset(0 100% 0 0); }
    to { clip-path: inset(0 0 0 0); }
}

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

@keyframes svgBounceIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.15); }
    70% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

@keyframes svgMorph {
    0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    25% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    50% { border-radius: 50% 60% 30% 60% / 30% 40% 70% 60%; }
    75% { border-radius: 60% 40% 60% 40% / 70% 30% 50% 60%; }
}

/* SVG Animation Classes */
.svg-illustration svg .animate-pulse { animation: svgPulse 2s ease-in-out infinite; }
.svg-illustration svg .animate-float { animation: svgFloat 3s ease-in-out infinite; }
.svg-illustration svg .animate-glow { animation: svgGlow 2.5s ease-in-out infinite; }
.svg-illustration svg .animate-line-draw {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: svgLineDraw 2s ease-out forwards;
}
.svg-illustration svg .animate-data-pop { animation: svgDataPop 0.6s var(--ease-elastic) forwards; }
.svg-illustration svg .animate-bar-grow { animation: svgBarGrow 0.8s ease-out forwards; }
.svg-illustration svg .animate-bounce-in { animation: svgBounceIn 0.6s var(--ease-elastic) forwards; }
.svg-illustration svg .animate-reveal-up { animation: svgRevealUp 0.5s ease-out forwards; }

/* Staggered animation delays */
.svg-illustration svg .stagger-1 { animation-delay: 0.1s; }
.svg-illustration svg .stagger-2 { animation-delay: 0.2s; }
.svg-illustration svg .stagger-3 { animation-delay: 0.3s; }
.svg-illustration svg .stagger-4 { animation-delay: 0.4s; }
.svg-illustration svg .stagger-5 { animation-delay: 0.5s; }
.svg-illustration svg .stagger-6 { animation-delay: 0.6s; }

/* Dashboard SVG */
.dashboard-svg { overflow: visible; }

/* SVG Sparkles Container */
.svg-sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

/* ==========================================================================
   FEATURE CONTAINER - Premium Card Design
   ========================================================================== */

.feature-container {
    position: relative;
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.75) 0%, rgba(11, 10, 21, 0.9) 100%);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--border-light);
    border-radius: var(--roundings-xl);
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Gradient accent line at top */
.feature-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 1;
    transition: opacity 0.4s ease;
}

/* Inner glow effect */
.feature-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(196, 181, 255, 0.06) 0%, transparent 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-container:hover {
    border-color: rgba(196, 181, 255, 0.2);
    background: linear-gradient(165deg, rgba(25, 22, 42, 0.85) 0%, rgba(11, 10, 21, 0.95) 100%);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35),
                0 0 80px rgba(196, 181, 255, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.feature-container:hover::before {
    opacity: 1;
}

.feature-container:hover::after {
    opacity: 1;
}

/* Feature container heading */
.feature-container h3 {
    position: relative;
    z-index: 1;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    color: var(--text-main);
    margin-bottom: 14px;
    line-height: 1.3;
}

/* Optional gradient h3 on hover */
.feature-container:hover h3 {
    background: linear-gradient(90deg, var(--text-main) 0%, var(--colors-peach-300) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-container p {
    position: relative;
    z-index: 1;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

.feature-container p:not(:last-child) {
    margin-bottom: 12px;
}

/* ==========================================================================
   GRID LAYOUTS
   ========================================================================== */

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1024px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .grid-4 {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   CAPITAL SECTION
   ========================================================================== */

#capital {
    position: relative;
    overflow: hidden;
}

.capital-container {
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.7) 0%, rgba(11, 10, 21, 0.85) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-light);
    border-radius: var(--roundings-xl);
    padding: 48px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: all 0.4s ease;
}

/* Top gradient accent */
.capital-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    box-shadow: 0 0 20px rgba(255, 191, 181, 0.4);
}

/* Corner glow */
.capital-container::after {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(196, 181, 255, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.capital-container:hover {
    border-color: rgba(196, 181, 255, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35),
                0 0 60px rgba(196, 181, 255, 0.08);
}

.capital-content {
    display: flex;
    flex-direction: column;
}

.capital-logo {
    margin-bottom: 24px;
}

.capital-logo span {
    font-family: 'Gilroy-Bold', 'Gilroy-Medium', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.capital-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.capital-features .feature-container {
    margin-bottom: 0;
}

.how-it-works {
    margin-top: 40px;
}

.how-it-works h3 {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Gilroy-Bold', 'Gilroy-Medium', sans-serif;
    color: var(--text-main);
}

/* ==========================================================================
   STEP BOX
   ========================================================================== */

.step-box {
    text-align: center;
    padding: 28px 24px;
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.6) 0%, rgba(11, 10, 21, 0.75) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--roundings-xl);
    border: 1px solid var(--border-light);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* Top accent line on hover */
.step-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.step-box:hover {
    border-color: rgba(196, 181, 255, 0.2);
    background: linear-gradient(165deg, rgba(25, 22, 42, 0.75) 0%, rgba(11, 10, 21, 0.85) 100%);
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3),
                0 0 50px rgba(196, 181, 255, 0.06);
}

.step-box:hover::after {
    opacity: 1;
}

.step-number {
    width: 54px;
    height: 54px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--bg-core) !important;
    -webkit-text-fill-color: var(--bg-core) !important;
    box-shadow: 0 4px 16px rgba(255, 191, 181, 0.3),
                0 0 25px rgba(196, 181, 255, 0.15);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.step-box:hover .step-number {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(255, 191, 181, 0.4),
                0 0 40px rgba(196, 181, 255, 0.2);
}

.step-box h4 {
    color: var(--text-main);
    margin-bottom: 10px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 18px;
}

.step-box p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==========================================================================
   SCREENSHOTS BENTO GRID
   ========================================================================== */

.screenshots-bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bento-item {
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.7) 0%, rgba(11, 10, 21, 0.85) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-light);
    border-radius: var(--roundings-xl);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.bento-item:hover {
    border-color: rgba(196, 181, 255, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35),
                0 0 70px rgba(196, 181, 255, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Gradient accent bar */
.bento-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.bento-item:hover::before {
    opacity: 1;
}

.bento-item.bento-wide {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}

.bento-item.bento-wide .bento-screenshot {
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bento-item.bento-wide .screenshot-frame {
    border-radius: 14px;
    border: 1px solid rgba(235, 235, 238, 0.08);
    max-height: 220px;
    overflow: hidden;
}

.bento-item.bento-wide .screenshot-frame img {
    object-fit: cover;
    object-position: top center;
}

.bento-item.bento-wide .bento-content {
    padding: 32px;
}

.bento-screenshot {
    padding: 24px 24px 0 24px;
}

.screenshot-frame {
    background: linear-gradient(165deg, rgba(20, 18, 35, 0.9) 0%, rgba(11, 10, 21, 0.95) 100%);
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(235, 235, 238, 0.08);
    border-bottom: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.frame-dots {
    display: flex;
    gap: 7px;
    padding: 14px 18px;
    background: rgba(0, 0, 0, 0.4);
}

.frame-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease;
}

.bento-item:hover .frame-dots span {
    transform: scale(1.1);
}

.frame-dots span:nth-child(1) {
    background: #ff5f57;
    box-shadow: 0 0 8px rgba(255, 95, 87, 0.4);
}

.frame-dots span:nth-child(2) {
    background: #febc2e;
    box-shadow: 0 0 8px rgba(254, 188, 46, 0.4);
}

.frame-dots span:nth-child(3) {
    background: #28c840;
    box-shadow: 0 0 8px rgba(40, 200, 64, 0.4);
}

.screenshot-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.bento-item:hover .screenshot-frame img {
    transform: scale(1.02);
}

.bento-content {
    padding: 28px;
    position: relative;
    z-index: 1;
}

.bento-icon {
    width: 52px;
    height: 52px;
    background: var(--gradient-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 4px 16px rgba(255, 191, 181, 0.25),
                0 0 25px rgba(196, 181, 255, 0.12);
    transition: all 0.3s ease;
}

.bento-item:hover .bento-icon {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(255, 191, 181, 0.35),
                0 0 35px rgba(196, 181, 255, 0.18);
}

.bento-icon i {
    color: var(--bg-core);
    font-size: 1.3em;
    transition: transform 0.3s ease;
}

.bento-item:hover .bento-icon i {
    transform: scale(1.1);
}

.bento-content h3 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 21px;
    color: var(--text-main);
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.bento-item:hover .bento-content h3 {
    background: linear-gradient(90deg, var(--text-main) 0%, var(--colors-peach-300) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bento-content p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .screenshots-bento {
        grid-template-columns: 1fr;
    }

    .bento-item.bento-wide {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }

    .bento-item.bento-wide .bento-screenshot {
        padding: 20px 20px 0 20px;
    }

    .bento-item.bento-wide .screenshot-frame {
        max-height: none;
        border-radius: 14px 14px 0 0;
    }
}

/* ==========================================================================
   INTEGRATION LOGOS
   ========================================================================== */

.integration-logos {
    margin: 24px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid var(--border-light);
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: center;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    min-height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.logo-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

.logo-item img {
    max-height: 28px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(1.1);
}

.logo-item:hover img {
    filter: brightness(1.3);
}

/* Features section col2 layout fix */
#features .flex.col2 {
    gap: 30px;
}

#features .flex.col2 > .feature-container {
    flex: 1;
    min-width: 0;
}

/* ==========================================================================
   PARTICLES CANVAS
   ========================================================================== */

.particles-canvas,
#particles-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.8;
}

/* ==========================================================================
   GRADIENT ORBS - Animated Background Effects
   ========================================================================== */

.gradient-orbs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: orb-float 20s ease-in-out infinite;
}

.gradient-orb.orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 181, 255, 0.4), transparent 70%);
    top: -200px;
    left: -200px;
    animation-delay: 0s;
}

.gradient-orb.orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 191, 181, 0.3), transparent 70%);
    top: 50%;
    right: -150px;
    animation-delay: -7s;
}

.gradient-orb.orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(181, 191, 255, 0.35), transparent 70%);
    bottom: -100px;
    left: 30%;
    animation-delay: -14s;
}

@keyframes orb-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, -40px) scale(1.05);
    }
    50% {
        transform: translate(-20px, 30px) scale(0.95);
    }
    75% {
        transform: translate(40px, 20px) scale(1.02);
    }
}

/* ==========================================================================
   FLOATING STARS - Animated Background Stars
   ========================================================================== */

.floating-stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.star {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--accent-primary);
    border-radius: 50%;
    animation: star-twinkle 3s ease-in-out infinite;
    box-shadow: 0 0 10px var(--accent-primary);
}

.star:nth-child(2n) {
    background: var(--accent-secondary);
    box-shadow: 0 0 10px var(--accent-secondary);
}

.star:nth-child(3n) {
    background: var(--accent-tertiary);
    box-shadow: 0 0 10px var(--accent-tertiary);
}

.star.star-1 { top: 10%; left: 15%; animation-delay: 0s; }
.star.star-2 { top: 25%; left: 85%; animation-delay: 0.5s; }
.star.star-3 { top: 40%; left: 5%; animation-delay: 1s; }
.star.star-4 { top: 60%; left: 75%; animation-delay: 1.5s; }
.star.star-5 { top: 80%; left: 25%; animation-delay: 2s; }
.star.star-6 { top: 15%; left: 55%; animation-delay: 2.5s; }
.star.star-7 { top: 70%; left: 95%; animation-delay: 0.3s; }
.star.star-8 { top: 90%; left: 45%; animation-delay: 0.8s; }

@keyframes star-twinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

/* ==========================================================================
   SCROLL PROGRESS INDICATOR
   ========================================================================== */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--gradient-primary);
    z-index: 10000;
    transition: width 0.1s ease;
    box-shadow: 0 0 10px rgba(196, 181, 255, 0.5);
}

/* ==========================================================================
   GRADIENT MESH BACKGROUND
   ========================================================================== */

.gradient-mesh {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(196, 181, 255, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 30%, rgba(255, 191, 181, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 40% 80%, rgba(181, 191, 255, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 90%, rgba(196, 181, 255, 0.06) 0%, transparent 40%);
}

/* ==========================================================================
   COMBINED FEATURE CARD
   ========================================================================== */

.combined-feature-card {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 48px;
}

.combined-feature-card .feature-content {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.combined-feature-card .feature-content h3 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 30px;
    color: var(--text-main);
    margin-bottom: 18px;
    line-height: 1.2;
}

.combined-feature-card .feature-content p {
    color: var(--text-muted);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.combined-feature-card .feature-image {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.combined-feature-card .feature-image svg {
    width: 100%;
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
    transition: transform 0.4s ease;
}

.combined-feature-card:hover .feature-image svg {
    transform: scale(1.02) translateY(-4px);
}

/* Alternate layout - image on left */
.combined-feature-card.image-left {
    flex-direction: row-reverse;
}

.combined-feature-card.image-left::after {
    right: auto;
    left: -100px;
}

/* Responsive - stack on mobile */
@media only screen and (max-width: 900px) {
    .combined-feature-card {
        flex-direction: column;
        text-align: center;
    }

    .combined-feature-card .feature-content,
    .combined-feature-card .feature-image {
        width: 100%;
    }

    .combined-feature-card .feature-list {
        text-align: left;
    }
}

/* ==========================================================================
   TILT CARD EFFECTS
   ========================================================================== */

.tilt-card {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}

.tilt-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: inherit;
}

/* ==========================================================================
   SHINE SWIPE EFFECT
   ========================================================================== */

.shine-swipe {
    position: relative;
    overflow: hidden;
}

.shine-swipe::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
    pointer-events: none;
    z-index: 10;
}

.shine-swipe:hover::before {
    left: 150%;
}

/* ==========================================================================
   STAGGER REVEAL ANIMATION
   ========================================================================== */

.stagger-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.stagger-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   FADE SCALE IN ANIMATION
   ========================================================================== */

.fade-scale-in {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-scale-in.revealed {
    opacity: 1;
    transform: scale(1);
}

/* ==========================================================================
   SLIDE IN ANIMATIONS (Hero content/platform)
   ========================================================================== */

.slide-in-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-left.revealed,
.slide-in-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

/* Ensure responsive transforms don't conflict with slide-in animations */
@media only screen and (max-width: 1024px) {
    .slide-in-left.revealed,
    .slide-in-right.revealed {
        transform: translateX(0) !important;
    }
}

/* ==========================================================================
   SVG ANIMATION WRAPPER
   ========================================================================== */

.svg-animation-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-animation-wrap svg {
    width: 100%;
    max-width: 400px;
    height: auto;
}

/* ==========================================================================
   SEAMLESS SVG SPECIFIC STYLES
   ========================================================================== */

.seamless-svg {
    overflow: visible;
}

.seamless-svg .ambient-glow {
    animation: svgPulse 8s ease-in-out infinite;
}

.seamless-svg .orbit-ring {
    animation: orbit-rotate 36s linear infinite;
}

.seamless-svg .orbit-ring.o2 {
    animation-direction: reverse;
    animation-duration: 28s;
}

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

.seamless-svg .center-card {
    animation: card-hover 3s ease-in-out infinite;
}

@keyframes card-hover {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.seamless-svg .user-card {
    animation: user-float 4s ease-in-out infinite;
}

.seamless-svg .admin-card { animation-delay: 0s; }
.seamless-svg .manager-card { animation-delay: -1.3s; }
.seamless-svg .staff-card { animation-delay: -2.6s; }

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

.seamless-svg .progress-bar {
    animation: progress-fill-anim 2s ease-out infinite;
}

@keyframes progress-fill-anim {
    0% { transform: scaleX(0); transform-origin: left; }
    50% { transform: scaleX(1); transform-origin: left; }
    100% { transform: scaleX(1); transform-origin: left; }
}

.seamless-svg .mgmt-crown {
    animation: crown-glow 2s ease-in-out infinite;
}

@keyframes crown-glow {
    0%, 100% { filter: url(#glowGold) drop-shadow(0 0 5px rgba(251, 191, 36, 0.5)); }
    50% { filter: url(#glowGold) drop-shadow(0 0 15px rgba(251, 191, 36, 0.8)); }
}

.seamless-svg .feature-card {
    animation: feature-pop 0.6s ease-out forwards;
    opacity: 0;
}

.seamless-svg .feature-card:nth-child(1) { animation-delay: 0.2s; }
.seamless-svg .feature-card:nth-child(2) { animation-delay: 0.4s; }
.seamless-svg .feature-card:nth-child(3) { animation-delay: 0.6s; }

@keyframes feature-pop {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.seamless-svg .particle {
    animation: particle-drift 5s ease-in-out infinite;
}

.seamless-svg .particle.p1 { animation-delay: 0s; }
.seamless-svg .particle.p2 { animation-delay: -1s; }
.seamless-svg .particle.p3 { animation-delay: -2s; }
.seamless-svg .particle.p4 { animation-delay: -3s; }
.seamless-svg .particle.p5 { animation-delay: -4s; }
.seamless-svg .particle.p6 { animation-delay: -0.5s; }

@keyframes particle-drift {
    0%, 100% { transform: translate(0, 0); opacity: 0.5; }
    25% { transform: translate(5px, -10px); opacity: 0.8; }
    50% { transform: translate(-5px, -5px); opacity: 0.3; }
    75% { transform: translate(8px, 5px); opacity: 0.7; }
}

.seamless-svg .seat-selected {
    animation: seat-pulse 1.5s ease-in-out infinite;
}

@keyframes seat-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.seamless-svg .seat-cursor {
    animation: cursor-move 2s ease-in-out infinite;
}

@keyframes cursor-move {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(8px, 0); }
}

/* Event day operations animations */
.seamless-svg .ops-scanline {
    animation: ops-scan 2.2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes ops-scan {
    0% { transform: translateY(-20px); opacity: 0; }
    15% { opacity: 1; }
    55% { transform: translateY(35px); opacity: 1; }
    85% { opacity: 0; }
    100% { transform: translateY(45px); opacity: 0; }
}

.seamless-svg .rfid-wave {
    animation: rfid-pulse 1.8s ease-out infinite;
    transform-origin: center;
}

.seamless-svg .rfid-wave.w2 { animation-delay: 0.4s; }
.seamless-svg .rfid-wave.w3 { animation-delay: 0.8s; }

@keyframes rfid-pulse {
    0% { transform: scale(0.9); opacity: 0.2; }
    60% { transform: scale(1.05); opacity: 0.6; }
    100% { transform: scale(1.15); opacity: 0; }
}

.seamless-svg .live-indicator {
    animation: live-pulse 2.8s ease-in-out infinite;
}

@keyframes live-pulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.4); opacity: 1; }
}

.seamless-svg .chart-dot {
    animation: chart-pop 3s ease-in-out infinite;
}

@keyframes chart-pop {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.35); opacity: 1; }
}

.seamless-svg .ops-chart-line {
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    animation: chart-draw 2.4s ease-in-out infinite;
}

@keyframes chart-draw {
    0% { stroke-dashoffset: 160; opacity: 0.4; }
    40% { opacity: 1; }
    100% { stroke-dashoffset: 0; opacity: 1; }
}

.seamless-svg .ops-perf-bar {
    transform-origin: left;
    animation: perf-fill 2.4s ease-in-out infinite;
}

@keyframes perf-fill {
    0% { transform: scaleX(0.2); opacity: 0.7; }
    60% { transform: scaleX(1); opacity: 1; }
    100% { transform: scaleX(1); opacity: 0.9; }
}

.seamless-svg .ops-avatar {
    animation: avatar-breathe 5s ease-in-out infinite;
}

.seamless-svg .ops-avatar.stagger-1 { animation-delay: 0s; }
.seamless-svg .ops-avatar.stagger-2 { animation-delay: 0.4s; }
.seamless-svg .ops-avatar.stagger-3 { animation-delay: 0.8s; }

/* ==========================================================================
   MARKETING SVG - Referral Flow Animation
   ========================================================================== */

.marketing-svg {
    overflow: visible;
}

/* Share line - dashes flow outward (buyer sharing their link) */
.marketing-svg .mk-share-line {
    animation: mk-share-flow 2s linear infinite;
}

@keyframes mk-share-flow {
    0% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -14; }
}

/* Refund line - dashes flow back to buyer (money coming back) */
.marketing-svg .mk-refund-line {
    animation: mk-refund-flow 2s linear infinite;
}

@keyframes mk-refund-flow {
    0% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: 14; }
}

/* Multi-level network animation */
.marketing-svg .mk-node,
.marketing-svg .mk-line,
.marketing-svg .mk-line-2,
.marketing-svg .mk-line-3 {
    opacity: 0;
    animation: mk-network-appear 14s ease-out infinite;
}

/* LEVEL 1: Direct referrals from original buyer (0.5s - 2s) */
.marketing-svg .mk-node.n1,
.marketing-svg .mk-line.l1 { animation-delay: 0.5s; }

.marketing-svg .mk-node.n2,
.marketing-svg .mk-line.l2 { animation-delay: 1s; }

.marketing-svg .mk-node.n3,
.marketing-svg .mk-line.l3 { animation-delay: 1.5s; }

/* LEVEL 2: Secondary referrals - those buyers also share (2.5s - 4.5s) */
.marketing-svg .mk-node.n4,
.marketing-svg .mk-line-2.l4 { animation-delay: 2.5s; }

.marketing-svg .mk-node.n5,
.marketing-svg .mk-line-2.l5 { animation-delay: 3s; }

.marketing-svg .mk-node.n6,
.marketing-svg .mk-line-2.l6 { animation-delay: 3.5s; }

.marketing-svg .mk-node.n7,
.marketing-svg .mk-line-2.l7 { animation-delay: 4s; }

.marketing-svg .mk-node.n8,
.marketing-svg .mk-line-2.l8 { animation-delay: 4.5s; }

/* LEVEL 3: Tertiary referrals - viral spread (5s - 6s) */
.marketing-svg .mk-node.n9,
.marketing-svg .mk-line-3.l9 { animation-delay: 5.2s; }

.marketing-svg .mk-node.n10,
.marketing-svg .mk-line-3.l10 { animation-delay: 5.8s; }

@keyframes mk-network-appear {
    0% { opacity: 0; }
    3% { opacity: 1; }
    55% { opacity: 1; }
    62% { opacity: 0; }
    100% { opacity: 0; }
}

/* +more indicator appears at the end */
.marketing-svg .mk-more {
    opacity: 0;
    animation: mk-network-appear 14s ease-out infinite;
    animation-delay: 6.4s;
}

/* Influence rings - expand as network grows */
.marketing-svg .mk-influence-ring {
    animation: mk-ring-expand 14s ease-out infinite;
}

.marketing-svg .mk-influence-ring.r1 { animation-delay: 0s; }
.marketing-svg .mk-influence-ring.r2 { 
    animation-delay: 0s;
    animation-name: mk-ring-expand-2;
}
.marketing-svg .mk-influence-ring.r3 { 
    animation-delay: 0s;
    animation-name: mk-ring-expand-3;
}

@keyframes mk-ring-expand {
    0%, 5% { transform: scale(0.85); stroke-opacity: 0.1; }
    15%, 55% { transform: scale(1); stroke-opacity: 0.25; }
    62%, 100% { transform: scale(0.85); stroke-opacity: 0.1; }
}

@keyframes mk-ring-expand-2 {
    0%, 15% { transform: scale(0.8); stroke-opacity: 0; }
    25%, 55% { transform: scale(1); stroke-opacity: 0.15; }
    62%, 100% { transform: scale(0.8); stroke-opacity: 0; }
}

@keyframes mk-ring-expand-3 {
    0%, 30% { transform: scale(0.75); stroke-opacity: 0; }
    42%, 55% { transform: scale(1); stroke-opacity: 0.1; }
    62%, 100% { transform: scale(0.75); stroke-opacity: 0; }
}

/* Star badge - appears when influence grows */
.marketing-svg .mk-star-badge {
    opacity: 0;
    transform: scale(0.5);
    transform-origin: center;
    animation: mk-star-appear 14s ease-out infinite;
}

@keyframes mk-star-appear {
    0%, 20% { opacity: 0; transform: scale(0.5); }
    28% { opacity: 1; transform: scale(1.2); }
    32%, 55% { opacity: 1; transform: scale(1); }
    62%, 100% { opacity: 0; transform: scale(0.5); }
}

/* Earnings counter - cycles through values */
.marketing-svg .mk-earn {
    opacity: 0;
}

.marketing-svg .mk-earn.e0 {
    animation: mk-earn-show 14s ease-out infinite;
}

.marketing-svg .mk-earn.e1 {
    animation: mk-earn-show 14s ease-out infinite;
    animation-delay: 0s;
    animation-name: mk-earn-1;
}

.marketing-svg .mk-earn.e2 {
    animation: mk-earn-show 14s ease-out infinite;
    animation-delay: 0s;
    animation-name: mk-earn-2;
}

.marketing-svg .mk-earn.e3 {
    animation: mk-earn-show 14s ease-out infinite;
    animation-delay: 0s;
    animation-name: mk-earn-3;
}

@keyframes mk-earn-show {
    0%, 3% { opacity: 1; }
    10%, 100% { opacity: 0; }
}

@keyframes mk-earn-1 {
    0%, 10% { opacity: 0; }
    13%, 22% { opacity: 1; }
    25%, 100% { opacity: 0; }
}

@keyframes mk-earn-2 {
    0%, 25% { opacity: 0; }
    28%, 38% { opacity: 1; }
    41%, 100% { opacity: 0; }
}

@keyframes mk-earn-3 {
    0%, 41% { opacity: 0; }
    44%, 55% { opacity: 1; }
    62%, 100% { opacity: 0; }
}

/* Earnings background - intensifies with earnings */
.marketing-svg .mk-earnings-bg {
    animation: mk-earnings-glow 14s ease-in-out infinite;
}

@keyframes mk-earnings-glow {
    0%, 10% { opacity: 0.15; stroke-opacity: 0.4; }
    25% { opacity: 0.2; stroke-opacity: 0.5; }
    40% { opacity: 0.25; stroke-opacity: 0.6; }
    50%, 55% { opacity: 0.35; stroke-opacity: 0.8; }
    62%, 100% { opacity: 0.15; stroke-opacity: 0.4; }
}

/* Revenue counter - shows new sales generated */
.marketing-svg .mk-rev {
    opacity: 0;
}

.marketing-svg .mk-rev.r0 {
    animation: mk-rev-show 14s ease-out infinite;
}

.marketing-svg .mk-rev.r1 {
    animation: mk-rev-1 14s ease-out infinite;
}

.marketing-svg .mk-rev.r2 {
    animation: mk-rev-2 14s ease-out infinite;
}

.marketing-svg .mk-rev.r3 {
    animation: mk-rev-3 14s ease-out infinite;
}

@keyframes mk-rev-show {
    0%, 3% { opacity: 1; }
    10%, 100% { opacity: 0; }
}

@keyframes mk-rev-1 {
    0%, 10% { opacity: 0; }
    13%, 22% { opacity: 1; }
    25%, 100% { opacity: 0; }
}

@keyframes mk-rev-2 {
    0%, 25% { opacity: 0; }
    28%, 38% { opacity: 1; }
    41%, 100% { opacity: 0; }
}

@keyframes mk-rev-3 {
    0%, 41% { opacity: 0; }
    44%, 55% { opacity: 1; }
    62%, 100% { opacity: 0; }
}

/* Revenue background - intensifies with sales */
.marketing-svg .mk-revenue-bg {
    animation: mk-revenue-glow 14s ease-in-out infinite;
}

@keyframes mk-revenue-glow {
    0%, 10% { opacity: 0.12; stroke-opacity: 0.35; }
    25% { opacity: 0.18; stroke-opacity: 0.45; }
    40% { opacity: 0.22; stroke-opacity: 0.55; }
    50%, 55% { opacity: 0.3; stroke-opacity: 0.7; }
    62%, 100% { opacity: 0.12; stroke-opacity: 0.35; }
}

/* Stats have subtle glow pulse to draw attention */
.marketing-svg .mk-stat {
    animation: mk-stat-glow 3s ease-in-out infinite;
}

.marketing-svg .mk-stat.s2 {
    animation-delay: 1.5s;
}

@keyframes mk-stat-glow {
    0%, 100% { 
        opacity: 1;
        filter: brightness(1);
    }
    50% { 
        opacity: 1;
        filter: brightness(1.15);
    }
}



@keyframes avatar-breathe {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.seamless-svg .stage-glow {
    animation: stage-glow-anim 2s ease-in-out infinite;
}

@keyframes stage-glow-anim {
    0%, 100% { filter: drop-shadow(0 0 5px rgba(196, 181, 255, 0.5)); }
    50% { filter: drop-shadow(0 0 15px rgba(196, 181, 255, 0.8)); }
}

/* ==========================================================================
   ICON SPIN HOVER EFFECT
   ========================================================================== */

.icon-spin-hover {
    transition: transform 0.3s ease;
}

.feature-list li:hover .icon-spin-hover {
    transform: rotate(15deg) scale(1.1);
}

/* ==========================================================================
   MORPH BLOB CANVAS
   ========================================================================== */

#morph-blob-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

/* Text centering */
.centered {
    text-align: center;
}

/* No bullet points for lists */
.no-bullet,
ul.no-bullet {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Section subtitle styling */
.section-subtitle {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 700px;
    margin-top: 16px;
}

.section-subtitle.centered {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.section-subtitle.centered * {
    text-align: center !important;
}

/* Clearfix */
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

/* Hidden utilities */
.hidden {
    display: none !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Text alignment utilities */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

/* Display utilities */
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.d-none { display: none; }

/* Margin utilities */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.ml-0 { margin-left: 0; }
.mr-0 { margin-right: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Width utilities */
.w-100 { width: 100%; }
.w-auto { width: auto; }

/* ==========================================================================
   HERO BENEFITS LIST
   ========================================================================== */

.hero-benefits {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.hero-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    padding-left: 0;
    position: relative;
}

.hero-benefits li i {
    color: var(--accent-secondary);
    font-size: 18px;
    width: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.hero-benefits li span {
    display: flex;
    flex-direction: column;
}

.hero-benefits li span strong {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 16px;
    color: var(--text-main);
    margin-bottom: 4px;
}

/* ==========================================================================
   MORPH BLOB - Animated Background Blobs
   ========================================================================== */

.morph-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: morph-blob-animate 15s ease-in-out infinite;
    will-change: transform, border-radius;
}

@keyframes morph-blob-animate {
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    25% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(20px, -30px) rotate(90deg) scale(1.1);
    }
    50% {
        border-radius: 50% 60% 30% 60% / 30% 40% 70% 60%;
        transform: translate(-20px, 20px) rotate(180deg) scale(0.95);
    }
    75% {
        border-radius: 60% 40% 60% 40% / 70% 30% 50% 60%;
        transform: translate(15px, -15px) rotate(270deg) scale(1.05);
    }
}

/* Reduce motion preference for accessibility */
@media (prefers-reduced-motion: reduce) {
    .morph-blob {
        animation: none;
        border-radius: 50%;
    }

    /* Disable testimonial animations */
    .review-box,
    .review-box::before,
    .round-bordered,
    .round-bordered::before,
    .review-box .testimonial-quote-mark,
    .review-box .testimonial-sparkle,
    .review-box .star-rating i,
    .review-box [itemprop="reviewBody"] p:nth-child(2)::before,
    .review-box strong[itemprop="author"] {
        animation: none !important;
    }

    .review-box .testimonial-sparkle {
        opacity: 0.5;
    }

    .review-box strong[itemprop="author"] {
        background: linear-gradient(90deg, #ffbfb5, #c4b5ff);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* ==========================================================================
   HOVER LIFT EFFECT
   ========================================================================== */

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 60px rgba(196, 181, 255, 0.15);
}

/* ==========================================================================
   SOCIAL PROOF POPUP
   ========================================================================== */

.social-proof-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    max-width: 320px;
}

.social-proof-popup.visible {
    transform: translateX(0);
}

.social-proof-popup img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.social-proof-popup .proof-content {
    flex: 1;
}

.social-proof-popup .proof-content strong {
    display: block;
    color: var(--text-main);
    font-size: 14px;
    margin-bottom: 4px;
}

.social-proof-popup .proof-content span {
    color: var(--text-muted);
    font-size: 12px;
}

/* ==========================================================================
   SHARE BUTTONS
   ========================================================================== */

.share-buttons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.share-buttons button,
.share-buttons .share-btn,
.share-buttons .copy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--border-light);
    background: var(--bg-card);
    color: var(--text-main);
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-buttons button:hover,
.share-buttons .share-btn:hover,
.share-buttons .copy-btn:hover {
    border-color: var(--accent-primary);
    background: rgba(196, 181, 255, 0.1);
}

.share-buttons .tw-btn:hover {
    border-color: #1DA1F2;
    background: rgba(29, 161, 242, 0.1);
}

.share-buttons .wa-btn:hover {
    border-color: #25D366;
    background: rgba(37, 211, 102, 0.1);
}

/* ==========================================================================
   CTA SECTION SPECIFIC
   ========================================================================== */

#cta-section,
.cta-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

#cta-section .inner-wrapper,
.cta-section .inner-wrapper {
    position: relative;
    z-index: 1;
}

#cta-section .title-top {
    text-align: center;
    margin-bottom: 50px;
}

#cta-section .title-top h2 {
    font-size: 38px;
    margin-bottom: 0;
}

/* ==========================================================================
   TRUSTPILOT SECTION
   ========================================================================== */

.trustpilot-section {
    margin-top: 60px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    text-align: center;
}

.trustpilot-section:hover {
    border-color: var(--border-hover);
}

/* ==========================================================================
   ELFSIGHT WIDGET CONTAINER
   ========================================================================== */

[class*="elfsight-app-"] {
    max-width: 100%;
    overflow: hidden;
}

/* ==========================================================================
   THEME TOGGLE BUTTON
   ========================================================================== */

.theme-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    color: var(--text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.theme-toggle-btn:hover {
    border-color: var(--accent-primary);
    transform: scale(1.1);
}

/* ==========================================================================
   SHIMMER TEXT EFFECT
   ========================================================================== */

.shimmer-text {
    background: linear-gradient(
        90deg,
        var(--text-main) 0%,
        var(--accent-primary) 25%,
        var(--accent-secondary) 50%,
        var(--accent-primary) 75%,
        var(--text-main) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer-flow 3s linear infinite;
}

@keyframes shimmer-flow {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

/* ==========================================================================
   SMOOTH SCROLL UTILITY
   ========================================================================== */

.smooth-scroll {
    scroll-behavior: smooth;
}

/* ==========================================================================
   SEO TITLE (HIDDEN)
   ========================================================================== */

/* .seo-title is styled in #hero section - showing for SEO purposes */

/* ==========================================================================
   CRITICAL RESPONSIVE OVERRIDES - MUST BE LAST IN FILE
   These rules use maximum specificity to ensure they cannot be overridden
   ========================================================================== */

/* Fix hero-benefits icons from being squashed */
#hero .hero-benefits li i {
    flex-shrink: 0;
    min-width: 32px;
    min-height: 32px;
}

/* MOBILE HERO - Maximum specificity responsive rules */
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
    html body section#hero .inner-wrapper .hero-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 40px !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    html body section#hero .inner-wrapper .hero-grid .hero-content {
        max-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }

    html body section#hero .inner-wrapper .hero-grid .hero-platform {
        max-width: 600px !important;
        width: 100% !important;
        margin: 64px auto 0 auto !important;
    }

    html body section#hero .floating-preview {
        display: none !important;
    }

    html body section#hero .hero-benefits {
        text-align: left !important;
    }

    html body section#hero .hero-benefits li {
        justify-content: flex-start !important;
    }

    html body section#hero .hero-grid > * {
        min-width: 0 !important;
    }

    /* SEO title smaller on mobile */
    #hero .seo-title,
    html body section#hero .seo-title {
        font-size: 12px !important;
    }

    /* Force col2 layouts to stack vertically on mobile */
    .flex.col2,
    html body .flex.col2 {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .flex.col2 > div,
    html body .flex.col2 > div,
    .flex.col2 > .feature-container,
    html body .flex.col2 > .feature-container {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
    html body section#hero .inner-wrapper .hero-grid .hero-platform {
        margin: 0 auto 0 auto !important;
    }

    html body section#hero .hero-benefits {
        padding: 20px !important;
    }

    html body section#hero .hero-benefits li {
        padding-left: 40px !important;
    }

    html body section#hero .hero-benefits li i {
        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
        min-height: 28px !important;
    }
}

@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
    html body section#hero h2 {
        font-size: 1.5rem !important;
    }

    html body section#hero h3 {
        font-size: 1rem !important;
    }

    html body section#hero .button-row {
        flex-direction: column !important;
        width: 100% !important;
    }

    html body section#hero .button-row .button {
        width: 100% !important;
    }

    html body section#hero .floating-preview {
        display: none !important;
    }
}
